Index: head/Mk/bsd.mate.mk =================================================================== --- head/Mk/bsd.mate.mk (nonexistent) +++ head/Mk/bsd.mate.mk (revision 334661) @@ -0,0 +1,301 @@ +#-*- tab-width: 4; -*- +# ex:ts=4 +# +# $FreeBSD$ +# $NetBSD$ +# $MCom: ports-experimental/Mk/bsd.mate.mk,v 1.13 2012/09/03 17:02:31 mezz Exp $ +# +# Please view me with 4 column tabs! + +####################################################### +# +# *** WARNING: Disable MARCUSCOM before merge in FreeBSD! +# Please also remove this section before merging into FreeBSD. +# +#MARCUSCOM_CVS=yes + +# ======================= USERS ================================= +# +# There are no significant user-definable settings in here. +# This file is a framework to make it easier to create MATE ports. +# +# ======================= /USERS ================================ + +.if !defined(_POSTMKINCLUDED) && !defined(Mate_Pre_Include) + +# Please make sure all changes to this file are passed through the maintainer. +# Do not commit them yourself (unless of course you're the Port's Wraith ;). +Mate_Include_MAINTAINER= gnome@FreeBSD.org +Mate_Pre_Include= bsd.mate.mk + +# This section defines possible names of MATE components and all information +# necessary for ports to use those components. + +# Ports can use this as follows: +# +# USE_MATE= caja common desktop +# +# .include +# +# As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV +# and MAKE_ENV defined. +# + +# non-version specific components. Do not use :build/:run on those. +_USE_MATE_ALL= autogen intlhack intltool ltasneededhack lthack ltverhack +# These *hack* tools are the same as in bsd.gnome.mk but are run in +# pre-configure because pre-patch is when we run autogen.sh. + +# MATE components, you can use the :build or :run if need. Without the :build +# and :run, it will be added in both build and run dependency. It will check +# for the library dependency first. If not exists then do the build/run on +# the *.pc file instead. +_USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \ + keyring libmatekbd libmatekeyring libmateweather libmatewnck \ + marco menus mucharmap notificationdaemon panel polkit pluma \ + settingsdaemon + +SCROLLKEEPER_DIR= /var/db/rarian + +lthack_PRE_PATCH= ${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \ + '/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|' + +caja_DETECT= ${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc +caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager +caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager +caja_RUN_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager + +mucharmap_DETECT= ${LOCALBASE}/libdata/pkgconfig/mucharmap-2.pc +mucharmap_BUILD_DEPENDS=${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map +mucharmap_LIB_DEPENDS= libmucharmap.so:${PORTSDIR}/deskutils/mate-character-map +mucharmap_RUN_DEPENDS= ${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map + +common_DETECT= ${LOCALBASE}/bin/mate-autogen +common_BUILD_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common +common_RUN_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common + +controlcenter_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-window-settings-2.0.pc +controlcenter_BUILD_DEPENDS= ${controlcenter_DETECT}:${PORTSDIR}/sysutils/mate-control-center +controlcenter_LIB_DEPENDS= libmate-window-settings.so:${PORTSDIR}/sysutils/mate-control-center +controlcenter_RUN_DEPENDS= ${controlcenter_DETECT}:${PORTSDIR}/sysutils/mate-control-center + +desktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-desktop-2.0.pc +desktop_BUILD_DEPENDS= ${desktop_DETECT}:${PORTSDIR}/x11/mate-desktop +desktop_LIB_DEPENDS= libmate-desktop-2.so:${PORTSDIR}/x11/mate-desktop +desktop_RUN_DEPENDS= ${desktop_DETECT}:${PORTSDIR}/x11/mate-desktop + +dialogs_DETECT= ${LOCALBASE}/bin/matedialog +dialogs_BUILD_DEPENDS= ${dialogs_DETECT}:${PORTSDIR}/x11/mate-dialogs +dialogs_RUN_DEPENDS= ${dialogs_DETECT}:${PORTSDIR}/x11/mate-dialogs + +docutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-doc-utils.pc +docutils_BUILD_DEPENDS= ${docutils_DETECT}:${PORTSDIR}/textproc/mate-doc-utils +docutils_RUN_DEPENDS= ${docutils_DETECT}:${PORTSDIR}/textproc/mate-doc-utils + +icontheme_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-icon-theme.pc +icontheme_BUILD_DEPENDS=${icontheme_DETECT}:${PORTSDIR}/x11-themes/mate-icon-theme +icontheme_RUN_DEPENDS= ${icontheme_DETECT}:${PORTSDIR}/x11-themes/mate-icon-theme + +intltool_DETECT= ${LOCALBASE}/bin/intltool-extract +intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool + +intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ + s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \ + s|/usr/bin/iconv|${LOCALBASE}/bin/iconv|g ; \ + s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' +.if ${USE_MATE:Mintlhack}!="" +USE_MATE+= intltool +.endif + +keyring_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-gcr-0.pc +keyring_BUILD_DEPENDS= ${keyring_DETECT}:${PORTSDIR}/security/mate-keyring +keyring_LIB_DEPENDS= libmategcr.so:${PORTSDIR}/security/mate-keyring +keyring_RUN_DEPENDS= ${keyring_DETECT}:${PORTSDIR}/security/mate-keyring + +libmatekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatekbd.pc +libmatekbd_BUILD_DEPENDS= ${libmatekbd_DETECT}:${PORTSDIR}/x11/libmatekbd +libmatekbd_LIB_DEPENDS= libmatekbd.so:${PORTSDIR}/x11/libmatekbd +libmatekbd_RUN_DEPENDS= ${libmatekbd_DETECT}:${PORTSDIR}/x11/libmatekbd + +libmatekeyring_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-keyring-1.pc +libmatekeyring_BUILD_DEPENDS= ${libmatekeyring_DETECT}:${PORTSDIR}/security/libmatekeyring +libmatekeyring_LIB_DEPENDS= libmate-keyring.so:${PORTSDIR}/security/libmatekeyring +libmatekeyring_RUN_DEPENDS= ${libmatekeyring_DETECT}:${PORTSDIR}/security/libmatekeyring + +libmateweather_DETECT= ${LOCALBASE}/libdata/pkgconfig/mateweather.pc +libmateweather_BUILD_DEPENDS= ${libmateweather_DETECT}:${PORTSDIR}/net/libmateweather +libmateweather_LIB_DEPENDS= libmateweather.so:${PORTSDIR}/net/libmateweather +libmateweather_RUN_DEPENDS= ${libmateweather_DETECT}:${PORTSDIR}/net/libmateweather + +libmatewnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatewnck.pc +libmatewnck_BUILD_DEPENDS= ${libmatewnck_DETECT}:${PORTSDIR}/x11-toolkits/libmatewnck +libmatewnck_LIB_DEPENDS= libmatewnck.so:${PORTSDIR}/x11-toolkits/libmatewnck +libmatewnck_RUN_DEPENDS= ${libmatewnck_DETECT}:${PORTSDIR}/x11-toolkits/libmatewnck + +marco_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmarco-private.pc +marco_BUILD_DEPENDS= ${marco_DETECT}:${PORTSDIR}/x11-wm/mate-window-manager +marco_LIB_DEPENDS= libmarco-private.so:${PORTSDIR}/x11-wm/mate-window-manager +marco_RUN_DEPENDS= ${marco_DETECT}:${PORTSDIR}/x11-wm/mate-window-manager + +menus_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmate-menu.pc +menus_BUILD_DEPENDS= ${menus_DETECT}:${PORTSDIR}/x11/mate-menus +menus_LIB_DEPENDS= libmate-menu.so:${PORTSDIR}/x11/mate-menus +menus_RUN_DEPENDS= ${menus_DETECT}:${PORTSDIR}/x11/mate-menus + +notificationdaemon_DETECT= ${LOCALBASE}/libexec/mate-notification-daemon +notificationdaemon_BUILD_DEPENDS= ${notificationdaemon_DETECT}:${PORTSDIR}/deskutils/mate-notification-daemon +notificationdaemon_RUN_DEPENDS= ${notificationdaemon_DETECT}:${PORTSDIR}/deskutils/mate-notification-daemon + +panel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatepanelapplet-4.0.pc +panel_BUILD_DEPENDS= ${panel_DETECT}:${PORTSDIR}/x11/mate-panel +panel_LIB_DEPENDS= libmate-panel-applet-4.so:${PORTSDIR}/x11/mate-panel +panel_RUN_DEPENDS= ${panel_DETECT}:${PORTSDIR}/x11/mate-panel + +polkit_DETECT= ${LOCALBASE}/libdata/pkgconfig/polkit-gtk-mate-1.pc +polkit_BUILD_DEPENDS= ${polkit_DETECT}:${PORTSDIR}/sysutils/mate-polkit +polkit_LIB_DEPENDS= libpolkit-gtk-mate-1.so:${PORTSDIR}/sysutils/mate-polkit +polkit_RUN_DEPENDS= ${polkit_DETECT}:${PORTSDIR}/sysutils/mate-polkit + +pluma_DETECT= ${LOCALBASE}/libdata/pkgconfig/pluma.pc +pluma_BUILD_DEPENDS= ${pluma_DETECT}:${PORTSDIR}/editors/mate-text-editor +pluma_RUN_DEPENDS= ${pluma_DETECT}:${PORTSDIR}/editors/mate-text-editor + +settingsdaemon_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-settings-daemon.pc +settingsdaemon_BUILD_DEPENDS= ${settingsdaemon_DETECT}:${PORTSDIR}/sysutils/mate-settings-daemon +settingsdaemon_RUN_DEPENDS= ${settingsdaemon_DETECT}:${PORTSDIR}/sysutils/mate-settings-daemon + +# End component definition section + +.endif +# End of optional part. + +.if defined(_POSTMKINCLUDED) && !defined(Mate_Post_Include) + +Mate_Post_Include= bsd.mate.mk + +.if defined(USE_MATE) +# Then handle the ltverhack component (it has to be done here, because +# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is +# included in the post-makefile section). +.if defined(_AUTOTOOL_libtool) +lthacks_CONFIGURE_ENV= ac_cv_path_DOLT_BASH= +lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/mate-ltmain.sh && \ + ${CP} -pf ${LIBTOOL} ${WRKDIR}/mate-libtool && \ + for file in ${LIBTOOLFILES}; do \ + ${REINPLACE_CMD} -e \ + '/^ltmain=/!s|$$ac_aux_dir/ltmain\.sh|${LIBTOOLFLAGS} ${WRKDIR}/mate-ltmain.sh|g; \ + /^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/mate-libtool|g' \ + ${PATCH_WRKSRC}/$$file; \ + done; +.else +. if ${USE_MATE:Mltverhack*}!="" || ${USE_MATE:Mltasneededhack}!="" +IGNORE= cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack MATE components but does not use libtool +. endif +.endif + +.if ${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}=="" +ltverhack_LIB_VERSION= major=.`expr $$current - $$age` +.else +ltverhack_LIB_VERSION= major=".${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}" +.endif +ltverhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} +ltverhack_PRE_PATCH= for file in mate-ltmain.sh mate-libtool; do \ + if [ -f ${WRKDIR}/$$file ]; then \ + ${REINPLACE_CMD} -e \ + '/freebsd-elf)/,/;;/ s|major="\.$$current"|${ltverhack_LIB_VERSION}|; \ + /freebsd-elf)/,/;;/ s|versuffix="\.$$current"|versuffix="$$major"|' \ + ${WRKDIR}/$$file; \ + fi; \ + done + +ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} +ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/mate-libtool ]; then \ + ${REINPLACE_CMD} -e \ + '/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \ + /^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \ + ${WRKDIR}/mate-libtool; \ + fi + + +# Comparing between USE_MATE and _USE_MATE_ALL to make sure the component +# exists in _USE_MATE_ALL. If it does not exist then give an error about it. +#. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/} +. for component in ${USE_MATE:C/^([^:]+).*/\1/} +#. for component in ${USE_GNOME:C/^([^:]+).*/\1/} +. if ${_USE_MATE_ALL:M${component}}=="" +.error cannot install: Unknown component USE_MATE=${component} +. endif +. endfor + +. if ${USE_MATE:Mltverhack*}!= "" || ${USE_MATE:Mltasneededhack}!= "" +MATE_PRE_PATCH+= ${lthacks_PRE_PATCH} +CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV} +. endif + +. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/} +. if defined(${component}_PATCH_DEPENDS) +PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} +. endif + +. if defined(${component}_DETECT) +. if ${USE_MATE:M${component}\:build}!="" +BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} +. elif ${USE_MATE:M${component}\:run}!="" +RUN_DEPENDS+= ${${component}_RUN_DEPENDS} +. else +. if defined(${component}_LIB_DEPENDS) +LIB_DEPENDS+= ${${component}_LIB_DEPENDS} +. else +BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} +RUN_DEPENDS+= ${${component}_RUN_DEPENDS} +. endif +. endif +. endif + +. if defined(${component}_CONFIGURE_TARGET) +CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} +. endif + +. if defined(${component}_CONFIGURE_ENV) +CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} +. endif + +. if defined(${component}_MAKE_ENV) +MAKE_ENV+= ${${component}_MAKE_ENV} +. endif + +. if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET) +CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET} +. endif + +. if defined(${component}_PRE_PATCH) +MATE_PRE_PATCH+= ; ${${component}_PRE_PATCH} +. endif +. endfor +.endif # USE_MATE check + +.if ${USE_MATE:Mautogen}!="" + +CONFIGURE_ENV+= NOCONFIGURE=yes + +pre-configure: mate-pre-configure + +mate-pre-configure: + @(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) +.endif + +.if defined(MATE_PRE_PATCH) + +pre-configure-script: mate-pre-configure-script + +mate-pre-configure-script: + @${MATE_PRE_PATCH:C/^;//1} +.endif + +.if ${MAINTAINER}=="gnome@FreeBSD.org" +CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD MATE team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." +.endif + +.endif +# End of use part. Property changes on: head/Mk/bsd.mate.mk ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/Mk/bsd.port.mk =================================================================== --- head/Mk/bsd.port.mk (revision 334660) +++ head/Mk/bsd.port.mk (revision 334661) @@ -1,6782 +1,6795 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # # Please view me with 4 column tabs! # This is the master file for the most common elements to all port # Makefile in the ports system. For a more general overview of its # use and importance, see the Porter's Handbook. # There are two different types of "maintainers" in the ports framework. # The maintainer alias of the bsd.port.mk file is listed below in the # FreeBSD_MAINTAINER entry. You should consult them if you have any # questions/suggestions regarding this file. # # DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL # UNAUTHORISED CHANGES WILL BE UNCONDITIONALLY REVERTED! FreeBSD_MAINTAINER= portmgr@FreeBSD.org # For each port, the MAINTAINER variable is what you should consult for # contact information on the person(s) to contact if you have questions/ # suggestions about that specific port. By default (if no MAINTAINER # is listed), a port is maintained by the subscribers of the ports@FreeBSD.org # mailing list, and any correspondence should be directed there. # # MAINTAINER - The e-mail address of the contact person for this port. # Default: ports@FreeBSD.org # # These are meta-variables that are automatically set to the system # you are running on. These are provided in case you need to take # different actions for different values. # # ARCH - The architecture of the target machine, such as would be # returned by "uname -p". # OPSYS - Portability clause. This is the operating system the # makefile is being used on. Automatically set to # "FreeBSD," "NetBSD," or "OpenBSD" as appropriate. # OSREL - The release version (numeric) of the operating system. # OSVERSION - The value of __FreeBSD_version. # # This is the beginning of the list of all variables that need to be # defined in a port, listed in order that they should be included # to fit in with existing conventions. (Exception: MAINTAINER actually # should appear after EXTRACT_ONLY and before MASTER_SITE_BACKUP). # # These variables are used to identify your port. # # PORTNAME - Name of software. Mandatory. # PORTVERSION - Version of software. Mandatory when no DISTVERSION is given. # PORTREVISION - Version of port. Optional. Commonly used to indicate # that an update has happened that affects the port # framework itself, but not the distributed software # (e.g., local patches or Makefile changes). # PORTEPOCH - Optional. In certain odd cases, the PORTREVISION logic # can be fooled by ports that appear to go backwards # numerically (e.g. if port-0.3 is newer than port-1998). # In this case, incrementing PORTEPOCH forces the revision. # Default: 0 (no effect). # PKGNAME - Always defined as # ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}. # Do not define this in your Makefile. # PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc. # Optional. # PKGNAMESUFFIX - Suffix to specify compilation options. Optional. # PKGVERSION - Always defined as # ${PORTVERSION}. # Do not define this in your Makefile. # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set, # and to ${PKGNAMEPREFIX}${PORTNAME} otherwise. # DISTVERSION - Vendor version of the distribution. # Default: ${PORTVERSION} # DISTNAME - Name of port or distribution used in generating # WRKSRC and DISTFILES below. # Default: # ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} # CATEGORIES - A list of descriptive categories into which this port falls. # Mandatory. # # These variable describe how to fetch files required for building the port. # # DISTFILES - Name(s) of archive file(s) containing distribution. # Set this to an empty string if the port doesn't require it. # Default: ${DISTNAME}${EXTRACT_SUFX} # EXTRACT_SUFX - Suffix for archive names # You never have to set both DISTFILES and EXTRACT_SUFX. # Default: .tar.bz2 if USE_BZIP2 is set, .lzh if USE_LHA is set, # .zip if USE_ZIP is set, .tar.xz if USE_XZ is set, .run if # USE_MAKESELF is set, .tar.gz otherwise). # MASTER_SITES - Primary location(s) for distribution files if not found # locally. See bsd.sites.mk for common choices for # MASTER_SITES. # MASTER_SITE_SUBDIR # - Subdirectory of MASTER_SITES. Will sometimes need to be # set to ${PORTNAME} for (e.g.) MASTER_SITE_SOURCEFORGE. # Only guaranteed to work for choices of ${MASTER_SITES} # defined in bsd.sites.mk. # Default: not set. # PATCHFILES - Name(s) of additional files that contain distribution # patches. Make will look for them at PATCH_SITES (see below). # They will automatically be uncompressed before patching if # the names end with ".gz", ".bz2" or ".Z". # For each file you can optionally specify a strip # flag of patch(1) after a colon if it has a different # base directory, e.g. "file1 file2:-p1 file3". # You can also use a :group at the end for matching up to # dist file groups. See Porters Handbook for more information. # Syntax: PATCHFILES= patch[:-pX][:group] # Default: not set. # PATCH_SITES - Primary location(s) for distribution patch files # if not found locally. # DIST_SUBDIR - Suffix to ${DISTDIR}. If set, all ${DISTFILES} and # ${PATCHFILES} will be put in this subdirectory of # ${DISTDIR} (see below). Also they will be fetched in this # subdirectory from FreeBSD mirror sites. # ALLFILES - All of ${DISTFILES} and ${PATCHFILES}. # IGNOREFILES - If set, don't perform checksum checks on these files. # NOFETCHFILES - If set, don't download these files from the ${MASTER_SITES} # or ${MASTER_SITE_BACKUP} (but do from # ${MASTER_SITE_OVERRIDE}) # EXTRACT_ONLY - If set, a subset of ${DISTFILES} you want to # actually extract. # ALWAYS_KEEP_DISTFILES # - If set, the package building cluster will save the distfiles # along with the packages. This may be required to comply with # some licenses, e.g. GPL in some cases. # Default: not set. # # (NOTE: by convention, the MAINTAINER entry (see above) should go here.) # # These variables are typically set in /etc/make.conf to indicate # the user's preferred location to fetch files from. You should # rarely need to set these. # # MASTER_SITE_BACKUP # - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # Default: # ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # MASTER_SITE_OVERRIDE # - If set, override the MASTER_SITES setting with this # value. # MASTER_SITE_FREEBSD # - If set, only use ${MASTER_SITE_BACKUP} for # MASTER_SITES. # CD_MOUNTPTS - List of CDROM mountpoints to look for distfiles under. # This variable supercedes CD_MOUNTPT, which is # obsolete. # # Set these if your port should not be built under certain circumstances. # These are string variables; you should set them to the reason why # they are necessary. # # RESTRICTED - Prevent the distribution of distfiles and packages to # the FTP sites or on CDROM (e.g. forbidden by license # considerations). # NO_CDROM - Packages and distfiles may not go on CDROM (e.g. must # not be re-sold) but can go on FTP sites. # NO_PACKAGE - Port should not be packaged for ftp sites or CDROMs, # but distfiles can be put on ftp sites and CDROMs. # FORBIDDEN - Package build should not be attempted because of # security vulnerabilities. # IGNORE - Package build should be skipped entirely (e.g. # because of serious unfixable problems in the build, # because it cannot be manually fetched, etc). Error # logs will not appear on pointyhat, so this should be # used sparingly. # BROKEN - Port is believed to be broken. Package builds can # still be attempted using TRYBROKEN to test this # assumption. # BROKEN_${ARCH} Port is believed to be broken on ${ARCH}. Package builds # can still be attempted using TRYBROKEN to test this # assumption. # DEPRECATED - Port is deprecated to install. Advisory only. # EXPIRATION_DATE # - If DEPRECATED is set, determines a date when # the port is planed to remove. The date format is # ISO 8601 (YYYY-MM-DD). # # DISABLE_VULNERABILITIES # - If set, do not check if the port is listed in the # vulnerabilities database. # # In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles # or patchfiles have redistribution restrictions, set the following # to the list of such files. # # RESTRICTED_FILES # - List of files that cannot be redistributed. # Default: "${DISTFILES} ${PATCHFILES}" if RESTRICTED # or NO_CDROM is set, empty otherwise. # # These variables are booleans, so you don't need to set them to the reason. # # IS_INTERACTIVE # - Set this if your port needs to interact with the user # during any step in a package build. User can then decide # to skip this port by setting ${BATCH}, or compiling only # the interactive ports by setting ${INTERACTIVE}. # Default: not set. # USE_SUBMAKE - Set this if you want that each of the port's main 7 targets # (extract, patch, configure, build, stage, install and # package) to be executed in a separate make(1) process. # Useful when one of the stages needs to influence make(1) # variables of the later stages using ${WRKDIR}/Makefile.inc # generated on the fly. # Default: not set. # # Set these if your port only makes sense to certain architectures. # They are lists containing names for them (e.g., "alpha i386"). # (Defaults: not set.) # # ONLY_FOR_ARCHS # - Only build ports if ${ARCH} matches one of these. # NOT_FOR_ARCHS - Only build ports if ${ARCH} doesn't match one of these. # ONLY_FOR_ARCHS_REASON # ONLY_FOR_ARCHS_REASON_${ARCH} # - Reason why it's only for ${ONLY_FOR_ARCHS}s # NOT_FOR_ARCHS_REASON # NOT_FOR_ARCHS_REASON_${ARCH} # - Reason why it's not for ${NOT_FOR_ARCHS}s # IA32_BINARY_PORT # - Set this instead of ONLY_FOR_ARCHS if the given port # fetches and installs compiled i386 binaries. # # Dependency checking. Use these if your port requires another port # not in the list below. (Default: empty.) # # EXTRACT_DEPENDS # - A list of "path:dir[:target]" tuples of other ports this # package depends on in the "extract" stage. "path" is # the name of a file if it starts with a slash (/), an # executable otherwise. make will test for the existence # (if it is a full pathname) or search for it in your # $PATH (if it is an executable) and go into "dir" to do # a "make all install" if it's not found. If the third # field ("target") exists, it will be used instead of # ${DEPENDS_TARGET}. The first field also supports a # package name with a version range, in the form package>=1.2 # if a particular version is desired. # PATCH_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends on in the "patch" stage. "path" is the # name of a file if it starts with a slash (/), an # executable otherwise. make will test for the existence # (if it is a full pathname) or search for it in your # $PATH (if it is an executable) and go into "dir" to do # a "make all install" if it's not found. If the third # field ("target") exists, it will be used instead of # ${DEPENDS_TARGET}. The first field also supports a # package name with a version range, in the form package>=1.2 # if a particular version is desired. # FETCH_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends in the "fetch" stage. "path" is the # name of a file if it starts with a slash (/), an # executable otherwise. make will test for the # existence (if it is a full pathname) or search for # it in your $PATH (if it is an executable) and go # into "dir" to do a "make all install" if it's not # found. If the third field ("target") exists, it will # be used instead of ${DEPENDS_TARGET}. The first field # also supports a package name with a version range, in # the form package>=1.2 if a particular version is desired. # BUILD_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends to build (between the "extract" and # "build" stages, inclusive). The test done to # determine the existence of the dependency is the # same as FETCH_DEPENDS. If the third field ("target") # exists, it will be used instead of ${DEPENDS_TARGET}. # RUN_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends to run. The test done to determine # the existence of the dependency is the same as # FETCH_DEPENDS. This will be checked during the # "install" stage and the name of the dependency will # be put into the package as well. If the third field # ("target") exists, it will be used instead of # ${DEPENDS_TARGET}. The first field also supports a # package name with a version range, in the form package>=1.2 # if a particular version is desired. # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. # make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. # DEPENDS_TARGET # - The default target to execute when a port is calling a # dependency. # Default: install # # These variables control options about how a port gets built and/or # are shorthand notations for common sets of dependencies. # Use these if your port uses some of the common software packages. By # convention these should be set to 'yes', although they only need to be # defined. Defaults: not set, unless explicitly indicated below. # # Note: the distinction between the USE_* and WANT_* variables, and the # WITH_* and WITHOUT_* variables, are that the former are restricted to # usage inside the ports framework, and the latter are reserved for user- # settable options. (Setting USE_* in /etc/make.conf is always wrong). # # WITH_DEBUG - If set, debugging flags are added to CFLAGS and the # binaries don't get stripped by INSTALL_PROGRAM or # INSTALL_LIB. Besides, individual ports might # add their specific to produce binaries for debugging # purposes. You can override the debug flags that are # passed to the compiler by setting DEBUG_FLAGS. It is # set to "-g" at default. # # WITH_DEBUG_PORTS - A list of origins for which WITH_DEBUG will be set # # WITH_SSP_PORTS # - If set, SSP_FLAGS (defaults to -fstack-protector) # is added to CFLAGS and the necessary flags # are added to LDFLAGS. Note that SSP_UNSAFE # can be used in Makefiles by port maintainers # if a port breaks with it (it should be # extremely rare). # # USE_BZIP2 - If set, this port tarballs use bzip2, not gzip, for # compression. # USE_LHA - If set, this port distfile uses lha for compression # USE_XZ - If set, this port tarballs use xz (or lzma) # for compression # USE_ZIP - If set, this port distfile uses zip, not tar w/[bg]zip # for compression. # USE_MAKESELF - If set, this port distfile uses makeself, not tar w/[bg]zip # for compression. # USE_DOS2UNIX - If set to "YES", remove the ^M from all files # under ${WRKSRC}. If set to a string, remove in all # files under ${WRKSRC} with one of these names the ^Ms. # DOS2UNIX_REGEX # - Limit the ^M removal to files which name matches # the regular expression. # USE_GCC - If set, this port requires this version of gcc, either in # the system or installed from a port. # USE_CSTD - Override the default C language standard (gnu89, gnu99) # USE_CXXSTD Override the default C++ language standard # USE_BINUTILS - Use binutils suite from port instead of the version in base. ## # USE_GHOSTSCRIPT # - If set, this port needs ghostscript to both # build and run. If a number is specified, # the specified version will be used. # The valid value is '7', '8', or '9' in that case. # USE_GHOSTSCRIPT_BUILD # - If set, this port needs ghostscript to build. # USE_GHOSTSCRIPT_RUN # - If set, this port needs ghostscript to run. # GHOSTSCRIPT_PORT # - The port that provides postscript functionality. # Some installations may wish to override the default # to specify a version without X11 and/or localized # versions for their nationality. # Default: print/ghostscript9 # WITH_GHOSTSCRIPT_VER # - If set, the specified version of ghostscript will be # used. The valid value is "7", "8", or "9". Note that # this is for users, not for port maintainers. This # should not be used in Makefile. ## # USE_DISPLAY - If set, this ports requires a (virtual) X11 environment # setup. If the environment variable DISPLAY Is not set, # then an extra build dependency on Xvfb is added. Further, # if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and # MAKE_ENV are extended with a DISPLAY variable. # # USE_GL - A list of Mesa or GL related dependencies needed by the port. # Supported components are: egl, glesv2, glut, glu, glw, and gl. # If set to "yes", this is equivalent to "glu". Note that # glew and glut depend on glu, glw and glu depend on gl. ## # USE_SDL - If set, this port uses the sdl libraries. # See bsd.sdl.mk for more information. ## # USE_OPENAL - If set, this port relies on the OpenAL package. # Legal values are: al, soft, si, alut. # If set to an unknown value, the port is marked broken. # WANT_OPENAL - User-specific OpenAL wishes. # Legal values are: soft, si. The default is soft. ## # USE_OPENSSL - If set, this port relies on the OpenSSL package. ## # USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. # Implies: WANT_OPENLDAP_VER?=24 # WANT_OPENLDAP_VER # - Legal values are: 23, 24 # If set to an unknown value, the port is marked BROKEN. # WANT_OPENLDAP_SASL # - If set, the system should use OpenLDAP libraries # with SASL support. ## # USE_FAM - If set, this port uses the File Alteration Monitor. # # WANT_FAM_SYSTEM # - Legal values are: gamin (default),fam # If set to an unknown value, the port is marked IGNORE. ## # USE_AUTOTOOLS - If set, this port uses various GNU autotools # (libtool, autoconf, autoheader, automake et al.) # See bsd.autotools.mk for more details. ## # USE_SCONS - If set, this port uses the Python-based SCons build system # See bsd.scons.mk for more details. ## # USE_EFL - If set, this port use EFL libraries. # Implies inclusion of bsd.efl.mk. (Also see # that file for more information on USE_EFL_*). # USE_FPC - If set, this port relies on the Free Pascal language. # Implies inclusion of bsd.fpc.mk. (Also see # that file for more information on WANT_FPC_*). # USE_JAVA - If set, this port relies on the Java language. # Implies inclusion of bsd.java.mk. (Also see # that file for more information on USE_JAVA_*). # USE_OCAML - If set, this port relies on the OCaml language. # Implies inclusion of bsd.ocaml.mk. (Also see # that file for more information on USE_OCAML*). # USE_PYTHON - If set, this port relies on the Python language. # Implies inclusion of bsd.python.mk. (Also see # that file for more information on USE_PYTHON_* # and USE_PYDISTUTILS). # USE_R_MOD - If set, this port uses the Comprehensive R Archive Network. # See bsd.cran.mk for more details. # USE_RUBY - If set, this port relies on the Ruby language. # Implies inclusion of bsd.ruby.mk. (Also see # that file for more information on USE_RUBY_*). # USE_GNUSTEP - If set, this port relies on the GNUstep system. # Implies the inclusion of bsd.gnustep.mk. # (Also see that file for more information on # USE_GNUSTEP_*). ## # USE_GECKO - If set, this port uses the Gecko/Mozilla product. # See bsd.gecko.mk for more details. ## # USE_GNOME - A list of the Gnome dependencies the port has (e.g., # glib12, gtk12). Implies that the port needs Gnome. # Implies inclusion of bsd.gnome.mk. See bsd.gnome.mk # or http://www.FreeBSD.org/gnome/docs/porting.html # for more details. ## +# USE_MATE - A list of the MATE dependencies the port has. Implies +# that the port needs MATE. Implies inclusion of +# bsd.mate.mk. See bsd.mate.mk for more details. +## # USE_LUA - If set, this port uses the Lua library and related # components. See bsd.lua.mk for more details. ## # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## # USE_KDE4 - A list of the KDE4 dependencies the port has (e.g., # kdelibs, kdebase). Implies that the port needs KDE. # Implies inclusion of bsd.kde4.mk. See bsd.kde4.mk # for more details. # # USE_QT4 - A list of the QT4 dependencies the port has (e.g, # corelib, webkit). Implies that the port needs Qt. # Implies the inclusion of bsd.qt.mk. See bsd.qt.mk # for more details. # # USE_LINUX - Set to yes to say the port needs the default linux base port. # Set to value , if the port needs emulators/linux_base-. # Implies appropriate settings for STRIP and STRIP_CMD. # USE_LINUX_PREFIX # - controls the action of PREFIX (see above). Only use this # if the port is a linux infrastructure port (e.g. contains libs # or a sound server which supports the FreeBSD native one), # use the default or the X11 prefix if it's a leaf port # (e.g. a game or program). # Implies NO_MTREE=yes, and, if USE_LDCONFIG is defined: # - USE_LINUX=yes # - appropriate invocation of the Linux ldconfig # USE_LINUX_RPM - Set to yes to pull in variables and targets useful to Linux # RPM ports. # Implies inclusion of bsd.linux-rpm.mk. # # LINUX_OSRELEASE - Contains the value of compat.linux.osrelease sysctl. # Will be used to distinguish which linux # infrastructure ports should be used. # Valid values: 2.6.16. # AUTOMATIC_PLIST # - Set to yes to enable automatic packing list generation. # Currently has no effect unless USE_LINUX_RPM is set. # # OVERRIDE_LINUX_BASE_PORT # - This specifies the default linux base to use, for valid # values have a look at the description of USE_LINUX. This is # an user-only variable. Don't use it in any port, it's meant # to be used in make.conf. # # LINUX_BASE_PORT # - This is a read-only variable, it gets set to a value which is # usable in *_DEPENDS (e.g. BUILD_DEPENDS=${LINUX_BASE_PORT}). # It honors USE_LINUX=foo and OVERRIDE_LINUX_BASE_PORT. ## # USE_XORG - Set to a list of X.org module dependencies. # Implies inclusion of bsd.xorg.mk. ## # USE_TEX - A list of the TeX dependencies the port has. # ## # USE_RC_SUBR - If set, the ports startup/shutdown script uses the common # routines found in /etc/rc.subr. # If this is set to a list of files, these files will be # automatically added to ${SUB_FILES}, some %%VAR%%'s will # automatically be expanded, they will be installed in # ${PREFIX}/etc/rc.d and added to the packing list. # USE_RCORDER - List of rc.d startup scripts to be called early in the boot # process. This acts exactly like USE_RC_SUBR except that # scripts are installed in /etc/rc.d. # Because local rc.d scripts are included in the base rcorder # this option is not needed unless the port installs in the base. ## # USE_APACHE - If set, this port relies on an apache webserver. # # Conflict checking. Use if your port cannot be installed at the same time as # another package. # # CONFLICTS - A list of package name patterns that the port conflicts # with, separated by blanks. The names may include shell # pattern meta-characters "*", "?", "[", "]", and "!". # Example: apache*-1.2* apache*-1.3.[012345] apache-*+ssl_* # # CONFLICTS_BUILD # - Check conflict prior to the build. # # CONFLICTS_INSTALL # - Check conflict prior to the installation stage. # # Various directory definitions and variables to control them. # You rarely need to redefine any of these except WRKSRC and NO_WRKSUBDIR. # # LOCALBASE - Where non-X11 ports install things. # Default: /usr/local # LINUXBASE - Where Linux ports install things. # Default: /compat/linux # PREFIX - Where *this* port installs its files. # Default: ${LINUXBASE} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE} # # IGNORE_PATH_CHECKS # - There are some sanity checks against PREFIX. # You can disable these checks with defining # this variable, but this is not recommended! # Only do this if you really know what you are # doing. These sanity checks are the following: # - PREFIX has to be an absolute path. # - PREFIX can't have a trailing slash. # # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files. # Default: ${.CURDIR} # PORTSDIR - The root of the ports tree. # Default: /usr/ports # DISTDIR - Where to search for and store copies of original sources # Default: ${PORTSDIR}/distfiles # PACKAGES - A top level directory where all packages go (rather than # going locally to each port). # Default: ${PORTSDIR}/packages # WRKDIRPREFIX - The place to root the temporary working directory # hierarchy. # Default: none # WRKDIR - A temporary working directory that gets *clobbered* on clean # Default: ${WRKDIRPREFIX}${.CURDIR}/work # WRKSRC - A subdirectory of ${WRKDIR} where the distribution actually # unpacks to. # Default: ${WRKDIR}/${DISTNAME} unless NO_WRKSUBDIR is set, # in which case simply ${WRKDIR} # WRKSRC_SUBDIR - A subdirectory of ${WRKSRC} where the distribution actually # builds in. # Default: not set # NO_WRKSUBDIR - Assume port unpacks directly into ${WRKDIR}. # PATCHDIR - A directory containing any additional patches you made # to port this software to FreeBSD. # Default: ${MASTERDIR}/files # SCRIPTDIR - A directory containing any auxiliary scripts # Default: ${MASTERDIR}/scripts # FILESDIR - A directory containing any miscellaneous additional files. # Default: ${MASTERDIR}/files # PKGDIR - A directory containing any package creation files. # Default: ${MASTERDIR} # SRC_BASE - The root of the src tree. (Some ports require this to get # kernel sources). Default: /usr/src # UID_FILES - A list of files containing information about registered UIDs. # Note that files have decreasing priority. # GID_FILES - A list of files containing information about registered GIDs. # Note that files have decreasing priority. # # Variables that serve as convenient "aliases" for your *-install targets. # Use these like: "${INSTALL_PROGRAM} ${WRKSRC}/prog ${PREFIX}/bin". # # INSTALL_PROGRAM # - A command to install binary executables. (By # default, also strips them, unless ${STRIP} is # overridden to be the empty string). # INSTALL_KLD - As INSTALL_PROGRAM, but without the STRIP. # INSTALL_LIB - As INSTALL_DATA, but also strips the file. # INSTALL_SCRIPT # - A command to install executable scripts. # INSTALL_DATA - A command to install sharable data. # INSTALL_MAN - A command to install manpages. May or not compress, # depending on the value of MANCOMPRESSED (see below). # # Boolean to control whether manpages are installed. # # NO_INSTALL_MANPAGES # - If set, this port doesn't want to install any manpages. # Default: not set, i.e. manpages are installed by default. # # Set the following to specify all manpages that your port installs. # These manpages will be automatically listed in ${PLIST}. Depending # on the setting of NO_MANCOMPRESS, the make rules will compress the # manpages for you. # # MAN - A list of manpages, categorized by section. For # example, if your port has "man/man1/foo.1" and # "man/mann/bar.n", set "MAN1=foo.1" and "MANN=bar.n". # The available sections chars are "123456789LN". # MAN_ # - If your port does not install all man pages for all # languages in MANLANG, language specific pages for # a language can be specified with this. For example, # if the port installs foo.1 in English, Japanese, and # German, bar.1 in English only, and baz.3 in German # only, set # MANLANG= "" de ja # MAN1= foo.1 # MAN1_EN= bar.1 # MAN3_DE= baz.3 # MLINKS - A list of tuples for creating links # for manpages. For example, "MLINKS= a.1 b.1 c.3 d.3" # will do an "ln -sf a.1 b.1" and "ln -sf c.3 d.3" in # appropriate directories. (Use this even if the port # installs its own manpage links so they will show up # correctly in ${PLIST}.) # MANPREFIX - The directory prefix for ${MAN} and ${MLINKS}. # Default: ${PREFIX} # MANPREFIX # - If manual pages of some sections install in different # locations than others, use these. # Default: ${MANPREFIX} # MANCOMPRESSED - This variable can take values "yes", "no" or # "maybe". "yes" means manpages are installed # compressed; "no" means they are not; "maybe" means # it changes depending on the value of NO_MANCOMPRESS. # Default: "yes" if USES=imake is set and NO_INSTALL_MANPAGES # is not set, and "no" otherwise. # # Set the following to specify all .info files your port installs. # # INFO - A list of .info files (omitting the trailing ".info"); # only one entry per document! These files are listed in # the path relative to ${INFO_PATH}. # INFO_PATH - Path, where all .info files will be installed by your # port, relative to ${PREFIX} # Default: "share/info" if ${PREFIX} is equal to /usr # and "info" otherwise. # # Set the following to specify all documentation your port installs into # ${DOCSDIR} # # PORTDOCS - A list of files and directories relative to DOCSDIR. # Shell glob patterns can be used, directories include # the entire subtree of contained files and directories. # Should not be set when no documentation files are # installed. # Useful for dynamically generated documentation. # # Set the following to specify all documentation your port installs into # ${EXAMPLESDIR} # # PORTEXAMPLES - A list of files and directories relative to EXAMPLESDIR. # Shell glob patterns can be used, directories include # the entire subtree of contained files and directories. # Should not be set when no examples files are # installed. # Useful for dynamically generated examples. # # Set the following to specify all files and directories your port installs into # ${DATADIR} # # PORTDATA - A list of files and directories relative to DATADIR. # Shell glob patterns can be used, directories include # the entire subtree of contained files and directories. # Should not be set when no data files are # installed. # Useful for dynamically generated data files. # # Default targets and their behaviors: # # fetch - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port. # fetch-list - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port. # fetch-recursive # - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port and dependencies. # fetch-recursive-list # - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port and dependencies. # fetch-required # - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port and dependencies. # fetch-required-list # - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port and dependencies. # fetch-url-list # - Show list of URLS to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port. # fetch-urlall-list # - Show list of URLS to retrieve ${DISTFILES} and # ${PATCHFILES} for this port. # # all-depends-list # - Show all directories which are dependencies # for this port. # build-depends-list # - Show all directories which are build-dependencies # for this port. # package-depends-list # - Show all directories which are package-dependencies # for this port. This is based upon the dependency # tree as recorded in the Makefiles of the ports # collection, not as recorded in the currently # installed ports. # actual-package-depends # - Like package-depends-list but with the difference # that the dependencies of the currently installed # ports are used instead of the dependencies as # recorded in the ports collection. # run-depends-list # - Show all directories which are run-dependencies # for this port. # # extract - Unpacks ${DISTFILES} into ${WRKDIR}. # patch - Apply any provided patches to the source. # configure - Runs either GNU configure, one or more local configure # scripts or nothing, depending on what's available. # build - Actually compile the sources. # install - Install the results of a build. # reinstall - Install the results of a build, ignoring "already installed" # flag. # deinstall - Remove the installation. # deinstall-all - Remove all installations with the same PKGORIGIN. # package - Create a package from an _installed_ port. # package-recursive # - Create a package for a port and _all_ of its dependencies. # describe - Try to generate a one-line description for each port for # use in INDEX files and the like. # checkpatch - Do a "patch -C" instead of a "patch". Note that it may # give incorrect results if multiple patches deal with # the same file. # checksum - Use distinfo to ensure that your distfiles are valid. # checksum-recursive # - Run checksum in this port and all dependencies. # makesum - Generate distinfo (only do this for your own ports!). # clean - Remove ${WRKDIR} and other temporary files used for building. # clean-depends - Do a "make clean" for all dependencies. # config - Configure options for this port (using ${DIALOG}). # Automatically run prior to extract, patch, configure, build, # install, and package. # config-recursive # - Configure options for this port for a port and all its # dependencies. # showconfig - Display options config for this port. # showconfig-recursive # - Display options config for this port and all its # dependencies. # rmconfig - Remove the options config for this port. # rmconfig-recursive # - Remove the options config for this port and all its # dependencies. # # Default sequence for "all" is: # # check-sanity fetch checksum extract patch configure build # # Please read the comments in the targets section below; you # should be able to use the pre-* or post-* targets/scripts # (which are available for every stage except checksum) or # override the do-* targets to do pretty much anything you want. # # NEVER override the "regular" targets unless you want to open # a major can of worms. # # Set these variables if your port doesn't need some of the steps. # Note that there are no NO_PATCH or NO_CONFIGURE variables because # those steps are empty by default. NO_EXTRACT is not allowed anymore # since we need to at least create ${WRKDIR}. Also, NO_CHECKSUM is a user # variable and is not to be set in a port's Makefile. See above for NO_PACKAGE. # # NO_BUILD - Use a dummy (do-nothing) build target. # NO_INSTALL - Use a dummy (do-nothing) install target. # # Here are some variables used in various stages. # # For options see bsd.options.mk # # For fetch: # # FETCH_BINARY - Path to ftp/http fetch command if not in $PATH. # Default: "/usr/bin/fetch" # FETCH_ARGS - Arguments to ftp/http fetch command. # Default: "-AFpr" # FETCH_CMD - ftp/http fetch command. # Default: ${FETCH_BINARY} ${FETCH_ARGS} # FETCH_BEFORE_ARGS # - Arguments to ${FETCH_CMD} before filename. # Default: none # FETCH_AFTER_ARGS # - Arguments to ${FETCH_CMD} following filename. # Default: none # FETCH_ENV - Environment to pass to ${FETCH_CMD}. # Default: none # FETCH_REGET - Times to retry fetching of files on checksum errors. # Default: 1 # CLEAN_FETCH_ENV # - Disable package dependency in fetch target for mass # fetching. User settable. # # For extract: # # EXTRACT_CMD - Command for extracting archive: "bzip2" if USE_BZIP2 # is set, "unzip" if USE_ZIP is set, "unmakeself" if # USE_MAKESELF if set, "gzip" otherwise. # EXTRACT_BEFORE_ARGS # - Arguments to ${EXTRACT_CMD} before filename. # Default: "-dc" # EXTRACT_AFTER_ARGS # - Arguments to ${EXTRACT_CMD} following filename. # default: "| tar -xf -" # EXTRACT_PRESERVE_OWNERSHIP # - Normally, when run as "root", the extract stage will # change the owner and group of all files under ${WRKDIR} # to 0:0. Set this variable if you want to turn off this # feature. # For patch: # # EXTRA_PATCHES - Define this variable if you have patches not in # ${PATCHDIR}. This usually happens when you need to # do some pre-processing before some distribution # patches can be applied. In that case, fetch them as # extra distfiles, put the processed results in # ${WRKDIR}, then point EXTRA_PATCHES to them. # The patches specified by this variable will be # applied after the normal distribution patches but # before those in ${PATCHDIR}. # PATCH_WRKSRC - Directory to apply patches in. # Default: ${WRKSRC} # # For configure: # # HAS_CONFIGURE - If set, this port has its own configure script. The # configure stage will not do anything if this is not set. # GNU_CONFIGURE - If set, you are using GNU configure (optional). Implies # HAS_CONFIGURE. # CONFIGURE_WRKSRC # - Directory to run configure in. # Default: ${WRKSRC} # CONFIGURE_SCRIPT # - Name of configure script, relative to ${CONFIGURE_WRKSRC}. # Default: "Makefile.PL" if USES=perl5 and USE_PERL5=configure # are set, "configure" otherwise. # CONFIGURE_TARGET # - The name of target to call when GNU_CONFIGURE is # defined. # Default: ${ARCH}-portbld-freebsd${OSREL} # GNU_CONFIGURE_PREFIX # - The directory passed as prefix to the configure script if # GNU_CONFIGURE is set. # Default: ${PREFIX} # CONFIGURE_ARGS # - Pass these args to configure if ${HAS_CONFIGURE} is set. # Default: "--prefix=${GNU_CONFIGURE_PREFIX} --infodir=${PREFIX}/${INFO_PATH} # --mandir=${MANPREFIX}/man --build=${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CFLAGS=${CFLAGS} # PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib # INSTALLARCHLIB=${PREFIX}/lib" if USES=perl5 and # USE_PERL5=configure are set, empty otherwise. # CONFIGURE_ENV - Pass these env (shell-like) to configure if # ${HAS_CONFIGURE} is set. # CONFIGURE_LOG - The name of configure log file. It will be printed to # the screen if configure fails. # Default: config.log # CONFIGURE_FAIL_MESSAGE # - A message displayed to users when configure # fails (note: this assumes the do-configure # target has not been overwritten). This message # will be passed through /usr/bin/fmt before # being shown to the user. # # WITHOUT_FBSD10_FIX Disable FreeBSD 10.0 autotools workaround. # # For build and install: # # MAKEFILE - Name of the makefile. # Default: Makefile # ALL_TARGET - Default target for sub-make in build stage. # Default: all # BUILD_WRKSRC - Directory to do build in (default: ${WRKSRC}). # MAKE_ENV - Additional environment vars passed to sub-make in build # and install stages. # Default: see below # MAKE_ARGS - Any extra arguments to sub-make in build and install stages. # Default: none ## # MAKE_JOBS_UNSAFE # - Disallow multiple jobs even when user set a global override. # To be used with known bad ports. # DISABLE_MAKE_JOBS # - Set to disable the multiple jobs feature. User settable. # MAKE_JOBS_NUMBER # - Override the number of make jobs to be used. User settable. # MAKE_JOBS_NUMBER_LIMIT # - Set a limit for maximum number of make jobs allowed to be # used. ## cacche # # WITH_CCACHE_BUILD # - Enable CCACHE support (devel/ccache). User settable. # CCACHE_DIR # - Which directory to use for ccache (default: $HOME/.ccache) # NO_CCACHE # - Disable CCACHE support for example for certain ports if # CCACHE is enabled. User settable. # # For install: # # INSTALL_TARGET # - Default target for sub-make in install stage. # Default: install # INSTALL_WRKSRC # - Directory to install from # Default: ${WRKSRC} # NO_MTREE - If set, will not invoke mtree from bsd.port.mk from # the "install" target. # MTREE_FILE - The name of the mtree file. # Default: ${PORTSDIR}/Templates/BSD.local.dist or # /etc/mtree/BSD.usr.dist if ${PREFIX} == "/usr". # PLIST_DIRS - Directories to be added to packing list # PLIST_DIRSTRY - Directories to be added to packing list and try to remove them. # PLIST_FILES - Files and symbolic links to be added to packing list # # PLIST - Name of the `packing list' file. # Change this to ${WRKDIR}/PLIST or something if you # need to write to it. (It is not a good idea for a port # to write to any file outside ${WRKDIR} during a normal # build.) # Default: ${PKGDIR}/pkg-plist # TMPPLIST - Name of the `packing list' file after processing # Default: ${WRKDIR}/.PLIST.mktmp # PLIST_SUB - List of "variable=value" pair for substitution in ${PLIST} # Default: see below # # SUB_FILES - Files that should be passed through sed and redirected to # ${WRKDIR}. # - For each file specified in SUB_FILES, there must be a # corresponding file in ${FILESDIR} whose suffix is ".in". For # instance, if the Makefile specifies "SUB_FILES= pkg-message" # then there must be a file called pkg-message.in in # ${FILESDIR}. # - The substitution process is the same as PLIST_FILES, as # described below except that any line beginning with @comment # is deleted. # SUB_LIST - List of "variable=value" pair for substitution in ${SUB_FILES} # Some pairs are added by default: eg. PREFIX=${PREFIX} # # USE_LDCONFIG - If set to "yes", this adds ${PREFIX}/lib to the list of # directories to be searched for shared libraries. # Otherwise, this is a list of directories to be added to that # list. The directory names are written to # ${PREFIX}/libdata/ldconfig/${UNIQUENAME} which is then # used by the ldconfig startup script. # This mechanism replaces ldconfig scripts installed by some # ports, often under such names as 000.${UNQUENAME}.sh. # If USE_LINUX_PREFIX is defined, the Linux version of # ldconfig will be used instead of the native FreeBSD # version, and the directory list given will be ignored. # USE_LDCONFIG32 # - Same as USE_LDCONFIG but the target file is # ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead. # Note: that should only be used on 64-bit architectures. # NO_LDCONFIG_MTREE # - Denotes whether the libdata/ldconfig directory is part of # the mtree on a given OSVERSION system. If it is not, we # create the directory, pull in the ldconfig_compat port, # and clean up on de-installation. NOTE: this variable is # internal to bsd.port.mk and must not be set in your Makefile. # # DOCSDIR - Name of the directory to install the packages docs in. # Default: ${PREFIX}/share/doc/${PORTNAME} # DOCSDIR_REL - The DOCSDIR relative to ${PREFIX} # EXAMPLESDIR - Name of the directory to install the packages examples in. # Default: ${PREFIX}/share/examples/${PORTNAME} # EXAMPLESDIR_REL # - The EXAMPLESDIR relative to ${PREFIX} # DATADIR - Name of the directory to install the packages shared data in. # Default: ${PREFIX}/share/${PORTNAME} # DATADIR_REL - The DATADIR relative to ${PREFIX} # # WWWDIR - Name of the directory to install the packages www data in. # Default: ${PREFIX}/www/${PORTNAME} # WWWDIR_REL - The WWWDIR relative to ${PREFIX} # # USERS - List of users to create at install time. Each login must # have a corresponding entry in ${UID_FILES}. # GROUPS - List of groups to create at install time. Each group must # have a corresponding entry in ${GID_FILES}. # # DESKTOPDIR - Name of the directory to install ${DESKTOP_ENTRIES} in. # Default: ${PREFIX}/share/applications # DESKTOP_ENTRIES # - List of desktop entry files to generate and install in # ${DESKTOPDIR}. The format is # "Name" "Comment" "Icon" "Exec" "Categories" StartupNotify # Rules: # * Only add desktop entries for applications which do not # require a terminal (ie. X applications). # * If the upstream distribution already installs .desktop # files, you do not need to use this. # * If you require a more elaborate .desktop file than this # variable permits, write it yourself and install it # in ${DESKTOPDIR}. # Notes: # * Comment, Icon and StartupNotify may be empty # strings (""). Categories may be an empty string in some # cases (see below). The other fields are mandatory. # * If Comment is an empty string, port ${COMMENT} will be # used. # * If set, Icon must be either absolute path (usually # ${PREFIX}/share/pixmaps/${PORTNAME}.png) or icon name # without extension if installed icons follow Icon Theme # Specification. # * If Categories is an empty string, bsd.port.mk will try # to deduce a default value using the CATEGORIES variable. # If the deduction fails, you will have to set Categories # manually. You should check the generated value using # "make desktop-categories", and override it if necessary. # * Exec will also be used to name the .desktop file. # * StartupNotify may be true, false or empty (see Desktop # Entry Specification for details). # * The files will be automatically added to ${PLIST}. # Example: # "X Window Information" \ # "Get information about X windows" \ # "${PREFIX}/share/pixmaps/wininfo.png" \ # "${PREFIX}/bin/wininfo" \ # "System;" \ # "" # See http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html # for an explanation of the fields. If you need to create more # than one file, just chain them into a single variable. # # Note that the install target will automatically add manpages (see # above) and also substitute special sequences of characters (delimited # by "%%") as defined in PLIST_SUB to generate ${TMPPLIST}. For # instance, "OSREL=${OSREL}" in PLIST_SUB causes all occurrences of # "%%OSREL%%" in ${PLIST} to be substituted by the value of OSREL. # ${TMPPLIST} is generated before the do-install stage. If you are # generating the packing list on-the-fly, make sure it's generated before # do-install is called! # # For package: # # NO_LATEST_LINK # - Do not install the "Latest" link for package. Define this # if this port is a beta version of another stable port # which is also in the tree. # LATEST_LINK - Install the "Latest" link for the package as ___. Define # this if the "Latest" link name will be incorrectly determined. # # This is used in all stages: # # SCRIPTS_ENV - Additional environment vars passed to scripts in # ${SCRIPTDIR} executed by bsd.port.mk. # Default: see below # # Finally, variables to change if you want a special behavior. These # are for debugging purposes. Don't set them in your Makefile. # # ECHO_MSG - Used to print all the '===>' style prompts - override this # to turn them off. # Default: ${ECHO_CMD} # PATCH_DEBUG - If set, print out more information about the patches as # it attempts to apply them. # PKG_DBDIR - Where package installation is recorded; this directory # must not contain anything else. # Default: /var/db/pkg # PORT_DBDIR - Where port configuration options are recorded. # Default: /var/db/ports # NO_PKG_REGISTER # - Don't register a port installation as a package. # FORCE_PKG_REGISTER # - If set, it will overwrite any existing package # registration information in ${PKG_DBDIR}/${PKGNAME}. # NO_DEPENDS - Don't verify build of dependencies. # CHECKSUM_ALGORITHMS # - Different checksum algorithms to check for verifying the # integrity of the distfiles. The absence of the algorithm # in distinfo doesn't make it fail. # Default: sha256 # NO_CHECKSUM - Don't verify the checksum. Typically used when # when you noticed the distfile you just fetched has # a different checksum and you intend to verify if # the port still works with it. # USE_PACKAGE_DEPENDS # - Try to install dependencies from existing packages instead # of building the port from scratch. Fallback on source # if an existing package is not present. # USE_PACKAGE_DEPENDS_ONLY # - Like USE_PACKAGE_DEPENDS, but do not fallback on source. # INSTALL_AS_USER # - Define this to install as the current user, intended # for systems where you have no root access. # DISABLE_SIZE - Do not check the size of a distfile even if the SIZE field # has been specified in distinfo. This is useful # when using an alternate FETCH_CMD. # # End of the list of all variables that need to be defined in a port. # Most port authors should not need to understand anything after this point. # # These need to be absolute since we don't know how deep in the ports # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles or local system make configuration. PORTSDIR?= /usr/ports LOCALBASE?= /usr/local LINUXBASE?= /compat/linux DISTDIR?= ${PORTSDIR}/distfiles _DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} INDEXDIR?= ${PORTSDIR} SRC_BASE?= /usr/src USESDIR?= ${PORTSDIR}/Mk/Uses SCRIPTSDIR?= ${PORTSDIR}/Mk/Scripts LIB_DIRS?= /lib /usr/lib ${LOCALBASE}/lib .if defined(FORCE_STAGE) .undef NO_STAGE .endif # make sure bmake treats -V as expected .MAKE.EXPAND_VARIABLES= yes # tell bmake we use the old :L :U modifiers .MAKE.FreeBSD_UL= yes .include "${PORTSDIR}/Mk/bsd.commands.mk" # # DESTDIR section to start a chrooted process if invoked with DESTDIR set # .if defined(DESTDIR) && !empty(DESTDIR) && !defined(CHROOTED) && \ !defined(BEFOREPORTMK) && !defined(INOPTIONSMK) .include "${PORTSDIR}/Mk/bsd.destdir.mk" .else # Look for ${PATCH_WRKSRC}/.../*.orig files, and (re-)create # ${FILEDIR}/patch-* files from them. .if !target(makepatch) makepatch: @${MKDIR} ${FILESDIR} @(cd ${PATCH_WRKSRC}; \ for i in `find . -type f -name '*.orig'`; do \ ORG=$$i; \ NEW=$${i%.orig}; \ OUT=${FILESDIR}`${ECHO} $${NEW} | \ ${SED} -e 's|/|__|g' \ -e 's|^\.__|/patch-|'`; \ ${ECHO} ${DIFF} -ud $${ORG} $${NEW} '>' $${OUT}; \ ${DIFF} -ud $${ORG} $${NEW} > $${OUT} || ${TRUE}; \ done \ ) .endif # Start of options section .if defined(INOPTIONSMK) || ( !defined(USEOPTIONSMK) && !defined(AFTERPORTMK) ) # Get the default maintainer MAINTAINER?= ports@FreeBSD.org # Get the architecture .if !defined(ARCH) ARCH!= ${UNAME} -p .endif # Get the operating system type .if !defined(OPSYS) OPSYS!= ${UNAME} -s .endif # Get the operating system revision .if !defined(OSREL) OSREL!= ${UNAME} -r | ${SED} -e 's/[-(].*//' .endif # Get __FreeBSD_version .if !defined(OSVERSION) .if exists(/usr/include/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h .elif exists(${SRC_BASE}/sys/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC_BASE}/sys/sys/param.h .else OSVERSION!= ${SYSCTL} -n kern.osreldate .endif .endif .if ${OSVERSION} >= 1000017 .if !defined(WITHOUT_PKGNG) WITH_PKGNG?= yes .else .undef WITH_PKGNG .endif .endif # Only define tools here (for transition period with between pkg tools) .include "${PORTSDIR}/Mk/bsd.commands.mk" MASTERDIR?= ${.CURDIR} .if ${MASTERDIR} != ${.CURDIR} SLAVE_PORT?= yes MASTER_PORT?=${MASTERDIR:C/[^\/]+\/\.\.\///:C/[^\/]+\/\.\.\///:C/^.*\/([^\/]+\/[^\/]+)$/\\1/} .else SLAVE_PORT?= no MASTER_PORT?= .endif # If they exist, include Makefile.inc, then architecture/operating # system specific Makefiles, then local Makefile.local. .if ${MASTERDIR} != ${.CURDIR} && exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" USE_SUBMAKE= yes .endif .if exists(${MASTERDIR}/../Makefile.inc) .include "${MASTERDIR}/../Makefile.inc" USE_SUBMAKE= yes .endif .if exists(${MASTERDIR}/Makefile.${ARCH}-${OPSYS}) .include "${MASTERDIR}/Makefile.${ARCH}-${OPSYS}" USE_SUBMAKE= yes .elif exists(${MASTERDIR}/Makefile.${OPSYS}) .include "${MASTERDIR}/Makefile.${OPSYS}" USE_SUBMAKE= yes .elif exists(${MASTERDIR}/Makefile.${ARCH}) .include "${MASTERDIR}/Makefile.${ARCH}" USE_SUBMAKE= yes .endif .if exists(${MASTERDIR}/Makefile.local) .include "${MASTERDIR}/Makefile.local" USE_SUBMAKE= yes .endif .for _CATEGORY in ${CATEGORIES} PKGCATEGORY?= ${_CATEGORY} .endfor _PORTDIRNAME= ${.CURDIR:T} PORTDIRNAME?= ${_PORTDIRNAME} PKGORIGIN?= ${PKGCATEGORY}/${PORTDIRNAME} # where 'make config' records user configuration options PORT_DBDIR?= /var/db/ports UID_FILES?= ${PORTSDIR}/UIDs GID_FILES?= ${PORTSDIR}/GIDs UID_OFFSET?= 0 GID_OFFSET?= 0 # predefined accounts from src/etc/master.passwd # alpha numeric sort order USERS_BLACKLIST= _dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32 .if defined(LATEST_LINK) UNIQUENAME?= ${LATEST_LINK} .else UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} .endif .endif DOS2UNIX_REGEX?= .* # At least KDE needs TMPDIR for the package building, # so we're setting it to the known default value. .if defined(PACKAGE_BUILDING) TMPDIR?= /tmp .endif # defined(PACKAGE_BUILDING) # Respect TMPDIR passed via make.conf or similar and pass it down # to configure and make. .if defined(TMPDIR) MAKE_ENV+= TMPDIR="${TMPDIR}" CONFIGURE_ENV+= TMPDIR="${TMPDIR}" .endif # defined(TMPDIR) .if defined(WITH_DEBUG_PORTS) .if ${WITH_DEBUG_PORTS:M${PKGORIGIN}} WITH_DEBUG= yes .endif .endif # Reset value from bsd.own.mk. .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP= #none .endif .include "${PORTSDIR}/Mk/bsd.options.mk" # Start of pre-makefile section. .if !defined(AFTERPORTMK) && !defined(INOPTIONSMK) .include "${PORTSDIR}/Mk/bsd.sanity.mk" _PREMKINCLUDED= yes .if defined(PORTVERSION) .if ${PORTVERSION:M*[-_,]*}x != x IGNORE= PORTVERSION ${PORTVERSION} may not contain '-' '_' or ',' .endif DISTVERSION?= ${PORTVERSION:S/:/::/g} .elif defined(DISTVERSION) PORTVERSION= ${DISTVERSION:L:C/([a-z])[a-z]+/\1/g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} .endif PORTREVISION?= 0 .if ${PORTREVISION} != 0 _SUF1= _${PORTREVISION} .endif PORTEPOCH?= 0 .if ${PORTEPOCH} != 0 _SUF2= ,${PORTEPOCH} .endif PKGVERSION= ${PORTVERSION:C/[-_,]/./g}${_SUF1}${_SUF2} PKGNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} DISTNAME?= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} INDEXFILE?= INDEX-${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} DATADIR?= ${PREFIX}/share/${PORTNAME} WWWDIR?= ${PREFIX}/www/${PORTNAME} ETCDIR?= ${PREFIX}/etc/${PORTNAME} .if defined(USE_LINUX_RPM) .include "${PORTSDIR}/Mk/bsd.linux-rpm.mk" .endif .if defined(USE_LINUX_APPS) .include "${PORTSDIR}/Mk/bsd.linux-apps.mk" .endif .if defined(USE_XORG) || defined(XORG_CAT) .include "${PORTSDIR}/Mk/bsd.xorg.mk" .endif PACKAGES?= ${PORTSDIR}/packages TEMPLATES?= ${PORTSDIR}/Templates PATCHDIR?= ${MASTERDIR}/files FILESDIR?= ${MASTERDIR}/files SCRIPTDIR?= ${MASTERDIR}/scripts PKGDIR?= ${MASTERDIR} .if defined(USE_LINUX_PREFIX) PREFIX?= ${LINUXBASE} NO_MTREE= yes .else PREFIX?= ${LOCALBASE} .endif .if defined(USE_LINUX_PREFIX) LDCONFIG_CMD?= ${LINUXBASE}/sbin/ldconfig -r ${LINUXBASE} .endif PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .if defined(USE_LOCAL_MK) .include "${PORTSDIR}/Mk/bsd.local.mk" .endif .if defined(USE_OPENSSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" .endif .if defined(USE_EMACS) .include "${PORTSDIR}/Mk/bsd.emacs.mk" .endif .if defined(USE_GNUSTEP) .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif .if defined(USE_PYTHON) || defined(USE_PYTHON_BUILD) || defined(USE_PYTHON_RUN) .include "${PORTSDIR}/Mk/bsd.python.mk" .endif .if defined(USE_EFL) || defined(WANT_EFL) || defined(USE_EFL_ESMART) .include "${PORTSDIR}/Mk/bsd.efl.mk" .endif .if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) .include "${PORTSDIR}/Mk/bsd.fpc.mk" .endif .if defined(USE_JAVA) .include "${PORTSDIR}/Mk/bsd.java.mk" .endif .if defined(USE_R_MOD) .include "${PORTSDIR}/Mk/bsd.cran.mk" .endif .if defined(USE_RUBY) || defined(USE_LIBRUBY) .include "${PORTSDIR}/Mk/bsd.ruby.mk" .endif .if defined(USE_OCAML) .include "${PORTSDIR}/Mk/bsd.ocaml.mk" .endif .if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TCL_RUN) || defined(USE_TCL_WRAPPER) || defined(USE_TK) || defined(USE_TK_BUILD) || defined(USE_TK_RUN) || defined(USE_TK_WRAPPER) .include "${PORTSDIR}/Mk/bsd.tcl.mk" .endif .if defined(USE_APACHE) || defined(USE_APACHE_BUILD) || defined(USE_APACHE_RUN) .include "${PORTSDIR}/Mk/bsd.apache.mk" .endif .if defined(USE_QT4) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif .if defined(USE_TEX) .include "${PORTSDIR}/Mk/bsd.tex.mk" .endif .if defined(USE_DRUPAL) .include "${PORTSDIR}/Mk/bsd.drupal.mk" .endif .if defined(WANT_GECKO) || defined(USE_GECKO) || defined(USE_FIREFOX) || defined(USE_FIREFOX_BUILD) || defined(USE_SEAMONKEY) || defined(USE_SEAMONKEY_BUILD) || defined(USE_THUNDERBIRD) || defined(USE_THUNDERBIRD_BUILD) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif .if defined(WANT_GNOME) || defined(USE_GNOME) || defined(INSTALLS_ICONS) .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif +.if defined(USE_MATE) +.include "${PORTSDIR}/Mk/bsd.mate.mk" +.endif + .if defined(WANT_LUA) || defined(USE_LUA) || defined(USE_LUA_NOT) .include "${PORTSDIR}/Mk/bsd.lua.mk" .endif .if defined(WANT_WX) || defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif .if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER1) .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif .if defined(USE_SDL) || defined(WANT_SDL) .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif .if defined(USE_XFCE) .include "${PORTSDIR}/Mk/bsd.xfce.mk" .endif .if defined(USE_KDE4) || defined(KDE4_BUILDENV) .include "${PORTSDIR}/Mk/bsd.kde4.mk" .endif .include "${PORTSDIR}/Mk/bsd.pbi.mk" .if defined(USE_GMAKE) USES+= gmake .endif .if !defined(UID) UID!= ${ID} -u .endif # Loading features .for f in ${USES} _f=${f:C/\:.*//g} .if ${_f} != ${f} ${_f}_ARGS:= ${f:C/^[^\:]*\://g} .endif .include "${USESDIR}/${_f}.mk" .endfor .if defined(USE_BZIP2) EXTRACT_SUFX?= .tar.bz2 .elif defined(USE_LHA) EXTRACT_SUFX?= .lzh .elif defined(USE_ZIP) EXTRACT_SUFX?= .zip .elif defined(USE_XZ) EXTRACT_SUFX?= .tar.xz .elif defined(USE_MAKESELF) EXTRACT_SUFX?= .run .else EXTRACT_SUFX?= .tar.gz .endif # You can force skipping these test by defining IGNORE_PATH_CHECKS .if !defined(IGNORE_PATH_CHECKS) .if ! ${PREFIX:M/*} .BEGIN: @${ECHO_MSG} "PREFIX must be defined as an absolute path so that when 'make'" @${ECHO_MSG} "is invoked in the work area PREFIX points to the right place." @${FALSE} .endif .endif # Location of mounted CDROM(s) to search for files CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} # Owner and group of the WWW user WWWOWN?= www WWWGRP?= www .endif # End of pre-makefile section. # Start of post-makefile section. .if !defined(BEFOREPORTMK) && !defined(INOPTIONSMK) .if defined(_POSTMKINCLUDED) check-makefile:: @${ECHO_MSG} "${PKGNAME}: Makefile error: you cannot include bsd.port[.post].mk twice" @${FALSE} .endif _POSTMKINCLUDED= yes WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work .if !defined(IGNORE_MASTER_SITE_GITHUB) && defined(USE_GITHUB) WRKSRC?= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} .endif .if defined(NO_WRKSUBDIR) WRKSRC?= ${WRKDIR} .else WRKSRC?= ${WRKDIR}/${DISTNAME} .endif .if defined(WRKSRC_SUBDIR) WRKSRC:= ${WRKSRC}/${WRKSRC_SUBDIR} .endif PATCH_WRKSRC?= ${WRKSRC} CONFIGURE_WRKSRC?= ${WRKSRC} BUILD_WRKSRC?= ${WRKSRC} INSTALL_WRKSRC?=${WRKSRC} PLIST_SUB+= OSREL=${OSREL} PREFIX=%D LOCALBASE=${LOCALBASE} SUB_LIST+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} \ DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \ WWWDIR=${WWWDIR} ETCDIR=${ETCDIR} PLIST_REINPLACE+= dirrmtry stopdaemon rmtry PLIST_REINPLACE_DIRRMTRY=s!^@dirrmtry \(.*\)!@unexec rmdir "%D/\1" 2>/dev/null || true! PLIST_REINPLACE_RMTRY=s!^@rmtry \(.*\)!@unexec rm -f %D/\1 2>/dev/null || true! PLIST_REINPLACE_STOPDAEMON=s!^@stopdaemon \(.*\)!@unexec %D/etc/rc.d/\1 forcestop 2>/dev/null || true! # kludge to strip trailing whitespace from CFLAGS; # sub-configure will not # survive double space CFLAGS:= ${CFLAGS:C/ $//} .if defined(WITHOUT_CPU_CFLAGS) .if defined(_CPUCFLAGS) .if !empty(_CPUCFLAGS) CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//} .endif .endif .endif .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP_CMD= ${TRUE} DEBUG_FLAGS?= -g CFLAGS:= ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} .endif .if defined(WITH_SSP) || defined(WITH_SSP_PORTS) .include "${PORTSDIR}/Mk/bsd.ssp.mk" .endif .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment " .else PLIST_SUB+= PORTDOCS="" .endif .if defined(NOPORTEXAMPLES) PLIST_SUB+= PORTEXAMPLES="@comment " .else PLIST_SUB+= PORTEXAMPLES="" .endif .if defined(NOPORTDATA) PLIST_SUB+= PORTDATA="@comment " .else PLIST_SUB+= PORTDATA="" .endif CONFIGURE_SHELL?= ${SH} MAKE_SHELL?= ${SH} CONFIGURE_ENV+= SHELL=${SH} CONFIG_SHELL=${SH} MAKE_ENV+= SHELL=${SH} NO_LINT=YES .if defined(MANCOMPRESSED) .if ${MANCOMPRESSED} != yes && ${MANCOMPRESSED} != no && \ ${MANCOMPRESSED} != maybe check-makevars:: @${ECHO_MSG} "${PKGNAME}: Makefile error: value of MANCOMPRESSED (is \"${MANCOMPRESSED}\") can only be \"yes\", \"no\" or \"maybe\"". @${FALSE} .endif .endif MANCOMPRESSED?= no .if defined(PATCHFILES) .if ${PATCHFILES:M*.zip}x != x PATCH_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip .endif .endif # Check the compatibility layer for amd64/ia64 .if ${ARCH} == "amd64" || ${ARCH} =="ia64" .if exists(/usr/lib32) HAVE_COMPAT_IA32_LIBS?= YES .endif .if !defined(HAVE_COMPAT_IA32_KERN) HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi; echo .if empty(HAVE_COMPAT_IA32_KERN) .undef HAVE_COMPAT_IA32_KERN .endif .endif .endif .if defined(IA32_BINARY_PORT) && ${ARCH} != "i386" .if ${ARCH} == "amd64" || ${ARCH} == "ia64" .if !defined(HAVE_COMPAT_IA32_KERN) IGNORE= requires a kernel with compiled-in IA32 compatibility .elif !defined(HAVE_COMPAT_IA32_LIBS) IGNORE= requires 32-bit libraries installed under /usr/lib32 .endif _LDCONFIG_FLAGS=-32 LIB32DIR= lib32 .else IGNORE= requires i386 (or compatible) platform to run .endif .else LIB32DIR= lib .endif PLIST_SUB+= LIB32DIR=${LIB32DIR} PKGNG_ORIGIN?= ports-mgmt/pkg .if defined(WITH_PKGNG) .if ${WITH_PKGNG} == devel PKGNG_ORIGIN= ports-mgmt/pkg-devel .endif .if !defined(PKG_DEPENDS) .if !defined(CLEAN_FETCH_ENV) PKG_DEPENDS+= ${LOCALBASE}/sbin/pkg:${PORTSDIR}/${PKGNG_ORIGIN} .endif .endif .endif .if defined(USE_LHA) EXTRACT_DEPENDS+= lha:${PORTSDIR}/archivers/lha .endif .if defined(USE_ZIP) EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip .endif .if defined(USE_XZ) && ( (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 ) EXTRACT_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz .endif .if defined(USE_MAKESELF) EXTRACT_DEPENDS+= unmakeself:${PORTSDIR}/archivers/unmakeself .endif .if defined(USE_GCC) || defined(USE_FORTRAN) .include "${PORTSDIR}/Mk/bsd.gcc.mk" .endif .if defined(USE_BINUTILS) && !defined(DISABLE_BINUTILS) BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils BINUTILS?= ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLIB \ READELF SIZE STRINGS BINUTILS_NO_MAKE_ENV?= . for b in ${BINUTILS} ${b}= ${LOCALBASE}/bin/${b:C/PP/++/:L} . if defined(GNU_CONFIGURE) || defined(BINUTILS_CONFIGURE) CONFIGURE_ENV+= ${b}="${${b}}" . endif . if ${BINUTILS_NO_MAKE_ENV:M${b}} == "" MAKE_ENV+= ${b}="${${b}}" . endif . endfor .endif .if defined(USE_OPENLDAP) || defined(WANT_OPENLDAP_VER) .include "${PORTSDIR}/Mk/bsd.ldap.mk" .endif .if defined(USE_OPENAL) _OPENAL_ALL= al si soft alut _OPENAL_LIBS= si soft # Default choice. _DEFAULT_OPENAL= soft _OPENAL_SOFT= openal.1:${PORTSDIR}/audio/openal-soft _OPENAL_SI= openal.0:${PORTSDIR}/audio/openal _OPENAL_ALUT= alut.1:${PORTSDIR}/audio/freealut .if exists(${LOCALBASE}/lib/libopenal.a) _HAVE_OPENAL= si .elif exists(${LOCALBASE}/bin/openal-info) _HAVE_OPENAL= soft .endif .if ${USE_OPENAL} == "yes" # Be friendly. USE_OPENAL= ${_DEFAULT_OPENAL} .endif __USED_OPENAL= _USE_OPENAL= .for component in ${USE_OPENAL} .if ${__USED_OPENAL:M${component}} == "" __USED_OPENAL+= ${component} .if ${_OPENAL_ALL:M${component}} == "" BROKEN= OPENAL mismatch: unknown component ${component} .elif ${_OPENAL_ALL:M${component}} == "al" # Check if the user wish matches the found OpenAL system. .if defined(WANT_OPENAL) && defined(_HAVE_OPENAL) && ${_HAVE_OPENAL} != ${WANT_OPENAL} BROKEN= OPENAL mismatch: ${_HAVE_OPENAL} is installed, but ${WANT_OPENAL} desired .endif # WANT_OPENAL .if defined(_HAVE_OPENAL) _OPENAL_SYSTEM= ${_HAVE_OPENAL} .elif defined(WANT_OPENAL) _OPENAL_SYSTEM= ${WANT_OPENAL} .else _OPENAL_SYSTEM= ${_DEFAULT_OPENAL} .endif # _HAVE_OPENAL _USE_OPENAL+= ${_OPENAL_${_OPENAL_SYSTEM:U}} .else # ${_OPENAL_ALL:M${component}} == "" .if ${_OPENAL_LIBS:M${component}} == ${component} # Check for the system implementation to use. .if defined(WANT_OPENAL) && ${WANT_OPENAL} != ${component} BROKEN= OPENAL mismatch: wants to use ${component}, while you wish to use ${WANT_OPENAL} .endif .if defined(_OPENAL_SYSTEM) BROKEN= OPENAL mismatch: cannot use ${component} and al together. .endif .if defined(_HAVE_OPENAL) && ${_HAVE_OPENAL} != ${component} BROKEN= OPENAL mismatch: wants to use ${component}, but ${_HAVE_OPENAL} is installed .endif _OPENAL_SYSTEM= ${component} .endif # ${_OPENAL_LIBS:M${component}} == ${component} _USE_OPENAL+= ${_OPENAL_${component:U}} .endif # ${_OPENAL_ALL:M${component}} == "" .endif # ${__USED_OPENAL:M${component} == "" .endfor # component in ${USE_OPENAL} .for dep in ${_USE_OPENAL} LIB_DEPENDS+= ${dep} .endfor .endif # USE_OPENAL .if defined(USE_FAM) DEFAULT_FAM_SYSTEM= gamin # Currently supported FAM systems FAM_SYSTEM_FAM= fam.0:${PORTSDIR}/devel/fam FAM_SYSTEM_GAMIN= fam.0:${PORTSDIR}/devel/gamin .if exists(${LOCALBASE}/libexec/gam_server) _HAVE_FAM_SYSTEM= gamin .elif exists(${LOCALBASE}/bin/fam) _HAVE_FAM_SYSTEM= fam .endif .if defined(WANT_FAM_SYSTEM) .if defined(WITH_FAM_SYSTEM) && ${WITH_FAM_SYSTEM}!=${WANT_FAM_SYSTEM} IGNORE= wants to use ${WANT_FAM_SYSTEM} as its FAM system, while you wish to use ${WITH_FAM_SYSTEM} .endif FAM_SYSTEM= ${WANT_FAM_SYSTEM} .elif defined(WITH_FAM_SYSTEM) FAM_SYSTEM= ${WITH_FAM_SYSTEM} .else .if defined(_HAVE_FAM_SYSTEM) FAM_SYSTEM= ${_HAVE_FAM_SYSTEM} .else FAM_SYSTEM= ${DEFAULT_FAM_SYSTEM} .endif .endif # WANT_FAM_SYSTEM .if defined(_HAVE_FAM_SYSTEM) .if ${_HAVE_FAM_SYSTEM}!= ${FAM_SYSTEM} BROKEN= FAM system mismatch: ${_HAVE_FAM_SYSTEM} is installed, while desired FAM system is ${FAM_SYSTEM} .endif .endif .if defined(FAM_SYSTEM_${FAM_SYSTEM:U}) LIB_DEPENDS+= ${FAM_SYSTEM_${FAM_SYSTEM:U}} .else IGNORE= cannot be built with unknown FAM system: ${FAM_SYSTEM} .endif .endif # USE_FAM .if defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES" SUB_FILES+= ${USE_RC_SUBR} .endif .if defined(USE_RCORDER) SUB_FILES+= ${USE_RCORDER} .endif .if defined(USE_LDCONFIG) && ${USE_LDCONFIG:L} == "yes" USE_LDCONFIG= ${PREFIX}/lib .endif .if defined(USE_LDCONFIG32) && ${USE_LDCONFIG32:L} == "yes" IGNORE= has USE_LDCONFIG32 set to yes, which is not correct .endif .if defined(USE_LINUX_PREFIX) && defined(USE_LDCONFIG) # we need ${LINUXBASE}/sbin/ldconfig USE_LINUX?= yes .endif .if defined(USE_LINUX) . if !defined(LINUX_OSRELEASE) LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` . endif # install(1) also does a brandelf on strip, so don't strip with FreeBSD tools. STRIP= . if exists(${LINUXBASE}/usr/bin/strip) STRIP_CMD= ${LINUXBASE}/usr/bin/strip . else STRIP_CMD= ${TRUE} . endif # Allow the user to specify another linux_base version. . if defined(OVERRIDE_LINUX_BASE_PORT) . if ${USE_LINUX:L} == yes USE_LINUX= ${OVERRIDE_LINUX_BASE_PORT} . endif . endif # NOTE: when you update the default linux_base version (case "yes"), # don't forget to update the Handbook! . if exists(${PORTSDIR}/emulators/linux_base-${USE_LINUX}) LINUX_BASE_PORT= ${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINUX} . else . if ${USE_LINUX:L} == "yes" LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-f10 . else IGNORE= cannot be built: there is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT . endif . endif RUN_DEPENDS+= ${LINUX_BASE_PORT} .endif .if defined(USE_DISPLAY) && !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \ ${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \ xkbcomp:${PORTSDIR}/x11/xkbcomp .if !defined(PACKAGE_BUILDING) CONFIGURE_ENV+= DISPLAY="localhost:1001" MAKE_ENV+= DISPLAY="localhost:1001" .endif .endif PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' _GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/grahpics/libglesv2 _GL_egl_LIB_DEPENDS= libEGL.so:${PORTSDIR}/graphics/libEGL _GL_gl_LIB_DEPENDS= libGL.so:${PORTSDIR}/graphics/libGL _GL_gl_USE_XORG= glproto dri2proto _GL_glew_LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew _GL_glu_LIB_DEPENDS= libGLU.so:${PORTSDIR}/graphics/libGLU _GL_glu_USE_XORG= glproto dri2proto _GL_glw_LIB_DEPENDS= libGLw.so:${PORTSDIR}/graphics/libGLw _GL_glut_LIB_DEPENDS= libglut.so:${PORTSDIR}/graphics/freeglut .if defined(USE_GL) . if ${USE_GL:L} == "yes" USE_GL= glu . endif . for _component in ${USE_GL} . if !defined(_GL_${_component}_LIB_DEPENDS) && \ !defined(_GL_${_component}_RUN_DEPENDS) IGNORE= uses unknown GL component . else USE_XORG+= ${_GL_${_component}_USE_XORG} BUILD_DEPENDS+= ${_GL_${_component}_BUILD_DEPENDS} LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS} RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS} . endif . endfor .endif .if !defined(NO_STAGE) .include "${PORTSDIR}/Mk/bsd.stage.mk" .endif .if defined(WITH_PKGNG) .include "${PORTSDIR}/Mk/bsd.pkgng.mk" .endif .if defined(USE_LOCAL_MK) .include "${PORTSDIR}/Mk/bsd.local.mk" .endif .if defined(USE_XORG) || defined(XORG_CAT) .include "${PORTSDIR}/Mk/bsd.xorg.mk" .endif .if defined(USE_MYSQL) || defined(WANT_MYSQL_VER) || \ defined(USE_PGSQL) || defined(WANT_PGSQL_VER) || \ defined(USE_BDB) || defined(USE_SQLITE) || defined(USE_FIREBIRD) .include "${PORTSDIR}/Mk/bsd.database.mk" .endif .if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER1) .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif .if defined(USE_EFL) || defined(WANT_EFL) || defined(USE_EFL_ESMART) .include "${PORTSDIR}/Mk/bsd.efl.mk" .endif .if defined(USE_JAVA) .include "${PORTSDIR}/Mk/bsd.java.mk" .endif .if defined(USE_LINUX_RPM) .include "${PORTSDIR}/Mk/bsd.linux-rpm.mk" .endif .if defined(USE_LINUX_APPS) .include "${PORTSDIR}/Mk/bsd.linux-apps.mk" .endif .if defined(USE_QT4) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif .if defined(USE_SCONS) .include "${PORTSDIR}/Mk/bsd.scons.mk" .endif .if defined(USE_SDL) || defined(WANT_SDL) .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif .if defined(USE_PYTHON) .include "${PORTSDIR}/Mk/bsd.python.mk" .endif .if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TK) || defined(USE_TK_BUILD) .include "${PORTSDIR}/Mk/bsd.tcl.mk" .endif .if defined(USE_LUA) || defined(USE_LUA_NOT) .include "${PORTSDIR}/Mk/bsd.lua.mk" .endif .if defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif .if defined(USE_APACHE) || defined(USE_APACHE_BUILD) || defined(USE_APACHE_RUN) .include "${PORTSDIR}/Mk/bsd.apache.mk" .endif .if defined(USE_AUTOTOOLS) .include "${PORTSDIR}/Mk/bsd.autotools.mk" .endif .if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) .include "${PORTSDIR}/Mk/bsd.fpc.mk" .endif .if defined(WANT_GECKO) || defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif .if defined(WANT_GNOME) || defined(USE_GNOME) .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif +.if defined(USE_MATE) +.include "${PORTSDIR}/Mk/bsd.mate.mk" +.endif + .if defined(USE_XFCE) .include "${PORTSDIR}/Mk/bsd.xfce.mk" .endif .if defined(USE_KDE4) .include "${PORTSDIR}/Mk/bsd.kde4.mk" .endif .if exists(${PORTSDIR}/Makefile.inc) .include "${PORTSDIR}/Makefile.inc" USE_SUBMAKE= yes .endif # Loading features .for f in ${_USES_POST} _f=${f:C/\:.*//g} .if ${_f} != ${f} ${_f}_ARGS:= ${f:C/^[^\:]*\://g} .endif .include "${USESDIR}/${_f}.mk" .endfor .if defined(USE_XORG) # Add explicit X options to avoid problems with false positives in configure .if defined(GNU_CONFIGURE) CONFIGURE_ARGS+=--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include .endif .endif # Set the default for the installation of Postscript(TM)- # compatible functionality. .if !defined(USE_GHOSTSCRIPT) . if defined(USE_GHOSTSCRIPT_BUILD) _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT_BUILD} . elif defined(USE_GHOSTSCRIPT_RUN) _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT_RUN} . endif .else _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT} .endif .if defined(WITH_GHOSTSCRIPT_VER) && !empty(WITH_GHOSTSCRIPT_VER:M[789]) _USE_GHOSTSCRIPT_DEFAULT_VER= ${WITH_GHOSTSCRIPT_VER} .else _USE_GHOSTSCRIPT_DEFAULT_VER= 9 .endif .if defined(_USE_GHOSTSCRIPT) . if !defined(WITHOUT_X11) _USE_GHOSTSCRIPT_PKGNAME_SUFFIX= . else _USE_GHOSTSCRIPT_PKGNAME_SUFFIX=-nox11 . endif . if !empty(_USE_GHOSTSCRIPT:M[789]) _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT:M[789]} . else _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT_DEFAULT_VER} . endif .else _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT_DEFAULT_VER} .endif # Sanity check .if defined(_USE_GHOSTSCRIPT) && defined(WITH_GHOSTSCRIPT_VER) . if empty(WITH_GHOSTSCRIPT_VER:M[789]) . error You set an invalid value "${WITH_GHOSTSCRIPT_VER}" in WITH_GHOSTSCRIPT_VER. Abort. . elif ${_USE_GHOSTSCRIPT_VER} != ${WITH_GHOSTSCRIPT_VER} . error You set WITH_GHOSTSCRIPT_VER as ${WITH_GHOSTSCRIPT_VER} but ${PKGNAME} requires print/ghostscript${_USE_GHOSTSCRIPT_VER}. Abort. . endif .endif GHOSTSCRIPT_PORT?= print/ghostscript${_USE_GHOSTSCRIPT_VER}${_USE_GHOSTSCRIPT_PKGNAME_SUFFIX} # Set up the ghostscript dependencies. .if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_BUILD) BUILD_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} .endif .if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_RUN) RUN_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} .endif # Macro for doing in-place file editing using regexps REINPLACE_ARGS?= -i.bak REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} # Names of cookies used to skip already completed stages EXTRACT_COOKIE?= ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_/g} CONFIGURE_COOKIE?= ${WRKDIR}/.configure_done.${PORTNAME}.${PREFIX:S/\//_/g} INSTALL_COOKIE?= ${WRKDIR}/.install_done.${PORTNAME}.${PREFIX:S/\//_/g} BUILD_COOKIE?= ${WRKDIR}/.build_done.${PORTNAME}.${PREFIX:S/\//_/g} PATCH_COOKIE?= ${WRKDIR}/.patch_done.${PORTNAME}.${PREFIX:S/\//_/g} PACKAGE_COOKIE?= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g} STAGE_COOKIE?= ${WRKDIR}/.stage_done.${PORTNAME}.${PREFIX:S/\//_/g} # How to do nothing. Override if you, for some strange reason, would rather # do something. DO_NADA?= ${TRUE} # Use this as the first operand to always build dependency. NONEXISTENT?= /nonexistent CHECKSUM_ALGORITHMS?= sha256 DISTINFO_FILE?= ${MASTERDIR}/distinfo MAKE_FLAGS?= -f MAKEFILE?= Makefile MAKE_CMD?= /usr/bin/make MAKE_ENV+= PREFIX=${PREFIX} \ LOCALBASE=${LOCALBASE} \ LIBDIR="${LIBDIR}" \ CC="${CC}" CFLAGS="${CFLAGS}" \ CPP="${CPP}" CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ MANPREFIX="${MANPREFIX}" # Add -fno-strict-aliasing to CFLAGS with optimization level -O2 or higher. # gcc 4.x enable strict aliasing optimization with -O2 which is known to break # a lot of ports. .if !defined(WITHOUT_NO_STRICT_ALIASING) .if ${CC} != "icc" .if !empty(CFLAGS:M-O[23s]) && empty(CFLAGS:M-fno-strict-aliasing) CFLAGS+= -fno-strict-aliasing .endif .endif .endif .if defined(USE_CSTD) CFLAGS:= ${CFLAGS:N-std=*} -std=${USE_CSTD} .endif .if defined(USE_CXXSTD) CXXFLAGS:= ${CXXFLAGS:N-std=*} -std=${USE_CXXSTD} .endif # Multiple make jobs support .if defined(DISABLE_MAKE_JOBS) || defined(MAKE_JOBS_UNSAFE) _MAKE_JOBS= # MAKE_JOBS_NUMBER= 1 .else .if defined(MAKE_JOBS_NUMBER) _MAKE_JOBS_NUMBER:= ${MAKE_JOBS_NUMBER} .else _MAKE_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus .endif .if defined(MAKE_JOBS_NUMBER_LIMIT) && ( ${MAKE_JOBS_NUMBER_LIMIT} < ${_MAKE_JOBS_NUMBER} ) MAKE_JOBS_NUMBER= ${MAKE_JOBS_NUMBER_LIMIT} .else MAKE_JOBS_NUMBER= ${_MAKE_JOBS_NUMBER} .endif _MAKE_JOBS?= -j${MAKE_JOBS_NUMBER} BUILD_FAIL_MESSAGE+= Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. .endif # ccache support # Support NO_CCACHE for common setups, require WITH_CCACHE_BUILD, and # don't use if ccache already set in CC .if !defined(NO_CCACHE) && defined(WITH_CCACHE_BUILD) && !${CC:M*ccache*} && \ !defined(NO_BUILD) && !defined(NOCCACHE) # Avoid depends loops between pkg and ccache . if !${.CURDIR:M*/devel/ccache} && !${.CURDIR:M*/ports-mgmt/pkg} BUILD_DEPENDS+= ${LOCALBASE}/bin/ccache:${PORTSDIR}/devel/ccache . endif _CCACHE_PATH= ${LOCALBASE}/libexec/ccache # Prepend the ccache dir into the PATH and setup ccache env PATH:= ${_CCACHE_PATH}:${PATH} .if !${MAKE_ENV:MPATH=*} && !${CONFIGURE_ENV:MPATH=*} MAKE_ENV+= PATH=${PATH} CONFIGURE_ENV+= PATH=${PATH} .endif . if defined(CCACHE_DIR) MAKE_ENV+= CCACHE_DIR="${CCACHE_DIR}" CONFIGURE_ENV+= CCACHE_DIR="${CCACHE_DIR}" . endif .endif PTHREAD_CFLAGS?= PTHREAD_LIBS?= -pthread FETCH_ENV?= SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 FETCH_BINARY?= /usr/bin/fetch FETCH_ARGS?= -AFpr FETCH_REGET?= 1 .if !defined(DISABLE_SIZE) FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .endif FETCH_CMD?= ${FETCH_BINARY} ${FETCH_ARGS} .if defined(RANDOMIZE_MASTER_SITES) .if exists(/usr/games/random) RANDOM_CMD?= /usr/games/random RANDOM_ARGS?= "-w -f -" _RANDOMIZE_SITES= " |${RANDOM_CMD} ${RANDOM_ARGS}" .endif .endif TOUCH?= /usr/bin/touch TOUCH_FLAGS?= -f DISTORIG?= .bak.orig PATCH?= /usr/bin/patch PATCH_STRIP?= -p0 PATCH_DIST_STRIP?= -p0 .if defined(PATCH_DEBUG) PATCH_DEBUG_TMP= yes PATCH_ARGS?= -d ${PATCH_WRKSRC} -E ${PATCH_STRIP} PATCH_DIST_ARGS?= --suffix ${DISTORIG} -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} .else PATCH_DEBUG_TMP= no PATCH_ARGS?= -d ${PATCH_WRKSRC} --forward --quiet -E ${PATCH_STRIP} PATCH_DIST_ARGS?= --suffix ${DISTORIG} -d ${PATCH_WRKSRC} --forward --quiet -E ${PATCH_DIST_STRIP} .endif .if defined(BATCH) PATCH_ARGS+= --batch PATCH_DIST_ARGS+= --batch .endif # Prevent breakage with VERSION_CONTROL=numbered PATCH_ARGS+= -V simple .if defined(PATCH_CHECK_ONLY) PATCH_ARGS+= -C PATCH_DIST_ARGS+= -C .endif .if ${PATCH} == "/usr/bin/patch" PATCH_ARGS+= --suffix .orig PATCH_DIST_ARGS+= --suffix .orig .endif TAR?= /usr/bin/tar # EXTRACT_SUFX is defined in .pre.mk section .if defined(USE_LHA) EXTRACT_CMD?= ${LHA_CMD} EXTRACT_BEFORE_ARGS?= xfqw=${WRKDIR} EXTRACT_AFTER_ARGS?= .elif defined(USE_ZIP) EXTRACT_CMD?= ${UNZIP_CMD} EXTRACT_BEFORE_ARGS?= -qo EXTRACT_AFTER_ARGS?= -d ${WRKDIR} .elif defined(USE_MAKESELF) EXTRACT_CMD?= ${UNMAKESELF_CMD} EXTRACT_BEFORE_ARGS?= EXTRACT_AFTER_ARGS?= .else EXTRACT_CMD?= ${TAR} EXTRACT_BEFORE_ARGS?= -xf .if defined(EXTRACT_PRESERVE_OWNERSHIP) EXTRACT_AFTER_ARGS?= .else EXTRACT_AFTER_ARGS?= --no-same-owner --no-same-permissions .endif .endif # Figure out where the local mtree file is .if !defined(MTREE_FILE) && !defined(NO_MTREE) .if ${PREFIX} == /usr MTREE_FILE= /etc/mtree/BSD.usr.dist .else MTREE_FILE= ${PORTSDIR}/Templates/BSD.local.dist .endif MTREE_FILE_DEFAULT=yes .endif MTREE_CMD?= /usr/sbin/mtree MTREE_ARGS?= -U ${MTREE_FOLLOWS_SYMLINKS} -f ${MTREE_FILE} -d -e -p READLINK_CMD?= /usr/bin/readlink # Determine whether or not we can use rootly owner/group functions. .if ${UID} == 0 _BINOWNGRP= -o ${BINOWN} -g ${BINGRP} _SHROWNGRP= -o ${SHAREOWN} -g ${SHAREGRP} _MANOWNGRP= -o ${MANOWN} -g ${MANGRP} .else _BINOWNGRP= _SHROWNGRP= _MANOWNGRP= .endif # A few aliases for *-install targets INSTALL_PROGRAM= \ ${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m ${BINMODE} INSTALL_KLD= \ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} INSTALL_LIB= \ ${INSTALL} ${COPY} ${STRIP} ${_SHROWNGRP} -m ${SHAREMODE} INSTALL_SCRIPT= \ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} INSTALL_DATA= \ ${INSTALL} ${COPY} ${_SHROWNGRP} -m ${SHAREMODE} INSTALL_MAN= \ ${INSTALL} ${COPY} ${_MANOWNGRP} -m ${MANMODE} INSTALL_MACROS= BSD_INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ BSD_INSTALL_LIB="${INSTALL_LIB}" \ BSD_INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ BSD_INSTALL_DATA="${INSTALL_DATA}" \ BSD_INSTALL_MAN="${INSTALL_MAN}" MAKE_ENV+= ${INSTALL_MACROS} SCRIPTS_ENV+= ${INSTALL_MACROS} # Macro for copying entire directory tree with correct permissions .if ${UID} == 0 COPYTREE_BIN= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${CHOWN} -Rh ${BINOWN}:${BINGRP} $$1 && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${BINMODE} $$1/{} \;' -- COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${CHOWN} -Rh ${SHAREOWN}:${SHAREGRP} $$1 && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${SHAREMODE} $$1/{} \;' -- .else COPYTREE_BIN= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${BINMODE} $$1/{} \;' -- COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${SHAREMODE} $$1/{} \;' -- .endif # The user can override the NO_PACKAGE by specifying this from # the make command line .if defined(FORCE_PACKAGE) .undef NO_PACKAGE .endif DESCR?= ${PKGDIR}/pkg-descr PLIST?= ${PKGDIR}/pkg-plist PKGHELP?= ${PKGDIR}/pkg-help PKGINSTALL?= ${PKGDIR}/pkg-install PKGDEINSTALL?= ${PKGDIR}/pkg-deinstall PKGREQ?= ${PKGDIR}/pkg-req PKGMESSAGE?= ${PKGDIR}/pkg-message TMPPLIST?= ${WRKDIR}/.PLIST.mktmp TMPPLIST_SORT?= ${WRKDIR}/.PLIST.mktmp.sorted TMPGUCMD?= ${WRKDIR}/.PLIST.gucmd .if !defined(PKG_ARGS) PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${.CURDIR} && ${MAKE} actual-package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | ${SORT} -u -t : -k 2`" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS} .if !defined(NO_MTREE) PKG_ARGS+= -m ${MTREE_FILE} .endif .if defined(PKGORIGIN) PKG_ARGS+= -o ${PKGORIGIN} .endif .if defined(CONFLICTS) && !defined(DISABLE_CONFLICTS) PKG_ARGS+= -C "${CONFLICTS}" .endif .if defined(CONFLICTS_INSTALL) && !defined(DISABLE_CONFLICTS) PKG_ARGS+= -C "${CONFLICTS_INSTALL}" .endif .endif .if defined(PKG_NOCOMPRESS) PKG_SUFX?= .tar .else .if defined(WITH_PKGNG) PKG_SUFX?= .txz .else PKG_SUFX?= .tbz .endif .endif # where pkg_add records its dirty deeds. PKG_DBDIR?= /var/db/pkg ALL_TARGET?= all INSTALL_TARGET?= install INSTALL_TARGET+= ${LATE_INSTALL_ARGS} # Integrate with the license auditing framework .if !defined (DISABLE_LICENSES) .include "${PORTSDIR}/Mk/bsd.licenses.mk" .endif # Popular master sites .include "${PORTSDIR}/Mk/bsd.sites.mk" # Empty declaration to avoid "variable MASTER_SITES recursive" error MASTER_SITES?= PATCH_SITES?= _MASTER_SITES_DEFAULT?= _PATCH_SITES_DEFAULT?= # Feed internal _{MASTER,PATCH}_SITES_n where n is a group designation # as per grouping rules (:something) # Organize _{MASTER,PATCH}_SITES_{DEFAULT,[^/:]+} according to grouping # rules (:something) .for _S in ${MASTER_SITES} _S_TEMP= ${_S:S/^${_S:C@/?:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your MASTER_SITES" @${FALSE} . endif _MASTER_SITES_${_group}+= ${_S:C@^(.*/):[^/:]+$@\1@} . endfor . else _MASTER_SITES_DEFAULT+= ${_S:C@^(.*/):[^/:]+$@\1@} . endif .endfor .for _S in ${PATCH_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "The words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your PATCH_SITES" @${FALSE} . endif _PATCH_SITES_${_group}+= ${_S:C@^(.*/):[^/:]+$@\1@} . endfor . else _PATCH_SITES_DEFAULT+= ${_S:C@^(.*/):[^/:]+$@\1@} . endif .endfor # Feed internal _{MASTER,PATCH}_SITE_SUBDIR_n where n is a group designation # as per grouping rules (:something) # Organize _{MASTER,PATCH}_SITE_SUBDIR_{DEFAULT,[^/:]+} according to grouping # rules (:something) .for _S in ${MASTER_SITE_SUBDIR} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your MASTER_SITE_SUBDIR" @${FALSE} . endif . if defined(_MASTER_SITES_${_group}) _MASTER_SITE_SUBDIR_${_group}+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endfor . else . if defined(_MASTER_SITES_DEFAULT) _MASTER_SITE_SUBDIR_DEFAULT+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endif .endfor .for _S in ${PATCH_SITE_SUBDIR} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your PATCH_SITE_SUBDIR" @${FALSE} . endif . if defined(_PATCH_SITES_${_group}) _PATCH_SITE_SUBDIR_${_group}+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endfor . else . if defined(_PATCH_SITES_DEFAULT) _PATCH_SITE_SUBDIR_DEFAULT+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endif .endfor # Substitute subdirectory names # XXX simpler/faster solution but not the best space wise, suggestions please .for _S in ${MASTER_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} . if !defined(_MASTER_SITE_SUBDIR_${_group}) MASTER_SITES_TMP= ${_MASTER_SITES_${_group}:S^%SUBDIR%/^^} . else _S_TEMP_TEMP= ${_MASTER_SITES_${_group}:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) MASTER_SITES_TMP= ${_MASTER_SITES_${_group}} . else MASTER_SITES_TMP= . for site in ${_MASTER_SITES_${_group}} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) MASTER_SITES_TMP+= ${site} . else . for dir in ${_MASTER_SITE_SUBDIR_${_group}} MASTER_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif . endif _MASTER_SITES_${_group}:= ${MASTER_SITES_TMP} . endfor . endif .endfor .if defined(_MASTER_SITE_SUBDIR_DEFAULT) _S_TEMP= ${_MASTER_SITES_DEFAULT:M*%SUBDIR%/*} . if empty(_S_TEMP) MASTER_SITES_TMP= ${_MASTER_SITES_DEFAULT} . else MASTER_SITES_TMP= . for site in ${_MASTER_SITES_DEFAULT} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) MASTER_SITES_TMP+= ${site} . else . for dir in ${_MASTER_SITE_SUBDIR_DEFAULT} MASTER_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif .else MASTER_SITES_TMP= ${_MASTER_SITES_DEFAULT:S^%SUBDIR%/^^} .endif _MASTER_SITES_DEFAULT:= ${MASTER_SITES_TMP} MASTER_SITES_TMP= .for _S in ${PATCH_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} . if !defined(_PATCH_SITE_SUBDIR_${_group}) PATCH_SITES_TMP= ${_PATCH_SITES_${_group}:S^%SUBDIR%/^^} . else _S_TEMP_TEMP= ${_PATCH_SITES_${_group}:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) PATCH_SITES_TMP= ${_PATCH_SITES_${_group}} . else PATCH_SITES_TMP= . for site in ${_PATCH_SITES_${_group}} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) PATCH_SITES_TMP+= ${site} . else . for dir in ${_PATCH_SITE_SUBDIR_${_group}} PATCH_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif . endif _PATCH_SITES_${_group}:= ${PATCH_SITES_TMP} . endfor . endif .endfor .if defined(_PATCH_SITE_SUBDIR_DEFAULT) _S_TEMP= ${_PATCH_SITES_DEFAULT:M*%SUBDIR%/*} . if empty(_S_TEMP) PATCH_SITES_TMP= ${_PATCH_SITES_DEFAULT} . else PATCH_SITES_TMP= . for site in ${_PATCH_SITES_DEFAULT} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) PATCH_SITES_TMP+= ${site} . else . for dir in ${_PATCH_SITE_SUBDIR_DEFAULT} PATCH_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif .else PATCH_SITES_TMP= ${_PATCH_SITES_DEFAULT:S^%SUBDIR%/^^} .endif _PATCH_SITES_DEFAULT:= ${PATCH_SITES_TMP} PATCH_SITES_TMP= # The primary backup site. MASTER_SITE_BACKUP?= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository # for everything, but don't search it twice by appending it to the end. .if defined(MASTER_SITE_FREEBSD) _MASTER_SITE_OVERRIDE:= ${MASTER_SITE_BACKUP} _MASTER_SITE_BACKUP:= # empty .else _MASTER_SITE_OVERRIDE= ${MASTER_SITE_OVERRIDE} _MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP} .endif # Search CDROM first if mounted, symlink instead of copy if # FETCH_SYMLINK_DISTFILES is set .for MOUNTPT in ${CD_MOUNTPTS} .if exists(${MOUNTPT}/ports/distfiles) _MASTER_SITE_OVERRIDE:= file:${MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE} .if defined(FETCH_SYMLINK_DISTFILES) FETCH_BEFORE_ARGS+= -l .endif .endif .endfor NOFETCHFILES?= # Organize DISTFILES, PATCHFILES, _MASTER_SITES_ALL, _PATCH_SITES_ALL # according to grouping rules (:something) DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} _MASTER_SITES_ALL= ${_MASTER_SITES_DEFAULT} _PATCH_SITES_ALL= ${_PATCH_SITES_DEFAULT} _G_TEMP= DEFAULT .for _D in ${DISTFILES} _D_TEMP= ${_D:S/^${_D:C/:[^:]+$//}//} . if !empty(_D_TEMP) . for _group in ${_D_TEMP:S/^://:S/,/ /g} . if !defined(_MASTER_SITES_${_group}) _G_TEMP_TEMP= ${_G_TEMP:M/${_group}/} . if empty(_G_TEMP_TEMP) _G_TEMP+= ${_group} _MASTER_SITES_ALL+= ${_MASTER_SITES_${_group}} . endif . endif . endfor _DISTFILES+= ${_D:C/:[^:]+$//} . else _DISTFILES+= ${_D} . endif .endfor _G_TEMP= DEFAULT .for _P in ${PATCHFILES} _P_TEMP= ${_P:C/:[^-:][^:]*$//} _P_groups= ${_P:S/^${_P:C/:[^:]+$//}//:S/^://} _P_file= ${_P_TEMP:C/:-[^:]+$//} _P_strip= ${_P_TEMP:S/^${_P_TEMP:C/:-[^:]*$//}//:S/^://} . if !empty(_P_groups) . for _group in ${_P_groups:S/,/ /g} . if !defined(_PATCH_SITES_${_group}) _G_TEMP_TEMP= ${_G_TEMP:M/${_group}/} . if empty(_G_TEMP_TEMP) _G_TEMP+= ${_group} _PATCH_SITES_ALL+= ${_PATCH_SITES_${_group}} . endif . endif . endfor . endif _PATCHFILES:= ${_PATCHFILES} ${_P_file} . if !empty(_P_strip) _PATCH_DIST_STRIP_CASES:= ${_PATCH_DIST_STRIP_CASES} ("${_P_file}") printf %s "${_P_strip}" ;; . endif .endfor _P_groups= _P_file= _P_strip= _G_TEMP= _G_TEMP_TEMP= ALLFILES?= ${_DISTFILES} ${_PATCHFILES} # # Sort the master site list according to the patterns in MASTER_SORT # MASTER_SORT?= MASTER_SORT_REGEX?= MASTER_SORT_REGEX+= ${MASTER_SORT:S|.|\\.|g:S|^|://[^/]*|:S|$|/|} MASTER_SORT_AWK= BEGIN { RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "${MASTER_SORT_REGEX:S|\\|\\\\|g}"; } .for srt in ${MASTER_SORT_REGEX} MASTER_SORT_AWK+= /${srt:S|/|\\/|g}/ { good["${srt:S|\\|\\\\|g}"] = good["${srt:S|\\|\\\\|g}"] " " $$0 ; next; } .endfor MASTER_SORT_AWK+= { rest = rest " " $$0; } END { n=split(gl, gla); for(i=1;i<=n;i++) { print good[gla[i]]; } print rest; } SORTED_MASTER_SITES_DEFAULT_CMD= cd ${.CURDIR} && ${MAKE} master-sites-DEFAULT SORTED_PATCH_SITES_DEFAULT_CMD= cd ${.CURDIR} && ${MAKE} patch-sites-DEFAULT SORTED_MASTER_SITES_ALL_CMD= cd ${.CURDIR} && ${MAKE} master-sites-ALL SORTED_PATCH_SITES_ALL_CMD= cd ${.CURDIR} && ${MAKE} patch-sites-ALL # has similar effect to old targets, i.e., access only {MASTER,PATCH}_SITES, not working with the new _n variables master-sites-DEFAULT: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_MASTER_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} patch-sites-DEFAULT: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_PATCH_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} # # Sort the master site list according to the patterns in MASTER_SORT # according to grouping rules (:something) # # for use in the fetch targets .for _S in ${MASTER_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/^://:S/,/ /g} . if !target(master-sites-${_group}) SORTED_MASTER_SITES_${_group}_CMD= cd ${.CURDIR} && ${MAKE} master-sites-${_group} master-sites-${_group}: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_MASTER_SITES_${_group}}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} . endif . endfor . endif .endfor .for _S in ${PATCH_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/^://:S/,/ /g} . if !target(patch-sites-${_group}) SORTED_PATCH_SITES_${_group}_CMD= cd ${.CURDIR} && ${MAKE} patch-sites-${_group} patch-sites-${_group}: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_PATCH_SITES_${_group}}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} . endif . endfor . endif .endfor # # Hackery to enable simple fetch targets with several dynamic MASTER_SITES # _MASTER_SITES_ENV= _MASTER_SITES_DEFAULT="${_MASTER_SITES_DEFAULT}" .for _F in ${DISTFILES} _F_TEMP= ${_F:S/^${_F:C/:[^:]+$//}//:S/^://} . if !empty(_F_TEMP) . for _group in ${_F_TEMP:S/,/ /g} . if defined(_MASTER_SITES_${_group}) _MASTER_SITES_ENV+= _MASTER_SITES_${_group}="${_MASTER_SITES_${_group}}" . endif . endfor . endif .endfor _PATCH_SITES_ENV= _PATCH_SITES_DEFAULT="${_PATCH_SITES_DEFAULT}" .for _F in ${PATCHFILES} _F_TEMP= ${_F:S/^${_F:C/:[^-:][^:]*$//}//:S/^://} . if !empty(_F_TEMP) . for _group in ${_F_TEMP:S/,/ /g} . if defined(_PATCH_SITES_${_group}) _PATCH_SITES_ENV+= _PATCH_SITES_${_group}="${_PATCH_SITES_${_group}}" . endif . endfor . endif .endfor master-sites-ALL: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_MASTER_SITES_ALL}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} patch-sites-ALL: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_PATCH_SITES_ALL}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} # synonyms, mnemonics master-sites-all: master-sites-ALL patch-sites-all: patch-sites-ALL master-sites-default: master-sites-DEFAULT patch-sites-default: patch-sites-DEFAULT # compatibility with old behavior master-sites: master-sites-DEFAULT patch-sites: patch-sites-DEFAULT .if defined(IGNOREFILES) .if !defined(CKSUMFILES) . for _f in ${ALLFILES} . if ! ${IGNOREFILES:M${_f}} CKSUMFILES+= ${_f} . endif . endfor . undef _f .endif .else CKSUMFILES= ${ALLFILES} .endif # List of all files, with ${DIST_SUBDIR} in front. Used for checksum. .if defined(DIST_SUBDIR) .if defined(CKSUMFILES) && ${CKSUMFILES}!="" _CKSUMFILES?= ${CKSUMFILES:S/^/${DIST_SUBDIR}\//} .endif .if defined(IGNOREFILES) && ${IGNOREFILES}!="" _IGNOREFILES?= ${IGNOREFILES:S/^/${DIST_SUBDIR}\//} .endif .else _CKSUMFILES?= ${CKSUMFILES} _IGNOREFILES?= ${IGNOREFILES} .endif # This is what is actually going to be extracted, and is overridable # by user. EXTRACT_ONLY?= ${_DISTFILES} .if !target(maintainer) maintainer: @${ECHO_CMD} "${MAINTAINER}" .endif .if !target(check-makefile) check-makefile:: @${DO_NADA} .endif .if !defined(CATEGORIES) check-categories: @${ECHO_MSG} "${PKGNAME}: Makefile error: CATEGORIES is mandatory." @${FALSE} .else VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \ benchmarks biology cad chinese comms converters databases \ deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \ games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \ ipv6 irc japanese java kde kld korean lang linux lisp \ - mail math mbone misc multimedia net net-im net-mgmt net-p2p news \ + mail mate math mbone misc multimedia net net-im net-mgmt net-p2p news \ palm parallel pear perl5 plan9 polish portuguese ports-mgmt \ print python ruby rubygems russian \ scheme science security shells spanish sysutils \ tcl textproc tk \ ukrainian vietnamese windowmaker www \ x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \ x11-toolkits x11-wm xfce zope check-categories: .for cat in ${CATEGORIES} . if empty(VALID_CATEGORIES:M${cat}) @${ECHO_MSG} "${PKGNAME}: Makefile error: category ${cat} not in list of valid categories."; \ ${FALSE}; . endif .endfor .endif .if !target(check-makevars) check-makevars:: @${DO_NADA} .endif .if !target(check-depends) check-depends: @${DO_NADA} .endif PKGREPOSITORYSUBDIR?= All PKGREPOSITORY?= ${PACKAGES}/${PKGREPOSITORYSUBDIR} .if exists(${PACKAGES}) PKGFILE?= ${PKGREPOSITORY}/${PKGNAME}${PKG_SUFX} .else PKGFILE?= ${.CURDIR}/${PKGNAME}${PKG_SUFX} .endif # The "latest version" link -- ${PKGNAME} minus everthing after the last '-' PKGLATESTREPOSITORY?= ${PACKAGES}/Latest PKGBASE?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} LATEST_LINK?= ${PKGBASE} PKGLATESTFILE= ${PKGLATESTREPOSITORY}/${LATEST_LINK}${PKG_SUFX} CONFIGURE_SCRIPT?= configure CONFIGURE_TARGET?= ${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET:= ${CONFIGURE_TARGET:S/--build=//} CONFIGURE_LOG?= config.log # A default message to print if do-configure fails. CONFIGURE_FAIL_MESSAGE?= "Please report the problem to ${MAINTAINER} [maintainer] and attach the \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a ${PKG_INFO} -Ea)." .if defined(GNU_CONFIGURE) # Maximum command line length .if !defined(CONFIGURE_MAX_CMD_LEN) CONFIGURE_MAX_CMD_LEN!= ${SYSCTL} -n kern.argmax .endif GNU_CONFIGURE_PREFIX?= ${PREFIX} CONFIG_SITE?= ${PORTSDIR}/Templates/config.site CONFIGURE_ARGS+= --prefix=${GNU_CONFIGURE_PREFIX} $${_LATE_CONFIGURE_ARGS} CONFIGURE_ENV+= CONFIG_SITE=${CONFIG_SITE} lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} HAS_CONFIGURE= yes SET_LATE_CONFIGURE_ARGS= \ _LATE_CONFIGURE_ARGS="" ; \ if [ ! -z "`./${CONFIGURE_SCRIPT} --help 2>&1 | ${GREP} -- '--mandir'`" ]; then \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --mandir=${MANPREFIX}/man" ; \ fi ; \ if [ ! -z "`./${CONFIGURE_SCRIPT} --help 2>&1 | ${GREP} -- '--infodir'`" ]; then \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR}" ; \ fi ; \ if [ -z "`./${CONFIGURE_SCRIPT} --version 2>&1 | ${EGREP} -i '(autoconf.*2\.13|Unrecognized option)'`" ]; then \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --build=${CONFIGURE_TARGET}" ; \ else \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} ${CONFIGURE_TARGET}" ; \ fi ; .endif # Passed to most of script invocations SCRIPTS_ENV+= CURDIR=${MASTERDIR} DISTDIR=${DISTDIR} \ WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \ SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \ PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} .if defined(BATCH) SCRIPTS_ENV+= BATCH=yes .endif .if ${PREFIX} == /usr MANPREFIX?= /usr/share .else MANPREFIX?= ${PREFIX} .endif MANDIRS+= ${MANPREFIX}/man .for sect in 1 2 3 4 5 6 7 8 9 MAN${sect}PREFIX?= ${MANPREFIX} .endfor MANLPREFIX?= ${MANPREFIX} MANNPREFIX?= ${MANPREFIX} MANLANG?= "" # english only by default .if !defined(NO_MANCOMPRESS) MANEXT= .gz .endif .if (defined(MLINKS) || defined(_MLINKS_PREPEND)) && !defined(_MLINKS) .if defined(.PARSEDIR) _MLINKS= ${_MLINKS_PREPEND} \ ${MANLANG:S,^,man/,:S,/"",,:@m@${MLINKS:@p@${MAN${p:E:C/(.).*/\1/g}PREFIX}/$m/man${p:E:C/(.).*/\1/g}/$p${MANEXT}@}@} .else __pmlinks!= ${ECHO_CMD} '${MLINKS:S/ / /}' | ${AWK} \ '{ if (NF % 2 != 0) { print "broken"; exit; } \ for (i=1; i<=NF; i++) { \ if ($$i ~ /^-$$/ && i != 1 && i % 2 != 0) \ { $$i = $$(i-2); printf " " $$i " "; } \ else if ($$i ~ /^[^ ]+\.[1-9ln][^. ]*$$/ || $$i ~ /^\//) \ printf " " $$i " "; \ else \ { print "broken"; exit; } \ } \ }' | ${SED} -e 's \([^/ ][^ ]*\.\(.\)[^. ]*\) $${MAN\2PREFIX}/$$$$$$$${__lang}/man\2/\1${MANEXT}g' -e 's/ //g' -e 's/MANlPREFIX/MANLPREFIX/g' -e 's/MANnPREFIX/MANNPREFIX/g' .if ${__pmlinks:Mbroken} == "broken" check-makevars:: @${ECHO_MSG} "${PKGNAME}: Makefile error: unable to parse MLINKS." @${FALSE} .endif _MLINKS= ${_MLINKS_PREPEND} .for lang in ${MANLANG:S%^%man/%:S%^man/""$%man%} .for ___pmlinks in ${__pmlinks} .for __lang in ${lang} _MLINKS+= ${___pmlinks:S// /g} .endfor .endfor .endfor .endif .endif _COUNT=0 .for ___tpmlinks in ${_MLINKS} .if ${_COUNT} == "1" _TMLINKS+= ${___tpmlinks} _COUNT=0 .else _COUNT=1 .endif .endfor .for manlang in ${MANLANG:S%^%man/%:S%^man/""$%man%} .for sect in 1 2 3 4 5 6 7 8 9 L N # MAN${sect} is for man pages installed for all languages in MANLANG for a given # section. .if defined(MAN${sect}) _MANPAGES+= ${MAN${sect}:S%^%${MAN${sect}PREFIX}/${manlang}/man${sect:L}/%} .endif # Language specific MAN${sect} variables are for man pages installed in that # language, but not necessarily all languages in MANLANG. .if defined(MAN${sect}_${manlang:S%^man/%%:U}) _MANPAGES+= ${MAN${sect}_${manlang:S%^man/%%:U}:S%^%${MAN${sect}PREFIX}/${manlang}/man${sect:L}/%} .endif .endfor .endfor # Special case for English, since it is defined with "" in MANLANG rather than # a language name and does not have man pages installed in a lang subdirectory # of MAN${sect}PREFIX. .for sect in 1 2 3 4 5 6 7 8 9 L N .if defined(MAN${sect}_EN) _MANPAGES+= ${MAN${sect}_EN:S%^%${MAN${sect}PREFIX}/man/man${sect:L}/%} .endif .endfor .if !defined(_TMLINKS) _TMLINKS= .endif .if defined(_MANPAGES) .if defined(NO_MANCOMPRESS) __MANPAGES:= ${_MANPAGES:S%^${PREFIX}/%%} .else __MANPAGES:= ${_MANPAGES:S%^${PREFIX}/%%:S%$%.gz%} .endif .if ${MANCOMPRESSED} == "yes" _MANPAGES:= ${_MANPAGES:S%$%.gz%} .endif .endif .if ${PREFIX} == /usr INFO_PATH?= share/info .else INFO_PATH?= info .endif .if defined(INFO) . for D in ${INFO:H} RD:= ${D} . if ${RD} != "." . if !defined(INFO_SUBDIR) INFO_SUBDIR:= ${RD} . elif ${INFO_SUBDIR} != ${RD} BROKEN= only one subdirectory in INFO is allowed . endif . endif .undef RD . endfor .endif DOCSDIR_REL?= ${DOCSDIR:S,^${PREFIX}/,,} EXAMPLESDIR_REL?= ${EXAMPLESDIR:S,^${PREFIX}/,,} DATADIR_REL?= ${DATADIR:S,^${PREFIX}/,,} WWWDIR_REL?= ${WWWDIR:S,^${PREFIX}/,,} ETCDIR_REL?= ${ETCDIR:S,^${PREFIX}/,,} PLIST_SUB+= DOCSDIR="${DOCSDIR_REL}" \ EXAMPLESDIR="${EXAMPLESDIR_REL}" \ DATADIR="${DATADIR_REL}" \ WWWDIR="${WWWDIR_REL}" \ ETCDIR="${ETCDIR_REL}" DESKTOPDIR?= ${PREFIX}/share/applications _DESKTOPDIR_REL= ${DESKTOPDIR:S,^${PREFIX}/,,}/ .if ${_DESKTOPDIR_REL} == ${DESKTOPDIR}/ # DESKTOPDIR is not beneath PREFIX _DESKTOPDIR_REL= .endif .MAIN: all ################################################################ # Many ways to disable a port. # # If we're in BATCH mode and the port is interactive, or we're # in interactive mode and the port is non-interactive, skip all # the important targets. The reason we have two modes is that # one might want to leave a build in BATCH mode running # overnight, then come back in the morning and do _only_ the # interactive ones that required your intervention. # # Ignore ports that can't be resold if building for a CDROM. # # Don't build a port if it's restricted and we don't want to get # into that. # # Don't build a port if it's broken, unless we're running a parallel # build (in case it's fixed). # # Don't build a port if it's forbidden for whatever reason. # # Don't build a port if the system is too old. ################################################################ # Check the machine architectures .if defined(ONLY_FOR_ARCHS) .for __ARCH in ${ONLY_FOR_ARCHS} .if ${ARCH:M${__ARCH}} != "" __ARCH_OK?= 1 .endif .endfor .else __ARCH_OK?= 1 .endif .if defined(NOT_FOR_ARCHS) .for __NARCH in ${NOT_FOR_ARCHS} .if ${ARCH:M${__NARCH}} != "" .undef __ARCH_OK .endif .endfor .endif .if !defined(__ARCH_OK) .if defined(ONLY_FOR_ARCHS) IGNORE= is only for ${ONLY_FOR_ARCHS}, .else # defined(NOT_FOR_ARCHS) IGNORE= does not run on ${NOT_FOR_ARCHS}, .endif IGNORE+= while you are running ${ARCH} .if defined(ONLY_FOR_ARCHS_REASON_${ARCH}) IGNORE+= (reason: ${ONLY_FOR_ARCHS_REASON_${ARCH}}) .elif defined(ONLY_FOR_ARCHS_REASON) IGNORE+= (reason: ${ONLY_FOR_ARCHS_REASON}) .endif .if defined(NOT_FOR_ARCHS_REASON_${ARCH}) IGNORE+= (reason: ${NOT_FOR_ARCHS_REASON_${ARCH}}) .elif defined(NOT_FOR_ARCHS_REASON) IGNORE+= (reason: ${NOT_FOR_ARCHS_REASON}) .endif .endif # Check the user interaction and legal issues .if !defined(NO_IGNORE) .if (defined(IS_INTERACTIVE) && defined(BATCH)) IGNORE= is an interactive port .elif (!defined(IS_INTERACTIVE) && defined(INTERACTIVE)) IGNORE= is not an interactive port .elif (defined(NO_CDROM) && defined(FOR_CDROM)) IGNORE= may not be placed on a CDROM: ${NO_CDROM} .elif (defined(RESTRICTED) && defined(NO_RESTRICTED)) IGNORE= is restricted: ${RESTRICTED} .elif defined(BROKEN) .if !defined(TRYBROKEN) IGNORE= is marked as broken: ${BROKEN} .endif .elif defined(BROKEN_${ARCH}) .if !defined(TRYBROKEN) IGNORE= is marked as broken on ${ARCH}: ${BROKEN_${ARCH}} .endif .elif defined(FORBIDDEN) IGNORE= is forbidden: ${FORBIDDEN} .endif .if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING)) IGNORE= has to be built manually: ${MANUAL_PACKAGE_BUILD} clean: @${IGNORECMD} .endif .if defined(IGNORE) .if defined(IGNORE_SILENT) IGNORECMD= ${DO_NADA} .else IGNORECMD= ${ECHO_MSG} "===> ${PKGNAME} "${IGNORE:Q}.;exit 1 .endif .if !defined(NO_STAGE) _TARGETS= check-sanity fetch checksum extract patch configure all build stage restage install reinstall package .else _TARGETS= check-sanity fetch checksum extract patch configure all build install reinstall package .endif .for target in ${_TARGETS} .if !target(${target}) ${target}: @${IGNORECMD} .if defined(INSTALLS_DEPENDS) @${FALSE} .endif .endif .endfor .endif .endif .if defined(IGNORE) || defined(NO_PACKAGE) ignorelist: package-name .else ignorelist: @${DO_NADA} .endif .if defined(IGNORE) || defined(NO_PACKAGE) ignorelist-verbose: .if defined(IGNORE) @${ECHO_CMD} "${PKGNAME}|IGNORE: "${IGNORE:Q} .else @${ECHO_CMD} "${PKGNAME}|NO_PACKAGE: "${NO_PACKAGE:Q} .endif .else ignorelist-verbose: @${DO_NADA} .endif ################################################################ # Clean directories for ftp or CDROM. ################################################################ .if !defined(LICENSE) .if defined(RESTRICTED) clean-restricted: delete-distfiles delete-package clean-restricted-list: delete-distfiles-list delete-package-list RESTRICTED_FILES?= ${_DISTFILES} ${_PATCHFILES} .else clean-restricted: clean-restricted-list: .endif .if defined(NO_CDROM) clean-for-cdrom: delete-distfiles delete-package clean-for-cdrom-list: delete-distfiles-list delete-package-list RESTRICTED_FILES?= ${_DISTFILES} ${_PATCHFILES} .else clean-for-cdrom: clean-for-cdrom-list: .endif .endif # !defined(LICENSE) .if defined(ALL_HOOK) all: @cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTNAME=${DISTNAME} \ DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} \ PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \ FILESDIR=${FILESDIR} PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} \ BUILD_DEPENDS="${BUILD_DEPENDS}" RUN_DEPENDS="${RUN_DEPENDS}" \ CONFLICTS="${CONFLICTS}" \ ${ALL_HOOK} .endif .if !target(all) all: build .endif .if !defined(DEPENDS_TARGET) .if defined(DEPENDS_PRECLEAN) DEPENDS_TARGET= clean DEPENDS_ARGS= NOCLEANDEPENDS=yes .endif .if make(reinstall) DEPENDS_TARGET+= reinstall .else DEPENDS_TARGET+= install .endif .if defined(DEPENDS_CLEAN) DEPENDS_TARGET+= clean DEPENDS_ARGS+= NOCLEANDEPENDS=yes .endif .endif ################################################################ # # Do preliminary work to detect if we need to run the config # target or not. # ################################################################ .if ((!defined(OPTIONS_DEFINE) && !defined(OPTIONS_SINGLE) && !defined(OPTIONS_MULTI)) \ && !defined(OPTIONS_GROUP) && !defined(OPTIONS_RADIO) \ || defined(CONFIG_DONE_${UNIQUENAME:U}) || \ defined(PACKAGE_BUILDING) || defined(BATCH)) _OPTIONS_OK=yes .endif ################################################################ # The following are used to create easy dummy targets for # disabling some bit of default target behavior you don't want. # They still check to see if the target exists, and if so don't # do anything, since you might want to set this globally for a # group of ports in a Makefile.inc, but still be able to # override from an individual Makefile. ################################################################ # Disable checksum .if defined(NO_CHECKSUM) && !target(checksum) checksum: fetch @${DO_NADA} .endif # Disable build .if defined(NO_BUILD) && !target(build) build: configure @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} .endif # Disable install .if defined(NO_INSTALL) && !target(do-install) do-install: @${DO_NADA} .endif # Disable package .if defined(NO_PACKAGE) && !target(package) package: .if defined(IGNORE_SILENT) @${DO_NADA} .else @${ECHO_MSG} "===> ${PKGNAME} may not be packaged: "${NO_PACKAGE:Q}. .endif .endif # Disable describe .if defined(NO_DESCRIBE) && !target(describe) describe: @${DO_NADA} .endif ################################################################ # More standard targets start here. # # These are the body of the build/install framework. If you are # not happy with the default actions, and you can't solve it by # adding pre-* or post-* targets/scripts, override these. ################################################################ # Pre-everything pre-everything:: @${DO_NADA} buildanyway-message: .if defined(TRYBROKEN) && defined(BROKEN) @${ECHO_MSG} "Trying build of ${PKGNAME} even though it is marked BROKEN." .else @${DO_NADA} .endif options-message: .if defined(GNOME_OPTION_MSG) && (!defined(PACKAGE_BUILDING) || !defined(BATCH)) @for m in ${GNOME_OPTION_MSG}; do \ ${ECHO_MSG} $$m; \ done .else @${DO_NADA} .endif .if defined(_OPTIONS_READ) @${ECHO_MSG} "===> Found saved configuration for ${_OPTIONS_READ}" .endif # Warn user about deprecated packages. Advisory only. .if !target(check-deprecated) check-deprecated: .if defined(DEPRECATED) @${ECHO_MSG} "===> NOTICE:" @${ECHO_MSG} @${ECHO_MSG} "This port is deprecated; you may wish to reconsider installing it:" @${ECHO_MSG} @${ECHO_MSG} ${DEPRECATED:Q}. @${ECHO_MSG} .if defined(EXPIRATION_DATE) @${ECHO_MSG} "It is scheduled to be removed on or after ${EXPIRATION_DATE}." @${ECHO_MSG} .endif .endif .endif # Check if the port is listed in the vulnerability database .if defined(WITH_PKGNG) AUDITFILE?= ${PKG_DBDIR}/auditfile _EXTRACT_AUDITFILE= ${CAT} "${AUDITFILE}" .else AUDITFILE?= /var/db/portaudit/auditfile.tbz _EXTRACT_AUDITFILE= ${TAR} -jxOf "${AUDITFILE}" auditfile .endif check-vulnerable: .if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING) @if [ -f "${AUDITFILE}" ]; then \ if [ -n "${WITH_PKGNG}" ]; then \ if [ -x "${PKG_BIN}" ]; then \ vlist=`${PKG_BIN} audit "${PKGNAME}"`; \ elif [ "${PORTNAME}" = "pkg" ]; then \ vlist=""; \ else \ ${ECHO_MSG} "===> Unable to check vuln database as pkg(8) is missing"; \ exit 1; \ fi; \ elif [ -x "${LOCALBASE}/sbin/portaudit" ]; then \ vlist=`${LOCALBASE}/sbin/portaudit -X 14 "${PKGNAME}" \ 2>&1 | grep -vE '^[0-9]+ problem\(s\) found.' \ || true`; \ else \ ${ECHO_MSG} "===> portaudit database exists, however, portaudit is not installed!"; \ fi; \ if [ -n "$$vlist" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} has known vulnerabilities:"; \ ${ECHO_MSG} "$$vlist"; \ ${ECHO_MSG} "=> Please update your ports tree and try again."; \ exit 1; \ fi; \ fi .endif # set alg to any of SIZE, SHA256 (or any other checksum algorithm): DISTINFO_DATA?= if [ \( -n "${DISABLE_SIZE}" -a -n "${NO_CHECKSUM}" \) -o ! -f "${DISTINFO_FILE}" ]; then exit; fi; \ DIR=${DIST_SUBDIR}; ${AWK} -v alg=$$alg -v file=$${DIR:+$$DIR/}$${file} \ '$$1 == alg && $$2 == "(" file ")" {print $$4}' ${DISTINFO_FILE} # Fetch .if !target(do-fetch) do-fetch: @${MKDIR} ${_DISTDIR} @cd ${_DISTDIR};\ ${_MASTER_SITES_ENV} ; \ for _file in ${DISTFILES}; do \ file=$${_file%%:*}; \ if [ $$_file = $$file ]; then \ select=''; \ else \ select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ fi; \ force_fetch=false; \ filebasename=$${file##*/}; \ for afile in ${FORCE_FETCH}; do \ afile=$${afile##*/}; \ if [ "x$$afile" = "x$$filebasename" ]; then \ force_fetch=true; \ fi; \ done; \ if [ ! -f $$file -a ! -f $$filebasename -o "$$force_fetch" = "true" ]; then \ if [ -L $$file -o -L $$filebasename ]; then \ ${ECHO_MSG} "=> ${_DISTDIR}/$$file is a broken symlink."; \ ${ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ ${ECHO_MSG} "=> Please correct this problem and try again."; \ exit 1; \ fi; \ if [ -f ${DISTINFO_FILE} -a "x${NO_CHECKSUM}" = "x" ]; then \ _sha256sum=`alg=SHA256; ${DISTINFO_DATA}`; \ if [ -z "$$_sha256sum" ]; then \ ${ECHO_MSG} "=> $${DIR:+$$DIR/}$$file is not in ${DISTINFO_FILE}."; \ ${ECHO_MSG} "=> Either ${DISTINFO_FILE} is out of date, or"; \ ${ECHO_MSG} "=> $${DIR:+$$DIR/}$$file is spelled incorrectly."; \ exit 1; \ fi; \ fi; \ ${ECHO_MSG} "=> $$file doesn't seem to exist in ${_DISTDIR}."; \ if [ ! -w ${DISTDIR} ]; then \ ${ECHO_MSG} "=> ${DISTDIR} is not writable by you; cannot fetch."; \ exit 1; \ fi; \ if [ ! -z "$$select" ] ; then \ __MASTER_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ eval ___MASTER_SITES_TMP="\$${_MASTER_SITES_$${group}}" ; \ __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ fi; \ done; \ ___MASTER_SITES_TMP= ; \ SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi; \ sites_remaining=0; \ sites="`eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`"; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} + 1)); \ done; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} - 1)); \ ${ECHO_MSG} "=> Attempting to fetch $${site}$${file}"; \ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ if [ $${sites_remaining} -gt 1 ]; then \ ${ECHO_MSG} "=> Trying next site"; \ ${RM} -f $${file}; \ fi; \ fi; \ fi; \ done; \ ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ ${ECHO_MSG} "=> port manually into ${_DISTDIR} and try again."; \ exit 1; \ fi; \ done .if defined(PATCHFILES) @cd ${_DISTDIR};\ ${_PATCH_SITES_ENV} ; \ for _file in ${PATCHFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ force_fetch=false; \ filebasename=$${file##*/}; \ for afile in ${FORCE_FETCH}; do \ afile=$${afile##*/}; \ if [ "x$$afile" = "x$$filebasename" ]; then \ force_fetch=true; \ fi; \ done; \ if [ ! -f $$file -a ! -f $$filebasename -o "$$force_fetch" = "true" ]; then \ if [ -L $$file -o -L $${file##*/} ]; then \ ${ECHO_MSG} "=> ${_DISTDIR}/$$file is a broken symlink."; \ ${ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ ${ECHO_MSG} "=> Please correct this problem and try again."; \ exit 1; \ fi; \ ${ECHO_MSG} "=> $$file doesn't seem to exist in ${_DISTDIR}."; \ if [ ! -z "$$select" ] ; then \ __PATCH_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ eval ___PATCH_SITES_TMP="\$${_PATCH_SITES_$${group}}" ; \ __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ fi; \ done; \ ___PATCH_SITES_TMP= ; \ SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi; \ sites_remaining=0; \ sites="`eval $$SORTED_PATCH_SITES_CMD_TMP`"; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} + 1)); \ done; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} - 1)); \ ${ECHO_MSG} "=> Attempting to fetch $${site}$${file}"; \ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ if [ $${sites_remaining} -gt 1 ]; then \ ${ECHO_MSG} "=> Trying next site"; \ ${RM} -f $${file}; \ fi; \ fi; \ fi; \ done; \ ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ ${ECHO_MSG} "=> port manually into ${_DISTDIR} and try again."; \ exit 1; \ fi; \ done .endif .endif # Extract .if !target(do-extract) do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @for file in ${EXTRACT_ONLY}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ then \ exit 1; \ fi; \ done .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ ${UID} = 0 ]; then \ ${CHMOD} -R ug-s ${WRKDIR}; \ ${CHOWN} -R 0:0 ${WRKDIR}; \ fi .endif .endif # Patch .if !target(patch-dos2unix) patch-dos2unix: .if defined(USE_DOS2UNIX) .if ${USE_DOS2UNIX:U}=="YES" @${ECHO_MSG} "===> Converting DOS text files to UNIX text files" @${FIND} -E ${WRKSRC} -type f -iregex '${DOS2UNIX_REGEX}' -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's/ $$//' .else .if ${USE_DOS2UNIX:M*/*} .for f in ${USE_DOS2UNIX} @${ECHO_MSG} "===> Converting DOS text file to UNIX text file: ${f}" @${REINPLACE_CMD} -i '' -e 's/ $$//' ${WRKSRC}/${f} .endfor .else .for f in ${USE_DOS2UNIX} @${FIND} ${WRKSRC} -type f -name '${f}' -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's/ $$//' .endfor .endif .endif .else @${DO_NADA} .endif .endif .if !target(do-patch) do-patch: .if defined(PATCHFILES) @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" @(set -e; \ cd ${_DISTDIR}; \ patch_dist_strip () { \ case "$$1" in \ ${_PATCH_DIST_STRIP_CASES} \ esac; \ }; \ for i in ${_PATCHFILES}; do \ if [ ${PATCH_DEBUG_TMP} = yes ]; then \ ${ECHO_MSG} "===> Applying distribution patch $$i" ; \ fi ; \ case $$i in \ *.Z|*.gz) ${GZCAT} $$i ;; \ *.bz2) ${BZCAT} $$i ;; \ *.xz) ${XZCAT} $$i ;; \ *) ${CAT} $$i ;; \ esac | ${PATCH} ${PATCH_DIST_ARGS} `patch_dist_strip $$i` ; \ done ) .endif .if defined(EXTRA_PATCHES) @set -e ; \ for i in ${EXTRA_PATCHES}; do \ ${ECHO_MSG} "===> Applying extra patch $$i" ; \ case $$i in \ *.Z|*.gz) ${GZCAT} $$i ;; \ *.bz2) ${BZCAT} $$i ;; \ *.xz) ${XZCAT} $$i ;; \ *) ${CAT} $$i ;; \ esac | ${PATCH} ${PATCH_ARGS} ; \ done .endif @set -e ;\ if [ -d ${PATCHDIR} ]; then \ if [ "`${ECHO_CMD} ${PATCHDIR}/patch-*`" != "${PATCHDIR}/patch-*" ]; then \ ${ECHO_MSG} "===> Applying ${OPSYS} patches for ${PKGNAME}" ; \ PATCHES_APPLIED="" ; \ for i in ${PATCHDIR}/patch-*; do \ case $$i in \ *.orig|*.rej|*~|*,v) \ ${ECHO_MSG} "===> Ignoring patchfile $$i" ; \ ;; \ *) \ if [ ${PATCH_DEBUG_TMP} = yes ]; then \ ${ECHO_MSG} "===> Applying ${OPSYS} patch $$i" ; \ fi; \ if ${PATCH} ${PATCH_ARGS} < $$i ; then \ PATCHES_APPLIED="$$PATCHES_APPLIED $$i" ; \ else \ ${ECHO_MSG} `${ECHO_CMD} "=> Patch $$i failed to apply cleanly." | ${SED} "s|${PATCHDIR}/||"` ; \ if [ x"$$PATCHES_APPLIED" != x"" ]; then \ ${ECHO_MSG} `${ECHO_CMD} "=> Patch(es) $$PATCHES_APPLIED applied cleanly." | ${SED} "s|${PATCHDIR}/||g"` ; \ fi; \ ${FALSE} ; \ fi; \ ;; \ esac; \ done; \ fi; \ fi .endif .if !target(run-autotools-fixup) run-autotools-fixup: # Work around an issue where FreeBSD 10.0 is detected as FreeBSD 1.x. .if ${OSVERSION} >= 1000000 && !defined(WITHOUT_FBSD10_FIX) -@for f in `${FIND} ${WRKDIR} -type f \( -name config.libpath -o \ -name config.rpath -o -name configure -o -name libtool.m4 -o \ -name ltconfig -o -name libtool -o -name aclocal.m4 -o \ -name acinclude.m4 \)` ; do \ ${SED} -i.fbsd10bak \ -e 's|freebsd1\*)|freebsd1.\*)|g' \ -e 's|freebsd\[12\]\*)|freebsd[12].*)|g' \ -e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \ -e 's|freebsd\[\[12\]\]\*)|freebsd[[12]].*)|g' \ -e 's|freebsd\[\[123\]\]\*)|freebsd[[123]].*)|g' \ $${f} ; \ ${TOUCH} ${TOUCH_FLAGS} -mr $${f}.fbsd10bak $${f} ; \ ${RM} -f $${f}.fbsd10bak ; \ ${ECHO_MSG} "===> FreeBSD 10 autotools fix applied to $${f}"; \ done .endif .endif .if !target(configure-autotools) configure-autotools: @${DO_NADA} .endif .if !target(run-autotools) run-autotools: @${DO_NADA} .endif # Configure .if !target(do-configure) do-configure: @if [ -f ${SCRIPTDIR}/configure ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/configure; \ fi .if defined(GNU_CONFIGURE) @CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name config.sub \ | ${XARGS} -n 1 ${DIRNAME}); \ for _D in $${CONFIG_GUESS_DIRS}; do \ ${CP} -f ${TEMPLATES}/config.guess $${_D}/config.guess; \ ${CHMOD} a+rx $${_D}/config.guess; \ ${CP} -f ${TEMPLATES}/config.sub $${_D}/config.sub; \ ${CHMOD} a+rx $${_D}/config.sub; \ done .endif .if defined(HAS_CONFIGURE) @(cd ${CONFIGURE_WRKSRC} && \ ${SET_LATE_CONFIGURE_ARGS} \ if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" \ INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ ${FALSE}; \ fi) .endif .endif # Build .if !target(do-build) do-build: @(cd ${BUILD_WRKSRC}; if ! ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}; then \ if [ -n "${BUILD_FAIL_MESSAGE}" ] ; then \ ${ECHO_MSG} "===> Compilation failed unexpectedly."; \ (${ECHO_CMD} "${BUILD_FAIL_MESSAGE}") | ${FMT} 75 79 ; \ fi; \ ${FALSE}; \ fi) .endif # Check conflicts .if !target(check-conflicts) check-conflicts: check-build-conflicts check-install-conflicts .endif .if !target(check-build-conflicts) check-build-conflicts: .if ( defined(CONFLICTS) || defined(CONFLICTS_BUILD) ) && !defined(DISABLE_CONFLICTS) && !defined(DEFER_CONFLICTS_CHECK) @found=`${PKG_INFO} -I ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}'`; \ conflicts_with=; \ for entry in $${found}; do \ if ${PKG_INFO} -e $${entry} ; then \ prfx=`${PKG_INFO} -q -p "$${entry}" 2> /dev/null | ${SED} -ne '1s/^@cwd //p'`; \ orgn=`${PKG_INFO} -q -o "$${entry}" 2> /dev/null`; \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ conflicts_with="$${conflicts_with} $${entry}"; \ fi; \ fi; \ done; \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " They will not build together."; \ ${ECHO_MSG} " Please remove them first with pkg_delete(1)."; \ exit 1; \ fi .endif .endif .if !target(identify-install-conflicts) identify-install-conflicts: .if ( defined(CONFLICTS) || defined(CONFLICTS_INSTALL) ) && !defined(DISABLE_CONFLICTS) @found=`${PKG_INFO} -I ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}'`; \ conflicts_with=; \ for entry in $${found}; do \ if ${PKG_INFO} -e $${entry} ; then \ prfx=`${PKG_INFO} -q -p "$${entry}" 2> /dev/null | ${SED} -ne '1s/^@cwd //p'`; \ orgn=`${PKG_INFO} -q -o "$${entry}" 2> /dev/null`; \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ conflicts_with="$${conflicts_with} $${entry}"; \ fi; \ fi; \ done; \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " They install files into the same place."; \ ${ECHO_MSG} " You may want to stop build with Ctrl + C."; \ sleep 10; \ fi .endif .endif .if !target(check-install-conflicts) check-install-conflicts: .if ( defined(CONFLICTS) || defined(CONFLICTS_INSTALL) || ( defined(CONFLICTS_BUILD) && defined(DEFER_CONFLICTS_CHECK) ) ) && !defined(DISABLE_CONFLICTS) .if defined(DEFER_CONFLICTS_CHECK) @found=`${PKG_INFO} -I ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}'`; \ conflicts_with=; \ for entry in $${found}; do \ if ${PKG_INFO} -e $${entry} ; then \ prfx=`${PKG_INFO} -q -p "$${entry}" 2> /dev/null | ${SED} -ne '1s/^@cwd //p'`; \ orgn=`${PKG_INFO} -q -o "$${entry}" 2> /dev/null`; \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ conflicts_with="$${conflicts_with} $${entry}"; \ fi; \ fi; \ done; \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " Please remove them first with pkg_delete(1)."; \ exit 1; \ fi .else @found=`${PKG_INFO} -I ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}'`; \ conflicts_with=; \ for entry in $${found}; do \ if ${PKG_INFO} -e $${entry} ; then \ prfx=`${PKG_INFO} -q -p "$${entry}" 2> /dev/null | ${SED} -ne '1s/^@cwd //p'`; \ orgn=`${PKG_INFO} -q -o "$${entry}" 2> /dev/null`; \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ conflicts_with="$${conflicts_with} $${entry}"; \ fi; \ fi; \ done; \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " They install files into the same place."; \ ${ECHO_MSG} " Please remove them first with pkg_delete(1)."; \ exit 1; \ fi .endif # defined(DEFER_CONFLICTS_CHECK) .endif .endif # Install .if !target(do-install) do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endif # Package .if !target(do-package) do-package: ${TMPPLIST} @if [ -d ${PACKAGES} ]; then \ if [ ! -d ${PKGREPOSITORY} ]; then \ if ! ${MKDIR} ${PKGREPOSITORY}; then \ ${ECHO_MSG} "=> Can't create directory ${PKGREPOSITORY}."; \ exit 1; \ fi; \ fi; \ fi .if defined(NO_STAGE) @if ${PKG_CMD} -b ${PKGNAME} ${PKGFILE}; then \ if [ -d ${PACKAGES} ]; then \ cd ${.CURDIR} && eval ${MAKE} package-links; \ fi; \ else \ cd ${.CURDIR} && eval ${MAKE} delete-package; \ exit 1; \ fi .else @_LATE_PKG_ARGS=""; \ if [ -f ${PKGINSTALL} ]; then \ _LATE_PKG_ARGS="$${_LATE_PKG_ARGS} -i ${PKGINSTALL}"; \ fi; \ if [ -f ${PKGDEINSTALL} ]; then \ _LATE_PKG_ARGS="$${_LATE_PKG_ARGS} -k ${PKGDEINSTALL}"; \ fi; \ if [ -f ${PKGREQ} ]; then \ _LATE_PKG_ARGS="$${_LATE_PKG_ARGS} -r ${PKGREQ}"; \ fi; \ if [ -f ${PKGMESSAGE} ]; then \ _LATE_PKG_ARGS="$${_LATE_PKG_ARGS} -D ${PKGMESSAGE}"; \ fi; \ if ${PKG_CMD} -S ${STAGEDIR} ${PKG_ARGS} ${WRKDIR}/${PKGNAME}${PKG_SUFX}; then \ if [ -d ${PACKAGES} -a -w ${PACKAGES} ]; then \ ${LN} -f ${WRKDIR}/${PKGNAME}${PKG_SUFX} ${PKGFILE} 2>/dev/null || \ ${CP} -af ${WRKDIR}/${PKGNAME}${PKG_SUFX} ${PKGFILE}; \ cd ${.CURDIR} && eval ${MAKE} package-links; \ fi; \ else \ cd ${.CURDIR} && eval ${MAKE} delete-package; \ exit 1; \ fi .endif .endif # Some support rules for do-package .if !target(package-links) package-links: delete-package-links @for cat in ${CATEGORIES}; do \ if [ ! -d ${PACKAGES}/$$cat ]; then \ if ! ${MKDIR} ${PACKAGES}/$$cat; then \ ${ECHO_MSG} "=> Can't create directory ${PACKAGES}/$$cat."; \ exit 1; \ fi; \ fi; \ ${LN} -sf `${ECHO_CMD} $$cat | ${SED} -e 'sa[^/]*a..ag'`/${PKGREPOSITORYSUBDIR}/${PKGNAME}${PKG_SUFX} ${PACKAGES}/$$cat; \ done .if !defined(NO_LATEST_LINK) @if [ ! -d ${PKGLATESTREPOSITORY} ]; then \ if ! ${MKDIR} ${PKGLATESTREPOSITORY}; then \ ${ECHO_MSG} "=> Can't create directory ${PKGLATESTREPOSITORY}."; \ exit 1; \ fi; \ fi @${LN} -s ../${PKGREPOSITORYSUBDIR}/${PKGNAME}${PKG_SUFX} ${PKGLATESTFILE} .endif .endif .if !target(delete-package-links) delete-package-links: @for cat in ${CATEGORIES}; do \ ${RM} -f ${PACKAGES}/$$cat/${PKGNAME}${PKG_SUFX}; \ done .if !defined(NO_LATEST_LINK) @${RM} -f ${PKGLATESTFILE} .endif .endif .if !target(delete-package) delete-package: delete-package-links . if defined(NO_STAGE) @${RM} -f ${PKGFILE} . else # When staging, the package may only be in the workdir if not root @${RM} -f ${PKGFILE} ${WRKDIR}/${PKGNAME}${PKG_SUFX} 2>/dev/null || : . endif .endif .if !target(delete-package-links-list) delete-package-links-list: @for cat in ${CATEGORIES}; do \ ${ECHO_CMD} ${RM} -f ${PACKAGES}/$$cat/${PKGNAME}${PKG_SUFX}; \ done .if !defined(NO_LATEST_LINK) @${ECHO_CMD} ${RM} -f ${PKGLATESTFILE} .endif .endif .if !target(delete-package-list) delete-package-list: delete-package-links-list @${ECHO_CMD} "[ -f ${PKGFILE} ] && (${ECHO_CMD} deleting ${PKGFILE}; ${RM} -f ${PKGFILE})" .endif # Only used if !defined(NO_STAGE) .if !target(install-package) install-package: .if defined(FORCE_PKG_REGISTER) @${PKG_ADD} -f ${WRKDIR}/${PKGNAME}${PKG_SUFX} .else @${PKG_ADD} ${WRKDIR}/${PKGNAME}${PKG_SUFX} .endif .endif # Utility targets follow .if !target(check-already-installed) check-already-installed: ${TMPPLIST_SORT} .if !defined(NO_PKG_REGISTER) && !defined(FORCE_PKG_REGISTER) @${ECHO_MSG} "===> Checking if ${PKGORIGIN} already installed"; \ ${MKDIR} ${PKG_DBDIR}; \ already_installed=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ if [ -n "$${already_installed}" ]; then \ for p in $${already_installed}; do \ prfx=`${PKG_INFO} -q -p $${p} 2> /dev/null | ${SED} -ne '1s|^@cwd ||p'`; \ if [ "x${PREFIX}" = "x$${prfx}" ]; then \ df=`${PKG_INFO} -q -f $${p} 2> /dev/null | ${GREP} -v "^@" | ${SORT} -u | ${COMM} -12 - ${TMPPLIST_SORT}`; \ if [ -n "$${df}" ]; then \ found_package=$${p}; \ break; \ fi; \ fi; \ done; \ fi; \ if [ -d ${PKG_DBDIR}/${PKGNAME} -o -n "$${found_package}" ]; then \ if [ -d ${PKG_DBDIR}/${PKGNAME} ]; then \ ${ECHO_CMD} "===> ${PKGNAME} is already installed"; \ else \ ${ECHO_CMD} "===> An older version of ${PKGORIGIN} is already installed ($${found_package})"; \ fi; \ ${ECHO_MSG} " You may wish to \`\`make deinstall'' and install this port again"; \ ${ECHO_MSG} " by \`\`make reinstall'' to upgrade it properly."; \ ${ECHO_MSG} " If you really wish to overwrite the old port of ${PKGORIGIN}"; \ ${ECHO_MSG} " without deleting it first, set the variable \"FORCE_PKG_REGISTER\""; \ ${ECHO_MSG} " in your environment or the \"make install\" command line."; \ exit 1; \ fi .else @${DO_NADA} .endif .endif .if !target(check-umask) check-umask: @if [ `${SH} -c umask` != 0022 ]; then \ ${ECHO_MSG} "===> Warning: your umask is \"`${SH} -c umask`"\".; \ ${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \ ${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \ fi .endif .if !target(install-mtree) install-mtree: @${MKDIR} ${PREFIX} @if [ ${UID} != 0 ]; then \ if [ -w ${PREFIX}/ ]; then \ ${ECHO_MSG} "Warning: not superuser, you may get some errors during installation."; \ else \ ${ECHO_MSG} "Error: ${PREFIX}/ not writable."; \ ${FALSE}; \ fi; \ fi .if !defined(NO_MTREE) @if [ ${UID} = 0 ]; then \ if [ ! -f ${MTREE_FILE} ]; then \ ${ECHO_MSG} "Error: mtree file \"${MTREE_FILE}\" is missing."; \ ${ECHO_MSG} "Copy it from a suitable location (e.g., ${SRC_BASE}/etc/mtree) and try again."; \ exit 1; \ else \ ${MTREE_CMD} ${MTREE_ARGS} ${PREFIX}/ >/dev/null; \ if [ ${PREFIX} = ${LOCALBASE} -a "${MTREE_FILE_DEFAULT}" = "yes" ]; then \ cd ${PREFIX}/share/nls; \ for link in POSIX en_US.US-ASCII; \ do \ if [ x"`${READLINK_CMD} $${link}`" != x"C" ]; \ then \ ${LN} -shf C $${link}; \ fi; \ done; \ fi; \ fi; \ else \ ${ECHO_MSG} "Warning: not superuser, can't run mtree."; \ ${ECHO_MSG} "You may want to become root and try again to ensure correct permissions."; \ fi .endif .endif .if !target(install-ldconfig-file) install-ldconfig-file: .if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32) .if defined(USE_LDCONFIG) .if defined(USE_LINUX_PREFIX) .if defined(NO_STAGE) @${ECHO_MSG} "===> Running linux ldconfig" ${LDCONFIG_CMD} .endif .else .if defined(NO_STAGE) .if !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Running ldconfig" ${LDCONFIG} -m ${USE_LDCONFIG} .else @${ECHO_MSG} "===> Running ldconfig (errors are ignored)" -${LDCONFIG} -m ${USE_LDCONFIG} .endif .endif .if ${USE_LDCONFIG} != "${PREFIX}/lib" && !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Installing ldconfig configuration file" .if defined(NO_LDCONFIG_MTREE) @${MKDIR} ${STAGEDIR}${PREFIX}/${LDCONFIG_DIR} .endif @${ECHO_CMD} ${USE_LDCONFIG} | ${TR} ' ' '\n' \ > ${STAGEDIR}${PREFIX}/${LDCONFIG_DIR}/${UNIQUENAME} @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} @${ECHO_CMD} ${LDCONFIG_DIR}/${UNIQUENAME} >> ${TMPPLIST} .if defined(NO_LDCONFIG_MTREE) @${ECHO_CMD} "@unexec rmdir ${LDCONFIG_DIR} >/dev/null 2>&1 || true" >> ${TMPPLIST} .endif .endif .endif .endif .if defined(USE_LDCONFIG32) .if defined(NO_STAGE) .if !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Running ldconfig" ${LDCONFIG} -32 -m ${USE_LDCONFIG32} .else @${ECHO_MSG} "===> Running ldconfig (errors are ignored)" -${LDCONFIG} -32 -m ${USE_LDCONFIG32} .endif .endif .if !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Installing 32-bit ldconfig configuration file" .if defined(NO_LDCONFIG_MTREE) @${MKDIR} ${STAGEDIR}${PREFIX}/${LDCONFIG_32DIR} .endif @${ECHO_CMD} ${USE_LDCONFIG32} | ${TR} ' ' '\n' \ > ${STAGEDIR}${PREFIX}/${LDCONFIG32_DIR}/${UNIQUENAME} @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} @${ECHO_CMD} ${LDCONFIG32_DIR}/${UNIQUENAME} >> ${TMPPLIST} .if defined(NO_LDCONFIG_MTREE) @${ECHO_CMD} "@unexec rmdir ${LDCONFIG32_DIR} >/dev/null 2>&1" >> ${TMPPLIST} .endif .endif .endif .if defined(INSTALLS_SHLIB) @${ECHO_MSG} "INSTALLS_SHLIB is deprecated. Use USE_LDCONFIG instead." .endif .endif .endif .if !target(create-users-groups) .if defined(GROUPS) || defined(USERS) .if defined(WITH_PKGNG) _UG_OUTPUT= ${WRKDIR}/users-groups.sh PKGPREINSTALL+= ${_UG_OUTPUT} .else _UG_OUTPUT= /dev/null .endif .endif create-users-groups: .if defined(GROUPS) || defined(USERS) .if defined(GROUPS) .for _file in ${GID_FILES} .if !exists(${_file}) @${ECHO_CMD} "** ${_file} doesn't exist. Exiting."; exit 1 .endif .endfor .if defined(WITH_PKGNG) @${RM} -f ${_UG_OUTPUT} || ${TRUE} .endif @${ECHO_MSG} "===> Creating users and/or groups." .if defined(WITH_PKGNG) @${ECHO_CMD} "echo \"===> Creating users and/or groups.\"" >> ${_UG_OUTPUT} .else @${ECHO_CMD} "@exec echo \"===> Creating users and/or groups.\"" >> ${TMPPLIST} .endif .for _group in ${GROUPS} # _bgpd:*:130: @if ! ${GREP} -h ^${_group}: ${GID_FILES} >/dev/null 2>&1; then \ ${ECHO_CMD} "** Cannot find any information about group \`${_group}' in ${GID_FILES}."; \ exit 1; \ fi @IFS=":"; ${GREP} -h ^${_group}: ${GID_FILES} | head -n 1 | while read group foo gid members; do \ gid=$$(($$gid+${GID_OFFSET})); \ if [ "${NO_STAGE}" = "yes" ]; then \ if ! ${PW} groupshow $$group >/dev/null 2>&1; then \ ${ECHO_MSG} "Creating group \`$$group' with gid \`$$gid'."; \ ${PW} groupadd $$group -g $$gid; \ else \ ${ECHO_MSG} "Using existing group \`$$group'."; \ fi; \ fi ; \ if [ -z "${WITH_PKGNG}" ]; then \ ${ECHO_CMD} "@exec if ! ${PW} groupshow $$group >/dev/null 2>&1; then \ echo \"Creating group '$$group' with gid '$$gid'.\"; \ ${PW} groupadd $$group -g $$gid; else echo \"Using existing group '$$group'.\"; fi" >> ${TMPPLIST}; \ else \ ${ECHO_CMD} -e "if ! ${PW} groupshow $$group >/dev/null 2>&1; then \n \ echo \"Creating group '$$group' with gid '$$gid'.\" \n \ ${PW} groupadd $$group -g $$gid; else echo \"Using existing group '$$group'.\"\nfi" >> ${_UG_OUTPUT}; \ fi ; \ done .endfor .endif .if defined(USERS) .for _file in ${UID_FILES} .if !exists(${_file}) @${ECHO_CMD} "** ${_file} doesn't exist. Exiting."; exit 1 .endif .endfor .for _user in ${USERS} # _bgpd:*:130:130:BGP Daemon:/var/empty:/sbin/nologin @if ! ${GREP} -h ^${_user}: ${UID_FILES} >/dev/null 2>&1; then \ ${ECHO_CMD} "** Cannot find any information about user \`${_user}' in ${UID_FILES}."; \ exit 1; \ fi @IFS=":"; ${GREP} -h ^${_user}: ${UID_FILES} | head -n 1 | while read login passwd uid gid class change expire gecos homedir shell; do \ uid=$$(($$uid+${UID_OFFSET})); \ gid=$$(($$gid+${GID_OFFSET})); \ class="$${class:+-L }$$class"; \ homedir=$$(echo $$homedir | sed "s|^/usr/local|${PREFIX}|"); \ if [ "${NO_STAGE}" = "yes" ]; then \ if ! ${PW} usershow $$login >/dev/null 2>&1; then \ ${ECHO_MSG} "Creating user \`$$login' with uid \`$$uid'."; \ eval ${PW} useradd $$login -u $$uid -g $$gid $$class -c \"$$gecos\" -d $$homedir -s $$shell; \ case $$homedir in /nonexistent|/var/empty) ;; *) ${INSTALL} -d -g $$gid -o $$uid $$homedir;; esac; \ else \ ${ECHO_MSG} "Using existing user \`$$login'."; \ fi; \ fi; \ if [ -z "${WITH_PKGNG}" ]; then \ ${ECHO_CMD} "@exec if ! ${PW} usershow $$login >/dev/null 2>&1; then \ echo \"Creating user '$$login' with uid '$$uid'.\"; \ ${PW} useradd $$login -u $$uid -g $$gid $$class -c \"$$gecos\" -d $$homedir -s $$shell; \ else echo \"Using existing user '$$login'.\"; fi" >> ${TMPPLIST}; \ else \ ${ECHO_CMD} -e "if ! ${PW} usershow $$login >/dev/null 2>&1; then \n \ echo \"Creating user '$$login' with uid '$$uid'.\" \n \ ${PW} useradd $$login -u $$uid -g $$gid $$class -c \"$$gecos\" -d $$homedir -s $$shell \n \ else \necho \"Using existing user '$$login'.\" \nfi" >> ${_UG_OUTPUT}; \ fi ; \ case $$homedir in /nonexistent|/var/empty) ;; *) ${ECHO_CMD} "@exec ${INSTALL} -d -g $$gid -o $$uid $$homedir" >> ${TMPPLIST};; esac; \ done .endfor .if defined(GROUPS) .for _group in ${GROUPS} # mail:*:6:postfix,clamav @IFS=":"; ${GREP} -h ^${_group}: ${GID_FILES} | head -n 1 | while read group foo gid members; do \ gid=$$(($$gid+${GID_OFFSET})); \ IFS=","; for _login in $$members; do \ for _user in ${USERS}; do \ if [ "x$${_user}" = "x$${_login}" ]; then \ if ! ${PW} groupshow ${_group} | ${GREP} -qw $${_login}; then \ ${ECHO_MSG} "Adding user \`$${_login}' to group \`${_group}'."; \ ${PW} groupmod ${_group} -m $${_login}; \ fi; \ if [ -z "${WITH_PKGNG}" ]; then \ ${ECHO_CMD} "@exec if ! ${PW} groupshow ${_group} | ${GREP} -qw $${_login}; then \ echo \"Adding user '$${_login}' to group '${_group}'.\"; \ ${PW} groupmod ${_group} -m $${_login}; fi" >> ${TMPPLIST}; \ else \ ${ECHO_CMD} -e "if ! ${PW} groupshow ${_group} | ${GREP} -qw $${_login}; then \n \ echo \"Adding user '$${_login}' to group '${_group}'.\" \n \ ${PW} groupmod ${_group} -m $${_login} \nfi" >> ${_UG_OUTPUT}; \ fi ; \ fi; \ done; \ done; \ done .endfor .endif .if defined(USERS) .for _user in ${USERS} @if [ ! ${USERS_BLACKLIST:M${_user}} ]; then \ ${ECHO_CMD} "@unexec if ${PW} usershow ${_user} >/dev/null 2>&1; then \ echo \"==> You should manually remove the \\\"${_user}\\\" user. \"; fi" >> ${TMPPLIST}; \ fi .endfor .endif .endif .else @${DO_NADA} .endif .endif # PR ports/152498 # XXX Make sure the commands to create group(s) # and user(s) are the first in pkg-plist .if !target(fix-plist-sequence) fix-plist-sequence: ${TMPPLIST} .if !defined(WITH_PKGNG) && (defined(GROUPS) || defined(USERS)) @${ECHO_CMD} "===> Correct pkg-plist sequence to create group(s) and user(s)" @${EGREP} -e '^@exec echo.*Creating users and' -e '^@exec.*${PW}' -e '^@exec ${INSTALL} -d -g' ${TMPPLIST} > ${TMPGUCMD} @${EGREP} -v -e '^@exec echo.*Creating users and' -e '^@exec.*${PW}' -e '^@exec ${INSTALL} -d -g' ${TMPPLIST} >> ${TMPGUCMD} @${MV} -f ${TMPGUCMD} ${TMPPLIST} .endif .endif .if !defined(DISABLE_SECURITY_CHECK) .if !target(security-check) security-check: # Scan PLIST for: # 1. setugid files # 2. accept()/recvfrom() which indicates network listening capability # 3. insecure functions (gets/mktemp/tempnam/[XXX]) # 4. startup scripts, in conjunction with 2. # 5. world-writable files/dirs # -@${RM} -f ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable ${WRKDIR}/.PLIST.objdump; \ ${AWK} -v prefix='${PREFIX}' ' \ match($$0, /^@cwd /) { prefix = substr($$0, RSTART + RLENGTH); if (prefix == "/") prefix=""; next; } \ /^@/ { next; } \ /^\// { print; next; } \ { print prefix "/" $$0; } \ ' ${TMPPLIST} > ${WRKDIR}/.PLIST.flattened; \ ${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \ | ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f \( -perm -4000 -o -perm -2000 \) \( -perm -0010 -o -perm -0001 \) 2> /dev/null > ${WRKDIR}/.PLIST.setuid; \ ${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \ | ${XARGS} -0 -J % ${FIND} % -prune -perm -0002 \! -type l 2> /dev/null > ${WRKDIR}/.PLIST.writable; \ ${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \ | ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f -print0 2> /dev/null \ | ${XARGS} -0 -n 1 ${OBJDUMP} -R 2> /dev/null > ${WRKDIR}/.PLIST.objdump; \ if \ ! ${AWK} -v audit="$${PORTS_AUDIT}" -f ${PORTSDIR}/Tools/scripts/security-check.awk \ ${WRKDIR}/.PLIST.flattened ${WRKDIR}/.PLIST.objdump ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable; \ then \ www_site=$$(cd ${.CURDIR} && ${MAKE} www-site); \ if [ ! -z "$${www_site}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} " For more information, and contact details about the security"; \ ${ECHO_MSG} " status of this software, see the following webpage: "; \ ${ECHO_MSG} "$${www_site}"; \ fi; \ fi .endif .else # i.e. defined(DISABLE_SECURITY_CHECK) security-check: @${ECHO_MSG} " WARNING: Security check has been disabled." .endif # !defined(DISABLE_SECURITY_CHECK) ################################################################ # Skeleton targets start here # # You shouldn't have to change these. Either add the pre-* or # post-* targets/scripts or redefine the do-* targets. These # targets don't do anything other than checking for cookies and # call the necessary targets/scripts. ################################################################ # Please note that the order of the following targets is important, and # should not be modified. .if defined(CHROOTED) _CHROOT_SEQ= post-chroot .else _CHROOT_SEQ= .endif _SANITY_SEQ= ${_CHROOT_SEQ} pre-everything check-makefile \ check-categories check-makevars check-desktop-entries \ check-depends identify-install-conflicts check-deprecated \ check-vulnerable check-license check-config buildanyway-message \ options-message _PKG_DEP= check-sanity _PKG_SEQ= pkg-depends _FETCH_DEP= pkg _FETCH_SEQ= fetch-depends pre-fetch pre-fetch-script \ do-fetch fetch-specials post-fetch post-fetch-script _EXTRACT_DEP= fetch _EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \ pre-extract pre-extract-script do-extract \ post-extract post-extract-script _PATCH_DEP= extract _PATCH_SEQ= ask-license patch-message patch-depends patch-dos2unix pre-patch \ pre-patch-script do-patch post-patch post-patch-script _CONFIGURE_DEP= patch _CONFIGURE_SEQ= build-depends lib-depends configure-message run-autotools-fixup \ configure-autotools pre-configure pre-configure-script \ run-autotools do-configure post-configure post-configure-script _BUILD_DEP= configure _BUILD_SEQ= build-message pre-build pre-build-script do-build \ post-build post-build-script .if !defined(NO_STAGE) _STAGE_DEP= build _STAGE_SEQ= stage-message stage-dir run-depends lib-depends apply-slist pre-install generate-plist \ pre-su-install .if defined(NEED_ROOT) _STAGE_SUSEQ= create-users-groups do-install post-install post-install-script post-stage compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs add-plist-examples \ add-plist-data add-plist-post fix-plist-sequence .if defined(DEVELOPER) _STAGE_SUSEQ+= stage-qa .endif .else _STAGE_SEQ+= create-users-groups do-install post-install post-install-script post-stage compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs add-plist-examples \ add-plist-data add-plist-post fix-plist-sequence .if defined(DEVELOPER) _STAGE_SEQ+= stage-qa .endif .endif .if defined(WITH_PKGNG) _INSTALL_DEP= stage _INSTALL_SEQ= install-message run-depends lib-depends check-already-installed _INSTALL_SUSEQ= fake-pkg security-check _PACKAGE_DEP= stage _PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script .else # pkg_install _PACKAGE_DEP= stage _PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script _INSTALL_DEP= package _INSTALL_SEQ= install-message run-depends lib-depends check-already-installed _INSTALL_SUSEQ= install-package security-check .endif .else # NO_STAGE _INSTALL_DEP= build _INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \ pre-install-script generate-plist check-already-installed _INSTALL_SUSEQ= check-umask install-mtree pre-su-install \ pre-su-install-script create-users-groups do-install \ install-desktop-entries install-license install-rc-script \ post-install post-install-script add-plist-buildinfo \ add-plist-info add-plist-docs add-plist-examples \ add-plist-data add-plist-post fix-plist-sequence \ compress-man install-ldconfig-file fake-pkg security-check _PACKAGE_DEP= install _PACKAGE_SEQ= package-message pre-package pre-package-script \ do-package post-package-script .endif .if !target(post-chroot) post-chroot: @${DO_NADA} .endif .if !target(check-sanity) check-sanity: ${_SANITY_SEQ} .endif # XXX MCL might need to move in loop below? .if !target(fetch) fetch: ${_FETCH_DEP} ${_FETCH_SEQ} .endif .if !target(pkg) pkg: ${_PKG_DEP} ${_PKG_SEQ} .endif # Main logic. The loop generates 7 main targets and using cookies # ensures that those already completed are skipped. .for target in extract patch configure build stage install package .if !target(${target}) && defined(_OPTIONS_OK) ${target}: ${${target:U}_COOKIE} .elif !target(${target}) ${target}: config-conditional @cd ${.CURDIR} && ${MAKE} CONFIG_DONE_${UNIQUENAME:U}=1 ${${target:U}_COOKIE} .elif target(${target}) && defined(IGNORE) .endif .if !exists(${${target:U}_COOKIE}) .if ${UID} != 0 && defined(_${target:U}_SUSEQ) && !defined(INSTALL_AS_USER) .if defined(USE_SUBMAKE) ${${target:U}_COOKIE}: ${_${target:U}_DEP} @cd ${.CURDIR} && ${MAKE} ${_${target:U}_SEQ} .else ${${target:U}_COOKIE}: ${_${target:U}_DEP} ${_${target:U}_SEQ} .endif @${ECHO_MSG} "===> Switching to root credentials for '${target}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${_${target:U}_SUSEQ}" @${ECHO_MSG} "===> Returning to user credentials" @${TOUCH} ${TOUCH_FLAGS} ${.TARGET} .elif defined(USE_SUBMAKE) ${${target:U}_COOKIE}: ${_${target:U}_DEP} @cd ${.CURDIR} && \ ${MAKE} ${_${target:U}_SEQ} ${_${target:U}_SUSEQ} @${TOUCH} ${TOUCH_FLAGS} ${.TARGET} .else ${${target:U}_COOKIE}: ${_${target:U}_DEP} ${_${target:U}_SEQ} ${_${target:U}_SUSEQ} @${TOUCH} ${TOUCH_FLAGS} ${.TARGET} .endif .else ${${target:U}_COOKIE}:: @if [ -e ${.TARGET} ]; then \ ${DO_NADA}; \ else \ cd ${.CURDIR} && ${MAKE} ${.TARGET}; \ fi .endif .endfor # Enforce order for -jN builds .ORDER: ${_SANITY_SEQ} .ORDER: ${_PKG_DEP} ${_PKG_SEQ} .ORDER: ${_FETCH_DEP} ${_FETCH_SEQ} .ORDER: ${_EXTRACT_DEP} ${_EXTRACT_SEQ} .ORDER: ${_PATCH_DEP} ${_PATCH_SEQ} .ORDER: ${_CONFIGURE_DEP} ${_CONFIGURE_SEQ} .ORDER: ${_BUILD_DEP} ${_BUILD_SEQ} .if !defined(NO_STAGE) .ORDER: ${_STAGE_DEP} ${_STAGE_SEQ} .endif .ORDER: ${_INSTALL_DEP} ${_INSTALL_SEQ} .ORDER: ${_PACKAGE_DEP} ${_PACKAGE_SEQ} extract-message: @${ECHO_MSG} "===> Extracting for ${PKGNAME}" patch-message: @${ECHO_MSG} "===> Patching for ${PKGNAME}" configure-message: @${ECHO_MSG} "===> Configuring for ${PKGNAME}" build-message: @${ECHO_MSG} "===> Building for ${PKGNAME}" stage-message: @${ECHO_MSG} "===> Staging for ${PKGNAME}" install-message: @${ECHO_MSG} "===> Installing for ${PKGNAME}" package-message: @${ECHO_MSG} "===> Building package for ${PKGNAME}" # Empty pre-* and post-* targets .for stage in pre post .for name in pkg check-sanity fetch extract patch configure build stage install package .if !target(${stage}-${name}) ${stage}-${name}: @${DO_NADA} .endif .if !target(${stage}-${name}-script) ${stage}-${name}-script: @if [ -f ${SCRIPTDIR}/${.TARGET:S/-script$//} ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/${.TARGET:S/-script$//}; \ fi .endif .endfor .endfor # Special cases for su .if !target(pre-su-install) pre-su-install: @${DO_NADA} .endif .if !target(pre-su-install-script) pre-su-install-script: @${DO_NADA} .endif .if !target(pretty-print-www-site) pretty-print-www-site: @www_site=$$(cd ${.CURDIR} && ${MAKE} www-site); \ if [ -n "$${www_site}" ]; then \ ${ECHO_MSG} -n " and/or visit the "; \ ${ECHO_MSG} -n "web site"; \ ${ECHO_MSG} " for further information"; \ fi .endif ################################################################ # Some more targets supplied for users' convenience ################################################################ # Checkpatch # # Special target to verify patches .if !target(checkpatch) checkpatch: @cd ${.CURDIR} && ${MAKE} PATCH_CHECK_ONLY=yes ${_PATCH_DEP} ${_PATCH_SEQ} .endif # Reinstall # # Special target to re-run install .if !target(reinstall) reinstall: @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @cd ${.CURDIR} && DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} -DFORCE_PKG_REGISTER install .endif .if !target(restage) restage: @${RM} -rf ${STAGEDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @cd ${.CURDIR} && ${MAKE} stage .endif # Deinstall # # Special target to remove installation .if !target(deinstall) deinstall: .if ${UID} != 0 && !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${.TARGET}" @${ECHO_MSG} "===> Returning to user credentials" .else @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" @found_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ for p in $${found_names}; do \ check_name=`${ECHO_CMD} $${p} | ${SED} -e 's/-[^-]*$$//'`; \ if [ "$${check_name}" = "${PKGBASE}" ]; then \ prfx=`${PKG_INFO} -q -p $${p} 2> /dev/null | ${SED} -ne '1s|^@cwd ||p'`; \ if [ "x${PREFIX}" = "x$${prfx}" ]; then \ ${ECHO_MSG} "===> Deinstalling $${p}"; \ ${PKG_DELETE} -f $${p}; \ else \ ${ECHO_MSG} "===> $${p} has a different PREFIX: $${prfx}, skipping"; \ fi; \ fi; \ done; \ if [ -z "$${found_names}" ]; then \ ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ fi @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif # Deinstall-all # # Special target to remove installation of all ports of the same origin .if !target(deinstall-all) deinstall-all: .if ${UID} != 0 && !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${.TARGET}" @${ECHO_MSG} "===> Returning to user credentials" .else @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" @deinstall_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ for oldpkgorigin in $$(${GREP} "|${PKGORIGIN}|" ${PORTSDIR}/MOVED | ${CUT} -f 1 -d '|' | ${SORT} -u); do \ deinstall_names="$${deinstall_names} $$(${PKG_INFO} -q -O $${oldpkgorigin})"; \ done; \ if [ -n "$${deinstall_names}" ]; then \ for d in $${deinstall_names}; do \ ${ECHO_MSG} "===> Deinstalling $${d}"; \ ${PKG_DELETE} -f $${d}; \ done; \ else \ ${ECHO_MSG} "===> ${PKGORIGIN} not installed, skipping"; \ fi; \ ${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif # Cleaning up .if !target(do-clean) do-clean: .if !defined(NO_STAGE) && defined(NEED_ROOT) && ${UID} != 0 && !defined(INSTALL_AS_USER) && exists(${STAGE_COOKIE}) @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${.TARGET}" @${ECHO_MSG} "===> Returning to user credentials" .else @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ else \ ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi .endif .endif .if !target(clean) clean: .if !defined(NOCLEANDEPENDS) @cd ${.CURDIR} && ${MAKE} limited-clean-depends .endif @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" .if target(pre-clean) @cd ${.CURDIR} && ${MAKE} pre-clean .endif @cd ${.CURDIR} && ${MAKE} do-clean .if target(post-clean) @cd ${.CURDIR} && ${MAKE} post-clean .endif .endif .if !target(pre-distclean) pre-distclean: @${DO_NADA} .endif .if !target(distclean) distclean: pre-distclean clean @cd ${.CURDIR} && ${MAKE} delete-distfiles RESTRICTED_FILES="${_DISTFILES} ${_PATCHFILES}" .endif .if !target(delete-distfiles) delete-distfiles: @${ECHO_MSG} "===> Deleting distfiles for ${PKGNAME}" @(if [ "X${RESTRICTED_FILES}" != "X" -a -d ${_DISTDIR} ]; then \ cd ${_DISTDIR}; \ for file in ${RESTRICTED_FILES}; do \ ${RM} -f $${file}; \ dir=$${file%/*}; \ if [ "$${dir}" != "$${file}" ]; then \ ${RMDIR} -p $${dir} >/dev/null 2>&1 || :; \ fi; \ done; \ fi) .if defined(DIST_SUBDIR) -@${RMDIR} ${_DISTDIR} >/dev/null 2>&1 || ${TRUE} .endif .endif .if !target(delete-distfiles-list) delete-distfiles-list: @${ECHO_CMD} "# ${PKGNAME}" @if [ "X${RESTRICTED_FILES}" != "X" ]; then \ for file in ${RESTRICTED_FILES}; do \ ${ECHO_CMD} "[ -f ${_DISTDIR}/$$file ] && (${ECHO_CMD} deleting ${_DISTDIR}/$$file; ${RM} -f ${_DISTDIR}/$$file)"; \ dir=$${file%/*}; \ if [ "$${dir}" != "$${file}" ]; then \ ${ECHO_CMD} "(cd ${_DISTDIR} && ${RMDIR} -p $${dir} 2>/dev/null)"; \ fi; \ done; \ fi .if defined(DIST_SUBDIR) @${ECHO_CMD} "${RMDIR} ${_DISTDIR} 2>/dev/null || ${TRUE}" .endif .endif # Prints out a list of files to fetch (useful to do a batch fetch) .if !target(fetch-list) fetch-list: @${MKDIR} ${_DISTDIR} @(cd ${_DISTDIR}; \ ${_MASTER_SITES_ENV} ; \ for _file in ${DISTFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ if [ ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __MASTER_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ eval ___MASTER_SITES_TMP=\$${_MASTER_SITES_$${group}} ; \ __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ fi; \ done; \ ___MASTER_SITES_TMP= ; \ SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi; \ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ if [ ! -z "`${ECHO_CMD} ${NOFETCHFILES} | ${GREP} -w $${file}`" ]; then \ if [ -z "`${ECHO_CMD} ${MASTER_SITE_OVERRIDE} | ${GREP} -w $${site}`" ]; then \ continue; \ fi; \ fi; \ DIR=${DIST_SUBDIR};\ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '|| ' ; \ done; \ ${ECHO_CMD} "${ECHO_CMD} $${file} not fetched" ; \ fi; \ done) .if defined(PATCHFILES) @(cd ${_DISTDIR}; \ ${_PATCH_SITES_ENV} ; \ for _file in ${PATCHFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ if [ ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __PATCH_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ eval ___PATCH_SITES_TMP=\$${_PATCH_SITES_$${group}} ; \ __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ fi; \ done; \ ___PATCH_SITES_TMP= ; \ SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi; \ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '|| ' ; \ done; \ ${ECHO_CMD} "${ECHO_CMD} $${file} not fetched" ; \ fi; \ done) .endif .endif .if !target(fetch-url-list-int) fetch-url-list-int: @${MKDIR} ${_DISTDIR} @(cd ${_DISTDIR}; \ ${_MASTER_SITES_ENV}; \ for _file in ${DISTFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \ fileptn=`${ECHO_CMD} $$file | ${SED} 's|/|\\\\/|g;s/\./\\\\./g;s/\+/\\\\+/g;s/\?/\\\\?/g'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ if [ ! -z "${LISTALL}" -o ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __MASTER_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ eval ___MASTER_SITES_TMP=\$${_MASTER_SITES_$${group}} ; \ __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ fi \ done; \ ___MASTER_SITES_TMP= ; \ SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi ; \ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} $${args} ; \ done; \ fi \ done) .if defined(PATCHFILES) @(cd ${_DISTDIR}; \ ${_PATCH_SITES_ENV} ; \ for _file in ${PATCHFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ fileptn=`${ECHO_CMD} $$file | ${SED} 's|/|\\\\/|g;s/\./\\\\./g;s/\+/\\\\+/g;s/\?/\\\\?/g'` ; \ if [ ! -z "${LISTALL}" -o ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __PATCH_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ eval ___PATCH_SITES_TMP=\$${_PATCH_SITES_$${group}} ; \ __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ fi \ done; \ ___PATCH_SITES_TMP= ; \ SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi ; \ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} $${args} ; \ done; \ fi \ done) .endif .endif .if !target(fetch-urlall-list) fetch-urlall-list: @cd ${.CURDIR} && LISTALL=yes ${MAKE} fetch-url-list-int .endif .if !target(fetch-url-list) fetch-url-list: @cd ${.CURDIR} && ${MAKE} fetch-url-list-int .endif # Generates patches. update-patches: @toedit=`PATCH_WRKSRC=${PATCH_WRKSRC} \ PATCHDIR=${PATCHDIR} \ PATCH_LIST=${PATCHDIR}/patch-* \ DIFF_ARGS=${DIFF_ARGS} \ DISTORIG=${DISTORIG} \ ${SH} ${PORTSDIR}/Tools/scripts/update-patches`; \ case $$toedit in "");; \ *) ${ECHO_CMD} -n 'edit patches: '; read i; \ cd ${PATCHDIR} && $${VISUAL:-$${EDIT:-/usr/bin/vi}} $$toedit;; esac # Checksumming utilities check-checksum-algorithms: @ \ ${checksum_init} \ \ for alg in ${CHECKSUM_ALGORITHMS:U}; do \ eval alg_executable=\$$$$alg; \ if [ -z "$$alg_executable" ]; then \ ${ECHO_MSG} "Checksum algorithm $$alg: Couldn't find the executable."; \ ${ECHO_MSG} "Set $$alg=/path/to/$$alg in /etc/make.conf and try again."; \ exit 1; \ fi; \ done; \ checksum_init=\ SHA256=${SHA256}; .if !target(makesum) makesum: check-checksum-algorithms @cd ${.CURDIR} && ${MAKE} fetch NO_CHECKSUM=yes \ DISABLE_SIZE=yes @if [ -f ${DISTINFO_FILE} ]; then ${CAT} /dev/null > ${DISTINFO_FILE}; fi @( \ cd ${DISTDIR}; \ \ ${checksum_init} \ \ for file in ${_CKSUMFILES}; do \ for alg in ${CHECKSUM_ALGORITHMS:U}; do \ eval alg_executable=\$$$$alg; \ \ if [ $$alg_executable != "NO" ]; then \ $$alg_executable $$file >> ${DISTINFO_FILE}; \ fi; \ done; \ ${ECHO_CMD} "SIZE ($$file) = `${STAT} -f \"%z\" $$file`" >> ${DISTINFO_FILE}; \ done \ ) @for file in ${_IGNOREFILES}; do \ for alg in ${CHECKSUM_ALGORITHMS:U}; do \ ${ECHO_CMD} "$$alg ($$file) = IGNORE" >> ${DISTINFO_FILE}; \ done; \ done .endif .if !target(checksum) checksum: fetch check-checksum-algorithms @set -e ; \ ${checksum_init} \ if [ -f ${DISTINFO_FILE} ]; then \ cd ${DISTDIR}; OK="";\ for file in ${_CKSUMFILES}; do \ ignored="true"; \ _file=$${file#${DIST_SUBDIR}/*}; \ for alg in ${CHECKSUM_ALGORITHMS:U}; do \ ignore="false"; \ eval alg_executable=\$$$$alg; \ \ if [ $$alg_executable != "NO" ]; then \ MKSUM=`$$alg_executable < $$file`; \ CKSUM=`file=$$_file; ${DISTINFO_DATA}`; \ else \ ignore="true"; \ fi; \ \ if [ $$ignore = "false" -a -z "$$CKSUM" ]; then \ ${ECHO_MSG} "=> No $$alg checksum recorded for $$file."; \ ignore="true"; \ fi; \ \ if [ "$$CKSUM" = "IGNORE" ]; then \ ${ECHO_MSG} "=> $$alg Checksum for $$file is set to IGNORE in distinfo file even though"; \ ${ECHO_MSG} " the file is not in the "'$$'"{IGNOREFILES} list."; \ ignore="true"; \ OK=${FALSE}; \ fi; \ \ if [ $$ignore = "false" ]; then \ match="false"; \ for chksum in $$CKSUM; do \ if [ "$$chksum" = "$$MKSUM" ]; then \ match="true"; \ break; \ fi; \ done; \ if [ $$match = "true" ]; then \ ${ECHO_MSG} "=> $$alg Checksum OK for $$file."; \ ignored="false"; \ else \ ${ECHO_MSG} "=> $$alg Checksum mismatch for $$file."; \ refetchlist="$$refetchlist$$file "; \ OK="$${OK:-retry}"; \ [ "$${OK}" = "retry" -a ${FETCH_REGET} -gt 0 ] && ${RM} -f $${file}; \ ignored="false"; \ fi; \ fi; \ done; \ \ if [ $$ignored = "true" ]; then \ ${ECHO_MSG} "=> No suitable checksum found for $$file."; \ OK="${FALSE}"; \ fi; \ \ done; \ \ for file in ${_IGNOREFILES}; do \ _file=$${file#${DIST_SUBDIR}/*}; \ ignored="true"; \ alreadymatched="false"; \ for alg in ${CHECKSUM_ALGORITHMS:U}; do \ ignore="false"; \ eval alg_executable=\$$$$alg; \ \ if [ $$alg_executable != "NO" ]; then \ CKSUM=`file=$$_file; ${DISTINFO_DATA}`; \ else \ ignore="true"; \ fi; \ \ if [ $$ignore = "false" ]; then \ if [ -z "$$CKSUM" ]; then \ ${ECHO_MSG} "=> No $$alg checksum for $$file recorded (expected IGNORE)"; \ OK="$$alreadymatched"; \ elif [ $$CKSUM != "IGNORE" ]; then \ ${ECHO_MSG} "=> $$alg Checksum for $$file is not set to IGNORE in distinfo file even though"; \ ${ECHO_MSG} " the file is in the "'$$'"{IGNOREFILES} list."; \ OK="false"; \ else \ ignored="false"; \ alreadymatched="true"; \ fi; \ fi; \ done; \ \ if ( [ $$ignored = "true" ]) ; then \ ${ECHO_MSG} "=> No suitable checksum found for $$file."; \ OK="false"; \ fi; \ \ done; \ \ if [ "$${OK:=true}" = "retry" ] && [ ${FETCH_REGET} -gt 0 ]; then \ ${ECHO_MSG} "===> Refetch for ${FETCH_REGET} more times files: $$refetchlist"; \ if ( cd ${.CURDIR} && \ ${MAKE} ${.MAKEFLAGS} FORCE_FETCH="$$refetchlist" FETCH_REGET="`${EXPR} ${FETCH_REGET} - 1`" fetch); then \ if ( cd ${.CURDIR} && \ ${MAKE} ${.MAKEFLAGS} FETCH_REGET="`${EXPR} ${FETCH_REGET} - 1`" checksum ); then \ OK="true"; \ fi; \ fi; \ fi; \ \ if [ "$$OK" != "true" -a ${FETCH_REGET} -eq 0 ]; then \ ${ECHO_MSG} "===> Giving up on fetching files: $$refetchlist"; \ ${ECHO_MSG} "Make sure the Makefile and distinfo file (${DISTINFO_FILE})"; \ ${ECHO_MSG} "are up to date. If you are absolutely sure you want to override this"; \ ${ECHO_MSG} "check, type \"make NO_CHECKSUM=yes [other args]\"."; \ exit 1; \ fi; \ if [ "$$OK" != "true" ]; then \ exit 1; \ fi; \ elif [ -n "${_CKSUMFILES:M*}" ]; then \ ${ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})."; \ fi .endif ################################################################ # The special package-building targets # You probably won't need to touch these ################################################################ # Nobody should want to override this unless PKGNAME is simply bogus. .if !target(package-name) package-name: @${ECHO_CMD} ${PKGNAME} .endif # Build a package but don't check the package cookie .if !target(repackage) repackage: pre-repackage package pre-repackage: @${RM} -f ${PACKAGE_COOKIE} .endif # Build a package but don't check the cookie for installation, also don't # install package cookie .if !target(package-noinstall) package-noinstall: @${MKDIR} ${WRKDIR} @cd ${.CURDIR} && ${MAKE} pre-package \ pre-package-script do-package post-package-script @${RM} -f ${TMPPLIST} -@${RMDIR} ${WRKDIR} .endif ################################################################ # Dependency checking ################################################################ .if !target(depends) depends: pkg-depends extract-depends patch-depends lib-depends fetch-depends build-depends run-depends .if defined(ALWAYS_BUILD_DEPENDS) _DEPEND_ALWAYS= 1 .else _DEPEND_ALWAYS= 0 .endif _INSTALL_DEPENDS= \ if [ -n "${USE_PACKAGE_DEPENDS}" -o -n "${USE_PACKAGE_DEPENDS_ONLY}" ]; then \ subpkgfile=`(cd $$dir; ${MAKE} $$depends_args -V PKGFILE)`; \ subpkgname=$${subpkgfile%-*} ; \ subpkgname=$${subpkgname\#\#*/} ; \ if [ -r "$${subpkgfile}" -a "$$target" = "${DEPENDS_TARGET}" ]; then \ ${ECHO_MSG} "===> Installing existing package $${subpkgfile}"; \ if [ -n "${WITH_PKGNG}" -a $${subpkgname} = "pkg" ]; then \ [ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} ; \ ${TAR} xf $${subpkgfile} -C ${WRKDIR} -s ",/.*/,,g" "*/pkg-static" ; \ ${WRKDIR}/pkg-static add $${subpkgfile}; \ ${RM} -f ${WRKDIR}/pkg-static; \ else \ ${PKG_ADD} $${subpkgfile}; \ fi; \ elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" -a "$${target}" = "${DEPENDS_TARGET}" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $${subpkgfile} - not found"; \ ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source"; \ exit 1; \ else \ (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ fi; \ else \ (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ fi; \ ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; .for deptype in PKG EXTRACT PATCH FETCH BUILD RUN ${deptype:L}-depends: .if defined(${deptype}_DEPENDS) .if !defined(NO_DEPENDS) @set -e ; for i in `${ECHO_CMD} "${${deptype}_DEPENDS}"`; do \ prog=$${i%%:*}; \ if [ -z "$$prog" ]; then \ ${ECHO_MSG} "Error: there is an empty port dependency in ${deptype}_DEPENDS."; \ break; \ fi; \ dir=`${ECHO_CMD} $$i | ${SED} -e 's/[^:]*://'`; \ if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ target=$${dir##*:}; \ dir=$${dir%%:*}; \ if [ X${DEPENDS_PRECLEAN} != "X" ]; then \ target="clean $$target"; \ depends_args="$$depends_args NOCLEANDEPENDS=yes"; \ fi; \ if [ X${DEPENDS_CLEAN} != "X" ]; then \ target="$$target clean"; \ depends_args="$$depends_args NOCLEANDEPENDS=yes"; \ fi; \ else \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ fi; \ if ${EXPR} "$$prog" : \\/ >/dev/null; then \ if [ -e "$$prog" ]; then \ if [ "$$prog" = "${NONEXISTENT}" ]; then \ ${ECHO_MSG} "Error: ${NONEXISTENT} exists. Please remove it, and restart the build."; \ ${FALSE}; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \ notfound=1; \ fi; \ else \ case $${prog} in \ *\>*|*\<*|*=*) pkg=yes;; \ *) pkg="";; \ esac; \ if [ "$$pkg" != "" ]; then \ if ${PKG_INFO} "$$prog" > /dev/null 2>&1 ; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $$prog - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $$prog - not found"; \ notfound=1; \ fi; \ if [ $$notfound != 0 ]; then \ inverse_dep=`${ECHO_CMD} $$prog | ${SED} \ -e 's/<=/=gt=/; s/=/=lt=/; s/>/=le=/' \ -e 's/=gt=/>/; s/=ge=/>=/; s/=lt=/ Found $$pkg_info, but you need to upgrade to $$prog."; \ exit 1; \ fi; \ fi; \ elif ${WHICH} "$$prog" > /dev/null 2>&1 ; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \ notfound=1; \ fi; \ fi; \ if [ $$notfound != 0 ]; then \ ${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \ if [ ! -d "$$dir" ]; then \ ${ECHO_MSG} " => No directory for $$prog. Skipping.."; \ else \ ${_INSTALL_DEPENDS} \ fi; \ fi; \ done .endif .else @${DO_NADA} .endif .endfor lib-depends: .if defined(LIB_DEPENDS) && !defined(NO_DEPENDS) @set -e ; \ for i in ${LIB_DEPENDS:M*.so*\:*}; do \ lib=$${i%%:*} ; \ dir=$${i#*:} ; \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}" ; \ found=0 ; \ dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \ for libdir in $$dirs; do \ test -f $${libdir}/$${lib} || continue; \ if [ -x /usr/bin/file ]; then \ _LIB_FILE=`realpath $${libdir}/$${lib}`; \ [ `file -b -L --mime-type $${_LIB_FILE}` = "application/x-sharedlib" ] || continue ; \ fi ; \ found=1 ; \ ${ECHO_MSG} " - found"; \ done ; \ if [ $${found} -eq 0 ]; then \ ${ECHO_MSG} " - not found"; \ ${ECHO_MSG} "===> Verifying for $$lib in $$dir"; \ if [ ! -d "$$dir" ] ; then \ ${ECHO_MSG} " => No directory for $$lib. Skipping.."; \ else \ ${_INSTALL_DEPENDS} \ fi ; \ fi ; \ done @set -e ; for i in ${LIB_DEPENDS:N*.so*\:*}; do \ lib=$${i%%:*}; \ pattern="`${ECHO_CMD} $$lib | ${SED} -E -e 's/\./\\\\./g' -e 's/(\\\\)?\+/\\\\+/g'`"\ dir=$${i#*:}; \ target=$${i##*:}; \ if ${TEST} $$dir = $$target; then \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ else \ dir=$${dir%%:*}; \ fi; \ ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $$lib"; \ if ${LDCONFIG} ${_LDCONFIG_FLAGS} -r | ${GREP} -vwF -e "${PKGCOMPATDIR}" | ${GREP} -qwE -e "-l$$pattern"; then \ ${ECHO_MSG} " - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ else \ ${ECHO_MSG} " - not found"; \ notfound=1; \ fi; \ if [ $$notfound != 0 ]; then \ ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ if [ ! -d "$$dir" ]; then \ ${ECHO_MSG} " => No directory for $$lib. Skipping.."; \ else \ ${_INSTALL_DEPENDS} \ if ! ${LDCONFIG} ${_LDCONFIG_FLAGS} -r | ${GREP} -vwF -e "${PKGCOMPATDIR}" | ${GREP} -qwE -e "-l$$pattern"; then \ ${ECHO_MSG} "Error: shared library \"$$lib\" does not exist"; \ ${FALSE}; \ fi; \ fi; \ fi; \ done .endif .endif # Dependency lists: both build and runtime, recursive. Print out directory names. _UNIFIED_DEPENDS=${PKG_DEPENDS} ${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS} _DEPEND_DIRS= ${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*).*$,\1,} _DEPEND_SPECIALS= ${_UNIFIED_DEPENDS:M*\:*\:*:C,^[^:]*:([^:]*):.*$,\1,} all-depends-list: @${ALL-DEPENDS-LIST} ALL-DEPENDS-LIST= \ L="${_DEPEND_DIRS}"; \ checked=""; \ while [ -n "$$L" ]; do \ l=""; \ for d in $$L; do \ case $$checked in \ $$d\ *|*\ $$d\ *|*\ $$d) \ continue;; \ esac; \ checked="$$checked $$d"; \ if [ ! -d $$d ]; then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ continue; \ fi; \ ${ECHO_CMD} $$d; \ if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ for child in $$children; do \ case "$$checked $$l" in \ $$child\ *|*\ $$child\ *|*\ $$child) \ continue;; \ esac; \ l="$$l $$child"; \ done; \ done; \ L=$$l; \ done CLEAN-DEPENDS-FULL= \ L="${_DEPEND_DIRS}"; \ checked=""; \ while [ -n "$$L" ]; do \ l=""; \ for d in $$L; do \ case $$checked in \ $$d\ *|*\ $$d\ *|*\ $$d) \ continue;; \ esac; \ checked="$$checked $$d"; \ if [ ! -d $$d ]; then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ continue; \ fi; \ if ! children=$$(cd $$d && ${MAKE} -V WRKDIR -V _DEPEND_DIRS); then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ state=0; \ for child in $$children; do \ case $$state in \ 0) \ if [ -d $$child ]; then \ ${ECHO_CMD} $$d; \ fi; \ state=1;; \ 1) \ case "$$checked $$l" in \ $$child\ *|*\ $$child\ *|*\ $$child) \ continue;; \ esac; \ l="$$l $$child";; \ esac; \ done; \ done; \ L=$$l; \ done CLEAN-DEPENDS-LIMITED= \ L="${_DEPEND_DIRS}"; \ checked=""; \ while [ -n "$$L" ]; do \ l=""; \ for d in $$L; do \ case $$checked in \ $$d\ *|*\ $$d\ *|*\ $$d) \ continue;; \ esac; \ checked="$$checked $$d"; \ if [ ! -d $$d ]; then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ continue; \ fi; \ if ! children=$$(cd $$d && ${MAKE} -V WRKDIR -V _DEPEND_DIRS); then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ state=0; \ for child in $$children; do \ case $$state in \ 0) \ if [ ! -d $$child ]; then \ break; \ fi; \ state=1; \ ${ECHO_CMD} $$d;; \ 1) \ case "$$checked $$l" in \ $$child\ *|*\ $$child\ *|*\ $$child) \ continue;; \ esac; \ l="$$l $$child";; \ esac; \ done; \ done; \ L=$$l; \ done .if !target(clean-depends) clean-depends: @for dir in $$(${CLEAN-DEPENDS-FULL}); do \ (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif .if !target(limited-clean-depends) limited-clean-depends: @for dir in $$(${CLEAN-DEPENDS-LIMITED}); do \ (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif .if !target(deinstall-depends) deinstall-depends: @for dir in $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} deinstall); \ done .endif .if !target(fetch-specials) fetch-specials: @${ECHO_MSG} "===> Fetching all distfiles required by ${PKGNAME} for building" @for dir in ${_DEPEND_SPECIALS}; do \ (cd $$dir; ${MAKE} fetch); \ done .endif .if !target(fetch-recursive) fetch-recursive: @${ECHO_MSG} "===> Fetching all distfiles for ${PKGNAME} and dependencies" @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} fetch); \ done .endif .if !target(fetch-recursive-list) fetch-recursive-list: @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} fetch-list); \ done .endif # Used by fetch-required and fetch-required list, this script looks # at each of the dependencies. If 3 items are specified in the tuple, # such as foo:${PORTSDIR}/graphics/foo:extract, the first item (foo) # is examined. Only if it begins with a / and does not exist on the # file-system will ``make targ'' proceed. # For more usual (dual-item) dependency tuples, the ``make targ'' # proceeds, if the exact package, which the directory WOULD'VE installed, # is not yet installed. # This is the exact behaviour of the old code, and it may need # revisiting. For example, the entire first case seems dubious, and in # the second case we, probably, should be satisfied with _any_ (earlier) # package, with the same origin as that of the dir. # # -mi FETCH_LIST?= for i in $$deps; do \ prog=$${i%%:*}; dir=$${i\#*:}; \ case $$dir in \ *:*) if [ $$prog != $${prog\#/} -o ! -e $$prog ]; then \ dir=$${dir%%:*}; \ else \ continue; \ fi;; \ *) if [ -d ${PKG_DBDIR}/$$(cd $$dir; ${MAKE} -V PKGNAME) ]; then \ continue; \ fi;; \ esac; \ echo cd $$dir; cd $$dir; ${MAKE} $$targ; \ done .if !target(fetch-required) fetch-required: fetch .if defined(NO_DEPENDS) @${ECHO_MSG} "===> NO_DEPENDS is set, not fetching any other distfiles for ${PKGNAME}" .else @${ECHO_MSG} "===> Fetching all required distfiles for ${PKGNAME} and dependencies" .for deptype in PKG EXTRACT PATCH FETCH BUILD RUN .if defined(${deptype}_DEPENDS) @targ=fetch; deps="${${deptype}_DEPENDS}"; ${FETCH_LIST} .endif .endfor .endif .endif .if !target(fetch-required-list) fetch-required-list: fetch-list .if !defined(NO_DEPENDS) .for deptype in PKG EXTRACT PATCH FETCH BUILD RUN .if defined(${deptype}_DEPENDS) @targ=fetch-list; deps="${${deptype}_DEPENDS}"; ${FETCH_LIST} .endif .endfor .endif .endif .if !target(checksum-recursive) checksum-recursive: @${ECHO_MSG} "===> Fetching and checking checksums for ${PKGNAME} and dependencies" @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} checksum); \ done .endif # Dependency lists: build and runtime. Print out directory names. build-depends-list: .if defined(PKG_DEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) @${BUILD-DEPENDS-LIST} .endif BUILD-DEPENDS-LIST= \ for dir in $$(${ECHO_CMD} "${PKG_DEPENDS} ${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS}" | ${SED} -E -e 's,([^: ]*):([^: ]*)(:[^ ]*)?,\2,g' -e 'y/ /\n/'| ${SORT} -u); do \ if [ -d $$dir ]; then \ ${ECHO_CMD} $$dir; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ done | ${SORT} -u run-depends-list: .if defined(LIB_DEPENDS) || defined(RUN_DEPENDS) @${RUN-DEPENDS-LIST} .endif RUN-DEPENDS-LIST= \ for dir in $$(${ECHO_CMD} "${_LIB_RUN_DEPENDS:C,.*:([^:]*).*,\1,}" | ${SED} -e 'y/ /\n/' | ${SORT} -u); do \ if [ -d $$dir ]; then \ ${ECHO_CMD} $$dir; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ done | ${SORT} -u # Package (recursive runtime) dependency list. Print out both directory names # and package names. package-depends-list: .if defined(CHILD_DEPENDS) || defined(LIB_DEPENDS) || defined(RUN_DEPENDS) @${PACKAGE-DEPENDS-LIST} .endif _LIB_RUN_DEPENDS= ${LIB_DEPENDS} ${RUN_DEPENDS} PACKAGE-DEPENDS-LIST?= \ if [ "${CHILD_DEPENDS}" ]; then \ installed=$$(${PKG_INFO} -qO ${PKGORIGIN} 2>/dev/null || \ ${TRUE}); \ if [ "$$installed" ]; then \ break; \ fi; \ if [ -z "$$installed" ]; then \ installed="${PKGNAME}"; \ fi; \ for pkgname in $$installed; do \ ${ECHO_CMD} "$$pkgname ${.CURDIR} ${PKGORIGIN}"; \ done; \ fi; \ checked="${PARENT_CHECKED}"; \ for dir in ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}; do \ dir=$$(${REALPATH} $$dir); \ if [ -d $$dir ]; then \ case $$checked in \ $$dir|$$dir\ *|*\ $$dir|*\ $$dir\ *) continue;; \ esac; \ childout=$$(cd $$dir; ${MAKE} CHILD_DEPENDS=yes PARENT_CHECKED="$$checked" package-depends-list); \ set -- $$childout; \ childdir=""; \ while [ $$\# != 0 ]; do \ childdir="$$childdir $$2"; \ ${ECHO_CMD} "$$1 $$2 $$3"; \ shift 3; \ done; \ checked="$$dir $$childdir $$checked"; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ done ACTUAL-PACKAGE-DEPENDS?= \ if [ "${_LIB_RUN_DEPENDS}" != " " ]; then \ origins=$$(for pkgname in ${PKG_DBDIR}/*; do \ if [ -e $$pkgname/+CONTENTS ]; then \ ${ECHO_CMD} $${pkgname\#\#*/}; \ ${SED} -n -e "s/@comment ORIGIN://p" $$pkgname/+CONTENTS; \ fi; \ done); \ for dir in ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}; do \ tmp=$${dir\#${PORTSDIR}/}; \ if [ "$$tmp" = "$$dir" ]; then \ tmp=$${dir%/*}; \ dir=$${tmp\#\#*/}/$${dir\#\#*/}; \ else \ dir=$$tmp; \ fi; \ set -- $$origins; \ while [ $$\# -gt 1 ]; do \ if [ ! -d "${PORTSDIR}/$$2" ]; then \ shift; \ continue; \ fi; \ if [ "$$dir" = "$$2" ]; then \ ${ECHO_CMD} $$1:$$dir; \ if [ -e ${PKG_DBDIR}/$$1/+CONTENTS -a -z "${EXPLICIT_PACKAGE_DEPENDS}" ]; then \ packagelist="$$packagelist ${PKG_DBDIR}/$$1/+CONTENTS"; \ fi; \ break; \ fi; \ shift 2; \ done; \ done; \ [ -z "$$packagelist" ] || ${AWK} -F '( |:)' 'BEGIN { pkgname="broken_contents" } /@pkgdep / { pkgname=$$2 } /@comment DEPORIGIN:/ { printf "%s:%s\n", pkgname, $$3; pkgname="broken_contents" }' $$packagelist; \ fi # Print out package names. package-depends: @${PACKAGE-DEPENDS-LIST} | ${AWK} '{print $$1":"$$3}' actual-package-depends: @${ACTUAL-PACKAGE-DEPENDS} # Build packages for port and dependencies package-recursive: package @for dir in $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} package clean); \ done # Show missing dependencies missing: @_origins=$$(${PKG_INFO} -aoq); \ for dir in $$(${ALL-DEPENDS-LIST}); do \ _origin=$${dir##${PORTSDIR}/}; \ if ! $$(${ECHO_CMD} $${_origins} | ${GREP} -q $${_origin}); then \ ${ECHO_CMD} $${_origin}; \ fi; \ done ################################################################ # Everything after here are internal targets and really # shouldn't be touched by anybody but the release engineers. ################################################################ # This target generates an index entry suitable for aggregation into # a large index. Format is: # # distribution-name|port-path|installation-prefix|comment| \ # description-file|maintainer|categories|extract-depends| \ # patch-depends|fetch-depends|build-depends|run-depends|www site # # If this ever changes, portmgr should contact the portsnap maintainer # first to avoid gratuitous breakage. . if !target(describe) _EXTRACT_DEPENDS=${EXTRACT_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _PATCH_DEPENDS=${PATCH_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _FETCH_DEPENDS=${FETCH_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _LIB_DEPENDS=${LIB_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _BUILD_DEPENDS=${BUILD_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} ${_LIB_DEPENDS} _RUN_DEPENDS=${RUN_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} ${_LIB_DEPENDS} . if exists(${DESCR}) _DESCR=${DESCR} . else _DESCR=/dev/null . endif . if defined(BUILDING_INDEX) && defined(INDEX_PORTS) INDEX_OUT=${INDEX_TMPDIR}/${INDEXFILE}.desc.aggr . else INDEX_OUT=/dev/stdout . endif describe: @(${ECHO_CMD} -n "${PKGNAME}|${.CURDIR}|${PREFIX}|"; \ ${ECHO_CMD} -n ${COMMENT:Q}; \ ${ECHO_CMD} -n "|${_DESCR}|${MAINTAINER}|${CATEGORIES}|${_EXTRACT_DEPENDS}|${_PATCH_DEPENDS}|${_FETCH_DEPENDS}|${_BUILD_DEPENDS:O:u}|${_RUN_DEPENDS:O:u}|"; \ while read one two discard; do \ case "$$one" in \ WWW:) case "$$two" in \ https://*|http://*|ftp://*) ${ECHO_CMD} -n "$$two" ;; \ *) ${ECHO_CMD} -n "http://$$two" ;; \ esac; \ break; \ ;; \ esac; \ done < ${DESCR}; ${ECHO_CMD}) >>${INDEX_OUT} . endif www-site: .if exists(${DESCR}) @${AWK} '$$1 ~ /^WWW:/ {print $$2}' ${DESCR} | ${HEAD} -1 .else @${ECHO_CMD} .endif .if !target(readmes) readmes: readme .endif .if !target(readme) readme: @${RM} -f ${.CURDIR}/README.html @cd ${.CURDIR} && ${MAKE} ${.CURDIR}/README.html .endif ${.CURDIR}/README.html: @${ECHO_MSG} "===> Creating README.html for ${PKGNAME}" @${SED} -e 's|%%PORT%%|'$$(${ECHO_CMD} ${.CURDIR} | \ ${SED} -e 's|.*/\([^/]*/[^/]*\)$$|\1|')'|g' \ -e 's|%%PKG%%|${PKGNAME}|g' \ -e 's|%%COMMENT%%|'"$$(${ECHO_CMD} ${COMMENT:Q})"'|' \ -e '/%%COMMENT%%/d' \ -e 's|%%DESCR%%|'"$$(${ECHO_CMD} ${DESCR} | \ ${SED} -e 's|${.CURDIR}/||')"'|' \ -e 's|%%EMAIL%%|'"$$(${ECHO_CMD} "${MAINTAINER}" | \ ${SED} -e 's/([^)]*)//;s/.*.*//')"'|g' \ -e 's|%%MAINTAINER%%|${MAINTAINER}|g' \ -e 's|%%WEBSITE%%|'"$$(cd ${.CURDIR} && eval ${MAKE} pretty-print-www-site)"'|' \ -e 's|%%BUILD_DEPENDS%%|'"$$(cd ${.CURDIR} && eval ${MAKE} pretty-print-build-depends-list)"'|' \ -e 's|%%RUN_DEPENDS%%|'"$$(cd ${.CURDIR} && eval ${MAKE} pretty-print-run-depends-list)"'|' \ -e 's|%%TOP%%|'"$$(${ECHO_CMD} ${CATEGORIES} | \ ${SED} -e 's| .*||' -e 's|[^/]*|..|g')"'/..|' \ ${TEMPLATES}/README.port >> ${.TARGET} # The following two targets require an up-to-date INDEX in ${PORTSDIR} _PRETTY_PRINT_DEPENDS_LIST=\ if [ ! -r ${INDEXDIR}/${INDEXFILE} ] ; then \ ${ECHO_MSG} "${.TARGET} requires an INDEX file (${INDEXFILE}). Please run make index or make fetchindex."; \ else \ target=${.TARGET:C/pretty-print-(.*)-depends-list/\1/} ; \ if [ "$$target" = "build" ] ; then fldnum=8 ; else fldnum=9 ; fi; \ ${ECHO_MSG} -n 'This port requires package(s) "' ; \ ${ECHO_MSG} -n `${AWK} -F\| "\\$$1 ~ /^${PKGNAME}/ {print \\$$$${fldnum};}" ${INDEXDIR}/${INDEXFILE}` ; \ ${ECHO_MSG} "\" to $$target."; \ fi; .if !target(pretty-print-build-depends-list) pretty-print-build-depends-list: .if defined(PKG_DEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || \ defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) @${_PRETTY_PRINT_DEPENDS_LIST} .endif .endif .if !target(pretty-print-run-depends-list) pretty-print-run-depends-list: .if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) @${_PRETTY_PRINT_DEPENDS_LIST} .endif .endif _SUB_LIST_TEMP= ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} .if !target(apply-slist) apply-slist: .if defined(SUB_FILES) .for file in ${SUB_FILES} .if !exists(${FILESDIR}/${file}.in) @${ECHO_MSG} "** Missing ${FILESDIR}/${file}.in for ${PKGNAME}."; exit 1 .else @${SED} ${_SUB_LIST_TEMP} -e '/^@comment /d' ${FILESDIR}/${file}.in > ${WRKDIR}/${file} .endif .endfor .for i in pkg-message pkg-install pkg-deinstall pkg-req .if ${SUB_FILES:M${i}*}!="" ${i:S/-//:U}= ${WRKDIR}/${SUB_FILES:M${i}*} .endif .endfor .endif .endif # Generate packing list. Also tests to make sure all required package # files exist. .if !target(generate-plist) generate-plist: @${ECHO_MSG} "===> Generating temporary packing list" @${MKDIR} `${DIRNAME} ${TMPPLIST}` @if [ ! -f ${DESCR} ]; then ${ECHO_MSG} "** Missing pkg-descr for ${PKGNAME}."; exit 1; fi .if defined(NO_STAGE) || defined(NEED_ROOT) @>${TMPPLIST} .else @${ECHO_CMD} -e "@owner root\n@group wheel" >${TMPPLIST} .endif @for file in ${PLIST_FILES}; do \ ${ECHO_CMD} $${file} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} >> ${TMPPLIST}; \ done .if defined(NO_STAGE) @for man in ${__MANPAGES}; do \ ${ECHO_CMD} $${man} >> ${TMPPLIST}; \ done .for _PREFIX in ${PREFIX} .if ${_TMLINKS:M${_PREFIX}*}x != x @for i in ${_TMLINKS:M${_PREFIX}*:S|^${_PREFIX}/||}; do \ ${ECHO_CMD} "$$i" >> ${TMPPLIST}; \ done .endif .if ${_TMLINKS:N${_PREFIX}*}x != x @${ECHO_CMD} @cwd / >> ${TMPPLIST} @for i in ${_TMLINKS:N${_PREFIX}*:S|^/||}; do \ ${ECHO_CMD} "$$i" >> ${TMPPLIST}; \ done @${ECHO_CMD} '@cwd ${PREFIX}' >> ${TMPPLIST} .endif .endfor .endif @if [ -f ${PLIST} ]; then \ ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \ fi .for dir in ${PLIST_DIRS} @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dirrm ,' >> ${TMPPLIST} .endfor .for dir in ${PLIST_DIRSTRY} @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dirrmtry ,' >> ${TMPPLIST} .endfor .for reinplace in ${PLIST_REINPLACE} .if defined(PLIST_REINPLACE_${reinplace:U}) @${SED} -i "" -e '${PLIST_REINPLACE_${reinplace:U}}' ${TMPPLIST} .endif .endfor .if defined(USE_LINUX_PREFIX) .if defined(USE_LDCONFIG) @${ECHO_CMD} "@exec ${LDCONFIG_CMD}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG_CMD}" >> ${TMPPLIST} .endif .else .if defined(USE_LDCONFIG) .if !defined(INSTALL_AS_USER) @${ECHO_CMD} "@exec ${LDCONFIG} -m ${USE_LDCONFIG}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -R" >> ${TMPPLIST} .else @${ECHO_CMD} "@exec ${LDCONFIG} -m ${USE_LDCONFIG} || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -R || ${TRUE}" >> ${TMPPLIST} .endif .endif .if defined(USE_LDCONFIG32) .if !defined(INSTALL_AS_USER) @${ECHO_CMD} "@exec ${LDCONFIG} -32 -m ${USE_LDCONFIG32}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -32 -R" >> ${TMPPLIST} .else @${ECHO_CMD} "@exec ${LDCONFIG} -32 -m ${USE_LDCONFIG32} || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -32 -R || ${TRUE}" >> ${TMPPLIST} .endif .endif .endif .if !defined(WITH_PKGNG) @cd ${.CURDIR} && { ${MAKE} pretty-print-config | fold -sw 120 | ${SED} -e 's/^/@comment OPTIONS:/'; } >> ${TMPPLIST} .endif .endif ${TMPPLIST}: @cd ${.CURDIR} && ${MAKE} generate-plist ${TMPPLIST_SORT}: ${TMPPLIST} @${SORT} -u ${TMPPLIST} >${TMPPLIST_SORT} .if !target(add-plist-docs) add-plist-docs: .if defined(PORTDOCS) && !defined(NOPORTDOCS) @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .for x in ${PORTDOCS} @if ${ECHO_CMD} "${x}"| ${AWK} '$$1 ~ /(\*|\||\[|\]|\?|\{|\}|\$$)/ { exit 1};'; then \ if [ ! -e ${STAGEDIR}${DOCSDIR}/${x} ]; then \ ${ECHO_CMD} ${DOCSDIR_REL}/${x} >> ${TMPPLIST}; \ fi;fi .endfor @${FIND} -P ${PORTDOCS:S/^/${STAGEDIR}${DOCSDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTDOCS:S/^/${STAGEDIR}${DOCSDIR}\//} -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${DOCSDIR_REL}" >> ${TMPPLIST} .else @${DO_NADA} .endif .endif .if !target(add-plist-examples) add-plist-examples: .if defined(PORTEXAMPLES) && !defined(NOPORTEXAMPLES) @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .for x in ${PORTEXAMPLES} @if ${ECHO_CMD} "${x}"| ${AWK} '$$1 ~ /(\*|\||\[|\]|\?|\{|\}|\$$)/ { exit 1};'; then \ if [ ! -e ${STAGEDIR}${EXAMPLESDIR}/${x} ]; then \ ${ECHO_CMD} ${EXAMPLESDIR}/${x} | \ ${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST}; \ fi;fi .endfor @${FIND} -P ${PORTEXAMPLES:S/^/${STAGEDIR}${EXAMPLESDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTEXAMPLES:S/^/${STAGEDIR}${EXAMPLESDIR}\//} -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${EXAMPLESDIR_REL}" >> ${TMPPLIST} .else @${DO_NADA} .endif .endif .if !target(add-plist-data) add-plist-data: .if defined(PORTDATA) && !defined(NOPORTDATA) @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .for x in ${PORTDATA} @if ${ECHO_CMD} "${x}"| ${AWK} '$$1 ~ /(\*|\||\[|\]|\?|\{|\}|\$$)/ { exit 1};'; then \ if [ ! -e ${STAGEDIR}${DATADIR}/${x} ]; then \ ${ECHO_CMD} ${DATADIR}/${x} | \ ${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST}; \ fi;fi .endfor @${FIND} -P ${PORTDATA:S/^/${STAGEDIR}${DATADIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTDATA:S/^/${STAGEDIR}${DATADIR}\//} -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${DATADIR_REL}" >> ${TMPPLIST} .else @${DO_NADA} .endif .endif .if !target(add-plist-buildinfo) add-plist-buildinfo: .if defined(PACKAGE_BUILDING) @${ECHO_CMD} "@comment Build details: ${BUILDHOST}|${JAIL}|${BUILD}|${PORTSTREE}|${BUILDDATE}" >> ${TMPPLIST} .endif .endif .if !target(add-plist-info) add-plist-info: # Process GNU INFO files at package install/deinstall time .if defined(INFO) .for i in ${INFO} .if defined(NO_STAGE) install-info --quiet ${PREFIX}/${INFO_PATH}/$i.info ${PREFIX}/${INFO_PATH}/dir .endif .if !defined(WITH_PKGNG) @${ECHO_CMD} "@unexec install-info --quiet --delete %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \ >> ${TMPPLIST} @${ECHO_CMD} "@unexec [ \`info -d %D/${INFO_PATH} --output - 2>/dev/null | grep -c '^*'\` -eq 1 ] && rm -f %D/${INFO_PATH}/dir || :"\ >> ${TMPPLIST} @${LS} ${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${PREFIX}/::g >> ${TMPPLIST} @${ECHO_CMD} "@exec install-info --quiet %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \ >> ${TMPPLIST} .else @${ECHO_CMD} "@info ${INFO_PATH}/$i.info" >> ${TMPPLIST} @${LS} ${PREFIX}/${INFO_PATH}/$i.info-* 2>/dev/null | ${SED} -e s:${PREFIX}/:@info\ :g >> ${TMPPLIST} .endif .endfor .if defined(INFO_SUBDIR) .if !defined(WITH_PKGNG) @${ECHO_CMD} "@unexec ${RMDIR} %D/${INFO_PATH}/${INFO_SUBDIR} 2> /dev/null || true" >> ${TMPPLIST} .else @${ECHO_CMD} "@dirrmtry ${INFO_PATH}/${INFO_SUBDIR}" >> ${TMPPLIST} .endif .endif .if (${PREFIX} != "/usr") @${ECHO_CMD} "@unexec if [ -f %D/${INFO_PATH}/dir ]; then if sed -e '1,/Menu:/d' %D/${INFO_PATH}/dir | grep -q '^[*] '; then true; else rm %D/${INFO_PATH}/dir; fi; fi" >> ${TMPPLIST} .if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE}) @${ECHO_CMD} "@unexec rmdir %D/${INFO_PATH} 2>/dev/null || true" >> ${TMPPLIST} .endif .endif .endif .endif # If we're installing into a non-standard PREFIX, we need to remove that directory at # deinstall-time .if !target(add-plist-post) add-plist-post: .if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") @${ECHO_CMD} "@unexec rmdir %D 2> /dev/null || true" >> ${TMPPLIST} .else @${DO_NADA} .endif .endif .if !target(install-rc-script) install-rc-script: .if defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES" .if defined(USE_RCORDER) @${ECHO_MSG} "===> Staging early rc.d startup script(s)" @${ECHO_CMD} "@cwd /" >> ${TMPPLIST} @for i in ${USE_RCORDER}; do \ ${INSTALL_SCRIPT} ${WRKDIR}/$${i} ${STAGEDIR}/etc/rc.d/$${i%.sh}; \ ${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \ done @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} .endif .if defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES" @${ECHO_MSG} "===> Staging rc.d startup script(s)" @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} @for i in ${USE_RC_SUBR}; do \ ${INSTALL_SCRIPT} ${WRKDIR}/$${i} ${STAGEDIR}${PREFIX}/etc/rc.d/$${i%.sh}; \ ${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \ done .endif .else @${DO_NADA} .endif .endif # Compress (or uncompress) and symlink manpages. .if !target(compress-man) compress-man: .if defined(_MANPAGES) || defined(_MLINKS) .if ${MANCOMPRESSED} == yes && defined(NO_MANCOMPRESS) @${ECHO_MSG} "===> Uncompressing manual pages for ${PKGNAME}" @_manpages='${_MANPAGES:S/'/'\''/g}' && [ "$${_manpages}" != "" ] && ( eval ${GUNZIP_CMD} $${_manpages} ) || ${TRUE} .elif ${MANCOMPRESSED} == no && !defined(NO_MANCOMPRESS) @${ECHO_MSG} "===> Compressing manual pages for ${PKGNAME}" @_manpages='${_MANPAGES:S/'/'\''/g}' && [ "$${_manpages}" != "" ] && ( eval ${GZIP_CMD} $${_manpages} ) || ${TRUE} .endif .if defined(_MLINKS) @set -- ${_MLINKS}; \ while :; do \ [ $$# -eq 0 ] && break || ${TRUE}; \ ${RM} -f $${2%.gz}; ${RM} -f $$2.gz; \ ${LN} -fs `${ECHO_CMD} $$1 $$2 | ${AWK} '{ \ z=split($$1, a, /\//); x=split($$2, b, /\//); \ while (a[i] == b[i]) i++; \ for (q=i; q Registering installation for ${PKGNAME}"; \ ${MKDIR} ${PKG_DBDIR}/${PKGNAME}; \ ${PKG_CMD} ${PKG_ARGS} -O ${PKGFILE} > ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \ ${CP} ${DESCR} ${PKG_DBDIR}/${PKGNAME}/+DESC; \ ${ECHO_CMD} ${COMMENT:Q} > ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \ if [ -f ${PKGINSTALL} ]; then \ ${CP} ${PKGINSTALL} ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \ fi; \ if [ -f ${PKGDEINSTALL} ]; then \ ${CP} ${PKGDEINSTALL} ${PKG_DBDIR}/${PKGNAME}/+DEINSTALL; \ fi; \ if [ -f ${PKGREQ} ]; then \ ${CP} ${PKGREQ} ${PKG_DBDIR}/${PKGNAME}/+REQUIRE; \ fi; \ if [ -f ${PKGMESSAGE} ]; then \ ${CP} ${PKGMESSAGE} ${PKG_DBDIR}/${PKGNAME}/+DISPLAY; \ ${ECHO_CMD} "@display +DISPLAY" >> ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \ fi; \ for dep in `${PKG_INFO} -qf ${PKGNAME} | ${AWK} '/^@pkgdep / {print $$2}' | ${SORT} -u`; do \ if [ -d ${PKG_DBDIR}/$$dep -a -z `${ECHO_CMD} $$dep | ${GREP} -E ${PKG_IGNORE_DEPENDS}` ]; then \ if ! ${GREP} ^${PKGNAME}$$ ${PKG_DBDIR}/$$dep/+REQUIRED_BY \ >/dev/null 2>&1; then \ ${ECHO_CMD} ${PKGNAME} >> ${PKG_DBDIR}/$$dep/+REQUIRED_BY; \ fi; \ fi; \ done; \ fi .if !defined(NO_MTREE) @if [ -f ${MTREE_FILE} ]; then \ ${CP} ${MTREE_FILE} ${PKG_DBDIR}/${PKGNAME}/+MTREE_DIRS; \ fi .endif @if [ -e /tmp/${PKGNAME}-required-by ]; then \ ${CAT} /tmp/${PKGNAME}-required-by >> ${PKG_DBDIR}/${PKGNAME}/+REQUIRED_BY; \ ${RM} -f /tmp/${PKGNAME}-required-by; \ fi .else @${DO_NADA} .endif .endif # Depend is generally meaningless for arbitrary ports, but if someone wants # one they can override this. This is just to catch people who've gotten into # the habit of typing `make depend all install' as a matter of course. # .if !target(depend) depend: .endif # Same goes for tags .if !target(tags) tags: .endif .if !defined(NOPRECIOUSMAKEVARS) # These won't change, so we can pass them through the environment .MAKEFLAGS: \ ARCH="${ARCH:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OPSYS="${OPSYS:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OSREL="${OSREL:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OSVERSION="${OSVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ SYSTEMVERSION="${SYSTEMVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" .endif .if !target(pre-check-config) pre-check-config: .for single in ${OPTIONS_SINGLE} . for opt in ${OPTIONS_SINGLE_${single}} . if empty(ALL_OPTIONS:M${single}) || !empty(PORT_OPTIONS:M${single}) . if !empty(PORT_OPTIONS:M${opt}) . if defined(OPTFOUND) OPTIONS_WRONG_SINGLE+= ${single} . else OPTFOUND= true . endif . endif . else # if conditional and if the condition is unchecked, remove opt from the list of # set options PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}} OPTNOCHECK= true . endif . endfor . if !defined(OPTFOUND) && !defined(OPTNOCHECK) OPTIONS_WRONG_SINGLE+= ${single} . endif . undef OPTFOUND . undef OPTNOCHECK .endfor .undef single .for radio in ${OPTIONS_RADIO} . for opt in ${OPTIONS_RADIO_${radio}} . if !empty(PORT_OPTIONS:M${opt}) . if defined(OPTFOUND) OPTIONS_WRONG_RADIO+= ${radio} . else OPTFOUND= true . endif . endif . endfor . undef OPTFOUND .endfor .for multi in ${OPTIONS_MULTI} . for opt in ${OPTIONS_MULTI_${multi}} . if empty(ALL_OPTIONS:M${multi}) || !empty(PORT_OPTIONS:M${multi}) . if !empty(PORT_OPTIONS:M${opt}) OPTFOUND= true . endif . else # if conditional and if the condition is unchecked, remove opt from the list of # set options PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}} OPTNOCHECK= true . endif . endfor . if !defined(OPTFOUND) && !defined(OPTNOCHECK) OPTIONS_WRONG_MULTI+= ${multi} . endif . undef OPTFOUND . undef OPTNOCHECK .endfor .undef multi .undef opt .endif #pre-check-config .if !target(_check-config) _check-config: pre-check-config .for multi in ${OPTIONS_WRONG_MULTI} @${ECHO_MSG} "====> You must check at least one option in the ${multi} multi" .endfor .for single in ${OPTIONS_WRONG_SINGLE} @${ECHO_MSG} "====> You must select one and only one option from the ${single} single" .endfor .for radio in ${OPTIONS_WRONG_RADIO} @${ECHO_MSG} "====> You cannot select multiple options from the ${radio} radio" .endfor .if !empty(OPTIONS_WRONG_MULTI) || !empty(OPTIONS_WRONG_SINGLE) || !empty(OPTIONS_WRONG_RADIO) _CHECK_CONFIG_ERROR= true .endif .endif # _check-config .if !target(check-config) check-config: _check-config .if !empty(_CHECK_CONFIG_ERROR) @exit 1 .endif .endif # check-config .if !target(sanity-config) sanity-config: _check-config .if !empty(_CHECK_CONFIG_ERROR) @echo -n "Config is invalid. Re-edit? [Y/n] "; \ read answer; \ case $$answer in \ [Nn]|[Nn][Oo]) \ exit 0; \ esac; \ cd ${.CURDIR} && ${MAKE} config .endif .endif # sanity-config .if !target(pre-config) pre-config: D4P_ENV= PKGNAME="${PKGNAME}" \ PORT_OPTIONS="${PORT_OPTIONS}" \ ALL_OPTIONS="${ALL_OPTIONS}" \ OPTIONS_MULTI="${OPTIONS_MULTI}" \ OPTIONS_SINGLE="${OPTIONS_SINGLE}" \ OPTIONS_RADIO="${OPTIONS_RADIO}" \ OPTIONS_GROUP="${OPTIONS_GROUP}" \ NEW_OPTIONS="${NEW_OPTIONS}" \ DIALOG4PORTS="${DIALOG4PORTS}" \ PREFIX="${PREFIX}" \ LOCALBASE="${LOCALBASE}" \ PORTSDIR="${PORTSDIR}" \ MAKE="${MAKE}" \ D4PHEIGHT="${D4PHEIGHT}" \ D4PWIDTH="${D4PWIDTH}" \ D4PFULLSCREEN="${D4PFULLSCREEN}" .if exists(${PKGHELP}) D4P_ENV+= PKGHELP="${PKGHELP}" .endif .for opt in ${ALL_OPTIONS} D4P_ENV+= ${opt}_DESC=""${${opt}_DESC:Q}"" .endfor .for otype in MULTI GROUP SINGLE RADIO . for m in ${OPTIONS_${otype}} D4P_ENV+= OPTIONS_${otype}_${m}="${OPTIONS_${otype}_${m}}" \ ${m}_DESC=""${${m}_DESC:Q}"" . for opt in ${OPTIONS_${otype}_${m}} D4P_ENV+= ${opt}_DESC=""${${opt}_DESC:Q}"" . endfor . endfor .endfor .undef m .undef otype .undef opt .endif # pre-config .if !target(do-config) do-config: .if empty(ALL_OPTIONS) && empty(OPTIONS_SINGLE) && empty(OPTIONS_MULTI) && empty(OPTIONS_RADIO) && empty(OPTIONS_GROUP) @${ECHO_MSG} "===> No options to configure" .else .if ${UID} != 0 && !defined(INSTALL_AS_USER) @optionsdir=${OPTIONS_FILE}; optionsdir=$${optionsdir%/*}; \ oldoptionsdir=${OPTIONSFILE}; oldoptionsdir=$${oldoptionsdir%/*}; \ ${ECHO_MSG} "===> Switching to root credentials to create $${optionsdir}"; \ (${SU_CMD} "${SH} -c \"if [ -d $${oldoptionsdir} -a ! -d $${optionsdir} ]; then ${MV} $${oldoptionsdir} $${optionsdir}; elif [ -d $${oldoptionsdir} -a -d $${optionsdir} ]; then ${RM} -rf $${oldoptionsdir} ; fi ; ${MKDIR} $${optionsdir} 2> /dev/null\"") || \ (${ECHO_MSG} "===> Cannot create $${optionsdir}, check permissions"; exit 1); \ ${ECHO_MSG} "===> Returning to user credentials" .else @optionsdir=${OPTIONS_FILE}; optionsdir=$${optionsdir%/*}; \ oldoptionsdir=${OPTIONSFILE}; oldoptionsdir=$${oldoptionsdir%/*}; \ if [ -d $${oldoptionsdir} -a ! -d $${optionsdir} ]; then \ ${MV} $${oldoptionsdir} $${optionsdir}; \ elif [ -d $${oldoptionsdir} -a -d $${optionsdir} ]; then \ ${RM} -rf $${oldoptionsdir} ; \ fi ; \ ${MKDIR} $${optionsdir} 2> /dev/null || \ (${ECHO_MSG} "===> Cannot create $${optionsdir}, check permissions"; exit 1) .endif @TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${SETENV} ${D4P_ENV} ${SH} ${SCRIPTSDIR}/dialog4ports.sh $${TMPOPTIONSFILE} || { \ ${RM} -f $${TMPOPTIONSFILE}; \ ${ECHO_MSG} "===> Options unchanged"; \ exit 0; \ }; \ ${ECHO_CMD}; \ if [ ! -e $${TMPOPTIONSFILE} ]; then \ ${ECHO_MSG} "===> No user-specified options to save for ${PKGNAME}"; \ exit 0; \ fi; \ SELOPTIONS=$$(${CAT} $${TMPOPTIONSFILE}); \ ${RM} -f $${TMPOPTIONSFILE}; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${ECHO_CMD} "# This file is auto-generated by 'make config'." > $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "# Options for ${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_OPTIONS_READ=${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_FILE_COMPLETE_OPTIONS_LIST=${COMPLETE_OPTIONS_LIST}" >> $${TMPOPTIONSFILE}; \ for i in ${COMPLETE_OPTIONS_LIST}; do \ if ${ECHO_CMD} $${SELOPTIONS} | ${GREP} -qw $${i}; then \ ${ECHO_CMD} "OPTIONS_FILE_SET+=$${i}" >> $${TMPOPTIONSFILE}; \ else \ ${ECHO_CMD} "OPTIONS_FILE_UNSET+=$${i}" >> $${TMPOPTIONSFILE}; \ fi; \ done; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to write ${OPTIONS_FILE}"; \ ${SU_CMD} "${CAT} $${TMPOPTIONSFILE} > ${OPTIONS_FILE}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${CAT} $${TMPOPTIONSFILE} > ${OPTIONS_FILE}; \ fi; \ ${RM} -f $${TMPOPTIONSFILE} @cd ${.CURDIR} && ${MAKE} sanity-config .endif .endif # do-config .if !target(config) .if !defined(NO_DIALOG) config: pre-config do-config .else config: @${ECHO_MSG} "===> Skipping 'config' as NO_DIALOG is defined" .endif .endif # config .if !target(config-recursive) config-recursive: @${ECHO_MSG} "===> Setting user-specified options for ${PKGNAME} and dependencies"; @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} config-conditional); \ done .endif # config-recursive .if !target(config-conditional) config-conditional: .if !empty(NEW_OPTIONS) @cd ${.CURDIR} && ${MAKE} config; .endif .endif # config-conditional .if !target(showconfig) .include "${PORTSDIR}/Mk/bsd.options.desc.mk" MULTI_EOL= : you have to choose at least one of them SINGLE_EOL= : you have to select exactly one of them RADIO_EOL= : you can only select none or one of them showconfig: .if !empty(COMPLETE_OPTIONS_LIST) @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}": .for opt in ${ALL_OPTIONS} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="on" ; ${ECHO_MSG} -n " ${opt}=$${match:-off}" . if !empty(${opt}_DESC) @${ECHO_MSG} -n ": "${${opt}_DESC:Q} . endif @${ECHO_MSG} "" .endfor #multi and conditional multis .for otype in MULTI GROUP SINGLE RADIO . for m in ${OPTIONS_${otype}} . if empty(${m}_DESC) @${ECHO_MSG} "====> Options available for the ${otype:L} ${m}${${otype}_EOL}" . else @${ECHO_MSG} "====> ${${m}_DESC}${${otype}_EOL}" . endif . for opt in ${OPTIONS_${otype}_${m}} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="on" ; ${ECHO_MSG} -n " ${opt}=$${match:-off}" . if !empty(${opt}_DESC) @${ECHO_MSG} -n ": "${${opt}_DESC:Q} . endif @${ECHO_MSG} "" . endfor . endfor .endfor .undef otype .undef m .undef opt @${ECHO_MSG} "===> Use 'make config' to modify these settings" .endif .endif # showconfig .if !target(showconfig-recursive) showconfig-recursive: @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME} and dependencies"; @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} showconfig); \ done .endif # showconfig-recursive .if !target(rmconfig) rmconfig: .if exists(${OPTIONSFILE}) -@${ECHO_MSG} "===> Removing user-configured options for ${PKGNAME}"; \ optionsdir=${OPTIONSFILE}; optionsdir=$${optionsdir%/*}; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${OPTIONSFILE} and $${optionsdir}"; \ ${SU_CMD} "${RM} -f ${OPTIONSFILE} ; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${RM} -f ${OPTIONSFILE}; \ ${RMDIR} $${optionsdir} 2>/dev/null || return 0; \ fi .endif .if exists(${OPTIONS_FILE}) -@${ECHO_MSG} "===> Removing user-configured options for ${PKGNAME}"; \ optionsdir=${OPTIONS_FILE}; optionsdir=$${optionsdir%/*}; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${OPTIONS_FILE} and $${optionsdir}"; \ ${SU_CMD} "${RM} -f ${OPTIONS_FILE} ; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${RM} -f ${OPTIONS_FILE}; \ ${RMDIR} $${optionsdir} 2>/dev/null || return 0; \ fi .else @${ECHO_MSG} "===> No user-specified options configured for ${PKGNAME}" .endif .endif # rmconfig .if !target(rmconfig-recursive) rmconfig-recursive: @${ECHO_MSG} "===> Removing user-specified options for ${PKGNAME} and dependencies"; @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} rmconfig); \ done .endif # rmconfig-recursive .if !target(pretty-print-config) MULTI_START= [ MULTI_END= ] GROUP_START= [ GROUP_END= ] SINGLE_START= ( SINGLE_END= ) RADIO_START= ( RADIO_END= ) pretty-print-config: .for opt in ${ALL_OPTIONS} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="+" ; ${ECHO_MSG} -n "$${match:--}${opt} " .endfor .for otype in MULTI GROUP SINGLE RADIO . for m in ${OPTIONS_${otype}} @${ECHO_MSG} -n "${m}${${otype}_START} " . for opt in ${OPTIONS_${otype}_${m}} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="+" ; ${ECHO_MSG} -n "$${match:--}${opt} " . endfor @${ECHO_MSG} -n "${${otype}_END} " . endfor .endfor .undef otype .undef m .undef opt @${ECHO_MSG} "" .endif # pretty-print-config desktop-categories: @categories=""; \ for native_category in ${CATEGORIES}; do \ c=""; \ case $$native_category in \ accessibility) c="Utility Accessibility" ;; \ archivers) c="Utility Archiving" ;; \ astro) c="Education Science Astronomy" ;; \ audio) c="AudioVideo Audio" ;; \ benchmarks) c="System" ;; \ biology) c="Education Science Biology" ;; \ cad) c="Graphics Engineering" ;; \ comms) c="Utility" ;; \ converters) c="Utility" ;; \ databases) c="Office Database" ;; \ deskutils) c="Utility" ;; \ devel) c="Development" ;; \ dns) c="Network" ;; \ elisp) c="Development" ;; \ editors) c="Utility" ;; \ emulators) c="System Emulator" ;; \ finance) c="Office Finance" ;; \ ftp) c="Network FileTransfer" ;; \ games) c="Game" ;; \ geography) c="Education Science Geography" ;; \ gnome) c="GNOME GTK" ;; \ graphics) c="Graphics" ;; \ hamradio) c="HamRadio" ;; \ haskell) c="Development" ;; \ irc) c="Network IRCClient" ;; \ java) c="Development Java" ;; \ kde) c="KDE Qt" ;; \ lang) c="Development" ;; \ lisp) c="Development" ;; \ mail) c="Office Email" ;; \ + mate) c="MATE GTK" ;; \ math) c="Education Science Math" ;; \ mbone) c="Network AudioVideo" ;; \ multimedia) c="AudioVideo" ;; \ net) c="Network" ;; \ net-im) c="Network InstantMessaging" ;; \ net-mgmt) c="Network" ;; \ net-p2p) c="Network P2P" ;; \ news) c="Network News" ;; \ palm) c="Office PDA" ;; \ parallel) c="ParallelComputing" ;; \ pear) c="Development WebDevelopment" ;; \ perl5) c="Development" ;; \ python) c="Development" ;; \ ruby) c="Development" ;; \ rubygems) c="Development" ;; \ scheme) c="Development" ;; \ science) c="Science Education" ;; \ security) c="System Security" ;; \ shells) c="System Shell" ;; \ sysutils) c="System" ;; \ tcl*|tk*) c="Development" ;; \ textproc) c="Utility TextTools" ;; \ www) c="Network" ;; \ x11-clocks) c="Utility Clock" ;; \ x11-fm) c="System FileManager" ;; \ xfce) c="GTK XFCE" ;; \ zope) c="Development WebDevelopment" ;; \ esac; \ if [ -n "$$c" ]; then \ categories="$$categories $$c"; \ fi; \ done; \ if [ -n "$$categories" ]; then \ for c in $$categories; do ${ECHO_MSG} "$$c"; done \ | ${SORT} -u | ${TR} '\n' ';'; \ ${ECHO_MSG}; \ fi # http://standards.freedesktop.org/menu-spec/menu-spec-latest.html DESKTOP_CATEGORIES_MAIN= AudioVideo Audio Video Development Education \ Game Graphics Network Office Science Settings System Utility DESKTOP_CATEGORIES_ADDITIONAL= Building Debugger IDE GUIDesigner Profiling \ RevisionControl Translation Calendar ContactManagement Database \ Dictionary Chart Email Finance FlowChart PDA ProjectManagement \ Presentation Spreadsheet WordProcessor 2DGraphics VectorGraphics \ RasterGraphics 3DGraphics Scanning OCR Photography Publishing Viewer \ TextTools DesktopSettings HardwareSettings Printing PackageManager \ Dialup InstantMessaging Chat IRCClient Feed FileTransfer HamRadio News \ P2P RemoteAccess Telephony TelephonyTools VideoConference WebBrowser \ WebDevelopment Midi Mixer Sequencer Tuner TV AudioVideoEditing Player \ Recorder DiscBurning ActionGame AdventureGame ArcadeGame BoardGame \ BlocksGame CardGame KidsGame LogicGame RolePlaying Shooter Simulation \ SportsGame StrategyGame Art Construction Music Languages \ ArtificialIntelligence Astronomy Biology Chemistry ComputerScience \ DataVisualization Economy Electricity Geography Geology Geoscience \ History Humanities ImageProcessing Literature Maps Math \ NumericalAnalysis MedicalSoftware Physics Robotics Spirituality Sports \ ParallelComputing Amusement Archiving Compression Electronics Emulator \ Engineering FileTools FileManager TerminalEmulator Filesystem Monitor \ Security Accessibility Calculator Clock TextEditor Documentation Adult \ - Core KDE GNOME XFCE GTK Qt Motif Java ConsoleOnly + Core KDE GNOME MATE XFCE GTK Qt Motif Java ConsoleOnly DESKTOP_CATEGORIES_RESERVED= Screensaver TrayIcon Applet Shell VALID_DESKTOP_CATEGORIES+= ${DESKTOP_CATEGORIES_MAIN} \ ${DESKTOP_CATEGORIES_ADDITIONAL} \ ${DESKTOP_CATEGORIES_RESERVED} check-desktop-entries: .if defined(DESKTOP_ENTRIES) @set -- ${DESKTOP_ENTRIES} XXX; \ if [ `${EXPR} \( $$# - 1 \) % 6` -ne 0 ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: the DESKTOP_ENTRIES list must contain one or more groups of 6 elements"; \ exit 1; \ fi; \ num=1; \ while [ $$# -gt 6 ]; do \ entry="#$$num"; \ if [ -n "$$4" ]; then \ entry="$$entry ($$4)"; \ elif [ -n "$$1" ]; then \ entry="$$entry ($$1)"; \ fi; \ if [ -z "$$1" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 1 (Name) is empty"; \ exit 1; \ fi; \ if ${ECHO_CMD} "$$3" | ${GREP} -iq '.\(png\|svg\|xpm\)$$'; then \ if ! ${ECHO_CMD} "$$3" | ${GREP} -iq '^/'; then \ ${ECHO_MSG} "${PKGNAME}: Makefile warning: in desktop entry $$entry: field 3 (Icon) should be either absolute path or icon name without extension if installed icons follow Icon Theme Specification"; \ fi; \ fi; \ if [ -z "$$4" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 4 (Exec) is empty"; \ exit 1; \ fi; \ if [ -n "$$5" ]; then \ for c in `${ECHO_CMD} "$$5" | ${TR} ';' ' '`; do \ if ! ${ECHO_CMD} ${VALID_DESKTOP_CATEGORIES} | ${GREP} -wq $$c; then \ ${ECHO_CMD} "${PKGNAME}: Makefile warning: in desktop entry $$entry: category $$c is not a valid desktop category"; \ fi; \ done; \ if ! ${ECHO_CMD} "$$5" | ${GREP} -q "`${ECHO_CMD} ${DESKTOP_CATEGORIES_MAIN} | ${SED} -E 's,[[:blank:]]+,\\\|,g'`"; then \ ${ECHO_CMD} "${PKGNAME}: Makefile warning: in desktop entry $$entry: field 5 (Categories) must contain at least one main desktop category (make -VDESKTOP_CATEGORIES_MAIN)"; \ fi; \ if ! ${ECHO_CMD} "$$5" | ${GREP} -q ';$$'; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 5 (Categories) does not end with a semicolon"; \ exit 1; \ fi; \ else \ if [ -z "`cd ${.CURDIR} && ${MAKE} desktop-categories`" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 5 (Categories) is empty and could not be deduced from the CATEGORIES variable"; \ exit 1; \ fi; \ fi; \ if [ "x$$6" != "xtrue" ] && [ "x$$6" != "xfalse" ] && [ "x$$6" != "x" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 6 (StartupNotify) is not \"true\", \"false\" or \"\"(empty)"; \ exit 1; \ fi; \ shift 6; \ num=`${EXPR} $$num + 1`; \ done .else @${DO_NADA} .endif .if !target(install-desktop-entries) install-desktop-entries: .if defined(DESKTOP_ENTRIES) @set -- ${DESKTOP_ENTRIES} XXX; \ if [ -z "${_DESKTOPDIR_REL}" ]; then \ ${ECHO_CMD} "@cwd ${DESKTOPDIR}" >> ${TMPPLIST}; \ fi; \ while [ $$# -gt 6 ]; do \ filename="`${ECHO_CMD} "$$4" | ${SED} -e 's,^/,,g;s,[/ ],_,g;s,[^_[:alnum:]],,g'`.desktop"; \ pathname="${STAGEDIR}${DESKTOPDIR}/$$filename"; \ categories="$$5"; \ if [ -z "$$categories" ]; then \ categories="`cd ${.CURDIR} && ${MAKE} desktop-categories`"; \ fi; \ ${ECHO_CMD} "${_DESKTOPDIR_REL}$$filename" >> ${TMPPLIST}; \ ${ECHO_CMD} "[Desktop Entry]" > $$pathname; \ ${ECHO_CMD} "Type=Application" >> $$pathname; \ ${ECHO_CMD} "Version=1.0" >> $$pathname; \ ${ECHO_CMD} "Name=$$1" >> $$pathname; \ comment="$$2"; \ if [ -z "$$2" ]; then \ comment="`cd ${.CURDIR} && ${MAKE} -VCOMMENT`"; \ fi; \ ${ECHO_CMD} "GenericName=$$comment" >> $$pathname; \ ${ECHO_CMD} "Comment=$$comment" >> $$pathname; \ if [ -n "$$3" ]; then \ ${ECHO_CMD} "Icon=$$3" >> $$pathname; \ fi; \ ${ECHO_CMD} "Exec=$$4" >> $$pathname; \ ${ECHO_CMD} "Categories=$$categories" >> $$pathname; \ if [ -n "$$6" ]; then \ ${ECHO_CMD} "StartupNotify=$$6" >> $$pathname; \ fi; \ shift 6; \ done; \ if [ -z "${_DESKTOPDIR_REL}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .else @${DO_NADA} .endif .endif .if !target(check-license) check-license: @${DO_NADA} .endif .if !target(ask-license) ask-license: @${DO_NADA} .endif .if !target(install-license) install-license: @${DO_NADA} .endif .if defined(WARNING) WARNING_WAIT?= 10 show-warnings: @${ECHO_MSG} "/!\\ WARNING /!\\" .for m in ${WARNING} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} @sleep ${WARNING_WAIT} check-makefile:: show-warnings .endif .if defined(DEVELOPER) .if defined(DEV_WARNING) DEV_WARNING_WAIT?= 10 show-dev-warnings: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" @${ECHO_MSG} .for m in ${DEV_WARNING} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} @sleep ${DEV_WARNING_WAIT} check-makefile:: show-dev-warnings .endif .if defined(DEV_ERROR) show-dev-errors: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" @${ECHO_MSG} .for m in ${DEV_ERROR} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} @${FALSE} check-makefile:: show-dev-errors .endif .endif #DEVELOPER .endif # End of post-makefile section. .endif # End of the DESTDIR if statement Index: head/Mk/bsd.sites.mk =================================================================== --- head/Mk/bsd.sites.mk (revision 334660) +++ head/Mk/bsd.sites.mk (revision 334661) @@ -1,1526 +1,1532 @@ # bsd.sites.mk - Popular master sites. # # Sites_MAINTAINER= ports@FreeBSD.org # # This file does not have any designated maintainer, so feel free to # commit to it yourself. However, it is generally a good idea to # notify the principal maintainer in case you have a change to one of # the software environments (KDE, GNOME, etc.). # # Also, this file is included from bsd.port.mk for all invocations, so # committing a syntax error to this file is a cardinal sin, and will # be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED. # You have been warned. :) # # Note: because it is included for all invocations, please keep the size # of this file manageable. If a distfile is unfetchable from the first # few dozen locations, it is unlikely to be fetchable from any past that, # and those fetch failures will simply waste time and bandwidth. Please # pick a globally representative subset. # # Note: all entries should terminate with a slash. # # $FreeBSD$ # # Where to put distfiles that don't have any other master site .if !defined(IGNORE_MASTER_SITE_LOCAL) MASTER_SITE_LOCAL+= \ http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ .endif ## ## KEEP THIS LIST SORTED ## .if !defined(IGNORE_MASTER_SITE_AFTERSTEP) MASTER_SITE_AFTERSTEP+= \ ftp://ftp.afterstep.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/AfterStep/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ALSA) MASTER_SITE_ALSA+= \ http://alsa.cybermirror.org/%SUBDIR%/ \ ftp://ftp.alsa-project.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ http://archive.apache.org/dist/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ http://apache.mirror.uber.com.au/%SUBDIR%/ \ http://apache.spd.co.il/%SUBDIR%/ \ http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \ ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/apache/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES) MASTER_SITE_APACHE_COMMONS_BINARIES+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/binaries,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_SOURCE) MASTER_SITE_APACHE_COMMONS_SOURCE+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/source,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_HTTPD) MASTER_SITE_APACHE_HTTPD+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_JAKARTA) MASTER_SITE_APACHE_JAKARTA+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT) MASTER_SITE_APACHE_TOMCAT+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_XML) MASTER_SITE_APACHE_XML+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,} .endif .if !defined(IGNORE_MASTER_SITE_BERLIOS) MASTER_SITE_BERLIOS+= \ http://download.berlios.de/%SUBDIR%/ \ http://download2.berlios.de/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CENKES) MASTER_SITE_CENKES+= \ http://bsd2.cenkes.org/%SUBDIR%/ \ http://bsd3.cenkes.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CHEESESHOP) MASTER_SITE_CHEESESHOP+= \ http://pypi.python.org/packages/%SUBDIR%/ \ http://c.pypi.python.org/packages/%SUBDIR%/ \ http://e.pypi.python.org/packages/%SUBDIR%/ \ http://f.pypi.python.org/packages/%SUBDIR%/ \ http://pypi.crate.io/packages/%SUBDIR%/ \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CRITICAL) MASTER_SITE_CRITICAL+= \ http://critical.ch/distfiles/%SUBDIR%/ \ http://energy.critical.ch/distfiles/%SUBDIR%/ \ http://snow.critical.ch/distfiles/%SUBDIR%/ \ http://fneu.fr/distfiles/%SUBDIR%/ \ ftp://ftp.c.saper.info/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CSME) MASTER_SITE_CSME+= ${MASTER_SITE_CENKES} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= \ http://www.gtlib.gatech.edu/pub/debian/%SUBDIR%/ \ ftp://ftp.us.debian.org/debian/%SUBDIR%/ \ ${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US) MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/debian/debian-non-US/&,} \ ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \ ftp://ftp.df.lth.se/pub/debian-non-US/%SUBDIR%/ \ ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \ ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) MASTER_SITE_DEBIAN_POOL+= \ ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME}/|} .endif .if !defined(IGNORE_MASTER_SITE_EASYSW) MASTER_SITE_EASYSW+= \ http://ftp.easysw.com/pub/%SUBDIR%/ \ ftp://ftp.easysw.com/pub/%SUBDIR%/ \ ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/ \ http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse.org/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops4/%SUBDIR%/ \ http://eclipse.org/downloads/download.php?mirror_id=96&r=1&file=/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) MASTER_SITE_EXIM+= \ ftp://ftp.exim.org/pub/exim/%SUBDIR%/ \ ftp://exim.inode.at/exim/%SUBDIR%/ \ ftp://exim-ftp.itsoft.at/exim/exim/%SUBDIR%/ \ http://exim-ftp.itsoft.at/exim/%SUBDIR%/ \ ftp://ftp.easynet.be/exim/exim/%SUBDIR%/ \ ftp://mirror.kn.vutbr.cz/pub/ftp.exim.org/exim/%SUBDIR%/ \ http://exim.mirror.fr/exim/%SUBDIR%/ \ http://mirrors.zerg.biz/exim/exim/%SUBDIR%/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://exim.noris.de/exim/%SUBDIR%/ \ ftp://ftp.bytemine.net/exim/exim/%SUBDIR%/ \ ftp://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ http://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/mail/exim/%SUBDIR%/ \ http://exim-ftp.octet.hu/exim/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/exim/%SUBDIR%/ \ http://ftp.heanet.ie/pub/exim/%SUBDIR%/ \ http://washitake.com/mail/exim/mirror/exim/%SUBDIR%/ \ ftp://ftp.tin.org/pub/mail/exim/%SUBDIR%/ \ http://exim.psshee.com/ftp/exim/%SUBDIR%/ \ ftp://mirror.hostfuss.com/exim/ftp/exim/%SUBDIR%/ \ http://mirror.hostfuss.com/exim/ftp/exim/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/%SUBDIR%/ \ ftp://sunsite.uio.no/pub/mail/exim/exim/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ ftp://ftp.is.co.za/networking/mail/mta/exim/ftp/exim/%SUBDIR%/ \ ftp://mirrors.dominios.pt/pub/ftp.exim.org/exim/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/exim/exim/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/exim/exim/%SUBDIR%/ \ ftp://ftp.reaper.org/pub/exim/exim/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/exim/exim/%SUBDIR%/ \ ftp://ftp.demon.co.uk/pub/mirrors/exim/%SUBDIR%/ \ ftp://mirror.tje.me.uk/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ http://mirror.tje.me.uk/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://ftp.fsckit.net/pub/exim/exim/%SUBDIR%/ \ ftp://idcnetwork.org/pub/exim/exim/%SUBDIR%/ \ http://ftp.exim.llorien.org/exim/%SUBDIR% .endif .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) MASTER_SITE_FEDORA_LINUX+= \ http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \ http://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ ftp://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ http://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ ftp://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ http://rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ ftp://fedora.mirrors.tds.net/pub/fedora-core/%SUBDIR%/ \ http://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.belnet.be/linux/fedora/linux/core/%SUBDIR%/ \ http://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \ ftp://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \ ftp://ultra.linux.cz/pub/fedora/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \ http://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \ ftp://alviss.et.tudelft.nl/pub/fedora/core/%SUBDIR%/ \ http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uninett.no/pub/linux/Fedora/core/%SUBDIR%/ \ http://ftp.man.poznan.pl/pub/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.man.poznan.pl/pub/linux/fedora/%SUBDIR%/ \ http://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/%SUBDIR%/ \ http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.hostrino.com/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \ ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/Linux/fedora/core/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \ ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \ http://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \ ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.netglobalis.net/pub/fedora/%SUBDIR%/ \ http://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \ ftp://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \ http://ftp.univie.ac.at/systems/linux/fedora/core/%SUBDIR%/ \ http://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \ http://fedora.mirror.iweb.ca/core/%SUBDIR%/ \ ftp://fedora.mirror.iweb.ca/core/%SUBDIR%/ \ ftp://ftp.telus.net/pub/fedora/linux/core/%SUBDIR%/ \ http://fedora.arcticnetwork.ca/linux/core/%SUBDIR%/ \ http://www.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/fedora/linux/core/%SUBDIR%/ \ http://mirror.karneval.cz/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/%SUBDIR%/ \ http://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \ ftp://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \ http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \ ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \ http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/%SUBDIR%/ \ ftp://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core/%SUBDIR%/ \ http://ftp.uni-bayreuth.de/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/linux/fedora/core/%SUBDIR%/ \ http://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.com/fedora/core/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.univ-pau.fr/pub/mirrors/fedora/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/linux/distributions/fedora/%SUBDIR%/ \ http://fr.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ http://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \ ftp://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \ http://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \ http://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.riken.jp/Linux/fedora/core/%SUBDIR%/ \ ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/%SUBDIR%/ \ ftp://fedora.ifc.unam.mx/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/%SUBDIR%/ \ ftp://ftp.uib.no/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.tpnet.pl/d17/fedora/%SUBDIR%/ \ http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/%SUBDIR%/ \ http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/%SUBDIR%/ \ http://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ http://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.port80.se/fedora/core/%SUBDIR%/ \ ftp://ftp.port80.se/fedora/core/%SUBDIR%/ \ http://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/%SUBDIR%/ \ http://limestone.uoregon.edu/ftp/fedora/%SUBDIR%/ \ ftp://limestone.uoregon.edu/fedora/%SUBDIR%/ \ ftp://fedora.bu.edu/core/%SUBDIR%/ \ http://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \ ftp://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.applios.net/pub/fedora/linux/core/%SUBDIR%/ \ http://mirror.steadfast.net/fedora/core/%SUBDIR%/ \ http://mirror.eas.muohio.edu/fedora/linux/core/%SUBDIR%/ \ http://mirror.engr.sjsu.edu/pub/fedora/linux/core/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ http://mirror.cogentco.com/pub/linux/fedora/linux/core/%SUBDIR%/ \ http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL) MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ http://www.cstr.ed.ac.uk/downloads/festival/%SUBDIR%/ \ http://stuff.mit.edu/afs/sipb/project/speech-tools/src/festival/festvox.org/packed/festival/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL_OGI) MASTER_SITE_FESTIVAL_OGI+= \ ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.ogi-synth_home/ \ http://www.cslu.ogi.edu/tts/download/data/ .endif # # FreeBSD mirror sites # # For the full list, see the Handbook: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html # .if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG) MASTER_SITE_FREEBSD_ORG+= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FRUGALWARE) MASTER_SITE_FRUGALWARE+= \ ftp://ftp7.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp2.frugalware.org/mirror/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp6.frugalware.org/mirrors/linux/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp3.frugalware.org/mirrors/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp9.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GCC) MASTER_SITE_GCC+= \ ${MASTER_SITE_SOURCEWARE:S,%SUBDIR%,gcc/&,} \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/gcc/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/gnu/gnu/gcc/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/ \ ftp://ftp.nluug.nl/mirror/languages/gcc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/gnu/gcc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GENTOO) MASTER_SITE_GENTOO+= \ http://gentoo.mirrors.pair.com/%SUBDIR%/ \ http://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ http://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ http://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ http://darkstar.ist.utl.pt/gentoo/%SUBDIR%/ \ http://gentoo.inode.at/%SUBDIR%/ \ http://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ http://gentoo.gg3.net/%SUBDIR%/ \ http://gentoo.kems.net/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/gentoo/%SUBDIR%/ \ ftp://mirror.iawnet.sandia.gov/pub/gentoo/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/%SUBDIR%/ \ ftp://gentoo.mirrors.pair.com/%SUBDIR%/ \ ftp://mirrors.tds.net/pub/gentoo/%SUBDIR% \ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ ftp://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/gentoo/%SUBDIR%/ \ ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/%SUBDIR%/ \ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/%SUBDIR%/ \ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ ftp://darkstar.ist.utl.pt/pub/gentoo/%SUBDIR%/ \ ftp://gentoo.inode.at/source/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ ftp://files.gentoo.gr/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GITHUB) # # In order to use GitHub your port must define USE_GITHUB and the following # variables: # # GH_ACCOUNT - account name of the GitHub user hosting the project # default: not set, mandatory # # GH_PROJECT - name of the project on GitHub # default: ${PORTNAME} # # GH_TAGNAME - name of the tag to download (2.0.1, hash, ...) # Using the name of a branch here is incorrect. It is # possible to do GH_TAGNAME=${GH_COMMIT} to do a snapshot # default: ${DISTVERSION} # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # default: not set, mandatory # .if defined(USE_GITHUB) .if defined(GH_TAGNAME) && ${GH_TAGNAME} == master IGNORE?= Using master as GH_TAGNAME is invalid. \ Must use a tag or commit hash so the upstream does\ not "reroll" as soon as the branch is updated .endif MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% \ http://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR% .if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} MASTER_SITES+= GH GHC .endif GH_PROJECT?= ${PORTNAME} GH_TAGNAME?= ${DISTVERSION} FETCH_ARGS= -Fpr .endif .endif # # GitHub files can also be obtained, without the commit hashes, by doing: # # MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ # FETCH_ARGS= -Fpr # .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/gnome/%SUBDIR%/ \ http://linorg.usp.br/gnome/%SUBDIR%/ \ http://mirror.aarnet.edu.au/pub/gnome/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ \ http://ftp.gnome.org/pub/GNOME/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ http://mirrors.kernel.org/gnu/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/GNU/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,GNU/&,} \ ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/%SUBDIR%/ \ ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/%SUBDIR%/ \ http://ftp.funet.fi/pub/gnu/prep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ http://dotsrc.org/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ http://artfiles.org/gnupg.org/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) MASTER_SITE_GNUSTEP+= \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ http://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP_CH) MASTER_SITE_GNUSTEP_CH+= \ http://io.debian.net/~tar/ports/distfiles/ .endif .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \ ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) PROJECTHOST?= ${PORTNAME} MASTER_SITE_GOOGLE_CODE+= \ http://${PROJECTHOST}.googlecode.com/files/ .endif .if !defined(IGNORE_MASTER_SITE_HORDE) MASTER_SITE_HORDE+= \ http://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.at.horde.org/infosys/webapps/horde/%SUBDIR%/ \ ftp://ftp.se.horde.org/mirror/horde/pub/%SUBDIR%/ \ ftp://ftp.tw.horde.org/pub/%SUBDIR%/ \ ftp://ftp.us.horde.org/pub/software/horde//%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.chg.ru/pub/games/idgames/idstuff/%SUBDIR%/ \ http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \ http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \ ftp://freebsd.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ISC) MASTER_SITE_ISC+= \ http://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KENAI) MASTER_SITE_KENAI+= \ http://projectkenai.com/downloads/%SUBDIR%/ .endif # List: http://download.kde.org/extra/mirrors.html # Updated: 2012-10-26 .if !defined(IGNORE_MASTER_SITE_KDE) MASTER_SITE_KDE+= \ ftp://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/%SUBDIR%/ \ http://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/KDE/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/kde/%SUBDIR%/ \ http://gd.tuwien.ac.at/kde/%SUBDIR%/ \ http://kde.mirrors.tds.net/pub/kde/%SUBDIR%/ \ ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/%SUBDIR%/ \ http://mirrors.dotsrc.org/kde/%SUBDIR%/ \ ftp://mirrors.dotsrc.org/kde/%SUBDIR%/ \ ftp://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ ftp://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/kde/%SUBDIR%/ \ http://ftp.sunet.se/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.belnet.be/packages/kde/%SUBDIR%/ \ http://ftp.belnet.be/packages/kde/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ http://www-ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/kde/%SUBDIR%/ \ http://ftp.rhnet.is/pub/kde/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.cronyx.ru/pub/mirror/kde/%SUBDIR%/ \ http://ftp.twaren.net/Unix/X/KDE/%SUBDIR%/ \ ftp://ftp.na.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/kde/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ http://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ http://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ http://ftp.cs.pu.edu.tw/pub/kde/%SUBDIR%/ \ http://kde.mirror.uber.com.au/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/kde/%SUBDIR%/ \ http://ftp.ussg.iu.edu/kde/%SUBDIR%/ \ ftp://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ http://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ ftp://carroll.aset.psu.edu/pub/kde/%SUBDIR%/ \ http://mirror.cc.columbia.edu/pub/software/kde/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://master.kde.org/%SUBDIR%/ \ http://ftp.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ http://kde-mirror.freenux.org/%SUBDIR%/ \ http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/kde/&,} \ ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://download.kde.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LOGILAB) MASTER_SITE_LOGILAB+= \ http://download.logilab.org/pub/%SUBDIR%/ \ http://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.fr/pub/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_MATE) +MASTER_SITE_MATE+= \ + http://pub.mate-desktop.org/releases/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_MOZDEV) MASTER_SITE_MOZDEV+= \ http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \ http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/%SUBDIR%/ \ http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \ http://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \ http://mozdev.oregonstate.edu/%SUBDIR%/ \ http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \ http://www.devlib.org/mozdev/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \ http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/%SUBDIR%/ \ http://ftp.osuosl.org/pub/mozdev/%SUBDIR%/ .endif # releases.mozilla.org mirror sites # # For the full list, see the following: # # http://www.mozilla.org/mirrors.html # .if !defined(IGNORE_MASTER_SITE_MOZILLA) MASTER_SITE_MOZILLA+= \ https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror3.mirrors.tds.net/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.isc.org/pub/mozilla.org/%SUBDIR%/ \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii01.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii02.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.mtk.nao.ac.jp/pub/mozilla.org/%SUBDIR%/ \ http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.c3sl.ufpr.br/releases/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/%SUBDIR%/ \ ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/mozilla/&,} \ http://ftp.twaren.net/Unix/Mozilla/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED) MASTER_SITE_MOZILLA_EXTENDED+= \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ${MASTER_SITE_MOZILLA} .endif .if !defined(IGNORE_MASTER_SITE_MPLAYERHQ) MASTER_SITE_MPLAYERHQ+= \ http://www.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www2.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www3.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www5.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp5.mplayerhq.hu/MPlayer/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MYSQL) MASTER_SITE_MYSQL+= \ ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.cybercity.dk/Downloads/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \ http://netmirror.org/mirror/mysql.com/Downloads/%SUBDIR%/ \ ftp://netmirror.org/mysql.com/Downloads/%SUBDIR%/ \ http://mirrors.ntua.gr/MySQL/Downloads/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/%SUBDIR%/ \ http://mysql.sote.hu/Downloads/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.widexs.nl/pub/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/mysql/Downloads/%SUBDIR%/ \ http://mysql.dp.ua/Downloads/%SUBDIR%/ \ http://mysql.mirrored.ca/Downloads/%SUBDIR%/ \ ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.pair.com/Downloads/%SUBDIR%/ \ ftp://ftp.linorg.usp.br/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.cbn.net.id/mirror/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \ http://download.softagency.net/MySQL/Downloads/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETBSD) MASTER_SITE_NETBSD+= \ ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \ ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/\ ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.demon.co.uk/pub/mirrors/NetBSD/packages/distfiles/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,NetBSD/packages/distfiles/&,} \ ftp://ftp.dti.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/NetBSD/packages/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETLIB) MASTER_SITE_NETLIB+= \ ftp://ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.org/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ ftp://ftp.netlib.no/netlib/%SUBDIR%/ \ http://www.netlib.no/netlib/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://artfiles.org/netlib.org/%SUBDIR%/ \ http://netlib.amss.ac.cn/%SUBDIR%/ \ http://netlib.caspur.it/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ \ http://phase.hpcc.jp/mirrors/netlib/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NVIDIA) MASTER_SITE_NVIDIA+= \ http://jp.download.nvidia.com/%SUBDIR%/ \ http://us.download.nvidia.com/%SUBDIR%/ \ http://tw.download.nvidia.com/%SUBDIR%/ \ http://download.nvidia.com/%SUBDIR%/ \ http://download1.nvidia.com/%SUBDIR%/ \ ftp://download.nvidia.com/%SUBDIR%/ \ ftp://download1.nvidia.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ http://anga.funkfeuer.at/ftp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp5.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://rt.fm/pub/OpenBSD/%SUBDIR%/ \ http://ftp.heanet.ie/pub/OpenBSD/%SUBDIR%/ \ http://ftp.belnet.be/packages/openbsd/%SUBDIR%/ \ http://mirror.pacific.net.au/OpenBSD/%SUBDIR%/ \ http://ftp.openbsd.dk/pub/OpenBSD/%SUBDIR%/ \ http://ftp.estpak.ee/pub/OpenBSD/%SUBDIR%/ \ http://mirror.internode.on.net/pub/OpenBSD/%SUBDIR%/ \ http://ftp.chg.ru/pub/OpenBSD/%SUBDIR%/ \ http://ftp.arcane-networks.fr/pub/OpenBSD/%SUBDIR%/ \ http://ftp.netbsd.se/OpenBSD/%SUBDIR%/ \ http://openbsd.cs.pu.edu.tw/%SUBDIR%/ \ http://www.mirrorservice.org/pub/OpenBSD/%SUBDIR%/ \ http://mirror.switch.ch/ftp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.cc.uoc.gr/mirrors/OpenBSD/%SUBDIR%/ \ http://mirror.hostfuss.com/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.stacken.kth.se/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.ca.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.freebsdchina.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.dkuug.dk/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.jyu.fi/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.inet.no/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.gamma.ru/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.rediris.es/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.su.se/pub/OpenBSD/%SUBDIR%/ \ ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/%SUBDIR%/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/%SUBDIR%/ \ ftp://openbsd.mirrors.tds.net/pub/OpenBSD/%SUBDIR%/ \ http://mirrors.nic.funet.fi/pub/OpenBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OSSP) MASTER_SITE_OSSP+= \ ftp://ftp.ossp.org/pkg/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ http://dl.packetstormsecurity.net/%SUBDIR%/ \ http://packetstorm.codar.com.br/%SUBDIR%/ \ http://packetstorm.igor.onlinedirect.bg/%SUBDIR%/ \ http://packetstorm.interhost.co.il/%SUBDIR%/ \ http://packetstorm.foofus.com/%SUBDIR%/ \ http://packetstorm.tacticalflex.com/%SUBDIR%/ \ http://packetstorm.unixteacher.org/%SUBDIR%/ \ http://packetstorm.wowhacker.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) _PERL_CPAN_SORT?= modules/by-module # Please add URI to MASTER_SITE_PERL_CPAN_BY instead of this one. MASTER_SITE_PERL_CPAN?= MASTER_SITE_PERL_CPAN_BY+= \ ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.dk/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/%CPANSORT%/%SUBDIR%/ \ http://at.cpan.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.auckland.ac.nz/pub/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIR%/ \ http://www.cpan.dk/modules/by-module/%SUBDIR%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/} _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/} .if !empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:L} == "cpan" _PERL_CPAN_SORT=authors/id/${_PERL_CPAN_ID} MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIR%\///} .else MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/} .endif .endif # # PostgreSQL mirror sites # # For the full list, see the following: # # http://wwwmaster.postgresql.org/download/mirrors-ftp # # Before update mirror list please consult with fenner's distfiles survey. # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp.gr.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \ ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \ http://ftp2.jp.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.lv.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \ ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ http://dk1.php.net/%SUBDIR%/ \ http://de.php.net/%SUBDIR%/ \ http://es.php.net/%SUBDIR%/ \ http://fr.php.net/%SUBDIR%/ \ http://gr.php.net/%SUBDIR%/ \ http://it.php.net/%SUBDIR%/ \ http://jp.php.net/%SUBDIR%/ \ http://se.php.net/%SUBDIR%/ \ http://uk3.php.net/%SUBDIR%/ \ http://us2.php.net/%SUBDIR%/ \ http://br.php.net/%SUBDIR%/ \ http://cn.php.net/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/php/&,} .endif .if !defined(IGNORE_MASTER_SITE_PYTHON) MASTER_SITE_PYTHON+= \ http://www.python.org/%SUBDIR%/ \ http://python.ilisys.com.au/%SUBDIR%/ \ http://www.linux.org.hk/mirror/python/%SUBDIR%/ \ http://mirrors.sunsite.dk/pythonwww/%SUBDIR%/ \ http://python.emdia.fi/%SUBDIR%/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/%SUBDIR%/ \ http://www.auth.gr/mirrors/python/%SUBDIR%/ \ http://www.cwi.nl/www.python.org/%SUBDIR%/ \ http://gnu.kookel.org/ftp/www.python.org/%SUBDIR%/ \ http://python.holywar.net/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Python/pub/www.python.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QMAIL) MASTER_SITE_QMAIL+= \ http://qmail.geto.net/%SUBDIR%/ \ http://qmail.palomine.net/%SUBDIR%/ \ http://qmail.mirrors.summersault.com/%SUBDIR%/ \ http://qmail.cdsinet.net/%SUBDIR%/ \ http://qmail.glasswings.com.au/%SUBDIR%/ \ http://qmail.psshee.com/%SUBDIR%/ \ http://mirrors.sunsite.dk/qmailwww/%SUBDIR%/ \ http://www.agria.hu/qmail/%SUBDIR%/ \ http://qmail.rhnet.is/%SUBDIR%/ \ http://mirrors.dataloss.nl/www.qmail.org/%SUBDIR%/ \ http://www.math.ntnu.no/mirror/www.qmail.org/%SUBDIR%/ \ http://qmail.netvisao.pt/%SUBDIR%/ \ http://qmail.ipg.sk/%SUBDIR%/ \ http://qmail.omnis.ch/%SUBDIR%/ \ http://qmail.asylog.net/%SUBDIR%/ \ http://qmail.blueyonder.co.uk/%SUBDIR%/ \ http://www.qmail.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QT) MASTER_SITE_QT+= \ http://download.qt-project.org/%SUBDIR%/ \ http://master.qt-project.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ http://qtmirror.ics.com/pub/qtproject/%SUBDIR%/ \ http://anychimirror101.mirrors.tds.net/pub/Qt/%SUBDIR%/ \ http://www.las.ic.unicamp.br/pub/qtproject/%SUBDIR%/ \ http://linorg.usp.br/Qt/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/ \ http://mirrors.neusoft.edu.cn/qt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_REDHAT_LINUX) MASTER_SITE_REDHAT_LINUX+= \ http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/redhat/linux/%SUBDIR%/ \ ftp://mirror.cs.wisc.edu/pub/mirrors/linux/redhat/%SUBDIR%/ \ ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/linux/redhat/linux/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/Linux/redhat/linux/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/%SUBDIR%/ .endif # # RingServers in Japan # # # Note: If you know which of the RingServers is nearest to you, # please specify it in your /etc/make.conf. (The server list is # available at http://www.ring.gr.jp/) # # You can choose either http or ftp to access to a server: # # http:///archives/%SUBDIR%/ # ftp:///pub/%SUBDIR%/ # # {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the # least busy servers at the moment at the DNS lookup level. (safe to # use with "fetch -A") # # {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest # servers at the DNS lookup level. (safe to use with "fetch -A") # .if !defined(IGNORE_MASTER_SITE_RINGSERVER) MASTER_SITE_RINGSERVER+= \ http://ring.nict.go.jp/archives/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.SpringDaemons.com/pub/ruby/ruby/%SUBDIR%/ \ http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \ ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/ruby/&,} \ ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \ ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \ ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \ http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ .endif # See http://rubyforge.org/credits/ .if !defined(IGNORE_MASTER_SITE_RUBYFORGE) MASTER_SITE_RUBYFORGE+= \ http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/ .endif # See http://rubygems.org/pages/about .if !defined(IGNORE_MASTER_SITE_RUBYGEMS) MASTER_SITE_RUBYGEMS+= \ http://production.s3.rubygems.org/gems/%SUBDIR%/ \ http://production.cf.rubygems.org/gems/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SAMBA) MASTER_SITE_SAMBA+= \ http://ftp.samba.org/pub/%SUBDIR%/ \ ftp://ca.samba.org/pub/%SUBDIR%/ \ ftp://de.samba.org/pub/%SUBDIR%/ \ ftp://ftp.easynet.be/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/samba/&,} .endif # List: http://download.savannah.gnu.org/mirmon/ .if !defined(IGNORE_MASTER_SITE_SAVANNAH) MASTER_SITE_SAVANNAH+= \ http://nongnu.askapache.com/%SUBDIR%/ \ http://mirror.lihnidos.org/GNU/savannah/%SUBDIR%/ \ http://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \ ftp://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \ http://gnu.mirrors.pair.com/savannah/savannah/%SUBDIR%/ \ ftp://gnu.mirrors.pair.com/savannah/%SUBDIR%/ \ http://download-mirror.savannah.gnu.org/releases/%SUBDIR%/ .endif # List: http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors # Updated: 2013-03-25 .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) .for mirror in heanet sunet iweb switch freefr garr aarnet jaist master \ nchc ncu internode waix hivelocity superb-dca3 ufpr tenet \ netcologne ignum kent kaz MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/ .endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_JP) .for mirror in iij jaist keihanna osdn MASTER_SITE_SOURCEFORGE_JP+= \ http://${mirror}.dl.sourceforge.jp/%SUBDIR%/ .endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEWARE) MASTER_SITE_SOURCEWARE+= \ http://mirrors.kernel.org/sources.redhat.com/%SUBDIR%/ \ http://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \ http://ftp.cs.pu.edu.tw/Linux/sourceware/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUDO) MASTER_SITE_SUDO+= \ http://www.sudo.ws/sudo/dist/ \ http://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ http://sudo.p8ra.de/sudo/dist/ \ http://sudo.cybermirror.org/ \ http://sudo-ftp.basemirror.de/ \ http://core.ring.gr.jp/archives/misc/sudo/ \ http://www.ring.gr.jp/archives/misc/sudo/ \ http://ftp.twaren.net/Unix/Security/Sudo/ \ ftp://ftp.sudo.ws/pub/sudo/ \ ftp://plier.ucar.edu/pub/sudo/ \ ftp://obsd.isc.org/pub/sudo/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://ftp.tuwien.ac.at/utils/admin-tools/sudo/ \ ftp://sunsite.ualberta.ca/pub/Mirror/sudo/ \ ftp://zoot.tele.dk/pub/sudo/ \ ftp://ftp.in2p3.fr/pub/sudo/ \ ftp://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ ftp://ftp.usbm.de/pub/sudo/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/sudo/ \ ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/sudo/ \ ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/sudo/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/misc/sudo/ \ ftp://core.ring.gr.jp/pub/misc/sudo/ \ ftp://ftp.ring.gr.jp/pub/misc/sudo/ \ ftp://sunsite.icm.edu.pl/packages/sudo/ \ ftp://mirror.cdmon.com/pub/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ .endif .if !defined(IGNORE_MASTER_SITE_SUNSITE) MASTER_SITE_SUNSITE+= \ http://www.ibiblio.org/pub/Linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/Linux/%SUBDIR%/ \ ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/%SUBDIR%/ \ ftp://ftp.etsimo.uniovi.es/pub/linux/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/linux/sunsite/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/metalab/%SUBDIR%/ \ ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.sun.ac.za/pub/mirrors/sunsite.unc.edu/pub/Linux/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUSE) MASTER_SITE_SUSE+= \ http://mirrors.usc.edu/pub/linux/distributions/suse/%SUBDIR%/ \ http://mirror.usu.edu/mirrors/suse/%SUBDIR%/ \ ftp://mirror.mcs.anl.gov/pub/suse/%SUBDIR%/ \ ftp://chuck.ucs.indiana.edu/linux/suse/suse/%SUBDIR%/ \ ftp://ftp.oregonstate.edu/pub/suse/suse/%SUBDIR%/ \ ftp://ftp.sunsite.utk.edu/pub/linux/suse/suse/%SUBDIR%/ \ http://sunsite.utk.edu/ftp/pub/linux/suse/suse/%SUBDIR%/ \ http://mirror.tamu.edu/suse/%SUBDIR%/ \ ftp://ftp.empiricalnetworks.com/pub/suse/%SUBDIR%/ \ http://suse.cs.utah.edu/suse/%SUBDIR%/ \ ftp://ftp.belnet.be/linux/suse/suse/%SUBDIR%/ \ http://ftp.unicamp.br/pub/suse/%SUBDIR%/ \ ftp://mirrors.netbg.com/suse/%SUBDIR%/ \ http://ftp.sh.cvut.cz/MIRRORS/SuSE/pub/%SUBDIR%/ \ ftp://ftp.linux.ee/pub/suse/suse/%SUBDIR%/ \ ftp://garbo.uwasa.fi/pub/mirrors/suse/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/SuSE-Linux/%SUBDIR%/ \ http://ftp.iut-bm.univ-fcomte.fr/Suse/suse/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/suse/%SUBDIR%/ \ ftp://ftp.rz.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.tu-chemnitz.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.tu-cottbus.de/pub/unix/linux/suse.com/suse/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/Linux/MIRROR.suse/pub/suse/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.hs.uni-hamburg.de/pub/unix/linux/suse/%SUBDIR%/ \ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/suse/%SUBDIR%/ \ http://ftp.tu-ilmenau.de/Mirrors/ftp.suse.com/%SUBDIR%/ \ ftp://ftp.uni-kassel.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.uni-rostock.de/pub/systems/unix/linux/suse/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.uni-kl.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.uni-siegen.de/pub/suse/%SUBDIR%/ \ ftp://ftp.uni-mainz.de/pub/software/Linux/suse/%SUBDIR%/ \ ftp://ftp.uni-heidelberg.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-ulm.de/pub/mirrors/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-wuerzburg.de/pub/linux/MIRROR.suse/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/.disk1/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-kiel.de/pub2/linux/suse/%SUBDIR%/ \ http://mirrors.sth.sze.hu/linux/suse/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.suse.com/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.unina.it/pub/linux/distributions/SuSE/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.uniroma2.it/Linux/suse/pub/suse/%SUBDIR%/ \ ftp://ftp.riken.jp/Linux/suse/suse/%SUBDIR%/ \ ftp://ftp.kddilabs.jp/Linux/packages/SuSE/suse/%SUBDIR%/ \ ftp://ftp.novell.co.jp/pub/suse/suse/%SUBDIR%/ \ ftp://ftp.kreonet.re.kr/pub/Linux/suse/%SUBDIR%/ \ http://ftp.tpnet.pl/vol/d7/ftp.suse.com/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/packages/linux-suse/%SUBDIR%/ \ http://ftp.idilis.ro/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/Linux/distributions/suse/suse/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/SuSE/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/SuSE/suse/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/SuSE/%SUBDIR%/ \ ftp://ftp.kde.org/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ http://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ ftp://ftp.is.co.za/linux/distributions/suse/%SUBDIR%/ \ http://ftp.sun.ac.za/ftp/mirrorsites/suse/%SUBDIR%/ \ ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/%SUBDIR%/ \ ftp://ftp.cb.spb.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \ ftp://ftp.neva.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/SuSE/suse/%SUBDIR%/ \ http://mirror.pacific.net.au/linux/suse/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/suse/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TCLTK) MASTER_SITE_TCLTK+= \ ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://sunsite.utk.edu/pub/tcl/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) MASTER_SITE_TEX_CTAN+= \ ftp://ctan.unsw.edu.au/tex-archive/%SUBDIR%/ \ ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/CTAN/%SUBDIR%/ \ ftp://ctan.tug.org/tex-archive/%SUBDIR%/ \ ftp://ftp.dante.de/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/CTAN/&,} \ ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/ \ ftp://mirror.macomnet.net/pub/CTAN/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_THEMES) MASTER_SITE_THEMES+= \ http://download.freshmeat.net/themes/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/opsys/linux/freshmeat/themes/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TUCOWS) .for mirror in ankara blueyonder casemanl chariot clix dataphone dialog epix \ fastweb genotec hellasonline iinets inspirenet latvia mclink netvisao \ ns-linux nyi otenet personainternet pl-task ukms MASTER_SITE_TUCOWS+= \ http://${mirror}.linux.tucows.com/files/%SUBDIR%/ .endfor MASTER_SITE_TUCOWS+= \ http://www12.tucows.com/linux/files/%SUBDIR%/ \ http://linux.tucows.gunadarma.ac.id/files/%SUBDIR%/ .endif # List: http://www.vim.org/mirrors.php # Updated: 2013-08-19 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ http://ftp.vim.org/pub/vim/unix/ \ http://artfiles.org/vim.org/unix/ \ http://ftp.gr.vim.org/pub/vim/unix/ \ http://ftp.stut.edu.tw/vim/unix/ \ http://ftp.tw.vim.org/pub/vim/unix/ \ http://ftp.vim.ossmirror.de/pub/vim/unix/ \ http://ftp2.jp.vim.org/pub/vim/unix/ \ http://ftp2.kr.vim.org/pub/vim/unix/ \ http://ftp2.tw.vim.org/pub/vim/unix/ \ http://ftp2.uk.vim.org/pub/vim/unix/ \ http://servingzone.com/mirrors/vim/unix/ \ http://tweedo.com/mirror/ftp.vim.org/unix/ \ http://vim.cybermirror.org/unix/ \ http://vim.mirror.fr/unix/ \ ftp://ftp.home.vim.org/pub/vim/unix/ \ ftp://artfiles.org/vim.org/unix/ \ ftp://ftp.ar.vim.org/pub/vim/unix/ \ ftp://ftp.ca.vim.org/pub/vim/unix/ \ ftp://ftp.de.vim.org/unix/ \ ftp://ftp.gr.vim.org/pub/vim/unix/ \ ftp://ftp.is.vim.org/pub/vim/unix/ \ ftp://ftp.jp.vim.org/pub/vim/unix/ \ ftp://ftp.pl.vim.org/pub/vim/unix/ \ ftp://ftp.stut.edu.tw/pub/vim/unix/ \ ftp://ftp.uk.vim.org/pub/vim/unix/ \ ftp://ftp.za.vim.org/mirrors/ftp.vim.org/unix/ \ ftp://ftp2.kr.vim.org/pub/vim/unix/ \ ftp://ftp2.tw.vim.org/pub/vim/unix/ \ ftp://ftp2.uk.vim.org/pub/vim/unix/ \ ftp://ftp3.de.vim.org/pub/vim/unix/ \ ftp://vim.tsu.ru/pub/vim/unix/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER) MASTER_SITE_WINDOWMAKER+= \ ftp://ftp.windowmaker.info/pub/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/X11/window-managers/windowmaker/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XCONTRIB) MASTER_SITE_XCONTRIB+= \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/%SUBDIR%/ \ ftp://ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp2.x.org/contrib/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} .endif .if !defined(IGNORE_MASTER_SITE_XEMACS) MASTER_SITE_XEMACS+= \ http://ftp.it.xemacs.org/%SUBDIR%/ \ http://ftp.pt.xemacs.org/%SUBDIR%/ \ http://xemacsftp.hkmirror.org/%SUBDIR%/ \ http://ftp.dti.ad.jp/pub/unix/editor/xemacs/%SUBDIR%/ \ http://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.be.xemacs.org/xemacs/%SUBDIR%/ \ ftp://ftp.ch.xemacs.org/mirror/xemacs/%SUBDIR%/ \ ftp://ftp.de.xemacs.org/pub/ftp.xemacs.org/tux/xemacs/%SUBDIR%/ \ ftp://ftp.fi.xemacs.org/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/%SUBDIR%/ \ ftp://ftp.fr.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.gr.xemacs.org/mirrors/XEmacs/ftp/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.xemacs.org/%SUBDIR%/ \ ftp://ftp.ie.xemacs.org/mirrors/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.no.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.pasteur.fr/pub/computing/xemacs/%SUBDIR%/ \ ftp://ftp.sa.xemacs.org/pub/xemacs.org/%SUBDIR%/ \ ftp://ftp.se.xemacs.org/pub/gnu/xemacs/%SUBDIR%/ \ ftp://ftp.tw.xemacs.org/Unix/Editors/XEmacs/%SUBDIR%/ \ ftp://ftp.uk.xemacs.org/sites/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/misc/xemacs/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/xemacs/&,} .endif .if !defined(IGNORE_MASTER_SITE_XFCE) MASTER_SITE_XFCE+= \ http://mirror.perldude.de/archive.xfce.org/%SUBDIR%/ \ http://mirror.netcologne.de/xfce/%SUBDIR%/ \ http://ftp.udc.es/xfce/%SUBDIR%/ \ http://xfce.mirror.uber.com.au/%SUBDIR%/ \ http://archive.be.xfce.org/%SUBDIR%/ \ http://archive.be2.xfce.org/%SUBDIR%/ \ http://archive.se.xfce.org/%SUBDIR%/ \ http://archive.al-us.xfce.org/%SUBDIR%/ \ http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ \ http://mirror.yongbok.net/X11/xfce-mirror/%SUBDIR%/ \ http://xfce.ognisco.com/%SUBDIR%/ \ http://mirror.sinn3r.org/xfce/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) MASTER_SITE_XORG+= \ http://xorg.freedesktop.org/releases/%SUBDIR%/ \ http://xorg.mirrors.pair.com/%SUBDIR%/ \ http://mirror.us.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \ http://artfiles.org/x.org/pub/%SUBDIR%/ \ http://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ http://gd.tuwien.ac.at/X11/%SUBDIR%/ \ http://mi.mirror.garr.it/mirrors/x.org/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/X11/pub/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ http://www.portal-to-web.de/pub/mirrors/x.org/%SUBDIR%/ \ http://x.cybermirror.org/%SUBDIR%/ \ http://x.europnews.de/pub/%SUBDIR%/ \ http://xorg.mirror.solnet.ch/pub/%SUBDIR%/ \ http://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.de.leaseweb.net/xorg/%SUBDIR%/ \ http://mirrors.go-part.com/xorg/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ \ http://x.cs.pu.edu.tw/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ https://www.kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ http://ftp.heanet.ie/pub/%SUBDIR%/ \ http://slackware.cs.utah.edu/pub/kernel.org/pub/%SUBDIR%/ .endif # Macro magic MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ GH:GITHUB \ GHC:GITHUB_CLOUD \ NL:NETLIB \ SF:SOURCEFORGE \ SFJP:SOURCEFORGE_JP \ RG:RUBYGEMS \ RF:RUBYFORGE MASTER_SITES_SUBDIRS= \ APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:L} \ CENKES:myports \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \ CSME:myports \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ + MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:L} \ NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ PNET:${PNET_MASTER_SITE_SUBDIR} \ PYTHON:${PYTHON_MASTER_SITE_SUBDIR} \ RUBY_DBI:${RUBY_DBI_MASTER_SITE_SUBDIR} \ RUBY_GNOME:${RUBY_GNOME_MASTER_SITE_SUBDIR} \ SAVANNAH:${PORTNAME:L} \ SOURCEFORGE:${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} \ RUBYFORGE:${PORTNAME:L} .if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*} .for _site__ in ${MASTER_SITES} _site_=${_site__} . if ${_site_:M*\:/*} MASTER_SITES_EXP+= ${_site_} MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . else _site_urlpath_= ${_site_:C@^(.*):[^/:]+$@\1@} . if ${_site_urlpath_:M*/*} _site_url_= ${_site_urlpath_:C@^([^/]+)/.*$@\1@} _site_subdir_= ${_site_urlpath_:S/^${_site_urlpath_:C@^([^/]+)/.*$@\1@}//:S!^/!!:S!/$!!} . else _site_url_= ${_site_urlpath_} .undef _site_subdir_ . endif _site_group_= ${_site_:S/^${_site_:C@^(.*):[^/:]+$@\1@}//:S/^://} . for _abbrev_ in ${MASTER_SITES_ABBREVS} . if ${_site_url_} == ${_abbrev_:C/:.*//} _site_url_= ${_abbrev_:C/.*://} . endif . endfor . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} && !defined(MASTER_SITE_SUBDIR) _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . ifdef MASTER_SITE_${_site_url_} . ifdef _site_subdir_ MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//} . else MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//} . endif MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . endif . endif .endfor MASTER_SITES= ${MASTER_SITES_EXP} .endif Index: head/archivers/Makefile =================================================================== --- head/archivers/Makefile (revision 334660) +++ head/archivers/Makefile (revision 334661) @@ -1,227 +1,228 @@ # $FreeBSD$ # COMMENT = Archivers SUBDIR += 9e SUBDIR += advancecomp SUBDIR += amigadepacker SUBDIR += aolserver-nszlib SUBDIR += arc SUBDIR += arj SUBDIR += ark SUBDIR += bicom SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract SUBDIR += dact SUBDIR += deb2targz SUBDIR += deco SUBDIR += deutex SUBDIR += dpkg SUBDIR += dzip SUBDIR += ecm SUBDIR += epkg SUBDIR += fastjar SUBDIR += file-roller SUBDIR += fpc-bzip2 SUBDIR += fpc-paszlib SUBDIR += fpc-unzip SUBDIR += freetar SUBDIR += freeze SUBDIR += gcpio SUBDIR += grzip SUBDIR += gtar SUBDIR += gzip SUBDIR += gzrecover SUBDIR += ha SUBDIR += hffzip SUBDIR += hlextract SUBDIR += hpack.non-usa.only SUBDIR += hs-tar SUBDIR += hs-zip-archive SUBDIR += hs-zlib SUBDIR += hs-zlib-bindings SUBDIR += hs-zlib-conduit SUBDIR += hs-zlib-enum SUBDIR += javatar SUBDIR += jzip.org SUBDIR += jzlib SUBDIR += kzip SUBDIR += laszip SUBDIR += lbrate SUBDIR += lbzip2 SUBDIR += lcab SUBDIR += lha SUBDIR += lha-ac SUBDIR += libarc SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex SUBDIR += libdynamite SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += liborange SUBDIR += libpar2 SUBDIR += librtfcomp SUBDIR += libunrar SUBDIR += libunrar4 SUBDIR += libzip SUBDIR += linux-f10-ucl SUBDIR += linux-f10-upx SUBDIR += lrzip SUBDIR += lz4 SUBDIR += lzip SUBDIR += lzlib SUBDIR += lzma SUBDIR += lzmalib SUBDIR += lzo2 SUBDIR += lzop SUBDIR += macutils SUBDIR += makeself SUBDIR += mar + SUBDIR += mate-file-archiver SUBDIR += mscompress SUBDIR += mtf SUBDIR += nomarch SUBDIR += nulib SUBDIR += nwreckdum SUBDIR += ocaml-bz2 SUBDIR += ocaml-zip SUBDIR += p5-Archive-Any SUBDIR += p5-Archive-Any-Lite SUBDIR += p5-Archive-Any-Plugin-Rar SUBDIR += p5-Archive-Extract SUBDIR += p5-Archive-Extract-Libarchive SUBDIR += p5-Archive-Peek SUBDIR += p5-Archive-Rar SUBDIR += p5-Archive-SimpleExtractor SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 SUBDIR += p5-Compress-LZF SUBDIR += p5-Compress-LZO SUBDIR += p5-Compress-LZW SUBDIR += p5-Compress-Raw-Bzip2 SUBDIR += p5-Compress-Raw-Lzma SUBDIR += p5-Compress-Raw-Zlib SUBDIR += p5-Compress-Snappy SUBDIR += p5-IO-Compress SUBDIR += p5-IO-Compress-Lzf SUBDIR += p5-IO-Compress-Lzma SUBDIR += p5-IO-Compress-Lzop SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary SUBDIR += p5-POE-Filter-Bzip2 SUBDIR += p5-POE-Filter-LZF SUBDIR += p5-POE-Filter-LZO SUBDIR += p5-POE-Filter-LZW SUBDIR += p5-POE-Filter-Zlib SUBDIR += p5-PerlIO-gzip SUBDIR += p5-PerlIO-via-Bzip2 SUBDIR += p7zip SUBDIR += packddir SUBDIR += paq SUBDIR += par SUBDIR += par2cmdline SUBDIR += par2cmdline-tbb SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-File_Archive SUBDIR += pear-Horde_Compress SUBDIR += pear-Horde_Compress_Fast SUBDIR += pear-PHP_Archiv SUBDIR += pecl-lzf SUBDIR += pecl-phk SUBDIR += pecl-rar SUBDIR += php-horde_lz4 SUBDIR += php5-bz2 SUBDIR += php5-phar SUBDIR += php5-zip SUBDIR += php5-zlib SUBDIR += php52-bz2 SUBDIR += php52-zip SUBDIR += php52-zlib SUBDIR += php53-bz2 SUBDIR += php53-phar SUBDIR += php53-zip SUBDIR += php53-zlib SUBDIR += php55-bz2 SUBDIR += php55-phar SUBDIR += php55-zip SUBDIR += php55-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip SUBDIR += ppmd SUBDIR += ppmd-7z SUBDIR += ppunpack SUBDIR += pxz SUBDIR += py-liblzma SUBDIR += py-librtfcomp SUBDIR += py-lzma SUBDIR += qpress SUBDIR += quazip SUBDIR += rar SUBDIR += rox-archive SUBDIR += rpm SUBDIR += rpm2cpio SUBDIR += rpm4 SUBDIR += rpm5 SUBDIR += ruby-lha SUBDIR += ruby-libarchive SUBDIR += ruby-zip SUBDIR += rubygem-archive-tar-minitar SUBDIR += rubygem-archive-zip SUBDIR += rubygem-bzip2 SUBDIR += rubygem-minitar SUBDIR += rubygem-rubyzip SUBDIR += rubygem-rubyzip2 SUBDIR += rvm SUBDIR += rzip SUBDIR += sectar SUBDIR += sharutils SUBDIR += snappy SUBDIR += snappy-java SUBDIR += squeeze SUBDIR += squsq SUBDIR += star SUBDIR += stuffit SUBDIR += szip SUBDIR += tardy SUBDIR += tclmkziplib SUBDIR += thunar-archive-plugin SUBDIR += torrentzip SUBDIR += ucl SUBDIR += unace SUBDIR += unadf SUBDIR += unalz SUBDIR += unarj SUBDIR += undms SUBDIR += unfoo SUBDIR += unlzx SUBDIR += unmakeself SUBDIR += unmass SUBDIR += unrar SUBDIR += unrar-iconv SUBDIR += unshield SUBDIR += untar SUBDIR += unzip SUBDIR += unzip-iconv SUBDIR += unzoo SUBDIR += upx SUBDIR += wzip SUBDIR += xar SUBDIR += xarchive SUBDIR += xarchiver SUBDIR += xdms SUBDIR += xmill SUBDIR += xpk SUBDIR += xz SUBDIR += zip SUBDIR += zip-ada SUBDIR += zipmix SUBDIR += zipper SUBDIR += zoo SUBDIR += zutils .include Index: head/archivers/mate-file-archiver/Makefile =================================================================== --- head/archivers/mate-file-archiver/Makefile (nonexistent) +++ head/archivers/mate-file-archiver/Makefile (revision 334661) @@ -0,0 +1,41 @@ +# Created by: Anders Nordby +# $FreeBSD$ + +PORTNAME= mate-file-archiver +PORTVERSION= 1.6.0 +CATEGORIES= archivers mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Archive manager for zip files, tar, etc + +RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ + ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen caja common:build docutils intlhack +USE_XORG= sm +USE_GNOME= glib20 gnomehier gtk20 +INSTALLS_OMF= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +CONFIGURE_ARGS= --disable-packagekit \ + --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.engrampa.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/src/fr-command-tar.c \ + ${WRKSRC}/src/fr-command-zip.c + +.include Property changes on: head/archivers/mate-file-archiver/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/mate-file-archiver/distinfo =================================================================== --- head/archivers/mate-file-archiver/distinfo (nonexistent) +++ head/archivers/mate-file-archiver/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-archiver-1.6.0.tar.xz) = b959c41d1c86991e4f72224df0519bf0aaccfdd49afd8e799268b779ce9d2285 +SIZE (mate/mate-file-archiver-1.6.0.tar.xz) = 1167228 Property changes on: head/archivers/mate-file-archiver/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/mate-file-archiver/pkg-descr =================================================================== --- head/archivers/mate-file-archiver/pkg-descr (nonexistent) +++ head/archivers/mate-file-archiver/pkg-descr (revision 334661) @@ -0,0 +1,19 @@ +Engrampa is an archive manager for the MATE environment. It is only a +front-end (a graphical interface) to archiving programs like tar and zip. +The supported file types are: + +* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), + bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), + lzop (.tar.lzo , .tzo) +* Zip archives (.zip) +* Jar archives (.jar , .ear , .war) +* Lha archives (.lzh) +* Rar archives (.rar) +* Single files compressed with gzip, bzip, bzip2, compress, lzop + +Engrampa also has a document viewer based on bonobo that lets you view files +of any type for which you have a viewer. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://mate-desktop.org/ Property changes on: head/archivers/mate-file-archiver/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/mate-file-archiver/pkg-plist =================================================================== --- head/archivers/mate-file-archiver/pkg-plist (nonexistent) +++ head/archivers/mate-file-archiver/pkg-plist (revision 334661) @@ -0,0 +1,364 @@ +bin/engrampa +lib/caja/extensions-2.0/libcaja-engrampa.a +lib/caja/extensions-2.0/libcaja-engrampa.la +lib/caja/extensions-2.0/libcaja-engrampa.so +libexec/engrampa/isoinfo.sh +libexec/engrampa/rpm2cpio +share/MateConf/gsettings/engrampa.convert +share/applications/engrampa.desktop +share/engrampa/icons/hicolor/16x16/actions/add-files-to-archive.png +share/engrampa/icons/hicolor/16x16/actions/add-folder-to-archive.png +share/engrampa/icons/hicolor/16x16/actions/extract-archive.png +share/engrampa/icons/hicolor/24x24/actions/add-files-to-archive.png +share/engrampa/icons/hicolor/24x24/actions/add-folder-to-archive.png +share/engrampa/icons/hicolor/24x24/actions/extract-archive.png +share/engrampa/packages.match +share/engrampa/ui/add-options.ui +share/engrampa/ui/batch-add-files.ui +share/engrampa/ui/batch-password.ui +share/engrampa/ui/delete.ui +share/engrampa/ui/new.ui +share/engrampa/ui/open-with.ui +share/engrampa/ui/password.ui +share/engrampa/ui/properties.ui +share/engrampa/ui/update.ui +share/icons/hicolor/16x16/apps/engrampa.png +share/icons/hicolor/22x22/apps/engrampa.png +share/icons/hicolor/24x24/apps/engrampa.png +share/icons/hicolor/32x32/apps/engrampa.png +share/icons/hicolor/scalable/apps/engrampa.svg +share/locale/af/LC_MESSAGES/engrampa.mo +share/locale/am/LC_MESSAGES/engrampa.mo +share/locale/ar/LC_MESSAGES/engrampa.mo +share/locale/as/LC_MESSAGES/engrampa.mo +share/locale/ast/LC_MESSAGES/engrampa.mo +share/locale/az/LC_MESSAGES/engrampa.mo +share/locale/be/LC_MESSAGES/engrampa.mo +share/locale/be@latin/LC_MESSAGES/engrampa.mo +share/locale/bg/LC_MESSAGES/engrampa.mo +share/locale/bn/LC_MESSAGES/engrampa.mo +share/locale/bn_IN/LC_MESSAGES/engrampa.mo +share/locale/br/LC_MESSAGES/engrampa.mo +share/locale/bs/LC_MESSAGES/engrampa.mo +share/locale/ca/LC_MESSAGES/engrampa.mo +share/locale/ca@valencia/LC_MESSAGES/engrampa.mo +share/locale/cs/LC_MESSAGES/engrampa.mo +share/locale/cy/LC_MESSAGES/engrampa.mo +share/locale/da/LC_MESSAGES/engrampa.mo +share/locale/de/LC_MESSAGES/engrampa.mo +share/locale/dz/LC_MESSAGES/engrampa.mo +share/locale/el/LC_MESSAGES/engrampa.mo +share/locale/en@shaw/LC_MESSAGES/engrampa.mo +share/locale/en_CA/LC_MESSAGES/engrampa.mo +share/locale/en_GB/LC_MESSAGES/engrampa.mo +share/locale/eo/LC_MESSAGES/engrampa.mo +share/locale/es/LC_MESSAGES/engrampa.mo +share/locale/et/LC_MESSAGES/engrampa.mo +share/locale/eu/LC_MESSAGES/engrampa.mo +share/locale/fa/LC_MESSAGES/engrampa.mo +share/locale/fi/LC_MESSAGES/engrampa.mo +share/locale/fr/LC_MESSAGES/engrampa.mo +share/locale/fur/LC_MESSAGES/engrampa.mo +share/locale/fy/LC_MESSAGES/engrampa.mo +share/locale/ga/LC_MESSAGES/engrampa.mo +share/locale/gl/LC_MESSAGES/engrampa.mo +share/locale/gu/LC_MESSAGES/engrampa.mo +share/locale/he/LC_MESSAGES/engrampa.mo +share/locale/hi/LC_MESSAGES/engrampa.mo +share/locale/hr/LC_MESSAGES/engrampa.mo +share/locale/hu/LC_MESSAGES/engrampa.mo +share/locale/hy/LC_MESSAGES/engrampa.mo +share/locale/id/LC_MESSAGES/engrampa.mo +share/locale/is/LC_MESSAGES/engrampa.mo +share/locale/it/LC_MESSAGES/engrampa.mo +share/locale/ja/LC_MESSAGES/engrampa.mo +share/locale/ka/LC_MESSAGES/engrampa.mo +share/locale/kk/LC_MESSAGES/engrampa.mo +share/locale/kn/LC_MESSAGES/engrampa.mo +share/locale/ko/LC_MESSAGES/engrampa.mo +share/locale/ku/LC_MESSAGES/engrampa.mo +share/locale/lt/LC_MESSAGES/engrampa.mo +share/locale/lv/LC_MESSAGES/engrampa.mo +share/locale/mai/LC_MESSAGES/engrampa.mo +share/locale/mg/LC_MESSAGES/engrampa.mo +share/locale/mk/LC_MESSAGES/engrampa.mo +share/locale/ml/LC_MESSAGES/engrampa.mo +share/locale/mn/LC_MESSAGES/engrampa.mo +share/locale/mr/LC_MESSAGES/engrampa.mo +share/locale/ms/LC_MESSAGES/engrampa.mo +share/locale/nb/LC_MESSAGES/engrampa.mo +share/locale/nds/LC_MESSAGES/engrampa.mo +share/locale/ne/LC_MESSAGES/engrampa.mo +share/locale/nl/LC_MESSAGES/engrampa.mo +share/locale/nn/LC_MESSAGES/engrampa.mo +share/locale/oc/LC_MESSAGES/engrampa.mo +share/locale/or/LC_MESSAGES/engrampa.mo +share/locale/pa/LC_MESSAGES/engrampa.mo +share/locale/pl/LC_MESSAGES/engrampa.mo +share/locale/ps/LC_MESSAGES/engrampa.mo +share/locale/pt/LC_MESSAGES/engrampa.mo +share/locale/pt_BR/LC_MESSAGES/engrampa.mo +share/locale/ro/LC_MESSAGES/engrampa.mo +share/locale/ru/LC_MESSAGES/engrampa.mo +share/locale/rw/LC_MESSAGES/engrampa.mo +share/locale/si/LC_MESSAGES/engrampa.mo +share/locale/sk/LC_MESSAGES/engrampa.mo +share/locale/sl/LC_MESSAGES/engrampa.mo +share/locale/sq/LC_MESSAGES/engrampa.mo +share/locale/sr/LC_MESSAGES/engrampa.mo +share/locale/sr@ije/LC_MESSAGES/engrampa.mo +share/locale/sr@latin/LC_MESSAGES/engrampa.mo +share/locale/sv/LC_MESSAGES/engrampa.mo +share/locale/ta/LC_MESSAGES/engrampa.mo +share/locale/te/LC_MESSAGES/engrampa.mo +share/locale/th/LC_MESSAGES/engrampa.mo +share/locale/tk/LC_MESSAGES/engrampa.mo +share/locale/tr/LC_MESSAGES/engrampa.mo +share/locale/ug/LC_MESSAGES/engrampa.mo +share/locale/uk/LC_MESSAGES/engrampa.mo +share/locale/ur/LC_MESSAGES/engrampa.mo +share/locale/ur_PK/LC_MESSAGES/engrampa.mo +share/locale/vi/LC_MESSAGES/engrampa.mo +share/locale/xh/LC_MESSAGES/engrampa.mo +share/locale/zh_CN/LC_MESSAGES/engrampa.mo +share/locale/zh_HK/LC_MESSAGES/engrampa.mo +share/locale/zh_TW/LC_MESSAGES/engrampa.mo +share/mate/help/engrampa/C/engrampa.xml +share/mate/help/engrampa/C/figures/engrampa_home.png +share/mate/help/engrampa/C/figures/engrampa_leftarrow.png +share/mate/help/engrampa/C/figures/engrampa_main_window.png +share/mate/help/engrampa/C/figures/engrampa_rightarrow.png +share/mate/help/engrampa/C/figures/engrampa_uparrow.png +share/mate/help/engrampa/C/legal.xml +share/mate/help/engrampa/bg/engrampa.xml +share/mate/help/engrampa/bg/figures/engrampa_home.png +share/mate/help/engrampa/bg/figures/engrampa_leftarrow.png +share/mate/help/engrampa/bg/figures/engrampa_main_window.png +share/mate/help/engrampa/bg/figures/engrampa_rightarrow.png +share/mate/help/engrampa/bg/figures/engrampa_uparrow.png +share/mate/help/engrampa/ca/engrampa.xml +share/mate/help/engrampa/ca/figures/engrampa_home.png +share/mate/help/engrampa/ca/figures/engrampa_leftarrow.png +share/mate/help/engrampa/ca/figures/engrampa_main_window.png +share/mate/help/engrampa/ca/figures/engrampa_rightarrow.png +share/mate/help/engrampa/ca/figures/engrampa_uparrow.png +share/mate/help/engrampa/cs/engrampa.xml +share/mate/help/engrampa/cs/figures/engrampa_home.png +share/mate/help/engrampa/cs/figures/engrampa_leftarrow.png +share/mate/help/engrampa/cs/figures/engrampa_main_window.png +share/mate/help/engrampa/cs/figures/engrampa_rightarrow.png +share/mate/help/engrampa/cs/figures/engrampa_uparrow.png +share/mate/help/engrampa/de/engrampa.xml +share/mate/help/engrampa/de/figures/engrampa_home.png +share/mate/help/engrampa/de/figures/engrampa_leftarrow.png +share/mate/help/engrampa/de/figures/engrampa_main_window.png +share/mate/help/engrampa/de/figures/engrampa_rightarrow.png +share/mate/help/engrampa/de/figures/engrampa_uparrow.png +share/mate/help/engrampa/el/engrampa.xml +share/mate/help/engrampa/el/figures/engrampa_home.png +share/mate/help/engrampa/el/figures/engrampa_leftarrow.png +share/mate/help/engrampa/el/figures/engrampa_main_window.png +share/mate/help/engrampa/el/figures/engrampa_rightarrow.png +share/mate/help/engrampa/el/figures/engrampa_uparrow.png +share/mate/help/engrampa/en_GB/engrampa.xml +share/mate/help/engrampa/en_GB/figures/engrampa_home.png +share/mate/help/engrampa/en_GB/figures/engrampa_leftarrow.png +share/mate/help/engrampa/en_GB/figures/engrampa_main_window.png +share/mate/help/engrampa/en_GB/figures/engrampa_rightarrow.png +share/mate/help/engrampa/en_GB/figures/engrampa_uparrow.png +share/mate/help/engrampa/es/engrampa.xml +share/mate/help/engrampa/es/figures/engrampa_home.png +share/mate/help/engrampa/es/figures/engrampa_leftarrow.png +share/mate/help/engrampa/es/figures/engrampa_main_window.png +share/mate/help/engrampa/es/figures/engrampa_rightarrow.png +share/mate/help/engrampa/es/figures/engrampa_uparrow.png +share/mate/help/engrampa/fi/engrampa.xml +share/mate/help/engrampa/fi/figures/engrampa_home.png +share/mate/help/engrampa/fi/figures/engrampa_leftarrow.png +share/mate/help/engrampa/fi/figures/engrampa_main_window.png +share/mate/help/engrampa/fi/figures/engrampa_rightarrow.png +share/mate/help/engrampa/fi/figures/engrampa_uparrow.png +share/mate/help/engrampa/fr/engrampa.xml +share/mate/help/engrampa/fr/figures/engrampa_home.png +share/mate/help/engrampa/fr/figures/engrampa_leftarrow.png +share/mate/help/engrampa/fr/figures/engrampa_main_window.png +share/mate/help/engrampa/fr/figures/engrampa_rightarrow.png +share/mate/help/engrampa/fr/figures/engrampa_uparrow.png +share/mate/help/engrampa/it/engrampa.xml +share/mate/help/engrampa/it/figures/engrampa_home.png +share/mate/help/engrampa/it/figures/engrampa_leftarrow.png +share/mate/help/engrampa/it/figures/engrampa_main_window.png +share/mate/help/engrampa/it/figures/engrampa_rightarrow.png +share/mate/help/engrampa/it/figures/engrampa_uparrow.png +share/mate/help/engrampa/ja/engrampa.xml +share/mate/help/engrampa/ja/figures/engrampa_home.png +share/mate/help/engrampa/ja/figures/engrampa_leftarrow.png +share/mate/help/engrampa/ja/figures/engrampa_main_window.png +share/mate/help/engrampa/ja/figures/engrampa_rightarrow.png +share/mate/help/engrampa/ja/figures/engrampa_uparrow.png +share/mate/help/engrampa/nl/engrampa.xml +share/mate/help/engrampa/nl/figures/engrampa_home.png +share/mate/help/engrampa/nl/figures/engrampa_leftarrow.png +share/mate/help/engrampa/nl/figures/engrampa_main_window.png +share/mate/help/engrampa/nl/figures/engrampa_rightarrow.png +share/mate/help/engrampa/nl/figures/engrampa_uparrow.png +share/mate/help/engrampa/oc/engrampa.xml +share/mate/help/engrampa/oc/figures/engrampa_home.png +share/mate/help/engrampa/oc/figures/engrampa_leftarrow.png +share/mate/help/engrampa/oc/figures/engrampa_main_window.png +share/mate/help/engrampa/oc/figures/engrampa_rightarrow.png +share/mate/help/engrampa/oc/figures/engrampa_uparrow.png +share/mate/help/engrampa/ru/engrampa.xml +share/mate/help/engrampa/ru/figures/engrampa_home.png +share/mate/help/engrampa/ru/figures/engrampa_leftarrow.png +share/mate/help/engrampa/ru/figures/engrampa_main_window.png +share/mate/help/engrampa/ru/figures/engrampa_rightarrow.png +share/mate/help/engrampa/ru/figures/engrampa_uparrow.png +share/mate/help/engrampa/sv/engrampa.xml +share/mate/help/engrampa/sv/figures/engrampa_home.png +share/mate/help/engrampa/sv/figures/engrampa_leftarrow.png +share/mate/help/engrampa/sv/figures/engrampa_main_window.png +share/mate/help/engrampa/sv/figures/engrampa_rightarrow.png +share/mate/help/engrampa/sv/figures/engrampa_uparrow.png +share/mate/help/engrampa/uk/engrampa.xml +share/mate/help/engrampa/uk/figures/engrampa_home.png +share/mate/help/engrampa/uk/figures/engrampa_leftarrow.png +share/mate/help/engrampa/uk/figures/engrampa_main_window.png +share/mate/help/engrampa/uk/figures/engrampa_rightarrow.png +share/mate/help/engrampa/uk/figures/engrampa_uparrow.png +share/mate/help/engrampa/vi/engrampa.xml +share/mate/help/engrampa/vi/figures/engrampa_home.png +share/mate/help/engrampa/vi/figures/engrampa_leftarrow.png +share/mate/help/engrampa/vi/figures/engrampa_main_window.png +share/mate/help/engrampa/vi/figures/engrampa_rightarrow.png +share/mate/help/engrampa/vi/figures/engrampa_uparrow.png +share/mate/help/engrampa/zh_CN/engrampa.xml +share/mate/help/engrampa/zh_CN/figures/engrampa_home.png +share/mate/help/engrampa/zh_CN/figures/engrampa_leftarrow.png +share/mate/help/engrampa/zh_CN/figures/engrampa_main_window.png +share/mate/help/engrampa/zh_CN/figures/engrampa_rightarrow.png +share/mate/help/engrampa/zh_CN/figures/engrampa_uparrow.png +share/omf/engrampa/engrampa-C.omf +share/omf/engrampa/engrampa-bg.omf +share/omf/engrampa/engrampa-ca.omf +share/omf/engrampa/engrampa-cs.omf +share/omf/engrampa/engrampa-de.omf +share/omf/engrampa/engrampa-el.omf +share/omf/engrampa/engrampa-en_GB.omf +share/omf/engrampa/engrampa-es.omf +share/omf/engrampa/engrampa-fi.omf +share/omf/engrampa/engrampa-fr.omf +share/omf/engrampa/engrampa-it.omf +share/omf/engrampa/engrampa-ja.omf +share/omf/engrampa/engrampa-nl.omf +share/omf/engrampa/engrampa-oc.omf +share/omf/engrampa/engrampa-ru.omf +share/omf/engrampa/engrampa-sv.omf +share/omf/engrampa/engrampa-uk.omf +share/omf/engrampa/engrampa-vi.omf +share/omf/engrampa/engrampa-zh_CN.omf +@dirrm share/omf/engrampa +@dirrm share/mate/help/engrampa/zh_CN/figures +@dirrm share/mate/help/engrampa/zh_CN +@dirrm share/mate/help/engrampa/vi/figures +@dirrm share/mate/help/engrampa/vi +@dirrm share/mate/help/engrampa/uk/figures +@dirrm share/mate/help/engrampa/uk +@dirrm share/mate/help/engrampa/sv/figures +@dirrm share/mate/help/engrampa/sv +@dirrm share/mate/help/engrampa/ru/figures +@dirrm share/mate/help/engrampa/ru +@dirrm share/mate/help/engrampa/oc/figures +@dirrm share/mate/help/engrampa/oc +@dirrm share/mate/help/engrampa/nl/figures +@dirrm share/mate/help/engrampa/nl +@dirrm share/mate/help/engrampa/ja/figures +@dirrm share/mate/help/engrampa/ja +@dirrm share/mate/help/engrampa/it/figures +@dirrm share/mate/help/engrampa/it +@dirrm share/mate/help/engrampa/fr/figures +@dirrm share/mate/help/engrampa/fr +@dirrm share/mate/help/engrampa/fi/figures +@dirrm share/mate/help/engrampa/fi +@dirrm share/mate/help/engrampa/es/figures +@dirrm share/mate/help/engrampa/es +@dirrm share/mate/help/engrampa/en_GB/figures +@dirrm share/mate/help/engrampa/en_GB +@dirrm share/mate/help/engrampa/el/figures +@dirrm share/mate/help/engrampa/el +@dirrm share/mate/help/engrampa/de/figures +@dirrm share/mate/help/engrampa/de +@dirrm share/mate/help/engrampa/cs/figures +@dirrm share/mate/help/engrampa/cs +@dirrm share/mate/help/engrampa/ca/figures +@dirrm share/mate/help/engrampa/ca +@dirrm share/mate/help/engrampa/bg/figures +@dirrm share/mate/help/engrampa/bg +@dirrm share/mate/help/engrampa/C/figures +@dirrm share/mate/help/engrampa/C +@dirrm share/mate/help/engrampa +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ur_PK/LC_MESSAGES +@dirrmtry share/locale/ur_PK +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/engrampa/ui +@dirrm share/engrampa/icons/hicolor/24x24/actions +@dirrm share/engrampa/icons/hicolor/24x24 +@dirrm share/engrampa/icons/hicolor/16x16/actions +@dirrm share/engrampa/icons/hicolor/16x16 +@dirrm share/engrampa/icons/hicolor +@dirrm share/engrampa/icons +@dirrm share/engrampa +@dirrm libexec/engrampa Property changes on: head/archivers/mate-file-archiver/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c =================================================================== --- head/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c (nonexistent) +++ head/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c (revision 334661) @@ -0,0 +1,11 @@ +--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400 ++++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400 +@@ -53,7 +53,7 @@ list__process_line (char *line, + struct stat st; + time_t tt; + if (stat (comm->filename, &st) == 0) +- fdata->modified = st.st_mtim.tv_sec; ++ fdata->modified = st.st_mtime; + else + time(&(fdata->modified)); + fdata->modified; Property changes on: head/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c =================================================================== --- head/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c (nonexistent) +++ head/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c (revision 334661) @@ -0,0 +1,12 @@ +--- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006 ++++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006 +@@ -231,6 +231,9 @@ + #if defined (__SVR4) && defined (__sun) + if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) + command = g_strdup ("/usr/sfw/bin/gtar"); ++#elif defined(__FreeBSD__) ++ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) ++ command = g_strdup ("%%LOCALBASE%%/bin/gtar"); + #endif + if (command != NULL) + fr_process_begin_command (comm->process, command); Property changes on: head/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c =================================================================== --- head/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c (nonexistent) +++ head/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c (revision 334661) @@ -0,0 +1,39 @@ +--- src/fr-command-zip.c.orig 2010-01-02 17:02:44.000000000 -0500 ++++ src/fr-command-zip.c 2010-01-02 17:08:03.000000000 -0500 +@@ -187,7 +187,11 @@ fr_command_zip_list (FrCommand *comm) + { + fr_process_set_out_line_func (comm->process, list__process_line, comm); + ++#ifdef __FreeBSD__ ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#else + fr_process_begin_command (comm->process, "unzip"); ++#endif + fr_process_set_begin_func (comm->process, list__begin, comm); + fr_process_add_arg (comm->process, "-ZTs"); + fr_process_add_arg (comm->process, comm->filename); +@@ -302,7 +306,11 @@ fr_command_zip_extract (FrCommand *comm + process_line__common, + comm); + ++#ifdef __FreeBSD__ ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#else + fr_process_begin_command (comm->process, "unzip"); ++#endif + + if (dest_dir != NULL) { + fr_process_add_arg (comm->process, "-d"); +@@ -334,7 +342,11 @@ fr_command_zip_extract (FrCommand *comm + static void + fr_command_zip_test (FrCommand *comm) + { +- fr_process_begin_command (comm->process, "unzip"); ++#ifdef __FreeBSD__ ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#else ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#endif + fr_process_add_arg (comm->process, "-t"); + add_password_arg (comm, comm->password); + fr_process_add_arg (comm->process, comm->filename); Property changes on: head/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/Makefile =================================================================== --- head/audio/Makefile (revision 334660) +++ head/audio/Makefile (revision 334661) @@ -1,872 +1,873 @@ # $FreeBSD$ # COMMENT = Audio tools SUBDIR += HVSC-Update SUBDIR += Maaate SUBDIR += aacgain SUBDIR += aacplusenc SUBDIR += abcde SUBDIR += abcmidi SUBDIR += abcselect SUBDIR += abraca SUBDIR += acoustid-fingerprinter SUBDIR += adplay SUBDIR += afsp SUBDIR += aften SUBDIR += alac SUBDIR += alienwah SUBDIR += alsa-lib SUBDIR += alsa-plugins SUBDIR += alsa-utils SUBDIR += alure SUBDIR += amarok-kde4 SUBDIR += amb-plugins SUBDIR += amp SUBDIR += ampache SUBDIR += ample SUBDIR += amrcoder SUBDIR += aqualung SUBDIR += ardour SUBDIR += ario SUBDIR += arss SUBDIR += ascd SUBDIR += asmix SUBDIR += asmixer SUBDIR += asunder SUBDIR += atunes SUBDIR += aubio SUBDIR += audacious-dumb SUBDIR += audacity SUBDIR += audex SUBDIR += audiere SUBDIR += audiotag SUBDIR += aumix SUBDIR += aureal-kmod SUBDIR += autocd SUBDIR += autotalent SUBDIR += autozen SUBDIR += baresip SUBDIR += baudline SUBDIR += beast SUBDIR += bebocd SUBDIR += beep SUBDIR += beets SUBDIR += blop SUBDIR += bmp-crossfade SUBDIR += bmp-faad SUBDIR += bmp-fc SUBDIR += bmp-festalon SUBDIR += bmp-flac SUBDIR += bmp-htmlplaylist SUBDIR += bmp-mac SUBDIR += bmp-modplug SUBDIR += bmp-scrobbler SUBDIR += bmp-songchange SUBDIR += bmp-wma SUBDIR += bonk SUBDIR += boodler SUBDIR += bristol SUBDIR += btc SUBDIR += calf SUBDIR += cam SUBDIR += cantus_3 SUBDIR += caps-plugins SUBDIR += ccaudio2 SUBDIR += cd-console SUBDIR += cd-discid SUBDIR += cd2mp3 SUBDIR += cddb-bundle SUBDIR += cdparanoia SUBDIR += cdplay SUBDIR += celt SUBDIR += checkmate SUBDIR += chordpack SUBDIR += chromaprint SUBDIR += clementine-player SUBDIR += clunk SUBDIR += cmp3 SUBDIR += cmt SUBDIR += cmus SUBDIR += cmus-post.fm SUBDIR += cowbell SUBDIR += cpige SUBDIR += cplay SUBDIR += cpp-xmms2 SUBDIR += creox SUBDIR += crip SUBDIR += cripple SUBDIR += csound SUBDIR += ctronome SUBDIR += cuberok SUBDIR += cue2toc SUBDIR += cueplayer SUBDIR += cuetools SUBDIR += cutmp3 SUBDIR += cymbaline SUBDIR += dagrab SUBDIR += darkice SUBDIR += dcd SUBDIR += deadbeef SUBDIR += deadbeef-mpris-plugin SUBDIR += decibel-audio-player SUBDIR += deforaos-mixer SUBDIR += dekagen SUBDIR += denemo SUBDIR += dir2ogg SUBDIR += discid SUBDIR += drumpiler SUBDIR += dssi SUBDIR += dtmfdial SUBDIR += dumb SUBDIR += dumb-allegro SUBDIR += dvda-author SUBDIR += easytag SUBDIR += eawpats SUBDIR += eawplus SUBDIR += ecasound SUBDIR += emms SUBDIR += emu10kx SUBDIR += enscribe SUBDIR += epos-devel SUBDIR += esound SUBDIR += espeak SUBDIR += esperanza SUBDIR += etcd SUBDIR += etktab SUBDIR += exaile SUBDIR += extace SUBDIR += ezstream SUBDIR += faac SUBDIR += faad SUBDIR += fapg SUBDIR += fcplay SUBDIR += fdk-aac SUBDIR += fdmf SUBDIR += festalon SUBDIR += festdoc SUBDIR += festival SUBDIR += festival-freebsoft-utils SUBDIR += festlex-cmu SUBDIR += festlex-czech SUBDIR += festlex-oald SUBDIR += festlex-ogi SUBDIR += festlex-poslex SUBDIR += festvox-czech SUBDIR += festvox-don SUBDIR += festvox-el11 SUBDIR += festvox-kal16 SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 SUBDIR += festvox-rab16 SUBDIR += festvox-rab8 SUBDIR += festvox-russian SUBDIR += festvox-us1-mbrola SUBDIR += festvox-us2-mbrola SUBDIR += festvox-us3-mbrola SUBDIR += firefly SUBDIR += flac SUBDIR += flac123 SUBDIR += flake SUBDIR += flite SUBDIR += fluidsynth SUBDIR += fluidsynth-dssi SUBDIR += fmio SUBDIR += fmit SUBDIR += fpc-a52 SUBDIR += fpc-mad SUBDIR += fpc-modplug SUBDIR += fpc-oggvorbis SUBDIR += fpc-openal SUBDIR += fpc-sndfile SUBDIR += fplib SUBDIR += freealut SUBDIR += freedesktop-sound-theme SUBDIR += freepats SUBDIR += freeswitch-music SUBDIR += freeswitch-sounds SUBDIR += funktrackergold SUBDIR += gbemol SUBDIR += gbsplay SUBDIR += gervill SUBDIR += ghostess SUBDIR += gigedit SUBDIR += gimmix SUBDIR += gkrellmms SUBDIR += gkrellmms2 SUBDIR += gkrellmss2 SUBDIR += gkrellmvolume SUBDIR += gkrellmvolume2 SUBDIR += glame SUBDIR += glurp SUBDIR += gmidimonitor SUBDIR += gmixer SUBDIR += gmpc SUBDIR += gmpc-alarm SUBDIR += gmpc-albumview SUBDIR += gmpc-discogs SUBDIR += gmpc-extraplaylist SUBDIR += gmpc-lastfm SUBDIR += gmpc-libnotify SUBDIR += gmpc-lyrics SUBDIR += gmpc-lyricsplugin SUBDIR += gmpc-lyricwiki SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover SUBDIR += gmpc-mserver SUBDIR += gmpc-shout SUBDIR += gmpc-wikipedia SUBDIR += gmtp SUBDIR += gmusicbrowser SUBDIR += gnaural SUBDIR += gnome-audio SUBDIR += gnome-media SUBDIR += gnomoradio SUBDIR += gnormalize SUBDIR += gnuitar SUBDIR += gnump3d SUBDIR += gnupod SUBDIR += gnustep-cdplayer SUBDIR += gogglesmm SUBDIR += goobox SUBDIR += gqmpeg SUBDIR += gqradio SUBDIR += gramofile SUBDIR += grip SUBDIR += gsi SUBDIR += gsm SUBDIR += gspeakers SUBDIR += gstreamer-plugins-a52dec SUBDIR += gstreamer-plugins-amrnb SUBDIR += gstreamer-plugins-amrwbdec SUBDIR += gstreamer-plugins-cdaudio SUBDIR += gstreamer-plugins-cdparanoia SUBDIR += gstreamer-plugins-esound SUBDIR += gstreamer-plugins-faac SUBDIR += gstreamer-plugins-faad SUBDIR += gstreamer-plugins-flac SUBDIR += gstreamer-plugins-flite SUBDIR += gstreamer-plugins-fluendo-mp3 SUBDIR += gstreamer-plugins-gme SUBDIR += gstreamer-plugins-gsm SUBDIR += gstreamer-plugins-jack SUBDIR += gstreamer-plugins-ladspa SUBDIR += gstreamer-plugins-lame SUBDIR += gstreamer-plugins-mad SUBDIR += gstreamer-plugins-moodbar SUBDIR += gstreamer-plugins-mp3 SUBDIR += gstreamer-plugins-musepack SUBDIR += gstreamer-plugins-nas SUBDIR += gstreamer-plugins-opus SUBDIR += gstreamer-plugins-ogg SUBDIR += gstreamer-plugins-pulse SUBDIR += gstreamer-plugins-shout2 SUBDIR += gstreamer-plugins-sidplay SUBDIR += gstreamer-plugins-sndfile SUBDIR += gstreamer-plugins-soundtouch SUBDIR += gstreamer-plugins-spc SUBDIR += gstreamer-plugins-speex SUBDIR += gstreamer-plugins-taglib SUBDIR += gstreamer-plugins-twolame SUBDIR += gstreamer-plugins-vorbis SUBDIR += gstreamer-plugins-wavpack SUBDIR += gstreamer1-plugins-a52dec SUBDIR += gstreamer1-plugins-amrnb SUBDIR += gstreamer1-plugins-amrwbdec SUBDIR += gstreamer1-plugins-cdparanoia SUBDIR += gstreamer1-plugins-faac SUBDIR += gstreamer1-plugins-faad SUBDIR += gstreamer1-plugins-flac SUBDIR += gstreamer1-plugins-flite SUBDIR += gstreamer1-plugins-gme SUBDIR += gstreamer1-plugins-gsm SUBDIR += gstreamer1-plugins-jack SUBDIR += gstreamer1-plugins-lame SUBDIR += gstreamer1-plugins-mad SUBDIR += gstreamer1-plugins-modplug SUBDIR += gstreamer1-plugins-ogg SUBDIR += gstreamer1-plugins-opus SUBDIR += gstreamer1-plugins-shout2 SUBDIR += gstreamer1-plugins-sidplay SUBDIR += gstreamer1-plugins-soundtouch SUBDIR += gstreamer1-plugins-speex SUBDIR += gstreamer1-plugins-taglib SUBDIR += gstreamer1-plugins-twolame SUBDIR += gstreamer1-plugins-vorbis SUBDIR += gstreamer1-plugins-wavpack SUBDIR += gtick SUBDIR += gtkguitune SUBDIR += gtkpod SUBDIR += gtmixer SUBDIR += guspat SUBDIR += gvolwheel SUBDIR += gxmms2 SUBDIR += harp SUBDIR += hawkvoice SUBDIR += herrie SUBDIR += hexter SUBDIR += hs-ALUT SUBDIR += hs-OpenAL SUBDIR += hs-libmpd SUBDIR += hydrogen SUBDIR += icecast2 SUBDIR += icegenerator SUBDIR += ices SUBDIR += id3ed SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3mtag SUBDIR += id3ren SUBDIR += id3tool SUBDIR += id3v2 SUBDIR += ifp-line SUBDIR += ipod-sharp SUBDIR += istream SUBDIR += jack SUBDIR += jack-keyboard SUBDIR += jack-rack SUBDIR += jack-smf-utils SUBDIR += jack_ghero SUBDIR += jack_mixer SUBDIR += jack_umidi SUBDIR += jamin SUBDIR += jid3lib SUBDIR += jmusic SUBDIR += jokosher SUBDIR += juk SUBDIR += juke SUBDIR += julius SUBDIR += jxm SUBDIR += kaudiocreator SUBDIR += kexis SUBDIR += kid3-kde4 SUBDIR += kid3-qt4 SUBDIR += kio-audiocd SUBDIR += kmix SUBDIR += kscd SUBDIR += ksmp3play SUBDIR += kstreamripper SUBDIR += ladspa SUBDIR += lame SUBDIR += lash SUBDIR += last-cmus SUBDIR += last.fm SUBDIR += lastfm-desktop SUBDIR += liba52 SUBDIR += libaacplus SUBDIR += libadplug SUBDIR += libaiff SUBDIR += libamrnb SUBDIR += libamrwb SUBDIR += libao SUBDIR += libaudiofile SUBDIR += libbpm SUBDIR += libbs2b SUBDIR += libcanberra SUBDIR += libcanberra-gtk3 SUBDIR += libcdaudio SUBDIR += libcddb SUBDIR += libcddb-doc SUBDIR += libconvolve SUBDIR += libcoverart SUBDIR += libdiscid SUBDIR += libdssialsacompat SUBDIR += libechonest SUBDIR += libfishsound SUBDIR += libgig SUBDIR += libgme SUBDIR += libgpod SUBDIR += libid3tag SUBDIR += libkcddb SUBDIR += libkcompactdisc SUBDIR += liblastfm SUBDIR += liblo SUBDIR += liblscp SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug SUBDIR += libmp3-archive-perl SUBDIR += libmp3splt SUBDIR += libmpd SUBDIR += libmpdclient SUBDIR += libmtp SUBDIR += libmusicbrainz3 SUBDIR += libmusicbrainz4 SUBDIR += libmusicbrainz5 SUBDIR += libnjb SUBDIR += libnoise SUBDIR += libofa SUBDIR += libogg SUBDIR += liboggz SUBDIR += libopenspc SUBDIR += libsamplerate SUBDIR += libshairport SUBDIR += libshout SUBDIR += libshout2 SUBDIR += libsidplay SUBDIR += libsidplay2 SUBDIR += libsmf SUBDIR += libsndfile SUBDIR += libtremor SUBDIR += libumidi SUBDIR += libvorbis SUBDIR += libworkman SUBDIR += libxmp SUBDIR += lingot SUBDIR += linnya SUBDIR += linux-f10-alsa-lib SUBDIR += linux-f10-alsa-plugins-oss SUBDIR += linux-f10-arts SUBDIR += linux-f10-esound SUBDIR += linux-f10-freealut SUBDIR += linux-f10-libaudiofile SUBDIR += linux-f10-libogg SUBDIR += linux-f10-libvorbis SUBDIR += linux-f10-mikmod SUBDIR += linux-f10-nas-libs SUBDIR += linux-f10-openal SUBDIR += linux-f10-openal-soft SUBDIR += linux-f10-pulseaudio-libs SUBDIR += linux-f10-sdl_mixer SUBDIR += linux-fmodapi SUBDIR += linux-genpuid SUBDIR += linux-laudio SUBDIR += linux-mbrola SUBDIR += linux-musicipserver SUBDIR += linux-neroaaccodec SUBDIR += linuxsampler SUBDIR += liquidsoap SUBDIR += listener SUBDIR += liteamp SUBDIR += lmms SUBDIR += lpac SUBDIR += lua51-mpd SUBDIR += lv2core SUBDIR += lxmusic SUBDIR += mac SUBDIR += mad SUBDIR += madfufw SUBDIR += madplay SUBDIR += malint SUBDIR += mangler SUBDIR += maplay + SUBDIR += mate-media SUBDIR += mbox SUBDIR += mbrolavox SUBDIR += mcplay SUBDIR += mctoolame-decoder SUBDIR += mctoolame-encoder SUBDIR += mehdiaplayer SUBDIR += mhwaveedit SUBDIR += midipp SUBDIR += mikmod SUBDIR += milkytracker SUBDIR += minitunes SUBDIR += mixer.app SUBDIR += mixmos SUBDIR += mixxx SUBDIR += mma SUBDIR += moc SUBDIR += modplugplay SUBDIR += mous SUBDIR += mp-player SUBDIR += mp3-archive-tools SUBDIR += mp32ogg SUBDIR += mp3_check SUBDIR += mp3asm SUBDIR += mp3blaster SUBDIR += mp3burn SUBDIR += mp3c SUBDIR += mp3check SUBDIR += mp3ck SUBDIR += mp3gain SUBDIR += mp3guessenc SUBDIR += mp3info SUBDIR += mp3lint SUBDIR += mp3mover SUBDIR += mp3plot SUBDIR += mp3rename SUBDIR += mp3riot SUBDIR += mp3splt SUBDIR += mp3splt-gtk SUBDIR += mp3stat SUBDIR += mp3unicode SUBDIR += mp3val SUBDIR += mp3wrap SUBDIR += mpc SUBDIR += mpdas SUBDIR += mpdbrowser SUBDIR += mpdcon SUBDIR += mpdscribble SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpg321 SUBDIR += mpiosh SUBDIR += msilbc SUBDIR += muine SUBDIR += mumble SUBDIR += murmur SUBDIR += muse SUBDIR += musepack SUBDIR += musescore SUBDIR += musica SUBDIR += musicbox-tag-editor SUBDIR += musiccontrol SUBDIR += musicpd SUBDIR += mythplugin-mythmusic SUBDIR += napster SUBDIR += nas SUBDIR += ncmpc SUBDIR += ncmpcpp SUBDIR += nekobee SUBDIR += normalize SUBDIR += nosefart SUBDIR += nspmod SUBDIR += ocp SUBDIR += ogg2mp3 SUBDIR += oggsplit SUBDIR += openal SUBDIR += openal-soft SUBDIR += opencore-amr SUBDIR += openspc SUBDIR += optimfrog SUBDIR += opus SUBDIR += opus-tools SUBDIR += osalp SUBDIR += osd-lyrics SUBDIR += osdmixer SUBDIR += oss SUBDIR += p5-Audio SUBDIR += p5-Audio-Beep SUBDIR += p5-Audio-CD SUBDIR += p5-Audio-Ecasound SUBDIR += p5-Audio-FLAC-Header SUBDIR += p5-Audio-MPD SUBDIR += p5-Audio-MPD-Common SUBDIR += p5-Audio-Mixer SUBDIR += p5-Audio-Musepack SUBDIR += p5-Audio-Scan SUBDIR += p5-Audio-Scrobbler SUBDIR += p5-Audio-WMA SUBDIR += p5-Audio-Wav SUBDIR += p5-CDDB SUBDIR += p5-CDDB-File SUBDIR += p5-CDDB_get SUBDIR += p5-Filesys-Virtual-DAAP SUBDIR += p5-MIDI SUBDIR += p5-MP3-Find SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info SUBDIR += p5-MP3-Tag SUBDIR += p5-MPEG-ID3v2Tag SUBDIR += p5-Music-Audioscrobbler-MPD SUBDIR += p5-Music-Audioscrobbler-Submit SUBDIR += p5-MusicBrainz-DiscID SUBDIR += p5-Net-DAAP-Client SUBDIR += p5-Net-DAAP-DMAP SUBDIR += p5-Net-FreeDB SUBDIR += p5-Net-LibLO SUBDIR += p5-Ogg-Vorbis-Header SUBDIR += p5-Ogg-Vorbis-Header-PurePerl SUBDIR += p5-Shout SUBDIR += p5-Test-Corpus-Audio-MPD SUBDIR += p5-Xmms SUBDIR += p5-libvorbis SUBDIR += p5-tagged SUBDIR += p5-xmms2 SUBDIR += pacpl SUBDIR += padevchooser SUBDIR += paman SUBDIR += paprefs SUBDIR += patchage SUBDIR += pavucontrol SUBDIR += pavumeter SUBDIR += pd SUBDIR += pear-Text_Spell_Audio SUBDIR += pecl-id3 SUBDIR += penguinsap SUBDIR += pianobar SUBDIR += picard SUBDIR += pidgin-musictracker SUBDIR += pithos SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi SUBDIR += pm3umpdl SUBDIR += pms SUBDIR += pocketsphinx SUBDIR += portaudio SUBDIR += portaudio2 SUBDIR += praat SUBDIR += puddletag SUBDIR += pulseaudio SUBDIR += pure-audio SUBDIR += py-al SUBDIR += py-ao SUBDIR += py-apetag SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-cddb SUBDIR += py-discogs-client SUBDIR += py-eyed3 SUBDIR += py-fastaudio SUBDIR += py-id3 SUBDIR += py-karaoke SUBDIR += py-mad SUBDIR += py-mpd SUBDIR += py-mpd2 SUBDIR += py-musicbrainz2 SUBDIR += py-musicbrainzngs SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal SUBDIR += py-pylast SUBDIR += py-pyliblo SUBDIR += py-shout SUBDIR += py-speex SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-xmms SUBDIR += py-xmms2 SUBDIR += pysol-sound-server SUBDIR += pytone SUBDIR += qjackctl SUBDIR += qmpdclient SUBDIR += qsampler SUBDIR += qsynth SUBDIR += quimup SUBDIR += raop_play SUBDIR += raproxy SUBDIR += raul SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 SUBDIR += rem SUBDIR += resid SUBDIR += rexima SUBDIR += rezound SUBDIR += rhythmbox SUBDIR += rio500 SUBDIR += rioutil SUBDIR += ripit SUBDIR += ripperx SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth SUBDIR += rubberband SUBDIR += ruby-audiofile SUBDIR += ruby-esound SUBDIR += ruby-freedb SUBDIR += ruby-mp3info SUBDIR += ruby-mp3tag SUBDIR += ruby-smf SUBDIR += ruby-taglib SUBDIR += ruby-xmms2 SUBDIR += rubygem-librmpd SUBDIR += rubygem-ogginfo SUBDIR += rubygem-ruby-mp3info SUBDIR += rubygem-shout SUBDIR += rubyripper SUBDIR += s3mod SUBDIR += sbagen SUBDIR += schism SUBDIR += scmpc SUBDIR += scrobbler SUBDIR += sdl2_mixer SUBDIR += sdl_mixer SUBDIR += sdl_sound SUBDIR += sfront SUBDIR += shairport SUBDIR += shntool SUBDIR += shorten SUBDIR += shout SUBDIR += shoutcast SUBDIR += sidplay SUBDIR += sidplay2 SUBDIR += sidplayer SUBDIR += simplemod SUBDIR += slv2 SUBDIR += smasher SUBDIR += snack SUBDIR += snd SUBDIR += solfege SUBDIR += sonata SUBDIR += sonice SUBDIR += sooperlooper SUBDIR += sound-juicer SUBDIR += soundconverter SUBDIR += soundgrab SUBDIR += soundkonverter SUBDIR += soundtouch SUBDIR += soundtracker SUBDIR += sox SUBDIR += specimen SUBDIR += speex SUBDIR += spek SUBDIR += sphinx SUBDIR += sphinx3 SUBDIR += sphinxbase SUBDIR += spiralloops SUBDIR += spiralsynth SUBDIR += spiralsynthmodular SUBDIR += splay SUBDIR += splaytk SUBDIR += squash SUBDIR += squeezeboxserver SUBDIR += squeezeboxserver-dynamicplaylist SUBDIR += squeezeboxserver-lazysearch SUBDIR += squeezeboxserver-sqlplaylist SUBDIR += squeezeboxserver-superdatetime SUBDIR += squeezeboxserver-trackstat SUBDIR += streamripper SUBDIR += streamtranscoder SUBDIR += streamtuner SUBDIR += stymulator SUBDIR += sweep SUBDIR += swhplugins SUBDIR += tagger SUBDIR += taglib SUBDIR += taglib-extras SUBDIR += taglib-sharp SUBDIR += taglookup SUBDIR += tagtool SUBDIR += tagutil SUBDIR += tap-plugins SUBDIR += tcd SUBDIR += tclmidi SUBDIR += teamspeak3-server SUBDIR += teamspeak_client SUBDIR += teamspeak_server SUBDIR += tempest_for_eliza SUBDIR += tepsonic SUBDIR += terminatorx SUBDIR += thunar-media-tags-plugin SUBDIR += timemachine SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs SUBDIR += timidity++-gtk SUBDIR += timidity++-motif SUBDIR += timidity++-slang SUBDIR += timidity++-tcltk SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tkeca SUBDIR += tomahawk SUBDIR += toolame SUBDIR += tosha SUBDIR += trommler SUBDIR += tse3 SUBDIR += tta SUBDIR += tuneradio SUBDIR += tuxguitar SUBDIR += twolame SUBDIR += uade SUBDIR += ufmcontrol-i18n SUBDIR += umix SUBDIR += umodplayer SUBDIR += umurmur SUBDIR += vagalume SUBDIR += vamp-plugin-sdk SUBDIR += ventrilo-server SUBDIR += vitunes SUBDIR += vo-aacenc SUBDIR += vo-amrwbenc SUBDIR += voipong SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound SUBDIR += waheela SUBDIR += waon SUBDIR += wav2cdr SUBDIR += wavbreaker SUBDIR += wavegain SUBDIR += waveplay SUBDIR += wavpack SUBDIR += wavplay SUBDIR += whysynth SUBDIR += wildmidi SUBDIR += wmalbum SUBDIR += wmauda SUBDIR += wmix SUBDIR += wmmp SUBDIR += wmrecord SUBDIR += wmsmixer SUBDIR += workman SUBDIR += wxguitar SUBDIR += x11amp SUBDIR += xanalyser SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xfce4-mixer SUBDIR += xfce4-mpc-plugin SUBDIR += xfmpc SUBDIR += xhippo SUBDIR += ximp3 SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms-a52dec SUBDIR += xmms-ahx SUBDIR += xmms-audiofile SUBDIR += xmms-bonk SUBDIR += xmms-cdread SUBDIR += xmms-crossfade SUBDIR += xmms-crystality SUBDIR += xmms-curses SUBDIR += xmms-defx SUBDIR += xmms-efxmms SUBDIR += xmms-eq SUBDIR += xmms-faad SUBDIR += xmms-fc SUBDIR += xmms-festalon SUBDIR += xmms-flac SUBDIR += xmms-fxt SUBDIR += xmms-gbsplay SUBDIR += xmms-infopipe SUBDIR += xmms-jack SUBDIR += xmms-ladspa SUBDIR += xmms-liveice SUBDIR += xmms-mac SUBDIR += xmms-mad SUBDIR += xmms-mailnotify SUBDIR += xmms-midi SUBDIR += xmms-modplug SUBDIR += xmms-mp3cue SUBDIR += xmms-musepack SUBDIR += xmms-nas SUBDIR += xmms-nsf SUBDIR += xmms-openspc SUBDIR += xmms-osssurround SUBDIR += xmms-quix3dn SUBDIR += xmms-sapplug SUBDIR += xmms-scrobbler SUBDIR += xmms-sexypsf SUBDIR += xmms-sexyspc SUBDIR += xmms-shn SUBDIR += xmms-sid SUBDIR += xmms-sndfile SUBDIR += xmms-tfmx SUBDIR += xmms-timidity SUBDIR += xmms-volnorm SUBDIR += xmms-wavpack SUBDIR += xmms-wma SUBDIR += xmms-xf86audio SUBDIR += xmms-xymms SUBDIR += xmms2 SUBDIR += xmms2-scrobbler SUBDIR += xmmsctrl SUBDIR += xmp SUBDIR += xmradio SUBDIR += xoscope SUBDIR += xpi-musicpm SUBDIR += xsynth-dssi SUBDIR += xvmixer SUBDIR += xwave SUBDIR += yell SUBDIR += zinf SUBDIR += zynaddsubfx .include Index: head/audio/mate-media/Makefile =================================================================== --- head/audio/mate-media/Makefile (nonexistent) +++ head/audio/mate-media/Makefile (revision 334661) @@ -0,0 +1,44 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-media +PORTVERSION= 1.6.0 +CATEGORIES= audio mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Multimedia applications for the MATE desktop + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build desktop docutils intlhack ltverhack \ + panel +USE_GNOME= gnomehier glib20 gnomehier gtk20 libxml2 +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_GSTREAMER= good +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-pulseaudio \ + --enable-gst-mixer-applet +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.panel.applet.mixer.gschema.xml \ + org.mate.volume-control.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e 's|mixer_applet2|mate_mixer_applet2|g' \ + ${WRKSRC}/gst-mixer-applet/Makefile.am \ + ${WRKSRC}/gst-mixer-applet/load.c \ + ${WRKSRC}/gst-mixer-applet/org.mate.panel.applet.MixerAppletFactory.service.in \ + ${WRKSRC}/gst-mixer-applet/org.mate.applets.MixerApplet.mate-panel-applet.in.in + +.include Property changes on: head/audio/mate-media/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/mate-media/distinfo =================================================================== --- head/audio/mate-media/distinfo (nonexistent) +++ head/audio/mate-media/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-media-1.6.0.tar.xz) = baf0ac85685a376107feee47b372b678a86404ce215b19c7fc259b012a3694a6 +SIZE (mate/mate-media-1.6.0.tar.xz) = 863808 Property changes on: head/audio/mate-media/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/mate-media/files/patch-gst-mixer-applet_applet.c =================================================================== --- head/audio/mate-media/files/patch-gst-mixer-applet_applet.c (nonexistent) +++ head/audio/mate-media/files/patch-gst-mixer-applet_applet.c (revision 334661) @@ -0,0 +1,23 @@ +From 7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 Mon Sep 17 00:00:00 2001 +From: Stefano Karapetsas +Date: Sat, 11 May 2013 20:48:47 +0000 +Subject: gstreamer: Middle click on applet toggles mute state + +--- +diff --git a/gst-mixer-applet/applet.c b/gst-mixer-applet/applet.c +index 9ad53bb..1a511ed 100644 +--- gst-mixer-applet/applet.c ++++ gst-mixer-applet/applet.c +@@ -827,7 +827,9 @@ mate_volume_applet_button (GtkWidget *widget, + break; + } + break; +- case 2: /* move */ ++ case 2: /* mute */ ++ mate_volume_applet_toggle_mute (applet); ++ return TRUE; + case 3: /* menu */ + if (applet->pop) { + mate_volume_applet_popdown_dock (applet); +-- +cgit Property changes on: head/audio/mate-media/files/patch-gst-mixer-applet_applet.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/mate-media/pkg-descr =================================================================== --- head/audio/mate-media/pkg-descr (nonexistent) +++ head/audio/mate-media/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +Multimedia applications for the MATE desktop. Includes mate-cd, a CDDB +aware CD player; mate-volume-control, for controlling the sound card's mixer; +and VU-Meter, to slow down your desktop... + +WWW: http://mate-desktop.org/ Property changes on: head/audio/mate-media/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/mate-media/pkg-plist =================================================================== --- head/audio/mate-media/pkg-plist (nonexistent) +++ head/audio/mate-media/pkg-plist (revision 334661) @@ -0,0 +1,340 @@ +bin/mate-volume-control +libexec/mate_mixer_applet2 +share/MateConf/gsettings/mate-volume-control.convert +share/applications/mate-volume-control.desktop +share/dbus-1/services/org.mate.panel.applet.MixerAppletFactory.service +share/icons/mate/16x16/devices/gvc-3d-sound.png +share/icons/mate/16x16/devices/gvc-headphones.png +share/icons/mate/16x16/devices/gvc-line-in.png +share/icons/mate/16x16/devices/gvc-tone.png +share/icons/mate/16x16/status/audio-input-microphone-muted.png +share/locale/af/LC_MESSAGES/mate-media.mo +share/locale/am/LC_MESSAGES/mate-media.mo +share/locale/ar/LC_MESSAGES/mate-media.mo +share/locale/as/LC_MESSAGES/mate-media.mo +share/locale/ast/LC_MESSAGES/mate-media.mo +share/locale/az/LC_MESSAGES/mate-media.mo +share/locale/be/LC_MESSAGES/mate-media.mo +share/locale/be@latin/LC_MESSAGES/mate-media.mo +share/locale/bg/LC_MESSAGES/mate-media.mo +share/locale/bn/LC_MESSAGES/mate-media.mo +share/locale/bn_IN/LC_MESSAGES/mate-media.mo +share/locale/br/LC_MESSAGES/mate-media.mo +share/locale/bs/LC_MESSAGES/mate-media.mo +share/locale/ca/LC_MESSAGES/mate-media.mo +share/locale/ca@valencia/LC_MESSAGES/mate-media.mo +share/locale/cs/LC_MESSAGES/mate-media.mo +share/locale/cy/LC_MESSAGES/mate-media.mo +share/locale/da/LC_MESSAGES/mate-media.mo +share/locale/de/LC_MESSAGES/mate-media.mo +share/locale/dz/LC_MESSAGES/mate-media.mo +share/locale/el/LC_MESSAGES/mate-media.mo +share/locale/en@shaw/LC_MESSAGES/mate-media.mo +share/locale/en_CA/LC_MESSAGES/mate-media.mo +share/locale/en_GB/LC_MESSAGES/mate-media.mo +share/locale/es/LC_MESSAGES/mate-media.mo +share/locale/et/LC_MESSAGES/mate-media.mo +share/locale/eu/LC_MESSAGES/mate-media.mo +share/locale/fa/LC_MESSAGES/mate-media.mo +share/locale/fi/LC_MESSAGES/mate-media.mo +share/locale/fr/LC_MESSAGES/mate-media.mo +share/locale/ga/LC_MESSAGES/mate-media.mo +share/locale/gl/LC_MESSAGES/mate-media.mo +share/locale/gu/LC_MESSAGES/mate-media.mo +share/locale/he/LC_MESSAGES/mate-media.mo +share/locale/hi/LC_MESSAGES/mate-media.mo +share/locale/hr/LC_MESSAGES/mate-media.mo +share/locale/hu/LC_MESSAGES/mate-media.mo +share/locale/id/LC_MESSAGES/mate-media.mo +share/locale/it/LC_MESSAGES/mate-media.mo +share/locale/ja/LC_MESSAGES/mate-media.mo +share/locale/ka/LC_MESSAGES/mate-media.mo +share/locale/kn/LC_MESSAGES/mate-media.mo +share/locale/ko/LC_MESSAGES/mate-media.mo +share/locale/ku/LC_MESSAGES/mate-media.mo +share/locale/lt/LC_MESSAGES/mate-media.mo +share/locale/lv/LC_MESSAGES/mate-media.mo +share/locale/mai/LC_MESSAGES/mate-media.mo +share/locale/mg/LC_MESSAGES/mate-media.mo +share/locale/mk/LC_MESSAGES/mate-media.mo +share/locale/ml/LC_MESSAGES/mate-media.mo +share/locale/mn/LC_MESSAGES/mate-media.mo +share/locale/mr/LC_MESSAGES/mate-media.mo +share/locale/ms/LC_MESSAGES/mate-media.mo +share/locale/nb/LC_MESSAGES/mate-media.mo +share/locale/nds/LC_MESSAGES/mate-media.mo +share/locale/ne/LC_MESSAGES/mate-media.mo +share/locale/nl/LC_MESSAGES/mate-media.mo +share/locale/nn/LC_MESSAGES/mate-media.mo +share/locale/oc/LC_MESSAGES/mate-media.mo +share/locale/or/LC_MESSAGES/mate-media.mo +share/locale/pa/LC_MESSAGES/mate-media.mo +share/locale/pl/LC_MESSAGES/mate-media.mo +share/locale/pt/LC_MESSAGES/mate-media.mo +share/locale/pt_BR/LC_MESSAGES/mate-media.mo +share/locale/ro/LC_MESSAGES/mate-media.mo +share/locale/ru/LC_MESSAGES/mate-media.mo +share/locale/rw/LC_MESSAGES/mate-media.mo +share/locale/si/LC_MESSAGES/mate-media.mo +share/locale/sk/LC_MESSAGES/mate-media.mo +share/locale/sl/LC_MESSAGES/mate-media.mo +share/locale/sq/LC_MESSAGES/mate-media.mo +share/locale/sr/LC_MESSAGES/mate-media.mo +share/locale/sr@latin/LC_MESSAGES/mate-media.mo +share/locale/sv/LC_MESSAGES/mate-media.mo +share/locale/ta/LC_MESSAGES/mate-media.mo +share/locale/te/LC_MESSAGES/mate-media.mo +share/locale/th/LC_MESSAGES/mate-media.mo +share/locale/tk/LC_MESSAGES/mate-media.mo +share/locale/tr/LC_MESSAGES/mate-media.mo +share/locale/ug/LC_MESSAGES/mate-media.mo +share/locale/uk/LC_MESSAGES/mate-media.mo +share/locale/vi/LC_MESSAGES/mate-media.mo +share/locale/wa/LC_MESSAGES/mate-media.mo +share/locale/xh/LC_MESSAGES/mate-media.mo +share/locale/zh_CN/LC_MESSAGES/mate-media.mo +share/locale/zh_HK/LC_MESSAGES/mate-media.mo +share/locale/zh_TW/LC_MESSAGES/mate-media.mo +share/mate-2.0/ui/mixer-applet-menu.xml +%%DATADIR%%/pixmaps/chain-broken.png +%%DATADIR%%/pixmaps/chain.png +%%DATADIR%%/sounds/mate-sounds-default.xml +share/mate-panel/applets/org.mate.applets.MixerApplet.mate-panel-applet +share/mate/help/mate-mixer_applet2/C/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/C/legal.xml +share/mate/help/mate-mixer_applet2/C/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/ca/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/ca/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/cs/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/cs/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/da/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/da/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/de/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/de/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/el/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/el/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/en_GB/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/en_GB/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/es/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/es/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/eu/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/eu/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/fi/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/fi/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/fr/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/fr/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/hu/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/hu/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/it/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/it/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/ko/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/ko/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/oc/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/oc/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/pa/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/pa/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/pt_BR/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/pt_BR/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/ru/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/ru/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/sv/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/sv/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/uk/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/uk/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/zh_CN/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/zh_CN/mate-mixer_applet2.xml +share/mate/help/mate-volume-control/C/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/C/legal.xml +share/mate/help/mate-volume-control/C/mate-volume-control.xml +share/mate/help/mate-volume-control/ca/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/ca/mate-volume-control.xml +share/mate/help/mate-volume-control/cs/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/cs/mate-volume-control.xml +share/mate/help/mate-volume-control/da/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/da/mate-volume-control.xml +share/mate/help/mate-volume-control/de/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/de/mate-volume-control.xml +share/mate/help/mate-volume-control/el/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/el/mate-volume-control.xml +share/mate/help/mate-volume-control/en_GB/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/en_GB/mate-volume-control.xml +share/mate/help/mate-volume-control/es/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/es/mate-volume-control.xml +share/mate/help/mate-volume-control/fr/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/fr/mate-volume-control.xml +share/mate/help/mate-volume-control/it/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/it/mate-volume-control.xml +share/mate/help/mate-volume-control/oc/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/oc/mate-volume-control.xml +share/mate/help/mate-volume-control/ru/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/ru/mate-volume-control.xml +share/mate/help/mate-volume-control/sv/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/sv/mate-volume-control.xml +share/mate/help/mate-volume-control/zh_CN/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/zh_CN/mate-volume-control.xml +share/omf/mate-mixer_applet2/mate-mixer_applet2-C.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-ca.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-cs.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-da.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-de.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-el.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-en_GB.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-es.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-eu.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-fi.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-fr.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-hu.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-it.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-ko.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-oc.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-pa.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-pt_BR.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-ru.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-sv.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-uk.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-zh_CN.omf +share/omf/mate-volume-control/mate-volume-control-C.omf +share/omf/mate-volume-control/mate-volume-control-ca.omf +share/omf/mate-volume-control/mate-volume-control-cs.omf +share/omf/mate-volume-control/mate-volume-control-da.omf +share/omf/mate-volume-control/mate-volume-control-de.omf +share/omf/mate-volume-control/mate-volume-control-el.omf +share/omf/mate-volume-control/mate-volume-control-en_GB.omf +share/omf/mate-volume-control/mate-volume-control-es.omf +share/omf/mate-volume-control/mate-volume-control-fr.omf +share/omf/mate-volume-control/mate-volume-control-it.omf +share/omf/mate-volume-control/mate-volume-control-oc.omf +share/omf/mate-volume-control/mate-volume-control-ru.omf +share/omf/mate-volume-control/mate-volume-control-sv.omf +share/omf/mate-volume-control/mate-volume-control-zh_CN.omf +share/sounds/mate/default/alerts/bark.ogg +share/sounds/mate/default/alerts/drip.ogg +share/sounds/mate/default/alerts/glass.ogg +share/sounds/mate/default/alerts/sonar.ogg +@dirrm share/sounds/mate/default/alerts +@dirrm share/sounds/mate/default +@dirrm share/sounds/mate +@dirrm share/omf/mate-volume-control +@dirrm share/omf/mate-mixer_applet2 +@dirrm share/mate/help/mate-volume-control/zh_CN/figures +@dirrm share/mate/help/mate-volume-control/zh_CN +@dirrm share/mate/help/mate-volume-control/sv/figures +@dirrm share/mate/help/mate-volume-control/sv +@dirrm share/mate/help/mate-volume-control/ru/figures +@dirrm share/mate/help/mate-volume-control/ru +@dirrm share/mate/help/mate-volume-control/oc/figures +@dirrm share/mate/help/mate-volume-control/oc +@dirrm share/mate/help/mate-volume-control/it/figures +@dirrm share/mate/help/mate-volume-control/it +@dirrm share/mate/help/mate-volume-control/fr/figures +@dirrm share/mate/help/mate-volume-control/fr +@dirrm share/mate/help/mate-volume-control/es/figures +@dirrm share/mate/help/mate-volume-control/es +@dirrm share/mate/help/mate-volume-control/en_GB/figures +@dirrm share/mate/help/mate-volume-control/en_GB +@dirrm share/mate/help/mate-volume-control/el/figures +@dirrm share/mate/help/mate-volume-control/el +@dirrm share/mate/help/mate-volume-control/de/figures +@dirrm share/mate/help/mate-volume-control/de +@dirrm share/mate/help/mate-volume-control/da/figures +@dirrm share/mate/help/mate-volume-control/da +@dirrm share/mate/help/mate-volume-control/cs/figures +@dirrm share/mate/help/mate-volume-control/cs +@dirrm share/mate/help/mate-volume-control/ca/figures +@dirrm share/mate/help/mate-volume-control/ca +@dirrm share/mate/help/mate-volume-control/C/figures +@dirrm share/mate/help/mate-volume-control/C +@dirrm share/mate/help/mate-volume-control +@dirrm share/mate/help/mate-mixer_applet2/zh_CN/figures +@dirrm share/mate/help/mate-mixer_applet2/zh_CN +@dirrm share/mate/help/mate-mixer_applet2/uk/figures +@dirrm share/mate/help/mate-mixer_applet2/uk +@dirrm share/mate/help/mate-mixer_applet2/sv/figures +@dirrm share/mate/help/mate-mixer_applet2/sv +@dirrm share/mate/help/mate-mixer_applet2/ru/figures +@dirrm share/mate/help/mate-mixer_applet2/ru +@dirrm share/mate/help/mate-mixer_applet2/pt_BR/figures +@dirrm share/mate/help/mate-mixer_applet2/pt_BR +@dirrm share/mate/help/mate-mixer_applet2/pa/figures +@dirrm share/mate/help/mate-mixer_applet2/pa +@dirrm share/mate/help/mate-mixer_applet2/oc/figures +@dirrm share/mate/help/mate-mixer_applet2/oc +@dirrm share/mate/help/mate-mixer_applet2/ko/figures +@dirrm share/mate/help/mate-mixer_applet2/ko +@dirrm share/mate/help/mate-mixer_applet2/it/figures +@dirrm share/mate/help/mate-mixer_applet2/it +@dirrm share/mate/help/mate-mixer_applet2/hu/figures +@dirrm share/mate/help/mate-mixer_applet2/hu +@dirrm share/mate/help/mate-mixer_applet2/fr/figures +@dirrm share/mate/help/mate-mixer_applet2/fr +@dirrm share/mate/help/mate-mixer_applet2/fi/figures +@dirrm share/mate/help/mate-mixer_applet2/fi +@dirrm share/mate/help/mate-mixer_applet2/eu/figures +@dirrm share/mate/help/mate-mixer_applet2/eu +@dirrm share/mate/help/mate-mixer_applet2/es/figures +@dirrm share/mate/help/mate-mixer_applet2/es +@dirrm share/mate/help/mate-mixer_applet2/en_GB/figures +@dirrm share/mate/help/mate-mixer_applet2/en_GB +@dirrm share/mate/help/mate-mixer_applet2/el/figures +@dirrm share/mate/help/mate-mixer_applet2/el +@dirrm share/mate/help/mate-mixer_applet2/de/figures +@dirrm share/mate/help/mate-mixer_applet2/de +@dirrm share/mate/help/mate-mixer_applet2/da/figures +@dirrm share/mate/help/mate-mixer_applet2/da +@dirrm share/mate/help/mate-mixer_applet2/cs/figures +@dirrm share/mate/help/mate-mixer_applet2/cs +@dirrm share/mate/help/mate-mixer_applet2/ca/figures +@dirrm share/mate/help/mate-mixer_applet2/ca +@dirrm share/mate/help/mate-mixer_applet2/C/figures +@dirrm share/mate/help/mate-mixer_applet2/C +@dirrm share/mate/help/mate-mixer_applet2 +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/16x16/status +@dirrmtry share/icons/mate/16x16/devices +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons Property changes on: head/audio/mate-media/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/Makefile =================================================================== --- head/deskutils/Makefile (revision 334660) +++ head/deskutils/Makefile (revision 334661) @@ -1,278 +1,283 @@ # $FreeBSD$ # COMMENT = Things that used to be on the desktop before computers were invented SUBDIR += adesklets SUBDIR += affiche SUBDIR += akamaru SUBDIR += alacarte SUBDIR += appwrapper SUBDIR += aspostit SUBDIR += autocutsel SUBDIR += babytrans SUBDIR += basket SUBDIR += bigyear SUBDIR += bitcollider SUBDIR += bmp-docklet SUBDIR += cairo-dock SUBDIR += cairo-dock-plugins SUBDIR += cal SUBDIR += calcurse SUBDIR += calibre SUBDIR += cartotheque SUBDIR += cdcat SUBDIR += charmap SUBDIR += charmtimetracker SUBDIR += checkrdf SUBDIR += clipit SUBDIR += conduit SUBDIR += conkyemail SUBDIR += conkyforecast SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deforaos-todo SUBDIR += deskbar-applet SUBDIR += devd-notifier SUBDIR += displaycalibrator SUBDIR += dlume SUBDIR += docear SUBDIR += dosage SUBDIR += drivel SUBDIR += easystroke SUBDIR += ecru SUBDIR += egroupware SUBDIR += epoch SUBDIR += etask SUBDIR += everygui SUBDIR += evolution-jescs SUBDIR += fbreader SUBDIR += fengoffice SUBDIR += fet SUBDIR += freemind SUBDIR += fusenshi SUBDIR += gaddr SUBDIR += ganttproject SUBDIR += ganyremote SUBDIR += gbirthday SUBDIR += gcal SUBDIR += gcalcli SUBDIR += gdesklets SUBDIR += gdesklets-recentlyused SUBDIR += gdesklets-starterbar SUBDIR += genius SUBDIR += gimmie SUBDIR += gkrellm-reminder2 SUBDIR += glabels SUBDIR += glipper SUBDIR += global-menu SUBDIR += gmcal SUBDIR += gnochm SUBDIR += gnome-blog SUBDIR += gnome-main-menu SUBDIR += gnome-utils SUBDIR += gnote SUBDIR += gnotime SUBDIR += gnustep-notebook SUBDIR += gnustep-wrapper SUBDIR += gourmet SUBDIR += griffith SUBDIR += growl-for-linux SUBDIR += gruler SUBDIR += gtg SUBDIR += gtimer SUBDIR += gtkjournal SUBDIR += gtodo SUBDIR += gtweakui SUBDIR += gucharmap SUBDIR += gworkspace SUBDIR += gworkspace-gwmetadata SUBDIR += gxmessage SUBDIR += gxneur SUBDIR += hamster-applet SUBDIR += hebcal SUBDIR += helpviewer SUBDIR += horde3-hermes SUBDIR += horde3-klutz SUBDIR += horde3-kronolith SUBDIR += horde3-mnemo SUBDIR += horde3-nag SUBDIR += horde-groupware SUBDIR += horde-kronolith SUBDIR += horde-mnemo SUBDIR += horde-nag SUBDIR += hot-babe SUBDIR += howm SUBDIR += ical SUBDIR += ithought SUBDIR += jjclient SUBDIR += jlj SUBDIR += kcharselect SUBDIR += kchmviewer-kde4 SUBDIR += kdepim4 SUBDIR += kdepim4-runtime SUBDIR += kdepim44 SUBDIR += kdepim44-runtime SUBDIR += kdepimlibs4 SUBDIR += kdeplasma-addons SUBDIR += kruler SUBDIR += ksshaskpass SUBDIR += kupfer SUBDIR += labyrinth SUBDIR += launchy SUBDIR += libgcal SUBDIR += libopensync-plugin-evolution2 SUBDIR += libopensync-plugin-evolution2-devel SUBDIR += libopensync-plugin-file SUBDIR += libopensync-plugin-python SUBDIR += libopensync-plugin-python-devel SUBDIR += libopensync-plugin-sunbird SUBDIR += libopensync-plugin-synce SUBDIR += libopensync-plugin-synce-devel SUBDIR += libopensync-plugin-synce-legacy SUBDIR += libopensync-plugin-vformat-devel SUBDIR += libstreamanalyzer SUBDIR += libstreams SUBDIR += ljcharm SUBDIR += ljclive SUBDIR += ljit SUBDIR += logjam SUBDIR += lxshortcut + SUBDIR += mate-character-map + SUBDIR += mate-file-manager-open-terminal + SUBDIR += mate-menu-editor + SUBDIR += mate-notification-daemon + SUBDIR += mate-utils SUBDIR += mcal SUBDIR += mdh SUBDIR += mencal SUBDIR += menumaker SUBDIR += mirall SUBDIR += moregroupware SUBDIR += mrundlg SUBDIR += msynctool SUBDIR += multisync SUBDIR += multisync-backup SUBDIR += multisync-syncml SUBDIR += myitcrm SUBDIR += nagaina SUBDIR += narval SUBDIR += nautilus-actions SUBDIR += nautilus-locked-folder SUBDIR += nautilus-open-terminal SUBDIR += nautilus-sendto SUBDIR += notecase SUBDIR += notification-daemon SUBDIR += notify-osd SUBDIR += ontv SUBDIR += openproj SUBDIR += orage SUBDIR += org-mode.el SUBDIR += osmo SUBDIR += osynctool SUBDIR += p5-Data-ICal SUBDIR += p5-Goo SUBDIR += p5-ZConf-BGSet SUBDIR += p5-ZConf-Runner SUBDIR += p5-ZConf-Runner-GUI-GTK SUBDIR += pal SUBDIR += parcellite SUBDIR += phpcollab SUBDIR += phpicalendar SUBDIR += phprojekt SUBDIR += pinot SUBDIR += plan SUBDIR += planner SUBDIR += planner.el SUBDIR += plans SUBDIR += plasma-applet-cwp SUBDIR += plasma-applet-daisy SUBDIR += plasma-applet-fancytasks SUBDIR += plasma-applet-panelspacer SUBDIR += plasma-applet-playwolf SUBDIR += plasma-applet-qstardict SUBDIR += plasma-applet-serverstatuswidget SUBDIR += plasma-applet-simpleweatherforecast SUBDIR += plasma-applet-teacooker SUBDIR += plasma-applet-yawp SUBDIR += plopfolio SUBDIR += preferencepanes SUBDIR += preferences SUBDIR += py-send2trash SUBDIR += py-vobject SUBDIR += pybookreader SUBDIR += pypanel SUBDIR += q4wine SUBDIR += qlabels SUBDIR += qorganizer SUBDIR += qrfcview SUBDIR += qtm SUBDIR += recoll SUBDIR += rednotebook SUBDIR += remember.el SUBDIR += remind SUBDIR += rolo SUBDIR += rox-memo SUBDIR += rubrica SUBDIR += semantik SUBDIR += silence SUBDIR += simpleagenda SUBDIR += simplegroupware SUBDIR += sliderule SUBDIR += splashsetter SUBDIR += steadyflow SUBDIR += strigi SUBDIR += strigiclient SUBDIR += strigidaemon SUBDIR += strigiutils SUBDIR += sugarcrm SUBDIR += superkaramba SUBDIR += superswitcher SUBDIR += surrealtodo SUBDIR += systempreferences SUBDIR += tagutils SUBDIR += taskcoach SUBDIR += taskjuggler SUBDIR += taskwarrior SUBDIR += teapot SUBDIR += tel SUBDIR += thinkingrock SUBDIR += timer-applet SUBDIR += tine20 SUBDIR += tnote SUBDIR += todo SUBDIR += tomboy SUBDIR += tomboy-plugin-latex SUBDIR += tomboy-plugin-reminder SUBDIR += tomboy-plugin-todo SUBDIR += tomboy-plugin-wordcount SUBDIR += toolboxkit SUBDIR += tpb SUBDIR += treeline SUBDIR += tuxcards SUBDIR += vboxgtk SUBDIR += virt-manager SUBDIR += vnc2flv SUBDIR += vym SUBDIR += wammu SUBDIR += when SUBDIR += wmpinboard SUBDIR += wyrd SUBDIR += x-tile SUBDIR += x026 SUBDIR += xcalendar SUBDIR += xchm SUBDIR += xfce4-generic-slider SUBDIR += xfce4-notes-plugin SUBDIR += xfce4-notification-daemon SUBDIR += xfce4-notifyd SUBDIR += xfce4-tumbler SUBDIR += xfce4-xkb-plugin SUBDIR += xmaddressbook SUBDIR += xmdiary SUBDIR += xneur SUBDIR += xpad SUBDIR += xpad-current SUBDIR += xpostit SUBDIR += xpostitPlus SUBDIR += xrolo SUBDIR += xwrits SUBDIR += znotes SUBDIR += zorro .include Index: head/deskutils/mate-character-map/Makefile =================================================================== --- head/deskutils/mate-character-map/Makefile (nonexistent) +++ head/deskutils/mate-character-map/Makefile (revision 334661) @@ -0,0 +1,34 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-character-map +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Unicode/ISO10646 character map and font viewer + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack ltverhack +USE_GNOME= glib20 gnomehier gtk20 gnomedocutils +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 \ + --disable-unihan +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.mucharmap.enums.xml \ + org.mate.mucharmap.gschema.xml + +.include Property changes on: head/deskutils/mate-character-map/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/mate-character-map/distinfo =================================================================== --- head/deskutils/mate-character-map/distinfo (nonexistent) +++ head/deskutils/mate-character-map/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-character-map-1.6.0.tar.xz) = 14a18a02db1a7a966d74229350eec64468e0aaf47ec5726a1b2042def9719635 +SIZE (mate/mate-character-map-1.6.0.tar.xz) = 2349936 Property changes on: head/deskutils/mate-character-map/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-character-map/pkg-descr =================================================================== --- head/deskutils/mate-character-map/pkg-descr (nonexistent) +++ head/deskutils/mate-character-map/pkg-descr (revision 334661) @@ -0,0 +1,4 @@ +mucharmap is a Unicode/ISO10646 character map and font viewer. It uses +GTK+ 2, and supports anti-aliased, scalable fonts. + +WWW: http://mate-desktop.org/ Property changes on: head/deskutils/mate-character-map/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-character-map/pkg-plist =================================================================== --- head/deskutils/mate-character-map/pkg-plist (nonexistent) +++ head/deskutils/mate-character-map/pkg-plist (revision 334661) @@ -0,0 +1,246 @@ +bin/mate-character-map +bin/mucharmap +include/mucharmap-2.0/mucharmap/mucharmap-block-chapters-model.h +include/mucharmap-2.0/mucharmap/mucharmap-block-codepoint-list.h +include/mucharmap-2.0/mucharmap/mucharmap-chapters-model.h +include/mucharmap-2.0/mucharmap/mucharmap-chapters-view.h +include/mucharmap-2.0/mucharmap/mucharmap-charmap.h +include/mucharmap-2.0/mucharmap/mucharmap-chartable.h +include/mucharmap-2.0/mucharmap/mucharmap-codepoint-list.h +include/mucharmap-2.0/mucharmap/mucharmap-script-chapters-model.h +include/mucharmap-2.0/mucharmap/mucharmap-script-codepoint-list.h +include/mucharmap-2.0/mucharmap/mucharmap-type-builtins.h +include/mucharmap-2.0/mucharmap/mucharmap-unicode-info.h +include/mucharmap-2.0/mucharmap/mucharmap.h +lib/libmucharmap.a +lib/libmucharmap.la +lib/libmucharmap.so +lib/libmucharmap.so.7 +libdata/pkgconfig/mucharmap-2.pc +share/applications/mucharmap.desktop +share/locale/af/LC_MESSAGES/mucharmap.mo +share/locale/am/LC_MESSAGES/mucharmap.mo +share/locale/ar/LC_MESSAGES/mucharmap.mo +share/locale/as/LC_MESSAGES/mucharmap.mo +share/locale/ast/LC_MESSAGES/mucharmap.mo +share/locale/az/LC_MESSAGES/mucharmap.mo +share/locale/be/LC_MESSAGES/mucharmap.mo +share/locale/be@latin/LC_MESSAGES/mucharmap.mo +share/locale/bg/LC_MESSAGES/mucharmap.mo +share/locale/bn/LC_MESSAGES/mucharmap.mo +share/locale/bn_IN/LC_MESSAGES/mucharmap.mo +share/locale/br/LC_MESSAGES/mucharmap.mo +share/locale/bs/LC_MESSAGES/mucharmap.mo +share/locale/ca/LC_MESSAGES/mucharmap.mo +share/locale/ca@valencia/LC_MESSAGES/mucharmap.mo +share/locale/cs/LC_MESSAGES/mucharmap.mo +share/locale/cy/LC_MESSAGES/mucharmap.mo +share/locale/da/LC_MESSAGES/mucharmap.mo +share/locale/de/LC_MESSAGES/mucharmap.mo +share/locale/dz/LC_MESSAGES/mucharmap.mo +share/locale/el/LC_MESSAGES/mucharmap.mo +share/locale/en@shaw/LC_MESSAGES/mucharmap.mo +share/locale/en_CA/LC_MESSAGES/mucharmap.mo +share/locale/en_GB/LC_MESSAGES/mucharmap.mo +share/locale/eo/LC_MESSAGES/mucharmap.mo +share/locale/es/LC_MESSAGES/mucharmap.mo +share/locale/et/LC_MESSAGES/mucharmap.mo +share/locale/eu/LC_MESSAGES/mucharmap.mo +share/locale/fa/LC_MESSAGES/mucharmap.mo +share/locale/fi/LC_MESSAGES/mucharmap.mo +share/locale/fr/LC_MESSAGES/mucharmap.mo +share/locale/ga/LC_MESSAGES/mucharmap.mo +share/locale/gl/LC_MESSAGES/mucharmap.mo +share/locale/gu/LC_MESSAGES/mucharmap.mo +share/locale/he/LC_MESSAGES/mucharmap.mo +share/locale/hi/LC_MESSAGES/mucharmap.mo +share/locale/hr/LC_MESSAGES/mucharmap.mo +share/locale/hu/LC_MESSAGES/mucharmap.mo +share/locale/id/LC_MESSAGES/mucharmap.mo +share/locale/is/LC_MESSAGES/mucharmap.mo +share/locale/it/LC_MESSAGES/mucharmap.mo +share/locale/ja/LC_MESSAGES/mucharmap.mo +share/locale/ka/LC_MESSAGES/mucharmap.mo +share/locale/kn/LC_MESSAGES/mucharmap.mo +share/locale/ko/LC_MESSAGES/mucharmap.mo +share/locale/lt/LC_MESSAGES/mucharmap.mo +share/locale/lv/LC_MESSAGES/mucharmap.mo +share/locale/mai/LC_MESSAGES/mucharmap.mo +share/locale/mi/LC_MESSAGES/mucharmap.mo +share/locale/mk/LC_MESSAGES/mucharmap.mo +share/locale/ml/LC_MESSAGES/mucharmap.mo +share/locale/mn/LC_MESSAGES/mucharmap.mo +share/locale/mr/LC_MESSAGES/mucharmap.mo +share/locale/ms/LC_MESSAGES/mucharmap.mo +share/locale/nb/LC_MESSAGES/mucharmap.mo +share/locale/ne/LC_MESSAGES/mucharmap.mo +share/locale/nl/LC_MESSAGES/mucharmap.mo +share/locale/nn/LC_MESSAGES/mucharmap.mo +share/locale/oc/LC_MESSAGES/mucharmap.mo +share/locale/or/LC_MESSAGES/mucharmap.mo +share/locale/pa/LC_MESSAGES/mucharmap.mo +share/locale/pl/LC_MESSAGES/mucharmap.mo +share/locale/pt/LC_MESSAGES/mucharmap.mo +share/locale/pt_BR/LC_MESSAGES/mucharmap.mo +share/locale/ro/LC_MESSAGES/mucharmap.mo +share/locale/ru/LC_MESSAGES/mucharmap.mo +share/locale/rw/LC_MESSAGES/mucharmap.mo +share/locale/si/LC_MESSAGES/mucharmap.mo +share/locale/sk/LC_MESSAGES/mucharmap.mo +share/locale/sl/LC_MESSAGES/mucharmap.mo +share/locale/sq/LC_MESSAGES/mucharmap.mo +share/locale/sr/LC_MESSAGES/mucharmap.mo +share/locale/sr@latin/LC_MESSAGES/mucharmap.mo +share/locale/sv/LC_MESSAGES/mucharmap.mo +share/locale/ta/LC_MESSAGES/mucharmap.mo +share/locale/te/LC_MESSAGES/mucharmap.mo +share/locale/th/LC_MESSAGES/mucharmap.mo +share/locale/tr/LC_MESSAGES/mucharmap.mo +share/locale/uk/LC_MESSAGES/mucharmap.mo +share/locale/vi/LC_MESSAGES/mucharmap.mo +share/locale/wa/LC_MESSAGES/mucharmap.mo +share/locale/xh/LC_MESSAGES/mucharmap.mo +share/locale/zh_CN/LC_MESSAGES/mucharmap.mo +share/locale/zh_HK/LC_MESSAGES/mucharmap.mo +share/locale/zh_TW/LC_MESSAGES/mucharmap.mo +share/mate/help/mucharmap/C/figures/mucharmap_start_window.png +share/mate/help/mucharmap/C/figures/mucharmap_window.png +share/mate/help/mucharmap/C/legal.xml +share/mate/help/mucharmap/C/mucharmap.xml +share/mate/help/mucharmap/bg/figures/mucharmap_start_window.png +share/mate/help/mucharmap/bg/figures/mucharmap_window.png +share/mate/help/mucharmap/bg/mucharmap.xml +share/mate/help/mucharmap/ca/figures/mucharmap_start_window.png +share/mate/help/mucharmap/ca/figures/mucharmap_window.png +share/mate/help/mucharmap/ca/mucharmap.xml +share/mate/help/mucharmap/cs/figures/mucharmap_start_window.png +share/mate/help/mucharmap/cs/figures/mucharmap_window.png +share/mate/help/mucharmap/cs/mucharmap.xml +share/mate/help/mucharmap/de/figures/mucharmap_start_window.png +share/mate/help/mucharmap/de/figures/mucharmap_window.png +share/mate/help/mucharmap/de/mucharmap.xml +share/mate/help/mucharmap/el/figures/mucharmap_start_window.png +share/mate/help/mucharmap/el/figures/mucharmap_window.png +share/mate/help/mucharmap/el/mucharmap.xml +share/mate/help/mucharmap/en_GB/figures/mucharmap_start_window.png +share/mate/help/mucharmap/en_GB/figures/mucharmap_window.png +share/mate/help/mucharmap/en_GB/mucharmap.xml +share/mate/help/mucharmap/es/figures/mucharmap_start_window.png +share/mate/help/mucharmap/es/figures/mucharmap_window.png +share/mate/help/mucharmap/es/mucharmap.xml +share/mate/help/mucharmap/fi/figures/mucharmap_start_window.png +share/mate/help/mucharmap/fi/figures/mucharmap_window.png +share/mate/help/mucharmap/fi/mucharmap.xml +share/mate/help/mucharmap/fr/figures/mucharmap_start_window.png +share/mate/help/mucharmap/fr/figures/mucharmap_window.png +share/mate/help/mucharmap/fr/mucharmap.xml +share/mate/help/mucharmap/ko/figures/mucharmap_start_window.png +share/mate/help/mucharmap/ko/figures/mucharmap_window.png +share/mate/help/mucharmap/ko/mucharmap.xml +share/mate/help/mucharmap/oc/figures/mucharmap_start_window.png +share/mate/help/mucharmap/oc/figures/mucharmap_window.png +share/mate/help/mucharmap/oc/mucharmap.xml +share/mate/help/mucharmap/pt_BR/figures/mucharmap_start_window.png +share/mate/help/mucharmap/pt_BR/figures/mucharmap_window.png +share/mate/help/mucharmap/pt_BR/mucharmap.xml +share/mate/help/mucharmap/ru/figures/mucharmap_start_window.png +share/mate/help/mucharmap/ru/figures/mucharmap_window.png +share/mate/help/mucharmap/ru/mucharmap.xml +share/mate/help/mucharmap/sv/figures/mucharmap_start_window.png +share/mate/help/mucharmap/sv/figures/mucharmap_window.png +share/mate/help/mucharmap/sv/mucharmap.xml +share/mate/help/mucharmap/vi/figures/mucharmap_start_window.png +share/mate/help/mucharmap/vi/figures/mucharmap_window.png +share/mate/help/mucharmap/vi/mucharmap.xml +share/mate/help/mucharmap/zh_CN/figures/mucharmap_start_window.png +share/mate/help/mucharmap/zh_CN/figures/mucharmap_window.png +share/mate/help/mucharmap/zh_CN/mucharmap.xml +share/omf/mucharmap/mucharmap-C.omf +share/omf/mucharmap/mucharmap-bg.omf +share/omf/mucharmap/mucharmap-ca.omf +share/omf/mucharmap/mucharmap-cs.omf +share/omf/mucharmap/mucharmap-de.omf +share/omf/mucharmap/mucharmap-el.omf +share/omf/mucharmap/mucharmap-en_GB.omf +share/omf/mucharmap/mucharmap-es.omf +share/omf/mucharmap/mucharmap-fi.omf +share/omf/mucharmap/mucharmap-fr.omf +share/omf/mucharmap/mucharmap-ko.omf +share/omf/mucharmap/mucharmap-oc.omf +share/omf/mucharmap/mucharmap-pt_BR.omf +share/omf/mucharmap/mucharmap-ru.omf +share/omf/mucharmap/mucharmap-sv.omf +share/omf/mucharmap/mucharmap-vi.omf +share/omf/mucharmap/mucharmap-zh_CN.omf +@dirrm share/omf/mucharmap +@dirrm share/mate/help/mucharmap/zh_CN/figures +@dirrm share/mate/help/mucharmap/zh_CN +@dirrm share/mate/help/mucharmap/vi/figures +@dirrm share/mate/help/mucharmap/vi +@dirrm share/mate/help/mucharmap/sv/figures +@dirrm share/mate/help/mucharmap/sv +@dirrm share/mate/help/mucharmap/ru/figures +@dirrm share/mate/help/mucharmap/ru +@dirrm share/mate/help/mucharmap/pt_BR/figures +@dirrm share/mate/help/mucharmap/pt_BR +@dirrm share/mate/help/mucharmap/oc/figures +@dirrm share/mate/help/mucharmap/oc +@dirrm share/mate/help/mucharmap/ko/figures +@dirrm share/mate/help/mucharmap/ko +@dirrm share/mate/help/mucharmap/fr/figures +@dirrm share/mate/help/mucharmap/fr +@dirrm share/mate/help/mucharmap/fi/figures +@dirrm share/mate/help/mucharmap/fi +@dirrm share/mate/help/mucharmap/es/figures +@dirrm share/mate/help/mucharmap/es +@dirrm share/mate/help/mucharmap/en_GB/figures +@dirrm share/mate/help/mucharmap/en_GB +@dirrm share/mate/help/mucharmap/el/figures +@dirrm share/mate/help/mucharmap/el +@dirrm share/mate/help/mucharmap/de/figures +@dirrm share/mate/help/mucharmap/de +@dirrm share/mate/help/mucharmap/cs/figures +@dirrm share/mate/help/mucharmap/cs +@dirrm share/mate/help/mucharmap/ca/figures +@dirrm share/mate/help/mucharmap/ca +@dirrm share/mate/help/mucharmap/bg/figures +@dirrm share/mate/help/mucharmap/bg +@dirrm share/mate/help/mucharmap/C/figures +@dirrm share/mate/help/mucharmap/C +@dirrm share/mate/help/mucharmap +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm include/mucharmap-2.0/mucharmap +@dirrm include/mucharmap-2.0 Property changes on: head/deskutils/mate-character-map/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-file-manager-open-terminal/Makefile =================================================================== --- head/deskutils/mate-file-manager-open-terminal/Makefile (nonexistent) +++ head/deskutils/mate-file-manager-open-terminal/Makefile (revision 334661) @@ -0,0 +1,29 @@ +# Created by: Nicole Reid +# $FreeBSD$ + +PORTNAME= mate-file-manager-open-terminal +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Caja extension which allows you to open a terminal + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen caja common:build desktop intlhack +USE_GNOME= glib20 gnomehier +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env \ + autoheader:env +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.apps.caja-open-terminal.gschema.xml + +.include Property changes on: head/deskutils/mate-file-manager-open-terminal/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/mate-file-manager-open-terminal/distinfo =================================================================== --- head/deskutils/mate-file-manager-open-terminal/distinfo (nonexistent) +++ head/deskutils/mate-file-manager-open-terminal/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-manager-open-terminal-1.6.0.tar.xz) = 9898d640aad99be84fbc42f3e2e4f90400939480f94ac5a1ed1a09475df944e8 +SIZE (mate/mate-file-manager-open-terminal-1.6.0.tar.xz) = 34712 Property changes on: head/deskutils/mate-file-manager-open-terminal/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-file-manager-open-terminal/pkg-descr =================================================================== --- head/deskutils/mate-file-manager-open-terminal/pkg-descr (nonexistent) +++ head/deskutils/mate-file-manager-open-terminal/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +Caja extension which allows you to open a terminal. + +WWW: http://mate-desktop.org/ Property changes on: head/deskutils/mate-file-manager-open-terminal/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-file-manager-open-terminal/pkg-plist =================================================================== --- head/deskutils/mate-file-manager-open-terminal/pkg-plist (nonexistent) +++ head/deskutils/mate-file-manager-open-terminal/pkg-plist (revision 334661) @@ -0,0 +1,85 @@ +lib/caja/extensions-2.0/libcaja-open-terminal.a +lib/caja/extensions-2.0/libcaja-open-terminal.la +lib/caja/extensions-2.0/libcaja-open-terminal.so +share/MateConf/gsettings/caja-open-terminal.convert +share/locale/am/LC_MESSAGES/caja-open-terminal.mo +share/locale/ar/LC_MESSAGES/caja-open-terminal.mo +share/locale/ast/LC_MESSAGES/caja-open-terminal.mo +share/locale/be/LC_MESSAGES/caja-open-terminal.mo +share/locale/be@latin/LC_MESSAGES/caja-open-terminal.mo +share/locale/bg/LC_MESSAGES/caja-open-terminal.mo +share/locale/bn_IN/LC_MESSAGES/caja-open-terminal.mo +share/locale/ca/LC_MESSAGES/caja-open-terminal.mo +share/locale/cs/LC_MESSAGES/caja-open-terminal.mo +share/locale/da/LC_MESSAGES/caja-open-terminal.mo +share/locale/de/LC_MESSAGES/caja-open-terminal.mo +share/locale/dz/LC_MESSAGES/caja-open-terminal.mo +share/locale/el/LC_MESSAGES/caja-open-terminal.mo +share/locale/en_AU/LC_MESSAGES/caja-open-terminal.mo +share/locale/en_CA/LC_MESSAGES/caja-open-terminal.mo +share/locale/en_GB/LC_MESSAGES/caja-open-terminal.mo +share/locale/eo/LC_MESSAGES/caja-open-terminal.mo +share/locale/es/LC_MESSAGES/caja-open-terminal.mo +share/locale/et/LC_MESSAGES/caja-open-terminal.mo +share/locale/eu/LC_MESSAGES/caja-open-terminal.mo +share/locale/fi/LC_MESSAGES/caja-open-terminal.mo +share/locale/fr/LC_MESSAGES/caja-open-terminal.mo +share/locale/gl/LC_MESSAGES/caja-open-terminal.mo +share/locale/gu/LC_MESSAGES/caja-open-terminal.mo +share/locale/he/LC_MESSAGES/caja-open-terminal.mo +share/locale/hr/LC_MESSAGES/caja-open-terminal.mo +share/locale/hu/LC_MESSAGES/caja-open-terminal.mo +share/locale/id/LC_MESSAGES/caja-open-terminal.mo +share/locale/is/LC_MESSAGES/caja-open-terminal.mo +share/locale/it/LC_MESSAGES/caja-open-terminal.mo +share/locale/ja/LC_MESSAGES/caja-open-terminal.mo +share/locale/ka/LC_MESSAGES/caja-open-terminal.mo +share/locale/ko/LC_MESSAGES/caja-open-terminal.mo +share/locale/ky/LC_MESSAGES/caja-open-terminal.mo +share/locale/lt/LC_MESSAGES/caja-open-terminal.mo +share/locale/lv/LC_MESSAGES/caja-open-terminal.mo +share/locale/mk/LC_MESSAGES/caja-open-terminal.mo +share/locale/ml/LC_MESSAGES/caja-open-terminal.mo +share/locale/ms/LC_MESSAGES/caja-open-terminal.mo +share/locale/nb/LC_MESSAGES/caja-open-terminal.mo +share/locale/ne/LC_MESSAGES/caja-open-terminal.mo +share/locale/nl/LC_MESSAGES/caja-open-terminal.mo +share/locale/oc/LC_MESSAGES/caja-open-terminal.mo +share/locale/or/LC_MESSAGES/caja-open-terminal.mo +share/locale/pa/LC_MESSAGES/caja-open-terminal.mo +share/locale/pl/LC_MESSAGES/caja-open-terminal.mo +share/locale/pt/LC_MESSAGES/caja-open-terminal.mo +share/locale/pt_BR/LC_MESSAGES/caja-open-terminal.mo +share/locale/ro/LC_MESSAGES/caja-open-terminal.mo +share/locale/ru/LC_MESSAGES/caja-open-terminal.mo +share/locale/rw/LC_MESSAGES/caja-open-terminal.mo +share/locale/sk/LC_MESSAGES/caja-open-terminal.mo +share/locale/sl/LC_MESSAGES/caja-open-terminal.mo +share/locale/sq/LC_MESSAGES/caja-open-terminal.mo +share/locale/sr/LC_MESSAGES/caja-open-terminal.mo +share/locale/sr@latin/LC_MESSAGES/caja-open-terminal.mo +share/locale/sv/LC_MESSAGES/caja-open-terminal.mo +share/locale/ta/LC_MESSAGES/caja-open-terminal.mo +share/locale/th/LC_MESSAGES/caja-open-terminal.mo +share/locale/tr/LC_MESSAGES/caja-open-terminal.mo +share/locale/uk/LC_MESSAGES/caja-open-terminal.mo +share/locale/vi/LC_MESSAGES/caja-open-terminal.mo +share/locale/zh_CN/LC_MESSAGES/caja-open-terminal.mo +share/locale/zh_TW/LC_MESSAGES/caja-open-terminal.mo +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry lib/caja/extensions-2.0 Property changes on: head/deskutils/mate-file-manager-open-terminal/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-menu-editor/Makefile =================================================================== --- head/deskutils/mate-menu-editor/Makefile (nonexistent) +++ head/deskutils/mate-menu-editor/Makefile (revision 334661) @@ -0,0 +1,32 @@ + +# Created by: FreeBSD GNOME Team +# $FreeBSD$ + +PORTNAME= mate-menu-editor +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Editor for the freedesktop.org menu specification + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack menus +USE_GNOME= pygobject pygtk2 +USE_PYTHON= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/Mozo/util.py + +.include Property changes on: head/deskutils/mate-menu-editor/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/mate-menu-editor/distinfo =================================================================== --- head/deskutils/mate-menu-editor/distinfo (nonexistent) +++ head/deskutils/mate-menu-editor/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-menu-editor-1.6.0.tar.xz) = 5c7b96e04ab3e495ae88065d1a084719ce72da050f9b869347edc3fc21ca4f61 +SIZE (mate/mate-menu-editor-1.6.0.tar.xz) = 97936 Property changes on: head/deskutils/mate-menu-editor/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-menu-editor/files/patch-Mozo_util.py =================================================================== --- head/deskutils/mate-menu-editor/files/patch-Mozo_util.py (nonexistent) +++ head/deskutils/mate-menu-editor/files/patch-Mozo_util.py (revision 334661) @@ -0,0 +1,29 @@ +--- Mozo/util.py.orig 2012-07-29 12:16:35.000000000 -0500 ++++ Mozo/util.py 2012-07-29 12:18:11.000000000 -0500 +@@ -141,7 +141,7 @@ + file_path = os.path.join(system_path, 'applications', file_id) + if os.path.isfile(file_path): + return file_path +- file_path = os.path.join('/', 'usr', 'share', 'applications', file_id) ++ file_path = os.path.join('/', '/usr/local', 'share', 'applications', file_id) + if os.path.isfile(file_path): + return file_path + return False +@@ -166,7 +166,7 @@ + file_path = os.path.join(system_path, 'desktop-directories', file_id) + if os.path.isfile(file_path): + return file_path +- file_path = os.path.join('/', 'usr', 'share', 'desktop-directories', file_id) ++ file_path = os.path.join('/', '/usr/local', 'share', 'desktop-directories', file_id) + if os.path.isfile(file_path): + return file_path + return False +@@ -187,7 +187,7 @@ + file_path = os.path.join(system_path, 'menus', file_name) + if os.path.isfile(file_path): + return file_path +- file_path = os.path.join('/', 'etc', 'xdg', 'menus', file_name) ++ file_path = os.path.join('/', '/usr/local', 'etc', 'xdg', 'menus', file_name) + if os.path.isfile(file_path): + return file_path + return False Property changes on: head/deskutils/mate-menu-editor/files/patch-Mozo_util.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/mate-menu-editor/pkg-descr =================================================================== --- head/deskutils/mate-menu-editor/pkg-descr (nonexistent) +++ head/deskutils/mate-menu-editor/pkg-descr (revision 334661) @@ -0,0 +1,6 @@ +Mozo is a simple freedesktop.org compliant menu editor +for MATE that lets you change your menus, simply and +quickly. Just click and type to edit, add, and delete any +menu entry. + +WWW: http://mate-desktop.org/ Property changes on: head/deskutils/mate-menu-editor/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-menu-editor/pkg-plist =================================================================== --- head/deskutils/mate-menu-editor/pkg-plist (nonexistent) +++ head/deskutils/mate-menu-editor/pkg-plist (revision 334661) @@ -0,0 +1,180 @@ +bin/mozo +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.py +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyc +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyo +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.py +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyc +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyo +%%PYTHON_SITELIBDIR%%/Mozo/__init__.py +%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyo +%%PYTHON_SITELIBDIR%%/Mozo/config.py +%%PYTHON_SITELIBDIR%%/Mozo/config.pyc +%%PYTHON_SITELIBDIR%%/Mozo/config.pyo +%%PYTHON_SITELIBDIR%%/Mozo/util.py +%%PYTHON_SITELIBDIR%%/Mozo/util.pyc +%%PYTHON_SITELIBDIR%%/Mozo/util.pyo +share/applications/mozo.desktop +share/icons/hicolor/16x16/apps/mozo.png +share/icons/hicolor/22x22/apps/mozo.png +share/icons/hicolor/24x24/apps/mozo.png +share/icons/hicolor/256x256/apps/mozo.png +share/icons/hicolor/32x32/apps/mozo.png +share/icons/hicolor/48x48/apps/mozo.png +share/locale/af/LC_MESSAGES/mozo.mo +share/locale/am/LC_MESSAGES/mozo.mo +share/locale/an/LC_MESSAGES/mozo.mo +share/locale/ar/LC_MESSAGES/mozo.mo +share/locale/as/LC_MESSAGES/mozo.mo +share/locale/ast/LC_MESSAGES/mozo.mo +share/locale/be/LC_MESSAGES/mozo.mo +share/locale/be@latin/LC_MESSAGES/mozo.mo +share/locale/bem/LC_MESSAGES/mozo.mo +share/locale/bg/LC_MESSAGES/mozo.mo +share/locale/bn/LC_MESSAGES/mozo.mo +share/locale/bn_IN/LC_MESSAGES/mozo.mo +share/locale/br/LC_MESSAGES/mozo.mo +share/locale/ca/LC_MESSAGES/mozo.mo +share/locale/ca@valencia/LC_MESSAGES/mozo.mo +share/locale/crh/LC_MESSAGES/mozo.mo +share/locale/cs/LC_MESSAGES/mozo.mo +share/locale/cy/LC_MESSAGES/mozo.mo +share/locale/da/LC_MESSAGES/mozo.mo +share/locale/de/LC_MESSAGES/mozo.mo +share/locale/dz/LC_MESSAGES/mozo.mo +share/locale/el/LC_MESSAGES/mozo.mo +share/locale/en@shaw/LC_MESSAGES/mozo.mo +share/locale/en_AU/LC_MESSAGES/mozo.mo +share/locale/en_CA/LC_MESSAGES/mozo.mo +share/locale/en_GB/LC_MESSAGES/mozo.mo +share/locale/eo/LC_MESSAGES/mozo.mo +share/locale/es/LC_MESSAGES/mozo.mo +share/locale/es_CL/LC_MESSAGES/mozo.mo +share/locale/et/LC_MESSAGES/mozo.mo +share/locale/eu/LC_MESSAGES/mozo.mo +share/locale/fa/LC_MESSAGES/mozo.mo +share/locale/fi/LC_MESSAGES/mozo.mo +share/locale/fr/LC_MESSAGES/mozo.mo +share/locale/fur/LC_MESSAGES/mozo.mo +share/locale/fy/LC_MESSAGES/mozo.mo +share/locale/ga/LC_MESSAGES/mozo.mo +share/locale/gl/LC_MESSAGES/mozo.mo +share/locale/gu/LC_MESSAGES/mozo.mo +share/locale/he/LC_MESSAGES/mozo.mo +share/locale/hi/LC_MESSAGES/mozo.mo +share/locale/hr/LC_MESSAGES/mozo.mo +share/locale/hu/LC_MESSAGES/mozo.mo +share/locale/hy/LC_MESSAGES/mozo.mo +share/locale/id/LC_MESSAGES/mozo.mo +share/locale/io/LC_MESSAGES/mozo.mo +share/locale/it/LC_MESSAGES/mozo.mo +share/locale/ja/LC_MESSAGES/mozo.mo +share/locale/ka/LC_MESSAGES/mozo.mo +share/locale/kk/LC_MESSAGES/mozo.mo +share/locale/kn/LC_MESSAGES/mozo.mo +share/locale/ko/LC_MESSAGES/mozo.mo +share/locale/ku/LC_MESSAGES/mozo.mo +share/locale/ky/LC_MESSAGES/mozo.mo +share/locale/lt/LC_MESSAGES/mozo.mo +share/locale/lv/LC_MESSAGES/mozo.mo +share/locale/mai/LC_MESSAGES/mozo.mo +share/locale/mg/LC_MESSAGES/mozo.mo +share/locale/mk/LC_MESSAGES/mozo.mo +share/locale/ml/LC_MESSAGES/mozo.mo +share/locale/mn/LC_MESSAGES/mozo.mo +share/locale/mr/LC_MESSAGES/mozo.mo +share/locale/ms/LC_MESSAGES/mozo.mo +share/locale/nb/LC_MESSAGES/mozo.mo +share/locale/nds/LC_MESSAGES/mozo.mo +share/locale/nl/LC_MESSAGES/mozo.mo +share/locale/nn/LC_MESSAGES/mozo.mo +share/locale/oc/LC_MESSAGES/mozo.mo +share/locale/or/LC_MESSAGES/mozo.mo +share/locale/pa/LC_MESSAGES/mozo.mo +share/locale/pl/LC_MESSAGES/mozo.mo +share/locale/ps/LC_MESSAGES/mozo.mo +share/locale/pt/LC_MESSAGES/mozo.mo +share/locale/pt_BR/LC_MESSAGES/mozo.mo +share/locale/ro/LC_MESSAGES/mozo.mo +share/locale/ru/LC_MESSAGES/mozo.mo +share/locale/si/LC_MESSAGES/mozo.mo +share/locale/sk/LC_MESSAGES/mozo.mo +share/locale/sl/LC_MESSAGES/mozo.mo +share/locale/sq/LC_MESSAGES/mozo.mo +share/locale/sr/LC_MESSAGES/mozo.mo +share/locale/sr@latin/LC_MESSAGES/mozo.mo +share/locale/sv/LC_MESSAGES/mozo.mo +share/locale/ta/LC_MESSAGES/mozo.mo +share/locale/te/LC_MESSAGES/mozo.mo +share/locale/th/LC_MESSAGES/mozo.mo +share/locale/tr/LC_MESSAGES/mozo.mo +share/locale/ug/LC_MESSAGES/mozo.mo +share/locale/uk/LC_MESSAGES/mozo.mo +share/locale/uz@cyrillic/LC_MESSAGES/mozo.mo +share/locale/vi/LC_MESSAGES/mozo.mo +share/locale/zh_CN/LC_MESSAGES/mozo.mo +share/locale/zh_HK/LC_MESSAGES/mozo.mo +share/locale/zh_TW/LC_MESSAGES/mozo.mo +share/mozo/mozo.ui +@dirrm share/mozo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/bem/LC_MESSAGES +@dirrmtry share/locale/bem +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm %%PYTHON_SITELIBDIR%%/Mozo Property changes on: head/deskutils/mate-menu-editor/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-notification-daemon/Makefile =================================================================== --- head/deskutils/mate-notification-daemon/Makefile (nonexistent) +++ head/deskutils/mate-notification-daemon/Makefile (revision 334661) @@ -0,0 +1,39 @@ +# Createdy by: Andreas Kohn +# $FreeBSD$ + +PORTNAME= mate-notification-daemon +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Send small notifications to your desktop + +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libnotify.so:${PORTSDIR}/devel/libnotify + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack libmatewnck +USE_XORG= x11 +USE_GNOME= glib20 gnomehier gtk20 librsvg2 +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ + --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml + +.include Property changes on: head/deskutils/mate-notification-daemon/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/mate-notification-daemon/distinfo =================================================================== --- head/deskutils/mate-notification-daemon/distinfo (nonexistent) +++ head/deskutils/mate-notification-daemon/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-notification-daemon-1.6.0.tar.xz) = baa96685b20a07dbec1cf3ea945352b5da1a6ca12a0cf693413797e331a30ddd +SIZE (mate/mate-notification-daemon-1.6.0.tar.xz) = 117288 Property changes on: head/deskutils/mate-notification-daemon/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-notification-daemon/pkg-descr =================================================================== --- head/deskutils/mate-notification-daemon/pkg-descr (nonexistent) +++ head/deskutils/mate-notification-daemon/pkg-descr (revision 334661) @@ -0,0 +1,9 @@ +The Desktop Notifications framework provides a standard way of doing passive +pop-up notifications on the desktop. These are designed to notify the +user of something without interrupting their work with a dialog box that they +must close. Passive popups can automatically disappear after a short period +of time. + +This port contains the daemon. + +WWW: http://mate-desktop.org/ Property changes on: head/deskutils/mate-notification-daemon/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-notification-daemon/pkg-plist =================================================================== --- head/deskutils/mate-notification-daemon/pkg-plist (nonexistent) +++ head/deskutils/mate-notification-daemon/pkg-plist (revision 334661) @@ -0,0 +1,63 @@ +bin/mate-notification-properties +lib/mate-notification-daemon/engines/libcoco.a +lib/mate-notification-daemon/engines/libcoco.la +lib/mate-notification-daemon/engines/libcoco.so +lib/mate-notification-daemon/engines/libnodoka.a +lib/mate-notification-daemon/engines/libnodoka.la +lib/mate-notification-daemon/engines/libnodoka.so +lib/mate-notification-daemon/engines/libslider.a +lib/mate-notification-daemon/engines/libslider.la +lib/mate-notification-daemon/engines/libslider.so +lib/mate-notification-daemon/engines/libstandard.a +lib/mate-notification-daemon/engines/libstandard.la +lib/mate-notification-daemon/engines/libstandard.so +libexec/mate-notification-daemon +share/MateConf/gsettings/mate-notification-daemon.convert +share/applications/mate-notification-properties.desktop +share/dbus-1/services/org.freedesktop.mate.Notifications.service +share/icons/hicolor/16x16/apps/mate-notification-properties.png +share/icons/hicolor/22x22/apps/mate-notification-properties.png +share/icons/hicolor/24x24/apps/mate-notification-properties.png +share/icons/hicolor/32x32/apps/mate-notification-properties.png +share/icons/hicolor/48x48/apps/mate-notification-properties.png +share/icons/hicolor/scalable/apps/mate-notification-properties.svg +share/locale/af/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ar/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ast/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ca/LC_MESSAGES/mate-notification-daemon.mo +share/locale/cs/LC_MESSAGES/mate-notification-daemon.mo +share/locale/da/LC_MESSAGES/mate-notification-daemon.mo +share/locale/de/LC_MESSAGES/mate-notification-daemon.mo +share/locale/el/LC_MESSAGES/mate-notification-daemon.mo +share/locale/es/LC_MESSAGES/mate-notification-daemon.mo +share/locale/es_CL/LC_MESSAGES/mate-notification-daemon.mo +share/locale/et/LC_MESSAGES/mate-notification-daemon.mo +share/locale/eu/LC_MESSAGES/mate-notification-daemon.mo +share/locale/fr/LC_MESSAGES/mate-notification-daemon.mo +share/locale/gl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/he/LC_MESSAGES/mate-notification-daemon.mo +share/locale/hu/LC_MESSAGES/mate-notification-daemon.mo +share/locale/id/LC_MESSAGES/mate-notification-daemon.mo +share/locale/it/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ja/LC_MESSAGES/mate-notification-daemon.mo +share/locale/lt/LC_MESSAGES/mate-notification-daemon.mo +share/locale/nb/LC_MESSAGES/mate-notification-daemon.mo +share/locale/nl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pa/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pt/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pt_BR/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ru/LC_MESSAGES/mate-notification-daemon.mo +share/locale/sl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/sv/LC_MESSAGES/mate-notification-daemon.mo +share/locale/tr/LC_MESSAGES/mate-notification-daemon.mo +share/locale/uk/LC_MESSAGES/mate-notification-daemon.mo +share/locale/zh_CN/LC_MESSAGES/mate-notification-daemon.mo +%%DATADIR%%/mate-notification-properties.ui +@dirrm %%DATADIR%% +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrm lib/mate-notification-daemon/engines +@dirrm lib/mate-notification-daemon Property changes on: head/deskutils/mate-notification-daemon/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-utils/Makefile =================================================================== --- head/deskutils/mate-utils/Makefile (nonexistent) +++ head/deskutils/mate-utils/Makefile (revision 334661) @@ -0,0 +1,43 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-utils +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE support utilities + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ + scrollkeeper-config:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack ltverhack \ + panel +USE_XORG= x11 xext +USE_GNOME= glib20 gnomehier gtk20 +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +CONFIGURE_ARGS= --enable-maintainer-flags=no \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.dictionary.gschema.xml \ + org.mate.disk-usage-analyzer.gschema.xml \ + org.mate.screenshot.gschema.xml \ + org.mate.search-tool.gschema.xml \ + org.mate.system-log.gschema.xml + +.include Property changes on: head/deskutils/mate-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/mate-utils/distinfo =================================================================== --- head/deskutils/mate-utils/distinfo (nonexistent) +++ head/deskutils/mate-utils/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-utils-1.6.0.tar.xz) = 150b7ed3831f865b5e1276108f2ad1ce6c2fa129b5689ec50bc35f882f93d01c +SIZE (mate/mate-utils-1.6.0.tar.xz) = 6115504 Property changes on: head/deskutils/mate-utils/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-utils/pkg-descr =================================================================== --- head/deskutils/mate-utils/pkg-descr (nonexistent) +++ head/deskutils/mate-utils/pkg-descr (revision 334661) @@ -0,0 +1,4 @@ +MATE support utilities, including a dictionary looker-upper, +a frontend for find(1), a system log viewer, and more. + +WWW: http://mate-desktop.org/ Property changes on: head/deskutils/mate-utils/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-utils/pkg-plist =================================================================== --- head/deskutils/mate-utils/pkg-plist (nonexistent) +++ head/deskutils/mate-utils/pkg-plist (revision 334661) @@ -0,0 +1,816 @@ +bin/mate-dictionary +bin/mate-disk-usage-analyzer +bin/mate-panel-screenshot +bin/mate-screenshot +bin/mate-search-tool +bin/mate-system-log +include/mate-dict/gdict/gdict-client-context.h +include/mate-dict/gdict/gdict-context.h +include/mate-dict/gdict/gdict-database-chooser.h +include/mate-dict/gdict/gdict-defbox.h +include/mate-dict/gdict/gdict-enum-types.h +include/mate-dict/gdict/gdict-source-chooser.h +include/mate-dict/gdict/gdict-source-loader.h +include/mate-dict/gdict/gdict-source.h +include/mate-dict/gdict/gdict-speller.h +include/mate-dict/gdict/gdict-strategy-chooser.h +include/mate-dict/gdict/gdict-utils.h +include/mate-dict/gdict/gdict-version.h +include/mate-dict/gdict/gdict.h +lib/libmatedict.a +lib/libmatedict.la +lib/libmatedict.so +lib/libmatedict.so.6 +libdata/pkgconfig/mate-dict.pc +libexec/mate-dictionary-applet +man/man1/mate-dictionary.1.gz +man/man1/mate-disk-usage-analyzer.1.gz +man/man1/mate-screenshot.1.gz +man/man1/mate-search-tool.1.gz +man/man1/mate-system-log.1.gz +share/MateConf/gsettings/mate-dictionary.convert +share/MateConf/gsettings/mate-disk-usage-analyzer.convert +share/MateConf/gsettings/mate-screenshot.convert +share/MateConf/gsettings/mate-search-tool.convert +share/MateConf/gsettings/mate-system-log.convert +share/applications/mate-dictionary.desktop +share/applications/mate-disk-usage-analyzer.desktop +share/applications/mate-screenshot.desktop +share/applications/mate-search-tool.desktop +share/applications/mate-system-log.desktop +share/dbus-1/services/org.mate.panel.applet.DictionaryAppletFactory.service +share/icons/mate/24x24/apps/baobab.png +share/icons/mate/scalable/apps/baobab.svg +share/locale/af/LC_MESSAGES/mate-utils.mo +share/locale/am/LC_MESSAGES/mate-utils.mo +share/locale/ar/LC_MESSAGES/mate-utils.mo +share/locale/as/LC_MESSAGES/mate-utils.mo +share/locale/ast/LC_MESSAGES/mate-utils.mo +share/locale/az/LC_MESSAGES/mate-utils.mo +share/locale/be/LC_MESSAGES/mate-utils.mo +share/locale/be@latin/LC_MESSAGES/mate-utils.mo +share/locale/bg/LC_MESSAGES/mate-utils.mo +share/locale/bn/LC_MESSAGES/mate-utils.mo +share/locale/bn_IN/LC_MESSAGES/mate-utils.mo +share/locale/br/LC_MESSAGES/mate-utils.mo +share/locale/bs/LC_MESSAGES/mate-utils.mo +share/locale/ca/LC_MESSAGES/mate-utils.mo +share/locale/ca@valencia/LC_MESSAGES/mate-utils.mo +share/locale/crh/LC_MESSAGES/mate-utils.mo +share/locale/cs/LC_MESSAGES/mate-utils.mo +share/locale/cy/LC_MESSAGES/mate-utils.mo +share/locale/da/LC_MESSAGES/mate-utils.mo +share/locale/de/LC_MESSAGES/mate-utils.mo +share/locale/dz/LC_MESSAGES/mate-utils.mo +share/locale/el/LC_MESSAGES/mate-utils.mo +share/locale/en@shaw/LC_MESSAGES/mate-utils.mo +share/locale/en_AU/LC_MESSAGES/mate-utils.mo +share/locale/en_CA/LC_MESSAGES/mate-utils.mo +share/locale/en_GB/LC_MESSAGES/mate-utils.mo +share/locale/eo/LC_MESSAGES/mate-utils.mo +share/locale/es/LC_MESSAGES/mate-utils.mo +share/locale/et/LC_MESSAGES/mate-utils.mo +share/locale/eu/LC_MESSAGES/mate-utils.mo +share/locale/fa/LC_MESSAGES/mate-utils.mo +share/locale/fi/LC_MESSAGES/mate-utils.mo +share/locale/fr/LC_MESSAGES/mate-utils.mo +share/locale/ga/LC_MESSAGES/mate-utils.mo +share/locale/gl/LC_MESSAGES/mate-utils.mo +share/locale/gu/LC_MESSAGES/mate-utils.mo +share/locale/he/LC_MESSAGES/mate-utils.mo +share/locale/hi/LC_MESSAGES/mate-utils.mo +share/locale/hr/LC_MESSAGES/mate-utils.mo +share/locale/hu/LC_MESSAGES/mate-utils.mo +share/locale/id/LC_MESSAGES/mate-utils.mo +share/locale/it/LC_MESSAGES/mate-utils.mo +share/locale/ja/LC_MESSAGES/mate-utils.mo +share/locale/ka/LC_MESSAGES/mate-utils.mo +share/locale/kn/LC_MESSAGES/mate-utils.mo +share/locale/ko/LC_MESSAGES/mate-utils.mo +share/locale/ku/LC_MESSAGES/mate-utils.mo +share/locale/lt/LC_MESSAGES/mate-utils.mo +share/locale/lv/LC_MESSAGES/mate-utils.mo +share/locale/mai/LC_MESSAGES/mate-utils.mo +share/locale/mg/LC_MESSAGES/mate-utils.mo +share/locale/mk/LC_MESSAGES/mate-utils.mo +share/locale/ml/LC_MESSAGES/mate-utils.mo +share/locale/mn/LC_MESSAGES/mate-utils.mo +share/locale/mr/LC_MESSAGES/mate-utils.mo +share/locale/ms/LC_MESSAGES/mate-utils.mo +share/locale/nb/LC_MESSAGES/mate-utils.mo +share/locale/nds/LC_MESSAGES/mate-utils.mo +share/locale/ne/LC_MESSAGES/mate-utils.mo +share/locale/nl/LC_MESSAGES/mate-utils.mo +share/locale/nn/LC_MESSAGES/mate-utils.mo +share/locale/oc/LC_MESSAGES/mate-utils.mo +share/locale/or/LC_MESSAGES/mate-utils.mo +share/locale/pa/LC_MESSAGES/mate-utils.mo +share/locale/pl/LC_MESSAGES/mate-utils.mo +share/locale/ps/LC_MESSAGES/mate-utils.mo +share/locale/pt/LC_MESSAGES/mate-utils.mo +share/locale/pt_BR/LC_MESSAGES/mate-utils.mo +share/locale/ro/LC_MESSAGES/mate-utils.mo +share/locale/ru/LC_MESSAGES/mate-utils.mo +share/locale/rw/LC_MESSAGES/mate-utils.mo +share/locale/si/LC_MESSAGES/mate-utils.mo +share/locale/sk/LC_MESSAGES/mate-utils.mo +share/locale/sl/LC_MESSAGES/mate-utils.mo +share/locale/sq/LC_MESSAGES/mate-utils.mo +share/locale/sr/LC_MESSAGES/mate-utils.mo +share/locale/sr@latin/LC_MESSAGES/mate-utils.mo +share/locale/sv/LC_MESSAGES/mate-utils.mo +share/locale/ta/LC_MESSAGES/mate-utils.mo +share/locale/te/LC_MESSAGES/mate-utils.mo +share/locale/th/LC_MESSAGES/mate-utils.mo +share/locale/tr/LC_MESSAGES/mate-utils.mo +share/locale/ug/LC_MESSAGES/mate-utils.mo +share/locale/uk/LC_MESSAGES/mate-utils.mo +share/locale/vi/LC_MESSAGES/mate-utils.mo +share/locale/wa/LC_MESSAGES/mate-utils.mo +share/locale/xh/LC_MESSAGES/mate-utils.mo +share/locale/zh_CN/LC_MESSAGES/mate-utils.mo +share/locale/zh_HK/LC_MESSAGES/mate-utils.mo +share/locale/zh_TW/LC_MESSAGES/mate-utils.mo +share/mate-dict/sources/default.desktop +share/mate-dict/sources/spanish.desktop +share/mate-dict/sources/thai.desktop +share/mate-dictionary/dictionary-applet-menu.xml +share/mate-dictionary/mate-dictionary-preferences.ui +share/mate-dictionary/mate-dictionary-source.ui +share/mate-dictionary/mate-dictionary-ui.xml +share/mate-disk-usage-analyzer/baobab-dialog-scan-props.ui +share/mate-disk-usage-analyzer/baobab-main-window.ui +share/mate-disk-usage-analyzer/pixmaps/shot.png +share/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet +share/mate-screenshot/mate-screenshot.ui +%%DATADIR%%/logview-filter.ui +%%DATADIR%%/logview-toolbar.xml +share/mate/help/mate-dictionary/C/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/C/legal.xml +share/mate/help/mate-dictionary/C/mate-dictionary.xml +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/ca/mate-dictionary.xml +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/cs/mate-dictionary.xml +share/mate/help/mate-dictionary/da/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/da/mate-dictionary.xml +share/mate/help/mate-dictionary/de/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/de/mate-dictionary.xml +share/mate/help/mate-dictionary/el/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/el/mate-dictionary.xml +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/en_GB/mate-dictionary.xml +share/mate/help/mate-dictionary/es/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/es/mate-dictionary.xml +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/eu/mate-dictionary.xml +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/fi/mate-dictionary.xml +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/fr/mate-dictionary.xml +share/mate/help/mate-dictionary/it/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/it/mate-dictionary.xml +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/oc/mate-dictionary.xml +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/ru/mate-dictionary.xml +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/sv/mate-dictionary.xml +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/uk/mate-dictionary.xml +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/zh_CN/mate-dictionary.xml +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/C/legal.xml +share/mate/help/mate-disk-usage-analyzer/C/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/ca/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/cs/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/da/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/de/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/el/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/en_GB/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/es/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/eu/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/fi/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/fr/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/it/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/oc/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/pl/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/ru/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/sv/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/uk/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/mate-disk-usage-analyzer.xml +share/mate/help/mate-search-tool/C/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/C/legal.xml +share/mate/help/mate-search-tool/C/mate-search-tool.xml +share/mate/help/mate-search-tool/ca/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/ca/mate-search-tool.xml +share/mate/help/mate-search-tool/cs/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/cs/mate-search-tool.xml +share/mate/help/mate-search-tool/de/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/de/mate-search-tool.xml +share/mate/help/mate-search-tool/el/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/el/mate-search-tool.xml +share/mate/help/mate-search-tool/en_GB/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/en_GB/mate-search-tool.xml +share/mate/help/mate-search-tool/es/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/es/mate-search-tool.xml +share/mate/help/mate-search-tool/eu/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/eu/mate-search-tool.xml +share/mate/help/mate-search-tool/fi/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/fi/mate-search-tool.xml +share/mate/help/mate-search-tool/fr/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/fr/mate-search-tool.xml +share/mate/help/mate-search-tool/it/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/it/mate-search-tool.xml +share/mate/help/mate-search-tool/ko/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/ko/mate-search-tool.xml +share/mate/help/mate-search-tool/oc/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/oc/mate-search-tool.xml +share/mate/help/mate-search-tool/ru/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/ru/mate-search-tool.xml +share/mate/help/mate-search-tool/sv/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/sv/mate-search-tool.xml +share/mate/help/mate-search-tool/uk/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/uk/mate-search-tool.xml +share/mate/help/mate-search-tool/zh_CN/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/zh_CN/mate-search-tool.xml +share/mate/help/mate-system-log/C/figures/syslog_window.png +share/mate/help/mate-system-log/C/legal.xml +share/mate/help/mate-system-log/C/mate-system-log.xml +share/mate/help/mate-system-log/ca/figures/syslog_window.png +share/mate/help/mate-system-log/ca/mate-system-log.xml +share/mate/help/mate-system-log/cs/figures/syslog_window.png +share/mate/help/mate-system-log/cs/mate-system-log.xml +share/mate/help/mate-system-log/de/figures/syslog_window.png +share/mate/help/mate-system-log/de/mate-system-log.xml +share/mate/help/mate-system-log/el/figures/syslog_window.png +share/mate/help/mate-system-log/el/mate-system-log.xml +share/mate/help/mate-system-log/en_GB/figures/syslog_window.png +share/mate/help/mate-system-log/en_GB/mate-system-log.xml +share/mate/help/mate-system-log/es/figures/syslog_window.png +share/mate/help/mate-system-log/es/mate-system-log.xml +share/mate/help/mate-system-log/eu/figures/syslog_window.png +share/mate/help/mate-system-log/eu/mate-system-log.xml +share/mate/help/mate-system-log/fi/figures/syslog_window.png +share/mate/help/mate-system-log/fi/mate-system-log.xml +share/mate/help/mate-system-log/fr/figures/syslog_window.png +share/mate/help/mate-system-log/fr/mate-system-log.xml +share/mate/help/mate-system-log/it/figures/syslog_window.png +share/mate/help/mate-system-log/it/mate-system-log.xml +share/mate/help/mate-system-log/ko/figures/syslog_window.png +share/mate/help/mate-system-log/ko/mate-system-log.xml +share/mate/help/mate-system-log/oc/figures/syslog_window.png +share/mate/help/mate-system-log/oc/mate-system-log.xml +share/mate/help/mate-system-log/ru/figures/syslog_window.png +share/mate/help/mate-system-log/ru/mate-system-log.xml +share/mate/help/mate-system-log/sv/figures/syslog_window.png +share/mate/help/mate-system-log/sv/mate-system-log.xml +share/mate/help/mate-system-log/uk/figures/syslog_window.png +share/mate/help/mate-system-log/uk/mate-system-log.xml +share/mate/help/mate-system-log/zh_CN/figures/syslog_window.png +share/mate/help/mate-system-log/zh_CN/mate-system-log.xml +share/omf/mate-dictionary/mate-dictionary-C.omf +share/omf/mate-dictionary/mate-dictionary-ca.omf +share/omf/mate-dictionary/mate-dictionary-cs.omf +share/omf/mate-dictionary/mate-dictionary-da.omf +share/omf/mate-dictionary/mate-dictionary-de.omf +share/omf/mate-dictionary/mate-dictionary-el.omf +share/omf/mate-dictionary/mate-dictionary-en_GB.omf +share/omf/mate-dictionary/mate-dictionary-es.omf +share/omf/mate-dictionary/mate-dictionary-eu.omf +share/omf/mate-dictionary/mate-dictionary-fi.omf +share/omf/mate-dictionary/mate-dictionary-fr.omf +share/omf/mate-dictionary/mate-dictionary-it.omf +share/omf/mate-dictionary/mate-dictionary-oc.omf +share/omf/mate-dictionary/mate-dictionary-ru.omf +share/omf/mate-dictionary/mate-dictionary-sv.omf +share/omf/mate-dictionary/mate-dictionary-uk.omf +share/omf/mate-dictionary/mate-dictionary-zh_CN.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-C.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ca.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-cs.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-da.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-de.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-el.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-en_GB.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-es.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-eu.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fi.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fr.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-it.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-oc.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-pl.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ru.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-sv.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-uk.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_CN.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_HK.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_TW.omf +share/omf/mate-search-tool/mate-search-tool-C.omf +share/omf/mate-search-tool/mate-search-tool-ca.omf +share/omf/mate-search-tool/mate-search-tool-cs.omf +share/omf/mate-search-tool/mate-search-tool-de.omf +share/omf/mate-search-tool/mate-search-tool-el.omf +share/omf/mate-search-tool/mate-search-tool-en_GB.omf +share/omf/mate-search-tool/mate-search-tool-es.omf +share/omf/mate-search-tool/mate-search-tool-eu.omf +share/omf/mate-search-tool/mate-search-tool-fi.omf +share/omf/mate-search-tool/mate-search-tool-fr.omf +share/omf/mate-search-tool/mate-search-tool-it.omf +share/omf/mate-search-tool/mate-search-tool-ko.omf +share/omf/mate-search-tool/mate-search-tool-oc.omf +share/omf/mate-search-tool/mate-search-tool-ru.omf +share/omf/mate-search-tool/mate-search-tool-sv.omf +share/omf/mate-search-tool/mate-search-tool-uk.omf +share/omf/mate-search-tool/mate-search-tool-zh_CN.omf +share/omf/mate-system-log/mate-system-log-C.omf +share/omf/mate-system-log/mate-system-log-ca.omf +share/omf/mate-system-log/mate-system-log-cs.omf +share/omf/mate-system-log/mate-system-log-de.omf +share/omf/mate-system-log/mate-system-log-el.omf +share/omf/mate-system-log/mate-system-log-en_GB.omf +share/omf/mate-system-log/mate-system-log-es.omf +share/omf/mate-system-log/mate-system-log-eu.omf +share/omf/mate-system-log/mate-system-log-fi.omf +share/omf/mate-system-log/mate-system-log-fr.omf +share/omf/mate-system-log/mate-system-log-it.omf +share/omf/mate-system-log/mate-system-log-ko.omf +share/omf/mate-system-log/mate-system-log-oc.omf +share/omf/mate-system-log/mate-system-log-ru.omf +share/omf/mate-system-log/mate-system-log-sv.omf +share/omf/mate-system-log/mate-system-log-uk.omf +share/omf/mate-system-log/mate-system-log-zh_CN.omf +share/pixmaps/mate-search-tool/thumbnail_frame.png +@dirrm share/pixmaps/mate-search-tool +@dirrm share/omf/mate-system-log +@dirrm share/omf/mate-search-tool +@dirrm share/omf/mate-disk-usage-analyzer +@dirrm share/omf/mate-dictionary +@dirrm share/mate/help/mate-system-log/zh_CN/figures +@dirrm share/mate/help/mate-system-log/zh_CN +@dirrm share/mate/help/mate-system-log/uk/figures +@dirrm share/mate/help/mate-system-log/uk +@dirrm share/mate/help/mate-system-log/sv/figures +@dirrm share/mate/help/mate-system-log/sv +@dirrm share/mate/help/mate-system-log/ru/figures +@dirrm share/mate/help/mate-system-log/ru +@dirrm share/mate/help/mate-system-log/oc/figures +@dirrm share/mate/help/mate-system-log/oc +@dirrm share/mate/help/mate-system-log/ko/figures +@dirrm share/mate/help/mate-system-log/ko +@dirrm share/mate/help/mate-system-log/it/figures +@dirrm share/mate/help/mate-system-log/it +@dirrm share/mate/help/mate-system-log/fr/figures +@dirrm share/mate/help/mate-system-log/fr +@dirrm share/mate/help/mate-system-log/fi/figures +@dirrm share/mate/help/mate-system-log/fi +@dirrm share/mate/help/mate-system-log/eu/figures +@dirrm share/mate/help/mate-system-log/eu +@dirrm share/mate/help/mate-system-log/es/figures +@dirrm share/mate/help/mate-system-log/es +@dirrm share/mate/help/mate-system-log/en_GB/figures +@dirrm share/mate/help/mate-system-log/en_GB +@dirrm share/mate/help/mate-system-log/el/figures +@dirrm share/mate/help/mate-system-log/el +@dirrm share/mate/help/mate-system-log/de/figures +@dirrm share/mate/help/mate-system-log/de +@dirrm share/mate/help/mate-system-log/cs/figures +@dirrm share/mate/help/mate-system-log/cs +@dirrm share/mate/help/mate-system-log/ca/figures +@dirrm share/mate/help/mate-system-log/ca +@dirrm share/mate/help/mate-system-log/C/figures +@dirrm share/mate/help/mate-system-log/C +@dirrm share/mate/help/mate-system-log +@dirrm share/mate/help/mate-search-tool/zh_CN/figures +@dirrm share/mate/help/mate-search-tool/zh_CN +@dirrm share/mate/help/mate-search-tool/uk/figures +@dirrm share/mate/help/mate-search-tool/uk +@dirrm share/mate/help/mate-search-tool/sv/figures +@dirrm share/mate/help/mate-search-tool/sv +@dirrm share/mate/help/mate-search-tool/ru/figures +@dirrm share/mate/help/mate-search-tool/ru +@dirrm share/mate/help/mate-search-tool/oc/figures +@dirrm share/mate/help/mate-search-tool/oc +@dirrm share/mate/help/mate-search-tool/ko/figures +@dirrm share/mate/help/mate-search-tool/ko +@dirrm share/mate/help/mate-search-tool/it/figures +@dirrm share/mate/help/mate-search-tool/it +@dirrm share/mate/help/mate-search-tool/fr/figures +@dirrm share/mate/help/mate-search-tool/fr +@dirrm share/mate/help/mate-search-tool/fi/figures +@dirrm share/mate/help/mate-search-tool/fi +@dirrm share/mate/help/mate-search-tool/eu/figures +@dirrm share/mate/help/mate-search-tool/eu +@dirrm share/mate/help/mate-search-tool/es/figures +@dirrm share/mate/help/mate-search-tool/es +@dirrm share/mate/help/mate-search-tool/en_GB/figures +@dirrm share/mate/help/mate-search-tool/en_GB +@dirrm share/mate/help/mate-search-tool/el/figures +@dirrm share/mate/help/mate-search-tool/el +@dirrm share/mate/help/mate-search-tool/de/figures +@dirrm share/mate/help/mate-search-tool/de +@dirrm share/mate/help/mate-search-tool/cs/figures +@dirrm share/mate/help/mate-search-tool/cs +@dirrm share/mate/help/mate-search-tool/ca/figures +@dirrm share/mate/help/mate-search-tool/ca +@dirrm share/mate/help/mate-search-tool/C/figures +@dirrm share/mate/help/mate-search-tool/C +@dirrm share/mate/help/mate-search-tool +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN +@dirrm share/mate/help/mate-disk-usage-analyzer/uk/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/uk +@dirrm share/mate/help/mate-disk-usage-analyzer/sv/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/sv +@dirrm share/mate/help/mate-disk-usage-analyzer/ru/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/ru +@dirrm share/mate/help/mate-disk-usage-analyzer/pl/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/pl +@dirrm share/mate/help/mate-disk-usage-analyzer/oc/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/oc +@dirrm share/mate/help/mate-disk-usage-analyzer/it/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/it +@dirrm share/mate/help/mate-disk-usage-analyzer/fr/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/fr +@dirrm share/mate/help/mate-disk-usage-analyzer/fi/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/fi +@dirrm share/mate/help/mate-disk-usage-analyzer/eu/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/eu +@dirrm share/mate/help/mate-disk-usage-analyzer/es/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/es +@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB +@dirrm share/mate/help/mate-disk-usage-analyzer/el/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/el +@dirrm share/mate/help/mate-disk-usage-analyzer/de/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/de +@dirrm share/mate/help/mate-disk-usage-analyzer/da/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/da +@dirrm share/mate/help/mate-disk-usage-analyzer/cs/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/cs +@dirrm share/mate/help/mate-disk-usage-analyzer/ca/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/ca +@dirrm share/mate/help/mate-disk-usage-analyzer/C/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/C +@dirrm share/mate/help/mate-disk-usage-analyzer +@dirrm share/mate/help/mate-dictionary/zh_CN/figures +@dirrm share/mate/help/mate-dictionary/zh_CN +@dirrm share/mate/help/mate-dictionary/uk/figures +@dirrm share/mate/help/mate-dictionary/uk +@dirrm share/mate/help/mate-dictionary/sv/figures +@dirrm share/mate/help/mate-dictionary/sv +@dirrm share/mate/help/mate-dictionary/ru/figures +@dirrm share/mate/help/mate-dictionary/ru +@dirrm share/mate/help/mate-dictionary/oc/figures +@dirrm share/mate/help/mate-dictionary/oc +@dirrm share/mate/help/mate-dictionary/it/figures +@dirrm share/mate/help/mate-dictionary/it +@dirrm share/mate/help/mate-dictionary/fr/figures +@dirrm share/mate/help/mate-dictionary/fr +@dirrm share/mate/help/mate-dictionary/fi/figures +@dirrm share/mate/help/mate-dictionary/fi +@dirrm share/mate/help/mate-dictionary/eu/figures +@dirrm share/mate/help/mate-dictionary/eu +@dirrm share/mate/help/mate-dictionary/es/figures +@dirrm share/mate/help/mate-dictionary/es +@dirrm share/mate/help/mate-dictionary/en_GB/figures +@dirrm share/mate/help/mate-dictionary/en_GB +@dirrm share/mate/help/mate-dictionary/el/figures +@dirrm share/mate/help/mate-dictionary/el +@dirrm share/mate/help/mate-dictionary/de/figures +@dirrm share/mate/help/mate-dictionary/de +@dirrm share/mate/help/mate-dictionary/da/figures +@dirrm share/mate/help/mate-dictionary/da +@dirrm share/mate/help/mate-dictionary/cs/figures +@dirrm share/mate/help/mate-dictionary/cs +@dirrm share/mate/help/mate-dictionary/ca/figures +@dirrm share/mate/help/mate-dictionary/ca +@dirrm share/mate/help/mate-dictionary/C/figures +@dirrm share/mate/help/mate-dictionary/C +@dirrm share/mate/help/mate-dictionary +@dirrm %%DATADIR%% +@dirrm share/mate-screenshot +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm share/mate-disk-usage-analyzer/pixmaps +@dirrm share/mate-disk-usage-analyzer +@dirrm share/mate-dictionary +@dirrm share/mate-dict/sources +@dirrm share/mate-dict +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/scalable/apps +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/24x24/apps +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm include/mate-dict/gdict +@dirrm include/mate-dict Property changes on: head/deskutils/mate-utils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c =================================================================== --- head/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c (nonexistent) +++ head/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c (revision 334661) @@ -0,0 +1,10 @@ +--- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500 ++++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include Property changes on: head/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-utils/files/patch-logview_logview-manager.c =================================================================== --- head/deskutils/mate-utils/files/patch-logview_logview-manager.c (nonexistent) +++ head/deskutils/mate-utils/files/patch-logview_logview-manager.c (revision 334661) @@ -0,0 +1,10 @@ +--- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400 ++++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400 +@@ -25,6 +25,7 @@ + + #include + ++#include "logview-app.h" + #include "logview-prefs.h" + #include "logview-marshal.h" + Property changes on: head/deskutils/mate-utils/files/patch-logview_logview-manager.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mate-utils/files/patch-logview_logview-utils.c =================================================================== --- head/deskutils/mate-utils/files/patch-logview_logview-utils.c (nonexistent) +++ head/deskutils/mate-utils/files/patch-logview_logview-utils.c (revision 334661) @@ -0,0 +1,11 @@ +--- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400 ++++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400 +@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line + { + int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0; + GSList *days = NULL; +- GDate *date, *newdate; ++ GDate *date = NULL, *newdate; + struct tm *tmptm; + char *date_string; + Day *day; Property changes on: head/deskutils/mate-utils/files/patch-logview_logview-utils.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/Makefile =================================================================== --- head/devel/Makefile (revision 334660) +++ head/devel/Makefile (revision 334661) @@ -1,4533 +1,4534 @@ # $FreeBSD$ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-bitops SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron SUBDIR += R-cran-foreach SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-glmnet SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-memoise SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += SpecTcl SUBDIR += aap SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acme SUBDIR += activitymail SUBDIR += adabooch SUBDIR += adabooch-doc-html SUBDIR += adacurses SUBDIR += adasdl SUBDIR += adime SUBDIR += aegis SUBDIR += afay SUBDIR += ahven SUBDIR += aifad SUBDIR += alabastra SUBDIR += ald SUBDIR += alf SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += android-tools-adb SUBDIR += anjuta SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlrworks SUBDIR += apache-ant SUBDIR += api-sanity-autotest SUBDIR += apiextractor SUBDIR += apr1 SUBDIR += apr2 SUBDIR += arduino SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-eabi-binutils SUBDIR += arm-eabi-gcc SUBDIR += arm-elf-binutils SUBDIR += aros-sdk SUBDIR += art SUBDIR += as31 SUBDIR += asdlgen SUBDIR += asl SUBDIR += asmutils SUBDIR += asmx SUBDIR += astah-community SUBDIR += astyle SUBDIR += atf SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += ats-contrib-testing SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive SUBDIR += autoconf-wrapper SUBDIR += autoconf213 SUBDIR += autodia SUBDIR += autodist SUBDIR += autogen SUBDIR += automake SUBDIR += automake-wrapper SUBDIR += automake14 SUBDIR += automoc4 SUBDIR += autotools SUBDIR += avalon-framework SUBDIR += avarice SUBDIR += avce00 SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avra SUBDIR += avrdude SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awscli SUBDIR += bam SUBDIR += baz SUBDIR += bcc SUBDIR += bcpp SUBDIR += beautifyphp SUBDIR += bennugd-core SUBDIR += bennugd-modules SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 SUBDIR += binutils SUBDIR += bison SUBDIR += bisoncpp SUBDIR += blame SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bncsutil-ghost++ SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += boehm-gc-redirect SUBDIR += boehm-gc-threaded SUBDIR += boost-all SUBDIR += boost-docs SUBDIR += boost-jam SUBDIR += boost-libs SUBDIR += boost-python-libs SUBDIR += boost_build SUBDIR += bouml-doc SUBDIR += bpython SUBDIR += bsdbuild SUBDIR += bsdcflow SUBDIR += bsdlibdwarf SUBDIR += bufferpool SUBDIR += bug-buddy SUBDIR += bugzilla40 SUBDIR += bugzilla42 SUBDIR += bugzilla44 SUBDIR += build SUBDIR += buildapp SUBDIR += buildbot SUBDIR += buildbot-slave SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet SUBDIR += bunny SUBDIR += busybee SUBDIR += byaccj SUBDIR += bzapi SUBDIR += bzr SUBDIR += bzr-builder SUBDIR += bzr-colo SUBDIR += bzr-explorer SUBDIR += bzr-externals SUBDIR += bzr-fastimport SUBDIR += bzr-git SUBDIR += bzr-grep SUBDIR += bzr-gtk SUBDIR += bzr-loom SUBDIR += bzr-pipeline SUBDIR += bzr-rewrite SUBDIR += bzr-scmproj SUBDIR += bzr-stats SUBDIR += bzr-svn SUBDIR += bzr-upload SUBDIR += bzrtools SUBDIR += c-unit SUBDIR += c4 SUBDIR += calibrator SUBDIR += cbind SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccons SUBDIR += ccrtp SUBDIR += cdash SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cedet SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cgdb SUBDIR += cgilib SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += chrpath SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash SUBDIR += cl-alexandria SUBDIR += cl-alexandria-clisp SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf SUBDIR += cl-asdf-clisp SUBDIR += cl-cffi SUBDIR += cl-cffi-clisp SUBDIR += cl-cffi-sbcl SUBDIR += cl-infix SUBDIR += cl-infix-clisp SUBDIR += cl-infix-sbcl SUBDIR += cl-port SUBDIR += cl-port-clisp SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence SUBDIR += cl-split-sequence-clisp SUBDIR += cl-split-sequence-sbcl SUBDIR += cl-trivial-features SUBDIR += cl-trivial-features-clisp SUBDIR += cl-trivial-features-sbcl SUBDIR += cl-trivial-gray-streams SUBDIR += cl-trivial-gray-streams-clisp SUBDIR += cl-trivial-gray-streams-sbcl SUBDIR += cl-uffi SUBDIR += cl-uffi-sbcl SUBDIR += clanlib SUBDIR += clanlib1 SUBDIR += clanlib22 SUBDIR += cld SUBDIR += clewn SUBDIR += clig SUBDIR += clint SUBDIR += clisp-hyperspec SUBDIR += cmake SUBDIR += cmake-fedora SUBDIR += cmake-gui SUBDIR += cmake-modules SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf SUBDIR += cocaine-core SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeworker SUBDIR += colorgcc SUBDIR += colormake SUBDIR += combat SUBDIR += commit-patch SUBDIR += common_lib SUBDIR += commoncpp SUBDIR += compiler-rt SUBDIR += compiz-bcop SUBDIR += concurrencykit SUBDIR += configkit SUBDIR += cons SUBDIR += cons-test SUBDIR += cook SUBDIR += covtool SUBDIR += cowlib SUBDIR += cpan-upload SUBDIR += cpan-upload-http SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cppunit SUBDIR += cproto SUBDIR += cpuflags SUBDIR += creduce SUBDIR += critcl SUBDIR += cross-binutils SUBDIR += cross-gcc SUBDIR += cross-gdb SUBDIR += cscope SUBDIR += cscout SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc SUBDIR += cstringbuffer SUBDIR += ctags SUBDIR += cunit SUBDIR += cut SUBDIR += cutils SUBDIR += cutter SUBDIR += cvs SUBDIR += cvs+ipv6 SUBDIR += cvs-devel SUBDIR += cvs-syncmail SUBDIR += cvs2cl SUBDIR += cvs2darcs SUBDIR += cvs2html SUBDIR += cvs2p4 SUBDIR += cvs2svn SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvschangelogbuilder SUBDIR += cvschk SUBDIR += cvsd SUBDIR += cvsdadm SUBDIR += cvsdelta SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmonitor SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsps-devel SUBDIR += cvsspam SUBDIR += cvsstat SUBDIR += cvstrac SUBDIR += cvsutils SUBDIR += cvsweb SUBDIR += cvsweb3 SUBDIR += cvswrap SUBDIR += cweb SUBDIR += cx_Freeze SUBDIR += cxmon SUBDIR += cxref SUBDIR += cxxtest SUBDIR += cxxtools SUBDIR += czmq SUBDIR += d-feet SUBDIR += darts SUBDIR += dasm SUBDIR += datadraw SUBDIR += dbus SUBDIR += dbus-glib SUBDIR += dbus-qt4 SUBDIR += dbus-sharp SUBDIR += dbus-sharp-glib SUBDIR += dcmtk SUBDIR += dconf SUBDIR += dconf-editor SUBDIR += ddd SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta SUBDIR += desktop-file-utils SUBDIR += dev86 SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dfuife-curses SUBDIR += dia2code SUBDIR += diffuse SUBDIR += ding-libs SUBDIR += directfb SUBDIR += dissy SUBDIR += distcc SUBDIR += distel SUBDIR += distorm SUBDIR += ditrack SUBDIR += dits SUBDIR += djgpp-binutils SUBDIR += djgpp-crx SUBDIR += dmake SUBDIR += dmalloc SUBDIR += dmucs SUBDIR += doctorj SUBDIR += dotconf SUBDIR += dotconf++ SUBDIR += doxygen SUBDIR += dparser SUBDIR += dprog SUBDIR += dragon SUBDIR += dreampie SUBDIR += drpython SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump SUBDIR += dxa65 SUBDIR += dyncall SUBDIR += e00compr SUBDIR += e2fsprogs-libss SUBDIR += e4graph SUBDIR += e_dbus SUBDIR += easygit SUBDIR += eblob SUBDIR += ebnf2yacc SUBDIR += ecb SUBDIR += eclipse-eclemma SUBDIR += ecore SUBDIR += ecore-file SUBDIR += ecore-ipc SUBDIR += ecore-main SUBDIR += edb SUBDIR += eet SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eieio SUBDIR += eiffelstudio SUBDIR += eina SUBDIR += eio SUBDIR += elf SUBDIR += elfio SUBDIR += elfkickers SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += elib SUBDIR += elib-emacs21 SUBDIR += entity SUBDIR += epm SUBDIR += epydoc SUBDIR += eric4 SUBDIR += eris SUBDIR += esdl SUBDIR += etcd SUBDIR += etcdctl SUBDIR += etl SUBDIR += eventxx SUBDIR += evolution-gconf-tools SUBDIR += exercisix SUBDIR += f77flow SUBDIR += fam SUBDIR += fampp SUBDIR += fastcrc SUBDIR += fb303 SUBDIR += fc++ SUBDIR += ffcall SUBDIR += fga SUBDIR += fhist SUBDIR += fib SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk2 SUBDIR += flex-sdk35 SUBDIR += flex_compiler_shell SUBDIR += flexdock SUBDIR += flexjson SUBDIR += flick SUBDIR += flickrnet SUBDIR += florist-gpl SUBDIR += flowdesigner SUBDIR += flyspray SUBDIR += fmake SUBDIR += fnccheck SUBDIR += fnorb SUBDIR += fortran-utils SUBDIR += fortytwo-encore SUBDIR += fossil SUBDIR += fpc-bfd SUBDIR += fpc-dbus SUBDIR += fpc-fcl-async SUBDIR += fpc-fcl-base SUBDIR += fpc-fcl-db SUBDIR += fpc-fcl-extra SUBDIR += fpc-fcl-fpcunit SUBDIR += fpc-fcl-image SUBDIR += fpc-fcl-js SUBDIR += fpc-fcl-json SUBDIR += fpc-fcl-net SUBDIR += fpc-fcl-passrc SUBDIR += fpc-fcl-process SUBDIR += fpc-fcl-registry SUBDIR += fpc-fcl-res SUBDIR += fpc-fcl-web SUBDIR += fpc-fcl-xml SUBDIR += fpc-fpmkunit SUBDIR += fpc-fppkg SUBDIR += fpc-fv SUBDIR += fpc-gdbint SUBDIR += fpc-newt SUBDIR += fpc-pthreads SUBDIR += fpc-regexpr SUBDIR += fpc-sdl SUBDIR += fpc-symbolic SUBDIR += fpc-zlib SUBDIR += fpp SUBDIR += frama-c SUBDIR += freeocl SUBDIR += frink SUBDIR += fsmgenerator SUBDIR += ftjam SUBDIR += ftnchek SUBDIR += fuel SUBDIR += fujaba SUBDIR += funnelweb SUBDIR += g-wrap SUBDIR += gaa SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gazpacho SUBDIR += gccmakedep SUBDIR += gconf2 SUBDIR += gconf2-reference SUBDIR += gconfmm26 SUBDIR += gcvs SUBDIR += gdb SUBDIR += gdb66 SUBDIR += gdbmods SUBDIR += gdcm SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-devhelp SUBDIR += geany-plugin-doc SUBDIR += geany-plugin-extrasel SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste SUBDIR += geany-plugin-gproject SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn SUBDIR += geany-plugin-spellcheck SUBDIR += geany-plugin-tableconvert SUBDIR += geany-plugin-treebrowser SUBDIR += geany-plugin-updatechecker SUBDIR += geany-plugin-vc SUBDIR += geany-plugin-webhelper SUBDIR += geany-plugin-xmlsnippets SUBDIR += geany-plugins SUBDIR += geany-plugins-l10n SUBDIR += gearmand SUBDIR += gearmand-devel SUBDIR += gecode SUBDIR += generate SUBDIR += generatorrunner SUBDIR += gengetopt SUBDIR += genproto SUBDIR += geoip-java SUBDIR += gettext SUBDIR += gettext-lint SUBDIR += gettext-msghack SUBDIR += gflags SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-sharp SUBDIR += git SUBDIR += git-merge-changelog SUBDIR += git-review SUBDIR += git-subversion SUBDIR += gitg SUBDIR += gitolite SUBDIR += gitolite2 SUBDIR += gitphp SUBDIR += gittrac SUBDIR += gjstest SUBDIR += glade2 SUBDIR += glade3 SUBDIR += glademm SUBDIR += glib-java SUBDIR += glib12 SUBDIR += glib20 SUBDIR += glib20-reference SUBDIR += glibmm SUBDIR += glibmm-reference SUBDIR += global SUBDIR += glog SUBDIR += glrparser SUBDIR += glui SUBDIR += gmake SUBDIR += gnatpython SUBDIR += gnome-common SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference SUBDIR += gnome-vfsmm SUBDIR += gnome2-hacker-tools SUBDIR += gnucflow SUBDIR += gnulib SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-pretty SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += goffice SUBDIR += goffice010 SUBDIR += google-gdata SUBDIR += google-perftools SUBDIR += google-sparsehash SUBDIR += google-styleguide SUBDIR += googlemock SUBDIR += googletest SUBDIR += goprotobuf SUBDIR += gorm SUBDIR += gperf SUBDIR += gprbuild SUBDIR += gps SUBDIR += gpsim SUBDIR += gputils SUBDIR += grantlee SUBDIR += gsettings-desktop-schemas SUBDIR += gsoap SUBDIR += gstreamer-plugins-gconf SUBDIR += gstreamer-plugins-gio SUBDIR += gstreamer-plugins-gnomevfs SUBDIR += gstreamer-plugins-sdl SUBDIR += gstreamer-plugins-soup SUBDIR += gstreamer1-plugins-soup SUBDIR += gtgt SUBDIR += gtkparasite SUBDIR += gtranslator SUBDIR += guichan SUBDIR += guikachu SUBDIR += guile-lib SUBDIR += guiloader SUBDIR += guiloader-c++ SUBDIR += gvfs SUBDIR += gwenhywfar SUBDIR += gwenhywfar-fox16 SUBDIR += gwenhywfar-gtk2 SUBDIR += gwenhywfar-qt4 SUBDIR += gzstream SUBDIR += hachoir-core SUBDIR += hachoir-parser SUBDIR += hachoir-regex SUBDIR += hadoop SUBDIR += happydoc SUBDIR += hapy SUBDIR += hcs12mem SUBDIR += hexcompare SUBDIR += hg-git SUBDIR += hgsvn SUBDIR += hgview SUBDIR += highlighterkit SUBDIR += horde-content SUBDIR += horde-timeobjects SUBDIR += horde-whups SUBDIR += horde3-chora SUBDIR += horde3-whups SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hs-BNFC SUBDIR += hs-Boolean SUBDIR += hs-ConfigFile SUBDIR += hs-DeepArrow SUBDIR += hs-HUnit SUBDIR += hs-IORefCAS SUBDIR += hs-IfElse SUBDIR += hs-List SUBDIR += hs-MaybeT SUBDIR += hs-MemoTrie SUBDIR += hs-MissingH SUBDIR += hs-MonadCatchIO-mtl SUBDIR += hs-MonadCatchIO-transformers SUBDIR += hs-MonadRandom SUBDIR += hs-ObjectName SUBDIR += hs-PSQueue SUBDIR += hs-QuickCheck SUBDIR += hs-ReadArgs SUBDIR += hs-SafeSemaphore SUBDIR += hs-StateVar SUBDIR += hs-Stream SUBDIR += hs-Tensor SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque SUBDIR += hs-abstract-par SUBDIR += hs-activehs-base SUBDIR += hs-alex SUBDIR += hs-ansi-terminal SUBDIR += hs-ansi-wl-pprint SUBDIR += hs-arrows SUBDIR += hs-asn1-data SUBDIR += hs-asn1-types SUBDIR += hs-async SUBDIR += hs-attempt SUBDIR += hs-base-unicode-symbols SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring SUBDIR += hs-base64-conduit SUBDIR += hs-basic-prelude SUBDIR += hs-bifunctors SUBDIR += hs-bits-atomic SUBDIR += hs-blaze-builder SUBDIR += hs-blaze-builder-conduit SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bloomfilter SUBDIR += hs-bsd-sysctl SUBDIR += hs-byteorder SUBDIR += hs-bytestring-nums SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs SUBDIR += hs-cabal-install SUBDIR += hs-cereal SUBDIR += hs-checkers SUBDIR += hs-classy-prelude SUBDIR += hs-classy-prelude-conduit SUBDIR += hs-cmdargs SUBDIR += hs-conduit SUBDIR += hs-configurator SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs SUBDIR += hs-data-default SUBDIR += hs-data-default-class SUBDIR += hs-data-default-instances-base SUBDIR += hs-data-default-instances-containers SUBDIR += hs-data-default-instances-dlist SUBDIR += hs-data-default-instances-old-locale SUBDIR += hs-data-pprint SUBDIR += hs-date-cache SUBDIR += hs-datetime SUBDIR += hs-directory-tree SUBDIR += hs-dlist SUBDIR += hs-drift SUBDIR += hs-edit-distance SUBDIR += hs-either SUBDIR += hs-enumerator SUBDIR += hs-errors SUBDIR += hs-extensible-exceptions SUBDIR += hs-failure SUBDIR += hs-fast-logger SUBDIR += hs-fgl SUBDIR += hs-file-embed SUBDIR += hs-filemanip SUBDIR += hs-filestore SUBDIR += hs-filesystem-conduit SUBDIR += hs-fsnotify SUBDIR += hs-gconf SUBDIR += hs-generic-deriving SUBDIR += hs-geniplate SUBDIR += hs-ghc-events SUBDIR += hs-ghc-mtl SUBDIR += hs-ghc-paths SUBDIR += hs-gio SUBDIR += hs-git-annex SUBDIR += hs-glade SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage SUBDIR += hs-hashtables SUBDIR += hs-haskeline SUBDIR += hs-haskell-platform SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts SUBDIR += hs-hasktags SUBDIR += hs-hastache SUBDIR += hs-hat SUBDIR += hs-hdoc SUBDIR += hs-hinotify SUBDIR += hs-hint SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hslogger SUBDIR += hs-hspec SUBDIR += hs-hspec-expectations SUBDIR += hs-idoc SUBDIR += hs-kqueue SUBDIR += hs-language-c SUBDIR += hs-language-javascript SUBDIR += hs-largeword SUBDIR += hs-lazysmallcheck SUBDIR += hs-lens SUBDIR += hs-lifted-base SUBDIR += hs-logict SUBDIR += hs-mmap SUBDIR += hs-mmorph SUBDIR += hs-monad-control SUBDIR += hs-monad-logger SUBDIR += hs-monad-par SUBDIR += hs-monad-par-extras SUBDIR += hs-mtl SUBDIR += hs-mueval SUBDIR += hs-murmur-hash SUBDIR += hs-optparse-applicative SUBDIR += hs-parallel SUBDIR += hs-pcre-light SUBDIR += hs-pool-conduit SUBDIR += hs-primitive SUBDIR += hs-profunctor-extras SUBDIR += hs-profunctors SUBDIR += hs-project-template SUBDIR += hs-quickcheck-io SUBDIR += hs-random SUBDIR += hs-ranges SUBDIR += hs-reactive SUBDIR += hs-readline SUBDIR += hs-reflection SUBDIR += hs-resource-pool SUBDIR += hs-resourcet SUBDIR += hs-safe SUBDIR += hs-setenv SUBDIR += hs-show SUBDIR += hs-silently SUBDIR += hs-simple-reflect SUBDIR += hs-smallcheck SUBDIR += hs-split SUBDIR += hs-stm SUBDIR += hs-strict SUBDIR += hs-syb SUBDIR += hs-syb-with-class SUBDIR += hs-syb-with-class-instances-text SUBDIR += hs-system-fileio SUBDIR += hs-system-filepath SUBDIR += hs-tagged SUBDIR += hs-temporary SUBDIR += hs-terminfo SUBDIR += hs-test-framework SUBDIR += hs-test-framework-hunit SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-testpack SUBDIR += hs-text SUBDIR += hs-threads SUBDIR += hs-threadscope SUBDIR += hs-time-compat SUBDIR += hs-timezone-olson SUBDIR += hs-timezone-series SUBDIR += hs-transformers SUBDIR += hs-transformers-base SUBDIR += hs-unamb SUBDIR += hs-uniplate SUBDIR += hs-unix-compat SUBDIR += hs-unix-time SUBDIR += hs-unordered-containers SUBDIR += hs-utf8-light SUBDIR += hs-utf8-string SUBDIR += hs-utility-ht SUBDIR += hs-uuagc SUBDIR += hs-uuagc-bootstrap SUBDIR += hs-uuagc-cabal SUBDIR += hs-uuid SUBDIR += hs-uulib SUBDIR += hs-vault SUBDIR += hs-vector SUBDIR += hs-vector-algorithms SUBDIR += hs-void SUBDIR += hs-word8 SUBDIR += htable SUBDIR += hub SUBDIR += hwloc SUBDIR += hyena SUBDIR += ice SUBDIR += icmake SUBDIR += icu SUBDIR += idutils SUBDIR += ifd-test SUBDIR += imake SUBDIR += inilib SUBDIR += iniparser SUBDIR += initutil SUBDIR += insight SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport SUBDIR += itext SUBDIR += ixlib SUBDIR += jakarta-commons-configuration SUBDIR += jakarta-commons-daemon SUBDIR += jakarta-commons-io SUBDIR += jakarta-commons-jxpath SUBDIR += jakarta-commons-modeler SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs SUBDIR += java-util-concurrent SUBDIR += javolution SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins SUBDIR += jep SUBDIR += jgoodies-common SUBDIR += jiic SUBDIR += jline SUBDIR += jna SUBDIR += jrtplib SUBDIR += jsap SUBDIR += jsl SUBDIR += jsmin SUBDIR += json-c SUBDIR += json-glib SUBDIR += jtag SUBDIR += judy SUBDIR += jwasm SUBDIR += jzmq SUBDIR += k8048 SUBDIR += kBuild SUBDIR += kaptain SUBDIR += kcachegrind SUBDIR += kdbg SUBDIR += kdebindings4 SUBDIR += kdesdk4 SUBDIR += kdesvn-kde4 SUBDIR += kdevelop-kde4 SUBDIR += kdevelop-pg-qt SUBDIR += kdevelop-php SUBDIR += kdevelop-php-docs SUBDIR += kdevplatform SUBDIR += kimwitu SUBDIR += kyra SUBDIR += kyua SUBDIR += kyua-atf-compat SUBDIR += kyua-testers SUBDIR += lasi SUBDIR += lcov SUBDIR += leaktracer SUBDIR += lemon SUBDIR += lfcbase SUBDIR += lfcxml SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libafterbase SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml SUBDIR += libast SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl SUBDIR += libbegemot SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbnr SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference SUBDIR += libburn SUBDIR += libc++ SUBDIR += libccid SUBDIR += libcfg SUBDIR += libcfu SUBDIR += libcheck SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii SUBDIR += libclaw SUBDIR += libcli SUBDIR += libconfig SUBDIR += libconfuse SUBDIR += libcwd SUBDIR += libdaemon SUBDIR += libdap SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu-qt SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdlmalloc SUBDIR += libdlna SUBDIR += libdnsres SUBDIR += libdombey SUBDIR += libdouble-conversion SUBDIR += libds SUBDIR += libdsp SUBDIR += libdwarf SUBDIR += libe SUBDIR += libedit SUBDIR += libee SUBDIR += libeio SUBDIR += libelf SUBDIR += libepp-nicbr SUBDIR += libesedb SUBDIR += libestr SUBDIR += libev SUBDIR += libevent SUBDIR += libevent-hiphop SUBDIR += libevent2 SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf SUBDIR += libexecinfo SUBDIR += libexplain SUBDIR += libffi SUBDIR += libfirm SUBDIR += libfortuna SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago SUBDIR += libgamepad SUBDIR += libgconf-java SUBDIR += libgdata SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgii SUBDIR += libgit2 SUBDIR += libglade-java SUBDIR += libglade2 SUBDIR += libglade2-reference SUBDIR += libglademm24 SUBDIR += libgpc SUBDIR += libgsf SUBDIR += libgta SUBDIR += libgtop SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libical SUBDIR += libinotify SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjson++ SUBDIR += libk8055 SUBDIR += libkgapi SUBDIR += libklel SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas SUBDIR += liblcfg SUBDIR += libleaftag SUBDIR += liblnk SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += libmaa SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmcs SUBDIR += libmimedir SUBDIR += libmonetra SUBDIR += libmowgli SUBDIR += libmpcbdm SUBDIR += libmsiecf SUBDIR += libmsocket SUBDIR += libmtrie SUBDIR += libnaji SUBDIR += libnfc SUBDIR += libnotify SUBDIR += libnxt SUBDIR += liboil SUBDIR += libol SUBDIR += libole2 SUBDIR += libolecf SUBDIR += liboobs SUBDIR += liboop SUBDIR += libopendaap SUBDIR += libopensync SUBDIR += libopensync022 SUBDIR += libopkele SUBDIR += liborcus SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby SUBDIR += libparserutils SUBDIR += libpasori SUBDIR += libpci SUBDIR += libpciaccess SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff SUBDIR += libphish SUBDIR += libphk SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpthread-stubs SUBDIR += libqxt SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java SUBDIR += libredblack SUBDIR += libregf SUBDIR += librelp SUBDIR += librest SUBDIR += libruin SUBDIR += libs11n SUBDIR += libserver SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++12 SUBDIR += libsigc++20 SUBDIR += libsigcx SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libslave SUBDIR += libsoup SUBDIR += libsoup-gnome SUBDIR += libsoup-reference SUBDIR += libstatgrab SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libsysinfo SUBDIR += libtai SUBDIR += libtap SUBDIR += libtar SUBDIR += libtecla SUBDIR += libthai SUBDIR += libtifiles2 SUBDIR += libtool SUBDIR += libtpl SUBDIR += libublio SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum SUBDIR += libunistring SUBDIR += libunwind SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc SUBDIR += libvirt SUBDIR += libvirt-glib SUBDIR += libvirt-java SUBDIR += libvolume_id SUBDIR += libvshadow SUBDIR += libwfut SUBDIR += libx86 SUBDIR += libxalloc SUBDIR += libxs SUBDIR += libytnef SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning SUBDIR += linux-f10-allegro SUBDIR += linux-f10-dbus-glib SUBDIR += linux-f10-dbus-libs SUBDIR += linux-f10-libglade2 SUBDIR += linux-f10-libsigc++20 SUBDIR += linux-f10-ncurses-base SUBDIR += linux-f10-nspr SUBDIR += linux-f10-sdl12 SUBDIR += linux-kmod-compat SUBDIR += linux_kdump SUBDIR += lion SUBDIR += llvm SUBDIR += llvm-devel SUBDIR += llvm31 SUBDIR += llvm32 SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += lmdbg SUBDIR += lndir SUBDIR += lockfree-malloc SUBDIR += log4c SUBDIR += log4cplus SUBDIR += log4cpp SUBDIR += log4cxx SUBDIR += log4j SUBDIR += log4net SUBDIR += log4sh SUBDIR += log4shib SUBDIR += loki SUBDIR += looks SUBDIR += love SUBDIR += love07 SUBDIR += love5 SUBDIR += lpc21isp SUBDIR += lrmi SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-cjson SUBDIR += lua-filename SUBDIR += lua-gettext SUBDIR += lua-lgi SUBDIR += lua-lunit SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-rds-parser SUBDIR += lua-redis-parser SUBDIR += lua-sysctl SUBDIR += luabind SUBDIR += luafilesystem SUBDIR += luajava SUBDIR += lutok SUBDIR += lwp SUBDIR += lxr SUBDIR += m17n-db SUBDIR += m17n-docs SUBDIR += m17n-lib SUBDIR += m4 SUBDIR += m6811-binutils SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend + SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper SUBDIR += maven2 SUBDIR += maven3 SUBDIR += mcpp SUBDIR += mdds SUBDIR += meck SUBDIR += memcheck SUBDIR += menhir SUBDIR += mercator SUBDIR += mercurial SUBDIR += mercurialeclipse SUBDIR += meta-cvs SUBDIR += mico SUBDIR += mime SUBDIR += mimir SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils SUBDIR += mingw32-directx SUBDIR += mingw32-gcc SUBDIR += mingw32-libffi SUBDIR += mingw32-libyaml SUBDIR += mingw32-openssl SUBDIR += mingw32-pdcurses SUBDIR += mingw32-pthreads SUBDIR += mingw32-zlib SUBDIR += mingw64-binutils SUBDIR += mk SUBDIR += mk-configure SUBDIR += mkcmd SUBDIR += ml-doc SUBDIR += mm SUBDIR += mm-common SUBDIR += mongo-c-driver SUBDIR += mongo-cxx-driver SUBDIR += mono-addins SUBDIR += mono-tools SUBDIR += monodevelop SUBDIR += monodevelop-database SUBDIR += monotone SUBDIR += monotone-viz SUBDIR += motor SUBDIR += mpatrol SUBDIR += mph SUBDIR += mq4cpp SUBDIR += msgpack SUBDIR += msp430-binutils SUBDIR += msp430-gcc SUBDIR += msp430-gcc3 SUBDIR += msp430-gdb SUBDIR += msp430-libc SUBDIR += msp430mcu SUBDIR += mspdebug SUBDIR += msrc0 SUBDIR += nana SUBDIR += nant SUBDIR += nasm SUBDIR += naturaldocs SUBDIR += ncc SUBDIR += ncnf SUBDIR += ncurses SUBDIR += ncurses-devel SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib SUBDIR += ndesk-options SUBDIR += nemiver SUBDIR += netscape-java40 SUBDIR += newfile SUBDIR += newt SUBDIR += nglogc SUBDIR += nini SUBDIR += ninja SUBDIR += ninja-ide SUBDIR += node-thrift SUBDIR += notify-sharp SUBDIR += noweb SUBDIR += npth SUBDIR += nspr SUBDIR += nxt-python SUBDIR += obby SUBDIR += obfuscatejs SUBDIR += ocaml-annexlib SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava SUBDIR += ocaml-camlp5 SUBDIR += ocaml-camomile SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes SUBDIR += ocaml-cppo SUBDIR += ocaml-deriving-ocsigen SUBDIR += ocaml-equeue SUBDIR += ocaml-event SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-lacaml SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-pcre SUBDIR += ocaml-pomap SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-sexplib SUBDIR += ocaml-typeconv SUBDIR += ocaml-ulex SUBDIR += ocaml-xstr SUBDIR += ocaml-xstrp4 SUBDIR += ocamlweb SUBDIR += ocfpcsc SUBDIR += ode SUBDIR += ode-devel SUBDIR += ois SUBDIR += omake SUBDIR += omniNotify SUBDIR += omniORB SUBDIR += oniguruma SUBDIR += oniguruma4 SUBDIR += oniguruma5 SUBDIR += open-beagle SUBDIR += open-usp-tukubai SUBDIR += opencl SUBDIR += opencvs SUBDIR += opengrok SUBDIR += openocd SUBDIR += openvex SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orbitcpp SUBDIR += orc SUBDIR += osc SUBDIR += oserl SUBDIR += ossp-al SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += ossp-xds SUBDIR += otrs SUBDIR += p4 SUBDIR += p4.el SUBDIR += p4api SUBDIR += p4d SUBDIR += p4db SUBDIR += p4delta SUBDIR += p4ftpd SUBDIR += p4genpatch SUBDIR += p4p SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 SUBDIR += p5-Algorithm-ChooseSubsets SUBDIR += p5-Algorithm-Cluster SUBDIR += p5-Algorithm-Dependency SUBDIR += p5-Algorithm-Dependency-Objects SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-FloodControl SUBDIR += p5-Algorithm-IncludeExclude SUBDIR += p5-Algorithm-Interval2Prefix SUBDIR += p5-Algorithm-LCS SUBDIR += p5-Algorithm-LUHN SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Merge SUBDIR += p5-Algorithm-MinMax SUBDIR += p5-Algorithm-NaiveBayes SUBDIR += p5-Algorithm-Networksort SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias SUBDIR += p5-Alien-SDL SUBDIR += p5-Alzabo SUBDIR += p5-Alzabo-GUI-Mason SUBDIR += p5-Any-Moose SUBDIR += p5-Any-Moose-Convert SUBDIR += p5-AnyData SUBDIR += p5-AnyEvent SUBDIR += p5-AnyEvent-AIO SUBDIR += p5-AnyEvent-Connection SUBDIR += p5-AnyEvent-DBI SUBDIR += p5-AnyEvent-DBI-Abstract SUBDIR += p5-AnyEvent-DBus SUBDIR += p5-AnyEvent-Filesys-Notify SUBDIR += p5-AnyEvent-Gearman SUBDIR += p5-AnyEvent-Graphite SUBDIR += p5-AnyEvent-I3 SUBDIR += p5-AnyEvent-MessagePack SUBDIR += p5-AnyEvent-RPC SUBDIR += p5-AnyEvent-Run SUBDIR += p5-AnyEvent-Subprocess SUBDIR += p5-AnyEvent-Worker SUBDIR += p5-AnyMQ SUBDIR += p5-App-Build SUBDIR += p5-App-CLI SUBDIR += p5-App-CLI-Extension SUBDIR += p5-App-Cache SUBDIR += p5-App-Cmd SUBDIR += p5-App-Control SUBDIR += p5-App-FatPacker SUBDIR += p5-App-GitGot SUBDIR += p5-App-GitHub SUBDIR += p5-App-Info SUBDIR += p5-App-Options SUBDIR += p5-App-Rad SUBDIR += p5-App-SD SUBDIR += p5-App-SVN-Bisect SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanoutdated SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Unique SUBDIR += p5-Array-Window SUBDIR += p5-Async-Interrupt SUBDIR += p5-Async-MergePoint SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers SUBDIR += p5-Attribute-Handlers-Prospective SUBDIR += p5-Attribute-Persistent SUBDIR += p5-AutoLoader SUBDIR += p5-AutoXS-Header SUBDIR += p5-B-Compiling SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Generate SUBDIR += p5-B-Graph SUBDIR += p5-B-Hooks-EndOfScope SUBDIR += p5-B-Hooks-OP-Annotation SUBDIR += p5-B-Hooks-OP-Check SUBDIR += p5-B-Hooks-OP-Check-EntersubForCV SUBDIR += p5-B-Hooks-OP-PPAddr SUBDIR += p5-B-Hooks-Parser SUBDIR += p5-B-Keywords SUBDIR += p5-B-OPCheck SUBDIR += p5-B-Size2 SUBDIR += p5-B-Utils SUBDIR += p5-BFD SUBDIR += p5-BS-Event SUBDIR += p5-BSD-Resource SUBDIR += p5-BSD-devstat SUBDIR += p5-BSD-stat SUBDIR += p5-BZ-Client SUBDIR += p5-Badger SUBDIR += p5-Benchmark-Timer SUBDIR += p5-Best SUBDIR += p5-Bread-Board SUBDIR += p5-Bread-Board-Declare SUBDIR += p5-Bundle-Perl6 SUBDIR += p5-C-Scan SUBDIR += p5-CHI SUBDIR += p5-CLASS SUBDIR += p5-CPAN-Changes SUBDIR += p5-CPAN-Checksums SUBDIR += p5-CPAN-DistnameInfo SUBDIR += p5-CPAN-Inject SUBDIR += p5-CPAN-Meta SUBDIR += p5-CPAN-Meta-Check SUBDIR += p5-CPAN-Meta-Requirements SUBDIR += p5-CPAN-Meta-YAML SUBDIR += p5-CPAN-Mini SUBDIR += p5-CPAN-Perl-Releases SUBDIR += p5-CPAN-Recent-Uploads SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Report SUBDIR += p5-CPAN-Uploader SUBDIR += p5-CPAN-YACSmoke SUBDIR += p5-CPANPLUS SUBDIR += p5-CPANPLUS-Dist-Build SUBDIR += p5-CPS SUBDIR += p5-Cache SUBDIR += p5-Cache-AgainstFile SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-FastMmap SUBDIR += p5-Cache-LRU SUBDIR += p5-Cache-Memcached-Tie SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan SUBDIR += p5-Carp-Clan-Share SUBDIR += p5-Carp-Datum SUBDIR += p5-Carp-REPL SUBDIR += p5-Cdk SUBDIR += p5-Check-ISA SUBDIR += p5-Child SUBDIR += p5-Chooser SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-Accessor-Chained SUBDIR += p5-Class-Accessor-Children SUBDIR += p5-Class-Accessor-Complex SUBDIR += p5-Class-Accessor-Constructor SUBDIR += p5-Class-Accessor-Fast-Contained SUBDIR += p5-Class-Accessor-Fast-XS SUBDIR += p5-Class-Accessor-Grouped SUBDIR += p5-Class-Accessor-Installer SUBDIR += p5-Class-Accessor-Lite SUBDIR += p5-Class-Accessor-Lvalue SUBDIR += p5-Class-Accessor-Named SUBDIR += p5-Class-Adapter SUBDIR += p5-Class-AlzaboWrapper SUBDIR += p5-Class-ArrayObjects SUBDIR += p5-Class-AutoClass SUBDIR += p5-Class-Autouse SUBDIR += p5-Class-Base SUBDIR += p5-Class-BlackHole SUBDIR += p5-Class-C3 SUBDIR += p5-Class-C3-Adopt-NEXT SUBDIR += p5-Class-C3-Componentised SUBDIR += p5-Class-C3-XS SUBDIR += p5-Class-Closure SUBDIR += p5-Class-CodeStyler SUBDIR += p5-Class-Component SUBDIR += p5-Class-Constant SUBDIR += p5-Class-Container SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-ConfigHash SUBDIR += p5-Class-Data-Inheritable SUBDIR += p5-Class-Date SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor SUBDIR += p5-Class-Handle SUBDIR += p5-Class-Hook SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Inner SUBDIR += p5-Class-InsideOut SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Interfaces SUBDIR += p5-Class-Load SUBDIR += p5-Class-Load-XS SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MakeMethods SUBDIR += p5-Class-Measure SUBDIR += p5-Class-Method-Modifiers SUBDIR += p5-Class-Method-Modifiers-Fast SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper SUBDIR += p5-Class-Mix SUBDIR += p5-Class-Mixin SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure SUBDIR += p5-Class-NamedParms SUBDIR += p5-Class-Null SUBDIR += p5-Class-OOorNO SUBDIR += p5-Class-ObjectTemplate SUBDIR += p5-Class-ObjectTemplate-DB SUBDIR += p5-Class-Observable SUBDIR += p5-Class-ParmList SUBDIR += p5-Class-Prototyped SUBDIR += p5-Class-ReturnValue SUBDIR += p5-Class-Roles SUBDIR += p5-Class-STL-Containers SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Spiffy SUBDIR += p5-Class-StateMachine SUBDIR += p5-Class-Std SUBDIR += p5-Class-Std-Fast SUBDIR += p5-Class-Std-Utils SUBDIR += p5-Class-StrongSingleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable SUBDIR += p5-Class-Tiny SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-Unload SUBDIR += p5-Class-Virtual SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Class-Workflow SUBDIR += p5-Class-XPath SUBDIR += p5-Class-XSAccessor SUBDIR += p5-Class-XSAccessor-Array SUBDIR += p5-Clone SUBDIR += p5-Clone-Fast SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP SUBDIR += p5-Code-Perl SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit SUBDIR += p5-Config-Any SUBDIR += p5-Config-ApacheFormat SUBDIR += p5-Config-Auto SUBDIR += p5-Config-AutoConf SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-GitLike SUBDIR += p5-Config-Grammar SUBDIR += p5-Config-INI SUBDIR += p5-Config-INI-Simple SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash SUBDIR += p5-Config-IniRegEx SUBDIR += p5-Config-JFDI SUBDIR += p5-Config-JSON SUBDIR += p5-Config-MVP SUBDIR += p5-Config-MVP-Reader-INI SUBDIR += p5-Config-Model SUBDIR += p5-Config-Model-Tester SUBDIR += p5-Config-MySQL SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Options SUBDIR += p5-Config-Perl-V SUBDIR += p5-Config-Properties SUBDIR += p5-Config-Record SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Simple SUBDIR += p5-Config-Std SUBDIR += p5-Config-Tiny SUBDIR += p5-Config-Wrest SUBDIR += p5-Config-YAML SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return SUBDIR += p5-Coro SUBDIR += p5-Curses SUBDIR += p5-Curses-Application SUBDIR += p5-Curses-Forms SUBDIR += p5-Curses-UI SUBDIR += p5-Curses-Widgets SUBDIR += p5-Cvs SUBDIR += p5-DB_File-Lock SUBDIR += p5-Daemon-Control SUBDIR += p5-Dancer-Debug SUBDIR += p5-Danga-Socket SUBDIR += p5-Danga-Socket-Callback SUBDIR += p5-Data-ACL SUBDIR += p5-Data-Alias SUBDIR += p5-Data-Average SUBDIR += p5-Data-Bind SUBDIR += p5-Data-Capture SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Dumper-Concise SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID SUBDIR += p5-Data-Grouper SUBDIR += p5-Data-HashArray SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-Hexdumper SUBDIR += p5-Data-Hexify SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-Inherited SUBDIR += p5-Data-Inspect SUBDIR += p5-Data-Integer SUBDIR += p5-Data-JavaScript-Anon SUBDIR += p5-Data-Lazy SUBDIR += p5-Data-Localize SUBDIR += p5-Data-MessagePack SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path SUBDIR += p5-Data-Peek SUBDIR += p5-Data-Printer SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Rand SUBDIR += p5-Data-Rand-Obscure SUBDIR += p5-Data-Random SUBDIR += p5-Data-Range-Compare SUBDIR += p5-Data-Record SUBDIR += p5-Data-Recursive-Encode SUBDIR += p5-Data-Remember SUBDIR += p5-Data-Rmap SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-SExpression SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-Stag SUBDIR += p5-Data-Stream-Bulk SUBDIR += p5-Data-Structure-Util SUBDIR += p5-Data-Swap SUBDIR += p5-Data-Table SUBDIR += p5-Data-Taxonomy-Tags SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-Throttler SUBDIR += p5-Data-Throttler-Memcached SUBDIR += p5-Data-Thunk SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-TreeDumper-Renderer-GTK SUBDIR += p5-Data-Types SUBDIR += p5-Data-UUID SUBDIR += p5-Data-Uniqid SUBDIR += p5-Data-Util SUBDIR += p5-Data-Validate SUBDIR += p5-Data-Validator SUBDIR += p5-Data-Visitor SUBDIR += p5-Data-Visitor-Encode SUBDIR += p5-Data-Walk SUBDIR += p5-Date-Business SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Calc-Iterator SUBDIR += p5-Date-Calc-XS SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO SUBDIR += p5-Date-Leapyear SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Piece SUBDIR += p5-Date-Range SUBDIR += p5-Date-Roman SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime SUBDIR += p5-DateTime-Astro SUBDIR += p5-DateTime-Calendar-Chinese SUBDIR += p5-DateTime-Calendar-Christian SUBDIR += p5-DateTime-Calendar-Discordian SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary SUBDIR += p5-DateTime-Calendar-Hebrew SUBDIR += p5-DateTime-Calendar-Japanese SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical SUBDIR += p5-DateTime-Cron-Simple SUBDIR += p5-DateTime-Event-Chinese SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter SUBDIR += p5-DateTime-Event-ICal SUBDIR += p5-DateTime-Event-Lunar SUBDIR += p5-DateTime-Event-NameDay SUBDIR += p5-DateTime-Event-Random SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-SolarTerm SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Event-Zodiac SUBDIR += p5-DateTime-Fiscal-Year SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-DateParse SUBDIR += p5-DateTime-Format-Duration SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-Flexible SUBDIR += p5-DateTime-Format-HTTP SUBDIR += p5-DateTime-Format-IBeat SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Natural SUBDIR += p5-DateTime-Format-Oracle SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-RFC3339 SUBDIR += p5-DateTime-Format-RSS SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-SQLite SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-Format-XSD SUBDIR += p5-DateTime-Functions SUBDIR += p5-DateTime-HiRes SUBDIR += p5-DateTime-Incomplete SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-DateTime-TimeZone-LMT SUBDIR += p5-DateTime-Util-Astro SUBDIR += p5-DateTime-Util-Calc SUBDIR += p5-DateTimeX-Easy SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple SUBDIR += p5-Devel-ArgNames SUBDIR += p5-Devel-Autoflush SUBDIR += p5-Devel-Backtrace SUBDIR += p5-Devel-BeginLift SUBDIR += p5-Devel-CallChecker SUBDIR += p5-Devel-Caller SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover SUBDIR += p5-Devel-Cover-Report-Clover SUBDIR += p5-Devel-Cycle SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Declare SUBDIR += p5-Devel-Declare-Parser SUBDIR += p5-Devel-Diagram SUBDIR += p5-Devel-Ditto SUBDIR += p5-Devel-Dumpvar SUBDIR += p5-Devel-EvalContext SUBDIR += p5-Devel-Events SUBDIR += p5-Devel-Events-Objects SUBDIR += p5-Devel-FindPerl SUBDIR += p5-Devel-Gladiator SUBDIR += p5-Devel-GlobalDestruction SUBDIR += p5-Devel-GlobalDestruction-XS SUBDIR += p5-Devel-Hide SUBDIR += p5-Devel-KYTProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Leak-Cb SUBDIR += p5-Devel-Leak-Object SUBDIR += p5-Devel-LeakGuard-Object SUBDIR += p5-Devel-LeakTrace SUBDIR += p5-Devel-LeakTrace-Fast SUBDIR += p5-Devel-LexAlias SUBDIR += p5-Devel-Messenger SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-NYTProf SUBDIR += p5-Devel-PPPort SUBDIR += p5-Devel-PackagePath SUBDIR += p5-Devel-PartialDump SUBDIR += p5-Devel-PatchPerl SUBDIR += p5-Devel-Pointer SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-Profiler SUBDIR += p5-Devel-REPL SUBDIR += p5-Devel-Refactor SUBDIR += p5-Devel-Refcount SUBDIR += p5-Devel-Required SUBDIR += p5-Devel-RingBuffer SUBDIR += p5-Devel-STrace SUBDIR += p5-Devel-SimpleTrace SUBDIR += p5-Devel-Size SUBDIR += p5-Devel-Size-Report SUBDIR += p5-Devel-SmallProf SUBDIR += p5-Devel-StackTrace SUBDIR += p5-Devel-StackTrace-AsHTML SUBDIR += p5-Devel-StackTrace-WithLexicals SUBDIR += p5-Devel-StealthDebug SUBDIR += p5-Devel-Symdump SUBDIR += p5-Devel-Timer SUBDIR += p5-Devel-Trace SUBDIR += p5-Devel-TraceCalls SUBDIR += p5-Devel-TraceUse SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB SUBDIR += p5-Dialog SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Queue SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-Dist-CheckConflicts SUBDIR += p5-Dist-Joseki SUBDIR += p5-Dist-Metadata SUBDIR += p5-Dist-Zilla SUBDIR += p5-Doxygen-Filter-Perl SUBDIR += p5-DynaLoader-Functions SUBDIR += p5-EV SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Errno SUBDIR += p5-Error-Helper SUBDIR += p5-Eval-Closure SUBDIR += p5-Eval-Context SUBDIR += p5-Eval-LineNumbers SUBDIR += p5-Eval-WithLexicals SUBDIR += p5-Event SUBDIR += p5-Event-ExecFlow SUBDIR += p5-Event-Join SUBDIR += p5-Event-Lib SUBDIR += p5-Event-Notify SUBDIR += p5-Event-RPC SUBDIR += p5-Every SUBDIR += p5-Exception-Class SUBDIR += p5-Exception-Class-TryCatch SUBDIR += p5-Exception-Handler SUBDIR += p5-Expect-Simple SUBDIR += p5-Exporter SUBDIR += p5-Exporter-Declare SUBDIR += p5-Exporter-Easy SUBDIR += p5-Exporter-Lite SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny SUBDIR += p5-ExtUtils-AutoInstall SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Command SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-Helpers SUBDIR += p5-ExtUtils-Install SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker SUBDIR += p5-ExtUtils-MakeMaker-Coverage SUBDIR += p5-ExtUtils-Manifest SUBDIR += p5-ExtUtils-ParseXS SUBDIR += p5-ExtUtils-PkgConfig SUBDIR += p5-ExtUtils-XSBuilder SUBDIR += p5-ExtUtils-XSpp SUBDIR += p5-FSA-Rules SUBDIR += p5-Fennec-Lite SUBDIR += p5-File-Append-TempFile SUBDIR += p5-File-Assets SUBDIR += p5-File-Attributes SUBDIR += p5-File-Attributes-Recursive SUBDIR += p5-File-BOM SUBDIR += p5-File-BaseDir SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache SUBDIR += p5-File-Cat SUBDIR += p5-File-ChangeNotify SUBDIR += p5-File-Copy-Recursive SUBDIR += p5-File-CountLines SUBDIR += p5-File-CreationTime SUBDIR += p5-File-DesktopEntry SUBDIR += p5-File-Dir-Dumper SUBDIR += p5-File-DirSync SUBDIR += p5-File-ExtAttr SUBDIR += p5-File-FcntlLock SUBDIR += p5-File-Find-Closures SUBDIR += p5-File-Find-Object SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Find-Rule-Filesys-Virtual SUBDIR += p5-File-Find-Rule-Perl SUBDIR += p5-File-Find-Rule-VCS SUBDIR += p5-File-Finder SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock SUBDIR += p5-File-FnMatch SUBDIR += p5-File-Grep SUBDIR += p5-File-HStore SUBDIR += p5-File-HomeDir SUBDIR += p5-File-HomeDir-PathClass SUBDIR += p5-File-Iterator SUBDIR += p5-File-LibMagic SUBDIR += p5-File-MMagic SUBDIR += p5-File-MMagic-XS SUBDIR += p5-File-Map SUBDIR += p5-File-MimeInfo SUBDIR += p5-File-Modified SUBDIR += p5-File-Monitor SUBDIR += p5-File-NCopy SUBDIR += p5-File-NFSLock SUBDIR += p5-File-Path SUBDIR += p5-File-Path-Expand SUBDIR += p5-File-Path-Tiny SUBDIR += p5-File-PathConvert SUBDIR += p5-File-Pid SUBDIR += p5-File-Pid-Quick SUBDIR += p5-File-Policy SUBDIR += p5-File-Random SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR SUBDIR += p5-File-ShareDir-PathClass SUBDIR += p5-File-ShareDir-ProjectDistDir SUBDIR += p5-File-Slurp SUBDIR += p5-File-Slurp-Tiny SUBDIR += p5-File-Slurp-Tree SUBDIR += p5-File-Spec-Native SUBDIR += p5-File-Stream SUBDIR += p5-File-Sync SUBDIR += p5-File-Tail SUBDIR += p5-File-Tail-Dir SUBDIR += p5-File-Temp SUBDIR += p5-File-Tempdir SUBDIR += p5-File-Touch SUBDIR += p5-File-Type SUBDIR += p5-File-Util SUBDIR += p5-File-chdir SUBDIR += p5-File-chmod SUBDIR += p5-File-pushd SUBDIR += p5-FileHandle-Fmode SUBDIR += p5-FileHandle-Unget SUBDIR += p5-Filesys-Notify-KQueue SUBDIR += p5-Filesys-Notify-Simple SUBDIR += p5-Filesys-Virtual SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template SUBDIR += p5-Find-Lib SUBDIR += p5-FindBin-libs SUBDIR += p5-Forest SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async SUBDIR += p5-Gearman-Server SUBDIR += p5-Gearman-XS SUBDIR += p5-Geo-JSON SUBDIR += p5-Geo-ShapeFile SUBDIR += p5-Getargs-Long SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Attribute SUBDIR += p5-Getopt-Compact SUBDIR += p5-Getopt-Compact-WithCmd SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Euclid SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 SUBDIR += p5-Gnome2-GConf SUBDIR += p5-Goo-Canvas SUBDIR += p5-Google-Checkout SUBDIR += p5-Google-ProtocolBuffers SUBDIR += p5-Gravatar-URL SUBDIR += p5-Gtk2-Notify SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Guard SUBDIR += p5-HOP-Lexer SUBDIR += p5-HOP-Stream SUBDIR += p5-Hash-AsObject SUBDIR += p5-Hash-AutoHash SUBDIR += p5-Hash-AutoHash-Args SUBDIR += p5-Hash-Case SUBDIR += p5-Hash-Diff SUBDIR += p5-Hash-FieldHash SUBDIR += p5-Hash-Flatten SUBDIR += p5-Hash-Merge-Simple SUBDIR += p5-Hash-MoreUtils SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef SUBDIR += p5-Hash-Union SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Hash-WithDefaults SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple SUBDIR += p5-Heap-Simple-Perl SUBDIR += p5-Heap-Simple-XS SUBDIR += p5-Hook-LexWrap SUBDIR += p5-IO SUBDIR += p5-IO-AIO SUBDIR += p5-IO-All SUBDIR += p5-IO-All-LWP SUBDIR += p5-IO-Any SUBDIR += p5-IO-Async SUBDIR += p5-IO-BufferedSelect SUBDIR += p5-IO-Callback SUBDIR += p5-IO-Capture SUBDIR += p5-IO-CaptureOutput SUBDIR += p5-IO-Detect SUBDIR += p5-IO-Digest SUBDIR += p5-IO-Event SUBDIR += p5-IO-FDPass SUBDIR += p5-IO-HTML SUBDIR += p5-IO-Handle-Util SUBDIR += p5-IO-Interactive SUBDIR += p5-IO-KQueue SUBDIR += p5-IO-Lambda SUBDIR += p5-IO-LockedFile SUBDIR += p5-IO-MultiPipe SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-NestedCapture SUBDIR += p5-IO-Null SUBDIR += p5-IO-Pager SUBDIR += p5-IO-Pipely SUBDIR += p5-IO-Prompt SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Pty-Easy SUBDIR += p5-IO-SessionData SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tee SUBDIR += p5-IO-TieCombine SUBDIR += p5-IO-Toolkit SUBDIR += p5-IO-Tty SUBDIR += p5-IO-Util SUBDIR += p5-IO-YAML SUBDIR += p5-IO-stringy SUBDIR += p5-IOC SUBDIR += p5-IPC-Cache SUBDIR += p5-IPC-Cmd SUBDIR += p5-IPC-DirQueue SUBDIR += p5-IPC-Locker SUBDIR += p5-IPC-MM SUBDIR += p5-IPC-MMA SUBDIR += p5-IPC-Mmap SUBDIR += p5-IPC-Mmap-Share SUBDIR += p5-IPC-Open3-Simple SUBDIR += p5-IPC-PubSub SUBDIR += p5-IPC-Run SUBDIR += p5-IPC-Run-SafeHandles SUBDIR += p5-IPC-Run3 SUBDIR += p5-IPC-ShareLite SUBDIR += p5-IPC-Shareable SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-ShellCmd SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Simple SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Files SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-TT SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS SUBDIR += p5-Ioctl SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client SUBDIR += p5-JQuery SUBDIR += p5-JSON-Path SUBDIR += p5-JSON-RPC SUBDIR += p5-JSON-RPC-Common SUBDIR += p5-JSON-RPC-Dispatcher SUBDIR += p5-Java SUBDIR += p5-Jonk SUBDIR += p5-LV SUBDIR += p5-Lexical-Alias SUBDIR += p5-Lexical-Import SUBDIR += p5-Lexical-Persistence SUBDIR += p5-Lexical-SealRequireHints SUBDIR += p5-Lexical-Var SUBDIR += p5-Lingua-JA-Fold SUBDIR += p5-Lingua-Translit SUBDIR += p5-List-AllUtils SUBDIR += p5-List-Cycle SUBDIR += p5-List-Gen SUBDIR += p5-List-Group SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Rotation-Cycle SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-Maketext-Simple SUBDIR += p5-Locale-Msgfmt SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-PO SUBDIR += p5-Locale-gettext SUBDIR += p5-Locale-libintl SUBDIR += p5-LockFile-Simple SUBDIR += p5-Log-Accounting-SVK SUBDIR += p5-Log-Accounting-SVN SUBDIR += p5-Log-Agent SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Any SUBDIR += p5-Log-Any-Adapter SUBDIR += p5-Log-Any-Adapter-Callback SUBDIR += p5-Log-Any-Adapter-Dispatch SUBDIR += p5-Log-Any-Adapter-Log4perl SUBDIR += p5-Log-Any-Adapter-Syslog SUBDIR += p5-Log-Any-App SUBDIR += p5-Log-Contextual SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-Colorful SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-Configurator-Any SUBDIR += p5-Log-Dispatch-Configurator-YAML SUBDIR += p5-Log-Dispatch-DBI SUBDIR += p5-Log-Dispatch-Dir SUBDIR += p5-Log-Dispatch-Email-EmailSend SUBDIR += p5-Log-Dispatch-File-Rolling SUBDIR += p5-Log-Dispatch-File-Stamped SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Dispatch-Scribe SUBDIR += p5-Log-Dispatchouli SUBDIR += p5-Log-Handler SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Logfile-Rotate SUBDIR += p5-Luka SUBDIR += p5-Lvalue SUBDIR += p5-MRO-Compat SUBDIR += p5-MRO-Define SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Mac-PropertyList SUBDIR += p5-Make SUBDIR += p5-Media-Type-Simple SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Meta-Builder SUBDIR += p5-MetaCPAN-API SUBDIR += p5-Metabase-Client-Simple SUBDIR += p5-Metabase-Fact SUBDIR += p5-Method-Alias SUBDIR += p5-Method-Signatures-Simple SUBDIR += p5-Mixin-Linewise SUBDIR += p5-Mknod SUBDIR += p5-Mo SUBDIR += p5-Mock-Quick SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps SUBDIR += p5-Module-Collect SUBDIR += p5-Module-Compile SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Dependency SUBDIR += p5-Module-Depends SUBDIR += p5-Module-Extract SUBDIR += p5-Module-ExtractUse SUBDIR += p5-Module-Find SUBDIR += p5-Module-Functions SUBDIR += p5-Module-Implementation SUBDIR += p5-Module-Info SUBDIR += p5-Module-Info-File SUBDIR += p5-Module-Inspector SUBDIR += p5-Module-Install SUBDIR += p5-Module-Install-AuthorRequires SUBDIR += p5-Module-Install-AuthorTests SUBDIR += p5-Module-Install-Repository SUBDIR += p5-Module-Install-Template SUBDIR += p5-Module-Install-XSUtil SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Loaded SUBDIR += p5-Module-Manifest SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Metadata SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered SUBDIR += p5-Module-Reader SUBDIR += p5-Module-Recursive-Require SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Release SUBDIR += p5-Module-Reload SUBDIR += p5-Module-Reload-Sel SUBDIR += p5-Module-Runtime SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Setup SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Starter-PBP SUBDIR += p5-Module-Starter-Plugin-SimpleStore SUBDIR += p5-Module-Starter-Plugin-TT2 SUBDIR += p5-Module-Used SUBDIR += p5-Module-Util SUBDIR += p5-Module-Version SUBDIR += p5-Module-Versions SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Moo SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric SUBDIR += p5-MooX-late SUBDIR += p5-Moos SUBDIR += p5-Moose SUBDIR += p5-Moose-Autobox SUBDIR += p5-Moose-Policy SUBDIR += p5-Moose-Test SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-Async SUBDIR += p5-MooseX-Attribute-Chained SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-AttributeShortcuts SUBDIR += p5-MooseX-AuthorizedMethods SUBDIR += p5-MooseX-ChainedAccessors SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-CompileTime-Traits SUBDIR += p5-MooseX-ConfigFromFile SUBDIR += p5-MooseX-Daemonize SUBDIR += p5-MooseX-Declare SUBDIR += p5-MooseX-Emulate-Class-Accessor-Fast SUBDIR += p5-MooseX-FollowPBP SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Options SUBDIR += p5-MooseX-Has-Sugar SUBDIR += p5-MooseX-HasDefaults SUBDIR += p5-MooseX-IOC SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire SUBDIR += p5-MooseX-Lists SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes SUBDIR += p5-MooseX-MultiInitArg SUBDIR += p5-MooseX-MultiMethods SUBDIR += p5-MooseX-NonMoose SUBDIR += p5-MooseX-Object-Pluggable SUBDIR += p5-MooseX-OneArgNew SUBDIR += p5-MooseX-POE SUBDIR += p5-MooseX-Params-Validate SUBDIR += p5-MooseX-RelatedClassRoles SUBDIR += p5-MooseX-Role-Loggable SUBDIR += p5-MooseX-Role-Matcher SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-Strict SUBDIR += p5-MooseX-Role-WithOverloading SUBDIR += p5-MooseX-Runnable SUBDIR += p5-MooseX-SemiAffordanceAccessor SUBDIR += p5-MooseX-SetOnce SUBDIR += p5-MooseX-SimpleConfig SUBDIR += p5-MooseX-Singleton SUBDIR += p5-MooseX-Storage SUBDIR += p5-MooseX-StrictConstructor SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Traits-Pluggable SUBDIR += p5-MooseX-TransactionalMethods SUBDIR += p5-MooseX-Types SUBDIR += p5-MooseX-Types-Common SUBDIR += p5-MooseX-Types-DateTime SUBDIR += p5-MooseX-Types-DateTime-ButMaintained SUBDIR += p5-MooseX-Types-DateTime-MoreCoercions SUBDIR += p5-MooseX-Types-DateTimeX SUBDIR += p5-MooseX-Types-ISO8601 SUBDIR += p5-MooseX-Types-JSON SUBDIR += p5-MooseX-Types-LoadableClass SUBDIR += p5-MooseX-Types-Path-Class SUBDIR += p5-MooseX-Types-Path-Tiny SUBDIR += p5-MooseX-Types-Perl SUBDIR += p5-MooseX-Types-PortNumber SUBDIR += p5-MooseX-Types-Set-Object SUBDIR += p5-MooseX-Types-Signal SUBDIR += p5-MooseX-Types-Stringlike SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-URI SUBDIR += p5-MooseX-Types-VariantTable SUBDIR += p5-Mouse SUBDIR += p5-MouseX-App-Cmd SUBDIR += p5-MouseX-AttributeHelpers SUBDIR += p5-MouseX-ConfigFromFile SUBDIR += p5-MouseX-Foreign SUBDIR += p5-MouseX-Getopt SUBDIR += p5-MouseX-NativeTraits SUBDIR += p5-MouseX-StrictConstructor SUBDIR += p5-MouseX-Traits SUBDIR += p5-MouseX-Types SUBDIR += p5-MouseX-Types-Path-Class SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus SUBDIR += p5-Net-ZooKeeper SUBDIR += p5-No-Worries SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-OOTools SUBDIR += p5-Object-Accessor SUBDIR += p5-Object-Array SUBDIR += p5-Object-Authority SUBDIR += p5-Object-Container SUBDIR += p5-Object-Declare SUBDIR += p5-Object-Destroyer SUBDIR += p5-Object-Enum SUBDIR += p5-Object-Event SUBDIR += p5-Object-InsideOut SUBDIR += p5-Object-MultiType SUBDIR += p5-Object-Pluggable SUBDIR += p5-Object-Realize-Later SUBDIR += p5-Object-Role SUBDIR += p5-Object-Signature SUBDIR += p5-Object-Simple SUBDIR += p5-Object-Tiny SUBDIR += p5-Object-Tiny-Lvalue SUBDIR += p5-Olson-Abbreviations SUBDIR += p5-Ouch SUBDIR += p5-PAR SUBDIR += p5-PAR-Dist SUBDIR += p5-PAR-Packer SUBDIR += p5-PCSC-Card SUBDIR += p5-PHP-Serialization SUBDIR += p5-POE SUBDIR += p5-POE-API-Hooks SUBDIR += p5-POE-API-Peek SUBDIR += p5-POE-Component-Child SUBDIR += p5-POE-Component-Cron SUBDIR += p5-POE-Component-Daemon SUBDIR += p5-POE-Component-DebugShell SUBDIR += p5-POE-Component-DirWatch SUBDIR += p5-POE-Component-Hailo SUBDIR += p5-POE-Component-IKC SUBDIR += p5-POE-Component-JobQueue SUBDIR += p5-POE-Component-Logger SUBDIR += p5-POE-Component-Pluggable SUBDIR += p5-POE-Component-RSS SUBDIR += p5-POE-Component-RSSAggregator SUBDIR += p5-POE-Component-Schedule SUBDIR += p5-POE-Component-Server-XMLRPC SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-POE-Stage SUBDIR += p5-POE-Test-Loops SUBDIR += p5-POE-XS-Loop-Poll SUBDIR += p5-POE-XS-Queue-Array SUBDIR += p5-POEx-Role-SessionInstantiation SUBDIR += p5-POEx-Role-Streaming SUBDIR += p5-POEx-Types SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants SUBDIR += p5-Package-DeprecationManager SUBDIR += p5-Package-Generator SUBDIR += p5-Package-Stash SUBDIR += p5-Package-Stash-XS SUBDIR += p5-Package-Variant SUBDIR += p5-PadWalker SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Parallel-Iterator SUBDIR += p5-Parallel-Prefork SUBDIR += p5-Parallel-Scoreboard SUBDIR += p5-Params-CallbackRequest SUBDIR += p5-Params-Check SUBDIR += p5-Params-Classify SUBDIR += p5-Params-Coerce SUBDIR += p5-Params-Util SUBDIR += p5-Params-Validate SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Paranoid SUBDIR += p5-Parse-CPAN-Meta SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-Method-Signatures SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-Win32Registry SUBDIR += p5-Parse-Yapp SUBDIR += p5-ParseLex SUBDIR += p5-ParseTemplate SUBDIR += p5-PatchReader SUBDIR += p5-Path-Abstract SUBDIR += p5-Path-Class SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Penguin SUBDIR += p5-Penguin-Easy SUBDIR += p5-Perl-Critic-Deprecated SUBDIR += p5-Perl-Metrics-Lite SUBDIR += p5-Perl-Metrics-Simple SUBDIR += p5-Perl-OSType SUBDIR += p5-Perl-PrereqScanner SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl6-Builtins SUBDIR += p5-Perl6-Export SUBDIR += p5-Perl6-Export-Attrs SUBDIR += p5-Perl6-Form SUBDIR += p5-Perl6-Junction SUBDIR += p5-Perl6-Rules SUBDIR += p5-Perl6-Say SUBDIR += p5-Perl6-Slurp SUBDIR += p5-PerlIO-Layers SUBDIR += p5-PerlIO-Util SUBDIR += p5-PerlIO-eol SUBDIR += p5-PerlIO-locale SUBDIR += p5-PerlIO-via-MD5 SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pithub SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests SUBDIR += p5-Pragmatic SUBDIR += p5-Proc-BackOff SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon SUBDIR += p5-Proc-Fork SUBDIR += p5-Proc-Guard SUBDIR += p5-Proc-PID-File SUBDIR += p5-Proc-Pidfile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Queue SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-SafeExec SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Libs SUBDIR += p5-Qudo SUBDIR += p5-RRDTool-OO SUBDIR += p5-Range-String SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl SUBDIR += p5-ReadLine-TTYtter SUBDIR += p5-Readonly SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed SUBDIR += p5-Regexp-Bind SUBDIR += p5-Regexp-Compare SUBDIR += p5-Regexp-Grammars SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Religion SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-Value SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny SUBDIR += p5-Rose-DateTime SUBDIR += p5-Rose-Object SUBDIR += p5-RunApp SUBDIR += p5-SDL SUBDIR += p5-SNMP-Persist SUBDIR += p5-SOAP-WSDL SUBDIR += p5-SSN-Validate SUBDIR += p5-SUPER SUBDIR += p5-SVN-ACL SUBDIR += p5-SVN-Access SUBDIR += p5-SVN-Agent SUBDIR += p5-SVN-Dump SUBDIR += p5-SVN-Dumpfile SUBDIR += p5-SVN-Hook SUBDIR += p5-SVN-Hooks SUBDIR += p5-SVN-Log SUBDIR += p5-SVN-Look SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Filter-AuthZMail SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB SUBDIR += p5-SVN-Notify-Filter-Markdown SUBDIR += p5-SVN-Notify-Filter-Watchers SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 SUBDIR += p5-SVN-Simple SUBDIR += p5-SVN-Statistics SUBDIR += p5-SVN-Web SUBDIR += p5-Safe-Isa SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Search-Binary SUBDIR += p5-Sentinel SUBDIR += p5-Sepia SUBDIR += p5-Set-Array SUBDIR += p5-Set-ConsistentHash SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-CrossProduct SUBDIR += p5-Set-Infinite SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar SUBDIR += p5-Shape SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-EnvImporter SUBDIR += p5-Shell-Parser SUBDIR += p5-Shell-Source SUBDIR += p5-ShipIt SUBDIR += p5-ShipIt-Step-Manifest SUBDIR += p5-Slurp SUBDIR += p5-Smart-Comments SUBDIR += p5-Sort-Array SUBDIR += p5-Sort-ArrayOfArrays SUBDIR += p5-Sort-Key SUBDIR += p5-Sort-Key-DateTime SUBDIR += p5-Sort-Key-Top SUBDIR += p5-Sort-Maker SUBDIR += p5-Sort-Tree SUBDIR += p5-Sort-Versions SUBDIR += p5-Specio SUBDIR += p5-Spiffy SUBDIR += p5-Spoon SUBDIR += p5-Storable SUBDIR += p5-Stream SUBDIR += p5-Stream-Buffered SUBDIR += p5-Stream-Reader SUBDIR += p5-String-Approx SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Dump SUBDIR += p5-String-Ediff SUBDIR += p5-String-Errf SUBDIR += p5-String-Formatter SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-String-TT SUBDIR += p5-Sub-Alias SUBDIR += p5-Sub-Current SUBDIR += p5-Sub-Delete SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-GlobExporter SUBDIR += p5-Sub-Exporter-Lexical SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone SUBDIR += p5-Sys-RunAlways SUBDIR += p5-Sys-Sendfile SUBDIR += p5-Sys-Sendfile-FreeBSD SUBDIR += p5-Sys-Sig SUBDIR += p5-Sys-SigAction SUBDIR += p5-Sys-Syscall SUBDIR += p5-Sys-Trace SUBDIR += p5-Sys-Virt SUBDIR += p5-System-Command SUBDIR += p5-System-Sub SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit SUBDIR += p5-TAP-SimpleOutput SUBDIR += p5-Taint-Runtime SUBDIR += p5-Taint-Util SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Clui SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-ReadPassword SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Shell SUBDIR += p5-Term-Size SUBDIR += p5-Term-Sk SUBDIR += p5-Term-Title SUBDIR += p5-Term-UI SUBDIR += p5-Term-VT102 SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual SUBDIR += p5-Test-Able SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate SUBDIR += p5-Test-Assertions SUBDIR += p5-Test-Base SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData SUBDIR += p5-Test-Block SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-CheckDeps SUBDIR += p5-Test-CheckManifest SUBDIR += p5-Test-Class SUBDIR += p5-Test-Class-Most SUBDIR += p5-Test-ClassAPI SUBDIR += p5-Test-Classy SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Command SUBDIR += p5-Test-Command-Simple SUBDIR += p5-Test-Compile SUBDIR += p5-Test-DBIx-Class SUBDIR += p5-Test-Data SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Declare SUBDIR += p5-Test-Deep SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-DependentModules SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-File-ShareDir SUBDIR += p5-Test-Filename SUBDIR += p5-Test-Fixme SUBDIR += p5-Test-Fixture-DBIC-Schema SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If SUBDIR += p5-Test-InDistDir SUBDIR += p5-Test-Inline SUBDIR += p5-Test-Inter SUBDIR += p5-Test-JSON SUBDIR += p5-Test-Kwalitee SUBDIR += p5-Test-Lazy SUBDIR += p5-Test-LeakTrace SUBDIR += p5-Test-LectroTest SUBDIR += p5-Test-LoadAllModules SUBDIR += p5-Test-Log4perl SUBDIR += p5-Test-LongString SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-ManyParams SUBDIR += p5-Test-Memory-Cycle SUBDIR += p5-Test-Mini SUBDIR += p5-Test-Mini-Unit SUBDIR += p5-Test-Mock-Guard SUBDIR += p5-Test-Mock-LWP SUBDIR += p5-Test-Mock-LWP-Dispatch SUBDIR += p5-Test-MockModule SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-MockRandom SUBDIR += p5-Test-MockTime SUBDIR += p5-Test-Module-Used SUBDIR += p5-Test-Moose-More SUBDIR += p5-Test-More-UTF8 SUBDIR += p5-Test-Most SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP SUBDIR += p5-Test-Parser SUBDIR += p5-Test-PerlTidy SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run SUBDIR += p5-Test-SharedFork SUBDIR += p5-Test-Signature SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Singleton SUBDIR += p5-Test-Spec SUBDIR += p5-Test-Spelling SUBDIR += p5-Test-Strict SUBDIR += p5-Test-SubCalls SUBDIR += p5-Test-Synopsis SUBDIR += p5-Test-Sys-Info SUBDIR += p5-Test-TAP-HTMLMatrix SUBDIR += p5-Test-TAP-Model SUBDIR += p5-Test-TCP SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker SUBDIR += p5-Test-Trap SUBDIR += p5-Test-Unit SUBDIR += p5-Test-UseAllModules SUBDIR += p5-Test-WWW-Declare SUBDIR += p5-Test-WWW-Mechanize SUBDIR += p5-Test-WWW-Mechanize-CGI SUBDIR += p5-Test-WWW-Mechanize-CGIApp SUBDIR += p5-Test-WWW-Mechanize-Catalyst SUBDIR += p5-Test-WWW-Mechanize-PSGI SUBDIR += p5-Test-WWW-Selenium SUBDIR += p5-Test-Warn SUBDIR += p5-Test-Warnings SUBDIR += p5-Test-Weaken SUBDIR += p5-Test-Without-Module SUBDIR += p5-Test-XML SUBDIR += p5-Test-XML-Valid SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid SUBDIR += p5-Test-use-ok SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-Outdent SUBDIR += p5-Text-vFile-asData SUBDIR += p5-TheSchwartz SUBDIR += p5-TheSchwartz-Simple SUBDIR += p5-TheSchwartz-Worker-SendEmail SUBDIR += p5-Thread-Apartment SUBDIR += p5-Thread-Cancel SUBDIR += p5-Thread-Pool-Simple SUBDIR += p5-Thread-Queue SUBDIR += p5-Thread-Queue-Duplex SUBDIR += p5-Thread-Suspend SUBDIR += p5-Thrift SUBDIR += p5-Thrift-XS SUBDIR += p5-Throwable SUBDIR += p5-Tie-Array-Pack SUBDIR += p5-Tie-Array-Sorted SUBDIR += p5-Tie-CPHash SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_File-SplitHash SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-File SUBDIR += p5-Tie-File-AsHash SUBDIR += p5-Tie-FileLRUCache SUBDIR += p5-Tie-Function SUBDIR += p5-Tie-Hash-Indexed SUBDIR += p5-Tie-Hash-MultiValue SUBDIR += p5-Tie-Hash-Regex SUBDIR += p5-Tie-Hash-Sorted SUBDIR += p5-Tie-Hash-TwoWay SUBDIR += p5-Tie-IxHash SUBDIR += p5-Tie-LLHash SUBDIR += p5-Tie-RefHash SUBDIR += p5-Tie-RefHash-Weak SUBDIR += p5-Tie-RegexpHash SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite SUBDIR += p5-Tie-Simple SUBDIR += p5-Tie-ToObject SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse SUBDIR += p5-Time-Format SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Interval SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range SUBDIR += p5-Time-Progress SUBDIR += p5-Time-Stopwatch SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules SUBDIR += p5-TimeDate SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-Binary SUBDIR += p5-Tree-Binary-Dictionary SUBDIR += p5-Tree-DAG_Node SUBDIR += p5-Tree-Node SUBDIR += p5-Tree-Parser SUBDIR += p5-Tree-R SUBDIR += p5-Tree-RedBlack SUBDIR += p5-Tree-Simple SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-Types-Serialiser SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog SUBDIR += p5-UNIVERSAL-can SUBDIR += p5-UNIVERSAL-isa SUBDIR += p5-UNIVERSAL-moniker SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-Uniq SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity SUBDIR += p5-VCP-Dest-svk SUBDIR += p5-VCP-Source-cvsbk SUBDIR += p5-VCP-autrijus SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite SUBDIR += p5-Validation-Class SUBDIR += p5-Variable-Eject SUBDIR += p5-Variable-Magic SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XML-Pastor SUBDIR += p5-XS-Object-Magic SUBDIR += p5-XSLoader SUBDIR += p5-YAML-AppConfig SUBDIR += p5-Yada-Yada-Yada SUBDIR += p5-ZConf-GUI SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-accessors-fast SUBDIR += p5-aliased SUBDIR += p5-asa SUBDIR += p5-autobox SUBDIR += p5-autobox-Core SUBDIR += p5-autodie SUBDIR += p5-base SUBDIR += p5-boolean SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-enum SUBDIR += p5-ex-lib SUBDIR += p5-experimental SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser SUBDIR += p5-indirect SUBDIR += p5-interface SUBDIR += p5-latest SUBDIR += p5-lexical-underscore SUBDIR += p5-lib-abs SUBDIR += p5-libalarm SUBDIR += p5-libxml-enno SUBDIR += p5-local-lib SUBDIR += p5-mixin SUBDIR += p5-mocked SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent SUBDIR += p5-perlbrew SUBDIR += p5-perlkde SUBDIR += p5-perlqt SUBDIR += p5-pip SUBDIR += p5-prefork SUBDIR += p5-reaper SUBDIR += p5-relative SUBDIR += p5-rpm-build-perl SUBDIR += p5-self SUBDIR += p5-self-init SUBDIR += p5-strictures SUBDIR += p5-subatom SUBDIR += p5-subversion SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p65 SUBDIR += paexec SUBDIR += papi SUBDIR += papp SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcsc-lite SUBDIR += pdcurses SUBDIR += pdcurses-the SUBDIR += pear SUBDIR += pear-Config SUBDIR += pear-Console_Color SUBDIR += pear-Console_CommandLine SUBDIR += pear-Console_Getargs SUBDIR += pear-Console_Table SUBDIR += pear-Date SUBDIR += pear-Date_Holidays SUBDIR += pear-Date_Holidays_Austria SUBDIR += pear-Date_Holidays_Brazil SUBDIR += pear-Date_Holidays_Denmark SUBDIR += pear-Date_Holidays_Discordian SUBDIR += pear-Date_Holidays_EnglandWales SUBDIR += pear-Date_Holidays_Germany SUBDIR += pear-Date_Holidays_Iceland SUBDIR += pear-Date_Holidays_Ireland SUBDIR += pear-Date_Holidays_Italy SUBDIR += pear-Date_Holidays_Japan SUBDIR += pear-Date_Holidays_Netherlands SUBDIR += pear-Date_Holidays_Norway SUBDIR += pear-Date_Holidays_PHPdotNet SUBDIR += pear-Date_Holidays_Romania SUBDIR += pear-Date_Holidays_Slovenia SUBDIR += pear-Date_Holidays_Sweden SUBDIR += pear-Date_Holidays_UNO SUBDIR += pear-Date_Holidays_USA SUBDIR += pear-Date_Holidays_Ukraine SUBDIR += pear-Event_Dispatcher SUBDIR += pear-FSM SUBDIR += pear-File_Iterator SUBDIR += pear-HTML_BBCodeParser SUBDIR += pear-HTML_CSS SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Common2 SUBDIR += pear-HTML_Form SUBDIR += pear-HTML_Javascript SUBDIR += pear-HTML_Page2 SUBDIR += pear-HTML_QuickForm SUBDIR += pear-HTML_QuickForm2 SUBDIR += pear-HTML_QuickForm_Controller SUBDIR += pear-HTML_QuickForm_Livesearch SUBDIR += pear-HTML_QuickForm_Renderer_Tableless SUBDIR += pear-HTML_QuickForm_SelectFilter SUBDIR += pear-HTML_QuickForm_advmultiselect SUBDIR += pear-HTML_Select SUBDIR += pear-HTML_Select_Common SUBDIR += pear-HTML_Table SUBDIR += pear-HTML_Template_Flexy SUBDIR += pear-HTML_Template_IT SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-HTML_Template_Sigma SUBDIR += pear-HTML_TreeMenu SUBDIR += pear-Horde_Alarm SUBDIR += pear-Horde_Argv SUBDIR += pear-Horde_Autoloader SUBDIR += pear-Horde_Autoloader_Cache SUBDIR += pear-Horde_Cache SUBDIR += pear-Horde_Cli SUBDIR += pear-Horde_Constraint SUBDIR += pear-Horde_Controller SUBDIR += pear-Horde_Core SUBDIR += pear-Horde_Data SUBDIR += pear-Horde_Date SUBDIR += pear-Horde_Date_Parser SUBDIR += pear-Horde_Exception SUBDIR += pear-Horde_History SUBDIR += pear-Horde_Icalendar SUBDIR += pear-Horde_Injector SUBDIR += pear-Horde_Itip SUBDIR += pear-Horde_Lock SUBDIR += pear-Horde_LoginTasks SUBDIR += pear-Horde_Nls SUBDIR += pear-Horde_Notification SUBDIR += pear-Horde_Prefs SUBDIR += pear-Horde_Queue SUBDIR += pear-Horde_Rdo SUBDIR += pear-Horde_Role SUBDIR += pear-Horde_Scheduler SUBDIR += pear-Horde_Serialize SUBDIR += pear-Horde_Stream SUBDIR += pear-Horde_Stream_Filter SUBDIR += pear-Horde_Stream_Wrapper SUBDIR += pear-Horde_Support SUBDIR += pear-Horde_Thrift SUBDIR += pear-Horde_Timezone SUBDIR += pear-Horde_Token SUBDIR += pear-Horde_Translation SUBDIR += pear-Horde_Tree SUBDIR += pear-Horde_Util SUBDIR += pear-Horde_View SUBDIR += pear-I18N SUBDIR += pear-IO_Bit SUBDIR += pear-Math_Fraction SUBDIR += pear-Net_Gearman SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit3 SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeBrowser SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-PHP_Depend SUBDIR += pear-PHP_PMD SUBDIR += pear-PHP_Parser SUBDIR += pear-PHP_ParserGenerator SUBDIR += pear-PHP_Timer SUBDIR += pear-PHP_TokenStream SUBDIR += pear-PHP_UML SUBDIR += pear-PPW SUBDIR += pear-Pager SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium SUBDIR += pear-Text_Diff SUBDIR += pear-TheSeer_DirectoryScanner SUBDIR += pear-TheSeer_fDOMDocument SUBDIR += pear-TheSeer_fXSL SUBDIR += pear-TheSeer_phpDox SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Validate_AU SUBDIR += pear-Validate_Finance SUBDIR += pear-Validate_Finance_CreditCard SUBDIR += pear-Validate_US SUBDIR += pear-Var_Dump SUBDIR += pear-VersionControl_Git SUBDIR += pear-VersionControl_SVN SUBDIR += pear-XML_NITF SUBDIR += pear-XML_Parser SUBDIR += pear-XML_RSS SUBDIR += pear-XML_SVG SUBDIR += pear-XML_Serializer SUBDIR += pear-XML_Transformer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing SUBDIR += pear-channel-phpdoc SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony SUBDIR += pear-channel-symfony2 SUBDIR += pear-channel-theseer SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-gearman SUBDIR += pecl-hidef SUBDIR += pecl-htscanner SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin SUBDIR += pecl-jsonc SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve SUBDIR += pecl-msgpack SUBDIR += pecl-ncurses SUBDIR += pecl-newt SUBDIR += pecl-operator SUBDIR += pecl-params SUBDIR += pecl-parsekit SUBDIR += pecl-pthreads SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape SUBDIR += pecl-spl_types SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-svn SUBDIR += pecl-test_helpers SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance SUBDIR += perlconsole SUBDIR += php-java-bridge SUBDIR += php-libawl SUBDIR += php-memoize SUBDIR += php-xdebug SUBDIR += php5-blitz SUBDIR += php5-blitz-devel SUBDIR += php5-dav SUBDIR += php5-geshi SUBDIR += php5-gettext SUBDIR += php5-ice SUBDIR += php5-json SUBDIR += php5-msgpack SUBDIR += php5-pcntl SUBDIR += php5-pinba SUBDIR += php5-readline SUBDIR += php5-shmop SUBDIR += php5-sysvmsg SUBDIR += php5-sysvsem SUBDIR += php5-sysvshm SUBDIR += php5-thrift SUBDIR += php5-tokenizer SUBDIR += php52-gettext SUBDIR += php52-json SUBDIR += php52-ncurses SUBDIR += php52-pcntl SUBDIR += php52-pcre SUBDIR += php52-readline SUBDIR += php52-shmop SUBDIR += php52-spl SUBDIR += php52-sysvmsg SUBDIR += php52-sysvsem SUBDIR += php52-sysvshm SUBDIR += php52-tokenizer SUBDIR += php53-gettext SUBDIR += php53-json SUBDIR += php53-pcntl SUBDIR += php53-readline SUBDIR += php53-shmop SUBDIR += php53-sysvmsg SUBDIR += php53-sysvsem SUBDIR += php53-sysvshm SUBDIR += php53-tokenizer SUBDIR += php55-gettext SUBDIR += php55-json SUBDIR += php55-pcntl SUBDIR += php55-readline SUBDIR += php55-shmop SUBDIR += php55-sysvmsg SUBDIR += php55-sysvsem SUBDIR += php55-sysvshm SUBDIR += php55-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phptags SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picasm SUBDIR += picp SUBDIR += picprog SUBDIR += piklab SUBDIR += pinba_engine SUBDIR += pipestatus SUBDIR += pire SUBDIR += pit SUBDIR += pkgconf SUBDIR += plan9port SUBDIR += pmccabe SUBDIR += pmd SUBDIR += pmk SUBDIR += poco SUBDIR += poco-ssl SUBDIR += popt SUBDIR += poslib SUBDIR += premake SUBDIR += premake4 SUBDIR += preps-gui SUBDIR += prepstools SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += prototype SUBDIR += psptoolchain SUBDIR += psptoolchain-binutils SUBDIR += psptoolchain-gcc-stage1 SUBDIR += psptoolchain-gcc-stage2 SUBDIR += psptoolchain-gdb SUBDIR += psptoolchain-newlib SUBDIR += psptoolchain-pspsdk-stage1 SUBDIR += psptoolchain-pspsdk-stage2 SUBDIR += pstreams SUBDIR += psvn SUBDIR += pth SUBDIR += pth-hard SUBDIR += pthsem SUBDIR += ptlib SUBDIR += ptmalloc SUBDIR += ptmalloc2 SUBDIR += pty SUBDIR += ptypes SUBDIR += publib SUBDIR += pure-ffi SUBDIR += pure-gen SUBDIR += pure-readline SUBDIR += pure-stllib SUBDIR += pushmi SUBDIR += pwlib SUBDIR += py-Acquisition SUBDIR += py-AddOns SUBDIR += py-Breve SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime SUBDIR += py-DocumentTemplate SUBDIR += py-EnthoughtBase SUBDIR += py-ExtensionClass SUBDIR += py-InlineEgg SUBDIR += py-Jinja SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Missing SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules SUBDIR += py-Persistence SUBDIR += py-Products.ATContentTypes SUBDIR += py-Products.ATReferenceBrowserWidget SUBDIR += py-Products.Archetypes SUBDIR += py-Products.BTreeFolder2 SUBDIR += py-Products.CMFActionIcons SUBDIR += py-Products.CMFCalendar SUBDIR += py-Products.CMFCore SUBDIR += py-Products.CMFDefault SUBDIR += py-Products.CMFDiffTool SUBDIR += py-Products.CMFDynamicViewFTI SUBDIR += py-Products.CMFEditions SUBDIR += py-Products.CMFFormController SUBDIR += py-Products.CMFPlacefulWorkflow SUBDIR += py-Products.CMFQuickInstallerTool SUBDIR += py-Products.CMFTestCase SUBDIR += py-Products.CMFUid SUBDIR += py-Products.DCWorkflow SUBDIR += py-Products.ExtendedPathIndex SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.ExternalMethod SUBDIR += py-Products.GenericSetup SUBDIR += py-Products.LDAPMultiPlugins SUBDIR += py-Products.LDAPUserFolder SUBDIR += py-Products.MIMETools SUBDIR += py-Products.Marshall SUBDIR += py-Products.MimetypesRegistry SUBDIR += py-Products.OFSP SUBDIR += py-Products.PasswordResetTool SUBDIR += py-Products.PlacelessTranslationService SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-Products.PloneTestCase SUBDIR += py-Products.PluginRegistry SUBDIR += py-Products.PortalTransforms SUBDIR += py-Products.PythonScripts SUBDIR += py-Products.ResourceRegistries SUBDIR += py-Products.StandardCacheManagers SUBDIR += py-Products.ZCTextIndex SUBDIR += py-Products.ZCatalog SUBDIR += py-Products.ZSQLMethods SUBDIR += py-Products.ZopeVersionControl SUBDIR += py-Products.contentmigration SUBDIR += py-Products.statusmessages SUBDIR += py-Products.validation SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-ScriptTest SUBDIR += py-SymbolType SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo SUBDIR += py-akismet SUBDIR += py-anonfunc SUBDIR += py-anyjson SUBDIR += py-apipkg SUBDIR += py-application SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-asn1 SUBDIR += py-asn1-modules SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid SUBDIR += py-async SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish SUBDIR += py-bcdoc SUBDIR += py-billiard SUBDIR += py-binplist SUBDIR += py-biplist SUBDIR += py-bison SUBDIR += py-bitarray SUBDIR += py-bitstring SUBDIR += py-blinker SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-cclib SUBDIR += py-celery SUBDIR += py-cfgparse SUBDIR += py-cheetah SUBDIR += py-ciphon SUBDIR += py-circuits SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-clonedigger SUBDIR += py-cmdln SUBDIR += py-cog SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama SUBDIR += py-configobj SUBDIR += py-construct SUBDIR += py-country SUBDIR += py-coverage SUBDIR += py-crcmod SUBDIR += py-ctags SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-dateutil SUBDIR += py-dbus SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-defusedxml SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml SUBDIR += py-dialog SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm SUBDIR += py-distribute SUBDIR += py-distutils-extra SUBDIR += py-docopt SUBDIR += py-dogpile.cache SUBDIR += py-dogpile.core SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-eggtestinfo SUBDIR += py-epsilon SUBDIR += py-event SUBDIR += py-experimental.cssselect SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric SUBDIR += py-fam SUBDIR += py-fastimport SUBDIR += py-fileutils SUBDIR += py-five.customerize SUBDIR += py-five.formlib SUBDIR += py-five.globalrequest SUBDIR += py-five.localsitemanager SUBDIR += py-flake8 SUBDIR += py-flask-babel SUBDIR += py-flexmock SUBDIR += py-foolscap SUBDIR += py-fortran SUBDIR += py-freebsd SUBDIR += py-fs SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-fusefs SUBDIR += py-futures SUBDIR += py-game SUBDIR += py-gamin SUBDIR += py-gdata SUBDIR += py-gearman SUBDIR += py-generate SUBDIR += py-geojson SUBDIR += py-geotypes SUBDIR += py-gevent SUBDIR += py-gevent-zeromq SUBDIR += py-gflags SUBDIR += py-gitdb SUBDIR += py-gitosis SUBDIR += py-gitpython SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-gyp-devel SUBDIR += py-hashring SUBDIR += py-hghooks SUBDIR += py-hgsubversion SUBDIR += py-hgtools SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-icu SUBDIR += py-iniparse SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-interface SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools SUBDIR += py-jcc SUBDIR += py-jellyfish SUBDIR += py-jira SUBDIR += py-jmespath SUBDIR += py-jsmin SUBDIR += py-json-py SUBDIR += py-jsonlib SUBDIR += py-jsonlib2 SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema SUBDIR += py-kazoo SUBDIR += py-kid SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-krosspython SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libplist SUBDIR += py-ll-core SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py SUBDIR += py-logilab-common SUBDIR += py-lxml SUBDIR += py-magic SUBDIR += py-manuel SUBDIR += py-mccabe SUBDIR += py-meliae SUBDIR += py-memoryprofiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml SUBDIR += py-mimeparse SUBDIR += py-minimongo SUBDIR += py-mock SUBDIR += py-mongoengine SUBDIR += py-mongokit SUBDIR += py-mox SUBDIR += py-msgpack SUBDIR += py-mwlib SUBDIR += py-mwlib.ext SUBDIR += py-mwlib.rl SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy SUBDIR += py-olefileio_pl SUBDIR += py-omniorb SUBDIR += py-optik SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-parsedatetime SUBDIR += py-parsing SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-phpserialize SUBDIR += py-pika SUBDIR += py-pip SUBDIR += py-plex SUBDIR += py-ply SUBDIR += py-pmock SUBDIR += py-polib SUBDIR += py-posix_ipc SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-protocols-devel SUBDIR += py-ptrace SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus SUBDIR += py-pydasm SUBDIR += py-pyechonest SUBDIR += py-pyev SUBDIR += py-pyflakes SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 SUBDIR += py-pyke SUBDIR += py-pylib SUBDIR += py-pymarc SUBDIR += py-pyro SUBDIR += py-pyshapelib SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-runner SUBDIR += py-pythonbrew SUBDIR += py-pytz SUBDIR += py-pyutil SUBDIR += py-pyxml2obj SUBDIR += py-pyzmq SUBDIR += py-qserve SUBDIR += py-qt4 SUBDIR += py-qt4-assistant SUBDIR += py-qt4-core SUBDIR += py-qt4-dbus SUBDIR += py-qt4-dbussupport SUBDIR += py-qt4-declarative SUBDIR += py-qt4-designer SUBDIR += py-qt4-designerplugin SUBDIR += py-qt4-help SUBDIR += py-qt4-qscintilla2 SUBDIR += py-qt4-script SUBDIR += py-qt4-scripttools SUBDIR += py-qt4-test SUBDIR += py-rauth SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.tm2 SUBDIR += py-repoze.what SUBDIR += py-repoze.what-pylons SUBDIR += py-repoze.who SUBDIR += py-repoze.who-friendlyform SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework SUBDIR += py-robotframework-ride SUBDIR += py-robotframework-selenium2library SUBDIR += py-rope SUBDIR += py-rose SUBDIR += py-roxlib SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime SUBDIR += py-sdl2 SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools-git SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-shapely SUBDIR += py-simplejson SUBDIR += py-simpleparse SUBDIR += py-simpletal SUBDIR += py-simpy SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-sqlcc SUBDIR += py-statgrab SUBDIR += py-stevedore SUBDIR += py-stsci.distutils SUBDIR += py-subversion SUBDIR += py-subvertpy SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tarantool-queue SUBDIR += py-tconfpy SUBDIR += py-tempstorage SUBDIR += py-termcolor SUBDIR += py-testgears SUBDIR += py-testoob SUBDIR += py-testtools SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traits SUBDIR += py-transaction SUBDIR += py-turbocheetah SUBDIR += py-turbojson SUBDIR += py-turbojson11 SUBDIR += py-turbokid SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twisted SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-ujson SUBDIR += py-uncompyle2 SUBDIR += py-unittest2 SUBDIR += py-unittestplus SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-usb SUBDIR += py-utils SUBDIR += py-venusian SUBDIR += py-versiontools SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-watchdog SUBDIR += py-wheel SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils SUBDIR += py-xattr SUBDIR += py-xcaplib SUBDIR += py-xdg SUBDIR += py-xmltodict SUBDIR += py-xoltar-toolkit SUBDIR += py-yaml SUBDIR += py-yapps2 SUBDIR += py-ydbf SUBDIR += py-yum-metadata-parser SUBDIR += py-z3c.autoinclude SUBDIR += py-z3c.batching SUBDIR += py-z3c.caching SUBDIR += py-z3c.form SUBDIR += py-z3c.formwidget.query SUBDIR += py-z3c.zcmlhook SUBDIR += py-zExceptions SUBDIR += py-zLOG SUBDIR += py-zc.buildout SUBDIR += py-zclockfile SUBDIR += py-zconfig SUBDIR += py-zope.annotation SUBDIR += py-zope.app.applicationcontrol SUBDIR += py-zope.app.appsetup SUBDIR += py-zope.app.basicskin SUBDIR += py-zope.app.broken SUBDIR += py-zope.app.cache SUBDIR += py-zope.app.component SUBDIR += py-zope.app.container SUBDIR += py-zope.app.content SUBDIR += py-zope.app.debug SUBDIR += py-zope.app.dependable SUBDIR += py-zope.app.error SUBDIR += py-zope.app.exception SUBDIR += py-zope.app.folder SUBDIR += py-zope.app.form SUBDIR += py-zope.app.generations SUBDIR += py-zope.app.http SUBDIR += py-zope.app.pagetemplate SUBDIR += py-zope.app.publication SUBDIR += py-zope.app.publisher SUBDIR += py-zope.app.renderer SUBDIR += py-zope.app.rotterdam SUBDIR += py-zope.app.schema SUBDIR += py-zope.app.testing SUBDIR += py-zope.app.zcmlfiles SUBDIR += py-zope.app.zopeappgenerations SUBDIR += py-zope.applicationcontrol SUBDIR += py-zope.broken SUBDIR += py-zope.browser SUBDIR += py-zope.browsermenu SUBDIR += py-zope.browserpage SUBDIR += py-zope.browserresource SUBDIR += py-zope.cachedescriptors SUBDIR += py-zope.component SUBDIR += py-zope.componentvocabulary SUBDIR += py-zope.configuration SUBDIR += py-zope.container SUBDIR += py-zope.contentprovider SUBDIR += py-zope.contenttype SUBDIR += py-zope.copy SUBDIR += py-zope.copypastemove SUBDIR += py-zope.datetime SUBDIR += py-zope.deferredimport SUBDIR += py-zope.deprecation SUBDIR += py-zope.dottedname SUBDIR += py-zope.dublincore SUBDIR += py-zope.error SUBDIR += py-zope.event SUBDIR += py-zope.exceptions SUBDIR += py-zope.filerepresentation SUBDIR += py-zope.formlib SUBDIR += py-zope.generations SUBDIR += py-zope.globalrequest SUBDIR += py-zope.i18n SUBDIR += py-zope.interface SUBDIR += py-zope.lifecycleevent SUBDIR += py-zope.location SUBDIR += py-zope.minmax SUBDIR += py-zope.pagetemplate SUBDIR += py-zope.processlifetime SUBDIR += py-zope.ptresource SUBDIR += py-zope.publisher SUBDIR += py-zope.ramcache SUBDIR += py-zope.schema SUBDIR += py-zope.sequencesort SUBDIR += py-zope.site SUBDIR += py-zope.size SUBDIR += py-zope.tales SUBDIR += py-zope.testbrowser SUBDIR += py-zope.testing SUBDIR += py-zope.traversing SUBDIR += py-zope.viewlet SUBDIR += py_static_check SUBDIR += pybaz SUBDIR += pybugz SUBDIR += pychecker SUBDIR += pycount SUBDIR += pylint SUBDIR += pymacs SUBDIR += pyobfuscate SUBDIR += pypersrc SUBDIR += pyrex SUBDIR += pyside SUBDIR += pyside-tools SUBDIR += pyst SUBDIR += pysvn SUBDIR += pythk SUBDIR += pythontidy SUBDIR += qbzr SUBDIR += qca SUBDIR += qconf SUBDIR += qct SUBDIR += qdevelop SUBDIR += qgit SUBDIR += qjson SUBDIR += qmake SUBDIR += qmake4 SUBDIR += qprog SUBDIR += qross SUBDIR += qscintilla2 SUBDIR += qscintilla2-designerplugin SUBDIR += qsvn SUBDIR += qt4 SUBDIR += qt4-assistant SUBDIR += qt4-assistant-adp SUBDIR += qt4-corelib SUBDIR += qt4-declarative SUBDIR += qt4-designer SUBDIR += qt4-help SUBDIR += qt4-help-tools SUBDIR += qt4-libqtassistantclient SUBDIR += qt4-linguist SUBDIR += qt4-makeqpf SUBDIR += qt4-moc SUBDIR += qt4-porting SUBDIR += qt4-qdbusviewer SUBDIR += qt4-qdoc3 SUBDIR += qt4-qmlviewer SUBDIR += qt4-qt3support SUBDIR += qt4-qtestlib SUBDIR += qt4-qtsolutions-singleapplication SUBDIR += qt4-qtsolutions-soap SUBDIR += qt4-qvfb SUBDIR += qt4-rcc SUBDIR += qt4-script SUBDIR += qt4-scripttools SUBDIR += qt4-uic SUBDIR += qt4-uic3 SUBDIR += qtcreator SUBDIR += qtscriptgenerator SUBDIR += quickcheck++ SUBDIR += quilt SUBDIR += radare2 SUBDIR += ragel SUBDIR += raknet SUBDIR += rapidsvn SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs SUBDIR += rcs57 SUBDIR += re2 SUBDIR += re2c SUBDIR += readline SUBDIR += rebar SUBDIR += regexx SUBDIR += regexxer SUBDIR += remake SUBDIR += replay SUBDIR += rhtvision SUBDIR += ri-emacs SUBDIR += rlog SUBDIR += rlwrap SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root-doc SUBDIR += ros SUBDIR += ros-common_msgs SUBDIR += ros-documentation SUBDIR += ros-nxt SUBDIR += ros-rx SUBDIR += ros_comm SUBDIR += ros_tutorials SUBDIR += rote SUBDIR += rpc2 SUBDIR += rpm-spec-mode.el SUBDIR += rsvndump SUBDIR += rth SUBDIR += ruby-amstd SUBDIR += ruby-aspectr SUBDIR += ruby-avl SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-byaccr SUBDIR += ruby-cache SUBDIR += ruby-calendar SUBDIR += ruby-cvs SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-event-loop SUBDIR += ruby-fastri SUBDIR += ruby-flexmock SUBDIR += ruby-gems SUBDIR += ruby-gio2 SUBDIR += ruby-glib2 SUBDIR += ruby-intl SUBDIR += ruby-korundum SUBDIR += ruby-krossruby SUBDIR += ruby-langscan SUBDIR += ruby-locale SUBDIR += ruby-locale2 SUBDIR += ruby-memoize SUBDIR += ruby-multi SUBDIR += ruby-ncurses SUBDIR += ruby-property SUBDIR += ruby-qtruby SUBDIR += ruby-rbbr SUBDIR += ruby-rbison SUBDIR += ruby-rbprof SUBDIR += ruby-robjectteam SUBDIR += ruby-rreadline SUBDIR += ruby-setup.rb SUBDIR += ruby-statgrab SUBDIR += ruby-subversion SUBDIR += ruby-tzfile SUBDIR += ruby-wirble SUBDIR += rubygem-abstract SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-allison SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-atomic SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bioruby SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bson SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-builder31 SUBDIR += rubygem-builder32 SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic SUBDIR += rubygem-classifier SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio SUBDIR += rubygem-cloudfiles SUBDIR += rubygem-cocaine SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-columnize SUBDIR += rubygem-commander SUBDIR += rubygem-configuration SUBDIR += rubygem-cool.io SUBDIR += rubygem-crack SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debugger SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-deeptest SUBDIR += rubygem-delayed_job SUBDIR += rubygem-dep_selector SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise SUBDIR += rubygem-devise-async SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-docile SUBDIR += rubygem-drydock SUBDIR += rubygem-echoe SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-enumerize SUBDIR += rubygem-errand SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-facets SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fastthread SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi SUBDIR += rubygem-file-tail SUBDIR += rubygem-filemagic SUBDIR += rubygem-fog SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter SUBDIR += rubygem-generator_spec SUBDIR += rubygem-georuby SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grit SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie SUBDIR += rubygem-highline SUBDIR += rubygem-hike SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-i18n SUBDIR += rubygem-icalendar SUBDIR += rubygem-igraph SUBDIR += rubygem-inline SUBDIR += rubygem-interact SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer SUBDIR += rubygem-jammit SUBDIR += rubygem-jeweler SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json SUBDIR += rubygem-json146 SUBDIR += rubygem-json_pure SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-listen SUBDIR += rubygem-little_plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging SUBDIR += rubygem-loquacious SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map SUBDIR += rubygem-mash SUBDIR += rubygem-metaclass SUBDIR += rubygem-metaid SUBDIR += rubygem-method_source SUBDIR += rubygem-minitest SUBDIR += rubygem-minitest4 SUBDIR += rubygem-mirror SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mkrf SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-mongo SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mutter SUBDIR += rubygem-needle SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-notify SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip SUBDIR += rubygem-piston SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-railsless-deploy SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref SUBDIR += rubygem-require_all SUBDIR += rubygem-rgl SUBDIR += rubygem-rr SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-spies SUBDIR += rubygem-rubigen SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby-statsd SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_parser SUBDIR += rubygem-rubyforge SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-runt SUBDIR += rubygem-ruport SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-simple_form SUBDIR += rubygem-simplecov SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-soap4r SUBDIR += rubygem-sprockets SUBDIR += rubygem-spruz SUBDIR += rubygem-state_machine SUBDIR += rubygem-stella SUBDIR += rubygem-stemmer SUBDIR += rubygem-stomp SUBDIR += rubygem-storable SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-subexec SUBDIR += rubygem-sugar-high SUBDIR += rubygem-sumbur SUBDIR += rubygem-sundawg_country_codes SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor SUBDIR += rubygem-test SUBDIR += rubygem-test-unit SUBDIR += rubygem-thor SUBDIR += rubygem-thread_safe SUBDIR += rubygem-thrift SUBDIR += rubygem-tilt SUBDIR += rubygem-timers SUBDIR += rubygem-tins SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo SUBDIR += rubygem-unicode SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools SUBDIR += rubygem-validatable SUBDIR += rubygem-versionomy SUBDIR += rubygem-virtus SUBDIR += rubygem-warbler SUBDIR += rubygem-warden SUBDIR += rubygem-webby SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zentest SUBDIR += rudeconfig SUBDIR += rudiments SUBDIR += runsnakerun SUBDIR += rvi SUBDIR += rvm SUBDIR += sabre SUBDIR += safe-iop SUBDIR += sbt SUBDIR += scala-ide SUBDIR += scalatest SUBDIR += scandoc SUBDIR += scons SUBDIR += scsh-install-lib SUBDIR += sdl12 SUBDIR += sdl20 SUBDIR += sdl_console SUBDIR += sdl_sge SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ SUBDIR += sedsed SUBDIR += seed SUBDIR += seed3 SUBDIR += semantic SUBDIR += serdisplib SUBDIR += sfio SUBDIR += sfml SUBDIR += sfslite SUBDIR += sfslite-dbg SUBDIR += sfslite-noopt SUBDIR += sgb SUBDIR += sgl SUBDIR += shapelib SUBDIR += shflags SUBDIR += shiboken SUBDIR += shmap SUBDIR += showgrammar SUBDIR += shtool SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob SUBDIR += simgear SUBDIR += simian SUBDIR += simpletest SUBDIR += skalibs SUBDIR += slf4j SUBDIR += smack SUBDIR += smake SUBDIR += smc SUBDIR += sml_tk SUBDIR += smokegen SUBDIR += smokekde SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui SUBDIR += sourcenav SUBDIR += spatialindex SUBDIR += spdict SUBDIR += spin SUBDIR += splint SUBDIR += srecord SUBDIR += st SUBDIR += statcvs SUBDIR += statsvn SUBDIR += stfl SUBDIR += stlfilt SUBDIR += stlport SUBDIR += stormlib-ghost++ SUBDIR += str SUBDIR += strace SUBDIR += streamhtmlparser SUBDIR += stringencoders SUBDIR += stxxl SUBDIR += styx SUBDIR += subclipse SUBDIR += subcommander2 SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-static SUBDIR += subversion16 SUBDIR += subversion17 SUBDIR += subversive SUBDIR += sunterlib SUBDIR += svk SUBDIR += svn2git SUBDIR += svn_load_dirs SUBDIR += svndelta SUBDIR += svnkit SUBDIR += svnmerge SUBDIR += svntrac SUBDIR += swank-clojure SUBDIR += swig13 SUBDIR += swig20 SUBDIR += synfig SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tailor SUBDIR += talloc SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf SUBDIR += tclap SUBDIR += tclcheck SUBDIR += tclcl SUBDIR += tclgetopts SUBDIR += tcllib SUBDIR += tclmore SUBDIR += tcloo SUBDIR += tclreadline SUBDIR += tclthread SUBDIR += tcltls SUBDIR += tclvfs SUBDIR += tclxml SUBDIR += tdl SUBDIR += terminality SUBDIR += tevent SUBDIR += tex-kpathsea SUBDIR += tex-web2c SUBDIR += thrift SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thunar-vcs-plugin SUBDIR += tide SUBDIR += tig SUBDIR += tigcc SUBDIR += tijmp SUBDIR += tinylaf SUBDIR += tinyq SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkinspect SUBDIR += tkmerge SUBDIR += tkp4 SUBDIR += tla SUBDIR += tmake SUBDIR += tnt SUBDIR += toh SUBDIR += tokamak SUBDIR += tortoisehg2 SUBDIR += tpasm SUBDIR += trac-bitten SUBDIR += tradcpp SUBDIR += trio SUBDIR += truc SUBDIR += uatraits SUBDIR += uboot-mkimage SUBDIR += uclmmbase SUBDIR += ucommon SUBDIR += ucpp SUBDIR += udis86 SUBDIR += ultragetopt SUBDIR += umem SUBDIR += umlgraph SUBDIR += universalindentgui SUBDIR += upnp SUBDIR += upp SUBDIR += uppaal SUBDIR += upslug SUBDIR += urjtag SUBDIR += ustl SUBDIR += uthash SUBDIR += valgrind SUBDIR += valgrind-devel SUBDIR += varconf SUBDIR += vera++ SUBDIR += viewvc SUBDIR += violet SUBDIR += vstr SUBDIR += vtcl SUBDIR += vtg SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += websvn SUBDIR += wininfo SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += xa65 SUBDIR += xc3sprog SUBDIR += xdg-user-dirs SUBDIR += xdg-utils SUBDIR += xfce4-dev-tools SUBDIR += xmake SUBDIR += xmltooling SUBDIR += xorg-macros SUBDIR += xparam SUBDIR += xsd SUBDIR += xtl SUBDIR += xtla SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxl SUBDIR += yajl SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yasm SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zmq SUBDIR += zmq-devel SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc SUBDIR += ztcl SUBDIR += zthread SUBDIR += zziplib .include Index: head/devel/mate-common/Makefile =================================================================== --- head/devel/mate-common/Makefile (nonexistent) +++ head/devel/mate-common/Makefile (revision 334661) @@ -0,0 +1,21 @@ +#Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-common +PORTVERSION= 1.6.2 +CATEGORIES= devel mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common automake macros for MATE + +PORTSCOUT= limitw:1,even + +USES= gmake pkgconfig:both +USE_XZ= yes +USE_MATE= autogen +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes + +.include Property changes on: head/devel/mate-common/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/mate-common/distinfo =================================================================== --- head/devel/mate-common/distinfo (nonexistent) +++ head/devel/mate-common/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-common-1.6.2.tar.xz) = d7aafd79d98cdc22d4425baf49c39c16bc702d2c3d1065cc14d63718214a2059 +SIZE (mate/mate-common-1.6.2.tar.xz) = 66876 Property changes on: head/devel/mate-common/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/mate-common/files/patch-macros_mate-autogen =================================================================== --- head/devel/mate-common/files/patch-macros_mate-autogen (nonexistent) +++ head/devel/mate-common/files/patch-macros_mate-autogen (revision 334661) @@ -0,0 +1,35 @@ +https://bugs.gentoo.org/show_bug.cgi?id=427432 +https://bugzilla.gnome.org/show_bug.cgi?id=680363 + +--- macros/mate-autogen.orig 2009-05-27 23:29:07.000000000 +0200 ++++ macros/mate-autogen 2012-07-24 10:29:13.064750613 +0200 +@@ -77,6 +77,7 @@ + vc_min_version=$4 + vc_source=$5 + vc_status=1 ++ vc_option="--version" + + vc_checkprog=`eval echo "\\$$vc_variable"` + if [ -n "$vc_checkprog" ]; then +@@ -89,11 +90,19 @@ + else + vc_comparator=">=" + fi ++ # The most reliable way to check pkg-config version is to query the actual ++ # virtual ++ # pkg-config package entry's modversion. This works in all known ++ # implementations. ++ ++ if test "x$vc_package" = "xpkg-config"; then ++ vc_option="--modversion pkg-config" ++ fi + printbold "checking for $vc_package $vc_comparator $vc_min_version..." + for vc_checkprog in $vc_checkprogs; do + echo $ECHO_N " testing $vc_checkprog... " $ECHO_C +- if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then +- vc_actual_version=`$vc_checkprog --version | head -n 1 | \ ++ if $vc_checkprog $vc_option < /dev/null > /dev/null 2>&1; then ++ vc_actual_version=`$vc_checkprog $vc_option | head -n 1 | \ + sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'` + if compare_versions $vc_min_version $vc_actual_version; then + echo "found $vc_actual_version" Property changes on: head/devel/mate-common/files/patch-macros_mate-autogen ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/mate-common/pkg-descr =================================================================== --- head/devel/mate-common/pkg-descr (nonexistent) +++ head/devel/mate-common/pkg-descr (revision 334661) @@ -0,0 +1,4 @@ +This is a collection of automake macros used for developing new MATE +applications. + +WWW: http://mate-desktop.org/ Property changes on: head/devel/mate-common/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/mate-common/pkg-plist =================================================================== --- head/devel/mate-common/pkg-plist (nonexistent) +++ head/devel/mate-common/pkg-plist (revision 334661) @@ -0,0 +1,10 @@ +bin/mate-autogen +bin/mate-doc-common +man/man1/mate-autogen.1.gz +man/man1/mate-doc-common.1.gz +share/aclocal/mate-common.m4 +share/aclocal/mate-compiler-flags.m4 +%%DATADIR%%/data/omf.make +%%DATADIR%%/data/xmldocs.make +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% Property changes on: head/devel/mate-common/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/Makefile =================================================================== --- head/editors/Makefile (revision 334660) +++ head/editors/Makefile (revision 334661) @@ -1,302 +1,303 @@ # $FreeBSD$ # COMMENT = Editors SUBDIR += 2bsd-vi SUBDIR += abiword SUBDIR += abiword-docs SUBDIR += aee SUBDIR += aewan SUBDIR += apel SUBDIR += apel-emacs21 SUBDIR += apel-emacs22 SUBDIR += asedit SUBDIR += axe SUBDIR += beav SUBDIR += biew SUBDIR += bitedit SUBDIR += bless SUBDIR += boiling-egg SUBDIR += bpatch SUBDIR += bvi SUBDIR += calligra SUBDIR += calligra-l10n SUBDIR += calligra-l10n-bs SUBDIR += calligra-l10n-ca SUBDIR += calligra-l10n-ca_valencia SUBDIR += calligra-l10n-cs SUBDIR += calligra-l10n-da SUBDIR += calligra-l10n-el SUBDIR += calligra-l10n-en_GB SUBDIR += calligra-l10n-es SUBDIR += calligra-l10n-et SUBDIR += calligra-l10n-fi SUBDIR += calligra-l10n-gl SUBDIR += calligra-l10n-it SUBDIR += calligra-l10n-kk SUBDIR += calligra-l10n-nb SUBDIR += calligra-l10n-nds SUBDIR += calligra-l10n-nl SUBDIR += calligra-l10n-sk SUBDIR += calligra-l10n-sl SUBDIR += calligra-l10n-sv SUBDIR += calligra-l10n-tr SUBDIR += chexedit SUBDIR += codelite SUBDIR += color-mate SUBDIR += conglomerate SUBDIR += cooledit SUBDIR += cream SUBDIR += deforaos-editor SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns SUBDIR += drjava SUBDIR += e3 SUBDIR += e93 SUBDIR += edith SUBDIR += editorconfig-core-c SUBDIR += elvis SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += emacs-nox11 SUBDIR += emacs21 SUBDIR += emacs22 SUBDIR += emacs23 SUBDIR += fb SUBDIR += flim SUBDIR += flim-emacs21 SUBDIR += flim-emacs22 SUBDIR += flim-xemacs21-mule SUBDIR += fpc-ide SUBDIR += fte SUBDIR += fxite SUBDIR += gate SUBDIR += gedit SUBDIR += gedit-plugins SUBDIR += ghex SUBDIR += gmanedit SUBDIR += gnome2-office SUBDIR += gnotepad+ SUBDIR += gnuserv SUBDIR += gobby SUBDIR += gphpedit SUBDIR += gummi SUBDIR += gwrite SUBDIR += heme SUBDIR += hexcurse SUBDIR += hexedit SUBDIR += hexpert SUBDIR += hnb SUBDIR += hte SUBDIR += impress SUBDIR += jed SUBDIR += jedit SUBDIR += jext SUBDIR += joe SUBDIR += joe2 SUBDIR += jove SUBDIR += jupp SUBDIR += kate SUBDIR += kate-plugin-pate SUBDIR += kile-kde4 SUBDIR += klat4 SUBDIR += komodo-edit SUBDIR += komodo-ide SUBDIR += lazarus SUBDIR += lazarus-lcl-gtk SUBDIR += lazarus-lcl-gtk2 SUBDIR += lazarus-lcl-nogui SUBDIR += lazarus-lcl-qt SUBDIR += lazarus-lcl-units SUBDIR += le SUBDIR += leafpad SUBDIR += led SUBDIR += leo SUBDIR += lfhex SUBDIR += libreoffice SUBDIR += libreoffice-af SUBDIR += libreoffice-am SUBDIR += libreoffice-as SUBDIR += libreoffice-ast SUBDIR += libreoffice-be SUBDIR += libreoffice-bg SUBDIR += libreoffice-bn SUBDIR += libreoffice-bn_IN SUBDIR += libreoffice-bo SUBDIR += libreoffice-br SUBDIR += libreoffice-brx SUBDIR += libreoffice-bs SUBDIR += libreoffice-ca SUBDIR += libreoffice-ca_XV SUBDIR += libreoffice-cs SUBDIR += libreoffice-cy SUBDIR += libreoffice-da SUBDIR += libreoffice-dgo SUBDIR += libreoffice-dz SUBDIR += libreoffice-el SUBDIR += libreoffice-en_GB SUBDIR += libreoffice-en_ZA SUBDIR += libreoffice-eo SUBDIR += libreoffice-es SUBDIR += libreoffice-et SUBDIR += libreoffice-eu SUBDIR += libreoffice-fa SUBDIR += libreoffice-fi SUBDIR += libreoffice-ga SUBDIR += libreoffice-gd SUBDIR += libreoffice-gl SUBDIR += libreoffice-gu SUBDIR += libreoffice-hi SUBDIR += libreoffice-hr SUBDIR += libreoffice-i18n SUBDIR += libreoffice-id SUBDIR += libreoffice-is SUBDIR += libreoffice-it SUBDIR += libreoffice-ka SUBDIR += libreoffice-kk SUBDIR += libreoffice-km SUBDIR += libreoffice-kn SUBDIR += libreoffice-kok SUBDIR += libreoffice-ks SUBDIR += libreoffice-ku SUBDIR += libreoffice-lb SUBDIR += libreoffice-lo SUBDIR += libreoffice-lt SUBDIR += libreoffice-lv SUBDIR += libreoffice-mai SUBDIR += libreoffice-mk SUBDIR += libreoffice-ml SUBDIR += libreoffice-mn SUBDIR += libreoffice-mni SUBDIR += libreoffice-mr SUBDIR += libreoffice-my SUBDIR += libreoffice-nb SUBDIR += libreoffice-ne SUBDIR += libreoffice-nl SUBDIR += libreoffice-nn SUBDIR += libreoffice-nr SUBDIR += libreoffice-nso SUBDIR += libreoffice-oc SUBDIR += libreoffice-om SUBDIR += libreoffice-or SUBDIR += libreoffice-pa_IN SUBDIR += libreoffice-ro SUBDIR += libreoffice-rw SUBDIR += libreoffice-sa_IN SUBDIR += libreoffice-sat SUBDIR += libreoffice-sd SUBDIR += libreoffice-sh SUBDIR += libreoffice-si SUBDIR += libreoffice-sid SUBDIR += libreoffice-sk SUBDIR += libreoffice-sl SUBDIR += libreoffice-sq SUBDIR += libreoffice-sr SUBDIR += libreoffice-ss SUBDIR += libreoffice-st SUBDIR += libreoffice-sv SUBDIR += libreoffice-sw_TZ SUBDIR += libreoffice-ta SUBDIR += libreoffice-te SUBDIR += libreoffice-tg SUBDIR += libreoffice-th SUBDIR += libreoffice-tn SUBDIR += libreoffice-tr SUBDIR += libreoffice-ts SUBDIR += libreoffice-tt SUBDIR += libreoffice-ug SUBDIR += libreoffice-uz SUBDIR += libreoffice-ve SUBDIR += libreoffice-xh SUBDIR += libreoffice-zu SUBDIR += madedit SUBDIR += manedit + SUBDIR += mate-text-editor SUBDIR += mg SUBDIR += mined SUBDIR += mlview SUBDIR += morla SUBDIR += mousepad SUBDIR += mp SUBDIR += nano SUBDIR += nano-devel SUBDIR += ne SUBDIR += nedit SUBDIR += nvi-devel SUBDIR += nvi-m17n SUBDIR += nxml SUBDIR += omegaT SUBDIR += openoffice-3 SUBDIR += openoffice-4 SUBDIR += openoffice-devel SUBDIR += p5-Padre SUBDIR += p5-Proc-InvokeEditor SUBDIR += p5-Vimana SUBDIR += paredit-mode.el SUBDIR += pico-alpine SUBDIR += poedit SUBDIR += psgml SUBDIR += puff SUBDIR += py-room SUBDIR += rox-edit SUBDIR += scite SUBDIR += scribes SUBDIR += se SUBDIR += semi SUBDIR += semi-emacs21 SUBDIR += semi-emacs22 SUBDIR += semi-xemacs21-mule SUBDIR += setedit SUBDIR += slime SUBDIR += softmaker-office SUBDIR += spe SUBDIR += speedbar SUBDIR += ssam SUBDIR += ssed SUBDIR += sted SUBDIR += tamago SUBDIR += tea SUBDIR += teco SUBDIR += ted SUBDIR += tetradraw SUBDIR += texmacs SUBDIR += texmaker SUBDIR += texmakerx SUBDIR += textedit SUBDIR += textroom SUBDIR += texworks SUBDIR += the SUBDIR += thoteditor SUBDIR += tpad SUBDIR += tree-widget SUBDIR += treeform SUBDIR += tweak SUBDIR += uemacs SUBDIR += uzap SUBDIR += ved SUBDIR += vigor SUBDIR += vile SUBDIR += vim SUBDIR += vim-lite SUBDIR += winefish SUBDIR += wordgrinder SUBDIR += xcoral SUBDIR += xed SUBDIR += xemacs SUBDIR += xemacs-devel SUBDIR += xemacs-devel-mule SUBDIR += xemacs-mule-packages SUBDIR += xemacs-packages SUBDIR += xemacs21-mule SUBDIR += xmlcopyeditor SUBDIR += xvile SUBDIR += yasnippet SUBDIR += yudit SUBDIR += yui SUBDIR += yzis SUBDIR += zile SUBDIR += zim SUBDIR += zoinks .include Index: head/editors/mate-text-editor/Makefile =================================================================== --- head/editors/mate-text-editor/Makefile (nonexistent) +++ head/editors/mate-text-editor/Makefile (revision 334661) @@ -0,0 +1,42 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-text-editor +PORTVERSION= 1.6.0 +CATEGORIES= editors mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Small but powerful text editor for MATE Desktop Environment + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack ltasneededhack +USE_XORG= sm x11 +USE_GNOME= glib20 gnomehier gtk20 gtksourceview2 gvfs libxml2 \ + pygobject pygtk2 pygtksourceview +USE_PYTHON= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.pluma.gschema.xml \ + org.mate.pluma.plugins.filebrowser.gschema.xml \ + org.mate.pluma.plugins.time.gschema.xml + +.include Property changes on: head/editors/mate-text-editor/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/mate-text-editor/distinfo =================================================================== --- head/editors/mate-text-editor/distinfo (nonexistent) +++ head/editors/mate-text-editor/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-text-editor-1.6.0.tar.xz) = 52339cb8d265d7a538c9b3b3e6a37f68ece5100d18c029dfc87c3f4b61cf8288 +SIZE (mate/mate-text-editor-1.6.0.tar.xz) = 2411656 Property changes on: head/editors/mate-text-editor/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/editors/mate-text-editor/pkg-descr =================================================================== --- head/editors/mate-text-editor/pkg-descr (nonexistent) +++ head/editors/mate-text-editor/pkg-descr (revision 334661) @@ -0,0 +1,11 @@ +mate-text-editor (pluma) is a Gtk+-2 text editor. Its features include: + + * Complete integration with the MATE Environment, including MateMDI + * Global Search and Replace + * Dynamically loaded fonts + * Splitscreen Mode + * Printing support + * Configurable Plugins system + * Unlimited Undo/Redo + +WWW: http://mate-desktop.org/ Property changes on: head/editors/mate-text-editor/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/editors/mate-text-editor/pkg-plist =================================================================== --- head/editors/mate-text-editor/pkg-plist (nonexistent) +++ head/editors/mate-text-editor/pkg-plist (revision 334661) @@ -0,0 +1,653 @@ +bin/mate-text-editor +bin/pluma +include/pluma/pluma-app.h +include/pluma/pluma-commands.h +include/pluma/pluma-debug.h +include/pluma/pluma-document.h +include/pluma/pluma-encodings-combo-box.h +include/pluma/pluma-encodings.h +include/pluma/pluma-file-chooser-dialog.h +include/pluma/pluma-help.h +include/pluma/pluma-message-bus.h +include/pluma/pluma-message-type.h +include/pluma/pluma-message.h +include/pluma/pluma-notebook.h +include/pluma/pluma-panel.h +include/pluma/pluma-plugin.h +include/pluma/pluma-prefs-manager-app.h +include/pluma/pluma-prefs-manager.h +include/pluma/pluma-progress-message-area.h +include/pluma/pluma-status-combo-box.h +include/pluma/pluma-statusbar.h +include/pluma/pluma-tab.h +include/pluma/pluma-utils.h +include/pluma/pluma-view.h +include/pluma/pluma-window.h +lib/pluma/plugin-loaders/libcloader.a +lib/pluma/plugin-loaders/libcloader.la +lib/pluma/plugin-loaders/libcloader.so +lib/pluma/plugin-loaders/libpythonloader.a +lib/pluma/plugin-loaders/libpythonloader.la +lib/pluma/plugin-loaders/libpythonloader.so +lib/pluma/plugins/changecase.pluma-plugin +lib/pluma/plugins/docinfo.pluma-plugin +lib/pluma/plugins/externaltools.pluma-plugin +lib/pluma/plugins/externaltools/__init__.py +lib/pluma/plugins/externaltools/__init__.pyc +lib/pluma/plugins/externaltools/__init__.pyo +lib/pluma/plugins/externaltools/capture.py +lib/pluma/plugins/externaltools/capture.pyc +lib/pluma/plugins/externaltools/capture.pyo +lib/pluma/plugins/externaltools/filelookup.py +lib/pluma/plugins/externaltools/filelookup.pyc +lib/pluma/plugins/externaltools/filelookup.pyo +lib/pluma/plugins/externaltools/functions.py +lib/pluma/plugins/externaltools/functions.pyc +lib/pluma/plugins/externaltools/functions.pyo +lib/pluma/plugins/externaltools/library.py +lib/pluma/plugins/externaltools/library.pyc +lib/pluma/plugins/externaltools/library.pyo +lib/pluma/plugins/externaltools/linkparsing.py +lib/pluma/plugins/externaltools/linkparsing.pyc +lib/pluma/plugins/externaltools/linkparsing.pyo +lib/pluma/plugins/externaltools/manager.py +lib/pluma/plugins/externaltools/manager.pyc +lib/pluma/plugins/externaltools/manager.pyo +lib/pluma/plugins/externaltools/outputpanel.py +lib/pluma/plugins/externaltools/outputpanel.pyc +lib/pluma/plugins/externaltools/outputpanel.pyo +lib/pluma/plugins/filebrowser.pluma-plugin +lib/pluma/plugins/libchangecase.a +lib/pluma/plugins/libchangecase.la +lib/pluma/plugins/libchangecase.so +lib/pluma/plugins/libdocinfo.a +lib/pluma/plugins/libdocinfo.la +lib/pluma/plugins/libdocinfo.so +lib/pluma/plugins/libfilebrowser.a +lib/pluma/plugins/libfilebrowser.la +lib/pluma/plugins/libfilebrowser.so +lib/pluma/plugins/libmodelines.a +lib/pluma/plugins/libmodelines.la +lib/pluma/plugins/libmodelines.so +lib/pluma/plugins/libsort.a +lib/pluma/plugins/libsort.la +lib/pluma/plugins/libsort.so +lib/pluma/plugins/libspell.a +lib/pluma/plugins/libspell.la +lib/pluma/plugins/libspell.so +lib/pluma/plugins/libtaglist.a +lib/pluma/plugins/libtaglist.la +lib/pluma/plugins/libtaglist.so +lib/pluma/plugins/libtime.a +lib/pluma/plugins/libtime.la +lib/pluma/plugins/libtime.so +lib/pluma/plugins/modelines.pluma-plugin +lib/pluma/plugins/pythonconsole.pluma-plugin +lib/pluma/plugins/pythonconsole/__init__.py +lib/pluma/plugins/pythonconsole/__init__.pyc +lib/pluma/plugins/pythonconsole/__init__.pyo +lib/pluma/plugins/pythonconsole/config.py +lib/pluma/plugins/pythonconsole/config.pyc +lib/pluma/plugins/pythonconsole/config.pyo +lib/pluma/plugins/pythonconsole/console.py +lib/pluma/plugins/pythonconsole/console.pyc +lib/pluma/plugins/pythonconsole/console.pyo +lib/pluma/plugins/quickopen.pluma-plugin +lib/pluma/plugins/quickopen/__init__.py +lib/pluma/plugins/quickopen/__init__.pyc +lib/pluma/plugins/quickopen/__init__.pyo +lib/pluma/plugins/quickopen/popup.py +lib/pluma/plugins/quickopen/popup.pyc +lib/pluma/plugins/quickopen/popup.pyo +lib/pluma/plugins/quickopen/virtualdirs.py +lib/pluma/plugins/quickopen/virtualdirs.pyc +lib/pluma/plugins/quickopen/virtualdirs.pyo +lib/pluma/plugins/quickopen/windowhelper.py +lib/pluma/plugins/quickopen/windowhelper.pyc +lib/pluma/plugins/quickopen/windowhelper.pyo +lib/pluma/plugins/snippets.pluma-plugin +lib/pluma/plugins/snippets/Completion.py +lib/pluma/plugins/snippets/Completion.pyc +lib/pluma/plugins/snippets/Completion.pyo +lib/pluma/plugins/snippets/Document.py +lib/pluma/plugins/snippets/Document.pyc +lib/pluma/plugins/snippets/Document.pyo +lib/pluma/plugins/snippets/Exporter.py +lib/pluma/plugins/snippets/Exporter.pyc +lib/pluma/plugins/snippets/Exporter.pyo +lib/pluma/plugins/snippets/Helper.py +lib/pluma/plugins/snippets/Helper.pyc +lib/pluma/plugins/snippets/Helper.pyo +lib/pluma/plugins/snippets/Importer.py +lib/pluma/plugins/snippets/Importer.pyc +lib/pluma/plugins/snippets/Importer.pyo +lib/pluma/plugins/snippets/LanguageManager.py +lib/pluma/plugins/snippets/LanguageManager.pyc +lib/pluma/plugins/snippets/LanguageManager.pyo +lib/pluma/plugins/snippets/Library.py +lib/pluma/plugins/snippets/Library.pyc +lib/pluma/plugins/snippets/Library.pyo +lib/pluma/plugins/snippets/Manager.py +lib/pluma/plugins/snippets/Manager.pyc +lib/pluma/plugins/snippets/Manager.pyo +lib/pluma/plugins/snippets/Parser.py +lib/pluma/plugins/snippets/Parser.pyc +lib/pluma/plugins/snippets/Parser.pyo +lib/pluma/plugins/snippets/Placeholder.py +lib/pluma/plugins/snippets/Placeholder.pyc +lib/pluma/plugins/snippets/Placeholder.pyo +lib/pluma/plugins/snippets/Snippet.py +lib/pluma/plugins/snippets/Snippet.pyc +lib/pluma/plugins/snippets/Snippet.pyo +lib/pluma/plugins/snippets/SubstitutionParser.py +lib/pluma/plugins/snippets/SubstitutionParser.pyc +lib/pluma/plugins/snippets/SubstitutionParser.pyo +lib/pluma/plugins/snippets/WindowHelper.py +lib/pluma/plugins/snippets/WindowHelper.pyc +lib/pluma/plugins/snippets/WindowHelper.pyo +lib/pluma/plugins/snippets/__init__.py +lib/pluma/plugins/snippets/__init__.pyc +lib/pluma/plugins/snippets/__init__.pyo +lib/pluma/plugins/sort.pluma-plugin +lib/pluma/plugins/spell.pluma-plugin +lib/pluma/plugins/taglist.pluma-plugin +lib/pluma/plugins/time.pluma-plugin +libdata/pkgconfig/pluma.pc +libexec/pluma/pluma-bugreport.sh +man/man1/pluma.1.gz +share/MateConf/gsettings/pluma.convert +share/applications/pluma.desktop +share/locale/af/LC_MESSAGES/pluma.mo +share/locale/am/LC_MESSAGES/pluma.mo +share/locale/ar/LC_MESSAGES/pluma.mo +share/locale/as/LC_MESSAGES/pluma.mo +share/locale/ast/LC_MESSAGES/pluma.mo +share/locale/az/LC_MESSAGES/pluma.mo +share/locale/be/LC_MESSAGES/pluma.mo +share/locale/be@latin/LC_MESSAGES/pluma.mo +share/locale/bg/LC_MESSAGES/pluma.mo +share/locale/bn/LC_MESSAGES/pluma.mo +share/locale/bn_IN/LC_MESSAGES/pluma.mo +share/locale/br/LC_MESSAGES/pluma.mo +share/locale/bs/LC_MESSAGES/pluma.mo +share/locale/ca/LC_MESSAGES/pluma.mo +share/locale/ca@valencia/LC_MESSAGES/pluma.mo +share/locale/crh/LC_MESSAGES/pluma.mo +share/locale/cs/LC_MESSAGES/pluma.mo +share/locale/cy/LC_MESSAGES/pluma.mo +share/locale/da/LC_MESSAGES/pluma.mo +share/locale/de/LC_MESSAGES/pluma.mo +share/locale/dz/LC_MESSAGES/pluma.mo +share/locale/el/LC_MESSAGES/pluma.mo +share/locale/en@shaw/LC_MESSAGES/pluma.mo +share/locale/en_AU/LC_MESSAGES/pluma.mo +share/locale/en_CA/LC_MESSAGES/pluma.mo +share/locale/en_GB/LC_MESSAGES/pluma.mo +share/locale/eo/LC_MESSAGES/pluma.mo +share/locale/es/LC_MESSAGES/pluma.mo +share/locale/et/LC_MESSAGES/pluma.mo +share/locale/eu/LC_MESSAGES/pluma.mo +share/locale/fa/LC_MESSAGES/pluma.mo +share/locale/fi/LC_MESSAGES/pluma.mo +share/locale/fr/LC_MESSAGES/pluma.mo +share/locale/ga/LC_MESSAGES/pluma.mo +share/locale/gl/LC_MESSAGES/pluma.mo +share/locale/gu/LC_MESSAGES/pluma.mo +share/locale/he/LC_MESSAGES/pluma.mo +share/locale/hi/LC_MESSAGES/pluma.mo +share/locale/hr/LC_MESSAGES/pluma.mo +share/locale/hu/LC_MESSAGES/pluma.mo +share/locale/hy/LC_MESSAGES/pluma.mo +share/locale/id/LC_MESSAGES/pluma.mo +share/locale/is/LC_MESSAGES/pluma.mo +share/locale/it/LC_MESSAGES/pluma.mo +share/locale/ja/LC_MESSAGES/pluma.mo +share/locale/ka/LC_MESSAGES/pluma.mo +share/locale/kk/LC_MESSAGES/pluma.mo +share/locale/kn/LC_MESSAGES/pluma.mo +share/locale/ko/LC_MESSAGES/pluma.mo +share/locale/ku/LC_MESSAGES/pluma.mo +share/locale/ky/LC_MESSAGES/pluma.mo +share/locale/la/LC_MESSAGES/pluma.mo +share/locale/lt/LC_MESSAGES/pluma.mo +share/locale/lv/LC_MESSAGES/pluma.mo +share/locale/mai/LC_MESSAGES/pluma.mo +share/locale/mg/LC_MESSAGES/pluma.mo +share/locale/mi/LC_MESSAGES/pluma.mo +share/locale/mk/LC_MESSAGES/pluma.mo +share/locale/ml/LC_MESSAGES/pluma.mo +share/locale/mn/LC_MESSAGES/pluma.mo +share/locale/mr/LC_MESSAGES/pluma.mo +share/locale/ms/LC_MESSAGES/pluma.mo +share/locale/nb/LC_MESSAGES/pluma.mo +share/locale/nds/LC_MESSAGES/pluma.mo +share/locale/ne/LC_MESSAGES/pluma.mo +share/locale/nl/LC_MESSAGES/pluma.mo +share/locale/nn/LC_MESSAGES/pluma.mo +share/locale/oc/LC_MESSAGES/pluma.mo +share/locale/or/LC_MESSAGES/pluma.mo +share/locale/pa/LC_MESSAGES/pluma.mo +share/locale/pl/LC_MESSAGES/pluma.mo +share/locale/ps/LC_MESSAGES/pluma.mo +share/locale/pt/LC_MESSAGES/pluma.mo +share/locale/pt_BR/LC_MESSAGES/pluma.mo +share/locale/ro/LC_MESSAGES/pluma.mo +share/locale/ru/LC_MESSAGES/pluma.mo +share/locale/rw/LC_MESSAGES/pluma.mo +share/locale/si/LC_MESSAGES/pluma.mo +share/locale/sk/LC_MESSAGES/pluma.mo +share/locale/sl/LC_MESSAGES/pluma.mo +share/locale/sq/LC_MESSAGES/pluma.mo +share/locale/sr/LC_MESSAGES/pluma.mo +share/locale/sr@latin/LC_MESSAGES/pluma.mo +share/locale/sv/LC_MESSAGES/pluma.mo +share/locale/ta/LC_MESSAGES/pluma.mo +share/locale/te/LC_MESSAGES/pluma.mo +share/locale/th/LC_MESSAGES/pluma.mo +share/locale/tk/LC_MESSAGES/pluma.mo +share/locale/tr/LC_MESSAGES/pluma.mo +share/locale/uk/LC_MESSAGES/pluma.mo +share/locale/vi/LC_MESSAGES/pluma.mo +share/locale/wa/LC_MESSAGES/pluma.mo +share/locale/xh/LC_MESSAGES/pluma.mo +share/locale/zh_CN/LC_MESSAGES/pluma.mo +share/locale/zh_HK/LC_MESSAGES/pluma.mo +share/locale/zh_TW/LC_MESSAGES/pluma.mo +share/mate/help/pluma/C/figures/pluma_format_bold.png +share/mate/help/pluma/C/figures/pluma_format_italic.png +share/mate/help/pluma/C/figures/pluma_format_strikethrough.png +share/mate/help/pluma/C/figures/pluma_format_underline.png +share/mate/help/pluma/C/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/C/figures/pluma_window.png +share/mate/help/pluma/C/legal.xml +share/mate/help/pluma/C/pluma.xml +share/mate/help/pluma/ar/figures/pluma_format_bold.png +share/mate/help/pluma/ar/figures/pluma_format_italic.png +share/mate/help/pluma/ar/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ar/figures/pluma_format_underline.png +share/mate/help/pluma/ar/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ar/figures/pluma_window.png +share/mate/help/pluma/ar/legal.xml +share/mate/help/pluma/ar/pluma.xml +share/mate/help/pluma/bg/figures/pluma_format_bold.png +share/mate/help/pluma/bg/figures/pluma_format_italic.png +share/mate/help/pluma/bg/figures/pluma_format_strikethrough.png +share/mate/help/pluma/bg/figures/pluma_format_underline.png +share/mate/help/pluma/bg/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/bg/figures/pluma_window.png +share/mate/help/pluma/bg/legal.xml +share/mate/help/pluma/bg/pluma.xml +share/mate/help/pluma/ca/figures/pluma_format_bold.png +share/mate/help/pluma/ca/figures/pluma_format_italic.png +share/mate/help/pluma/ca/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ca/figures/pluma_format_underline.png +share/mate/help/pluma/ca/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ca/figures/pluma_window.png +share/mate/help/pluma/ca/legal.xml +share/mate/help/pluma/ca/pluma.xml +share/mate/help/pluma/cs/figures/pluma_format_bold.png +share/mate/help/pluma/cs/figures/pluma_format_italic.png +share/mate/help/pluma/cs/figures/pluma_format_strikethrough.png +share/mate/help/pluma/cs/figures/pluma_format_underline.png +share/mate/help/pluma/cs/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/cs/figures/pluma_window.png +share/mate/help/pluma/cs/legal.xml +share/mate/help/pluma/cs/pluma.xml +share/mate/help/pluma/da/figures/pluma_format_bold.png +share/mate/help/pluma/da/figures/pluma_format_italic.png +share/mate/help/pluma/da/figures/pluma_format_strikethrough.png +share/mate/help/pluma/da/figures/pluma_format_underline.png +share/mate/help/pluma/da/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/da/figures/pluma_window.png +share/mate/help/pluma/da/legal.xml +share/mate/help/pluma/da/pluma.xml +share/mate/help/pluma/de/figures/pluma_format_bold.png +share/mate/help/pluma/de/figures/pluma_format_italic.png +share/mate/help/pluma/de/figures/pluma_format_strikethrough.png +share/mate/help/pluma/de/figures/pluma_format_underline.png +share/mate/help/pluma/de/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/de/figures/pluma_window.png +share/mate/help/pluma/de/legal.xml +share/mate/help/pluma/de/pluma.xml +share/mate/help/pluma/el/figures/pluma_format_bold.png +share/mate/help/pluma/el/figures/pluma_format_italic.png +share/mate/help/pluma/el/figures/pluma_format_strikethrough.png +share/mate/help/pluma/el/figures/pluma_format_underline.png +share/mate/help/pluma/el/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/el/figures/pluma_window.png +share/mate/help/pluma/el/legal.xml +share/mate/help/pluma/el/pluma.xml +share/mate/help/pluma/es/figures/pluma_format_bold.png +share/mate/help/pluma/es/figures/pluma_format_italic.png +share/mate/help/pluma/es/figures/pluma_format_strikethrough.png +share/mate/help/pluma/es/figures/pluma_format_underline.png +share/mate/help/pluma/es/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/es/figures/pluma_window.png +share/mate/help/pluma/es/legal.xml +share/mate/help/pluma/es/pluma.xml +share/mate/help/pluma/fi/figures/pluma_format_bold.png +share/mate/help/pluma/fi/figures/pluma_format_italic.png +share/mate/help/pluma/fi/figures/pluma_format_strikethrough.png +share/mate/help/pluma/fi/figures/pluma_format_underline.png +share/mate/help/pluma/fi/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/fi/figures/pluma_window.png +share/mate/help/pluma/fi/legal.xml +share/mate/help/pluma/fi/pluma.xml +share/mate/help/pluma/fr/figures/pluma_format_bold.png +share/mate/help/pluma/fr/figures/pluma_format_italic.png +share/mate/help/pluma/fr/figures/pluma_format_strikethrough.png +share/mate/help/pluma/fr/figures/pluma_format_underline.png +share/mate/help/pluma/fr/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/fr/figures/pluma_window.png +share/mate/help/pluma/fr/legal.xml +share/mate/help/pluma/fr/pluma.xml +share/mate/help/pluma/hu/figures/pluma_format_bold.png +share/mate/help/pluma/hu/figures/pluma_format_italic.png +share/mate/help/pluma/hu/figures/pluma_format_strikethrough.png +share/mate/help/pluma/hu/figures/pluma_format_underline.png +share/mate/help/pluma/hu/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/hu/figures/pluma_window.png +share/mate/help/pluma/hu/legal.xml +share/mate/help/pluma/hu/pluma.xml +share/mate/help/pluma/it/figures/pluma_format_bold.png +share/mate/help/pluma/it/figures/pluma_format_italic.png +share/mate/help/pluma/it/figures/pluma_format_strikethrough.png +share/mate/help/pluma/it/figures/pluma_format_underline.png +share/mate/help/pluma/it/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/it/figures/pluma_window.png +share/mate/help/pluma/it/legal.xml +share/mate/help/pluma/it/pluma.xml +share/mate/help/pluma/ja/figures/pluma_format_bold.png +share/mate/help/pluma/ja/figures/pluma_format_italic.png +share/mate/help/pluma/ja/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ja/figures/pluma_format_underline.png +share/mate/help/pluma/ja/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ja/figures/pluma_window.png +share/mate/help/pluma/ja/legal.xml +share/mate/help/pluma/ja/pluma.xml +share/mate/help/pluma/ko/figures/pluma_format_bold.png +share/mate/help/pluma/ko/figures/pluma_format_italic.png +share/mate/help/pluma/ko/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ko/figures/pluma_format_underline.png +share/mate/help/pluma/ko/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ko/figures/pluma_window.png +share/mate/help/pluma/ko/legal.xml +share/mate/help/pluma/ko/pluma.xml +share/mate/help/pluma/oc/figures/pluma_format_bold.png +share/mate/help/pluma/oc/figures/pluma_format_italic.png +share/mate/help/pluma/oc/figures/pluma_format_strikethrough.png +share/mate/help/pluma/oc/figures/pluma_format_underline.png +share/mate/help/pluma/oc/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/oc/figures/pluma_window.png +share/mate/help/pluma/oc/legal.xml +share/mate/help/pluma/oc/pluma.xml +share/mate/help/pluma/pt_BR/figures/pluma_format_bold.png +share/mate/help/pluma/pt_BR/figures/pluma_format_italic.png +share/mate/help/pluma/pt_BR/figures/pluma_format_strikethrough.png +share/mate/help/pluma/pt_BR/figures/pluma_format_underline.png +share/mate/help/pluma/pt_BR/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/pt_BR/figures/pluma_window.png +share/mate/help/pluma/pt_BR/legal.xml +share/mate/help/pluma/pt_BR/pluma.xml +share/mate/help/pluma/ru/figures/pluma_format_bold.png +share/mate/help/pluma/ru/figures/pluma_format_italic.png +share/mate/help/pluma/ru/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ru/figures/pluma_format_underline.png +share/mate/help/pluma/ru/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ru/figures/pluma_window.png +share/mate/help/pluma/ru/legal.xml +share/mate/help/pluma/ru/pluma.xml +share/mate/help/pluma/sv/figures/pluma_format_bold.png +share/mate/help/pluma/sv/figures/pluma_format_italic.png +share/mate/help/pluma/sv/figures/pluma_format_strikethrough.png +share/mate/help/pluma/sv/figures/pluma_format_underline.png +share/mate/help/pluma/sv/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/sv/figures/pluma_window.png +share/mate/help/pluma/sv/legal.xml +share/mate/help/pluma/sv/pluma.xml +share/mate/help/pluma/th/figures/pluma_format_bold.png +share/mate/help/pluma/th/figures/pluma_format_italic.png +share/mate/help/pluma/th/figures/pluma_format_strikethrough.png +share/mate/help/pluma/th/figures/pluma_format_underline.png +share/mate/help/pluma/th/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/th/figures/pluma_window.png +share/mate/help/pluma/th/legal.xml +share/mate/help/pluma/th/pluma.xml +share/mate/help/pluma/uk/figures/pluma_format_bold.png +share/mate/help/pluma/uk/figures/pluma_format_italic.png +share/mate/help/pluma/uk/figures/pluma_format_strikethrough.png +share/mate/help/pluma/uk/figures/pluma_format_underline.png +share/mate/help/pluma/uk/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/uk/figures/pluma_window.png +share/mate/help/pluma/uk/legal.xml +share/mate/help/pluma/uk/pluma.xml +share/mate/help/pluma/zh_CN/figures/pluma_format_bold.png +share/mate/help/pluma/zh_CN/figures/pluma_format_italic.png +share/mate/help/pluma/zh_CN/figures/pluma_format_strikethrough.png +share/mate/help/pluma/zh_CN/figures/pluma_format_underline.png +share/mate/help/pluma/zh_CN/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/zh_CN/figures/pluma_window.png +share/mate/help/pluma/zh_CN/legal.xml +share/mate/help/pluma/zh_CN/pluma.xml +share/mate/help/pluma/zh_HK/figures/pluma_format_bold.png +share/mate/help/pluma/zh_HK/figures/pluma_format_italic.png +share/mate/help/pluma/zh_HK/figures/pluma_format_strikethrough.png +share/mate/help/pluma/zh_HK/figures/pluma_format_underline.png +share/mate/help/pluma/zh_HK/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/zh_HK/figures/pluma_window.png +share/mate/help/pluma/zh_HK/legal.xml +share/mate/help/pluma/zh_HK/pluma.xml +share/mate/help/pluma/zh_TW/figures/pluma_format_bold.png +share/mate/help/pluma/zh_TW/figures/pluma_format_italic.png +share/mate/help/pluma/zh_TW/figures/pluma_format_strikethrough.png +share/mate/help/pluma/zh_TW/figures/pluma_format_underline.png +share/mate/help/pluma/zh_TW/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/zh_TW/figures/pluma_window.png +share/mate/help/pluma/zh_TW/legal.xml +share/mate/help/pluma/zh_TW/pluma.xml +share/omf/pluma/pluma-C.omf +share/omf/pluma/pluma-ar.omf +share/omf/pluma/pluma-bg.omf +share/omf/pluma/pluma-ca.omf +share/omf/pluma/pluma-cs.omf +share/omf/pluma/pluma-da.omf +share/omf/pluma/pluma-de.omf +share/omf/pluma/pluma-el.omf +share/omf/pluma/pluma-es.omf +share/omf/pluma/pluma-fi.omf +share/omf/pluma/pluma-fr.omf +share/omf/pluma/pluma-hu.omf +share/omf/pluma/pluma-it.omf +share/omf/pluma/pluma-ja.omf +share/omf/pluma/pluma-ko.omf +share/omf/pluma/pluma-oc.omf +share/omf/pluma/pluma-pt_BR.omf +share/omf/pluma/pluma-ru.omf +share/omf/pluma/pluma-sv.omf +share/omf/pluma/pluma-th.omf +share/omf/pluma/pluma-uk.omf +share/omf/pluma/pluma-zh_CN.omf +share/omf/pluma/pluma-zh_HK.omf +share/omf/pluma/pluma-zh_TW.omf +share/pluma/icons/pluma-plugin.png +share/pluma/plugins/docinfo/docinfo.ui +share/pluma/plugins/externaltools/tools/build +share/pluma/plugins/externaltools/tools/open-terminal-here +share/pluma/plugins/externaltools/tools/remove-trailing-spaces +share/pluma/plugins/externaltools/tools/run-command +share/pluma/plugins/externaltools/tools/search-recursive +share/pluma/plugins/externaltools/tools/switch-c +share/pluma/plugins/externaltools/ui/outputpanel.ui +share/pluma/plugins/externaltools/ui/tools.ui +share/pluma/plugins/filebrowser/pluma-file-browser-widget-ui.xml +share/pluma/plugins/modelines/language-mappings +share/pluma/plugins/pythonconsole/ui/config.ui +share/pluma/plugins/snippets/c.xml +share/pluma/plugins/snippets/chdr.xml +share/pluma/plugins/snippets/cpp.xml +share/pluma/plugins/snippets/css.xml +share/pluma/plugins/snippets/docbook.xml +share/pluma/plugins/snippets/fortran.xml +share/pluma/plugins/snippets/global.xml +share/pluma/plugins/snippets/haskell.xml +share/pluma/plugins/snippets/html.xml +share/pluma/plugins/snippets/idl.xml +share/pluma/plugins/snippets/java.xml +share/pluma/plugins/snippets/javascript.xml +share/pluma/plugins/snippets/lang/snippets.lang +share/pluma/plugins/snippets/latex.xml +share/pluma/plugins/snippets/mallard.xml +share/pluma/plugins/snippets/perl.xml +share/pluma/plugins/snippets/php.xml +share/pluma/plugins/snippets/python.xml +share/pluma/plugins/snippets/ruby.xml +share/pluma/plugins/snippets/sh.xml +share/pluma/plugins/snippets/snippets.xml +share/pluma/plugins/snippets/tcl.xml +share/pluma/plugins/snippets/ui/snippets.ui +share/pluma/plugins/snippets/xml.xml +share/pluma/plugins/snippets/xslt.xml +share/pluma/plugins/sort/sort.ui +share/pluma/plugins/spell/languages-dialog.ui +share/pluma/plugins/spell/spell-checker.ui +share/pluma/plugins/taglist/HTML.tags.gz +share/pluma/plugins/taglist/Latex.tags.gz +share/pluma/plugins/taglist/XSLT.tags.gz +share/pluma/plugins/taglist/XUL.tags.gz +share/pluma/plugins/time/pluma-time-dialog.ui +share/pluma/plugins/time/pluma-time-setup-dialog.ui +share/pluma/ui/pluma-encodings-dialog.ui +share/pluma/ui/pluma-preferences-dialog.ui +share/pluma/ui/pluma-print-preferences.ui +share/pluma/ui/pluma-search-dialog.ui +share/pluma/ui/pluma-ui.xml +@dirrm share/pluma/ui +@dirrm share/pluma/plugins/time +@dirrm share/pluma/plugins/taglist +@dirrm share/pluma/plugins/spell +@dirrm share/pluma/plugins/sort +@dirrm share/pluma/plugins/snippets/ui +@dirrm share/pluma/plugins/snippets/lang +@dirrm share/pluma/plugins/snippets +@dirrm share/pluma/plugins/pythonconsole/ui +@dirrm share/pluma/plugins/pythonconsole +@dirrm share/pluma/plugins/modelines +@dirrm share/pluma/plugins/filebrowser +@dirrm share/pluma/plugins/externaltools/ui +@dirrm share/pluma/plugins/externaltools/tools +@dirrm share/pluma/plugins/externaltools +@dirrm share/pluma/plugins/docinfo +@dirrm share/pluma/plugins +@dirrm share/pluma/icons +@dirrm share/pluma +@dirrm share/omf/pluma +@dirrm share/mate/help/pluma/zh_TW/figures +@dirrm share/mate/help/pluma/zh_TW +@dirrm share/mate/help/pluma/zh_HK/figures +@dirrm share/mate/help/pluma/zh_HK +@dirrm share/mate/help/pluma/zh_CN/figures +@dirrm share/mate/help/pluma/zh_CN +@dirrm share/mate/help/pluma/uk/figures +@dirrm share/mate/help/pluma/uk +@dirrm share/mate/help/pluma/th/figures +@dirrm share/mate/help/pluma/th +@dirrm share/mate/help/pluma/sv/figures +@dirrm share/mate/help/pluma/sv +@dirrm share/mate/help/pluma/ru/figures +@dirrm share/mate/help/pluma/ru +@dirrm share/mate/help/pluma/pt_BR/figures +@dirrm share/mate/help/pluma/pt_BR +@dirrm share/mate/help/pluma/oc/figures +@dirrm share/mate/help/pluma/oc +@dirrm share/mate/help/pluma/ko/figures +@dirrm share/mate/help/pluma/ko +@dirrm share/mate/help/pluma/ja/figures +@dirrm share/mate/help/pluma/ja +@dirrm share/mate/help/pluma/it/figures +@dirrm share/mate/help/pluma/it +@dirrm share/mate/help/pluma/hu/figures +@dirrm share/mate/help/pluma/hu +@dirrm share/mate/help/pluma/fr/figures +@dirrm share/mate/help/pluma/fr +@dirrm share/mate/help/pluma/fi/figures +@dirrm share/mate/help/pluma/fi +@dirrm share/mate/help/pluma/es/figures +@dirrm share/mate/help/pluma/es +@dirrm share/mate/help/pluma/el/figures +@dirrm share/mate/help/pluma/el +@dirrm share/mate/help/pluma/de/figures +@dirrm share/mate/help/pluma/de +@dirrm share/mate/help/pluma/da/figures +@dirrm share/mate/help/pluma/da +@dirrm share/mate/help/pluma/cs/figures +@dirrm share/mate/help/pluma/cs +@dirrm share/mate/help/pluma/ca/figures +@dirrm share/mate/help/pluma/ca +@dirrm share/mate/help/pluma/bg/figures +@dirrm share/mate/help/pluma/bg +@dirrm share/mate/help/pluma/ar/figures +@dirrm share/mate/help/pluma/ar +@dirrm share/mate/help/pluma/C/figures +@dirrm share/mate/help/pluma/C +@dirrm share/mate/help/pluma +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm libexec/pluma +@dirrm lib/pluma/plugins/snippets +@dirrm lib/pluma/plugins/quickopen +@dirrm lib/pluma/plugins/pythonconsole +@dirrm lib/pluma/plugins/externaltools +@dirrmtry lib/pluma/plugins +@dirrmtry lib/pluma/plugin-loaders +@dirrmtry lib/pluma +@dirrm include/pluma Property changes on: head/editors/mate-text-editor/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile (revision 334660) +++ head/graphics/Makefile (revision 334661) @@ -1,1092 +1,1094 @@ # $FreeBSD$ # COMMENT = Graphics tools and libraries SUBDIR += 4va SUBDIR += Cgraph SUBDIR += Coin SUBDIR += EZWGL SUBDIR += GraphicsMagick SUBDIR += GraphicsMagick12 SUBDIR += GraphicsMagick13 SUBDIR += Hermes SUBDIR += IPA SUBDIR += ImageMagick SUBDIR += ImageMagick-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp SUBDIR += aeskulap SUBDIR += agave SUBDIR += agg SUBDIR += alpng SUBDIR += amide SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += aoi SUBDIR += aolserver-nsgd SUBDIR += apngasm SUBDIR += apngdis SUBDIR += apvlv SUBDIR += aqsis SUBDIR += asciio SUBDIR += autopano-sift-c SUBDIR += autoq3d SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik SUBDIR += bbrb SUBDIR += blender SUBDIR += blender-doc SUBDIR += bmeps SUBDIR += bmp-rootvis SUBDIR += bmp2html SUBDIR += box SUBDIR += boxer SUBDIR += bugle SUBDIR += burplex SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairo-java SUBDIR += cairo-reference SUBDIR += cairomm SUBDIR += cal3d SUBDIR += cal3d-devel SUBDIR += camediaplay SUBDIR += camera SUBDIR += camerakit SUBDIR += cbrpager SUBDIR += cbview SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg SUBDIR += chbg SUBDIR += cimg SUBDIR += cinepaint SUBDIR += claraocr SUBDIR += clutter SUBDIR += clutter-box2d SUBDIR += clutter-gtk SUBDIR += colord SUBDIR += colord-gtk SUBDIR += comical SUBDIR += comix SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen SUBDIR += corona SUBDIR += cosmoplayer SUBDIR += crw SUBDIR += cthumb SUBDIR += cuneiform SUBDIR += curator SUBDIR += cuttlefish SUBDIR += danpei SUBDIR += darknock SUBDIR += darktable SUBDIR += dataplot SUBDIR += dc20ctrl SUBDIR += dc20pack SUBDIR += dcraw SUBDIR += deegree-csw SUBDIR += deegree-igeoportal SUBDIR += deegree-wcs SUBDIR += deegree-wfs SUBDIR += deegree-wms SUBDIR += deegree-wps SUBDIR += deegree-wpvs SUBDIR += delaboratory SUBDIR += devil SUBDIR += dia SUBDIR += diacanvas2 SUBDIR += digikam-kde4 SUBDIR += digikam-kde4-doc SUBDIR += digikam-kde4-l10n SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djvulibre SUBDIR += dmtx-utils SUBDIR += dri SUBDIR += driconf SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += easypaint SUBDIR += ecore-evas SUBDIR += ecore-sdl SUBDIR += edje SUBDIR += edje_viewer SUBDIR += electrix SUBDIR += enblend SUBDIR += ender SUBDIR += enesim SUBDIR += enfle SUBDIR += entangle SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eos-movrec SUBDIR += epdfview SUBDIR += epeg SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool SUBDIR += etch SUBDIR += eterm-bg SUBDIR += ethumb SUBDIR += evas SUBDIR += evas-core SUBDIR += evas-engine-buffer SUBDIR += evas-engine-opengl SUBDIR += evas-engine-sdl SUBDIR += evas-engine-x11 SUBDIR += evas-loader-bmp SUBDIR += evas-loader-eet SUBDIR += evas-loader-generic SUBDIR += evas-loader-gif SUBDIR += evas-loader-ico SUBDIR += evas-loader-jpeg SUBDIR += evas-loader-pmaps SUBDIR += evas-loader-png SUBDIR += evas-loader-psd SUBDIR += evas-loader-svg SUBDIR += evas-loader-tga SUBDIR += evas-loader-tiff SUBDIR += evas-loader-wbmp SUBDIR += evas-loader-xpm SUBDIR += evas_generic_loaders-gst SUBDIR += evas_generic_loaders-pdf SUBDIR += evas_generic_loaders-ps SUBDIR += evas_generic_loaders-raw SUBDIR += evas_generic_loaders-svg SUBDIR += evas_generic_loaders-xcf SUBDIR += evince SUBDIR += evolvotron SUBDIR += exact-image SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += f-spot SUBDIR += fbm SUBDIR += feh SUBDIR += ffff SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm SUBDIR += fli2gif SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotofix SUBDIR += fotoxx SUBDIR += founts SUBDIR += fpc-cairo SUBDIR += fpc-fpgtk SUBDIR += fpc-ggi SUBDIR += fpc-graph SUBDIR += fpc-hermes SUBDIR += fpc-imagemagick SUBDIR += fpc-imlib SUBDIR += fpc-libgd SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg SUBDIR += fpc-proj4 SUBDIR += fpc-rsvg SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += ftgl SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gcolor SUBDIR += gcolor2 SUBDIR += gd SUBDIR += gdal SUBDIR += gdal-grass SUBDIR += gdchart SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview SUBDIR += geos SUBDIR += geoserver SUBDIR += gexiv2 SUBDIR += giblib SUBDIR += gif2png SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += gimageview SUBDIR += gimmage SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-data-extras SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gap SUBDIR += gimp-gmic-plugin SUBDIR += gimp-help SUBDIR += gimp-lqr-plugin SUBDIR += gimp-manual-html SUBDIR += gimp-resynthesizer SUBDIR += gimp-save-for-web SUBDIR += gimpfx-foundry SUBDIR += giram SUBDIR += gkrellkam2 SUBDIR += gle SUBDIR += gle-graphics SUBDIR += glew SUBDIR += glexcess SUBDIR += glfw SUBDIR += glfw-devel SUBDIR += glide3 SUBDIR += glitz SUBDIR += gliv SUBDIR += glosm SUBDIR += glpng SUBDIR += gltt SUBDIR += gmt SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnustep-slideshow SUBDIR += gnustep-slideshowkit SUBDIR += gocr SUBDIR += goocanvas SUBDIR += goocanvas2 SUBDIR += goocanvasmm SUBDIR += goocanvasmm2 SUBDIR += goom SUBDIR += gource SUBDIR += gozer SUBDIR += gpaint SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gplot SUBDIR += gpsmanshp SUBDIR += gqview SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 SUBDIR += graphite2 SUBDIR += graphopt SUBDIR += graphos SUBDIR += graphviz SUBDIR += grx SUBDIR += gscan2pdf SUBDIR += gsculpt SUBDIR += gsnapshot SUBDIR += gstreamer-plugins-aalib SUBDIR += gstreamer-plugins-cairo SUBDIR += gstreamer-plugins-gdkpixbuf SUBDIR += gstreamer-plugins-gl SUBDIR += gstreamer-plugins-jpeg SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual SUBDIR += gstreamer-plugins-opencv SUBDIR += gstreamer1-plugins-aalib SUBDIR += gstreamer1-plugins-cairo SUBDIR += gstreamer1-plugins-gdkpixbuf SUBDIR += gstreamer1-plugins-jpeg SUBDIR += gstreamer1-plugins-libcaca SUBDIR += gstreamer1-plugins-libvisual SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gtkdps SUBDIR += gtkgraph SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 SUBDIR += gx SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hs-HGL SUBDIR += hs-cairo SUBDIR += hs-dia-base SUBDIR += hs-dia-functions SUBDIR += hs-soegtk SUBDIR += hs-svgcairo SUBDIR += hsetroot SUBDIR += hugin SUBDIR += hugin-devel SUBDIR += icat SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccexamin SUBDIR += iccxml SUBDIR += icoconvert SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex SUBDIR += imagesort SUBDIR += imageviewer SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += import-pictures SUBDIR += impressive SUBDIR += inkscape SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe SUBDIR += iulib SUBDIR += ivtools SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 SUBDIR += jbig2dec SUBDIR += jbigkit SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead SUBDIR += jogamp-jogl SUBDIR += jogl SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg SUBDIR += jpeg2ps SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpg2pdf SUBDIR += jpgraph2 SUBDIR += jpgtn SUBDIR += jslice SUBDIR += jumpgis SUBDIR += jumpgis-postgis SUBDIR += k3d SUBDIR += kamera-kde4 SUBDIR += kcolorchooser SUBDIR += kcoloredit SUBDIR += kdc2tiff SUBDIR += kdegraphics4 SUBDIR += kdegraphics4-mobipocket SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers SUBDIR += kgraphviewer SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow SUBDIR += kipi-plugin-batchprocess SUBDIR += kipi-plugin-calendar SUBDIR += kipi-plugin-debianscreenshots SUBDIR += kipi-plugin-dngconverter SUBDIR += kipi-plugin-expoblending SUBDIR += kipi-plugin-facebook SUBDIR += kipi-plugin-flashexport SUBDIR += kipi-plugin-flickrexport SUBDIR += kipi-plugin-galleryexport SUBDIR += kipi-plugin-gpssync SUBDIR += kipi-plugin-htmlexport SUBDIR += kipi-plugin-imageshackexport SUBDIR += kipi-plugin-imageviewer SUBDIR += kipi-plugin-imgurexport SUBDIR += kipi-plugin-ipodexport SUBDIR += kipi-plugin-jpeglossless SUBDIR += kipi-plugin-kioexport SUBDIR += kipi-plugin-kmlexport SUBDIR += kipi-plugin-kopete SUBDIR += kipi-plugin-mediawiki SUBDIR += kipi-plugin-metadataedit SUBDIR += kipi-plugin-panorama SUBDIR += kipi-plugin-photolayoutseditor SUBDIR += kipi-plugin-picasawebexport SUBDIR += kipi-plugin-piwigoexport SUBDIR += kipi-plugin-printimages SUBDIR += kipi-plugin-rajceexport SUBDIR += kipi-plugin-rawconverter SUBDIR += kipi-plugin-removeredeyes SUBDIR += kipi-plugin-sendimages SUBDIR += kipi-plugin-shwup SUBDIR += kipi-plugin-smug SUBDIR += kipi-plugin-timeadjust SUBDIR += kipi-plugin-videoslideshow SUBDIR += kipi-plugin-vkontakte SUBDIR += kipi-plugin-yandexfotki SUBDIR += kipi-plugins-kde4 SUBDIR += kix-kmod SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kolourpaint SUBDIR += kphotoalbum-kde4 SUBDIR += kpovmodeler SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu SUBDIR += kuickshow-kde4 SUBDIR += l2p SUBDIR += laternamagica SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms-python SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libEGL SUBDIR += libGL SUBDIR += libGLU SUBDIR += libGLw SUBDIR += libafterimage SUBDIR += libart_lgpl SUBDIR += libaux SUBDIR += libboard SUBDIR += libcaca SUBDIR += libcdr SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libggi SUBDIR += libglesv2 SUBDIR += libgltext SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libkdcraw-kde4 SUBDIR += libkexiv2-kde4 SUBDIR += libkface SUBDIR += libkipi-kde4 SUBDIR += libkipiplugins SUBDIR += libksane SUBDIR += liblqr-1 SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano12 SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg SUBDIR += linplasma SUBDIR += linux-XnViewMP SUBDIR += linux-adobesvg SUBDIR += linux-f10-cairo SUBDIR += linux-f10-dri SUBDIR += linux-f10-gdk-pixbuf SUBDIR += linux-f10-glew SUBDIR += linux-f10-imlib SUBDIR += linux-f10-jpeg SUBDIR += linux-f10-libGLU SUBDIR += linux-f10-libmng SUBDIR += linux-f10-png SUBDIR += linux-f10-sdl_image SUBDIR += linux-f10-tiff SUBDIR += linux-f10-ungif SUBDIR += linux-sdl_ttf SUBDIR += linux_glide SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance SUBDIR += luxrays SUBDIR += luxrender SUBDIR += mahotas SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus + SUBDIR += mate-document-viewer + SUBDIR += mate-image-viewer SUBDIR += maverik SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui SUBDIR += ming SUBDIR += mingplot SUBDIR += mirage SUBDIR += mmrecover SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools SUBDIR += ocaml-images SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ocre SUBDIR += ocrfeeder SUBDIR += ocropus SUBDIR += ogre3d SUBDIR += okular SUBDIR += openclipart SUBDIR += opencollada SUBDIR += opencolorio SUBDIR += opencolorio-tools SUBDIR += opencsg SUBDIR += opencv SUBDIR += opencv-core SUBDIR += opendis SUBDIR += opendx SUBDIR += openexr_ctl SUBDIR += opengl-man SUBDIR += opengtl SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjump SUBDIR += opennurbs SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += optar SUBDIR += optipng SUBDIR += orca SUBDIR += osg SUBDIR += osg-devel SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template SUBDIR += p5-Cairo SUBDIR += p5-Captcha-reCAPTCHA SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc SUBDIR += p5-Color-Library SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph-ohlc SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail SUBDIR += p5-Geo-EOP SUBDIR += p5-Geo-GDAL SUBDIR += p5-Geo-GML SUBDIR += p5-Geo-Gpx SUBDIR += p5-Geo-KML SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap SUBDIR += p5-Graph-Writer-GraphViz SUBDIR += p5-GraphViz SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo SUBDIR += p5-Image-Base SUBDIR += p5-Image-Base-SVG SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool SUBDIR += p5-Image-ExifTool-devel SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Heatmap SUBDIR += p5-Image-IPTCInfo SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-ObjectDetect SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Image-Size-FillFullSelect SUBDIR += p5-Imager SUBDIR += p5-Imager-AverageGray SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imager-QRCode SUBDIR += p5-Imlib2 SUBDIR += p5-Layout-Manager SUBDIR += p5-OpenGL SUBDIR += p5-PGPLOT SUBDIR += p5-SVG-DOM2 SUBDIR += p5-SVG-Graph SUBDIR += p5-SVG-Metadata SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File SUBDIR += p5-Sane SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += passepartout SUBDIR += pdf2svg SUBDIR += pear-Horde_Image SUBDIR += pear-IO_SWF SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode SUBDIR += pear-Image_Barcode2 SUBDIR += pear-Image_Canvas SUBDIR += pear-Image_Color SUBDIR += pear-Image_Graph SUBDIR += pear-Image_GraphViz SUBDIR += pear-Image_Transform SUBDIR += pecl-gmagick SUBDIR += pecl-imagick SUBDIR += pecl-imlib2 SUBDIR += pecl-qrencode SUBDIR += pecomato SUBDIR += pencil SUBDIR += peps SUBDIR += pfscalibration SUBDIR += pfstmo SUBDIR += pfstools SUBDIR += pgplot SUBDIR += pho SUBDIR += photopc SUBDIR += php-facedetect SUBDIR += php-gdal SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-chartdirector SUBDIR += php5-exif SUBDIR += php5-ffmpeg SUBDIR += php5-gd SUBDIR += php5-swfed SUBDIR += php52-exif SUBDIR += php52-gd SUBDIR += php52-ming SUBDIR += php53-exif SUBDIR += php53-gd SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += picturebook SUBDIR += picviz SUBDIR += piddle SUBDIR += pinpoint SUBDIR += pinta SUBDIR += pixelize SUBDIR += pixen SUBDIR += pixie SUBDIR += pixmap SUBDIR += plasma-kmod SUBDIR += plotmtv SUBDIR += plotutils SUBDIR += png SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pngcrush SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib SUBDIR += poppler-qt4 SUBDIR += poppler-utils SUBDIR += pornview SUBDIR += potrace SUBDIR += povray-meta SUBDIR += povray31 SUBDIR += povray36 SUBDIR += povray37 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei SUBDIR += pqiv SUBDIR += preview SUBDIR += price SUBDIR += prison SUBDIR += processing SUBDIR += proj SUBDIR += projectm-libvisual SUBDIR += pstoedit SUBDIR += pstoepsi SUBDIR += pure-gl SUBDIR += pvmpov SUBDIR += py-PyX SUBDIR += py-aafigure SUBDIR += py-actdiag SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-chart SUBDIR += py-clutter SUBDIR += py-clutter-gtk SUBDIR += py-django-easy-thumbnails SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exiv2 SUBDIR += py-freeimagepy SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-gimp SUBDIR += py-glewpy SUBDIR += py-goocanvas SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imaging SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag SUBDIR += py-opencv SUBDIR += py-openexr SUBDIR += py-opengl SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-pillow SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 SUBDIR += py-pycha SUBDIR += py-pydot SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pyproj SUBDIR += py-qt4-svg SUBDIR += py-rabbyt SUBDIR += py-sane SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stl SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py3-cairo SUBDIR += pygts SUBDIR += pymorph SUBDIR += pyro SUBDIR += pysvg SUBDIR += qcomicbook SUBDIR += qcread SUBDIR += qgis SUBDIR += qiv SUBDIR += qiviewer SUBDIR += qslim SUBDIR += qt4-iconengines SUBDIR += qt4-imageformats SUBDIR += qt4-pixeltool SUBDIR += qt4-svg SUBDIR += qtgtl SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc SUBDIR += qvplay SUBDIR += qxv SUBDIR += radius-engine SUBDIR += raster3d SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reallyslick SUBDIR += recoverjpeg SUBDIR += renrot SUBDIR += repng2jpeg SUBDIR += rgbpaint SUBDIR += ristretto SUBDIR += ruby-cairo SUBDIR += ruby-gd SUBDIR += ruby-gdal SUBDIR += ruby-gdk_pixbuf2 SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-ming SUBDIR += ruby-rmagick SUBDIR += ruby-rsvg2 SUBDIR += ruby-svg SUBDIR += ruby-tgif SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-geokit SUBDIR += rubygem-goocanvas SUBDIR += rubygem-graphviz SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-scruffy SUBDIR += rubyphoto SUBDIR += s10sh SUBDIR += sage SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-backends SUBDIR += sane-epkowa SUBDIR += sane-frontends SUBDIR += scale2x SUBDIR += scantailor SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl2_gfx SUBDIR += sdl2_image SUBDIR += sdl2_ttf SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += seom SUBDIR += separate SUBDIR += sharpconstruct SUBDIR += shiva-collections SUBDIR += shotwell SUBDIR += show SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += skencil SUBDIR += sketch SUBDIR += sng SUBDIR += sodipodi SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf SUBDIR += stamp SUBDIR += structuresynth SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svg2swf SUBDIR += svgalib SUBDIR += svgfig SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools SUBDIR += synaesthesia SUBDIR += synfigstudio SUBDIR += telak SUBDIR += tesseract SUBDIR += tesseract-data SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tiff2png SUBDIR += tifmerge SUBDIR += tilecache SUBDIR += tiled SUBDIR += timeless SUBDIR += tintfu SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl SUBDIR += truevision SUBDIR += tulip SUBDIR += tumble SUBDIR += uDrawGraph SUBDIR += ufraw SUBDIR += uniconvertor SUBDIR += uniconvw SUBDIR += unpaper SUBDIR += urt SUBDIR += vcg SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visionworkbench SUBDIR += visprint SUBDIR += volpack SUBDIR += vp SUBDIR += webp SUBDIR += whirlgif SUBDIR += white_dune SUBDIR += wings SUBDIR += wings-devel SUBDIR += wmgrabimage SUBDIR += wmicons SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xbmbrowser SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xface.el SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmagv SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmfract SUBDIR += xmlgraphics-commons SUBDIR += xmms-blursk SUBDIR += xmms-dancingparticles SUBDIR += xmms-dflowers SUBDIR += xmms-dscope SUBDIR += xmms-dspectogram SUBDIR += xmms-dspectral SUBDIR += xmms-finespectrum SUBDIR += xmms-fishmatic SUBDIR += xmms-gdancer SUBDIR += xmms-iris SUBDIR += xmms-jess SUBDIR += xmms-nebulus SUBDIR += xmms-paranormal SUBDIR += xmms-scivi SUBDIR += xmms-vumeter SUBDIR += xmms-waterfall SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick SUBDIR += xzgv SUBDIR += yafray SUBDIR += yagf SUBDIR += yed SUBDIR += yukon SUBDIR += zathura SUBDIR += zathura-djvu SUBDIR += zathura-pdf-poppler SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include Index: head/graphics/mate-document-viewer/Makefile =================================================================== --- head/graphics/mate-document-viewer/Makefile (nonexistent) +++ head/graphics/mate-document-viewer/Makefile (revision 334661) @@ -0,0 +1,113 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= mate-document-viewer +PORTVERSION= 1.6.1 +CATEGORIES= graphics print mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE multi-format document viewer + +BUILD_DEPENDS= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ + libspectre.so:${PORTSDIR}/print/libspectre \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils icontheme intlhack \ + ltasneededhack ltverhack +USE_XORG= sm +USE_GNOME= cairo glib20 gnomehier gtk20 libxml2 +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.Atril.gschema.xml + +OPTIONS_DEFINE= DVI T1LIB CAJA KEYRING COMICS DJVU +OPTIONS_DEFAULT=CAJA KEYRING COMICS +DVI_DESC= DVI viewer support +T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) +CAJA_DESC= Caja plugin +KEYRING_DESC= Gnome-Keyring without Nautilus +COMICS_DESC= Comic book archives support +DJVU_DESC= DJVU support + +.include + +.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} + +USE_TEX= base +CONFIGURE_ARGS+=--enable-dvi +PLIST_SUB+= DVI="" + +. if ${PORT_OPTIONS:MT1LIB} +LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib +CONFIGURE_ARGS+=--enable-t1lib +.else +CONFIGURE_ARGS+=--disable-t1lib +. endif + +.else +CONFIGURE_ARGS+=--disable-dvi +PLIST_SUB+= DVI="@comment " +.endif + +.if ${PORT_OPTIONS:MCAJA} +USE_MATE+= caja +CONFIGURE_ARGS+=--enable-caja +PLIST_SUB+= CAJA="" +.else +CONFIGURE_ARGS+=--disable-caja +PLIST_SUB+= CAJA="@comment " +.endif + +.if ${PORT_OPTIONS:MKEYRING} +USE_MATE+= libmatekeyring +. else +CONFIGURE_ARGS+=--without-keyring +. endif + +.if ${PORT_OPTIONS:MDJVU} +LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre +CONFIGURE_ARGS+=--enable-djvu +PLIST_SUB+= DJVU="" +.else +CONFIGURE_ARGS+=--disable-djvu +PLIST_SUB+= DJVU="@comment " +.endif + +.if ${PORT_OPTIONS:MCOMICS} +CONFIGURE_ARGS+=--enable-comics +PLIST_SUB+= COMICS="" +.else +CONFIGURE_ARGS+=--disable-comics +PLIST_SUB+= COMICS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|AC_CHECK_HEADERS([execinfo.h])||g' \ + -e 's|" == "|" = "|g' \ + ${WRKSRC}/configure.ac + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrildocument.so.3 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/atril/3/backends/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrilview.so.3 +.if ${PORT_OPTIONS:MCAJA} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0/libatril-properties-page.so +.endif + +.include Property changes on: head/graphics/mate-document-viewer/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/mate-document-viewer/distinfo =================================================================== --- head/graphics/mate-document-viewer/distinfo (nonexistent) +++ head/graphics/mate-document-viewer/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-document-viewer-1.6.1.tar.xz) = 100feb278bb919de874e76bd2344cb49fa60e2819e98b1394226086e34bf59ce +SIZE (mate/mate-document-viewer-1.6.1.tar.xz) = 1682332 Property changes on: head/graphics/mate-document-viewer/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc =================================================================== --- head/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc (nonexistent) +++ head/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc (revision 334661) @@ -0,0 +1,28 @@ +--- backend/pdf/ev-poppler.cc.orig 2012-07-28 17:20:48.000000000 -0500 ++++ backend/pdf/ev-poppler.cc 2012-07-28 17:20:50.000000000 -0500 +@@ -640,6 +640,7 @@ + PopplerPermissions permissions; + EvPage *page; + char *metadata; ++ gboolean linearized; + + info = g_new0 (EvDocumentInfo, 1); + +@@ -676,7 +677,7 @@ + "producer", &(info->producer), + "creation-date", &(info->creation_date), + "mod-date", &(info->modified_date), +- "linearized", &(info->linearized), ++ "linearized", &linearized, + "metadata", &metadata, + NULL); + +@@ -782,6 +783,8 @@ + info->security = g_strdup (_("No")); + } + ++ info->linearized = linearized ? g_strdup (_("Yes")) : g_strdup (_("No")); ++ + return info; + } + Property changes on: head/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/mate-document-viewer/pkg-descr =================================================================== --- head/graphics/mate-document-viewer/pkg-descr (nonexistent) +++ head/graphics/mate-document-viewer/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +Atril is a document viewer for multiple document formats including PDF and +Postscript. The goal of Atril is to replace document viewers such as ggv and +gpdf with a single, simple application. + +WWW: http://mate-desktop.org/ Property changes on: head/graphics/mate-document-viewer/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/mate-document-viewer/pkg-plist =================================================================== --- head/graphics/mate-document-viewer/pkg-plist (nonexistent) +++ head/graphics/mate-document-viewer/pkg-plist (revision 334661) @@ -0,0 +1,536 @@ +bin/atril +bin/atril-previewer +bin/atril-thumbnailer +include/atril/1.5.0/atril-document.h +include/atril/1.5.0/atril-view.h +include/atril/1.5.0/libdocument/ev-annotation.h +include/atril/1.5.0/libdocument/ev-async-renderer.h +include/atril/1.5.0/libdocument/ev-attachment.h +include/atril/1.5.0/libdocument/ev-backends-manager.h +include/atril/1.5.0/libdocument/ev-document-annotations.h +include/atril/1.5.0/libdocument/ev-document-attachments.h +include/atril/1.5.0/libdocument/ev-document-factory.h +include/atril/1.5.0/libdocument/ev-document-find.h +include/atril/1.5.0/libdocument/ev-document-fonts.h +include/atril/1.5.0/libdocument/ev-document-forms.h +include/atril/1.5.0/libdocument/ev-document-images.h +include/atril/1.5.0/libdocument/ev-document-info.h +include/atril/1.5.0/libdocument/ev-document-layers.h +include/atril/1.5.0/libdocument/ev-document-links.h +include/atril/1.5.0/libdocument/ev-document-misc.h +include/atril/1.5.0/libdocument/ev-document-print.h +include/atril/1.5.0/libdocument/ev-document-security.h +include/atril/1.5.0/libdocument/ev-document-text.h +include/atril/1.5.0/libdocument/ev-document-thumbnails.h +include/atril/1.5.0/libdocument/ev-document-transition.h +include/atril/1.5.0/libdocument/ev-document-type-builtins.h +include/atril/1.5.0/libdocument/ev-document.h +include/atril/1.5.0/libdocument/ev-file-exporter.h +include/atril/1.5.0/libdocument/ev-file-helpers.h +include/atril/1.5.0/libdocument/ev-form-field.h +include/atril/1.5.0/libdocument/ev-image.h +include/atril/1.5.0/libdocument/ev-init.h +include/atril/1.5.0/libdocument/ev-layer.h +include/atril/1.5.0/libdocument/ev-link-action.h +include/atril/1.5.0/libdocument/ev-link-dest.h +include/atril/1.5.0/libdocument/ev-link.h +include/atril/1.5.0/libdocument/ev-mapping-list.h +include/atril/1.5.0/libdocument/ev-page.h +include/atril/1.5.0/libdocument/ev-render-context.h +include/atril/1.5.0/libdocument/ev-selection.h +include/atril/1.5.0/libdocument/ev-transition-effect.h +include/atril/1.5.0/libdocument/ev-version.h +include/atril/1.5.0/libview/ev-document-model.h +include/atril/1.5.0/libview/ev-job-scheduler.h +include/atril/1.5.0/libview/ev-jobs.h +include/atril/1.5.0/libview/ev-print-operation.h +include/atril/1.5.0/libview/ev-stock-icons.h +include/atril/1.5.0/libview/ev-view-presentation.h +include/atril/1.5.0/libview/ev-view-type-builtins.h +include/atril/1.5.0/libview/ev-view.h +%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend +%%DJVU%%lib/atril/3/backends/djvudocument.atril-backend +%%DVI%%lib/atril/3/backends/dvidocument.atril-backend +%%COMICS%%lib/atril/3/backends/libcomicsdocument.a +%%COMICS%%lib/atril/3/backends/libcomicsdocument.la +%%COMICS%%lib/atril/3/backends/libcomicsdocument.so +%%DJVU%%lib/atril/3/backends/libdjvudocument.a +%%DJVU%%lib/atril/3/backends/libdjvudocument.la +%%DJVU%%lib/atril/3/backends/libdjvudocument.so +%%DVI%%lib/atril/3/backends/libdvidocument.a +%%DVI%%lib/atril/3/backends/libdvidocument.la +%%DVI%%lib/atril/3/backends/libdvidocument.so +lib/atril/3/backends/libpdfdocument.a +lib/atril/3/backends/libpdfdocument.la +lib/atril/3/backends/libpdfdocument.so +lib/atril/3/backends/libpsdocument.a +lib/atril/3/backends/libpsdocument.la +lib/atril/3/backends/libpsdocument.so +lib/atril/3/backends/libtiffdocument.a +lib/atril/3/backends/libtiffdocument.la +lib/atril/3/backends/libtiffdocument.so +lib/atril/3/backends/pdfdocument.atril-backend +lib/atril/3/backends/psdocument.atril-backend +lib/atril/3/backends/tiffdocument.atril-backend +lib/libatrildocument.a +lib/libatrildocument.la +lib/libatrildocument.so +lib/libatrildocument.so.3 +lib/libatrilview.a +lib/libatrilview.la +lib/libatrilview.so +lib/libatrilview.so.3 +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.a +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.la +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.so +libdata/pkgconfig/atril-document-1.5.0.pc +libdata/pkgconfig/atril-view-1.5.0.pc +libexec/atril-convert-metadata +libexec/atrild +man/man1/atril-previewer.1.gz +man/man1/atril-thumbnailer.1.gz +man/man1/atril.1.gz +share/MateConf/gsettings/atril.convert +share/applications/atril.desktop +share/dbus-1/services/org.mate.atril.Daemon.service +share/gtk-doc/html/atril/EggFindBar.html +share/gtk-doc/html/atril/EvFileMonitor.html +share/gtk-doc/html/atril/EvHistory.html +share/gtk-doc/html/atril/EvMessageArea.html +share/gtk-doc/html/atril/EvNavigationAction.html +share/gtk-doc/html/atril/EvNavigationActionWidget.html +share/gtk-doc/html/atril/EvOpenRecentAction.html +share/gtk-doc/html/atril/EvPageAction.html +share/gtk-doc/html/atril/EvPageActionWidget.html +share/gtk-doc/html/atril/EvPasswordView.html +share/gtk-doc/html/atril/EvProgressMessageArea.html +share/gtk-doc/html/atril/EvSidebar.html +share/gtk-doc/html/atril/EvSidebarAttachments.html +share/gtk-doc/html/atril/EvSidebarLayers.html +share/gtk-doc/html/atril/EvSidebarLinks.html +share/gtk-doc/html/atril/EvSidebarPage.html +share/gtk-doc/html/atril/EvSidebarThumbnails.html +share/gtk-doc/html/atril/EvWindow.html +share/gtk-doc/html/atril/api-index-full.html +share/gtk-doc/html/atril/atril-ev-application.html +share/gtk-doc/html/atril/atril-ev-keyring.html +share/gtk-doc/html/atril/atril-ev-media-player-keys.html +share/gtk-doc/html/atril/atril-ev-metadata.html +share/gtk-doc/html/atril/atril-ev-properties-dialog.html +share/gtk-doc/html/atril/atril-ev-properties-fonts.html +share/gtk-doc/html/atril/atril-ev-properties-license.html +share/gtk-doc/html/atril/atril-ev-utils.html +share/gtk-doc/html/atril/atril-ev-window-title.html +share/gtk-doc/html/atril/atril-frontend.html +share/gtk-doc/html/atril/atril.devhelp2 +share/gtk-doc/html/atril/home.png +share/gtk-doc/html/atril/index.html +share/gtk-doc/html/atril/index.sgml +share/gtk-doc/html/atril/left.png +share/gtk-doc/html/atril/licence.html +share/gtk-doc/html/atril/object-tree.html +share/gtk-doc/html/atril/right.png +share/gtk-doc/html/atril/style.css +share/gtk-doc/html/atril/up.png +share/gtk-doc/html/libatrildocument-1.5.0/EvAnnotation.html +share/gtk-doc/html/libatrildocument-1.5.0/EvAsyncRenderer.html +share/gtk-doc/html/libatrildocument-1.5.0/EvAttachment.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocument.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAnnotations.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAttachments.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFind.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFonts.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentForms.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentImages.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentInfo.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLayers.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLinks.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentPrint.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentSecurity.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentThumbnails.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentTransition.html +share/gtk-doc/html/libatrildocument-1.5.0/EvFileExporter.html +share/gtk-doc/html/libatrildocument-1.5.0/EvFormField.html +share/gtk-doc/html/libatrildocument-1.5.0/EvImage.html +share/gtk-doc/html/libatrildocument-1.5.0/EvLayer.html +share/gtk-doc/html/libatrildocument-1.5.0/EvPage.html +share/gtk-doc/html/libatrildocument-1.5.0/EvRenderContext.html +share/gtk-doc/html/libatrildocument-1.5.0/EvSelection.html +share/gtk-doc/html/libatrildocument-1.5.0/api-index-full.html +share/gtk-doc/html/libatrildocument-1.5.0/document-data.html +share/gtk-doc/html/libatrildocument-1.5.0/document-helpers.html +share/gtk-doc/html/libatrildocument-1.5.0/document-interfaces.html +share/gtk-doc/html/libatrildocument-1.5.0/home.png +share/gtk-doc/html/libatrildocument-1.5.0/index.html +share/gtk-doc/html/libatrildocument-1.5.0/index.sgml +share/gtk-doc/html/libatrildocument-1.5.0/left.png +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-1.5.0.devhelp2 +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-EvDocumentMisc.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-Version-checks.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-backends-manager.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-document-factory.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-file-helpers.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-init.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-action.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-dest.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-mapping.html +share/gtk-doc/html/libatrildocument-1.5.0/licence.html +share/gtk-doc/html/libatrildocument-1.5.0/object-tree.html +share/gtk-doc/html/libatrildocument-1.5.0/right.png +share/gtk-doc/html/libatrildocument-1.5.0/style.css +share/gtk-doc/html/libatrildocument-1.5.0/up.png +share/gtk-doc/html/libatrilview-1.5.0/EvJob.html +share/gtk-doc/html/libatrilview-1.5.0/api-index-full.html +share/gtk-doc/html/libatrilview-1.5.0/home.png +share/gtk-doc/html/libatrilview-1.5.0/index.html +share/gtk-doc/html/libatrilview-1.5.0/index.sgml +share/gtk-doc/html/libatrilview-1.5.0/left.png +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-1.5.0.devhelp2 +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-annotation-window.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-document-model.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-job-scheduler.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-page-cache.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-print-operation.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-stock-icons.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-cursor.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-presentation.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-type-builtins.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view.html +share/gtk-doc/html/libatrilview-1.5.0/licence.html +share/gtk-doc/html/libatrilview-1.5.0/object-tree.html +share/gtk-doc/html/libatrilview-1.5.0/right.png +share/gtk-doc/html/libatrilview-1.5.0/style.css +share/gtk-doc/html/libatrilview-1.5.0/up.png +share/gtk-doc/html/libatrilview-1.5.0/view-view.html +share/icons/hicolor/16x16/apps/atril.png +share/icons/hicolor/22x22/apps/atril.png +share/icons/hicolor/24x24/apps/atril.png +share/icons/hicolor/48x48/apps/atril.png +share/icons/hicolor/scalable/apps/atril.svg +share/locale/af/LC_MESSAGES/atril.mo +share/locale/am/LC_MESSAGES/atril.mo +share/locale/ar/LC_MESSAGES/atril.mo +share/locale/as/LC_MESSAGES/atril.mo +share/locale/ast/LC_MESSAGES/atril.mo +share/locale/be/LC_MESSAGES/atril.mo +share/locale/be@latin/LC_MESSAGES/atril.mo +share/locale/bg/LC_MESSAGES/atril.mo +share/locale/bn/LC_MESSAGES/atril.mo +share/locale/bn_IN/LC_MESSAGES/atril.mo +share/locale/br/LC_MESSAGES/atril.mo +share/locale/ca/LC_MESSAGES/atril.mo +share/locale/ca@valencia/LC_MESSAGES/atril.mo +share/locale/cs/LC_MESSAGES/atril.mo +share/locale/cy/LC_MESSAGES/atril.mo +share/locale/da/LC_MESSAGES/atril.mo +share/locale/de/LC_MESSAGES/atril.mo +share/locale/dz/LC_MESSAGES/atril.mo +share/locale/el/LC_MESSAGES/atril.mo +share/locale/en@shaw/LC_MESSAGES/atril.mo +share/locale/en_AU/LC_MESSAGES/atril.mo +share/locale/en_CA/LC_MESSAGES/atril.mo +share/locale/en_GB/LC_MESSAGES/atril.mo +share/locale/eo/LC_MESSAGES/atril.mo +share/locale/es/LC_MESSAGES/atril.mo +share/locale/et/LC_MESSAGES/atril.mo +share/locale/eu/LC_MESSAGES/atril.mo +share/locale/fa/LC_MESSAGES/atril.mo +share/locale/fi/LC_MESSAGES/atril.mo +share/locale/fr/LC_MESSAGES/atril.mo +share/locale/ga/LC_MESSAGES/atril.mo +share/locale/gl/LC_MESSAGES/atril.mo +share/locale/gu/LC_MESSAGES/atril.mo +share/locale/he/LC_MESSAGES/atril.mo +share/locale/hi/LC_MESSAGES/atril.mo +share/locale/hu/LC_MESSAGES/atril.mo +share/locale/id/LC_MESSAGES/atril.mo +share/locale/it/LC_MESSAGES/atril.mo +share/locale/ja/LC_MESSAGES/atril.mo +share/locale/ka/LC_MESSAGES/atril.mo +share/locale/kk/LC_MESSAGES/atril.mo +share/locale/kn/LC_MESSAGES/atril.mo +share/locale/ko/LC_MESSAGES/atril.mo +share/locale/ks/LC_MESSAGES/atril.mo +share/locale/ku/LC_MESSAGES/atril.mo +share/locale/ky/LC_MESSAGES/atril.mo +share/locale/lt/LC_MESSAGES/atril.mo +share/locale/lv/LC_MESSAGES/atril.mo +share/locale/mai/LC_MESSAGES/atril.mo +share/locale/mg/LC_MESSAGES/atril.mo +share/locale/mk/LC_MESSAGES/atril.mo +share/locale/ml/LC_MESSAGES/atril.mo +share/locale/mn/LC_MESSAGES/atril.mo +share/locale/mr/LC_MESSAGES/atril.mo +share/locale/ms/LC_MESSAGES/atril.mo +share/locale/nb/LC_MESSAGES/atril.mo +share/locale/nds/LC_MESSAGES/atril.mo +share/locale/ne/LC_MESSAGES/atril.mo +share/locale/nl/LC_MESSAGES/atril.mo +share/locale/nn/LC_MESSAGES/atril.mo +share/locale/oc/LC_MESSAGES/atril.mo +share/locale/or/LC_MESSAGES/atril.mo +share/locale/pa/LC_MESSAGES/atril.mo +share/locale/pl/LC_MESSAGES/atril.mo +share/locale/ps/LC_MESSAGES/atril.mo +share/locale/pt/LC_MESSAGES/atril.mo +share/locale/pt_BR/LC_MESSAGES/atril.mo +share/locale/ro/LC_MESSAGES/atril.mo +share/locale/ru/LC_MESSAGES/atril.mo +share/locale/rw/LC_MESSAGES/atril.mo +share/locale/si/LC_MESSAGES/atril.mo +share/locale/sk/LC_MESSAGES/atril.mo +share/locale/sl/LC_MESSAGES/atril.mo +share/locale/sq/LC_MESSAGES/atril.mo +share/locale/sr/LC_MESSAGES/atril.mo +share/locale/sr@latin/LC_MESSAGES/atril.mo +share/locale/sv/LC_MESSAGES/atril.mo +share/locale/ta/LC_MESSAGES/atril.mo +share/locale/te/LC_MESSAGES/atril.mo +share/locale/th/LC_MESSAGES/atril.mo +share/locale/tr/LC_MESSAGES/atril.mo +share/locale/uk/LC_MESSAGES/atril.mo +share/locale/vi/LC_MESSAGES/atril.mo +share/locale/wa/LC_MESSAGES/atril.mo +share/locale/zh_CN/LC_MESSAGES/atril.mo +share/locale/zh_HK/LC_MESSAGES/atril.mo +share/locale/zh_TW/LC_MESSAGES/atril.mo +share/mate/help/atril/C/atril.xml +share/mate/help/atril/C/figures/atril_start_window.png +share/mate/help/atril/C/legal.xml +share/mate/help/atril/bg/atril.xml +share/mate/help/atril/bg/figures/atril_start_window.png +share/mate/help/atril/ca/atril.xml +share/mate/help/atril/ca/figures/atril_start_window.png +share/mate/help/atril/cs/atril.xml +share/mate/help/atril/cs/figures/atril_start_window.png +share/mate/help/atril/de/atril.xml +share/mate/help/atril/de/figures/atril_start_window.png +share/mate/help/atril/el/atril.xml +share/mate/help/atril/el/figures/atril_start_window.png +share/mate/help/atril/en_GB/atril.xml +share/mate/help/atril/en_GB/figures/atril_start_window.png +share/mate/help/atril/es/atril.xml +share/mate/help/atril/es/figures/atril_start_window.png +share/mate/help/atril/eu/atril.xml +share/mate/help/atril/eu/figures/atril_start_window.png +share/mate/help/atril/fi/atril.xml +share/mate/help/atril/fi/figures/atril_start_window.png +share/mate/help/atril/fr/atril.xml +share/mate/help/atril/fr/figures/atril_start_window.png +share/mate/help/atril/it/atril.xml +share/mate/help/atril/it/figures/atril_start_window.png +share/mate/help/atril/ja/atril.xml +share/mate/help/atril/ja/figures/atril_start_window.png +share/mate/help/atril/nl/atril.xml +share/mate/help/atril/nl/figures/atril_start_window.png +share/mate/help/atril/oc/atril.xml +share/mate/help/atril/oc/figures/atril_start_window.png +share/mate/help/atril/pt_BR/atril.xml +share/mate/help/atril/pt_BR/figures/atril_start_window.png +share/mate/help/atril/ru/atril.xml +share/mate/help/atril/ru/figures/atril_start_window.png +share/mate/help/atril/sl/atril.xml +share/mate/help/atril/sl/figures/atril_start_window.png +share/mate/help/atril/sr/atril.xml +share/mate/help/atril/sr/figures/atril_start_window.png +share/mate/help/atril/sv/atril.xml +share/mate/help/atril/sv/figures/atril_start_window.png +share/mate/help/atril/uk/atril.xml +share/mate/help/atril/uk/figures/atril_start_window.png +share/mate/help/atril/vi/atril.xml +share/mate/help/atril/vi/figures/atril_start_window.png +share/mate/help/atril/zh_CN/atril.xml +share/mate/help/atril/zh_CN/figures/atril_start_window.png +%%DATADIR%%/atril-previewer-ui.xml +%%DATADIR%%/atril-toolbar.xml +%%DATADIR%%/atril-ui.xml +%%DATADIR%%/hand-open.png +%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png +%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/22x22/actions/eye.png +%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png +%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png +%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png +%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/48x48/actions/close.png +%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png +%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg +%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg +%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg +share/omf/atril/atril-C.omf +share/omf/atril/atril-bg.omf +share/omf/atril/atril-ca.omf +share/omf/atril/atril-cs.omf +share/omf/atril/atril-de.omf +share/omf/atril/atril-el.omf +share/omf/atril/atril-en_GB.omf +share/omf/atril/atril-es.omf +share/omf/atril/atril-eu.omf +share/omf/atril/atril-fi.omf +share/omf/atril/atril-fr.omf +share/omf/atril/atril-it.omf +share/omf/atril/atril-ja.omf +share/omf/atril/atril-nl.omf +share/omf/atril/atril-oc.omf +share/omf/atril/atril-pt_BR.omf +share/omf/atril/atril-ru.omf +share/omf/atril/atril-sl.omf +share/omf/atril/atril-sr.omf +share/omf/atril/atril-sv.omf +share/omf/atril/atril-uk.omf +share/omf/atril/atril-vi.omf +share/omf/atril/atril-zh_CN.omf +share/thumbnailers/atril.thumbnailer +@dirrmtry share/thumbnailers +@dirrm share/omf/atril +@dirrmtry %%DATADIR%%/icons/hicolor/scalable/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions +@dirrmtry %%DATADIR%%/icons/hicolor/scalable +@dirrmtry %%DATADIR%%/icons/hicolor/48x48/actions +@dirrmtry %%DATADIR%%/icons/hicolor/48x48 +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions +@dirrmtry %%DATADIR%%/icons/hicolor/32x32 +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions +@dirrmtry %%DATADIR%%/icons/hicolor/24x24 +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions +@dirrmtry %%DATADIR%%/icons/hicolor/22x22 +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions +@dirrmtry %%DATADIR%%/icons/hicolor/16x16 +@dirrmtry %%DATADIR%%/icons/hicolor +@dirrmtry %%DATADIR%%/icons +@dirrmtry %%DATADIR%% +@dirrm share/mate/help/atril/zh_CN/figures +@dirrm share/mate/help/atril/zh_CN +@dirrm share/mate/help/atril/vi/figures +@dirrm share/mate/help/atril/vi +@dirrm share/mate/help/atril/uk/figures +@dirrm share/mate/help/atril/uk +@dirrm share/mate/help/atril/sv/figures +@dirrm share/mate/help/atril/sv +@dirrm share/mate/help/atril/sr/figures +@dirrm share/mate/help/atril/sr +@dirrm share/mate/help/atril/sl/figures +@dirrm share/mate/help/atril/sl +@dirrm share/mate/help/atril/ru/figures +@dirrm share/mate/help/atril/ru +@dirrm share/mate/help/atril/pt_BR/figures +@dirrm share/mate/help/atril/pt_BR +@dirrm share/mate/help/atril/oc/figures +@dirrm share/mate/help/atril/oc +@dirrm share/mate/help/atril/nl/figures +@dirrm share/mate/help/atril/nl +@dirrm share/mate/help/atril/ja/figures +@dirrm share/mate/help/atril/ja +@dirrm share/mate/help/atril/it/figures +@dirrm share/mate/help/atril/it +@dirrm share/mate/help/atril/fr/figures +@dirrm share/mate/help/atril/fr +@dirrm share/mate/help/atril/fi/figures +@dirrm share/mate/help/atril/fi +@dirrm share/mate/help/atril/eu/figures +@dirrm share/mate/help/atril/eu +@dirrm share/mate/help/atril/es/figures +@dirrm share/mate/help/atril/es +@dirrm share/mate/help/atril/en_GB/figures +@dirrm share/mate/help/atril/en_GB +@dirrm share/mate/help/atril/el/figures +@dirrm share/mate/help/atril/el +@dirrm share/mate/help/atril/de/figures +@dirrm share/mate/help/atril/de +@dirrm share/mate/help/atril/cs/figures +@dirrm share/mate/help/atril/cs +@dirrm share/mate/help/atril/ca/figures +@dirrm share/mate/help/atril/ca +@dirrm share/mate/help/atril/bg/figures +@dirrm share/mate/help/atril/bg +@dirrm share/mate/help/atril/C/figures +@dirrm share/mate/help/atril/C +@dirrm share/mate/help/atril +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ks/LC_MESSAGES +@dirrmtry share/locale/ks +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/gtk-doc/html/libatrilview-1.5.0 +@dirrmtry share/gtk-doc/html/libatrildocument-1.5.0 +@dirrmtry share/gtk-doc/html/atril +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm lib/atril/3/backends +@dirrm lib/atril/3 +@dirrm lib/atril +@dirrm include/atril/1.5.0/libview +@dirrm include/atril/1.5.0/libdocument +@dirrm include/atril/1.5.0 +@dirrm include/atril Property changes on: head/graphics/mate-document-viewer/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/mate-image-viewer/Makefile =================================================================== --- head/graphics/mate-image-viewer/Makefile (nonexistent) +++ head/graphics/mate-image-viewer/Makefile (revision 334661) @@ -0,0 +1,74 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-image-viewer +PORTVERSION= 1.6.1 +CATEGORIES= graphics mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Eye of MATE image viewer + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info +USE_XZ= yes +USE_MATE= desktop docutils icontheme +USE_XORG= x11 +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 librsvg2 libxml2 +INSTALLS_OMF= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc \ + --disable-python \ + --without-cms +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.eom.gschema.xml + +OPTIONS_DEFINE= EXIF EXEMPI +OPTIONS_DEFAULT=EXIF EXEMPI +EXIF_DESC= Digital camera file meta-data support +EXEMPI_DESC= XMP support + +.include + +_WITH_EXIF= no +_WITH_EXEMPI= no + +.if ${PORT_OPTIONS:MEXIF} +CONFIGURE_ARGS+=--with-libexif +LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif +PLIST_SUB+= EXIF="" +_WITH_EXIF= yes +.else +CONFIGURE_ARGS+=--without-libexif +PLIST_SUB+= EXIF="@comment " +.endif + +.if ${PORT_OPTIONS:MEXEMPI} +CONFIGURE_ARGS+=--with-xmp +LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi +_WITH_EXEMPI= yes +.else +CONFIGURE_ARGS+=--without-xmp +.endif + +.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" +PLIST_SUB+= EXIFEXEMPI="" +.else +PLIST_SUB+= EXIFEXEMPI="@comment " +.endif + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eom/plugins/*.so + +.include Property changes on: head/graphics/mate-image-viewer/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/mate-image-viewer/distinfo =================================================================== --- head/graphics/mate-image-viewer/distinfo (nonexistent) +++ head/graphics/mate-image-viewer/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-image-viewer-1.6.1.tar.xz) = 32a24e473e44a22ce60f0f61d30a1009fcc4bcc702e8ed3bb414f88f1f209545 +SIZE (mate/mate-image-viewer-1.6.1.tar.xz) = 2158620 Property changes on: head/graphics/mate-image-viewer/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/mate-image-viewer/pkg-descr =================================================================== --- head/graphics/mate-image-viewer/pkg-descr (nonexistent) +++ head/graphics/mate-image-viewer/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +This is the Eye of Mate, a MATE image viewer and cataloging +application. It provides inline image viewing support for +nautilus. + +WWW: http://mate-desktop.org/ Property changes on: head/graphics/mate-image-viewer/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/mate-image-viewer/pkg-plist =================================================================== --- head/graphics/mate-image-viewer/pkg-plist (nonexistent) +++ head/graphics/mate-image-viewer/pkg-plist (revision 334661) @@ -0,0 +1,474 @@ +bin/eom +include/eom-2.20/eom/eom-application.h +include/eom-2.20/eom/eom-debug.h +include/eom-2.20/eom/eom-dialog.h +include/eom-2.20/eom/eom-enums.h +include/eom-2.20/eom/eom-error-message-area.h +include/eom-2.20/eom/eom-exif-details.h +include/eom-2.20/eom/eom-exif-util.h +include/eom-2.20/eom/eom-file-chooser.h +include/eom-2.20/eom/eom-image-save-info.h +include/eom-2.20/eom/eom-image.h +include/eom-2.20/eom/eom-job-queue.h +include/eom-2.20/eom/eom-jobs.h +include/eom-2.20/eom/eom-list-store.h +include/eom-2.20/eom/eom-plugin.h +include/eom-2.20/eom/eom-properties-dialog.h +include/eom-2.20/eom/eom-scroll-view.h +include/eom-2.20/eom/eom-sidebar.h +include/eom-2.20/eom/eom-statusbar.h +include/eom-2.20/eom/eom-thumb-nav.h +include/eom-2.20/eom/eom-thumb-view.h +include/eom-2.20/eom/eom-thumbnail.h +include/eom-2.20/eom/eom-transform.h +include/eom-2.20/eom/eom-window.h +lib/eom/plugins/fullscreen.eom-plugin +lib/eom/plugins/libfullscreen.a +lib/eom/plugins/libfullscreen.la +lib/eom/plugins/libfullscreen.so +lib/eom/plugins/libreload.a +lib/eom/plugins/libreload.la +lib/eom/plugins/libreload.so +lib/eom/plugins/libstatusbar-date.a +lib/eom/plugins/libstatusbar-date.la +lib/eom/plugins/libstatusbar-date.so +lib/eom/plugins/reload.eom-plugin +lib/eom/plugins/statusbar-date.eom-plugin +libdata/pkgconfig/eom.pc +man/man1/eom.1.gz +share/MateConf/gsettings/eom.convert +share/applications/eom.desktop +share/doc/eom/EomDialog.html +share/doc/eom/EomExifDetails.html +share/doc/eom/EomFileChooser.html +share/doc/eom/EomImageSaveInfo.html +share/doc/eom/EomMetadataReaderJpg.html +share/doc/eom/EomMetadataReaderPng.html +share/doc/eom/EomPluginManager.html +share/doc/eom/EomPreferencesDialog.html +share/doc/eom/EomPrintImageSetup.html +share/doc/eom/EomPrintPreview.html +share/doc/eom/EomScrollView.html +share/doc/eom/EomSidebar.html +share/doc/eom/EomStatusbar.html +share/doc/eom/ch01.html +share/doc/eom/ch02.html +share/doc/eom/ch03.html +share/doc/eom/ch04.html +share/doc/eom/ch05.html +share/doc/eom/ch06.html +share/doc/eom/ch07.html +share/doc/eom/eom-eom-application.html +share/doc/eom/eom-eom-config-keys.html +share/doc/eom/eom-eom-debug.html +share/doc/eom/eom-eom-error-message-area.html +share/doc/eom/eom-eom-exif-util.html +share/doc/eom/eom-eom-image.html +share/doc/eom/eom-eom-job-queue.html +share/doc/eom/eom-eom-jobs.html +share/doc/eom/eom-eom-list-store.html +share/doc/eom/eom-eom-metadata-reader.html +share/doc/eom/eom-eom-pixbuf-util.html +share/doc/eom/eom-eom-plugin-engine.html +share/doc/eom/eom-eom-plugin.html +share/doc/eom/eom-eom-print.html +share/doc/eom/eom-eom-properties-dialog.html +share/doc/eom/eom-eom-save-as-dialog-helper.html +share/doc/eom/eom-eom-session.html +share/doc/eom/eom-eom-thumb-nav.html +share/doc/eom/eom-eom-thumb-view.html +share/doc/eom/eom-eom-thumbnail.html +share/doc/eom/eom-eom-transform.html +share/doc/eom/eom-eom-uri-converter.html +share/doc/eom/eom-eom-util.html +share/doc/eom/eom-eom-window.html +share/doc/eom/eom-uta.html +share/doc/eom/eom-zoom.html +share/doc/eom/eom.devhelp2 +share/doc/eom/home.png +share/doc/eom/index.html +share/doc/eom/index.sgml +share/doc/eom/left.png +share/doc/eom/right.png +share/doc/eom/style.css +share/doc/eom/up.png +share/mate-image-viewer/eom-image-properties-dialog.ui +share/mate-image-viewer/eom-multiple-save-as-dialog.ui +share/mate-image-viewer/eom-preferences-dialog.ui +share/mate-image-viewer/eom-toolbar.xml +share/mate-image-viewer/eom-ui.xml +share/mate-image-viewer/gtkrc +share/mate-image-viewer/icons/hicolor/16x16/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/16x16/actions/eom-plugin.png +share/mate-image-viewer/icons/hicolor/16x16/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/22x22/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/22x22/actions/eom-plugin.png +share/mate-image-viewer/icons/hicolor/22x22/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/24x24/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/24x24/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/32x32/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/32x32/actions/eom-plugin.png +share/mate-image-viewer/icons/hicolor/32x32/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/48x48/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/scalable/actions/eom-image-collection.svg +share/mate-image-viewer/icons/hicolor/scalable/actions/eom-plugin.svg +share/mate-image-viewer/icons/hicolor/scalable/actions/slideshow-play.svg +share/mate-image-viewer/pixmaps/thumbnail-frame.png +share/icons/hicolor/16x16/apps/eom.png +share/icons/hicolor/22x22/apps/eom.png +share/icons/hicolor/24x24/apps/eom.png +share/icons/hicolor/32x32/apps/eom.png +share/icons/hicolor/scalable/apps/eom.svg +share/locale/af/LC_MESSAGES/eom.mo +share/locale/am/LC_MESSAGES/eom.mo +share/locale/ar/LC_MESSAGES/eom.mo +share/locale/as/LC_MESSAGES/eom.mo +share/locale/ast/LC_MESSAGES/eom.mo +share/locale/az/LC_MESSAGES/eom.mo +share/locale/be/LC_MESSAGES/eom.mo +share/locale/be@latin/LC_MESSAGES/eom.mo +share/locale/bg/LC_MESSAGES/eom.mo +share/locale/bn/LC_MESSAGES/eom.mo +share/locale/bn_IN/LC_MESSAGES/eom.mo +share/locale/br/LC_MESSAGES/eom.mo +share/locale/bs/LC_MESSAGES/eom.mo +share/locale/ca/LC_MESSAGES/eom.mo +share/locale/ca@valencia/LC_MESSAGES/eom.mo +share/locale/cs/LC_MESSAGES/eom.mo +share/locale/cy/LC_MESSAGES/eom.mo +share/locale/da/LC_MESSAGES/eom.mo +share/locale/de/LC_MESSAGES/eom.mo +share/locale/dz/LC_MESSAGES/eom.mo +share/locale/el/LC_MESSAGES/eom.mo +share/locale/en@shaw/LC_MESSAGES/eom.mo +share/locale/en_AU/LC_MESSAGES/eom.mo +share/locale/en_CA/LC_MESSAGES/eom.mo +share/locale/en_GB/LC_MESSAGES/eom.mo +share/locale/eo/LC_MESSAGES/eom.mo +share/locale/es/LC_MESSAGES/eom.mo +share/locale/et/LC_MESSAGES/eom.mo +share/locale/eu/LC_MESSAGES/eom.mo +share/locale/fa/LC_MESSAGES/eom.mo +share/locale/fi/LC_MESSAGES/eom.mo +share/locale/fr/LC_MESSAGES/eom.mo +share/locale/fur/LC_MESSAGES/eom.mo +share/locale/ga/LC_MESSAGES/eom.mo +share/locale/gl/LC_MESSAGES/eom.mo +share/locale/gu/LC_MESSAGES/eom.mo +share/locale/he/LC_MESSAGES/eom.mo +share/locale/hi/LC_MESSAGES/eom.mo +share/locale/hr/LC_MESSAGES/eom.mo +share/locale/hu/LC_MESSAGES/eom.mo +share/locale/id/LC_MESSAGES/eom.mo +share/locale/is/LC_MESSAGES/eom.mo +share/locale/it/LC_MESSAGES/eom.mo +share/locale/ja/LC_MESSAGES/eom.mo +share/locale/ka/LC_MESSAGES/eom.mo +share/locale/kk/LC_MESSAGES/eom.mo +share/locale/kn/LC_MESSAGES/eom.mo +share/locale/ko/LC_MESSAGES/eom.mo +share/locale/ks/LC_MESSAGES/eom.mo +share/locale/ku/LC_MESSAGES/eom.mo +share/locale/ky/LC_MESSAGES/eom.mo +share/locale/lt/LC_MESSAGES/eom.mo +share/locale/lv/LC_MESSAGES/eom.mo +share/locale/mai/LC_MESSAGES/eom.mo +share/locale/mg/LC_MESSAGES/eom.mo +share/locale/mk/LC_MESSAGES/eom.mo +share/locale/ml/LC_MESSAGES/eom.mo +share/locale/mn/LC_MESSAGES/eom.mo +share/locale/mr/LC_MESSAGES/eom.mo +share/locale/ms/LC_MESSAGES/eom.mo +share/locale/nb/LC_MESSAGES/eom.mo +share/locale/nds/LC_MESSAGES/eom.mo +share/locale/ne/LC_MESSAGES/eom.mo +share/locale/nl/LC_MESSAGES/eom.mo +share/locale/nn/LC_MESSAGES/eom.mo +share/locale/nso/LC_MESSAGES/eom.mo +share/locale/oc/LC_MESSAGES/eom.mo +share/locale/or/LC_MESSAGES/eom.mo +share/locale/pa/LC_MESSAGES/eom.mo +share/locale/pl/LC_MESSAGES/eom.mo +share/locale/ps/LC_MESSAGES/eom.mo +share/locale/pt/LC_MESSAGES/eom.mo +share/locale/pt_BR/LC_MESSAGES/eom.mo +share/locale/ro/LC_MESSAGES/eom.mo +share/locale/ru/LC_MESSAGES/eom.mo +share/locale/rw/LC_MESSAGES/eom.mo +share/locale/si/LC_MESSAGES/eom.mo +share/locale/sk/LC_MESSAGES/eom.mo +share/locale/sl/LC_MESSAGES/eom.mo +share/locale/sq/LC_MESSAGES/eom.mo +share/locale/sr/LC_MESSAGES/eom.mo +share/locale/sr@latin/LC_MESSAGES/eom.mo +share/locale/sv/LC_MESSAGES/eom.mo +share/locale/ta/LC_MESSAGES/eom.mo +share/locale/te/LC_MESSAGES/eom.mo +share/locale/th/LC_MESSAGES/eom.mo +share/locale/tk/LC_MESSAGES/eom.mo +share/locale/tr/LC_MESSAGES/eom.mo +share/locale/ug/LC_MESSAGES/eom.mo +share/locale/uk/LC_MESSAGES/eom.mo +share/locale/uz/LC_MESSAGES/eom.mo +share/locale/uz@cyrillic/LC_MESSAGES/eom.mo +share/locale/vi/LC_MESSAGES/eom.mo +share/locale/wa/LC_MESSAGES/eom.mo +share/locale/xh/LC_MESSAGES/eom.mo +share/locale/zh_CN/LC_MESSAGES/eom.mo +share/locale/zh_HK/LC_MESSAGES/eom.mo +share/locale/zh_TW/LC_MESSAGES/eom.mo +share/locale/zu/LC_MESSAGES/eom.mo +share/mate/help/eom/C/eom.xml +share/mate/help/eom/C/figures/eom_save_as_window.png +share/mate/help/eom/C/figures/eom_start_window.png +share/mate/help/eom/C/figures/eom_toolbar_editor_window.png +share/mate/help/eom/C/legal.xml +share/mate/help/eom/ar/eom.xml +share/mate/help/eom/ar/figures/eom_save_as_window.png +share/mate/help/eom/ar/figures/eom_start_window.png +share/mate/help/eom/ar/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ca/eom.xml +share/mate/help/eom/ca/figures/eom_save_as_window.png +share/mate/help/eom/ca/figures/eom_start_window.png +share/mate/help/eom/ca/figures/eom_toolbar_editor_window.png +share/mate/help/eom/cs/eom.xml +share/mate/help/eom/cs/figures/eom_save_as_window.png +share/mate/help/eom/cs/figures/eom_start_window.png +share/mate/help/eom/cs/figures/eom_toolbar_editor_window.png +share/mate/help/eom/da/eom.xml +share/mate/help/eom/da/figures/eom_save_as_window.png +share/mate/help/eom/da/figures/eom_start_window.png +share/mate/help/eom/da/figures/eom_toolbar_editor_window.png +share/mate/help/eom/de/eom.xml +share/mate/help/eom/de/figures/eom_save_as_window.png +share/mate/help/eom/de/figures/eom_start_window.png +share/mate/help/eom/de/figures/eom_toolbar_editor_window.png +share/mate/help/eom/el/eom.xml +share/mate/help/eom/el/figures/eom_save_as_window.png +share/mate/help/eom/el/figures/eom_start_window.png +share/mate/help/eom/el/figures/eom_toolbar_editor_window.png +share/mate/help/eom/en_GB/eom.xml +share/mate/help/eom/en_GB/figures/eom_save_as_window.png +share/mate/help/eom/en_GB/figures/eom_start_window.png +share/mate/help/eom/en_GB/figures/eom_toolbar_editor_window.png +share/mate/help/eom/es/eom.xml +share/mate/help/eom/es/figures/eom_save_as_window.png +share/mate/help/eom/es/figures/eom_start_window.png +share/mate/help/eom/es/figures/eom_toolbar_editor_window.png +share/mate/help/eom/eu/eom.xml +share/mate/help/eom/eu/figures/eom_save_as_window.png +share/mate/help/eom/eu/figures/eom_start_window.png +share/mate/help/eom/eu/figures/eom_toolbar_editor_window.png +share/mate/help/eom/fi/eom.xml +share/mate/help/eom/fi/figures/eom_save_as_window.png +share/mate/help/eom/fi/figures/eom_start_window.png +share/mate/help/eom/fi/figures/eom_toolbar_editor_window.png +share/mate/help/eom/fr/eom.xml +share/mate/help/eom/fr/figures/eom_save_as_window.png +share/mate/help/eom/fr/figures/eom_start_window.png +share/mate/help/eom/fr/figures/eom_toolbar_editor_window.png +share/mate/help/eom/it/eom.xml +share/mate/help/eom/it/figures/eom_save_as_window.png +share/mate/help/eom/it/figures/eom_start_window.png +share/mate/help/eom/it/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ja/eom.xml +share/mate/help/eom/ja/figures/eom_save_as_window.png +share/mate/help/eom/ja/figures/eom_start_window.png +share/mate/help/eom/ja/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ko/eom.xml +share/mate/help/eom/ko/figures/eom_save_as_window.png +share/mate/help/eom/ko/figures/eom_start_window.png +share/mate/help/eom/ko/figures/eom_toolbar_editor_window.png +share/mate/help/eom/oc/eom.xml +share/mate/help/eom/oc/figures/eom_save_as_window.png +share/mate/help/eom/oc/figures/eom_start_window.png +share/mate/help/eom/oc/figures/eom_toolbar_editor_window.png +share/mate/help/eom/pa/eom.xml +share/mate/help/eom/pa/figures/eom_save_as_window.png +share/mate/help/eom/pa/figures/eom_start_window.png +share/mate/help/eom/pa/figures/eom_toolbar_editor_window.png +share/mate/help/eom/pl/eom.xml +share/mate/help/eom/pl/figures/eom_save_as_window.png +share/mate/help/eom/pl/figures/eom_start_window.png +share/mate/help/eom/pl/figures/eom_toolbar_editor_window.png +share/mate/help/eom/pt_BR/eom.xml +share/mate/help/eom/pt_BR/figures/eom_save_as_window.png +share/mate/help/eom/pt_BR/figures/eom_start_window.png +share/mate/help/eom/pt_BR/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ru/eom.xml +share/mate/help/eom/ru/figures/eom_save_as_window.png +share/mate/help/eom/ru/figures/eom_start_window.png +share/mate/help/eom/ru/figures/eom_toolbar_editor_window.png +share/mate/help/eom/sv/eom.xml +share/mate/help/eom/sv/figures/eom_save_as_window.png +share/mate/help/eom/sv/figures/eom_start_window.png +share/mate/help/eom/sv/figures/eom_toolbar_editor_window.png +share/mate/help/eom/th/eom.xml +share/mate/help/eom/th/figures/eom_save_as_window.png +share/mate/help/eom/th/figures/eom_start_window.png +share/mate/help/eom/th/figures/eom_toolbar_editor_window.png +share/mate/help/eom/uk/eom.xml +share/mate/help/eom/uk/figures/eom_save_as_window.png +share/mate/help/eom/uk/figures/eom_start_window.png +share/mate/help/eom/uk/figures/eom_toolbar_editor_window.png +share/mate/help/eom/zh_CN/eom.xml +share/mate/help/eom/zh_CN/figures/eom_save_as_window.png +share/mate/help/eom/zh_CN/figures/eom_start_window.png +share/mate/help/eom/zh_CN/figures/eom_toolbar_editor_window.png +share/mate/help/eom/zh_TW/eom.xml +share/mate/help/eom/zh_TW/figures/eom_save_as_window.png +share/mate/help/eom/zh_TW/figures/eom_start_window.png +share/mate/help/eom/zh_TW/figures/eom_toolbar_editor_window.png +share/omf/eom/eom-C.omf +share/omf/eom/eom-ar.omf +share/omf/eom/eom-ca.omf +share/omf/eom/eom-cs.omf +share/omf/eom/eom-da.omf +share/omf/eom/eom-de.omf +share/omf/eom/eom-el.omf +share/omf/eom/eom-en_GB.omf +share/omf/eom/eom-es.omf +share/omf/eom/eom-eu.omf +share/omf/eom/eom-fi.omf +share/omf/eom/eom-fr.omf +share/omf/eom/eom-it.omf +share/omf/eom/eom-ja.omf +share/omf/eom/eom-ko.omf +share/omf/eom/eom-oc.omf +share/omf/eom/eom-pa.omf +share/omf/eom/eom-pl.omf +share/omf/eom/eom-pt_BR.omf +share/omf/eom/eom-ru.omf +share/omf/eom/eom-sv.omf +share/omf/eom/eom-th.omf +share/omf/eom/eom-uk.omf +share/omf/eom/eom-zh_CN.omf +share/omf/eom/eom-zh_TW.omf +@dirrm share/omf/eom +@dirrm share/mate/help/eom/zh_TW/figures +@dirrm share/mate/help/eom/zh_TW +@dirrm share/mate/help/eom/zh_CN/figures +@dirrm share/mate/help/eom/zh_CN +@dirrm share/mate/help/eom/uk/figures +@dirrm share/mate/help/eom/uk +@dirrm share/mate/help/eom/th/figures +@dirrm share/mate/help/eom/th +@dirrm share/mate/help/eom/sv/figures +@dirrm share/mate/help/eom/sv +@dirrm share/mate/help/eom/ru/figures +@dirrm share/mate/help/eom/ru +@dirrm share/mate/help/eom/pt_BR/figures +@dirrm share/mate/help/eom/pt_BR +@dirrm share/mate/help/eom/pl/figures +@dirrm share/mate/help/eom/pl +@dirrm share/mate/help/eom/pa/figures +@dirrm share/mate/help/eom/pa +@dirrm share/mate/help/eom/oc/figures +@dirrm share/mate/help/eom/oc +@dirrm share/mate/help/eom/ko/figures +@dirrm share/mate/help/eom/ko +@dirrm share/mate/help/eom/ja/figures +@dirrm share/mate/help/eom/ja +@dirrm share/mate/help/eom/it/figures +@dirrm share/mate/help/eom/it +@dirrm share/mate/help/eom/fr/figures +@dirrm share/mate/help/eom/fr +@dirrm share/mate/help/eom/fi/figures +@dirrm share/mate/help/eom/fi +@dirrm share/mate/help/eom/eu/figures +@dirrm share/mate/help/eom/eu +@dirrm share/mate/help/eom/es/figures +@dirrm share/mate/help/eom/es +@dirrm share/mate/help/eom/en_GB/figures +@dirrm share/mate/help/eom/en_GB +@dirrm share/mate/help/eom/el/figures +@dirrm share/mate/help/eom/el +@dirrm share/mate/help/eom/de/figures +@dirrm share/mate/help/eom/de +@dirrm share/mate/help/eom/da/figures +@dirrm share/mate/help/eom/da +@dirrm share/mate/help/eom/cs/figures +@dirrm share/mate/help/eom/cs +@dirrm share/mate/help/eom/ca/figures +@dirrm share/mate/help/eom/ca +@dirrm share/mate/help/eom/ar/figures +@dirrm share/mate/help/eom/ar +@dirrm share/mate/help/eom/C/figures +@dirrm share/mate/help/eom/C +@dirrm share/mate/help/eom +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ks/LC_MESSAGES +@dirrmtry share/locale/ks +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/mate-image-viewer/pixmaps +@dirrm share/mate-image-viewer/icons/hicolor/scalable/actions +@dirrm share/mate-image-viewer/icons/hicolor/scalable +@dirrm share/mate-image-viewer/icons/hicolor/48x48/actions +@dirrm share/mate-image-viewer/icons/hicolor/48x48 +@dirrm share/mate-image-viewer/icons/hicolor/32x32/actions +@dirrm share/mate-image-viewer/icons/hicolor/32x32 +@dirrm share/mate-image-viewer/icons/hicolor/24x24/actions +@dirrm share/mate-image-viewer/icons/hicolor/24x24 +@dirrm share/mate-image-viewer/icons/hicolor/22x22/actions +@dirrm share/mate-image-viewer/icons/hicolor/22x22 +@dirrm share/mate-image-viewer/icons/hicolor/16x16/actions +@dirrm share/mate-image-viewer/icons/hicolor/16x16 +@dirrm share/mate-image-viewer/icons/hicolor +@dirrm share/mate-image-viewer/icons +@dirrm share/mate-image-viewer +@dirrm lib/eom/plugins +@dirrm lib/eom +@dirrm include/eom-2.20/eom +@dirrm include/eom-2.20 Property changes on: head/graphics/mate-image-viewer/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/Makefile =================================================================== --- head/math/Makefile (revision 334660) +++ head/math/Makefile (revision 334661) @@ -1,667 +1,668 @@ # $FreeBSD$ # COMMENT = Mathematics SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R SUBDIR += R-cran-ChangeAnomalyDetection SUBDIR += R-cran-Formula SUBDIR += R-cran-KFAS SUBDIR += R-cran-LearnBayes SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-RHmm SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig SUBDIR += R-cran-bdsmatrix SUBDIR += R-cran-car SUBDIR += R-cran-coda SUBDIR += R-cran-deldir SUBDIR += R-cran-dlmodeler SUBDIR += R-cran-forecast SUBDIR += R-cran-fracdiff SUBDIR += R-cran-gpclib SUBDIR += R-cran-gss SUBDIR += R-cran-gtable SUBDIR += R-cran-igraph SUBDIR += R-cran-inline SUBDIR += R-cran-labeling SUBDIR += R-cran-memisc SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-nnls SUBDIR += R-cran-outliers SUBDIR += R-cran-psych SUBDIR += R-cran-quadprog SUBDIR += R-cran-sandwich SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep SUBDIR += R-cran-sspir SUBDIR += R-cran-stabledist SUBDIR += R-cran-xts SUBDIR += R-cran-zoo SUBDIR += aamath SUBDIR += abacus SUBDIR += abakus SUBDIR += abs SUBDIR += add SUBDIR += algae SUBDIR += algotutor SUBDIR += alt-ergo SUBDIR += analitza SUBDIR += ann SUBDIR += apc SUBDIR += aribas SUBDIR += armadillo SUBDIR += arpack SUBDIR += arpack++ SUBDIR += arpack-ng SUBDIR += asir2000 SUBDIR += asymptote SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += bamg SUBDIR += bargraph SUBDIR += biggles SUBDIR += bihar SUBDIR += blacs SUBDIR += blas SUBDIR += blitz++ SUBDIR += blocksolve95 SUBDIR += calc SUBDIR += calcoo SUBDIR += calctool SUBDIR += cantor SUBDIR += carve SUBDIR += cblas SUBDIR += ccmath SUBDIR += cgal SUBDIR += chaco SUBDIR += chryzodus SUBDIR += clarence SUBDIR += clasp SUBDIR += clipper SUBDIR += cln SUBDIR += cloog SUBDIR += clp SUBDIR += coinmp SUBDIR += concorde SUBDIR += convertall SUBDIR += coq SUBDIR += crlibm SUBDIR += cvc3 SUBDIR += dcdflib SUBDIR += diehard SUBDIR += dieharder SUBDIR += djbfft SUBDIR += drgeo SUBDIR += dynare SUBDIR += e SUBDIR += edenmath SUBDIR += eigen2 SUBDIR += eigen3 SUBDIR += eispack SUBDIR += elmer-umfpack SUBDIR += emacs-calc SUBDIR += emc2 SUBDIR += ent SUBDIR += entropy SUBDIR += ess SUBDIR += eukleides SUBDIR += eval SUBDIR += facile SUBDIR += fann SUBDIR += fbm SUBDIR += fflas-ffpack SUBDIR += fftw SUBDIR += fftw-float SUBDIR += fftw3 SUBDIR += fftw3-float SUBDIR += fftw3-long SUBDIR += fftw3-quad SUBDIR += fityk SUBDIR += fpc-fftw SUBDIR += fpc-gmp SUBDIR += fpc-numlib SUBDIR += freefem SUBDIR += freemat SUBDIR += freemat-mpi SUBDIR += fricas SUBDIR += fxt SUBDIR += galculator SUBDIR += gambit SUBDIR += gap SUBDIR += gcalctool SUBDIR += gdcalc SUBDIR += geg SUBDIR += geogebra-i18n SUBDIR += geonext SUBDIR += gexpr SUBDIR += ggobi SUBDIR += giacxcas SUBDIR += givaro SUBDIR += gkmap SUBDIR += glgraph SUBDIR += glm SUBDIR += glpk SUBDIR += gmm++ SUBDIR += gmp SUBDIR += gmp-ecm SUBDIR += gnubc SUBDIR += gnumeric SUBDIR += gnuplot SUBDIR += goblin SUBDIR += gotoblas SUBDIR += grace SUBDIR += gracetmpl SUBDIR += graphthing SUBDIR += gretl SUBDIR += gri SUBDIR += grpn SUBDIR += gsl SUBDIR += hs-Agda SUBDIR += hs-NumInstances SUBDIR += hs-categories SUBDIR += hs-comonad SUBDIR += hs-comonad-transformers SUBDIR += hs-comonads-fd SUBDIR += hs-contravariant SUBDIR += hs-data-lens SUBDIR += hs-data-lens-template SUBDIR += hs-distributive SUBDIR += hs-erf SUBDIR += hs-groupoids SUBDIR += hs-ieee754 SUBDIR += hs-math-functions SUBDIR += hs-mwc-random SUBDIR += hs-nats SUBDIR += hs-pointed SUBDIR += hs-probability SUBDIR += hs-semigroupoid-extras SUBDIR += hs-semigroupoids SUBDIR += hs-semigroups SUBDIR += hs-statistics SUBDIR += hs-vector-space SUBDIR += igraph SUBDIR += isabelle SUBDIR += ised SUBDIR += itl SUBDIR += jacal SUBDIR += jags SUBDIR += jakarta-commons-math SUBDIR += jakarta-commons-math3 SUBDIR += jama SUBDIR += javanns SUBDIR += javaview SUBDIR += jeuclid SUBDIR += jlatexmath SUBDIR += jsmath SUBDIR += jsmath-fonts SUBDIR += jsmath-fonts-sprite SUBDIR += jtransforms SUBDIR += jts SUBDIR += kalgebra SUBDIR += kash3 SUBDIR += kbruch SUBDIR += kcalc SUBDIR += kig SUBDIR += kktdirect SUBDIR += kmplot SUBDIR += labplot SUBDIR += lambda SUBDIR += lapack SUBDIR += lapack++ SUBDIR += lapack95 SUBDIR += lapacke SUBDIR += laspack SUBDIR += ldouble SUBDIR += levmar SUBDIR += libR SUBDIR += libRmath SUBDIR += libflame SUBDIR += libjbigi SUBDIR += liblbfgs SUBDIR += libmissing SUBDIR += libneural SUBDIR += libocas SUBDIR += liborigin SUBDIR += libqalculate SUBDIR += libranlip SUBDIR += libtommath SUBDIR += libtsnnls SUBDIR += linpack SUBDIR += lll_spect SUBDIR += lp_solve SUBDIR += lrng SUBDIR += ltl SUBDIR += ltl2ba SUBDIR += lybniz + SUBDIR += mate-calc SUBDIR += mathomatic SUBDIR += matio SUBDIR += matlab-R2012a-installer SUBDIR += matrix SUBDIR += maxima SUBDIR += mbasecalc SUBDIR += metis SUBDIR += metis-edf SUBDIR += metis4 SUBDIR += mingw32-libgmp SUBDIR += minisat SUBDIR += miracl SUBDIR += moo SUBDIR += mpc SUBDIR += mpexpr SUBDIR += mpfr SUBDIR += mprime SUBDIR += msieve SUBDIR += mtl SUBDIR += mtrxmath SUBDIR += mumps SUBDIR += mumps-mpich SUBDIR += muparser SUBDIR += naturalmath SUBDIR += nauty SUBDIR += ndiff SUBDIR += newmat SUBDIR += ngraph SUBDIR += ntl SUBDIR += numdiff SUBDIR += nyh-hoc SUBDIR += ocaml-ocamlgraph SUBDIR += ocamlgsl SUBDIR += octave SUBDIR += octave-forge SUBDIR += octave-forge-actuarial SUBDIR += octave-forge-ad SUBDIR += octave-forge-audio SUBDIR += octave-forge-base SUBDIR += octave-forge-bim SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-cgi SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-communications SUBDIR += octave-forge-control SUBDIR += octave-forge-data-smoothing SUBDIR += octave-forge-database SUBDIR += octave-forge-dataframe SUBDIR += octave-forge-dicom SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fenv SUBDIR += octave-forge-financial SUBDIR += octave-forge-fits SUBDIR += octave-forge-fl-core SUBDIR += octave-forge-fpl SUBDIR += octave-forge-fuzzy-logic-toolkit SUBDIR += octave-forge-ga SUBDIR += octave-forge-general SUBDIR += octave-forge-generate_html SUBDIR += octave-forge-geometry SUBDIR += octave-forge-gnuplot SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-lssa SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping SUBDIR += octave-forge-mechanics SUBDIR += octave-forge-miscellaneous SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-msh SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan SUBDIR += octave-forge-ncarray SUBDIR += octave-forge-netcdf SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-ocs SUBDIR += octave-forge-oct2mat SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-octclip SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-odepkg SUBDIR += octave-forge-optim SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel SUBDIR += octave-forge-pdb SUBDIR += octave-forge-plot SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-quaternion SUBDIR += octave-forge-queueing SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-secs3d SUBDIR += octave-forge-signal SUBDIR += octave-forge-simp SUBDIR += octave-forge-sockets SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-splines SUBDIR += octave-forge-statistics SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband SUBDIR += octave-forge-symbolic SUBDIR += octave-forge-tcl-octave SUBDIR += octave-forge-tsa SUBDIR += octave-forge-video SUBDIR += octave-forge-xraylib SUBDIR += octave-forge-zenity SUBDIR += ogdf SUBDIR += oleo SUBDIR += open-axiom SUBDIR += openblas SUBDIR += orpie SUBDIR += p5-AI-DecisionTree SUBDIR += p5-AI-Genetic SUBDIR += p5-AI-NeuralNet-BackProp SUBDIR += p5-AI-Perceptron SUBDIR += p5-Algorithm-Combinatorics SUBDIR += p5-Algorithm-CurveFit SUBDIR += p5-Algorithm-KMeans SUBDIR += p5-Algorithm-Munkres SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector SUBDIR += p5-Bit-Vector-Minimal SUBDIR += p5-CAD-Calc SUBDIR += p5-Chart-Math-Axis SUBDIR += p5-Data-Float SUBDIR += p5-Date-Handler SUBDIR += p5-GIS-Distance SUBDIR += p5-GIS-Distance-Fast SUBDIR += p5-GIS-Distance-Lite SUBDIR += p5-Geo-Coordinates-UTM SUBDIR += p5-Geo-Distance SUBDIR += p5-Geo-Distance-XS SUBDIR += p5-Graph SUBDIR += p5-Math-Algebra-Symbols SUBDIR += p5-Math-Base36 SUBDIR += p5-Math-Base85 SUBDIR += p5-Math-BaseCalc SUBDIR += p5-Math-BaseCnv SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-Bezier-Convert SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigInt-FastCalc SUBDIR += p5-Math-BigInt-GMP SUBDIR += p5-Math-BigInt-Pari SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-CDF SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Cephes SUBDIR += p5-Math-Combinatorics SUBDIR += p5-Math-Complex SUBDIR += p5-Math-ConvexHull SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Derivative SUBDIR += p5-Math-Evol SUBDIR += p5-Math-Expr SUBDIR += p5-Math-FFT SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP SUBDIR += p5-Math-GMPf SUBDIR += p5-Math-GMPq SUBDIR += p5-Math-GMPz SUBDIR += p5-Math-GSL SUBDIR += p5-Math-Geometry SUBDIR += p5-Math-Geometry-Planar SUBDIR += p5-Math-Geometry-Planar-GPC SUBDIR += p5-Math-Geometry-Planar-GPC-Polygon SUBDIR += p5-Math-Geometry-Planar-Offset SUBDIR += p5-Math-Geometry-Voronoi SUBDIR += p5-Math-Gradient SUBDIR += p5-Math-Int128 SUBDIR += p5-Math-Int64 SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Intersection-StraightLine SUBDIR += p5-Math-Logic SUBDIR += p5-Math-MPC SUBDIR += p5-Math-MPFR SUBDIR += p5-Math-Matrix SUBDIR += p5-Math-MatrixReal SUBDIR += p5-Math-NumberCruncher SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Polygon SUBDIR += p5-Math-Polygon-Tree SUBDIR += p5-Math-Polynomial-Solve SUBDIR += p5-Math-Prime-XS SUBDIR += p5-Math-RPN SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-ISAAC SUBDIR += p5-Math-Random-ISAAC-XS SUBDIR += p5-Math-Random-MT SUBDIR += p5-Math-Random-MT-Auto SUBDIR += p5-Math-Random-OO SUBDIR += p5-Math-Random-Secure SUBDIR += p5-Math-RandomOrg SUBDIR += p5-Math-Round SUBDIR += p5-Math-Round-Var SUBDIR += p5-Math-Sequence SUBDIR += p5-Math-Series SUBDIR += p5-Math-SigFigs SUBDIR += p5-Math-SimpleVariable SUBDIR += p5-Math-Spline SUBDIR += p5-Math-String SUBDIR += p5-Math-Symbolic SUBDIR += p5-Math-Symbolic-Custom-CCompiler SUBDIR += p5-Math-Symbolic-Custom-Contains SUBDIR += p5-Math-Symbolic-Custom-ErrorPropagation SUBDIR += p5-Math-Symbolic-Custom-LaTeXDumper SUBDIR += p5-Math-Symbolic-Custom-Pattern SUBDIR += p5-Math-Symbolic-Custom-Simplification SUBDIR += p5-Math-Symbolic-Custom-Transformation SUBDIR += p5-Math-SymbolicX-BigNum SUBDIR += p5-Math-SymbolicX-Complex SUBDIR += p5-Math-SymbolicX-Error SUBDIR += p5-Math-SymbolicX-Inline SUBDIR += p5-Math-SymbolicX-NoSimplification SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory SUBDIR += p5-Math-SymbolicX-Statistics-Distributions SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-Math-Units SUBDIR += p5-Math-Vec SUBDIR += p5-Math-VecStat SUBDIR += p5-Math-VectorReal SUBDIR += p5-NetCDF SUBDIR += p5-Number-Compare SUBDIR += p5-Number-Fraction SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX SUBDIR += p5-Parse-Range SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-IntSpan-Fast SUBDIR += p5-Set-IntSpan-Fast-XS SUBDIR += p5-Set-Partition SUBDIR += p5-Set-Window SUBDIR += p5-Statistics-Basic SUBDIR += p5-Statistics-Benford SUBDIR += p5-Statistics-ChiSquare SUBDIR += p5-Statistics-Contingency SUBDIR += p5-Statistics-Descriptive SUBDIR += p5-Statistics-Descriptive-Discrete SUBDIR += p5-Statistics-Distributions SUBDIR += p5-Statistics-Forecast SUBDIR += p5-Statistics-Frequency SUBDIR += p5-Statistics-LTU SUBDIR += p5-Statistics-LineFit SUBDIR += p5-Statistics-Lite SUBDIR += p5-Statistics-OLS SUBDIR += p5-Statistics-R SUBDIR += p5-Statistics-Regression SUBDIR += p5-Statistics-TTest SUBDIR += p5-Task-Math-Symbolic SUBDIR += p5-Text-AsciiTeX SUBDIR += p5-bignum SUBDIR += pari SUBDIR += parmetis SUBDIR += parmgridgen SUBDIR += pear-Math_BigInteger SUBDIR += pear-Math_Combinatorics SUBDIR += pecl-big_int SUBDIR += pecl-bitset SUBDIR += pecl-stats SUBDIR += petsc SUBDIR += php5-bcmath SUBDIR += php5-gmp SUBDIR += php52-bcmath SUBDIR += php52-gmp SUBDIR += php53-bcmath SUBDIR += php53-gmp SUBDIR += php55-bcmath SUBDIR += php55-gmp SUBDIR += physcalc SUBDIR += plman SUBDIR += ploticus SUBDIR += ploticus-nox11 SUBDIR += plplot SUBDIR += polymake SUBDIR += primegen SUBDIR += prng SUBDIR += proofgeneral SUBDIR += pspp SUBDIR += pure-mpfr SUBDIR += pure-rational SUBDIR += py-apgl SUBDIR += py-basemap SUBDIR += py-basemap-data SUBDIR += py-bitvector SUBDIR += py-ffc SUBDIR += py-fiat SUBDIR += py-fpconst SUBDIR += py-gato SUBDIR += py-gmpy SUBDIR += py-gnuplot SUBDIR += py-graphillion SUBDIR += py-graphtool SUBDIR += py-gsl SUBDIR += py-igraph SUBDIR += py-mathdom SUBDIR += py-matplotlib SUBDIR += py-mpmath SUBDIR += py-munkres SUBDIR += py-networkx SUBDIR += py-numarray SUBDIR += py-numeric SUBDIR += py-numexpr SUBDIR += py-numpy SUBDIR += py-nzmath SUBDIR += py-pandas SUBDIR += py-patsy SUBDIR += py-plastex SUBDIR += py-probstat SUBDIR += py-pybloom SUBDIR += py-pymc SUBDIR += py-roman SUBDIR += py-scientific SUBDIR += py-statsmodels SUBDIR += py-svgmath SUBDIR += py-symeig SUBDIR += py-sympy SUBDIR += py-ufl SUBDIR += py-viper SUBDIR += qalculate SUBDIR += qd SUBDIR += qhull SUBDIR += qhull5 SUBDIR += qrupdate SUBDIR += qtiplot SUBDIR += qtiplot-doc SUBDIR += qtoctave SUBDIR += qwtplot3d-qt4 SUBDIR += randlib SUBDIR += rapid SUBDIR += reed-solomon SUBDIR += rkward-kde4 SUBDIR += rngstreams SUBDIR += rocs SUBDIR += ros-geometry SUBDIR += rpcalc SUBDIR += rpy SUBDIR += rpy2 SUBDIR += ruby-algebra SUBDIR += ruby-fftw3 SUBDIR += ruby-gnuplot SUBDIR += ruby-gsl SUBDIR += ruby-narray SUBDIR += ruby-narray_miss SUBDIR += ruby-numru_misc SUBDIR += ruby-numru_units SUBDIR += saga SUBDIR += sage SUBDIR += sc SUBDIR += scalapack SUBDIR += scilab SUBDIR += scilab-toolbox-sivp SUBDIR += scilab-toolbox-swt SUBDIR += sdpa SUBDIR += sdpa-gmp SUBDIR += sdpara SUBDIR += sedumi SUBDIR += sfft SUBDIR += simd-viterbi SUBDIR += slatec SUBDIR += slgrace SUBDIR += snns SUBDIR += solitaire SUBDIR += spar SUBDIR += spblas SUBDIR += speedcrunch SUBDIR += spooles SUBDIR += spooles-mpich SUBDIR += stp SUBDIR += suitesparse SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += surf SUBDIR += tablix SUBDIR += taucs SUBDIR += testu01 SUBDIR += tetgen SUBDIR += timbl SUBDIR += tomsfastmath SUBDIR += topaz SUBDIR += triangle SUBDIR += trlan SUBDIR += truthtable SUBDIR += tvmet SUBDIR += ufc SUBDIR += umatrix SUBDIR += ump SUBDIR += units SUBDIR += unixstat SUBDIR += unuran SUBDIR += vtk5 SUBDIR += vtk5-data SUBDIR += wcalc SUBDIR += wfmath SUBDIR += wingz SUBDIR += wingz3 SUBDIR += wxMaxima SUBDIR += x12arima SUBDIR += xblas SUBDIR += xgobi SUBDIR += xgraph SUBDIR += xlapack SUBDIR += xldlas SUBDIR += xlispstat SUBDIR += xplot SUBDIR += xppaut SUBDIR += xspread SUBDIR += yacas .include Index: head/math/mate-calc/Makefile =================================================================== --- head/math/mate-calc/Makefile (nonexistent) +++ head/math/mate-calc/Makefile (revision 334661) @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-calc +PORTVERSION= 1.6.0 +CATEGORIES= math mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE calculator tool based on the old calctool for OpenWindows + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack +USE_GNOME= glib20 gnomehier gtk20 libxml2 +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.calc.gschema.xml + +post-configure: + @${REINPLACE_CMD} -e '/^DATADIRNAME/s/lib/share/' \ + ${WRKSRC}/po/Makefile + +.include Property changes on: head/math/mate-calc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/mate-calc/distinfo =================================================================== --- head/math/mate-calc/distinfo (nonexistent) +++ head/math/mate-calc/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-calc-1.6.0.tar.xz) = 400d5c4d2927edfec4abed6c340ddc125d62ec2b99bf272db09d799efcd2993f +SIZE (mate/mate-calc-1.6.0.tar.xz) = 710904 Property changes on: head/math/mate-calc/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/mate-calc/files/patch-src_mate-calc-cmd.c =================================================================== --- head/math/mate-calc/files/patch-src_mate-calc-cmd.c (nonexistent) +++ head/math/mate-calc/files/patch-src_mate-calc-cmd.c (revision 334661) @@ -0,0 +1,93 @@ +--- src/mate-calc-cmd.c.orig 2013-03-24 20:56:44.000000000 -0500 ++++ src/mate-calc-cmd.c 2013-03-24 20:58:28.000000000 -0500 +@@ -8,10 +8,12 @@ + * license. + */ + ++#include + #include + #include + #include + #include ++#include + #include + #include + +@@ -22,6 +24,77 @@ + + static MpSerializer *result_serializer; + ++#if __FreeBSD_version < 800067 ++static ssize_t ++getline (char **lineptr, size_t *n, FILE *stream) ++{ ++ char *line, *p; ++ long size, copy; ++ ++ if (lineptr == NULL || n == NULL) { ++ errno = EINVAL; ++ return (ssize_t) -1; ++ } ++ ++ if (ferror (stream)) ++ return (ssize_t) -1; ++ ++ /* Make sure we have a line buffer to start with. */ ++ if (*lineptr == NULL || *n < 2) /* !seen and no buf yet need 2 chars. */ { ++#ifndef MAX_CANON ++#define MAX_CANON 256 ++#endif ++ if (!*lineptr) ++ line = (char *) malloc (MAX_CANON); ++ else ++ line = (char *) realloc (*lineptr, MAX_CANON); ++ if (line == NULL) ++ return (ssize_t) -1; ++ *lineptr = line; ++ *n = MAX_CANON; ++ } ++ ++ line = *lineptr; ++ size = *n; ++ ++ copy = size; ++ p = line; ++ ++ while (1) { ++ long len; ++ ++ while (--copy > 0) { ++ int c = getc (stream); ++ ++ if (c == EOF) ++ goto lose; ++ else if ((*p++ = c) == '\n') ++ goto win; ++ } ++ ++ /* Need to enlarge the line buffer. */ ++ len = p - line; ++ size *= 2; ++ line = (char *) realloc (line, size); ++ if (line == NULL) ++ goto lose; ++ *lineptr = line; ++ *n = size; ++ p = line + len; ++ copy = size - len; ++ } ++ ++lose: ++ if (p == *lineptr) ++ return (ssize_t) -1; ++ ++ /* Return a partial line since we got an error in the middle. */ ++win: ++ *p = '\0'; ++ return p - *lineptr; ++} ++#endif ++ + static void + solve(const char *equation) + { Property changes on: head/math/mate-calc/files/patch-src_mate-calc-cmd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/mate-calc/pkg-descr =================================================================== --- head/math/mate-calc/pkg-descr (nonexistent) +++ head/math/mate-calc/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +Mate-calc is a powerful graphical calulator with financial, logical and +scientific modes. It uses a multiple precision package to do its arithmetic to +give a high degree of accuracy. + +WWW: http://mate-desktop.org/ Property changes on: head/math/mate-calc/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/mate-calc/pkg-plist =================================================================== --- head/math/mate-calc/pkg-plist (nonexistent) +++ head/math/mate-calc/pkg-plist (revision 334661) @@ -0,0 +1,154 @@ +bin/mate-calc +bin/mate-calc-cmd +bin/mate-calculator +man/man1/mate-calc.1.gz +man/man1/mate-calc-cmd.1.gz +share/applications/mate-calc.desktop +share/locale/af/LC_MESSAGES/mate-calc.mo +share/locale/am/LC_MESSAGES/mate-calc.mo +share/locale/ar/LC_MESSAGES/mate-calc.mo +share/locale/as/LC_MESSAGES/mate-calc.mo +share/locale/ast/LC_MESSAGES/mate-calc.mo +share/locale/az/LC_MESSAGES/mate-calc.mo +share/locale/be/LC_MESSAGES/mate-calc.mo +share/locale/be@latin/LC_MESSAGES/mate-calc.mo +share/locale/bg/LC_MESSAGES/mate-calc.mo +share/locale/bn/LC_MESSAGES/mate-calc.mo +share/locale/bn_IN/LC_MESSAGES/mate-calc.mo +share/locale/bs/LC_MESSAGES/mate-calc.mo +share/locale/ca/LC_MESSAGES/mate-calc.mo +share/locale/ca@valencia/LC_MESSAGES/mate-calc.mo +share/locale/cs/LC_MESSAGES/mate-calc.mo +share/locale/cy/LC_MESSAGES/mate-calc.mo +share/locale/da/LC_MESSAGES/mate-calc.mo +share/locale/de/LC_MESSAGES/mate-calc.mo +share/locale/dz/LC_MESSAGES/mate-calc.mo +share/locale/el/LC_MESSAGES/mate-calc.mo +share/locale/en@shaw/LC_MESSAGES/mate-calc.mo +share/locale/en_AU/LC_MESSAGES/mate-calc.mo +share/locale/en_CA/LC_MESSAGES/mate-calc.mo +share/locale/en_GB/LC_MESSAGES/mate-calc.mo +share/locale/en_US/LC_MESSAGES/mate-calc.mo +share/locale/eo/LC_MESSAGES/mate-calc.mo +share/locale/es/LC_MESSAGES/mate-calc.mo +share/locale/et/LC_MESSAGES/mate-calc.mo +share/locale/eu/LC_MESSAGES/mate-calc.mo +share/locale/fa/LC_MESSAGES/mate-calc.mo +share/locale/fi/LC_MESSAGES/mate-calc.mo +share/locale/fr/LC_MESSAGES/mate-calc.mo +share/locale/ga/LC_MESSAGES/mate-calc.mo +share/locale/gl/LC_MESSAGES/mate-calc.mo +share/locale/gu/LC_MESSAGES/mate-calc.mo +share/locale/he/LC_MESSAGES/mate-calc.mo +share/locale/hi/LC_MESSAGES/mate-calc.mo +share/locale/hr/LC_MESSAGES/mate-calc.mo +share/locale/hu/LC_MESSAGES/mate-calc.mo +share/locale/hy/LC_MESSAGES/mate-calc.mo +share/locale/id/LC_MESSAGES/mate-calc.mo +share/locale/it/LC_MESSAGES/mate-calc.mo +share/locale/ja/LC_MESSAGES/mate-calc.mo +share/locale/ka/LC_MESSAGES/mate-calc.mo +share/locale/kk/LC_MESSAGES/mate-calc.mo +share/locale/km/LC_MESSAGES/mate-calc.mo +share/locale/kn/LC_MESSAGES/mate-calc.mo +share/locale/ko/LC_MESSAGES/mate-calc.mo +share/locale/ku/LC_MESSAGES/mate-calc.mo +share/locale/ky/LC_MESSAGES/mate-calc.mo +share/locale/lt/LC_MESSAGES/mate-calc.mo +share/locale/lv/LC_MESSAGES/mate-calc.mo +share/locale/mai/LC_MESSAGES/mate-calc.mo +share/locale/mg/LC_MESSAGES/mate-calc.mo +share/locale/mk/LC_MESSAGES/mate-calc.mo +share/locale/ml/LC_MESSAGES/mate-calc.mo +share/locale/mn/LC_MESSAGES/mate-calc.mo +share/locale/mr/LC_MESSAGES/mate-calc.mo +share/locale/ms/LC_MESSAGES/mate-calc.mo +share/locale/my/LC_MESSAGES/mate-calc.mo +share/locale/nb/LC_MESSAGES/mate-calc.mo +share/locale/ne/LC_MESSAGES/mate-calc.mo +share/locale/nl/LC_MESSAGES/mate-calc.mo +share/locale/nn/LC_MESSAGES/mate-calc.mo +share/locale/oc/LC_MESSAGES/mate-calc.mo +share/locale/or/LC_MESSAGES/mate-calc.mo +share/locale/pa/LC_MESSAGES/mate-calc.mo +share/locale/pl/LC_MESSAGES/mate-calc.mo +share/locale/pt/LC_MESSAGES/mate-calc.mo +share/locale/pt_BR/LC_MESSAGES/mate-calc.mo +share/locale/ro/LC_MESSAGES/mate-calc.mo +share/locale/ru/LC_MESSAGES/mate-calc.mo +share/locale/rw/LC_MESSAGES/mate-calc.mo +share/locale/si/LC_MESSAGES/mate-calc.mo +share/locale/sk/LC_MESSAGES/mate-calc.mo +share/locale/sl/LC_MESSAGES/mate-calc.mo +share/locale/sq/LC_MESSAGES/mate-calc.mo +share/locale/sr/LC_MESSAGES/mate-calc.mo +share/locale/sr@latin/LC_MESSAGES/mate-calc.mo +share/locale/sv/LC_MESSAGES/mate-calc.mo +share/locale/ta/LC_MESSAGES/mate-calc.mo +share/locale/te/LC_MESSAGES/mate-calc.mo +share/locale/th/LC_MESSAGES/mate-calc.mo +share/locale/tk/LC_MESSAGES/mate-calc.mo +share/locale/tr/LC_MESSAGES/mate-calc.mo +share/locale/ug/LC_MESSAGES/mate-calc.mo +share/locale/uk/LC_MESSAGES/mate-calc.mo +share/locale/vi/LC_MESSAGES/mate-calc.mo +share/locale/xh/LC_MESSAGES/mate-calc.mo +share/locale/zh_CN/LC_MESSAGES/mate-calc.mo +share/locale/zh_HK/LC_MESSAGES/mate-calc.mo +share/locale/zh_TW/LC_MESSAGES/mate-calc.mo +%%DATADIR%%/buttons-advanced.ui +%%DATADIR%%/buttons-basic.ui +%%DATADIR%%/buttons-financial.ui +%%DATADIR%%/buttons-programming.ui +%%DATADIR%%/preferences.ui +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/my/LC_MESSAGES +@dirrmtry share/locale/my +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/en_US/LC_MESSAGES +@dirrmtry share/locale/en_US +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/math/mate-calc/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/Makefile =================================================================== --- head/net/Makefile (revision 334660) +++ head/net/Makefile (revision 334661) @@ -1,1304 +1,1305 @@ # $FreeBSD$ # COMMENT = Networking tools SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6tunnel SUBDIR += AquaGatekeeper SUBDIR += DarwinStreamingServer SUBDIR += GeoIP SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += abills SUBDIR += activemq SUBDIR += acx100 SUBDIR += afpfs-ng SUBDIR += aget SUBDIR += aoe SUBDIR += apinger SUBDIR += appkonference SUBDIR += arp-scan SUBDIR += arp-sk SUBDIR += arpdig SUBDIR += arping SUBDIR += arprelease SUBDIR += asfrecorder SUBDIR += asio SUBDIR += aslookup SUBDIR += asterisk SUBDIR += asterisk-oh323 SUBDIR += asterisk10 SUBDIR += asterisk11 SUBDIR += asterisk14 SUBDIR += asterisk14-addons SUBDIR += avahi SUBDIR += avahi-app SUBDIR += avahi-autoipd SUBDIR += avahi-gtk SUBDIR += avahi-gtk3 SUBDIR += avahi-header SUBDIR += avahi-libdns SUBDIR += avahi-qt4 SUBDIR += avahi-sharp SUBDIR += babeld SUBDIR += balance SUBDIR += bcusdk-eibd SUBDIR += beacon SUBDIR += beanstalkd SUBDIR += bindtest SUBDIR += binkd SUBDIR += bird SUBDIR += bird-devel SUBDIR += bird6 SUBDIR += bittwist SUBDIR += blam SUBDIR += bld SUBDIR += bmon SUBDIR += boclient SUBDIR += boinc-client SUBDIR += boinc_curses SUBDIR += bounce SUBDIR += bsdproxy SUBDIR += bwi-firmware-kmod SUBDIR += bwn-firmware-kmod SUBDIR += bwping SUBDIR += c3270 SUBDIR += cagibi SUBDIR += callweaver SUBDIR += ccxstream SUBDIR += citrix_ica SUBDIR += clamz SUBDIR += click SUBDIR += clusterit SUBDIR += cnd SUBDIR += cnet SUBDIR += cnupm SUBDIR += coda6_client SUBDIR += coda6_server SUBDIR += corkscrew SUBDIR += courier-authlib-ldap SUBDIR += crtmpserver SUBDIR += cryptcat SUBDIR += csocks SUBDIR += csync2 SUBDIR += ct SUBDIR += ctrace SUBDIR += cvsup SUBDIR += cvsup-mirror SUBDIR += cvsup-without-gui SUBDIR += cvsupchk SUBDIR += cvsync SUBDIR += cyphesis SUBDIR += daemonlogger SUBDIR += dante SUBDIR += daq SUBDIR += datapipe SUBDIR += dbeacon SUBDIR += delegate SUBDIR += desktop-data-model SUBDIR += despoof SUBDIR += dgd SUBDIR += dgd-kernel SUBDIR += dgd-lpmud SUBDIR += dhcp6 SUBDIR += dhcpcd SUBDIR += dhcpd-pools SUBDIR += dhcpdump SUBDIR += dhcperf SUBDIR += dhcping SUBDIR += dhcprelay SUBDIR += dhcprelya SUBDIR += dictd SUBDIR += dictd-database SUBDIR += dimes SUBDIR += dosdetector SUBDIR += drawterm SUBDIR += dropbox-api-command SUBDIR += dropbox-uploader SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping SUBDIR += ecore-con SUBDIR += empty SUBDIR += enet SUBDIR += entitymib SUBDIR += erlang_xmlrpc SUBDIR += erlyvideo SUBDIR += etherboot SUBDIR += etrace SUBDIR += exabgp SUBDIR += findmtu SUBDIR += flowgrep SUBDIR += fonulator SUBDIR += forg SUBDIR += fpc-ldap SUBDIR += fpc-pcap SUBDIR += fping SUBDIR += freebsd-tftp SUBDIR += freebsd-uucp SUBDIR += freedbd SUBDIR += freenet6 SUBDIR += freenx SUBDIR += freeradius-client SUBDIR += freeradius2 SUBDIR += freeradius3 SUBDIR += freerdp SUBDIR += freeswitch SUBDIR += freeswitch-core SUBDIR += freeswitch-core-devel SUBDIR += freeswitch-curl-devel SUBDIR += freeswitch-devel SUBDIR += freeswitch-insideout-devel SUBDIR += freeswitch-sbc-devel SUBDIR += freeswitch-vanilla-devel SUBDIR += freevrrpd SUBDIR += freewais-sf SUBDIR += frickin SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib SUBDIR += ftelnetd SUBDIR += g2ipmsg SUBDIR += gateway6 SUBDIR += get_iplayer SUBDIR += gini SUBDIR += gkrellmqst SUBDIR += gkrellmwireless2 SUBDIR += glflow SUBDIR += glib-networking SUBDIR += gnet2 SUBDIR += gnetcat SUBDIR += gnome-mud SUBDIR += gnome-netstatus SUBDIR += gnome-nettool SUBDIR += gnu-dico SUBDIR += gnu-radius SUBDIR += go.net SUBDIR += gofish SUBDIR += gogoc SUBDIR += googlecl SUBDIR += googolplex SUBDIR += gopher SUBDIR += gotthard SUBDIR += gpxe SUBDIR += gq SUBDIR += grdesktop SUBDIR += grive SUBDIR += grsync SUBDIR += gsk SUBDIR += gspoof SUBDIR += gssdp SUBDIR += gstreamer-plugins-libmms SUBDIR += gstreamer1-plugins-libmms SUBDIR += gtic SUBDIR += gtk-vnc SUBDIR += gtknetcat SUBDIR += gupnp SUBDIR += gupnp-av SUBDIR += gupnp-igd SUBDIR += gupnp-ui SUBDIR += gutenfetch SUBDIR += gwhois SUBDIR += hanstunnel SUBDIR += haproxy SUBDIR += haproxy-devel SUBDIR += hawknl SUBDIR += hawknl-devel SUBDIR += hexinject SUBDIR += heybuddy SUBDIR += hidentd SUBDIR += hinfo SUBDIR += hlmaster SUBDIR += honeyd SUBDIR += hornetq SUBDIR += hostapd SUBDIR += howl SUBDIR += hping SUBDIR += hping-devel SUBDIR += hs-hostname SUBDIR += hs-maccatcher SUBDIR += hs-network SUBDIR += hs-network-conduit SUBDIR += hs-network-info SUBDIR += hs-network-multicast SUBDIR += hs-pcap SUBDIR += hs-publicsuffixlist SUBDIR += hs-sendfile SUBDIR += hs-simple-sendfile SUBDIR += hs-socks SUBDIR += hsflowd SUBDIR += htpdate SUBDIR += http_ping SUBDIR += httping SUBDIR += httpry SUBDIR += hupnp SUBDIR += iaxmodem SUBDIR += icmpinfo SUBDIR += icpld SUBDIR += iet SUBDIR += ifdepd SUBDIR += iffinder SUBDIR += ifstat SUBDIR += ifstated SUBDIR += igmpproxy SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += iodine SUBDIR += ip6_int SUBDIR += ipa_ip6fw SUBDIR += ipa_ipfw SUBDIR += ipfw-graph SUBDIR += ipgrab SUBDIR += iplog SUBDIR += ipsorc SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += irrd SUBDIR += isc-dhcp41-client SUBDIR += isc-dhcp41-relay SUBDIR += isc-dhcp41-server SUBDIR += isc-dhcp42-client SUBDIR += isc-dhcp42-relay SUBDIR += isc-dhcp42-server SUBDIR += iscsi-target SUBDIR += istgt SUBDIR += jags SUBDIR += jakarta-commons-net SUBDIR += java-beepcore SUBDIR += jcifs SUBDIR += jgroups SUBDIR += jicmp SUBDIR += jicmp6 SUBDIR += jpcap SUBDIR += jrdesktop SUBDIR += jsch SUBDIR += jumpgate SUBDIR += jwhois SUBDIR += kdenetwork4 SUBDIR += kio-upnp-ms SUBDIR += kippo SUBDIR += kissd SUBDIR += knc SUBDIR += knemo-kde4 SUBDIR += kojoney SUBDIR += krdc SUBDIR += krfb SUBDIR += kwooty SUBDIR += l2tpd SUBDIR += l4ip SUBDIR += ladvd SUBDIR += lam SUBDIR += lambdamoo SUBDIR += latd SUBDIR += ldap-stats SUBDIR += ldap2dns SUBDIR += ldapbrowser SUBDIR += ldapdiff SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh SUBDIR += lft SUBDIR += libarms SUBDIR += libbgpdump SUBDIR += libcmis SUBDIR += libdnet SUBDIR += libexosip2 SUBDIR += libfb SUBDIR += libfixbuf SUBDIR += libgnetwork SUBDIR += libgweather SUBDIR += libilbc SUBDIR += libkvkontakte + SUBDIR += libmateweather SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp SUBDIR += libnatpmp SUBDIR += libnet SUBDIR += libnet10 SUBDIR += libnetdude SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnids-libnet11 SUBDIR += libnss-mysql SUBDIR += liboauth SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip SUBDIR += libosip2 SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy SUBDIR += libproxy-gnome SUBDIR += libproxy-kde SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit SUBDIR += librouteros SUBDIR += librsync SUBDIR += libsocket++ SUBDIR += libsocketcpp SUBDIR += libsrtp SUBDIR += libtcp4u SUBDIR += libtnl SUBDIR += libtrace SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver SUBDIR += liferea SUBDIR += linc SUBDIR += linc-reference SUBDIR += link-monitor-applet SUBDIR += linknx SUBDIR += linphone SUBDIR += linphone-base SUBDIR += linux-f10-nss_ldap SUBDIR += linux-f10-openldap SUBDIR += linux-nx-client SUBDIR += linuxigd SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm SUBDIR += lualdap SUBDIR += luasocket SUBDIR += lvwimax SUBDIR += mDNSResponder SUBDIR += mad_fcl SUBDIR += mars_nwe SUBDIR += mcast-tools SUBDIR += mediaproxy SUBDIR += mediatomb SUBDIR += mgen SUBDIR += micro_inetd SUBDIR += micro_proxy SUBDIR += minidlna SUBDIR += minisapserver SUBDIR += minissdpd SUBDIR += miniupnpc SUBDIR += miniupnpd SUBDIR += miredo SUBDIR += mknbi SUBDIR += mmucl SUBDIR += mono-zeroconf SUBDIR += mopd SUBDIR += morebalance SUBDIR += mosh SUBDIR += mpd-l2tp-ipv6pd-client SUBDIR += mpd5 SUBDIR += mpich2 SUBDIR += mping SUBDIR += mrouted SUBDIR += msend SUBDIR += mtr SUBDIR += mtr-nox11 SUBDIR += nakenchat SUBDIR += nam SUBDIR += nast SUBDIR += nbd-server SUBDIR += nc SUBDIR += nc6 SUBDIR += ncp SUBDIR += ncplib SUBDIR += ndisc6 SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += nepim SUBDIR += net-http SUBDIR += net6 SUBDIR += netatalk SUBDIR += netatalk3 SUBDIR += netcat SUBDIR += netdude SUBDIR += netembryo SUBDIR += netmap SUBDIR += netpipes SUBDIR += netscript SUBDIR += netsed SUBDIR += netselect SUBDIR += netspeed_applet SUBDIR += netstrain SUBDIR += nettest SUBDIR += netwib SUBDIR += neubot SUBDIR += nfsshell SUBDIR += ng_daphne SUBDIR += ng_mikrotik_eoip SUBDIR += ngrep SUBDIR += nifmon SUBDIR += nload SUBDIR += nocatsplash SUBDIR += nos-ttb SUBDIR += nph SUBDIR += ns SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap SUBDIR += nstxd SUBDIR += ntlmaps SUBDIR += ntop SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += ntp-rc SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy SUBDIR += nxserver SUBDIR += nyancat SUBDIR += nylon SUBDIR += ohphone SUBDIR += olsrd SUBDIR += omcmd SUBDIR += omnitty SUBDIR += onenetd SUBDIR += onioncat SUBDIR += online-desktop SUBDIR += opal SUBDIR += openafs SUBDIR += openam SUBDIR += openbgpd SUBDIR += opendpi SUBDIR += openh323 SUBDIR += openistgt SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server SUBDIR += openmcu SUBDIR += openmpi SUBDIR += openmq SUBDIR += openmq-client SUBDIR += openntpd SUBDIR += opennx SUBDIR += openospfd SUBDIR += openpgm SUBDIR += openradius SUBDIR += openser SUBDIR += openslp SUBDIR += opentracker SUBDIR += openvswitch SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += ostinato SUBDIR += owamp SUBDIR += owncloud-csync SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple SUBDIR += p5-AnyEvent-MPRPC SUBDIR += p5-AnyEvent-RabbitMQ SUBDIR += p5-AnyEvent-Twitter SUBDIR += p5-AnyEvent-Twitter-Stream SUBDIR += p5-AnyMQ-AMQP SUBDIR += p5-Apache2-SOAP SUBDIR += p5-BBS-Client SUBDIR += p5-BBS-UserInfo SUBDIR += p5-BBS-UserInfo-Maple3 SUBDIR += p5-BBS-UserInfo-Maple3itoc SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-BBS-UserInfo-SOB SUBDIR += p5-BBS-UserInfo-Wretch SUBDIR += p5-Beanstalk-Client SUBDIR += p5-Cisco-IPPhone SUBDIR += p5-Crypt-DH-GMP SUBDIR += p5-Daemon-Generic SUBDIR += p5-Data-IPV4-Range-Parse SUBDIR += p5-EasyTCP SUBDIR += p5-Event-tcp SUBDIR += p5-File-Rsync SUBDIR += p5-File-RsyncP SUBDIR += p5-Filesys-SmbClient SUBDIR += p5-Frontier-RPC SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-IP-PurePerl SUBDIR += p5-Geo-IPfree SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response SUBDIR += p5-Growl-GNTP SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-INET6 SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session SUBDIR += p5-JavaScript-RPC SUBDIR += p5-Jifty-Plugin-Authentication-Ldap SUBDIR += p5-Net SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-APNS SUBDIR += p5-Net-APNs-Extended SUBDIR += p5-Net-ARP SUBDIR += p5-Net-Address-Ethernet SUBDIR += p5-Net-Address-IPv4-Local SUBDIR += p5-Net-Amazon SUBDIR += p5-Net-Amazon-AWSSign SUBDIR += p5-Net-Amazon-EC2 SUBDIR += p5-Net-Amazon-MechanicalTurk SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-Appliance-Phrasebook SUBDIR += p5-Net-Appliance-Session SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-CIDR-MobileJP SUBDIR += p5-Net-CIDR-Set SUBDIR += p5-Net-CLI-Interact SUBDIR += p5-Net-CSTA SUBDIR += p5-Net-CascadeCopy SUBDIR += p5-Net-Cassandra SUBDIR += p5-Net-Cassandra-Easy SUBDIR += p5-Net-DAV-Server SUBDIR += p5-Net-DHCP SUBDIR += p5-Net-DHCPClient SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-Daemon SUBDIR += p5-Net-Delicious SUBDIR += p5-Net-Dict SUBDIR += p5-Net-Divert SUBDIR += p5-Net-Dropbox-API SUBDIR += p5-Net-EPP SUBDIR += p5-Net-EPP-Proxy SUBDIR += p5-Net-FS-Flickr SUBDIR += p5-Net-FS-Gmail SUBDIR += p5-Net-FTP-AutoReconnect SUBDIR += p5-Net-FTP-File SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Flow SUBDIR += p5-Net-Frame SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 SUBDIR += p5-Net-GitHub SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google SUBDIR += p5-Net-Google-Analytics SUBDIR += p5-Net-Google-AuthSub SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Google-Code SUBDIR += p5-Net-Google-DataAPI SUBDIR += p5-Net-Google-PicasaWeb SUBDIR += p5-Net-Google-SafeBrowsing2 SUBDIR += p5-Net-Google-Spreadsheets SUBDIR += p5-Net-Growl SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-HTTP SUBDIR += p5-Net-HTTPS-Any SUBDIR += p5-Net-HTTPS-NB SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue SUBDIR += p5-Net-IP-Minimal SUBDIR += p5-Net-IP-RangeCompare SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-IRR SUBDIR += p5-Net-Ident SUBDIR += p5-Net-Ifconfig-Wrapper SUBDIR += p5-Net-Interface SUBDIR += p5-Net-Jaiku SUBDIR += p5-Net-Jifty SUBDIR += p5-Net-LDAP-AutoDNs SUBDIR += p5-Net-LDAP-AutoServer SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath SUBDIR += p5-Net-LDAP-Server SUBDIR += p5-Net-LDAP-Server-Test SUBDIR += p5-Net-LDAP-posixAccount SUBDIR += p5-Net-LDAP-posixGroup SUBDIR += p5-Net-Libdnet SUBDIR += p5-Net-LimeLight-Purge SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor SUBDIR += p5-Net-Mosso-CloudFiles SUBDIR += p5-Net-MovableType SUBDIR += p5-Net-NBName SUBDIR += p5-Net-NBsocket SUBDIR += p5-Net-NIS SUBDIR += p5-Net-NIS-Listgroup SUBDIR += p5-Net-Nessus-XMLRPC SUBDIR += p5-Net-OAuth SUBDIR += p5-Net-OAuth-Simple SUBDIR += p5-Net-OAuth2 SUBDIR += p5-Net-OpenID-Consumer SUBDIR += p5-Net-OpenSSH SUBDIR += p5-Net-OpenSSH-Parallel SUBDIR += p5-Net-OpenStack-Attack SUBDIR += p5-Net-Packet SUBDIR += p5-Net-Packet-Target SUBDIR += p5-Net-ParseWhois SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-PcapUtils SUBDIR += p5-Net-Ping SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Proxy SUBDIR += p5-Net-PubSubHubbub-Publisher SUBDIR += p5-Net-RTP SUBDIR += p5-Net-RabbitMQ SUBDIR += p5-Net-Radius SUBDIR += p5-Net-Random SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-RawSock SUBDIR += p5-Net-Rendezvous-Publish SUBDIR += p5-Net-Riak SUBDIR += p5-Net-Rsh SUBDIR += p5-Net-SAP SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SCP-Expect SUBDIR += p5-Net-SDP SUBDIR += p5-Net-SFTP SUBDIR += p5-Net-SFTP-Foreign SUBDIR += p5-Net-SIP SUBDIR += p5-Net-SMPP SUBDIR += p5-Net-SMS-Clickatell SUBDIR += p5-Net-SMS-Mollie SUBDIR += p5-Net-SMS-PChome SUBDIR += p5-Net-SNPP SUBDIR += p5-Net-SSH SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Mechanize SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-SSH2 SUBDIR += p5-Net-STOMP-Client SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork SUBDIR += p5-Net-Subnet SUBDIR += p5-Net-Syslog SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-TcpDumpLog SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Telnet-Netscreen SUBDIR += p5-Net-TiVo SUBDIR += p5-Net-Todoist SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute-PurePerl SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Trackback SUBDIR += p5-Net-Twitter SUBDIR += p5-Net-Twitter-Lite SUBDIR += p5-Net-VNC SUBDIR += p5-Net-Wake SUBDIR += p5-Net-WhitePages SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-ARIN SUBDIR += p5-Net-Whois-IP SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-Works SUBDIR += p5-Net-Write SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Yadis SUBDIR += p5-Net-Z3950-SimpleServer SUBDIR += p5-Net-Z3950-ZOOM SUBDIR += p5-Net-ext SUBDIR += p5-Net-sFlow SUBDIR += p5-Net-uFTP SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetPacket SUBDIR += p5-OAI-Harvester SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent SUBDIR += p5-POE-Component-Client-Ident SUBDIR += p5-POE-Component-Client-Keepalive SUBDIR += p5-POE-Component-Client-Ping SUBDIR += p5-POE-Component-Client-Telnet SUBDIR += p5-POE-Component-Client-Traceroute SUBDIR += p5-POE-Component-Client-Twitter SUBDIR += p5-POE-Component-Client-Whois SUBDIR += p5-POE-Component-ControlPort SUBDIR += p5-POE-Component-Generic SUBDIR += p5-POE-Component-Jabber SUBDIR += p5-POE-Component-Pcap SUBDIR += p5-POE-Component-PubSub SUBDIR += p5-POE-Component-Server-Twirc SUBDIR += p5-POE-Component-Spread SUBDIR += p5-POEx-Role-TCPServer SUBDIR += p5-POSIX-Socket SUBDIR += p5-POSIX-getpeername SUBDIR += p5-Parallel-Pvm SUBDIR += p5-Phone-Info SUBDIR += p5-PlRPC SUBDIR += p5-Queue-Beanstalk SUBDIR += p5-REST-Application SUBDIR += p5-REST-Google SUBDIR += p5-RPC-EPC-Service SUBDIR += p5-RPC-Simple SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-Rose-URI SUBDIR += p5-S3 SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Amazon-S3 SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-SOAP-Transport-TCP SUBDIR += p5-Samba-LDAP SUBDIR += p5-Server-Starter SUBDIR += p5-Socket SUBDIR += p5-Socket-Class SUBDIR += p5-Socket-GetAddrInfo SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 SUBDIR += p5-Socks SUBDIR += p5-Sort-Key-IPv4 SUBDIR += p5-Spread-Message SUBDIR += p5-Spread-Session SUBDIR += p5-Test-URI SUBDIR += p5-URI SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-OpenURL SUBDIR += p5-URI-Query SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl SUBDIR += p5-What SUBDIR += p5-X500-DN SUBDIR += p5-XML-Compile-SOAP SUBDIR += p5-XML-Compile-SOAP-AnyEvent SUBDIR += p5-XML-Compile-SOAP-Daemon SUBDIR += p5-XML-Compile-SOAP-WSA SUBDIR += p5-XML-Fast SUBDIR += p5-XML-RPC SUBDIR += p5-XML-RPC-Fast SUBDIR += p5-XPC SUBDIR += p5-ZConf SUBDIR += p5-ZConf-Bookmarks SUBDIR += p5-ZeroMQ SUBDIR += p5-perl-ldap SUBDIR += packetdrill SUBDIR += packter-agent SUBDIR += panoptis SUBDIR += paris-traceroute SUBDIR += passlogd SUBDIR += pathneck SUBDIR += pbnc SUBDIR += pchar SUBDIR += pcnfsd SUBDIR += pdb SUBDIR += pear-Auth_RADIUS SUBDIR += pear-File_Bittorrent2 SUBDIR += pear-Horde_Kolab_Server SUBDIR += pear-Horde_Kolab_Session SUBDIR += pear-Horde_Ldap SUBDIR += pear-Horde_Rpc SUBDIR += pear-Horde_Scribe SUBDIR += pear-Horde_Socket_Client SUBDIR += pear-Horde_Url SUBDIR += pear-Net_CDDB SUBDIR += pear-Net_CheckIP SUBDIR += pear-Net_DIME SUBDIR += pear-Net_DNSBL SUBDIR += pear-Net_Dict SUBDIR += pear-Net_Finger SUBDIR += pear-Net_Geo SUBDIR += pear-Net_GeoIP SUBDIR += pear-Net_IDNA SUBDIR += pear-Net_IPv4 SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_Ident SUBDIR += pear-Net_LDAP SUBDIR += pear-Net_LDAP2 SUBDIR += pear-Net_MAC SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_Nmap SUBDIR += pear-Net_POP3 SUBDIR += pear-Net_Ping SUBDIR += pear-Net_SMS SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Server SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pear-Net_Traceroute SUBDIR += pear-Net_URL SUBDIR += pear-Net_URL2 SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Vpopmaild SUBDIR += pear-Net_Whois SUBDIR += pear-SOAP SUBDIR += pear-Services_Pingback SUBDIR += pear-Services_Twitter SUBDIR += pear-URI_Template SUBDIR += pear-XML_RPC SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp SUBDIR += pecl-cvsclient SUBDIR += pecl-geoip SUBDIR += pecl-gupnp SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz SUBDIR += pen SUBDIR += pfflowd SUBDIR += pfinger SUBDIR += phamm SUBDIR += php5-ldap SUBDIR += php5-soap SUBDIR += php5-sockets SUBDIR += php5-xmlrpc SUBDIR += php52-ldap SUBDIR += php52-soap SUBDIR += php52-sockets SUBDIR += php52-xmlrpc SUBDIR += php53-ldap SUBDIR += php53-soap SUBDIR += php53-sockets SUBDIR += php53-xmlrpc SUBDIR += php55-ldap SUBDIR += php55-soap SUBDIR += php55-sockets SUBDIR += php55-xmlrpc SUBDIR += phpldapadmin SUBDIR += pimdd SUBDIR += pipsecd SUBDIR += pktanon SUBDIR += pload SUBDIR += plugdaemon SUBDIR += pmf SUBDIR += polyorb SUBDIR += poptop SUBDIR += portfwd SUBDIR += pppd23 SUBDIR += pppoa SUBDIR += pptpclient SUBDIR += proftpd-mod_ldap SUBDIR += prosearch SUBDIR += proxy-connect SUBDIR += proxy-suite SUBDIR += proxychains SUBDIR += proxychains-ng SUBDIR += prtunnel SUBDIR += ptpd2 SUBDIR += ptpd2-devel SUBDIR += ptunnel SUBDIR += pure-sockets SUBDIR += pvm SUBDIR += pvm++ SUBDIR += pxe SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-pybeanstalk SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles SUBDIR += py-dpkt SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp SUBDIR += py-google SUBDIR += py-gspreadsheet SUBDIR += py-impacket SUBDIR += py-iplib SUBDIR += py-kombu SUBDIR += py-ldap2 SUBDIR += py-ldaptor SUBDIR += py-libcloud SUBDIR += py-libdnet SUBDIR += py-libnet SUBDIR += py-medusa SUBDIR += py-miniupnpc SUBDIR += py-msrplib SUBDIR += py-ndg_httpsclient SUBDIR += py-netaddr SUBDIR += py-netifaces SUBDIR += py-netlib SUBDIR += py-netstring SUBDIR += py-novaclient SUBDIR += py-oauth SUBDIR += py-oauth2 SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for SUBDIR += py-pynsq SUBDIR += py-pypcap SUBDIR += py-pysendfile SUBDIR += py-pysphere SUBDIR += py-qt4-network SUBDIR += py-radix SUBDIR += py-s3cmd SUBDIR += py-smb SUBDIR += py-smbpasswd SUBDIR += py-soappy SUBDIR += py-soappy-devel SUBDIR += py-soapy SUBDIR += py-spreadmodule SUBDIR += py-suds SUBDIR += py-tofu SUBDIR += py-tweepy SUBDIR += py-twistedPair SUBDIR += py-twitter SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-urllib3 SUBDIR += py-xmlrpc SUBDIR += py-xmlrpclib SUBDIR += py-yadis SUBDIR += py-zope.proxy SUBDIR += py-zsi SUBDIR += pygopherd SUBDIR += pynids SUBDIR += pypvm SUBDIR += pyrad SUBDIR += pythondirector SUBDIR += qadsl SUBDIR += qoauth SUBDIR += qt4-network SUBDIR += qtweetlib SUBDIR += quagga SUBDIR += quagga-re SUBDIR += queso SUBDIR += quoted SUBDIR += rabbitmq SUBDIR += rabbitmq-c SUBDIR += rabbitmq-c-devel SUBDIR += raddump SUBDIR += radiator SUBDIR += radiusclient SUBDIR += radiusd-cistron SUBDIR += radreport SUBDIR += radsecproxy SUBDIR += radvd SUBDIR += raggle SUBDIR += ranch SUBDIR += rdesktop SUBDIR += rdist6 SUBDIR += recvnet SUBDIR += redir SUBDIR += relayd SUBDIR += remmina SUBDIR += remmina-applet SUBDIR += remmina-plugin-gnome SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-nx SUBDIR += remmina-plugin-rdp SUBDIR += remmina-plugin-telepathy SUBDIR += remmina-plugin-vnc SUBDIR += remmina-plugin-xdmcp SUBDIR += remmina-plugins SUBDIR += remotedesk SUBDIR += repeater SUBDIR += reposado SUBDIR += rexx-sock SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripe-whois SUBDIR += ris SUBDIR += rmsg SUBDIR += rp-pppoe SUBDIR += rshell SUBDIR += rsmb SUBDIR += rsplib SUBDIR += rsync SUBDIR += rtg SUBDIR += rtpbreak SUBDIR += rtpproxy SUBDIR += rtptools SUBDIR += ruby-dict SUBDIR += ruby-growl SUBDIR += ruby-icmp SUBDIR += ruby-ldap SUBDIR += ruby-net-geoip SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver SUBDIR += rubygem-amazon-ec2 SUBDIR += rubygem-amq-client SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-amqp067 SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-bunny SUBDIR += rubygem-bunny060 SUBDIR += rubygem-connection_pool SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-geoip SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-macaddr SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-omniauth-twitter SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-openid SUBDIR += rubygem-packetfu SUBDIR += rubygem-pcaprub SUBDIR += rubygem-rabbiter SUBDIR += rubygem-rightaws SUBDIR += rubygem-rightflexiscale SUBDIR += rubygem-rightgogrid SUBDIR += rubygem-righthttpconnection SUBDIR += rubygem-rightslicehost SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye SUBDIR += rubygem-simple_oauth SUBDIR += rubygem-stompserver SUBDIR += rubygem-tweetstream SUBDIR += rubygem-twitter SUBDIR += rubygem-twitter-stream SUBDIR += rubygem-twitter4r SUBDIR += rubygem-uri-redis SUBDIR += rubygem-whois SUBDIR += rubygem-yadis SUBDIR += rude SUBDIR += rwhoisd SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup SUBDIR += samba-smbclient SUBDIR += samba36 SUBDIR += samba4 SUBDIR += samba4wins SUBDIR += samplicator SUBDIR += sbd SUBDIR += scamper SUBDIR += scapy SUBDIR += scnc SUBDIR += scr_ipfm SUBDIR += scribe SUBDIR += sdl2_net SUBDIR += sdl_net SUBDIR += seda SUBDIR += sendemail SUBDIR += sendfile SUBDIR += sendsms SUBDIR += sendsnpp SUBDIR += ser SUBDIR += serveez SUBDIR += service-discovery-applet SUBDIR += serviio SUBDIR += sflowtool SUBDIR += shadowsocks-libev SUBDIR += shaperprobe SUBDIR += sharity-light SUBDIR += shelldap SUBDIR += shmux SUBDIR += silc-client SUBDIR += silc-irssi-plugin SUBDIR += silc-server SUBDIR += simpleproxy SUBDIR += sip_scenario SUBDIR += sippy_b2bua SUBDIR += siproxd SUBDIR += sipsak SUBDIR += sixxs-aiccu SUBDIR += skstream SUBDIR += skyfish SUBDIR += skystar2 SUBDIR += sl2tps SUBDIR += slirp SUBDIR += slurm SUBDIR += smb4k-kde4 SUBDIR += smbldap-tools SUBDIR += smm++ SUBDIR += sniffit SUBDIR += sntop SUBDIR += sobby SUBDIR += socat SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += sofia-sip SUBDIR += spideroak SUBDIR += splatd SUBDIR += spoofer SUBDIR += spread SUBDIR += spread-j SUBDIR += spread4 SUBDIR += sprinkle SUBDIR += spserver SUBDIR += sqtop SUBDIR += ss5 SUBDIR += ssldump SUBDIR += sslh SUBDIR += ssltunnel-client SUBDIR += ssltunnel-server SUBDIR += ssmping SUBDIR += ssspl SUBDIR += ssvnc SUBDIR += stf-6rd-kmod SUBDIR += stone SUBDIR += stund SUBDIR += subnetcalc SUBDIR += suckblow SUBDIR += sup SUBDIR += svnup SUBDIR += tableutil SUBDIR += tac_plus-libradius SUBDIR += tac_plus4 SUBDIR += tapidbus SUBDIR += tayga SUBDIR += tcludp SUBDIR += tcpcat SUBDIR += tcpdstat SUBDIR += tcpdump SUBDIR += tcpdump398 SUBDIR += tcpflow SUBDIR += tcpick SUBDIR += tcpillust SUBDIR += tcping SUBDIR += tcpmssd SUBDIR += tcpproxy SUBDIR += tcpreen SUBDIR += tcpsg SUBDIR += tcpshow SUBDIR += tcpslice SUBDIR += tcpsplit SUBDIR += tcpstat SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcptraceroute-devel SUBDIR += tcpview SUBDIR += tcpwatch SUBDIR += tcpxd SUBDIR += tcpxtract SUBDIR += tdetect SUBDIR += tftpgrab SUBDIR += thcrut SUBDIR += throttled SUBDIR += tigervnc SUBDIR += tightvnc SUBDIR += tintin++ SUBDIR += tinyfugue SUBDIR += tinyldap SUBDIR += tn5250 SUBDIR += tn5250j SUBDIR += toonel SUBDIR += torsocks SUBDIR += traceroute SUBDIR += traff SUBDIR += trafshow SUBDIR += trafshow3 SUBDIR += tramp SUBDIR += trickle SUBDIR += tridiavnc SUBDIR += tsclient SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks SUBDIR += ttbudget SUBDIR += ttlscan SUBDIR += tucan SUBDIR += turses SUBDIR += turnserver SUBDIR += twitux SUBDIR += u6rd SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += udpxy SUBDIR += udt SUBDIR += ulxmlrpcpp SUBDIR += unfs3 SUBDIR += unison SUBDIR += unison-devel SUBDIR += unison-nox11 SUBDIR += unison232 SUBDIR += unix2tcp SUBDIR += uplog SUBDIR += urelay SUBDIR += uriparser SUBDIR += urlendec SUBDIR += usbredir SUBDIR += userfw SUBDIR += ushare SUBDIR += utftpd SUBDIR += v6eval SUBDIR += vblade SUBDIR += vchat SUBDIR += vde SUBDIR += vde2 SUBDIR += vinagre SUBDIR += vino SUBDIR += vmware-vsphere-cli SUBDIR += vnc SUBDIR += vncreflector SUBDIR += vnstat SUBDIR += vortex SUBDIR += vserver SUBDIR += vtun SUBDIR += wackamole SUBDIR += wackford-squeers SUBDIR += wakeonlan SUBDIR += whois SUBDIR += widentd SUBDIR += wire SUBDIR += wired SUBDIR += wired-tracker SUBDIR += wireshark SUBDIR += wireshark-lite SUBDIR += wizd SUBDIR += wlan2eth SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet SUBDIR += wmnet2 SUBDIR += wmnetload SUBDIR += wmnetmon SUBDIR += wmpiki SUBDIR += wmping SUBDIR += wmwave SUBDIR += wmwifi SUBDIR += wmwlmon SUBDIR += wol SUBDIR += wowzamediaserverpro SUBDIR += wpa_gui SUBDIR += wping SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli SUBDIR += xbone SUBDIR += xboxproxy SUBDIR += xferstats SUBDIR += xipdump SUBDIR += xipmsg SUBDIR += xisp SUBDIR += xmlrpc-c SUBDIR += xmlrpc-c-devel SUBDIR += xmlrpc-epi SUBDIR += xorp SUBDIR += xorp-devel SUBDIR += xprobe SUBDIR += xpvm SUBDIR += xrdesktop SUBDIR += xrdp SUBDIR += xrdp-devel SUBDIR += yaph SUBDIR += yate SUBDIR += yaz SUBDIR += yaz++ SUBDIR += yazproxy SUBDIR += yconalyzer SUBDIR += yptransitd SUBDIR += zebra SUBDIR += zebra-server SUBDIR += zillion SUBDIR += zsync .include Index: head/net/libmateweather/Makefile =================================================================== --- head/net/libmateweather/Makefile (nonexistent) +++ head/net/libmateweather/Makefile (revision 334661) @@ -0,0 +1,35 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= libmateweather +PORTVERSION= 1.6.2 +CATEGORIES= net mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library to accessing online weather informations + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= glib20 gtk20 libxml2 intlhack ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.weather.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmateweather.so.1 + +.include Property changes on: head/net/libmateweather/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/libmateweather/distinfo =================================================================== --- head/net/libmateweather/distinfo (nonexistent) +++ head/net/libmateweather/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/libmateweather-1.6.2.tar.xz) = 2b8c13d448011f1f6ddedcbff5498d5ae6f34cc6330c36010ba25d4062aeda60 +SIZE (mate/libmateweather-1.6.2.tar.xz) = 3494708 Property changes on: head/net/libmateweather/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/libmateweather/pkg-descr =================================================================== --- head/net/libmateweather/pkg-descr (nonexistent) +++ head/net/libmateweather/pkg-descr (revision 334661) @@ -0,0 +1,9 @@ +libmateweather is a library to access weather information from online +services for numerous locations. + +libmateweather isn't supported in the devel platform, which means OS vendors +won't guarantee the API/ABI long-term, but authors of open source apps +should feel free to use libmateweather as users can always recompile against +a new version. + +WWW: http://mate-desktop.org/ Property changes on: head/net/libmateweather/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/libmateweather/pkg-plist =================================================================== --- head/net/libmateweather/pkg-plist (nonexistent) +++ head/net/libmateweather/pkg-plist (revision 334661) @@ -0,0 +1,664 @@ +include/libmateweather/location-entry.h +include/libmateweather/mateweather-enum-types.h +include/libmateweather/mateweather-location.h +include/libmateweather/mateweather-prefs.h +include/libmateweather/mateweather-timezone.h +include/libmateweather/mateweather-xml.h +include/libmateweather/timezone-menu.h +include/libmateweather/weather.h +lib/libmateweather.a +lib/libmateweather.la +lib/libmateweather.so +lib/libmateweather.so.1 +libdata/pkgconfig/mateweather.pc +%%DOCSDIR%%/MateWeatherLocationEntry.html +%%DOCSDIR%%/MateWeatherTimezoneMenu.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmateweather-mateweather-location.html +%%DOCSDIR%%/libmateweather-mateweather-mateconf.html +%%DOCSDIR%%/libmateweather-mateweather-prefs.html +%%DOCSDIR%%/libmateweather-mateweather-timezone.html +%%DOCSDIR%%/libmateweather-mateweather-xml.html +%%DOCSDIR%%/libmateweather-weather.html +%%DOCSDIR%%/libmateweather.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +share/icons/mate/16x16/status/weather-clear-night-000.png +share/icons/mate/16x16/status/weather-clear-night-010.png +share/icons/mate/16x16/status/weather-clear-night-020.png +share/icons/mate/16x16/status/weather-clear-night-030.png +share/icons/mate/16x16/status/weather-clear-night-040.png +share/icons/mate/16x16/status/weather-clear-night-050.png +share/icons/mate/16x16/status/weather-clear-night-060.png +share/icons/mate/16x16/status/weather-clear-night-070.png +share/icons/mate/16x16/status/weather-clear-night-080.png +share/icons/mate/16x16/status/weather-clear-night-090.png +share/icons/mate/16x16/status/weather-clear-night-100.png +share/icons/mate/16x16/status/weather-clear-night-110.png +share/icons/mate/16x16/status/weather-clear-night-120.png +share/icons/mate/16x16/status/weather-clear-night-130.png +share/icons/mate/16x16/status/weather-clear-night-140.png +share/icons/mate/16x16/status/weather-clear-night-150.png +share/icons/mate/16x16/status/weather-clear-night-160.png +share/icons/mate/16x16/status/weather-clear-night-170.png +share/icons/mate/16x16/status/weather-clear-night-190.png +share/icons/mate/16x16/status/weather-clear-night-200.png +share/icons/mate/16x16/status/weather-clear-night-210.png +share/icons/mate/16x16/status/weather-clear-night-220.png +share/icons/mate/16x16/status/weather-clear-night-230.png +share/icons/mate/16x16/status/weather-clear-night-240.png +share/icons/mate/16x16/status/weather-clear-night-250.png +share/icons/mate/16x16/status/weather-clear-night-260.png +share/icons/mate/16x16/status/weather-clear-night-270.png +share/icons/mate/16x16/status/weather-clear-night-280.png +share/icons/mate/16x16/status/weather-clear-night-290.png +share/icons/mate/16x16/status/weather-clear-night-300.png +share/icons/mate/16x16/status/weather-clear-night-310.png +share/icons/mate/16x16/status/weather-clear-night-320.png +share/icons/mate/16x16/status/weather-clear-night-330.png +share/icons/mate/16x16/status/weather-clear-night-340.png +share/icons/mate/16x16/status/weather-clear-night-350.png +share/icons/mate/16x16/status/weather-few-clouds-night-000.png +share/icons/mate/16x16/status/weather-few-clouds-night-010.png +share/icons/mate/16x16/status/weather-few-clouds-night-020.png +share/icons/mate/16x16/status/weather-few-clouds-night-030.png +share/icons/mate/16x16/status/weather-few-clouds-night-040.png +share/icons/mate/16x16/status/weather-few-clouds-night-050.png +share/icons/mate/16x16/status/weather-few-clouds-night-060.png +share/icons/mate/16x16/status/weather-few-clouds-night-070.png +share/icons/mate/16x16/status/weather-few-clouds-night-080.png +share/icons/mate/16x16/status/weather-few-clouds-night-090.png +share/icons/mate/16x16/status/weather-few-clouds-night-100.png +share/icons/mate/16x16/status/weather-few-clouds-night-110.png +share/icons/mate/16x16/status/weather-few-clouds-night-120.png +share/icons/mate/16x16/status/weather-few-clouds-night-130.png +share/icons/mate/16x16/status/weather-few-clouds-night-140.png +share/icons/mate/16x16/status/weather-few-clouds-night-150.png +share/icons/mate/16x16/status/weather-few-clouds-night-160.png +share/icons/mate/16x16/status/weather-few-clouds-night-170.png +share/icons/mate/16x16/status/weather-few-clouds-night-190.png +share/icons/mate/16x16/status/weather-few-clouds-night-200.png +share/icons/mate/16x16/status/weather-few-clouds-night-210.png +share/icons/mate/16x16/status/weather-few-clouds-night-220.png +share/icons/mate/16x16/status/weather-few-clouds-night-230.png +share/icons/mate/16x16/status/weather-few-clouds-night-240.png +share/icons/mate/16x16/status/weather-few-clouds-night-250.png +share/icons/mate/16x16/status/weather-few-clouds-night-260.png +share/icons/mate/16x16/status/weather-few-clouds-night-270.png +share/icons/mate/16x16/status/weather-few-clouds-night-280.png +share/icons/mate/16x16/status/weather-few-clouds-night-290.png +share/icons/mate/16x16/status/weather-few-clouds-night-300.png +share/icons/mate/16x16/status/weather-few-clouds-night-310.png +share/icons/mate/16x16/status/weather-few-clouds-night-320.png +share/icons/mate/16x16/status/weather-few-clouds-night-330.png +share/icons/mate/16x16/status/weather-few-clouds-night-340.png +share/icons/mate/16x16/status/weather-few-clouds-night-350.png +share/icons/mate/22x22/status/weather-clear-night-000.png +share/icons/mate/22x22/status/weather-clear-night-010.png +share/icons/mate/22x22/status/weather-clear-night-020.png +share/icons/mate/22x22/status/weather-clear-night-030.png +share/icons/mate/22x22/status/weather-clear-night-040.png +share/icons/mate/22x22/status/weather-clear-night-050.png +share/icons/mate/22x22/status/weather-clear-night-060.png +share/icons/mate/22x22/status/weather-clear-night-070.png +share/icons/mate/22x22/status/weather-clear-night-080.png +share/icons/mate/22x22/status/weather-clear-night-090.png +share/icons/mate/22x22/status/weather-clear-night-100.png +share/icons/mate/22x22/status/weather-clear-night-110.png +share/icons/mate/22x22/status/weather-clear-night-120.png +share/icons/mate/22x22/status/weather-clear-night-130.png +share/icons/mate/22x22/status/weather-clear-night-140.png +share/icons/mate/22x22/status/weather-clear-night-150.png +share/icons/mate/22x22/status/weather-clear-night-160.png +share/icons/mate/22x22/status/weather-clear-night-170.png +share/icons/mate/22x22/status/weather-clear-night-190.png +share/icons/mate/22x22/status/weather-clear-night-200.png +share/icons/mate/22x22/status/weather-clear-night-210.png +share/icons/mate/22x22/status/weather-clear-night-220.png +share/icons/mate/22x22/status/weather-clear-night-230.png +share/icons/mate/22x22/status/weather-clear-night-240.png +share/icons/mate/22x22/status/weather-clear-night-250.png +share/icons/mate/22x22/status/weather-clear-night-260.png +share/icons/mate/22x22/status/weather-clear-night-270.png +share/icons/mate/22x22/status/weather-clear-night-280.png +share/icons/mate/22x22/status/weather-clear-night-290.png +share/icons/mate/22x22/status/weather-clear-night-300.png +share/icons/mate/22x22/status/weather-clear-night-310.png +share/icons/mate/22x22/status/weather-clear-night-320.png +share/icons/mate/22x22/status/weather-clear-night-330.png +share/icons/mate/22x22/status/weather-clear-night-340.png +share/icons/mate/22x22/status/weather-clear-night-350.png +share/icons/mate/22x22/status/weather-few-clouds-night-000.png +share/icons/mate/22x22/status/weather-few-clouds-night-010.png +share/icons/mate/22x22/status/weather-few-clouds-night-020.png +share/icons/mate/22x22/status/weather-few-clouds-night-030.png +share/icons/mate/22x22/status/weather-few-clouds-night-040.png +share/icons/mate/22x22/status/weather-few-clouds-night-050.png +share/icons/mate/22x22/status/weather-few-clouds-night-060.png +share/icons/mate/22x22/status/weather-few-clouds-night-070.png +share/icons/mate/22x22/status/weather-few-clouds-night-080.png +share/icons/mate/22x22/status/weather-few-clouds-night-090.png +share/icons/mate/22x22/status/weather-few-clouds-night-100.png +share/icons/mate/22x22/status/weather-few-clouds-night-110.png +share/icons/mate/22x22/status/weather-few-clouds-night-120.png +share/icons/mate/22x22/status/weather-few-clouds-night-130.png +share/icons/mate/22x22/status/weather-few-clouds-night-140.png +share/icons/mate/22x22/status/weather-few-clouds-night-150.png +share/icons/mate/22x22/status/weather-few-clouds-night-160.png +share/icons/mate/22x22/status/weather-few-clouds-night-170.png +share/icons/mate/22x22/status/weather-few-clouds-night-190.png +share/icons/mate/22x22/status/weather-few-clouds-night-200.png +share/icons/mate/22x22/status/weather-few-clouds-night-210.png +share/icons/mate/22x22/status/weather-few-clouds-night-220.png +share/icons/mate/22x22/status/weather-few-clouds-night-230.png +share/icons/mate/22x22/status/weather-few-clouds-night-240.png +share/icons/mate/22x22/status/weather-few-clouds-night-250.png +share/icons/mate/22x22/status/weather-few-clouds-night-260.png +share/icons/mate/22x22/status/weather-few-clouds-night-270.png +share/icons/mate/22x22/status/weather-few-clouds-night-280.png +share/icons/mate/22x22/status/weather-few-clouds-night-290.png +share/icons/mate/22x22/status/weather-few-clouds-night-300.png +share/icons/mate/22x22/status/weather-few-clouds-night-310.png +share/icons/mate/22x22/status/weather-few-clouds-night-320.png +share/icons/mate/22x22/status/weather-few-clouds-night-330.png +share/icons/mate/22x22/status/weather-few-clouds-night-340.png +share/icons/mate/22x22/status/weather-few-clouds-night-350.png +share/icons/mate/24x24/status/weather-clear-night-000.png +share/icons/mate/24x24/status/weather-clear-night-010.png +share/icons/mate/24x24/status/weather-clear-night-020.png +share/icons/mate/24x24/status/weather-clear-night-030.png +share/icons/mate/24x24/status/weather-clear-night-040.png +share/icons/mate/24x24/status/weather-clear-night-050.png +share/icons/mate/24x24/status/weather-clear-night-060.png +share/icons/mate/24x24/status/weather-clear-night-070.png +share/icons/mate/24x24/status/weather-clear-night-080.png +share/icons/mate/24x24/status/weather-clear-night-090.png +share/icons/mate/24x24/status/weather-clear-night-100.png +share/icons/mate/24x24/status/weather-clear-night-110.png +share/icons/mate/24x24/status/weather-clear-night-120.png +share/icons/mate/24x24/status/weather-clear-night-130.png +share/icons/mate/24x24/status/weather-clear-night-140.png +share/icons/mate/24x24/status/weather-clear-night-150.png +share/icons/mate/24x24/status/weather-clear-night-160.png +share/icons/mate/24x24/status/weather-clear-night-170.png +share/icons/mate/24x24/status/weather-clear-night-190.png +share/icons/mate/24x24/status/weather-clear-night-200.png +share/icons/mate/24x24/status/weather-clear-night-210.png +share/icons/mate/24x24/status/weather-clear-night-220.png +share/icons/mate/24x24/status/weather-clear-night-230.png +share/icons/mate/24x24/status/weather-clear-night-240.png +share/icons/mate/24x24/status/weather-clear-night-250.png +share/icons/mate/24x24/status/weather-clear-night-260.png +share/icons/mate/24x24/status/weather-clear-night-270.png +share/icons/mate/24x24/status/weather-clear-night-280.png +share/icons/mate/24x24/status/weather-clear-night-290.png +share/icons/mate/24x24/status/weather-clear-night-300.png +share/icons/mate/24x24/status/weather-clear-night-310.png +share/icons/mate/24x24/status/weather-clear-night-320.png +share/icons/mate/24x24/status/weather-clear-night-330.png +share/icons/mate/24x24/status/weather-clear-night-340.png +share/icons/mate/24x24/status/weather-clear-night-350.png +share/icons/mate/24x24/status/weather-few-clouds-night-000.png +share/icons/mate/24x24/status/weather-few-clouds-night-010.png +share/icons/mate/24x24/status/weather-few-clouds-night-020.png +share/icons/mate/24x24/status/weather-few-clouds-night-030.png +share/icons/mate/24x24/status/weather-few-clouds-night-040.png +share/icons/mate/24x24/status/weather-few-clouds-night-050.png +share/icons/mate/24x24/status/weather-few-clouds-night-060.png +share/icons/mate/24x24/status/weather-few-clouds-night-070.png +share/icons/mate/24x24/status/weather-few-clouds-night-080.png +share/icons/mate/24x24/status/weather-few-clouds-night-090.png +share/icons/mate/24x24/status/weather-few-clouds-night-100.png +share/icons/mate/24x24/status/weather-few-clouds-night-110.png +share/icons/mate/24x24/status/weather-few-clouds-night-120.png +share/icons/mate/24x24/status/weather-few-clouds-night-130.png +share/icons/mate/24x24/status/weather-few-clouds-night-140.png +share/icons/mate/24x24/status/weather-few-clouds-night-150.png +share/icons/mate/24x24/status/weather-few-clouds-night-160.png +share/icons/mate/24x24/status/weather-few-clouds-night-170.png +share/icons/mate/24x24/status/weather-few-clouds-night-190.png +share/icons/mate/24x24/status/weather-few-clouds-night-200.png +share/icons/mate/24x24/status/weather-few-clouds-night-210.png +share/icons/mate/24x24/status/weather-few-clouds-night-220.png +share/icons/mate/24x24/status/weather-few-clouds-night-230.png +share/icons/mate/24x24/status/weather-few-clouds-night-240.png +share/icons/mate/24x24/status/weather-few-clouds-night-250.png +share/icons/mate/24x24/status/weather-few-clouds-night-260.png +share/icons/mate/24x24/status/weather-few-clouds-night-270.png +share/icons/mate/24x24/status/weather-few-clouds-night-280.png +share/icons/mate/24x24/status/weather-few-clouds-night-290.png +share/icons/mate/24x24/status/weather-few-clouds-night-300.png +share/icons/mate/24x24/status/weather-few-clouds-night-310.png +share/icons/mate/24x24/status/weather-few-clouds-night-320.png +share/icons/mate/24x24/status/weather-few-clouds-night-330.png +share/icons/mate/24x24/status/weather-few-clouds-night-340.png +share/icons/mate/24x24/status/weather-few-clouds-night-350.png +share/icons/mate/32x32/status/weather-clear-night-000.png +share/icons/mate/32x32/status/weather-clear-night-010.png +share/icons/mate/32x32/status/weather-clear-night-020.png +share/icons/mate/32x32/status/weather-clear-night-030.png +share/icons/mate/32x32/status/weather-clear-night-040.png +share/icons/mate/32x32/status/weather-clear-night-050.png +share/icons/mate/32x32/status/weather-clear-night-060.png +share/icons/mate/32x32/status/weather-clear-night-070.png +share/icons/mate/32x32/status/weather-clear-night-080.png +share/icons/mate/32x32/status/weather-clear-night-090.png +share/icons/mate/32x32/status/weather-clear-night-100.png +share/icons/mate/32x32/status/weather-clear-night-110.png +share/icons/mate/32x32/status/weather-clear-night-120.png +share/icons/mate/32x32/status/weather-clear-night-130.png +share/icons/mate/32x32/status/weather-clear-night-140.png +share/icons/mate/32x32/status/weather-clear-night-150.png +share/icons/mate/32x32/status/weather-clear-night-160.png +share/icons/mate/32x32/status/weather-clear-night-170.png +share/icons/mate/32x32/status/weather-clear-night-190.png +share/icons/mate/32x32/status/weather-clear-night-200.png +share/icons/mate/32x32/status/weather-clear-night-210.png +share/icons/mate/32x32/status/weather-clear-night-220.png +share/icons/mate/32x32/status/weather-clear-night-230.png +share/icons/mate/32x32/status/weather-clear-night-240.png +share/icons/mate/32x32/status/weather-clear-night-250.png +share/icons/mate/32x32/status/weather-clear-night-260.png +share/icons/mate/32x32/status/weather-clear-night-270.png +share/icons/mate/32x32/status/weather-clear-night-280.png +share/icons/mate/32x32/status/weather-clear-night-290.png +share/icons/mate/32x32/status/weather-clear-night-300.png +share/icons/mate/32x32/status/weather-clear-night-310.png +share/icons/mate/32x32/status/weather-clear-night-320.png +share/icons/mate/32x32/status/weather-clear-night-330.png +share/icons/mate/32x32/status/weather-clear-night-340.png +share/icons/mate/32x32/status/weather-clear-night-350.png +share/icons/mate/32x32/status/weather-few-clouds-night-000.png +share/icons/mate/32x32/status/weather-few-clouds-night-010.png +share/icons/mate/32x32/status/weather-few-clouds-night-020.png +share/icons/mate/32x32/status/weather-few-clouds-night-030.png +share/icons/mate/32x32/status/weather-few-clouds-night-040.png +share/icons/mate/32x32/status/weather-few-clouds-night-050.png +share/icons/mate/32x32/status/weather-few-clouds-night-060.png +share/icons/mate/32x32/status/weather-few-clouds-night-070.png +share/icons/mate/32x32/status/weather-few-clouds-night-080.png +share/icons/mate/32x32/status/weather-few-clouds-night-090.png +share/icons/mate/32x32/status/weather-few-clouds-night-100.png +share/icons/mate/32x32/status/weather-few-clouds-night-110.png +share/icons/mate/32x32/status/weather-few-clouds-night-120.png +share/icons/mate/32x32/status/weather-few-clouds-night-130.png +share/icons/mate/32x32/status/weather-few-clouds-night-140.png +share/icons/mate/32x32/status/weather-few-clouds-night-150.png +share/icons/mate/32x32/status/weather-few-clouds-night-160.png +share/icons/mate/32x32/status/weather-few-clouds-night-170.png +share/icons/mate/32x32/status/weather-few-clouds-night-190.png +share/icons/mate/32x32/status/weather-few-clouds-night-200.png +share/icons/mate/32x32/status/weather-few-clouds-night-210.png +share/icons/mate/32x32/status/weather-few-clouds-night-220.png +share/icons/mate/32x32/status/weather-few-clouds-night-230.png +share/icons/mate/32x32/status/weather-few-clouds-night-240.png +share/icons/mate/32x32/status/weather-few-clouds-night-250.png +share/icons/mate/32x32/status/weather-few-clouds-night-260.png +share/icons/mate/32x32/status/weather-few-clouds-night-270.png +share/icons/mate/32x32/status/weather-few-clouds-night-280.png +share/icons/mate/32x32/status/weather-few-clouds-night-290.png +share/icons/mate/32x32/status/weather-few-clouds-night-300.png +share/icons/mate/32x32/status/weather-few-clouds-night-310.png +share/icons/mate/32x32/status/weather-few-clouds-night-320.png +share/icons/mate/32x32/status/weather-few-clouds-night-330.png +share/icons/mate/32x32/status/weather-few-clouds-night-340.png +share/icons/mate/32x32/status/weather-few-clouds-night-350.png +share/icons/mate/scalable/status/weather-clear-night-000.svg +share/icons/mate/scalable/status/weather-clear-night-010.svg +share/icons/mate/scalable/status/weather-clear-night-020.svg +share/icons/mate/scalable/status/weather-clear-night-030.svg +share/icons/mate/scalable/status/weather-clear-night-040.svg +share/icons/mate/scalable/status/weather-clear-night-050.svg +share/icons/mate/scalable/status/weather-clear-night-060.svg +share/icons/mate/scalable/status/weather-clear-night-070.svg +share/icons/mate/scalable/status/weather-clear-night-080.svg +share/icons/mate/scalable/status/weather-clear-night-090.svg +share/icons/mate/scalable/status/weather-clear-night-100.svg +share/icons/mate/scalable/status/weather-clear-night-110.svg +share/icons/mate/scalable/status/weather-clear-night-120.svg +share/icons/mate/scalable/status/weather-clear-night-130.svg +share/icons/mate/scalable/status/weather-clear-night-140.svg +share/icons/mate/scalable/status/weather-clear-night-150.svg +share/icons/mate/scalable/status/weather-clear-night-160.svg +share/icons/mate/scalable/status/weather-clear-night-170.svg +share/icons/mate/scalable/status/weather-clear-night-190.svg +share/icons/mate/scalable/status/weather-clear-night-200.svg +share/icons/mate/scalable/status/weather-clear-night-210.svg +share/icons/mate/scalable/status/weather-clear-night-220.svg +share/icons/mate/scalable/status/weather-clear-night-230.svg +share/icons/mate/scalable/status/weather-clear-night-240.svg +share/icons/mate/scalable/status/weather-clear-night-250.svg +share/icons/mate/scalable/status/weather-clear-night-260.svg +share/icons/mate/scalable/status/weather-clear-night-270.svg +share/icons/mate/scalable/status/weather-clear-night-280.svg +share/icons/mate/scalable/status/weather-clear-night-290.svg +share/icons/mate/scalable/status/weather-clear-night-300.svg +share/icons/mate/scalable/status/weather-clear-night-310.svg +share/icons/mate/scalable/status/weather-clear-night-320.svg +share/icons/mate/scalable/status/weather-clear-night-330.svg +share/icons/mate/scalable/status/weather-clear-night-340.svg +share/icons/mate/scalable/status/weather-clear-night-350.svg +share/icons/mate/scalable/status/weather-few-clouds-night-000.svg +share/icons/mate/scalable/status/weather-few-clouds-night-010.svg +share/icons/mate/scalable/status/weather-few-clouds-night-020.svg +share/icons/mate/scalable/status/weather-few-clouds-night-030.svg +share/icons/mate/scalable/status/weather-few-clouds-night-040.svg +share/icons/mate/scalable/status/weather-few-clouds-night-050.svg +share/icons/mate/scalable/status/weather-few-clouds-night-060.svg +share/icons/mate/scalable/status/weather-few-clouds-night-070.svg +share/icons/mate/scalable/status/weather-few-clouds-night-080.svg +share/icons/mate/scalable/status/weather-few-clouds-night-090.svg +share/icons/mate/scalable/status/weather-few-clouds-night-100.svg +share/icons/mate/scalable/status/weather-few-clouds-night-110.svg +share/icons/mate/scalable/status/weather-few-clouds-night-120.svg +share/icons/mate/scalable/status/weather-few-clouds-night-130.svg +share/icons/mate/scalable/status/weather-few-clouds-night-140.svg +share/icons/mate/scalable/status/weather-few-clouds-night-150.svg +share/icons/mate/scalable/status/weather-few-clouds-night-160.svg +share/icons/mate/scalable/status/weather-few-clouds-night-170.svg +share/icons/mate/scalable/status/weather-few-clouds-night-190.svg +share/icons/mate/scalable/status/weather-few-clouds-night-200.svg +share/icons/mate/scalable/status/weather-few-clouds-night-210.svg +share/icons/mate/scalable/status/weather-few-clouds-night-220.svg +share/icons/mate/scalable/status/weather-few-clouds-night-230.svg +share/icons/mate/scalable/status/weather-few-clouds-night-240.svg +share/icons/mate/scalable/status/weather-few-clouds-night-250.svg +share/icons/mate/scalable/status/weather-few-clouds-night-260.svg +share/icons/mate/scalable/status/weather-few-clouds-night-270.svg +share/icons/mate/scalable/status/weather-few-clouds-night-280.svg +share/icons/mate/scalable/status/weather-few-clouds-night-290.svg +share/icons/mate/scalable/status/weather-few-clouds-night-300.svg +share/icons/mate/scalable/status/weather-few-clouds-night-310.svg +share/icons/mate/scalable/status/weather-few-clouds-night-320.svg +share/icons/mate/scalable/status/weather-few-clouds-night-330.svg +share/icons/mate/scalable/status/weather-few-clouds-night-340.svg +share/icons/mate/scalable/status/weather-few-clouds-night-350.svg +%%DATADIR%%/Locations.ang.xml +%%DATADIR%%/Locations.ar.xml +%%DATADIR%%/Locations.as.xml +%%DATADIR%%/Locations.ast.xml +%%DATADIR%%/Locations.az.xml +%%DATADIR%%/Locations.be.xml +%%DATADIR%%/Locations.be@latin.xml +%%DATADIR%%/Locations.bg.xml +%%DATADIR%%/Locations.bn.xml +%%DATADIR%%/Locations.bn_IN.xml +%%DATADIR%%/Locations.br.xml +%%DATADIR%%/Locations.bs.xml +%%DATADIR%%/Locations.ca.xml +%%DATADIR%%/Locations.ca@valencia.xml +%%DATADIR%%/Locations.crh.xml +%%DATADIR%%/Locations.cs.xml +%%DATADIR%%/Locations.cy.xml +%%DATADIR%%/Locations.da.xml +%%DATADIR%%/Locations.de.xml +%%DATADIR%%/Locations.dz.xml +%%DATADIR%%/Locations.el.xml +%%DATADIR%%/Locations.en@shaw.xml +%%DATADIR%%/Locations.en_CA.xml +%%DATADIR%%/Locations.en_GB.xml +%%DATADIR%%/Locations.eo.xml +%%DATADIR%%/Locations.es.xml +%%DATADIR%%/Locations.et.xml +%%DATADIR%%/Locations.eu.xml +%%DATADIR%%/Locations.fa.xml +%%DATADIR%%/Locations.fi.xml +%%DATADIR%%/Locations.fr.xml +%%DATADIR%%/Locations.ga.xml +%%DATADIR%%/Locations.gl.xml +%%DATADIR%%/Locations.gu.xml +%%DATADIR%%/Locations.he.xml +%%DATADIR%%/Locations.hi.xml +%%DATADIR%%/Locations.hr.xml +%%DATADIR%%/Locations.hu.xml +%%DATADIR%%/Locations.id.xml +%%DATADIR%%/Locations.it.xml +%%DATADIR%%/Locations.ja.xml +%%DATADIR%%/Locations.ka.xml +%%DATADIR%%/Locations.kn.xml +%%DATADIR%%/Locations.ko.xml +%%DATADIR%%/Locations.ku.xml +%%DATADIR%%/Locations.ky.xml +%%DATADIR%%/Locations.lt.xml +%%DATADIR%%/Locations.lv.xml +%%DATADIR%%/Locations.mai.xml +%%DATADIR%%/Locations.mg.xml +%%DATADIR%%/Locations.mk.xml +%%DATADIR%%/Locations.ml.xml +%%DATADIR%%/Locations.mn.xml +%%DATADIR%%/Locations.mr.xml +%%DATADIR%%/Locations.ms.xml +%%DATADIR%%/Locations.nb.xml +%%DATADIR%%/Locations.nds.xml +%%DATADIR%%/Locations.ne.xml +%%DATADIR%%/Locations.nl.xml +%%DATADIR%%/Locations.nn.xml +%%DATADIR%%/Locations.oc.xml +%%DATADIR%%/Locations.or.xml +%%DATADIR%%/Locations.pa.xml +%%DATADIR%%/Locations.pl.xml +%%DATADIR%%/Locations.pt.xml +%%DATADIR%%/Locations.pt_BR.xml +%%DATADIR%%/Locations.ro.xml +%%DATADIR%%/Locations.ru.xml +%%DATADIR%%/Locations.rw.xml +%%DATADIR%%/Locations.si.xml +%%DATADIR%%/Locations.sk.xml +%%DATADIR%%/Locations.sl.xml +%%DATADIR%%/Locations.sq.xml +%%DATADIR%%/Locations.sr.xml +%%DATADIR%%/Locations.sr@latin.xml +%%DATADIR%%/Locations.sv.xml +%%DATADIR%%/Locations.ta.xml +%%DATADIR%%/Locations.te.xml +%%DATADIR%%/Locations.th.xml +%%DATADIR%%/Locations.tr.xml +%%DATADIR%%/Locations.uk.xml +%%DATADIR%%/Locations.vi.xml +%%DATADIR%%/Locations.xml +%%DATADIR%%/Locations.zh_CN.xml +%%DATADIR%%/Locations.zh_HK.xml +%%DATADIR%%/Locations.zh_TW.xml +%%DATADIR%%/locations.dtd +share/locale/af/LC_MESSAGES/libmateweather.mo +share/locale/am/LC_MESSAGES/libmateweather.mo +share/locale/ar/LC_MESSAGES/libmateweather.mo +share/locale/as/LC_MESSAGES/libmateweather.mo +share/locale/ast/LC_MESSAGES/libmateweather.mo +share/locale/az/LC_MESSAGES/libmateweather.mo +share/locale/be/LC_MESSAGES/libmateweather.mo +share/locale/be@latin/LC_MESSAGES/libmateweather.mo +share/locale/bg/LC_MESSAGES/libmateweather.mo +share/locale/bn/LC_MESSAGES/libmateweather.mo +share/locale/bn_IN/LC_MESSAGES/libmateweather.mo +share/locale/br/LC_MESSAGES/libmateweather.mo +share/locale/bs/LC_MESSAGES/libmateweather.mo +share/locale/ca/LC_MESSAGES/libmateweather.mo +share/locale/ca@valencia/LC_MESSAGES/libmateweather.mo +share/locale/crh/LC_MESSAGES/libmateweather.mo +share/locale/cs/LC_MESSAGES/libmateweather.mo +share/locale/cy/LC_MESSAGES/libmateweather.mo +share/locale/da/LC_MESSAGES/libmateweather.mo +share/locale/de/LC_MESSAGES/libmateweather.mo +share/locale/dz/LC_MESSAGES/libmateweather.mo +share/locale/el/LC_MESSAGES/libmateweather.mo +share/locale/en@shaw/LC_MESSAGES/libmateweather.mo +share/locale/en_AU/LC_MESSAGES/libmateweather.mo +share/locale/en_CA/LC_MESSAGES/libmateweather.mo +share/locale/en_GB/LC_MESSAGES/libmateweather.mo +share/locale/eo/LC_MESSAGES/libmateweather.mo +share/locale/es/LC_MESSAGES/libmateweather.mo +share/locale/es_AR/LC_MESSAGES/libmateweather.mo +share/locale/es_CL/LC_MESSAGES/libmateweather.mo +share/locale/es_CO/LC_MESSAGES/libmateweather.mo +share/locale/es_CR/LC_MESSAGES/libmateweather.mo +share/locale/es_DO/LC_MESSAGES/libmateweather.mo +share/locale/es_EC/LC_MESSAGES/libmateweather.mo +share/locale/es_ES/LC_MESSAGES/libmateweather.mo +share/locale/es_GT/LC_MESSAGES/libmateweather.mo +share/locale/es_HN/LC_MESSAGES/libmateweather.mo +share/locale/es_MX/LC_MESSAGES/libmateweather.mo +share/locale/es_NI/LC_MESSAGES/libmateweather.mo +share/locale/es_PA/LC_MESSAGES/libmateweather.mo +share/locale/es_PE/LC_MESSAGES/libmateweather.mo +share/locale/es_PR/LC_MESSAGES/libmateweather.mo +share/locale/es_SV/LC_MESSAGES/libmateweather.mo +share/locale/es_UY/LC_MESSAGES/libmateweather.mo +share/locale/es_VE/LC_MESSAGES/libmateweather.mo +share/locale/et/LC_MESSAGES/libmateweather.mo +share/locale/eu/LC_MESSAGES/libmateweather.mo +share/locale/fa/LC_MESSAGES/libmateweather.mo +share/locale/fi/LC_MESSAGES/libmateweather.mo +share/locale/fr/LC_MESSAGES/libmateweather.mo +share/locale/ga/LC_MESSAGES/libmateweather.mo +share/locale/gl/LC_MESSAGES/libmateweather.mo +share/locale/gu/LC_MESSAGES/libmateweather.mo +share/locale/he/LC_MESSAGES/libmateweather.mo +share/locale/hi/LC_MESSAGES/libmateweather.mo +share/locale/hr/LC_MESSAGES/libmateweather.mo +share/locale/hu/LC_MESSAGES/libmateweather.mo +share/locale/hy/LC_MESSAGES/libmateweather.mo +share/locale/id/LC_MESSAGES/libmateweather.mo +share/locale/is/LC_MESSAGES/libmateweather.mo +share/locale/it/LC_MESSAGES/libmateweather.mo +share/locale/ja/LC_MESSAGES/libmateweather.mo +share/locale/ka/LC_MESSAGES/libmateweather.mo +share/locale/kn/LC_MESSAGES/libmateweather.mo +share/locale/ko/LC_MESSAGES/libmateweather.mo +share/locale/ku/LC_MESSAGES/libmateweather.mo +share/locale/ky/LC_MESSAGES/libmateweather.mo +share/locale/lt/LC_MESSAGES/libmateweather.mo +share/locale/lv/LC_MESSAGES/libmateweather.mo +share/locale/mai/LC_MESSAGES/libmateweather.mo +share/locale/mg/LC_MESSAGES/libmateweather.mo +share/locale/mk/LC_MESSAGES/libmateweather.mo +share/locale/ml/LC_MESSAGES/libmateweather.mo +share/locale/mn/LC_MESSAGES/libmateweather.mo +share/locale/mr/LC_MESSAGES/libmateweather.mo +share/locale/ms/LC_MESSAGES/libmateweather.mo +share/locale/nb/LC_MESSAGES/libmateweather.mo +share/locale/nds/LC_MESSAGES/libmateweather.mo +share/locale/ne/LC_MESSAGES/libmateweather.mo +share/locale/nl/LC_MESSAGES/libmateweather.mo +share/locale/nn/LC_MESSAGES/libmateweather.mo +share/locale/oc/LC_MESSAGES/libmateweather.mo +share/locale/or/LC_MESSAGES/libmateweather.mo +share/locale/pa/LC_MESSAGES/libmateweather.mo +share/locale/pl/LC_MESSAGES/libmateweather.mo +share/locale/pt/LC_MESSAGES/libmateweather.mo +share/locale/pt_BR/LC_MESSAGES/libmateweather.mo +share/locale/ro/LC_MESSAGES/libmateweather.mo +share/locale/ru/LC_MESSAGES/libmateweather.mo +share/locale/rw/LC_MESSAGES/libmateweather.mo +share/locale/si/LC_MESSAGES/libmateweather.mo +share/locale/sk/LC_MESSAGES/libmateweather.mo +share/locale/sl/LC_MESSAGES/libmateweather.mo +share/locale/sq/LC_MESSAGES/libmateweather.mo +share/locale/sr/LC_MESSAGES/libmateweather.mo +share/locale/sr@latin/LC_MESSAGES/libmateweather.mo +share/locale/sv/LC_MESSAGES/libmateweather.mo +share/locale/ta/LC_MESSAGES/libmateweather.mo +share/locale/te/LC_MESSAGES/libmateweather.mo +share/locale/th/LC_MESSAGES/libmateweather.mo +share/locale/tr/LC_MESSAGES/libmateweather.mo +share/locale/uk/LC_MESSAGES/libmateweather.mo +share/locale/vi/LC_MESSAGES/libmateweather.mo +share/locale/wa/LC_MESSAGES/libmateweather.mo +share/locale/xh/LC_MESSAGES/libmateweather.mo +share/locale/zh_CN/LC_MESSAGES/libmateweather.mo +share/locale/zh_HK/LC_MESSAGES/libmateweather.mo +share/locale/zh_TW/LC_MESSAGES/libmateweather.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm %%DATADIR%% +@dirrmtry share/icons/mate/scalable/status +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/32x32/status +@dirrmtry share/icons/mate/32x32 +@dirrmtry share/icons/mate/24x24/status +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate/22x22/status +@dirrmtry share/icons/mate/22x22 +@dirrmtry share/icons/mate/16x16/status +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%DOCSDIR%% +@dirrm include/libmateweather Property changes on: head/net/libmateweather/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 334660) +++ head/security/Makefile (revision 334661) @@ -1,1036 +1,1038 @@ # $FreeBSD$ # COMMENT = Security tools SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += R-cran-ROAuth SUBDIR += R-cran-digest SUBDIR += aescrypt SUBDIR += aespipe SUBDIR += afterglow SUBDIR += aide SUBDIR += aimsniff SUBDIR += amap SUBDIR += amavis-stats SUBDIR += amavisd-milter SUBDIR += amavisd-new SUBDIR += aolserver-nsencrypt SUBDIR += aolserver-nsmcrypt SUBDIR += aolserver-nsmhash SUBDIR += aolserver-nsopenssl SUBDIR += aolserver-nssha1 SUBDIR += apache-xml-security-c SUBDIR += apg SUBDIR += arirang SUBDIR += arm SUBDIR += arpCounterattack SUBDIR += authforce SUBDIR += autossh SUBDIR += avcheck SUBDIR += axTLS SUBDIR += barnyard2 SUBDIR += barnyard2-sguil SUBDIR += base SUBDIR += bcrypt SUBDIR += bcwipe SUBDIR += bdc SUBDIR += beecrypt SUBDIR += belier SUBDIR += bfbtester SUBDIR += binwalk SUBDIR += bioapi SUBDIR += blindelephant SUBDIR += botan SUBDIR += botan110 SUBDIR += bro SUBDIR += broccoli SUBDIR += bruteblock SUBDIR += bruteforceblocker SUBDIR += bsdsfv SUBDIR += bsmtrace SUBDIR += bsp_upektfmess SUBDIR += bubblegum SUBDIR += bugs SUBDIR += burpsuite SUBDIR += ca_root_nss SUBDIR += calife SUBDIR += calife-devel SUBDIR += ccrypt SUBDIR += ccsrch SUBDIR += cfs SUBDIR += cfv SUBDIR += chaosreader SUBDIR += checkpassword SUBDIR += checkpassword-pam SUBDIR += chkrootkit SUBDIR += chntpw SUBDIR += chroot_safe SUBDIR += chrootuid SUBDIR += ckpass SUBDIR += cksfv SUBDIR += cl-md5 SUBDIR += cl-md5-clisp SUBDIR += cl-md5-sbcl SUBDIR += clamassassin SUBDIR += clamav SUBDIR += clamav-devel SUBDIR += clamav-milter SUBDIR += clamav-unofficial-sigs SUBDIR += clamcour SUBDIR += clamd-stream-client SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += clusterssh SUBDIR += cmd5checkpw SUBDIR += cops SUBDIR += courier-authlib SUBDIR += courier-authlib-base SUBDIR += courierpassd SUBDIR += courierpasswd SUBDIR += courieruserinfo SUBDIR += cp2fwb SUBDIR += crack SUBDIR += cracklib SUBDIR += crank SUBDIR += create-cert SUBDIR += cryptlib SUBDIR += cryptopp SUBDIR += cryptstring SUBDIR += cvm SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-ldapdb SUBDIR += cyrus-sasl2-saslauthd SUBDIR += dazuko SUBDIR += dcetest SUBDIR += ddos_scan SUBDIR += denyhosts SUBDIR += destroy SUBDIR += didentd SUBDIR += digest SUBDIR += dirbuster SUBDIR += dirmngr SUBDIR += distcache SUBDIR += distcache-devel SUBDIR += dmitry SUBDIR += doorman SUBDIR += doscan SUBDIR += dradis SUBDIR += dropbear SUBDIR += dsniff SUBDIR += duo SUBDIR += easy-rsa SUBDIR += easypg SUBDIR += engine_pkcs11 SUBDIR += expiretable SUBDIR += f-prot SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += fbopenssl SUBDIR += fcheck SUBDIR += fcrackzip SUBDIR += fiked SUBDIR += find-zlib SUBDIR += firewalk SUBDIR += fl0p SUBDIR += flawfinder SUBDIR += fpc-hash SUBDIR += fpc-openssl SUBDIR += fpm2 SUBDIR += fprint_demo SUBDIR += fragroute SUBDIR += fragrouter SUBDIR += fsh SUBDIR += fswatch SUBDIR += ftimes SUBDIR += fuzz SUBDIR += fuzzdb SUBDIR += fwanalog SUBDIR += fwbuilder SUBDIR += fwipe SUBDIR += fwknop SUBDIR += fwlogwatch SUBDIR += gag SUBDIR += gcipher SUBDIR += gnome-gpg SUBDIR += gnome-keyring SUBDIR += gnome-keyring-sharp SUBDIR += gnome-password-generator SUBDIR += gnome-ssh-askpass SUBDIR += gnomint SUBDIR += gnupg SUBDIR += gnupg1 SUBDIR += gnutls SUBDIR += gnutls-devel SUBDIR += gnutls3 SUBDIR += go.crypto SUBDIR += gorilla SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpass SUBDIR += gpgdir SUBDIR += gpgme SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv SUBDIR += gss SUBDIR += gtk-knocker SUBDIR += gtkpasman SUBDIR += gtkportscan SUBDIR += gwee SUBDIR += hackbot SUBDIR += hamachi SUBDIR += heimdal SUBDIR += hlfl SUBDIR += hmap SUBDIR += honggfuzz SUBDIR += horde3-jeta SUBDIR += hotssh SUBDIR += hs-Crypto SUBDIR += hs-HsOpenSSL SUBDIR += hs-RSA SUBDIR += hs-SHA SUBDIR += hs-certificate SUBDIR += hs-cipher-aes SUBDIR += hs-cipher-rc4 SUBDIR += hs-clientsession SUBDIR += hs-cprng-aes SUBDIR += hs-crypto-api SUBDIR += hs-crypto-conduit SUBDIR += hs-crypto-numbers SUBDIR += hs-crypto-pubkey SUBDIR += hs-crypto-pubkey-types SUBDIR += hs-crypto-random-api SUBDIR += hs-cryptocipher SUBDIR += hs-cryptohash SUBDIR += hs-digest SUBDIR += hs-entropy SUBDIR += hs-monadcryptorandom SUBDIR += hs-pem SUBDIR += hs-pureMD5 SUBDIR += hs-pwstore-fast SUBDIR += hs-skein SUBDIR += hs-tls SUBDIR += hs-tls-extra SUBDIR += httprint SUBDIR += hunch SUBDIR += hydra SUBDIR += iaikpkcs11wrapper SUBDIR += idea SUBDIR += identify SUBDIR += ifd-slb_rf60 SUBDIR += ike SUBDIR += ike-scan SUBDIR += integrit SUBDIR += ipfcount SUBDIR += ipfilter2dshield SUBDIR += ipfmeta SUBDIR += ipfw2dshield SUBDIR += ipfwcount SUBDIR += ipguard SUBDIR += ipsec-tools SUBDIR += ipv6toolkit SUBDIR += isakmpd SUBDIR += isnprober SUBDIR += jbrofuzz SUBDIR += john SUBDIR += kc SUBDIR += kedpm SUBDIR += keepassx SUBDIR += keepassx2 SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint SUBDIR += kgpg-kde4 SUBDIR += knock SUBDIR += knocker SUBDIR += kpcli SUBDIR += krb5 SUBDIR += krb5-appl SUBDIR += kripp SUBDIR += kwallet SUBDIR += l0pht-watch SUBDIR += l0phtcrack SUBDIR += l5 SUBDIR += labrea SUBDIR += lasso SUBDIR += libassuan SUBDIR += libbf SUBDIR += libecc SUBDIR += libfprint SUBDIR += libgcrypt SUBDIR += libgnome-keyring SUBDIR += libgnomesu SUBDIR += libgpg-error SUBDIR += libgringotts SUBDIR += libident SUBDIR += libkpass SUBDIR += libksba + SUBDIR += libmatekeyring SUBDIR += libmcrypt SUBDIR += libntlm SUBDIR += libotr SUBDIR += libotr3 SUBDIR += libp11 SUBDIR += libprelude SUBDIR += libpreludedb SUBDIR += libpwstor SUBDIR += libscrypt SUBDIR += libsectok SUBDIR += libsodium SUBDIR += libsparkcrypto SUBDIR += libssh SUBDIR += libssh2 SUBDIR += libtasn1 SUBDIR += libtomcrypt SUBDIR += libwhisker SUBDIR += libyubikey SUBDIR += linux-f10-cyrus-sasl2 SUBDIR += linux-f10-gnutls SUBDIR += linux-f10-libgcrypt SUBDIR += linux-f10-libgpg-error SUBDIR += linux-f10-libssh2 SUBDIR += linux-f10-libtasn1 SUBDIR += linux-f10-nss SUBDIR += linux-f10-openssl SUBDIR += lockdown SUBDIR += log2timeline SUBDIR += logcheck SUBDIR += lsh SUBDIR += luasec SUBDIR += lynis SUBDIR += mac-robber SUBDIR += maia SUBDIR += mailzu SUBDIR += makepasswd SUBDIR += manipulate_data SUBDIR += masscan SUBDIR += massh + SUBDIR += mate-keyring SUBDIR += matrixssl SUBDIR += mcrypt SUBDIR += md4coll SUBDIR += md5coll SUBDIR += md5deep SUBDIR += mdcrack SUBDIR += medusa SUBDIR += metasploit SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += monkeysphere SUBDIR += mosref SUBDIR += munge SUBDIR += mussh SUBDIR += nacl SUBDIR += nbaudit SUBDIR += ncrack SUBDIR += ncrypt SUBDIR += nessus SUBDIR += nessus-libnasl SUBDIR += nessus-libraries SUBDIR += nessus-plugins SUBDIR += netpgp SUBDIR += nettle SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapsi4 SUBDIR += nss SUBDIR += oath-toolkit SUBDIR += obfsproxy SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit SUBDIR += ocaml-ssl SUBDIR += oidentd SUBDIR += oinkmaster SUBDIR += op SUBDIR += openbsm SUBDIR += openbsm-devel SUBDIR += opencdk SUBDIR += openconnect SUBDIR += opencryptoki SUBDIR += openct SUBDIR += openfwtk SUBDIR += openpgpsdk SUBDIR += opensaml2 SUBDIR += opensc SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssh-portable-base SUBDIR += openssl SUBDIR += openssl_tpm_engine SUBDIR += openvas-client SUBDIR += openvas-libnasl SUBDIR += openvas-libraries SUBDIR += openvas-plugins SUBDIR += openvas-server SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-auth-radius SUBDIR += openvpn-beta SUBDIR += openvpn-devel SUBDIR += ophcrack SUBDIR += opieprint SUBDIR += orthrus SUBDIR += osiris SUBDIR += ossec-hids-client SUBDIR += ossec-hids-local SUBDIR += ossec-hids-server SUBDIR += osslsigncode SUBDIR += outguess SUBDIR += p11-kit SUBDIR += p5-Apache-Htpasswd SUBDIR += p5-App-Genpass SUBDIR += p5-App-TLSMe SUBDIR += p5-Auth-YubikeyDecrypter SUBDIR += p5-AuthCAS SUBDIR += p5-Authen-Bitcard SUBDIR += p5-Authen-Captcha SUBDIR += p5-Authen-CyrusSASL SUBDIR += p5-Authen-DecHpwd SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Libwrap SUBDIR += p5-Authen-NTLM SUBDIR += p5-Authen-OATH SUBDIR += p5-Authen-PAAS SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Passphrase SUBDIR += p5-Authen-PluggableCaptcha SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM SUBDIR += p5-Authen-Simple-HTTP SUBDIR += p5-Authen-Simple-LDAP SUBDIR += p5-Authen-Simple-Net SUBDIR += p5-Authen-Simple-PAM SUBDIR += p5-Authen-Simple-Passwd SUBDIR += p5-Authen-Simple-RADIUS SUBDIR += p5-Authen-Simple-SMB SUBDIR += p5-Authen-Simple-SSH SUBDIR += p5-Authen-Smb SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Authen-TypeKey SUBDIR += p5-Business-PayPal-EWP SUBDIR += p5-CACertOrg-CA SUBDIR += p5-CSP SUBDIR += p5-Cisco-Hash SUBDIR += p5-Crypt-Anubis SUBDIR += p5-Crypt-AppleTwoFish SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5 SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CBCeasy SUBDIR += p5-Crypt-CFB SUBDIR += p5-Crypt-Caesar SUBDIR += p5-Crypt-Camellia_PP SUBDIR += p5-Crypt-Chimera SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Ctr SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-DES_EDE3 SUBDIR += p5-Crypt-DES_PP SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-Dining SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-Eksblowfish SUBDIR += p5-Crypt-Enigma SUBDIR += p5-Crypt-GCrypt SUBDIR += p5-Crypt-GOST SUBDIR += p5-Crypt-GOST_PP SUBDIR += p5-Crypt-GPG SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_MD5 SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Imail SUBDIR += p5-Crypt-Juniper SUBDIR += p5-Crypt-Khazad SUBDIR += p5-Crypt-License SUBDIR += p5-Crypt-Lite SUBDIR += p5-Crypt-Loki97 SUBDIR += p5-Crypt-MySQL SUBDIR += p5-Crypt-NULL SUBDIR += p5-Crypt-OFB SUBDIR += p5-Crypt-OICQ SUBDIR += p5-Crypt-OTP SUBDIR += p5-Crypt-OpenPGP SUBDIR += p5-Crypt-OpenSSL-AES SUBDIR += p5-Crypt-OpenSSL-Bignum SUBDIR += p5-Crypt-OpenSSL-CA SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-OpenSSL-X509 SUBDIR += p5-Crypt-PBKDF2 SUBDIR += p5-Crypt-PGPSimple SUBDIR += p5-Crypt-PassGen SUBDIR += p5-Crypt-Passwd-XS SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Password-Util SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RC5 SUBDIR += p5-Crypt-RC6 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-RSA-Yandex SUBDIR += p5-Crypt-Rabbit SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Random-Source SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-Rijndael_PP SUBDIR += p5-Crypt-SKey SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-Salt SUBDIR += p5-Crypt-SaltedHash SUBDIR += p5-Crypt-Serpent SUBDIR += p5-Crypt-Shark SUBDIR += p5-Crypt-Simple SUBDIR += p5-Crypt-SmbHash SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TEA SUBDIR += p5-Crypt-T_e_a SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-Twofish_PP SUBDIR += p5-Crypt-URandom SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Crypt-UnixCrypt_XS SUBDIR += p5-Crypt-X509 SUBDIR += p5-Crypt-xDBM_File SUBDIR += p5-CryptX SUBDIR += p5-Dancer-Plugin-Auth-Extensible SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Data-Entropy SUBDIR += p5-Data-Password SUBDIR += p5-Digest SUBDIR += p5-Digest-Adler32 SUBDIR += p5-Digest-Bcrypt SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-CRC SUBDIR += p5-Digest-Crc32 SUBDIR += p5-Digest-DJB SUBDIR += p5-Digest-DMAC SUBDIR += p5-Digest-EMAC SUBDIR += p5-Digest-Elf SUBDIR += p5-Digest-FNV SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Hashcash SUBDIR += p5-Digest-Haval256 SUBDIR += p5-Digest-JHash SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD4 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-MD5-File SUBDIR += p5-Digest-MD5-M4p SUBDIR += p5-Digest-MD5-Reverse SUBDIR += p5-Digest-ManberHash SUBDIR += p5-Digest-MurmurHash SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-Pearson SUBDIR += p5-Digest-Pearson-PurePerl SUBDIR += p5-Digest-Perl-MD4 SUBDIR += p5-Digest-Perl-MD5 SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SV1 SUBDIR += p5-Digest-Tiger SUBDIR += p5-Digest-Whirlpool SUBDIR += p5-File-KeePass SUBDIR += p5-File-KeePass-Agent SUBDIR += p5-File-Scan SUBDIR += p5-File-Scan-ClamAV SUBDIR += p5-Filter-CBC SUBDIR += p5-Filter-Crypto SUBDIR += p5-GD-SecurityImage SUBDIR += p5-GSSAPI SUBDIR += p5-GnuPG SUBDIR += p5-GnuPG-Interface SUBDIR += p5-HTML-Email-Obfuscate SUBDIR += p5-IO-Async-SSL SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-Jifty-Plugin-OpenID SUBDIR += p5-MD5 SUBDIR += p5-Mcrypt SUBDIR += p5-Module-Signature SUBDIR += p5-Net-Daemon-SSL SUBDIR += p5-Net-OpenID-Common SUBDIR += p5-Net-OpenID-JanRain SUBDIR += p5-Net-OpenID-Server SUBDIR += p5-Net-Radius-Server SUBDIR += p5-Net-SAML SUBDIR += p5-Net-SSL-ExpireDate SUBDIR += p5-Net-SSLeay SUBDIR += p5-Net-Server-Mail-ESMTP-AUTH SUBDIR += p5-Net-SinFP SUBDIR += p5-Nmap-Parser SUBDIR += p5-Nmap-Scanner SUBDIR += p5-OpenCA-CRL SUBDIR += p5-OpenCA-CRR SUBDIR += p5-OpenCA-OpenSSL SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify SUBDIR += p5-POE-Filter-SSL SUBDIR += p5-PerlCryptLib SUBDIR += p5-SAVI-Perl SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Snort-Rule SUBDIR += p5-String-MkPasswd SUBDIR += p5-Sudo SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz SUBDIR += p5-Unix-Passwd-File SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki SUBDIR += p5-openxpki-client SUBDIR += p5-openxpki-client-html-mason SUBDIR += p5-openxpki-client-scep SUBDIR += p5-openxpki-deployment SUBDIR += p5-openxpki-i18n SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_abl SUBDIR += pam_alreadyloggedin SUBDIR += pam_bsdbioapi SUBDIR += pam_fprint SUBDIR += pam_google_authenticator SUBDIR += pam_helper SUBDIR += pam_jail SUBDIR += pam_kde SUBDIR += pam_krb5 SUBDIR += pam_krb5-rh SUBDIR += pam_ldap SUBDIR += pam_mkhomedir SUBDIR += pam_p11 SUBDIR += pam_per_user SUBDIR += pam_pgina SUBDIR += pam_pseudo SUBDIR += pam_pwdfile SUBDIR += pam_require SUBDIR += pam_search_list SUBDIR += pam_smb SUBDIR += pam_ssh_agent_auth SUBDIR += pam_yubico SUBDIR += pamtester SUBDIR += paperkey SUBDIR += parano SUBDIR += pbc SUBDIR += pbnj SUBDIR += pcsc-tools SUBDIR += pdfcrack SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_OpenID SUBDIR += pear-Auth_PrefManager SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_Blowfish SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP SUBDIR += pear-Crypt_DiffieHellman SUBDIR += pear-Crypt_GPG SUBDIR += pear-Crypt_HMAC2 SUBDIR += pear-Crypt_MicroID SUBDIR += pear-Crypt_RC4 SUBDIR += pear-Crypt_RSA SUBDIR += pear-Crypt_XXTEA SUBDIR += pear-File_HtAccess SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd SUBDIR += pear-HTML_Crypt SUBDIR += pear-Horde_Auth SUBDIR += pear-Horde_Crypt SUBDIR += pear-Horde_Crypt_Blowfish SUBDIR += pear-Horde_Group SUBDIR += pear-Horde_Oauth SUBDIR += pear-Horde_Perms SUBDIR += pear-Horde_Secret SUBDIR += pear-Horde_Share SUBDIR += pear-LiveUser SUBDIR += pear-LiveUser_Admin SUBDIR += pear-Net_Portscan SUBDIR += pear-Text_Password SUBDIR += pecl-crack SUBDIR += pecl-gnupg SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 SUBDIR += pecl-taint SUBDIR += pecl-tcpwrap SUBDIR += pev SUBDIR += pft SUBDIR += pgp SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php-Auth_OpenID SUBDIR += php-Auth_OpenID2 SUBDIR += php-openid-ldap SUBDIR += php-suhosin SUBDIR += php5-filter SUBDIR += php5-hash SUBDIR += php5-mcrypt SUBDIR += php5-openssl SUBDIR += php52-filter SUBDIR += php52-hash SUBDIR += php52-mcrypt SUBDIR += php52-mhash SUBDIR += php52-openssl SUBDIR += php53-filter SUBDIR += php53-hash SUBDIR += php53-mcrypt SUBDIR += php53-openssl SUBDIR += php55-filter SUBDIR += php55-hash SUBDIR += php55-mcrypt SUBDIR += php55-openssl SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd SUBDIR += pidgin-encryption SUBDIR += pidgin-otr SUBDIR += pinentry SUBDIR += pinentry-curses SUBDIR += pinentry-gtk SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt4 SUBDIR += pkcrack SUBDIR += pkcs11-dump SUBDIR += pkcs11-gateway SUBDIR += pkcs11-helper SUBDIR += pkesh SUBDIR += pks SUBDIR += pktsuckers SUBDIR += please SUBDIR += polarssl SUBDIR += poly1305aes SUBDIR += portsentry SUBDIR += ppars SUBDIR += prelude-lml SUBDIR += prelude-manager SUBDIR += prelude-pflogger SUBDIR += proxycheck SUBDIR += proxytunnel SUBDIR += pscan SUBDIR += pssh SUBDIR += pulledpork SUBDIR += pure-sfv SUBDIR += putty SUBDIR += pvk SUBDIR += pwauth SUBDIR += pwman SUBDIR += pwman3 SUBDIR += pxytest SUBDIR += py-AccessControl SUBDIR += py-PF SUBDIR += py-Products.PlonePAS SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer SUBDIR += py-certify SUBDIR += py-clamav SUBDIR += py-cracklib SUBDIR += py-cryptkit SUBDIR += py-ecdsa SUBDIR += py-ed25519ll SUBDIR += py-fail2ban SUBDIR += py-gnupg SUBDIR += py-gnutls SUBDIR += py-htpasswd SUBDIR += py-itsdangerous SUBDIR += py-kerberos SUBDIR += py-keyczar SUBDIR += py-keyring SUBDIR += py-m2crypto SUBDIR += py-mcrypt SUBDIR += py-mhash SUBDIR += py-oauthlib SUBDIR += py-openid SUBDIR += py-openssl SUBDIR += py-otr SUBDIR += py-paramiko SUBDIR += py-passlib SUBDIR += py-plaso SUBDIR += py-plone.app.openid SUBDIR += py-plone.keyring SUBDIR += py-plone.openid SUBDIR += py-plone.protect SUBDIR += py-plone.session SUBDIR += py-posix1e SUBDIR += py-potr SUBDIR += py-pow SUBDIR += py-pyclamd SUBDIR += py-pycrypto SUBDIR += py-pycryptopp SUBDIR += py-pylibacl SUBDIR += py-pyme SUBDIR += py-pyptlib SUBDIR += py-pysha3 SUBDIR += py-python-registry SUBDIR += py-rsa SUBDIR += py-slowaes SUBDIR += py-ssh SUBDIR += py-sslstrip SUBDIR += py-stem SUBDIR += py-tlslite SUBDIR += py-trustedpickle SUBDIR += py-twistedConch SUBDIR += py-twofish SUBDIR += py-volatility SUBDIR += py-xmlsec SUBDIR += py-yara SUBDIR += py-yara-editor SUBDIR += py-zope.app.authentication SUBDIR += py-zope.app.localpermission SUBDIR += py-zope.app.principalannotation SUBDIR += py-zope.app.security SUBDIR += py-zope.app.securitypolicy SUBDIR += py-zope.authentication SUBDIR += py-zope.login SUBDIR += py-zope.password SUBDIR += py-zope.pluggableauth SUBDIR += py-zope.principalannotation SUBDIR += py-zope.principalregistry SUBDIR += py-zope.security SUBDIR += py-zope.securitypolicy SUBDIR += py-zope.session SUBDIR += qca-cyrus-sasl SUBDIR += qca-gnupg SUBDIR += qca-ossl SUBDIR += qtkeychain SUBDIR += quantis SUBDIR += quantis-kmod SUBDIR += racoon2 SUBDIR += radiusniff SUBDIR += rainbowcrack SUBDIR += ranpwd SUBDIR += rarcrack SUBDIR += ratproxy SUBDIR += rats SUBDIR += razorback-api SUBDIR += razorback-archiveInflate SUBDIR += razorback-clamavNugget SUBDIR += razorback-dispatcher SUBDIR += razorback-fileInject SUBDIR += razorback-fsMonitor SUBDIR += razorback-fsWalk SUBDIR += razorback-masterNugget SUBDIR += razorback-officeCat SUBDIR += razorback-pdfFox SUBDIR += razorback-scriptNugget SUBDIR += razorback-swfScanner SUBDIR += razorback-syslogNugget SUBDIR += razorback-virusTotal SUBDIR += razorback-yaraNugget SUBDIR += rcracki_mt SUBDIR += rdigest SUBDIR += regripper SUBDIR += regripperplugins SUBDIR += retranslator SUBDIR += revealrk SUBDIR += revelation SUBDIR += rifiuti2 SUBDIR += rkhunter SUBDIR += rndpassw SUBDIR += ruby-camellia SUBDIR += ruby-crypt SUBDIR += ruby-gpgme SUBDIR += ruby-hmac SUBDIR += ruby-password SUBDIR += ruby-tcpwrap SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr SUBDIR += rubygem-hmac SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit_data_models SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-six SUBDIR += rubygem-sshkit SUBDIR += rubygem-twitter_oauth SUBDIR += safesh SUBDIR += saint SUBDIR += samba-virusfilter SUBDIR += samhain SUBDIR += samhain-client SUBDIR += samhain-server SUBDIR += sancp SUBDIR += sasp SUBDIR += scamp SUBDIR += scanhill SUBDIR += scanlogd SUBDIR += scannedonly SUBDIR += scanssh SUBDIR += scrypt SUBDIR += seahorse SUBDIR += seahorse-plugins SUBDIR += seccure SUBDIR += secpanel SUBDIR += sectok SUBDIR += secure_delete SUBDIR += sguil-client SUBDIR += sguil-sensor SUBDIR += sguil-server SUBDIR += sha SUBDIR += shibboleth2-sp SUBDIR += shimmer SUBDIR += shishi SUBDIR += shttpscanner SUBDIR += sig2dot SUBDIR += signing-party SUBDIR += silktools SUBDIR += sinfp SUBDIR += skipfish SUBDIR += sks SUBDIR += slurpie SUBDIR += slush SUBDIR += smap SUBDIR += smtpscan SUBDIR += smurflog SUBDIR += sniff SUBDIR += snoopy SUBDIR += snort SUBDIR += snort-rep SUBDIR += snortreport SUBDIR += snortsam SUBDIR += snortsms SUBDIR += snortsnarf SUBDIR += softhsm SUBDIR += spass SUBDIR += spike-proxy SUBDIR += spybye SUBDIR += sqlmap SUBDIR += sqlninja SUBDIR += srm SUBDIR += srp SUBDIR += ssdeep SUBDIR += ssh-copy-id SUBDIR += ssh-gui SUBDIR += ssh-multiadd SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard SUBDIR += sshguard-ipfilter SUBDIR += sshguard-ipfw SUBDIR += sshguard-pf SUBDIR += sshit SUBDIR += sshpass SUBDIR += ssl-admin SUBDIR += sslscan SUBDIR += sslsniffer SUBDIR += sslwrap SUBDIR += sssd SUBDIR += ssss SUBDIR += sst SUBDIR += starttls SUBDIR += stegdetect SUBDIR += steghide SUBDIR += strobe SUBDIR += strongswan SUBDIR += stunnel SUBDIR += subweb SUBDIR += sud SUBDIR += sudo SUBDIR += sudoscript SUBDIR += sudosh SUBDIR += sudosh2 SUBDIR += sudosh3 SUBDIR += super SUBDIR += suricata SUBDIR += swatch SUBDIR += switzerland SUBDIR += symbion-sslproxy SUBDIR += tclsasl SUBDIR += termlog SUBDIR += tinc SUBDIR += tinyca SUBDIR += tinysu SUBDIR += tlswrap SUBDIR += tor SUBDIR += tor-devel SUBDIR += tpm-tools SUBDIR += tpmmanager SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 SUBDIR += tripwire12 SUBDIR += trousers SUBDIR += truecrack SUBDIR += truecrypt SUBDIR += tsshbatch SUBDIR += tthsum SUBDIR += tuntun SUBDIR += umit SUBDIR += unhide SUBDIR += unicornscan SUBDIR += unssh SUBDIR += vida SUBDIR += vinetto SUBDIR += vlock SUBDIR += vlog SUBDIR += vnccrack SUBDIR += vpnc SUBDIR += vuxml SUBDIR += vxquery SUBDIR += w3af SUBDIR += wapiti SUBDIR += webfwlog SUBDIR += webscarab SUBDIR += whatweb SUBDIR += wipe SUBDIR += xca SUBDIR += xinetd SUBDIR += xml-security SUBDIR += xmlsec1 SUBDIR += xorsearch SUBDIR += xspy SUBDIR += xyssl SUBDIR += yafic SUBDIR += yapet SUBDIR += yara SUBDIR += yassl SUBDIR += yersinia SUBDIR += ykclient SUBDIR += ykpers SUBDIR += zebedee SUBDIR += zenmap SUBDIR += zombiezapper SUBDIR += zxid SUBDIR += zzuf .include Index: head/security/libmatekeyring/Makefile =================================================================== --- head/security/libmatekeyring/Makefile (nonexistent) +++ head/security/libmatekeyring/Makefile (revision 334661) @@ -0,0 +1,32 @@ +# Created by: Michael Johnson +# $FreeBSD$ + +PORTNAME= libmatekeyring +PORTVERSION= 1.6.0 +CATEGORIES= security mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Program that keeps passwords and other secrets + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libdbus-1.so:${PORTSDIR}/devel/dbus + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack ltverhack +USE_GNOME= glib20 +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +.include Property changes on: head/security/libmatekeyring/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/libmatekeyring/distinfo =================================================================== --- head/security/libmatekeyring/distinfo (nonexistent) +++ head/security/libmatekeyring/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/libmatekeyring-1.6.0.tar.xz) = 7ce673bbf7e2d20811b5197c9a79e813226c4ef8d2719f606ad6d98e5958cc99 +SIZE (mate/libmatekeyring-1.6.0.tar.xz) = 118864 Property changes on: head/security/libmatekeyring/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/libmatekeyring/pkg-descr =================================================================== --- head/security/libmatekeyring/pkg-descr (nonexistent) +++ head/security/libmatekeyring/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +Mate-keyring is a program that keep password and other secrets for +users. The library libmate-keyring is used by applications to integrate +with the MATE keyring system. + +WWW: http://mate-desktop.org/ Property changes on: head/security/libmatekeyring/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/libmatekeyring/pkg-plist =================================================================== --- head/security/libmatekeyring/pkg-plist (nonexistent) +++ head/security/libmatekeyring/pkg-plist (revision 334661) @@ -0,0 +1,119 @@ +include/mate-keyring-1/mate-keyring-memory.h +include/mate-keyring-1/mate-keyring-result.h +include/mate-keyring-1/mate-keyring.h +lib/libmate-keyring.a +lib/libmate-keyring.la +lib/libmate-keyring.so +lib/libmate-keyring.so.1 +libdata/pkgconfig/mate-keyring-1.pc +share/doc/mate-keyring/ch01.html +share/doc/mate-keyring/home.png +share/doc/mate-keyring/index.html +share/doc/mate-keyring/index.sgml +share/doc/mate-keyring/left.png +share/doc/mate-keyring/mate-keyring-Callbacks.html +share/doc/mate-keyring/mate-keyring-Daemon-Management-Functions.html +share/doc/mate-keyring/mate-keyring-Item-ACLs.html +share/doc/mate-keyring/mate-keyring-Item-Attributes.html +share/doc/mate-keyring/mate-keyring-Item-Information.html +share/doc/mate-keyring/mate-keyring-Keyring-Info.html +share/doc/mate-keyring/mate-keyring-Keyring-Items.html +share/doc/mate-keyring/mate-keyring-Keyrings.html +share/doc/mate-keyring/mate-keyring-Miscellaneous-Functions.html +share/doc/mate-keyring/mate-keyring-Network-Passwords.html +share/doc/mate-keyring/mate-keyring-Non-pageable-Memory.html +share/doc/mate-keyring/mate-keyring-Result-Codes.html +share/doc/mate-keyring/mate-keyring-Search-Functionality.html +share/doc/mate-keyring/mate-keyring-Simple-Password-Storage.html +share/doc/mate-keyring/mate-keyring.devhelp +share/doc/mate-keyring/mate-keyring.devhelp2 +share/doc/mate-keyring/right.png +share/doc/mate-keyring/style.css +share/doc/mate-keyring/up.png +share/locale/am/LC_MESSAGES/libmatekeyring.mo +share/locale/ar/LC_MESSAGES/libmatekeyring.mo +share/locale/ast/LC_MESSAGES/libmatekeyring.mo +share/locale/bg/LC_MESSAGES/libmatekeyring.mo +share/locale/bn/LC_MESSAGES/libmatekeyring.mo +share/locale/bn_IN/LC_MESSAGES/libmatekeyring.mo +share/locale/ca/LC_MESSAGES/libmatekeyring.mo +share/locale/ca@valencia/LC_MESSAGES/libmatekeyring.mo +share/locale/cs/LC_MESSAGES/libmatekeyring.mo +share/locale/da/LC_MESSAGES/libmatekeyring.mo +share/locale/de/LC_MESSAGES/libmatekeyring.mo +share/locale/el/LC_MESSAGES/libmatekeyring.mo +share/locale/en_AU/LC_MESSAGES/libmatekeyring.mo +share/locale/en_GB/LC_MESSAGES/libmatekeyring.mo +share/locale/eo/LC_MESSAGES/libmatekeyring.mo +share/locale/es/LC_MESSAGES/libmatekeyring.mo +share/locale/es_CL/LC_MESSAGES/libmatekeyring.mo +share/locale/et/LC_MESSAGES/libmatekeyring.mo +share/locale/eu/LC_MESSAGES/libmatekeyring.mo +share/locale/fa/LC_MESSAGES/libmatekeyring.mo +share/locale/fi/LC_MESSAGES/libmatekeyring.mo +share/locale/fr/LC_MESSAGES/libmatekeyring.mo +share/locale/fy/LC_MESSAGES/libmatekeyring.mo +share/locale/gl/LC_MESSAGES/libmatekeyring.mo +share/locale/gu/LC_MESSAGES/libmatekeyring.mo +share/locale/he/LC_MESSAGES/libmatekeyring.mo +share/locale/hr/LC_MESSAGES/libmatekeyring.mo +share/locale/hu/LC_MESSAGES/libmatekeyring.mo +share/locale/id/LC_MESSAGES/libmatekeyring.mo +share/locale/it/LC_MESSAGES/libmatekeyring.mo +share/locale/ja/LC_MESSAGES/libmatekeyring.mo +share/locale/kn/LC_MESSAGES/libmatekeyring.mo +share/locale/ko/LC_MESSAGES/libmatekeyring.mo +share/locale/ky/LC_MESSAGES/libmatekeyring.mo +share/locale/lt/LC_MESSAGES/libmatekeyring.mo +share/locale/lv/LC_MESSAGES/libmatekeyring.mo +share/locale/ml/LC_MESSAGES/libmatekeyring.mo +share/locale/mn/LC_MESSAGES/libmatekeyring.mo +share/locale/ms/LC_MESSAGES/libmatekeyring.mo +share/locale/nb/LC_MESSAGES/libmatekeyring.mo +share/locale/nds/LC_MESSAGES/libmatekeyring.mo +share/locale/nl/LC_MESSAGES/libmatekeyring.mo +share/locale/nn/LC_MESSAGES/libmatekeyring.mo +share/locale/or/LC_MESSAGES/libmatekeyring.mo +share/locale/pa/LC_MESSAGES/libmatekeyring.mo +share/locale/pl/LC_MESSAGES/libmatekeyring.mo +share/locale/pt/LC_MESSAGES/libmatekeyring.mo +share/locale/pt_BR/LC_MESSAGES/libmatekeyring.mo +share/locale/ro/LC_MESSAGES/libmatekeyring.mo +share/locale/ru/LC_MESSAGES/libmatekeyring.mo +share/locale/sk/LC_MESSAGES/libmatekeyring.mo +share/locale/sl/LC_MESSAGES/libmatekeyring.mo +share/locale/sq/LC_MESSAGES/libmatekeyring.mo +share/locale/sr/LC_MESSAGES/libmatekeyring.mo +share/locale/sr@latin/LC_MESSAGES/libmatekeyring.mo +share/locale/sv/LC_MESSAGES/libmatekeyring.mo +share/locale/ta/LC_MESSAGES/libmatekeyring.mo +share/locale/th/LC_MESSAGES/libmatekeyring.mo +share/locale/tr/LC_MESSAGES/libmatekeyring.mo +share/locale/ug/LC_MESSAGES/libmatekeyring.mo +share/locale/uk/LC_MESSAGES/libmatekeyring.mo +share/locale/vi/LC_MESSAGES/libmatekeyring.mo +share/locale/zh_CN/LC_MESSAGES/libmatekeyring.mo +share/locale/zh_HK/LC_MESSAGES/libmatekeyring.mo +share/locale/zh_TW/LC_MESSAGES/libmatekeyring.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrm share/doc/mate-keyring +@dirrm include/mate-keyring-1 Property changes on: head/security/libmatekeyring/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/Makefile =================================================================== --- head/security/mate-keyring/Makefile (nonexistent) +++ head/security/mate-keyring/Makefile (revision 334661) @@ -0,0 +1,41 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-keyring +PORTVERSION= 1.6.0 +CATEGORIES= security mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A program that keeps passwords and other secrets + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libtasn1.so:${PORTSDIR}/security/libtasn1 +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack libmatekeyring ltverhack +USE_GNOME= gnomehier glib20 gtk20 +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ + --with-root-certs="${LOCALBASE}/share/certs" \ + --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.crypto.cache.gschema.xml \ + org.mate.crypto.pgp.gschema.xml + +.include Property changes on: head/security/mate-keyring/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/mate-keyring/distinfo =================================================================== --- head/security/mate-keyring/distinfo (nonexistent) +++ head/security/mate-keyring/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-keyring-1.6.0.tar.xz) = f77c48c59a9611baa9721d0a30e78f148629d1754066844bea053cb80141652b +SIZE (mate/mate-keyring-1.6.0.tar.xz) = 1339564 Property changes on: head/security/mate-keyring/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/files/patch-configure.ac =================================================================== --- head/security/mate-keyring/files/patch-configure.ac (nonexistent) +++ head/security/mate-keyring/files/patch-configure.ac (revision 334661) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2013-03-24 01:28:30.000000000 -0500 ++++ configure.ac 2013-03-24 01:29:26.000000000 -0500 +@@ -284,7 +284,7 @@ + + pam_status="no" + if test "$enable_pam" != "no"; then +- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no) ++ AC_CHECK_HEADERS(security/pam_modules.h, [have_pam=yes; break], have_pam=no) + if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then + AC_MSG_ERROR(The PAM headers are missing) + elif test "$have_pam" = "yes"; then Property changes on: head/security/mate-keyring/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/mate-keyring/files/patch-pam_gkr-pam-client.c =================================================================== --- head/security/mate-keyring/files/patch-pam_gkr-pam-client.c (nonexistent) +++ head/security/mate-keyring/files/patch-pam_gkr-pam-client.c (revision 334661) @@ -0,0 +1,18 @@ +--- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400 ++++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400 +@@ -96,12 +96,12 @@ check_peer_same_uid (int sock) + struct xucred xuc; + socklen_t xuc_len = sizeof (xuc); + +- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && +- xuc_len == sizeof (xuc)) { ++ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && ++ xuc.cr_version == XUCRED_VERSION) { + uid = xuc.cr_uid; + } else { + syslog (GKR_LOG_ERR, "could not get mate-keyring-daemon socket credentials, " +- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc)); ++ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION); + return -1; + } + Property changes on: head/security/mate-keyring/files/patch-pam_gkr-pam-client.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c =================================================================== --- head/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c (nonexistent) +++ head/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c (revision 334661) @@ -0,0 +1,11 @@ +--- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500 ++++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500 +@@ -31,6 +31,8 @@ + #include + #include + ++#include ++#include + #include + #include + #include Property changes on: head/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/files/patch-egg_egg-unix-credentials.c =================================================================== --- head/security/mate-keyring/files/patch-egg_egg-unix-credentials.c (nonexistent) +++ head/security/mate-keyring/files/patch-egg_egg-unix-credentials.c (revision 334661) @@ -0,0 +1,44 @@ +--- egg/egg-unix-credentials.c.orig 2010-01-13 00:21:23.000000000 -0500 ++++ egg/egg-unix-credentials.c 2010-01-13 00:25:46.000000000 -0500 +@@ -27,6 +27,7 @@ + + #include + #include ++#include + #include + #include + #include +@@ -37,6 +38,33 @@ + #include + #endif + ++#if __FreeBSD_version < 701101 ++static char * ++strndup (const char *s, size_t n) ++{ ++ size_t nAvail; ++ char *p; ++ ++ if (s == NULL) ++ return NULL; ++ ++ if (memchr (s, '\0', n) != NULL) { ++ nAvail = strlen(s); ++ if (nAvail > n) ++ nAvail = n; ++ } else{ ++ nAvail = n; ++ } ++ p = malloc (nAvail + 1); ++ if (p == NULL) ++ return NULL; ++ memcpy (p, s, nAvail); ++ p[nAvail] = '\0'; ++ ++ return p; ++} ++#endif ++ + int + egg_unix_credentials_read (int sock, pid_t *pid, uid_t *uid) + { Property changes on: head/security/mate-keyring/files/patch-egg_egg-unix-credentials.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c =================================================================== --- head/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c (nonexistent) +++ head/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c (revision 334661) @@ -0,0 +1,11 @@ +--- pkcs11/rpc-layer/gkm-rpc-dispatch.c.orig 2010-09-04 12:06:44.000000000 +0200 ++++ pkcs11/rpc-layer/gkm-rpc-dispatch.c 2010-09-04 12:07:12.000000000 +0200 +@@ -784,7 +784,7 @@ rpc_C_Finalize (CallState *cs) + { + CK_SLOT_ID_PTR slots; + CK_ULONG n_slots, i; +- CK_RV ret; ++ CK_RV ret = CKR_OK; + + debug (("C_Finalize: enter")); + Property changes on: head/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/pkg-descr =================================================================== --- head/security/mate-keyring/pkg-descr (nonexistent) +++ head/security/mate-keyring/pkg-descr (revision 334661) @@ -0,0 +1,17 @@ +Mate-keyring is a program that keep password and other secrets for +users. It is run as a damon in the session, similar to ssh-agent, and +other applications can locate it by an environment variable. + +The program can manage several keyrings, each with its own master +password, and there is also a session keyring which is never stored to +disk, but forgotten when the session ends. + +The library libmatekeyring is used by applications to integrate with +the MATE keyring system. However, at this point the library hasn't been +tested and used enought to consider the API to be publically +exposed. Therefore use of libmatekeyring is at the moment limited to +internal use in the MATE desktop. However, we hope that the +mate-keyring API will turn out useful and good, so that later it +can be made public for any application to use. + +WWW: http://mate-desktop.org/ Property changes on: head/security/mate-keyring/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/mate-keyring/pkg-plist =================================================================== --- head/security/mate-keyring/pkg-plist (nonexistent) +++ head/security/mate-keyring/pkg-plist (revision 334661) @@ -0,0 +1,246 @@ +bin/mate-keyring +bin/mate-keyring-daemon +etc/xdg/autostart/mate-keyring-gpg.desktop +etc/xdg/autostart/mate-keyring-pkcs11.desktop +etc/xdg/autostart/mate-keyring-secrets.desktop +etc/xdg/autostart/mate-keyring-ssh.desktop +include/gck/pkcs11.h +include/gck/pkcs11n.h +include/gck/pkcs11x.h +include/mate-gck/gck.h +include/mategcr/gcr/gcr-certificate-basics-widget.h +include/mategcr/gcr/gcr-certificate-chain.h +include/mategcr/gcr/gcr-certificate-details-widget.h +include/mategcr/gcr/gcr-certificate-renderer.h +include/mategcr/gcr/gcr-certificate-widget.h +include/mategcr/gcr/gcr-certificate.h +include/mategcr/gcr/gcr-importer.h +include/mategcr/gcr/gcr-key-renderer.h +include/mategcr/gcr/gcr-key-widget.h +include/mategcr/gcr/gcr-library.h +include/mategcr/gcr/gcr-parser.h +include/mategcr/gcr/gcr-pkcs11-certificate.h +include/mategcr/gcr/gcr-renderer.h +include/mategcr/gcr/gcr-simple-certificate.h +include/mategcr/gcr/gcr-trust.h +include/mategcr/gcr/gcr-types.h +include/mategcr/gcr/gcr-unlock-options-widget.h +include/mategcr/gcr/gcr-unlock-options.h +include/mategcr/gcr/gcr-viewer.h +include/mategcr/gcr/gcr.h +lib/libmategck.a +lib/libmategck.la +lib/libmategck.so +lib/libmategck.so.0 +lib/libmategcr.a +lib/libmategcr.la +lib/libmategcr.so +lib/libmategcr.so.0 +lib/mate-keyring/devel/gkm-mate2-store-standalone.a +lib/mate-keyring/devel/gkm-mate2-store-standalone.la +lib/mate-keyring/devel/gkm-mate2-store-standalone.so +lib/mate-keyring/devel/gkm-roots-store-standalone.a +lib/mate-keyring/devel/gkm-roots-store-standalone.la +lib/mate-keyring/devel/gkm-roots-store-standalone.so +lib/mate-keyring/devel/gkm-ssh-store-standalone.a +lib/mate-keyring/devel/gkm-ssh-store-standalone.la +lib/mate-keyring/devel/gkm-ssh-store-standalone.so +lib/mate-keyring/devel/gkm-xdg-store-standalone.a +lib/mate-keyring/devel/gkm-xdg-store-standalone.la +lib/mate-keyring/devel/gkm-xdg-store-standalone.so +lib/mate-keyring/standalone/gkm-secret-store-standalone.a +lib/mate-keyring/standalone/gkm-secret-store-standalone.la +lib/mate-keyring/standalone/gkm-secret-store-standalone.so +lib/pam_mate_keyring.a +lib/pam_mate_keyring.la +lib/pam_mate_keyring.so +lib/pkcs11/mate-keyring-pkcs11.a +lib/pkcs11/mate-keyring-pkcs11.la +lib/pkcs11/mate-keyring-pkcs11.so +libdata/pkgconfig/mate-gck-0.pc +libdata/pkgconfig/mate-gcr-0.pc +libexec/mate-keyring-prompt +share/MateConf/gsettings/org.mate.crypto.cache.convert +share/MateConf/gsettings/org.mate.crypto.pgp.convert +share/dbus-1/services/org.mate-freedesktop.secrets.service +share/dbus-1/services/org.mate.keyring.service +share/doc/mate-gck/GckModule.html +share/doc/mate-gck/GckObject.html +share/doc/mate-gck/GckSession.html +share/doc/mate-gck/GckSlot.html +share/doc/mate-gck/ch01.html +share/doc/mate-gck/gck-Errors.html +share/doc/mate-gck/gck-GckAttribute.html +share/doc/mate-gck/gck-GckAttributes.html +share/doc/mate-gck/gck-Miscellaneous-Functions.html +share/doc/mate-gck/gck-PKCS11-URIs.html +share/doc/mate-gck/gck.devhelp +share/doc/mate-gck/gck.devhelp2 +share/doc/mate-gck/home.png +share/doc/mate-gck/index.html +share/doc/mate-gck/index.sgml +share/doc/mate-gck/left.png +share/doc/mate-gck/right.png +share/doc/mate-gck/style.css +share/doc/mate-gck/up.png +share/doc/mate-gcr-0/GcrCertificateChain.html +share/doc/mate-gcr-0/GcrPkcs11Certificate.html +share/doc/mate-gcr-0/GcrSimpleCertificate.html +share/doc/mate-gcr-0/certificates.html +share/doc/mate-gcr-0/gcr-GcrCertificate.html +share/doc/mate-gcr-0/gcr-Library-Settings.html +share/doc/mate-gcr-0/gcr-Trust-Storage-and-Lookups.html +share/doc/mate-gcr-0/gcr-gcr-importer.html +share/doc/mate-gcr-0/gcr-gcr-initializer.html +share/doc/mate-gcr-0/gcr-gcr-parser.html +share/doc/mate-gcr-0/gcr.devhelp +share/doc/mate-gcr-0/gcr.devhelp2 +share/doc/mate-gcr-0/home.png +share/doc/mate-gcr-0/index.html +share/doc/mate-gcr-0/index.sgml +share/doc/mate-gcr-0/left.png +share/doc/mate-gcr-0/misc.html +share/doc/mate-gcr-0/right.png +share/doc/mate-gcr-0/storage.html +share/doc/mate-gcr-0/style.css +share/doc/mate-gcr-0/up.png +share/locale/af/LC_MESSAGES/mate-keyring.mo +share/locale/am/LC_MESSAGES/mate-keyring.mo +share/locale/ar/LC_MESSAGES/mate-keyring.mo +share/locale/as/LC_MESSAGES/mate-keyring.mo +share/locale/ast/LC_MESSAGES/mate-keyring.mo +share/locale/az/LC_MESSAGES/mate-keyring.mo +share/locale/be/LC_MESSAGES/mate-keyring.mo +share/locale/be@latin/LC_MESSAGES/mate-keyring.mo +share/locale/bg/LC_MESSAGES/mate-keyring.mo +share/locale/bn/LC_MESSAGES/mate-keyring.mo +share/locale/bn_IN/LC_MESSAGES/mate-keyring.mo +share/locale/bs/LC_MESSAGES/mate-keyring.mo +share/locale/ca/LC_MESSAGES/mate-keyring.mo +share/locale/ca@valencia/LC_MESSAGES/mate-keyring.mo +share/locale/cs/LC_MESSAGES/mate-keyring.mo +share/locale/cy/LC_MESSAGES/mate-keyring.mo +share/locale/da/LC_MESSAGES/mate-keyring.mo +share/locale/de/LC_MESSAGES/mate-keyring.mo +share/locale/dz/LC_MESSAGES/mate-keyring.mo +share/locale/el/LC_MESSAGES/mate-keyring.mo +share/locale/en@shaw/LC_MESSAGES/mate-keyring.mo +share/locale/en_AU/LC_MESSAGES/mate-keyring.mo +share/locale/en_CA/LC_MESSAGES/mate-keyring.mo +share/locale/en_GB/LC_MESSAGES/mate-keyring.mo +share/locale/es/LC_MESSAGES/mate-keyring.mo +share/locale/et/LC_MESSAGES/mate-keyring.mo +share/locale/eu/LC_MESSAGES/mate-keyring.mo +share/locale/fa/LC_MESSAGES/mate-keyring.mo +share/locale/fi/LC_MESSAGES/mate-keyring.mo +share/locale/fr/LC_MESSAGES/mate-keyring.mo +share/locale/ga/LC_MESSAGES/mate-keyring.mo +share/locale/gl/LC_MESSAGES/mate-keyring.mo +share/locale/gu/LC_MESSAGES/mate-keyring.mo +share/locale/he/LC_MESSAGES/mate-keyring.mo +share/locale/hi/LC_MESSAGES/mate-keyring.mo +share/locale/hr/LC_MESSAGES/mate-keyring.mo +share/locale/hu/LC_MESSAGES/mate-keyring.mo +share/locale/id/LC_MESSAGES/mate-keyring.mo +share/locale/is/LC_MESSAGES/mate-keyring.mo +share/locale/it/LC_MESSAGES/mate-keyring.mo +share/locale/ja/LC_MESSAGES/mate-keyring.mo +share/locale/ka/LC_MESSAGES/mate-keyring.mo +share/locale/kn/LC_MESSAGES/mate-keyring.mo +share/locale/ko/LC_MESSAGES/mate-keyring.mo +share/locale/ky/LC_MESSAGES/mate-keyring.mo +share/locale/lt/LC_MESSAGES/mate-keyring.mo +share/locale/lv/LC_MESSAGES/mate-keyring.mo +share/locale/mai/LC_MESSAGES/mate-keyring.mo +share/locale/mg/LC_MESSAGES/mate-keyring.mo +share/locale/mk/LC_MESSAGES/mate-keyring.mo +share/locale/ml/LC_MESSAGES/mate-keyring.mo +share/locale/mn/LC_MESSAGES/mate-keyring.mo +share/locale/mr/LC_MESSAGES/mate-keyring.mo +share/locale/ms/LC_MESSAGES/mate-keyring.mo +share/locale/nb/LC_MESSAGES/mate-keyring.mo +share/locale/ne/LC_MESSAGES/mate-keyring.mo +share/locale/nl/LC_MESSAGES/mate-keyring.mo +share/locale/nn/LC_MESSAGES/mate-keyring.mo +share/locale/oc/LC_MESSAGES/mate-keyring.mo +share/locale/or/LC_MESSAGES/mate-keyring.mo +share/locale/pa/LC_MESSAGES/mate-keyring.mo +share/locale/pl/LC_MESSAGES/mate-keyring.mo +share/locale/pt/LC_MESSAGES/mate-keyring.mo +share/locale/pt_BR/LC_MESSAGES/mate-keyring.mo +share/locale/ro/LC_MESSAGES/mate-keyring.mo +share/locale/ru/LC_MESSAGES/mate-keyring.mo +share/locale/rw/LC_MESSAGES/mate-keyring.mo +share/locale/si/LC_MESSAGES/mate-keyring.mo +share/locale/sk/LC_MESSAGES/mate-keyring.mo +share/locale/sl/LC_MESSAGES/mate-keyring.mo +share/locale/sq/LC_MESSAGES/mate-keyring.mo +share/locale/sr/LC_MESSAGES/mate-keyring.mo +share/locale/sr@latin/LC_MESSAGES/mate-keyring.mo +share/locale/sv/LC_MESSAGES/mate-keyring.mo +share/locale/ta/LC_MESSAGES/mate-keyring.mo +share/locale/te/LC_MESSAGES/mate-keyring.mo +share/locale/th/LC_MESSAGES/mate-keyring.mo +share/locale/tr/LC_MESSAGES/mate-keyring.mo +share/locale/ug/LC_MESSAGES/mate-keyring.mo +share/locale/uk/LC_MESSAGES/mate-keyring.mo +share/locale/vi/LC_MESSAGES/mate-keyring.mo +share/locale/xh/LC_MESSAGES/mate-keyring.mo +share/locale/zh_CN/LC_MESSAGES/mate-keyring.mo +share/locale/zh_HK/LC_MESSAGES/mate-keyring.mo +share/locale/zh_TW/LC_MESSAGES/mate-keyring.mo +%%DATADIR%%/ui/gku-prompt.ui +share/mategcr/ui/gcr-import-dialog.ui +share/mategcr/ui/gcr-unlock-options-widget.ui +@dirrm share/mategcr/ui +@dirrm share/mategcr +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/doc/mate-gcr-0 +@dirrm share/doc/mate-gck +@dirrmtry lib/pkcs11 +@dirrm lib/mate-keyring/standalone +@dirrm lib/mate-keyring/devel +@dirrm lib/mate-keyring +@dirrm include/mategcr/gcr +@dirrm include/mategcr +@dirrm include/mate-gck +@dirrm include/gck Property changes on: head/security/mate-keyring/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile (revision 334660) +++ head/sysutils/Makefile (revision 334661) @@ -1,1071 +1,1076 @@ # $FreeBSD$ # COMMENT = System utilities SUBDIR += 3dm SUBDIR += 44bsd-more SUBDIR += 915resolution SUBDIR += DTraceToolkit SUBDIR += LPRng SUBDIR += LPRngTool SUBDIR += abck SUBDIR += abgx360 SUBDIR += abgx360gui SUBDIR += acpi_call SUBDIR += acpica-tools SUBDIR += adtool SUBDIR += afbinit SUBDIR += afflib SUBDIR += afio SUBDIR += agedu SUBDIR += ah-tty SUBDIR += aimage SUBDIR += aird SUBDIR += am-utils SUBDIR += amrstat SUBDIR += anacron SUBDIR += and SUBDIR += ansible SUBDIR += anteater SUBDIR += apachetop SUBDIR += apcpwr SUBDIR += apcupsd SUBDIR += apt SUBDIR += arcconf SUBDIR += archivemount SUBDIR += areca-cli SUBDIR += asapm SUBDIR += ascpu SUBDIR += asfsm SUBDIR += asmem SUBDIR += asmon SUBDIR += asr-utils SUBDIR += asusoled SUBDIR += ataidle SUBDIR += atitvout SUBDIR += atop SUBDIR += auto-admin SUBDIR += autojump SUBDIR += automount SUBDIR += automounter SUBDIR += autopsy SUBDIR += b43-fwcutter SUBDIR += backupme SUBDIR += backuppc SUBDIR += bacula-bat SUBDIR += bacula-client SUBDIR += bacula-client-static SUBDIR += bacula-docs SUBDIR += bacula-server SUBDIR += bashburn SUBDIR += batmon SUBDIR += battfink SUBDIR += battmond SUBDIR += battray SUBDIR += bbapm SUBDIR += bbcp SUBDIR += bchunk SUBDIR += be_agent SUBDIR += beadm SUBDIR += beadm-devel SUBDIR += biosfont SUBDIR += bkpupsd SUBDIR += bksh SUBDIR += blimitd SUBDIR += bontmia SUBDIR += boxbackup SUBDIR += boxbackup-devel SUBDIR += brasero SUBDIR += brebis SUBDIR += bsd-splash-changer SUBDIR += bsdadminscripts SUBDIR += bsdconfig SUBDIR += bsdcrashtar SUBDIR += bsdhwmon SUBDIR += bsdinfo SUBDIR += bsdmoted SUBDIR += bsdstats SUBDIR += bubblemon-dockapp SUBDIR += bubblemon2 SUBDIR += bulk_extractor SUBDIR += busybox SUBDIR += busybox-unstable SUBDIR += byobu SUBDIR += cbsd SUBDIR += ccd2iso SUBDIR += cciss_vol_status SUBDIR += ccze SUBDIR += cdargs SUBDIR += cdbkup SUBDIR += cdeploy SUBDIR += cdf SUBDIR += cdircmp SUBDIR += cdls SUBDIR += cdrdao SUBDIR += cdrkit SUBDIR += cdroot SUBDIR += cdrtools SUBDIR += cdrtools-devel SUBDIR += cfengine-devel SUBDIR += cfengine SUBDIR += cfengine22 SUBDIR += cfengine32 SUBDIR += cfengine33 SUBDIR += cfengine34 SUBDIR += cfengine35 SUBDIR += chgrep SUBDIR += ciso SUBDIR += ck4up SUBDIR += ckl SUBDIR += clean SUBDIR += clockspeed SUBDIR += clockspeed-conf SUBDIR += clone SUBDIR += clonehdd SUBDIR += cloop-utils SUBDIR += cmdwatch SUBDIR += cmospwd SUBDIR += cog SUBDIR += colorize SUBDIR += comconsole SUBDIR += comiccron SUBDIR += condor SUBDIR += confctl SUBDIR += confman SUBDIR += conky SUBDIR += conky-awesome SUBDIR += consolehm SUBDIR += consolekit SUBDIR += contool SUBDIR += copytape SUBDIR += coreutils SUBDIR += cotty SUBDIR += cpdup SUBDIR += cpu SUBDIR += cpuburn SUBDIR += cpulimit SUBDIR += cpupowerd SUBDIR += cramfs SUBDIR += crashme SUBDIR += createrepo SUBDIR += cromwell SUBDIR += cronolog SUBDIR += cronolog-devel SUBDIR += curly SUBDIR += cvsweb-converters SUBDIR += cw SUBDIR += daa2iso SUBDIR += dae SUBDIR += daedalus SUBDIR += daemontools SUBDIR += dar SUBDIR += dc3dd SUBDIR += dcfldd SUBDIR += dd_rescue SUBDIR += ddpt SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap SUBDIR += decomment SUBDIR += deltup SUBDIR += desktop-installer SUBDIR += detach SUBDIR += detox SUBDIR += devcpu-data SUBDIR += devstat SUBDIR += dfc SUBDIR += di SUBDIR += dim SUBDIR += dirdiff SUBDIR += dirvish SUBDIR += diskcheckd SUBDIR += diskscrub SUBDIR += disktool SUBDIR += disktype SUBDIR += djmount SUBDIR += dmg2img SUBDIR += dmidecode SUBDIR += doinkd SUBDIR += dolly SUBDIR += downtime SUBDIR += downtimed SUBDIR += dt SUBDIR += dtc SUBDIR += dtpstree SUBDIR += du2ps SUBDIR += duff SUBDIR += dunst SUBDIR += duplicity SUBDIR += duply SUBDIR += dupmerge SUBDIR += dvd+rw-tools SUBDIR += dvdbackup SUBDIR += dvdimagecmp SUBDIR += dvdisaster SUBDIR += dvdvideo SUBDIR += dvtm SUBDIR += dwatch SUBDIR += e2fsprogs SUBDIR += ec2-scripts SUBDIR += edid-decode SUBDIR += eiciel SUBDIR += eject SUBDIR += endian SUBDIR += entr SUBDIR += enteruser SUBDIR += env4801 SUBDIR += epylog SUBDIR += eroaster SUBDIR += etcmerge SUBDIR += etcupdate SUBDIR += eventlog SUBDIR += evtviewer SUBDIR += exfat-utils SUBDIR += extipl SUBDIR += ezjail SUBDIR += fanout SUBDIR += farbot SUBDIR += fastest_cvsup SUBDIR += fatback SUBDIR += fconfig SUBDIR += fcron SUBDIR += fdupes SUBDIR += feather SUBDIR += fetchlog SUBDIR += ffs2recov SUBDIR += file SUBDIR += filedupe SUBDIR += filelight-kde4 SUBDIR += fileprune SUBDIR += fileschanged SUBDIR += filetype SUBDIR += filewatcherd SUBDIR += finfo SUBDIR += firstboot-freebsd-update SUBDIR += flasher SUBDIR += flashrom SUBDIR += flexbackup SUBDIR += flock SUBDIR += flog SUBDIR += flyback SUBDIR += fonteditfs SUBDIR += foremost SUBDIR += fortunelock SUBDIR += fpart SUBDIR += fpc-syslog SUBDIR += fpc-users SUBDIR += fpc-utmp SUBDIR += fpc-uuid SUBDIR += fpkg SUBDIR += freebsd-snapshot SUBDIR += freecolor SUBDIR += freedt SUBDIR += freeipmi SUBDIR += freesbie SUBDIR += freqsdwn SUBDIR += froxlor SUBDIR += fsbackup SUBDIR += fsc SUBDIR += fstyp SUBDIR += ftwin SUBDIR += fusefs-afuse SUBDIR += fusefs-chironfs SUBDIR += fusefs-cryptofs SUBDIR += fusefs-curlftpfs SUBDIR += fusefs-encfs SUBDIR += fusefs-exfat SUBDIR += fusefs-ext4fuse SUBDIR += fusefs-funionfs SUBDIR += fusefs-fur SUBDIR += fusefs-fusepak SUBDIR += fusefs-fusexmp_fh SUBDIR += fusefs-gnome-vfs SUBDIR += fusefs-gstfs SUBDIR += fusefs-gunzip SUBDIR += fusefs-httpfs SUBDIR += fusefs-ifuse SUBDIR += fusefs-kmod SUBDIR += fusefs-libs SUBDIR += fusefs-mhddfs SUBDIR += fusefs-mp3fs SUBDIR += fusefs-ntfs SUBDIR += fusefs-pod SUBDIR += fusefs-rar2fs SUBDIR += fusefs-s3fs SUBDIR += fusefs-smbnetfs SUBDIR += fusefs-sqlfs SUBDIR += fusefs-sshfs SUBDIR += fusefs-unionfs SUBDIR += fusefs-wdfs SUBDIR += fusefs-wikipediafs SUBDIR += fusefs-zip SUBDIR += fvcool SUBDIR += gaffitter SUBDIR += gai-leds SUBDIR += ganglia-monitor-core SUBDIR += ganglia-webfrontend SUBDIR += gapcmon SUBDIR += garcon SUBDIR += gather SUBDIR += gcdmaster SUBDIR += gcombust SUBDIR += gconf-editor SUBDIR += gdisk SUBDIR += gdmap SUBDIR += geomWatch SUBDIR += geomgui SUBDIR += getdelta SUBDIR += geteltorito SUBDIR += gigolo SUBDIR += gkfreq SUBDIR += gkleds2 SUBDIR += gkrellfire SUBDIR += gkrellflynn SUBDIR += gkrellm SUBDIR += gkrellm-trayicons SUBDIR += gkrellm2 SUBDIR += gkrellmwho2 SUBDIR += gkrelltop SUBDIR += gksu SUBDIR += gnome-control-center SUBDIR += gnome-device-manager SUBDIR += gnome-mount SUBDIR += gnome-pkgview SUBDIR += gnome-power-manager SUBDIR += gnome-schedule SUBDIR += gnome-settings-daemon SUBDIR += gnome-system-monitor SUBDIR += gnome-system-tools SUBDIR += gnome_subr SUBDIR += gnomebaker SUBDIR += goaccess SUBDIR += gosa SUBDIR += gpart SUBDIR += gpkgdep SUBDIR += gpte SUBDIR += graffer SUBDIR += graid5 SUBDIR += graphicboot SUBDIR += graveman SUBDIR += grok SUBDIR += grub2 SUBDIR += grub2-bhyve SUBDIR += grub2-efi SUBDIR += gsmartcontrol SUBDIR += gstopd SUBDIR += gstreamer-plugins-cdio SUBDIR += gstreamer-plugins-hal SUBDIR += gstreamer1-plugins-cdio SUBDIR += gtk-imonc SUBDIR += gtk-send-pr SUBDIR += hachoir-metadata SUBDIR += hachoir-subfile SUBDIR += hachoir-urwid SUBDIR += hachoir-wx SUBDIR += hal SUBDIR += hal-info SUBDIR += hammerhead SUBDIR += hardlink SUBDIR += hatop SUBDIR += hdup SUBDIR += hdrecover SUBDIR += healthd SUBDIR += heartbeat SUBDIR += heirloom SUBDIR += hextools SUBDIR += hfsexplorer SUBDIR += hfsutils SUBDIR += hidesvn SUBDIR += highlnk SUBDIR += hilite SUBDIR += host-setup SUBDIR += hourglass SUBDIR += hoz SUBDIR += hpacucli SUBDIR += hploscripts SUBDIR += hs-angel SUBDIR += hs-cpu SUBDIR += htop SUBDIR += httplog SUBDIR += hwstat SUBDIR += hyperic-sigar SUBDIR += i2c-tools SUBDIR += i7z SUBDIR += iat SUBDIR += installwatch SUBDIR += iogen SUBDIR += iograph SUBDIR += ioping SUBDIR += ipa SUBDIR += ipad_charge SUBDIR += ipmitool SUBDIR += ipsc SUBDIR += isc-cron SUBDIR += isomaster SUBDIR += isomd5sum SUBDIR += ispman SUBDIR += istatd SUBDIR += jail2 SUBDIR += jailadmin SUBDIR += jailctl SUBDIR += jaildaemon SUBDIR += jailer SUBDIR += jailme SUBDIR += jailrc SUBDIR += jailuser SUBDIR += jailutils SUBDIR += javaservicewrapper SUBDIR += jdiskreport SUBDIR += jfbterm SUBDIR += jkill SUBDIR += jps SUBDIR += jtop SUBDIR += jtopen SUBDIR += jvmtop SUBDIR += jx SUBDIR += k3b-kde4 SUBDIR += k8temp SUBDIR += kcm-polkit-kde SUBDIR += kdeadmin4 SUBDIR += kdf SUBDIR += kdirstat SUBDIR += keyboard-daemon SUBDIR += kfloppy SUBDIR += kiconvtool SUBDIR += kldfind SUBDIR += kldpatch SUBDIR += knutclient-kde4 SUBDIR += krename-kde4 SUBDIR += kshutdown-kde4 SUBDIR += ksysguardd SUBDIR += lavaps SUBDIR += lbl-cf SUBDIR += lbl-hf SUBDIR += lcdproc SUBDIR += ldap-account-manager SUBDIR += ldapenter SUBDIR += ldapvi SUBDIR += ledit SUBDIR += less SUBDIR += lfm SUBDIR += libcdio SUBDIR += libchk SUBDIR += libfvde SUBDIR += libgksu SUBDIR += libieee1284 SUBDIR += libretto-config SUBDIR += libsunacl SUBDIR += liburcu SUBDIR += libutempter SUBDIR += libzeitgeist SUBDIR += lineak-defaultplugin SUBDIR += lineak-xosdplugin SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-afaapps SUBDIR += linux-crashplan SUBDIR += linux-f10-procps SUBDIR += linux-megamgr SUBDIR += linux-nero SUBDIR += linuxfdisk SUBDIR += lire SUBDIR += livecd SUBDIR += lmmon SUBDIR += lmon SUBDIR += log_analysis SUBDIR += loganalyzer SUBDIR += logmon SUBDIR += logrotate SUBDIR += logstalgia SUBDIR += logstash SUBDIR += logtool SUBDIR += logwatch SUBDIR += lookat SUBDIR += lookupd SUBDIR += lookupd_ldap SUBDIR += lsof SUBDIR += ltrace SUBDIR += luckybackup SUBDIR += lxinput SUBDIR += lxsplit SUBDIR += lxtask SUBDIR += lxterminal SUBDIR += magicrescue SUBDIR += manck SUBDIR += mapchan SUBDIR += massadmin + SUBDIR += mate-contol-center + SUBDIR += mate-polkit + SUBDIR += mate-power-manager + SUBDIR += mate-settings-daemon + SUBDIR += mate-system-monitor SUBDIR += mbgtools SUBDIR += mbmon SUBDIR += mcelog SUBDIR += mcollective SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdcp SUBDIR += mdf2iso SUBDIR += megacli SUBDIR += megarc SUBDIR += memdump SUBDIR += memfetch SUBDIR += memtest SUBDIR += memtest86 SUBDIR += memtest86+ SUBDIR += metalog SUBDIR += mfid SUBDIR += mgeupsd SUBDIR += minimunin SUBDIR += minirsyslogd SUBDIR += mixer SUBDIR += mkfile SUBDIR += mkfwimage SUBDIR += mkntpwd SUBDIR += mksunbootcd SUBDIR += mmore SUBDIR += modules SUBDIR += monit SUBDIR += monitord SUBDIR += monitorix SUBDIR += monkeytail SUBDIR += mono-kmod SUBDIR += moosefs-chunkserver SUBDIR += moosefs-client SUBDIR += moosefs-master SUBDIR += moreutils SUBDIR += moreutils-parallel SUBDIR += most SUBDIR += mount.app SUBDIR += mountsmb2 SUBDIR += mpiexec SUBDIR += mptd SUBDIR += msktutil SUBDIR += msyslog SUBDIR += mtpfs SUBDIR += mtxorbd SUBDIR += multitail SUBDIR += munin-common SUBDIR += munin-master SUBDIR += munin-node SUBDIR += muse SUBDIR += mybashburn SUBDIR += nagios-statd SUBDIR += namefix SUBDIR += nautilus-cd-burner SUBDIR += nbosd SUBDIR += ncdu SUBDIR += nepomuk-core SUBDIR += nepomuk-widgets SUBDIR += netident SUBDIR += news SUBDIR += nfsping SUBDIR += nitrogen SUBDIR += no-login SUBDIR += npadmin SUBDIR += nrg2iso SUBDIR += ntfsprogs SUBDIR += nut SUBDIR += nut22 SUBDIR += nvclock SUBDIR += nvramtool SUBDIR += nvtv SUBDIR += oak SUBDIR += obliterate SUBDIR += ods2 SUBDIR += open SUBDIR += openipmi SUBDIR += openupsd SUBDIR += ori SUBDIR += p5-BSD-Jail-Object SUBDIR += p5-BSD-Process SUBDIR += p5-BSD-Sysctl SUBDIR += p5-BackupPC-XS SUBDIR += p5-Brackup SUBDIR += p5-Dir-Purge SUBDIR += p5-File-DirCompare SUBDIR += p5-File-Listing SUBDIR += p5-File-Log SUBDIR += p5-File-Next SUBDIR += p5-File-Signature SUBDIR += p5-File-Stat-Bits SUBDIR += p5-File-Stat-ModeString SUBDIR += p5-File-Tee SUBDIR += p5-File-Which SUBDIR += p5-Filesys-Df SUBDIR += p5-Filesys-DfPortable SUBDIR += p5-Filesys-DiskFree SUBDIR += p5-Filesys-DiskSpace SUBDIR += p5-Filesys-DiskUsage SUBDIR += p5-Filesys-Statvfs SUBDIR += p5-Fuse SUBDIR += p5-Fuse-Simple SUBDIR += p5-Iterator-File SUBDIR += p5-Lchown SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server SUBDIR += p5-MogileFS-Utils SUBDIR += p5-Monitor-Simple SUBDIR += p5-Plugtools SUBDIR += p5-Plugtools-Plugins-HomeOU SUBDIR += p5-Probe-Perl SUBDIR += p5-Proc-PidUtil SUBDIR += p5-Proclet SUBDIR += p5-Quota SUBDIR += p5-Samba-SIDhelper SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron SUBDIR += p5-Schedule-Load SUBDIR += p5-Schedule-Match SUBDIR += p5-Shell-Command SUBDIR += p5-Stat-lsMode SUBDIR += p5-Sys-CpuLoad SUBDIR += p5-Sys-Filesystem SUBDIR += p5-Sys-Gamin SUBDIR += p5-Sys-Group-GIDhelper SUBDIR += p5-Sys-HostIP SUBDIR += p5-Sys-Hostname-FQDN SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-Sys-Load SUBDIR += p5-Sys-Syslog SUBDIR += p5-Sys-User-UIDhelper SUBDIR += p5-Sys-Utmp SUBDIR += p5-Sysadm-Install SUBDIR += p5-SyslogScan SUBDIR += p5-Tail-Stat SUBDIR += p5-Tie-Syslog SUBDIR += p5-Ubic SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Lsof SUBDIR += p5-Unix-Mknod SUBDIR += p5-Unix-Processors SUBDIR += p5-Unix-Syslog SUBDIR += p5-User SUBDIR += p5-ZConf-Cron SUBDIR += p5-arclog SUBDIR += p5-reslog SUBDIR += pacman SUBDIR += paicc SUBDIR += pam_mount SUBDIR += panicmail SUBDIR += parallel SUBDIR += password-store SUBDIR += patchelf SUBDIR += pax-utils SUBDIR += pbimaker SUBDIR += pc-sysinstall SUBDIR += pcbsd-utils SUBDIR += pcbsd-utils-qt4 SUBDIR += pcfclock SUBDIR += pciutils SUBDIR += pcpustat SUBDIR += pdixtract SUBDIR += pdsh SUBDIR += pdumpfs SUBDIR += pear-Cache SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-File_Fstab SUBDIR += pear-File_Gettext SUBDIR += pear-Horde_Log SUBDIR += pear-Horde_Vfs SUBDIR += pear-I18Nv2 SUBDIR += pear-Log SUBDIR += pear-Translation2 SUBDIR += pecl-fileinfo SUBDIR += pecl-mogilefs SUBDIR += pecl-proctitle SUBDIR += pefs-kmod SUBDIR += penv SUBDIR += personality SUBDIR += pessulus SUBDIR += pflogx SUBDIR += pfstat SUBDIR += pftop SUBDIR += phantom SUBDIR += philesight SUBDIR += php5-fileinfo SUBDIR += php5-posix SUBDIR += php52-posix SUBDIR += php53-fileinfo SUBDIR += php53-posix SUBDIR += php55-fileinfo SUBDIR += php55-posix SUBDIR += pidof SUBDIR += pipemeter SUBDIR += plasma-applet-apcups SUBDIR += plconfig SUBDIR += pmap SUBDIR += pmt SUBDIR += policykit SUBDIR += policykit-gnome SUBDIR += policykit-qt SUBDIR += polkit SUBDIR += polkit-gnome SUBDIR += polkit-kde SUBDIR += polkit-qt SUBDIR += powerman SUBDIR += pp SUBDIR += pprotectd SUBDIR += prelink SUBDIR += prips SUBDIR += procenv SUBDIR += procmap SUBDIR += progsreiserfs SUBDIR += psgconf SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstree SUBDIR += ptools SUBDIR += puppet SUBDIR += puppet-mode.el SUBDIR += puppet27 SUBDIR += puppet-lint SUBDIR += pv SUBDIR += pwd_unmkdb SUBDIR += pwgen SUBDIR += pwsafe SUBDIR += py-XenAPI SUBDIR += py-analyzemft SUBDIR += py-bcfg2 SUBDIR += py-danzfs SUBDIR += py-drmaa SUBDIR += py-ezjailremote SUBDIR += py-filelike SUBDIR += py-glances SUBDIR += py-halite SUBDIR += py-iowait SUBDIR += py-nagiosplugin SUBDIR += py-psutil SUBDIR += py-pytsk SUBDIR += py-ranger SUBDIR += py-salt SUBDIR += py-salt-api SUBDIR += py-salt-cloud SUBDIR += py-stdiff SUBDIR += py-supervisor SUBDIR += py-zdaemon SUBDIR += py-zfs SUBDIR += pydf SUBDIR += pyrenamer SUBDIR += qjail SUBDIR += qjail2 SUBDIR += qlogtools SUBDIR += qpxtool SUBDIR += quicksynergy SUBDIR += qzeitgeist SUBDIR += radeontool SUBDIR += racktables SUBDIR += radmind SUBDIR += raincoat SUBDIR += rclean SUBDIR += rdate SUBDIR += rdiff-backup SUBDIR += rdiff-backup-devel SUBDIR += rdup SUBDIR += readlink SUBDIR += recoverdm SUBDIR += reed SUBDIR += rej SUBDIR += relaxconf SUBDIR += relpath SUBDIR += rename SUBDIR += reoback SUBDIR += replicant SUBDIR += respond SUBDIR += retail SUBDIR += rfstool SUBDIR += rmonitor SUBDIR += roottail SUBDIR += rsnapshot SUBDIR += rsyncbackup SUBDIR += rsyncmanager SUBDIR += rsyncrypto SUBDIR += rsyslog6 SUBDIR += rsyslog6-dbi SUBDIR += rsyslog6-gnutls SUBDIR += rsyslog6-gssapi SUBDIR += rsyslog6-mysql SUBDIR += rsyslog6-pgsql SUBDIR += rsyslog6-relp SUBDIR += rsyslog6-rfc3195 SUBDIR += rsyslog6-snmp SUBDIR += rsyslog7 SUBDIR += rsyslog7-devel SUBDIR += rtty SUBDIR += ruby-quota SUBDIR += rubygem-SyslogLogger SUBDIR += rubygem-backup SUBDIR += rubygem-bundler SUBDIR += rubygem-capistrano SUBDIR += rubygem-capistrano-ext SUBDIR += rubygem-chef SUBDIR += rubygem-chef-expander SUBDIR += rubygem-chef-server SUBDIR += rubygem-chef-solr SUBDIR += rubygem-facter SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluent-plugin-config-expander SUBDIR += rubygem-fluent-plugin-file-alternative SUBDIR += rubygem-fluent-plugin-tail-asis SUBDIR += rubygem-fluentd SUBDIR += rubygem-fssm SUBDIR += rubygem-god SUBDIR += rubygem-guard SUBDIR += rubygem-guard-livereload SUBDIR += rubygem-guard-rspec SUBDIR += rubygem-hiera SUBDIR += rubygem-hiera-json SUBDIR += rubygem-hiera-puppet SUBDIR += rubygem-log4r SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-parallel SUBDIR += rubygem-sys-admin SUBDIR += rubygem-sys-cpu SUBDIR += rubygem-sys-filesystem SUBDIR += rubygem-sys-host SUBDIR += rubygem-sys-proctable SUBDIR += rubygem-sys-uname SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-teamocil SUBDIR += runit SUBDIR += runwhen SUBDIR += safe-rm SUBDIR += safecat SUBDIR += samefile SUBDIR += samesame SUBDIR += savelogs SUBDIR += sb16config SUBDIR += sbniconfig SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond SUBDIR += schedutils SUBDIR += scprotect SUBDIR += screen SUBDIR += screenfetch SUBDIR += screenie SUBDIR += sdd SUBDIR += sdparm SUBDIR += searchmonkey SUBDIR += seatools SUBDIR += sec SUBDIR += sensors-applet SUBDIR += serpentine SUBDIR += setcdboot SUBDIR += setquota SUBDIR += sformat SUBDIR += sg3_utils SUBDIR += shlock SUBDIR += shmcat SUBDIR += sievelog SUBDIR += skill SUBDIR += slack SUBDIR += sleuthkit SUBDIR += slmon SUBDIR += sloth SUBDIR += slst SUBDIR += smartmontools SUBDIR += smp_utils SUBDIR += snap SUBDIR += snowlog SUBDIR += socket SUBDIR += socklog SUBDIR += sortu SUBDIR += spindown SUBDIR += spinner SUBDIR += spiped SUBDIR += squashfs-tools SUBDIR += sshsudo SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid SUBDIR += stmpclean SUBDIR += stow SUBDIR += stowES SUBDIR += stress SUBDIR += su2 SUBDIR += superiotool SUBDIR += swapd SUBDIR += swapexd SUBDIR += swapmon SUBDIR += sweeper SUBDIR += symlinks SUBDIR += symon SUBDIR += synergy SUBDIR += synergy-devel SUBDIR += sysgather SUBDIR += sysinfo SUBDIR += syslinux SUBDIR += syslog-ng SUBDIR += syslog-ng-devel SUBDIR += syslog-ng2 SUBDIR += syslog-ng33 SUBDIR += syslogger SUBDIR += sysrc SUBDIR += system-tools-backends SUBDIR += sysupdate SUBDIR += sysvbanner SUBDIR += tai64nfrac SUBDIR += tarsnap SUBDIR += tbku SUBDIR += tclsyslog SUBDIR += tcplist SUBDIR += tdir SUBDIR += tenshi SUBDIR += tentakel SUBDIR += testdisk SUBDIR += thefish SUBDIR += throttle SUBDIR += timelimit SUBDIR += timemon SUBDIR += titlefix SUBDIR += tkdvd SUBDIR += tm SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux SUBDIR += topless SUBDIR += torque SUBDIR += torsmo SUBDIR += toshctl SUBDIR += tracker SUBDIR += tracker-client SUBDIR += tracker-gnome SUBDIR += tracker-libtrackergtk SUBDIR += tree SUBDIR += tren SUBDIR += ts SUBDIR += tss SUBDIR += tty-clock SUBDIR += ttyload SUBDIR += tw_cli SUBDIR += tzdialog SUBDIR += u-boot-beaglebone-eabi SUBDIR += ua SUBDIR += ucspi-ipc SUBDIR += ucspi-proxy SUBDIR += ucspi-ssl SUBDIR += ucspi-ssl-tls SUBDIR += ucspi-tcp SUBDIR += ucspi-unix SUBDIR += udfclient SUBDIR += ufs_copy SUBDIR += uhidd SUBDIR += uif2iso SUBDIR += unieject SUBDIR += uniutils SUBDIR += unquote SUBDIR += unstow SUBDIR += upower SUBDIR += upsd SUBDIR += upsdaemon SUBDIR += uptimed SUBDIR += usb_modeswitch SUBDIR += usbhotkey SUBDIR += usbutils SUBDIR += uschedule SUBDIR += userinfo SUBDIR += userlist SUBDIR += usermatic SUBDIR += usermin SUBDIR += userneu SUBDIR += userneu-devel SUBDIR += usrinfo SUBDIR += utcount SUBDIR += vbetool SUBDIR += vcp SUBDIR += videogen SUBDIR += vii SUBDIR += vils SUBDIR += vimpager SUBDIR += virtualmin SUBDIR += vlogger SUBDIR += vmdktool SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog SUBDIR += vpnc-scripts SUBDIR += vstrip SUBDIR += vttest SUBDIR += wait_on SUBDIR += watchdog SUBDIR += watchfolder SUBDIR += watchmen SUBDIR += webjob SUBDIR += webmin SUBDIR += weedit SUBDIR += wemux SUBDIR += whatpix SUBDIR += whowatch SUBDIR += wiimms SUBDIR += wmapm SUBDIR += wmapmload SUBDIR += wmbluecpu SUBDIR += wmbsdbatt SUBDIR += wmcpuload SUBDIR += wmcube SUBDIR += wmcube-gdk SUBDIR += wmdiskmon SUBDIR += wmfire SUBDIR += wmflame SUBDIR += wmmemfree SUBDIR += wmmemload SUBDIR += wmtop SUBDIR += wmupmon SUBDIR += worldtools SUBDIR += wtail SUBDIR += wuzzah SUBDIR += x86info SUBDIR += xacpim SUBDIR += xbatt SUBDIR += xbattbar SUBDIR += xcdroast SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xe-guest-utilities SUBDIR += xen-tools SUBDIR += xfburn SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-cpugraph-plugin SUBDIR += xfce4-diskperf-plugin SUBDIR += xfce4-fsguard-plugin SUBDIR += xfce4-genmon-plugin SUBDIR += xfce4-minicmd-plugin SUBDIR += xfce4-mount-plugin SUBDIR += xfce4-netload-plugin SUBDIR += xfce4-power-manager SUBDIR += xfce4-settings SUBDIR += xfce4-systemload-plugin SUBDIR += xfce4-wavelan-plugin SUBDIR += xfsm SUBDIR += xfsprogs SUBDIR += xin SUBDIR += xjobs SUBDIR += xlogmaster SUBDIR += xmbmon SUBDIR += xorriso SUBDIR += xosview SUBDIR += xsi SUBDIR += xstow SUBDIR += xsysstats SUBDIR += xvidcap SUBDIR += yawho SUBDIR += yum SUBDIR += zeitgeist SUBDIR += zeroer SUBDIR += zetaback SUBDIR += zfs-periodic SUBDIR += zfs-replicate SUBDIR += zfs-snapshot-clean SUBDIR += zfs-snapshot-mgmt SUBDIR += zfs-stats SUBDIR += zfsnap SUBDIR += zfstools SUBDIR += zidrav SUBDIR += zisofs-tools SUBDIR += zogftw SUBDIR += zxfer .include Index: head/sysutils/mate-control-center/Makefile =================================================================== --- head/sysutils/mate-control-center/Makefile (nonexistent) +++ head/sysutils/mate-control-center/Makefile (revision 334661) @@ -0,0 +1,68 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-control-center +PORTVERSION= 1.6.1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Control center for MATE project + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info +USE_XZ= yes +USE_MATE= desktop docutils libmatekbd marco menus settingsdaemon +USE_XORG= x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver +USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 \ + ltverhack pango +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-appindicator=no +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.control-center.gschema.xml \ + org.mate.control-center.keybinding.gschema.xml + +FIX_FILES= capplets/accessibility/at-properties \ + capplets/display \ + capplets/keyboard capplets/windows + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/capplets/common/mate-theme-info.c + @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \ + ${WRKSRC}/capplets/display/org.mate.randr.policy.in +.for dir in ${FIX_FILES} + @${REINPLACE_CMD} -e 's|Desktop_in_files = |Desktop_in_files = mate-|g' \ + ${WRKSRC}/${dir}/Makefile.in +.endfor + @${MV} ${WRKSRC}/capplets/accessibility/at-properties/at-properties.desktop.in.in \ + ${WRKSRC}/capplets/accessibility/at-properties/mate-at-properties.desktop.in.in + @${MV} ${WRKSRC}/capplets/display/display-properties.desktop.in.in \ + ${WRKSRC}/capplets/display/mate-display-properties.desktop.in.in + @${MV} ${WRKSRC}/capplets/keyboard/keyboard.desktop.in.in \ + ${WRKSRC}/capplets/keyboard/mate-keyboard.desktop.in.in + @${MV} ${WRKSRC}/capplets/windows/window-properties.desktop.in.in \ + ${WRKSRC}/capplets/windows/mate-window-properties.desktop.in.in + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-window-settings.so.1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/window-manager-settings/libmarco.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslab.so.0 + +.include Property changes on: head/sysutils/mate-control-center/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-control-center/distinfo =================================================================== --- head/sysutils/mate-control-center/distinfo (nonexistent) +++ head/sysutils/mate-control-center/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-control-center-1.6.1.tar.xz) = 1e6fce881187d99f46eee2bf304b55fd74c60cb1ecaf687c709b1477122c1220 +SIZE (mate/mate-control-center-1.6.1.tar.xz) = 1275652 Property changes on: head/sysutils/mate-control-center/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c =================================================================== --- head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c (nonexistent) +++ head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c (revision 334661) @@ -0,0 +1,11 @@ +--- capplets/common/mate-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200 ++++ capplets/common/mate-theme-info.c 2009-07-19 12:54:25.000000000 +0200 +@@ -1876,7 +1876,7 @@ mate_theme_init () + #ifdef XCURSOR_ICONDIR + /* if there's a separate xcursors dir, add that as well */ + if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && +- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { ++ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) { + top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR); + add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); + g_object_unref (top_theme_dir); Property changes on: head/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-control-center/files/patch-configure =================================================================== --- head/sysutils/mate-control-center/files/patch-configure (nonexistent) +++ head/sysutils/mate-control-center/files/patch-configure (revision 334661) @@ -0,0 +1,42 @@ +--- configure.orig 2013-10-19 02:27:28.000000000 +0200 ++++ configure 2013-10-19 02:26:55.000000000 +0200 +@@ -18140,7 +18140,7 @@ + ENABLE_UBUNTU=no + fi + +-ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile" ++ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/mate-at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/mate-display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/mate-keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/mate-window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile" + + + cat >confcache <<\_ACEOF +@@ -19204,7 +19204,7 @@ + "capplets/about-me/mate-about-me.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/about-me/mate-about-me.desktop.in" ;; + "capplets/about-me/icons/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/about-me/icons/Makefile" ;; + "capplets/accessibility/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/Makefile" ;; +- "capplets/accessibility/at-properties/at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/at-properties.desktop.in" ;; ++ "capplets/accessibility/at-properties/mate-at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/mate-at-properties.desktop.in" ;; + "capplets/accessibility/at-properties/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/Makefile" ;; + "capplets/appearance/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/Makefile" ;; + "capplets/appearance/data/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/data/Makefile" ;; +@@ -19215,18 +19215,18 @@ + "capplets/default-applications/mate-default-applications-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications-properties.desktop.in" ;; + "capplets/default-applications/mate-default-applications.pc") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications.pc" ;; + "capplets/display/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/display/Makefile" ;; +- "capplets/display/display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/display-properties.desktop.in" ;; ++ "capplets/display/mate-display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/mate-display-properties.desktop.in" ;; + "capplets/keybindings/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/Makefile" ;; + "capplets/keybindings/mate-keybindings.pc") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybindings.pc" ;; + "capplets/keybindings/mate-keybinding.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybinding.desktop.in" ;; + "capplets/keyboard/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/Makefile" ;; +- "capplets/keyboard/keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/keyboard.desktop.in" ;; ++ "capplets/keyboard/mate-keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/mate-keyboard.desktop.in" ;; + "capplets/mouse/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/mouse/Makefile" ;; + "capplets/mouse/mate-settings-mouse.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/mouse/mate-settings-mouse.desktop.in" ;; + "capplets/network/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/network/Makefile" ;; + "capplets/network/mate-network-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/network/mate-network-properties.desktop.in" ;; + "capplets/windows/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/windows/Makefile" ;; +- "capplets/windows/window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/window-properties.desktop.in" ;; ++ "capplets/windows/mate-window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/mate-window-properties.desktop.in" ;; + "font-viewer/Makefile") CONFIG_FILES="$CONFIG_FILES font-viewer/Makefile" ;; + "font-viewer/mate-font-viewer.desktop.in") CONFIG_FILES="$CONFIG_FILES font-viewer/mate-font-viewer.desktop.in" ;; + "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;; Property changes on: head/sysutils/mate-control-center/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-control-center/pkg-descr =================================================================== --- head/sysutils/mate-control-center/pkg-descr (nonexistent) +++ head/sysutils/mate-control-center/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +Configuration tools tightly integrated within the MATE desktop. + +WWW: http://mate-desktop.org/ Property changes on: head/sysutils/mate-control-center/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-control-center/pkg-plist =================================================================== --- head/sysutils/mate-control-center/pkg-plist (nonexistent) +++ head/sysutils/mate-control-center/pkg-plist (revision 334661) @@ -0,0 +1,399 @@ +bin/mate-about-me +bin/mate-appearance-properties +bin/mate-at-properties +bin/mate-control-center +bin/mate-default-applications-properties +bin/mate-display-properties +bin/mate-font-viewer +bin/mate-keybinding-properties +bin/mate-keyboard-properties +bin/mate-mouse-properties +bin/mate-network-properties +bin/mate-thumbnail-font +bin/mate-typing-monitor +bin/mate-window-properties +etc/xdg/menus/matecc.menu +include/libslab/app-resizer.h +include/libslab/app-shell.h +include/libslab/application-tile.h +include/libslab/bookmark-agent.h +include/libslab/directory-tile.h +include/libslab/document-tile.h +include/libslab/double-click-detector.h +include/libslab/libslab-utils.h +include/libslab/mate-utils.h +include/libslab/nameplate-tile.h +include/libslab/nld-marshal.c +include/libslab/nld-marshal.h +include/libslab/search-bar.h +include/libslab/search-context-picker.h +include/libslab/search-entry-watermark.h +include/libslab/search-entry.h +include/libslab/shell-window.h +include/libslab/slab-mate-util.h +include/libslab/slab-section.h +include/libslab/slab.h +include/libslab/system-tile.h +include/libslab/tile.h +include/mate-window-settings-2.0/mate-window-manager.h +include/mate-window-settings-2.0/mate-wm-manager.h +lib/libmate-window-settings.a +lib/libmate-window-settings.la +lib/libmate-window-settings.so +lib/libmate-window-settings.so.1 +lib/libslab.a +lib/libslab.la +lib/libslab.so +lib/libslab.so.0 +lib/window-manager-settings/libmarco.a +lib/window-manager-settings/libmarco.la +lib/window-manager-settings/libmarco.so +libdata/pkgconfig/libslab.pc +libdata/pkgconfig/mate-default-applications.pc +libdata/pkgconfig/mate-keybindings.pc +libdata/pkgconfig/mate-window-settings-2.0.pc +man/man1/mate-about-me.1.gz +man/man1/mate-appearance-properties.1.gz +man/man1/mate-default-applications-properties.1.gz +sbin/mate-display-properties-install-systemwide +share/MateConf/gsettings/mate-control-center.convert +share/applications/mate-at-properties.desktop +share/applications/mate-default-applications-properties.desktop +share/applications/mate-display-properties.desktop +share/applications/mate-keyboard.desktop +share/applications/mate-about-me.desktop +share/applications/mate-appearance-properties.desktop +share/applications/mate-font-viewer.desktop +share/applications/mate-keybinding.desktop +share/applications/mate-network-properties.desktop +share/applications/mate-settings-mouse.desktop +share/applications/mate-theme-installer.desktop +share/applications/mate-window-properties.desktop +share/applications/matecc.desktop +share/desktop-directories/matecc.directory +share/icons/hicolor/16x16/apps/mate-network-properties.png +share/icons/hicolor/16x16/apps/mate-preferences-desktop-display.png +share/icons/hicolor/22x22/apps/mate-network-properties.png +share/icons/hicolor/22x22/apps/mate-preferences-desktop-display.png +share/icons/hicolor/24x24/apps/mate-network-properties.png +share/icons/hicolor/24x24/apps/mate-preferences-desktop-display.png +share/icons/hicolor/32x32/apps/mate-network-properties.png +share/icons/hicolor/32x32/apps/mate-preferences-desktop-display.png +share/icons/hicolor/48x48/apps/mate-network-properties.png +share/icons/hicolor/48x48/apps/mate-typing-monitor.png +share/icons/hicolor/scalable/apps/mate-network-properties.svg +share/icons/hicolor/scalable/apps/mate-preferences-desktop-display.svg +share/icons/hicolor/scalable/apps/mate-typing-monitor.svg +share/locale/af/LC_MESSAGES/mate-control-center.mo +share/locale/am/LC_MESSAGES/mate-control-center.mo +share/locale/ar/LC_MESSAGES/mate-control-center.mo +share/locale/as/LC_MESSAGES/mate-control-center.mo +share/locale/ast/LC_MESSAGES/mate-control-center.mo +share/locale/az/LC_MESSAGES/mate-control-center.mo +share/locale/be/LC_MESSAGES/mate-control-center.mo +share/locale/be@latin/LC_MESSAGES/mate-control-center.mo +share/locale/bg/LC_MESSAGES/mate-control-center.mo +share/locale/bn/LC_MESSAGES/mate-control-center.mo +share/locale/bn_IN/LC_MESSAGES/mate-control-center.mo +share/locale/br/LC_MESSAGES/mate-control-center.mo +share/locale/bs/LC_MESSAGES/mate-control-center.mo +share/locale/ca/LC_MESSAGES/mate-control-center.mo +share/locale/ca@valencia/LC_MESSAGES/mate-control-center.mo +share/locale/crh/LC_MESSAGES/mate-control-center.mo +share/locale/cs/LC_MESSAGES/mate-control-center.mo +share/locale/cy/LC_MESSAGES/mate-control-center.mo +share/locale/da/LC_MESSAGES/mate-control-center.mo +share/locale/de/LC_MESSAGES/mate-control-center.mo +share/locale/dz/LC_MESSAGES/mate-control-center.mo +share/locale/el/LC_MESSAGES/mate-control-center.mo +share/locale/en@shaw/LC_MESSAGES/mate-control-center.mo +share/locale/en_AU/LC_MESSAGES/mate-control-center.mo +share/locale/en_CA/LC_MESSAGES/mate-control-center.mo +share/locale/en_GB/LC_MESSAGES/mate-control-center.mo +share/locale/eo/LC_MESSAGES/mate-control-center.mo +share/locale/es/LC_MESSAGES/mate-control-center.mo +share/locale/et/LC_MESSAGES/mate-control-center.mo +share/locale/eu/LC_MESSAGES/mate-control-center.mo +share/locale/fa/LC_MESSAGES/mate-control-center.mo +share/locale/fi/LC_MESSAGES/mate-control-center.mo +share/locale/fr/LC_MESSAGES/mate-control-center.mo +share/locale/ga/LC_MESSAGES/mate-control-center.mo +share/locale/gl/LC_MESSAGES/mate-control-center.mo +share/locale/gu/LC_MESSAGES/mate-control-center.mo +share/locale/he/LC_MESSAGES/mate-control-center.mo +share/locale/hi/LC_MESSAGES/mate-control-center.mo +share/locale/hr/LC_MESSAGES/mate-control-center.mo +share/locale/hu/LC_MESSAGES/mate-control-center.mo +share/locale/id/LC_MESSAGES/mate-control-center.mo +share/locale/is/LC_MESSAGES/mate-control-center.mo +share/locale/it/LC_MESSAGES/mate-control-center.mo +share/locale/ja/LC_MESSAGES/mate-control-center.mo +share/locale/ka/LC_MESSAGES/mate-control-center.mo +share/locale/kk/LC_MESSAGES/mate-control-center.mo +share/locale/kn/LC_MESSAGES/mate-control-center.mo +share/locale/ko/LC_MESSAGES/mate-control-center.mo +share/locale/ku/LC_MESSAGES/mate-control-center.mo +share/locale/lt/LC_MESSAGES/mate-control-center.mo +share/locale/lv/LC_MESSAGES/mate-control-center.mo +share/locale/mai/LC_MESSAGES/mate-control-center.mo +share/locale/mg/LC_MESSAGES/mate-control-center.mo +share/locale/mk/LC_MESSAGES/mate-control-center.mo +share/locale/ml/LC_MESSAGES/mate-control-center.mo +share/locale/mn/LC_MESSAGES/mate-control-center.mo +share/locale/mr/LC_MESSAGES/mate-control-center.mo +share/locale/ms/LC_MESSAGES/mate-control-center.mo +share/locale/nb/LC_MESSAGES/mate-control-center.mo +share/locale/nds/LC_MESSAGES/mate-control-center.mo +share/locale/ne/LC_MESSAGES/mate-control-center.mo +share/locale/nl/LC_MESSAGES/mate-control-center.mo +share/locale/nn/LC_MESSAGES/mate-control-center.mo +share/locale/nso/LC_MESSAGES/mate-control-center.mo +share/locale/oc/LC_MESSAGES/mate-control-center.mo +share/locale/or/LC_MESSAGES/mate-control-center.mo +share/locale/pa/LC_MESSAGES/mate-control-center.mo +share/locale/pl/LC_MESSAGES/mate-control-center.mo +share/locale/pt/LC_MESSAGES/mate-control-center.mo +share/locale/pt_BR/LC_MESSAGES/mate-control-center.mo +share/locale/ro/LC_MESSAGES/mate-control-center.mo +share/locale/ru/LC_MESSAGES/mate-control-center.mo +share/locale/rw/LC_MESSAGES/mate-control-center.mo +share/locale/si/LC_MESSAGES/mate-control-center.mo +share/locale/sk/LC_MESSAGES/mate-control-center.mo +share/locale/sl/LC_MESSAGES/mate-control-center.mo +share/locale/sq/LC_MESSAGES/mate-control-center.mo +share/locale/sr/LC_MESSAGES/mate-control-center.mo +share/locale/sr@latin/LC_MESSAGES/mate-control-center.mo +share/locale/sv/LC_MESSAGES/mate-control-center.mo +share/locale/ta/LC_MESSAGES/mate-control-center.mo +share/locale/te/LC_MESSAGES/mate-control-center.mo +share/locale/th/LC_MESSAGES/mate-control-center.mo +share/locale/tr/LC_MESSAGES/mate-control-center.mo +share/locale/ug/LC_MESSAGES/mate-control-center.mo +share/locale/uk/LC_MESSAGES/mate-control-center.mo +share/locale/uz/LC_MESSAGES/mate-control-center.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-control-center.mo +share/locale/vi/LC_MESSAGES/mate-control-center.mo +share/locale/wa/LC_MESSAGES/mate-control-center.mo +share/locale/xh/LC_MESSAGES/mate-control-center.mo +share/locale/zh_CN/LC_MESSAGES/mate-control-center.mo +share/locale/zh_HK/LC_MESSAGES/mate-control-center.mo +share/locale/zh_TW/LC_MESSAGES/mate-control-center.mo +share/locale/zu/LC_MESSAGES/mate-control-center.mo +%%DATADIR%%/keybindings/00-multimedia-key.xml +%%DATADIR%%/keybindings/01-desktop-key.xml +%%DATADIR%%/pixmaps/at-startup.png +%%DATADIR%%/pixmaps/at-support.png +%%DATADIR%%/pixmaps/bar-disabled.png +%%DATADIR%%/pixmaps/bar-green.png +%%DATADIR%%/pixmaps/bar-red.png +%%DATADIR%%/pixmaps/bar.png +%%DATADIR%%/pixmaps/double-click-maybe.png +%%DATADIR%%/pixmaps/double-click-off.png +%%DATADIR%%/pixmaps/double-click-on.png +%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png +%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png +%%DATADIR%%/pixmaps/left-index-finger.png +%%DATADIR%%/pixmaps/left-index-finger.svg +%%DATADIR%%/pixmaps/left-little-finger.png +%%DATADIR%%/pixmaps/left-little-finger.svg +%%DATADIR%%/pixmaps/left-middle-finger.png +%%DATADIR%%/pixmaps/left-middle-finger.svg +%%DATADIR%%/pixmaps/left-ring-finger.png +%%DATADIR%%/pixmaps/left-ring-finger.svg +%%DATADIR%%/pixmaps/left-thumb.png +%%DATADIR%%/pixmaps/left-thumb.svg +%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png +%%DATADIR%%/pixmaps/mouse-cursor-normal.png +%%DATADIR%%/pixmaps/mouse-cursor-white-large.png +%%DATADIR%%/pixmaps/mouse-cursor-white.png +%%DATADIR%%/pixmaps/ocean-stripes.png +%%DATADIR%%/pixmaps/print_error.png +%%DATADIR%%/pixmaps/print_error.svg +%%DATADIR%%/pixmaps/print_ok.png +%%DATADIR%%/pixmaps/print_ok.svg +%%DATADIR%%/pixmaps/right-index-finger.png +%%DATADIR%%/pixmaps/right-index-finger.svg +%%DATADIR%%/pixmaps/right-little-finger.png +%%DATADIR%%/pixmaps/right-little-finger.svg +%%DATADIR%%/pixmaps/right-middle-finger.png +%%DATADIR%%/pixmaps/right-middle-finger.svg +%%DATADIR%%/pixmaps/right-ring-finger.png +%%DATADIR%%/pixmaps/right-ring-finger.svg +%%DATADIR%%/pixmaps/right-thumb.png +%%DATADIR%%/pixmaps/right-thumb.svg +%%DATADIR%%/pixmaps/subpixel-bgr.png +%%DATADIR%%/pixmaps/subpixel-rgb.png +%%DATADIR%%/pixmaps/subpixel-vbgr.png +%%DATADIR%%/pixmaps/subpixel-vrgb.png +%%DATADIR%%/pixmaps/theme-thumbnailing.png +%%DATADIR%%/pixmaps/window-theme-thumbnailing.png +%%DATADIR%%/ui/appearance.ui +%%DATADIR%%/ui/at-enable-dialog.ui +%%DATADIR%%/ui/display-capplet.ui +%%DATADIR%%/ui/mate-about-me-dialog.ui +%%DATADIR%%/ui/mate-about-me-fingerprint.ui +%%DATADIR%%/ui/mate-about-me-password.ui +%%DATADIR%%/ui/mate-default-applications-properties.ui +%%DATADIR%%/ui/mate-keybinding-properties.ui +%%DATADIR%%/ui/mate-keyboard-properties-a11y-notifications.ui +%%DATADIR%%/ui/mate-keyboard-properties-dialog.ui +%%DATADIR%%/ui/mate-keyboard-properties-layout-chooser.ui +%%DATADIR%%/ui/mate-keyboard-properties-model-chooser.ui +%%DATADIR%%/ui/mate-keyboard-properties-options-dialog.ui +%%DATADIR%%/ui/mate-mouse-properties.ui +%%DATADIR%%/ui/mate-network-properties.ui +%%DATADIR%%/ui/mate-window-properties.ui +share/mate/cursor-fonts/cursor-large-white.pcf +share/mate/cursor-fonts/cursor-large.pcf +share/mate/cursor-fonts/cursor-white.pcf +share/mate/help/mate-control-center/C/config-accessibility-keyboard.xml +share/mate/help/mate-control-center/C/config-background.xml +share/mate/help/mate-control-center/C/config-behavior.xml +share/mate/help/mate-control-center/C/config-cds.xml +share/mate/help/mate-control-center/C/config-default-apps.xml +share/mate/help/mate-control-center/C/config-file-type.xml +share/mate/help/mate-control-center/C/config-hints.xml +share/mate/help/mate-control-center/C/config-html.xml +share/mate/help/mate-control-center/C/config-kbd.xml +share/mate/help/mate-control-center/C/config-keybindings.xml +share/mate/help/mate-control-center/C/config-mouse.xml +share/mate/help/mate-control-center/C/config-screensaver.xml +share/mate/help/mate-control-center/C/config-themes.xml +share/mate/help/mate-control-center/C/mate-control-center.xml +share/mate/help/mate-control-center/ca/mate-control-center.xml +share/mate/help/mate-control-center/ca@valencia/mate-control-center.xml +share/mate/help/mate-control-center/cs/mate-control-center.xml +share/mate/help/mate-control-center/de/mate-control-center.xml +share/mate/help/mate-control-center/el/mate-control-center.xml +share/mate/help/mate-control-center/en_GB/mate-control-center.xml +share/mate/help/mate-control-center/es/mate-control-center.xml +share/mate/help/mate-control-center/fr/mate-control-center.xml +share/mate/help/mate-control-center/id/mate-control-center.xml +share/mate/help/mate-control-center/it/mate-control-center.xml +share/mate/help/mate-control-center/ja/mate-control-center.xml +share/mate/help/mate-control-center/oc/mate-control-center.xml +share/mate/help/mate-control-center/pa/mate-control-center.xml +share/mate/help/mate-control-center/pl/mate-control-center.xml +share/mate/help/mate-control-center/pt/mate-control-center.xml +share/mate/help/mate-control-center/pt_BR/mate-control-center.xml +share/mate/help/mate-control-center/ru/mate-control-center.xml +share/mate/help/mate-control-center/sv/mate-control-center.xml +share/mate/help/mate-control-center/th/mate-control-center.xml +share/mate/help/mate-control-center/uk/mate-control-center.xml +share/mate/help/mate-control-center/vi/mate-control-center.xml +share/mate/help/mate-control-center/zh_CN/mate-control-center.xml +share/mime/packages/mate-theme-package.xml +share/omf/mate-control-center/mate-control-center-C.omf +share/omf/mate-control-center/mate-control-center-ca.omf +share/omf/mate-control-center/mate-control-center-ca@valencia.omf +share/omf/mate-control-center/mate-control-center-cs.omf +share/omf/mate-control-center/mate-control-center-de.omf +share/omf/mate-control-center/mate-control-center-el.omf +share/omf/mate-control-center/mate-control-center-en_GB.omf +share/omf/mate-control-center/mate-control-center-es.omf +share/omf/mate-control-center/mate-control-center-fr.omf +share/omf/mate-control-center/mate-control-center-id.omf +share/omf/mate-control-center/mate-control-center-it.omf +share/omf/mate-control-center/mate-control-center-ja.omf +share/omf/mate-control-center/mate-control-center-oc.omf +share/omf/mate-control-center/mate-control-center-pa.omf +share/omf/mate-control-center/mate-control-center-pl.omf +share/omf/mate-control-center/mate-control-center-pt.omf +share/omf/mate-control-center/mate-control-center-pt_BR.omf +share/omf/mate-control-center/mate-control-center-ru.omf +share/omf/mate-control-center/mate-control-center-sv.omf +share/omf/mate-control-center/mate-control-center-th.omf +share/omf/mate-control-center/mate-control-center-uk.omf +share/omf/mate-control-center/mate-control-center-vi.omf +share/omf/mate-control-center/mate-control-center-zh_CN.omf +share/polkit-1/actions/org.mate.randr.policy +share/thumbnailers/mate-font-viewer.thumbnailer +share/mime/application/x-mate-theme-package.xml +@dirrmtry share/thumbnailers +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/omf/mate-control-center +@dirrm share/mate/help/mate-control-center/zh_CN +@dirrm share/mate/help/mate-control-center/vi +@dirrm share/mate/help/mate-control-center/uk +@dirrm share/mate/help/mate-control-center/th +@dirrm share/mate/help/mate-control-center/sv +@dirrm share/mate/help/mate-control-center/ru +@dirrm share/mate/help/mate-control-center/pt_BR +@dirrm share/mate/help/mate-control-center/pt +@dirrm share/mate/help/mate-control-center/pl +@dirrm share/mate/help/mate-control-center/pa +@dirrm share/mate/help/mate-control-center/oc +@dirrm share/mate/help/mate-control-center/ja +@dirrm share/mate/help/mate-control-center/it +@dirrm share/mate/help/mate-control-center/id +@dirrm share/mate/help/mate-control-center/fr +@dirrm share/mate/help/mate-control-center/es +@dirrm share/mate/help/mate-control-center/en_GB +@dirrm share/mate/help/mate-control-center/el +@dirrm share/mate/help/mate-control-center/de +@dirrm share/mate/help/mate-control-center/cs +@dirrm share/mate/help/mate-control-center/ca@valencia +@dirrm share/mate/help/mate-control-center/ca +@dirrm share/mate/help/mate-control-center/C +@dirrm share/mate/help/mate-control-center +@dirrm share/mate/cursor-fonts +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/keybindings +@dirrm %%DATADIR%% +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/desktop-directories +@dirrm lib/window-manager-settings +@dirrm include/mate-window-settings-2.0 +@dirrm include/libslab +@dirrmtry etc/xdg/menus Property changes on: head/sysutils/mate-control-center/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-polkit/Makefile =================================================================== --- head/sysutils/mate-polkit/Makefile (nonexistent) +++ head/sysutils/mate-polkit/Makefile (revision 334661) @@ -0,0 +1,31 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= mate-polkit +PORTVERSION= 1.6.0 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE frontend to the PolicKit framework + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack ltverhack +USE_GNOME= gnomehier gtk20 introspection:build +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --localstatedir=/var +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +.include Property changes on: head/sysutils/mate-polkit/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-polkit/distinfo =================================================================== --- head/sysutils/mate-polkit/distinfo (nonexistent) +++ head/sysutils/mate-polkit/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-polkit-1.6.0.tar.xz) = fa222151e67369ba085fb5d9dd3874716f1fdf2d428d4bb454f2412ed39b87c2 +SIZE (mate/mate-polkit-1.6.0.tar.xz) = 179716 Property changes on: head/sysutils/mate-polkit/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-polkit/pkg-descr =================================================================== --- head/sysutils/mate-polkit/pkg-descr (nonexistent) +++ head/sysutils/mate-polkit/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +PolicyKit is a framework for defining policy for system-wide components and +for desktop pieces to configure it. Mate-policyKit is a GTK+/MATE frontend +for that framework. + +WWW: http://mate-desktop.org/ Property changes on: head/sysutils/mate-polkit/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-polkit/pkg-plist =================================================================== --- head/sysutils/mate-polkit/pkg-plist (nonexistent) +++ head/sysutils/mate-polkit/pkg-plist (revision 334661) @@ -0,0 +1,75 @@ +etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop +include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmate.h +include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmatetypes.h +include/polkit-gtk-mate-1/polkitgtkmate/polkitlockbutton.h +lib/girepository-1.0/PolkitGtkMate-1.0.typelib +lib/libpolkit-gtk-mate-1.a +lib/libpolkit-gtk-mate-1.la +lib/libpolkit-gtk-mate-1.so +lib/libpolkit-gtk-mate-1.so.0 +libdata/pkgconfig/polkit-gtk-mate-1.pc +libexec/polkit-mate-authentication-agent-1 +share/gir-1.0/PolkitGtkMate-1.0.gir +share/locale/am/LC_MESSAGES/mate-polkit.mo +share/locale/ar/LC_MESSAGES/mate-polkit.mo +share/locale/be/LC_MESSAGES/mate-polkit.mo +share/locale/bn_IN/LC_MESSAGES/mate-polkit.mo +share/locale/ca/LC_MESSAGES/mate-polkit.mo +share/locale/cs/LC_MESSAGES/mate-polkit.mo +share/locale/da/LC_MESSAGES/mate-polkit.mo +share/locale/de/LC_MESSAGES/mate-polkit.mo +share/locale/el/LC_MESSAGES/mate-polkit.mo +share/locale/en_AU/LC_MESSAGES/mate-polkit.mo +share/locale/en_GB/LC_MESSAGES/mate-polkit.mo +share/locale/es/LC_MESSAGES/mate-polkit.mo +share/locale/eu/LC_MESSAGES/mate-polkit.mo +share/locale/fi/LC_MESSAGES/mate-polkit.mo +share/locale/fr/LC_MESSAGES/mate-polkit.mo +share/locale/gl/LC_MESSAGES/mate-polkit.mo +share/locale/gu/LC_MESSAGES/mate-polkit.mo +share/locale/he/LC_MESSAGES/mate-polkit.mo +share/locale/hi/LC_MESSAGES/mate-polkit.mo +share/locale/hu/LC_MESSAGES/mate-polkit.mo +share/locale/id/LC_MESSAGES/mate-polkit.mo +share/locale/it/LC_MESSAGES/mate-polkit.mo +share/locale/ja/LC_MESSAGES/mate-polkit.mo +share/locale/kn/LC_MESSAGES/mate-polkit.mo +share/locale/ky/LC_MESSAGES/mate-polkit.mo +share/locale/lt/LC_MESSAGES/mate-polkit.mo +share/locale/lv/LC_MESSAGES/mate-polkit.mo +share/locale/ml/LC_MESSAGES/mate-polkit.mo +share/locale/mr/LC_MESSAGES/mate-polkit.mo +share/locale/ms/LC_MESSAGES/mate-polkit.mo +share/locale/nb/LC_MESSAGES/mate-polkit.mo +share/locale/nl/LC_MESSAGES/mate-polkit.mo +share/locale/or/LC_MESSAGES/mate-polkit.mo +share/locale/pa/LC_MESSAGES/mate-polkit.mo +share/locale/pl/LC_MESSAGES/mate-polkit.mo +share/locale/pt/LC_MESSAGES/mate-polkit.mo +share/locale/pt_BR/LC_MESSAGES/mate-polkit.mo +share/locale/ro/LC_MESSAGES/mate-polkit.mo +share/locale/ru/LC_MESSAGES/mate-polkit.mo +share/locale/sk/LC_MESSAGES/mate-polkit.mo +share/locale/sl/LC_MESSAGES/mate-polkit.mo +share/locale/sq/LC_MESSAGES/mate-polkit.mo +share/locale/sv/LC_MESSAGES/mate-polkit.mo +share/locale/ta/LC_MESSAGES/mate-polkit.mo +share/locale/te/LC_MESSAGES/mate-polkit.mo +share/locale/th/LC_MESSAGES/mate-polkit.mo +share/locale/tr/LC_MESSAGES/mate-polkit.mo +share/locale/uk/LC_MESSAGES/mate-polkit.mo +share/locale/zh_CN/LC_MESSAGES/mate-polkit.mo +share/locale/zh_HK/LC_MESSAGES/mate-polkit.mo +share/locale/zh_TW/LC_MESSAGES/mate-polkit.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrm include/polkit-gtk-mate-1/polkitgtkmate +@dirrm include/polkit-gtk-mate-1 Property changes on: head/sysutils/mate-polkit/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/Makefile =================================================================== --- head/sysutils/mate-power-manager/Makefile (nonexistent) +++ head/sysutils/mate-power-manager/Makefile (revision 334661) @@ -0,0 +1,49 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-power-manager +PORTVERSION= 1.6.2 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Power management system for the MATE Desktop + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack libmatekeyring \ + panel +USE_XORG= x11 xext xproto xrandr xrender +USE_GNOME= cairo glib20 gnomehier gtk20 +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ + --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemdinhibit=no +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.power-manager.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e "s|docbook2man|docbook2man_disabled|g" \ + ${WRKSRC}/configure.ac + @${CHMOD} +x ${WRKSRC}/autogen.sh + +.include Property changes on: head/sysutils/mate-power-manager/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/distinfo =================================================================== --- head/sysutils/mate-power-manager/distinfo (nonexistent) +++ head/sysutils/mate-power-manager/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-power-manager-1.6.2.tar.xz) = b80d531271f9a7ee692d69173b28f46feba025b4ffcc9e0ab2f5b09934f8d80f +SIZE (mate/mate-power-manager-1.6.2.tar.xz) = 3328976 Property changes on: head/sysutils/mate-power-manager/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am =================================================================== --- head/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am (nonexistent) +++ head/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am (revision 334661) @@ -0,0 +1,10 @@ +--- applets/brightness/Makefile.am.orig 2013-10-19 12:04:49.000000000 +0200 ++++ applets/brightness/Makefile.am 2013-10-19 12:05:17.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_brightness_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) Property changes on: head/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am =================================================================== --- head/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am (nonexistent) +++ head/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am (revision 334661) @@ -0,0 +1,10 @@ +--- applets/inhibit/Makefile.am.orig 2013-10-19 12:05:52.000000000 +0200 ++++ applets/inhibit/Makefile.am 2013-10-19 12:06:06.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_inhibit_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) Property changes on: head/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/files/patch-autogen.sh =================================================================== --- head/sysutils/mate-power-manager/files/patch-autogen.sh (nonexistent) +++ head/sysutils/mate-power-manager/files/patch-autogen.sh (revision 334661) @@ -0,0 +1,27 @@ +--- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 ++++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 +@@ -0,0 +1,24 @@ ++#!/bin/sh ++# Run this to generate all the initial makefiles, etc. ++ ++srcdir=`dirname $0` ++test -z "$srcdir" && srcdir=. ++ ++PKG_NAME="mate-power-manager" ++ ++(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 || { ++ echo "You need to install mate-common from the MATE Git" ++ exit 1 ++} ++ ++REQUIRED_AUTOMAKE_VERSION=1.9 ++MATE_DATADIR="$mate_datadir" ++ ++. mate-autogen ++ Property changes on: head/sysutils/mate-power-manager/files/patch-autogen.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/files/patch-configure.ac =================================================================== --- head/sysutils/mate-power-manager/files/patch-configure.ac (nonexistent) +++ head/sysutils/mate-power-manager/files/patch-configure.ac (revision 334661) @@ -0,0 +1,43 @@ +--- configure.ac.orig 2012-07-12 13:47:37.000000000 -0500 ++++ configure.ac 2012-07-28 23:08:29.000000000 -0500 +@@ -58,21 +58,14 @@ + WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type" + WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral" + WARNINGFLAGS="$WARNINGFLAGS -Wformat-security" +- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs" + WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute" +- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered" +- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body" +- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers" + # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare" +- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits" + # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized" + # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return" + WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement" + WARNINGFLAGS="$WARNINGFLAGS -Wshadow" + WARNINGFLAGS="$WARNINGFLAGS -Winline" + # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum" +- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type" +- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" + WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing" + else + WARNINGFLAGS="" +@@ -340,6 +333,18 @@ + fi + AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"]) + ++dnl ==================================================================== ++dnl check for backtrace support ++dnl ==================================================================== ++ ++AC_CHECK_HEADERS(execinfo.h) ++AC_CHECK_LIB(execinfo, backtrace, [have_backtrace="yes"], [have_backtrace="no"]) ++EXECINFO_LIBS="" ++if test "x$have_backtrace" = "xyes"; then ++ EXECINFO_LIBS="-lexecinfo" ++fi ++AC_SUBST(EXECINFO_LIBS) ++ + dnl --------------------------------------------------------------------------- + dnl - Makefiles, etc. + dnl --------------------------------------------------------------------------- Property changes on: head/sysutils/mate-power-manager/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/files/patch-src_Makefile.am =================================================================== --- head/sysutils/mate-power-manager/files/patch-src_Makefile.am (nonexistent) +++ head/sysutils/mate-power-manager/files/patch-src_Makefile.am (revision 334661) @@ -0,0 +1,42 @@ +--- src/Makefile.am.orig 2013-10-19 12:02:39.000000000 +0200 ++++ src/Makefile.am 2013-10-19 12:03:48.000000000 +0200 +@@ -95,6 +95,7 @@ + mate_power_backlight_helper_LDADD = \ + libgpmshared.a \ + $(GLIB_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_backlight_helper_CFLAGS = \ +@@ -117,6 +118,7 @@ + $(MATE_LIBS) \ + $(UNIQUE_LIBS) \ + $(DBUS_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_statistics_CFLAGS = \ +@@ -138,6 +140,7 @@ + $(UNIQUE_LIBS) \ + $(GPM_EXTRA_LIBS) \ + $(UPOWER_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_preferences_CFLAGS = \ +@@ -194,6 +197,7 @@ + $(LIBNOTIFY_LIBS) \ + $(GPM_EXTRA_LIBS) \ + $(UPOWER_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_manager_CFLAGS = \ +@@ -262,6 +266,7 @@ + $(X11_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(GPM_EXTRA_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS) Property changes on: head/sysutils/mate-power-manager/files/patch-src_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-power-manager/files/patch-src_gpm-load.c =================================================================== --- head/sysutils/mate-power-manager/files/patch-src_gpm-load.c (nonexistent) +++ head/sysutils/mate-power-manager/files/patch-src_gpm-load.c (revision 334661) @@ -0,0 +1,46 @@ +--- src/gpm-load.c.orig 2012-07-28 22:37:47.000000000 -0500 ++++ src/gpm-load.c 2012-07-28 22:39:40.000000000 -0500 +@@ -33,6 +33,10 @@ + #include + #include + #endif ++#if defined(__FreeBSD__) ++#include ++#include ++#endif + #ifdef HAVE_UNISTD_H + #include + #endif /* HAVE_UNISTD_H */ +@@ -151,6 +155,32 @@ + return FALSE; + } + ++#elif defined(__FreeBSD__) ++ ++/** ++ * gpm_load_get_cpu_values: ++ * @cpu_idle: The idle time reported by the CPU ++ * @cpu_total: The total time reported by the CPU ++ * Return value: Success of reading of the kern.cp_time sysctl. ++ **/ ++static gboolean ++gpm_load_get_cpu_values (long unsigned *cpu_idle, long unsigned *cpu_total) ++{ ++ long cpts[CPUSTATES]; ++ size_t length; ++ ++ length = sizeof (cpts); ++ if (sysctlbyname ("kern.cp_time", cpts, &length, NULL, 0)) { ++ return FALSE; ++ } ++ ++ *cpu_idle = (unsigned long) cpts[CP_IDLE]; ++ *cpu_total = (unsigned long) (cpts[CP_USER] + cpts[CP_NICE] + \ ++ cpts[CP_SYS] + cpts[CP_IDLE] + cpts[CP_INTR]); ++ ++ return TRUE; ++} ++ + #else + + /** Property changes on: head/sysutils/mate-power-manager/files/patch-src_gpm-load.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-power-manager/pkg-descr =================================================================== --- head/sysutils/mate-power-manager/pkg-descr (nonexistent) +++ head/sysutils/mate-power-manager/pkg-descr (revision 334661) @@ -0,0 +1,7 @@ +MATE Power Manager is a MATE session daemon that acts as a policy agent +on top of HAL (the Hardware Abstraction Layer). MATE Power Manager listens +for HAL events and responds with user-configurable reactions. +Currently it supports laptop batteries and AC adapters. Its goal is to be +architecture neutral and free of polling and other hacks. + +WWW: http://mate-desktop.org/ Property changes on: head/sysutils/mate-power-manager/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-power-manager/pkg-plist =================================================================== --- head/sysutils/mate-power-manager/pkg-plist (nonexistent) +++ head/sysutils/mate-power-manager/pkg-plist (revision 334661) @@ -0,0 +1,796 @@ +bin/mate-power-bugreport.sh +bin/mate-power-manager +bin/mate-power-preferences +bin/mate-power-statistics +etc/xdg/autostart/mate-power-manager.desktop +libexec/mate-brightness-applet +libexec/mate-inhibit-applet +sbin/mate-power-backlight-helper +share/MateConf/gsettings/mate-power-manager.convert +share/applications/mate-power-preferences.desktop +share/applications/mate-power-statistics.desktop +share/dbus-1/services/mate-power-manager.service +share/dbus-1/services/org.mate.panel.applet.BrightnessAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InhibitAppletFactory.service +share/icons/hicolor/16x16/apps/mate-brightness-applet.png +share/icons/hicolor/16x16/apps/mate-inhibit-applet.png +share/icons/hicolor/16x16/apps/mate-power-manager.png +share/icons/hicolor/16x16/apps/mate-power-statistics.png +share/icons/hicolor/22x22/apps/mate-brightness-applet.png +share/icons/hicolor/22x22/apps/mate-inhibit-applet.png +share/icons/hicolor/22x22/apps/mate-power-manager.png +share/icons/hicolor/22x22/apps/mate-power-statistics.png +share/icons/hicolor/24x24/apps/mate-brightness-applet.png +share/icons/hicolor/24x24/apps/mate-inhibit-applet.png +share/icons/hicolor/24x24/apps/mate-power-manager.png +share/icons/hicolor/24x24/apps/mate-power-statistics.png +share/icons/hicolor/32x32/apps/mate-brightness-applet.png +share/icons/hicolor/32x32/apps/mate-inhibit-applet.png +share/icons/hicolor/32x32/apps/mate-power-manager.png +share/icons/hicolor/32x32/apps/mate-power-statistics.png +share/icons/hicolor/48x48/apps/mate-brightness-applet.png +share/icons/hicolor/48x48/apps/mate-inhibit-applet.png +share/icons/hicolor/48x48/apps/mate-power-manager.png +share/icons/hicolor/48x48/apps/mate-power-statistics.png +share/icons/hicolor/scalable/apps/mate-brightness-applet.svg +share/icons/hicolor/scalable/apps/mate-inhibit-applet.svg +share/icons/hicolor/scalable/apps/mate-power-manager.svg +share/icons/hicolor/scalable/apps/mate-power-statistics.svg +share/locale/am/LC_MESSAGES/mate-power-manager.mo +share/locale/ar/LC_MESSAGES/mate-power-manager.mo +share/locale/as/LC_MESSAGES/mate-power-manager.mo +share/locale/ast/LC_MESSAGES/mate-power-manager.mo +share/locale/be/LC_MESSAGES/mate-power-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-power-manager.mo +share/locale/bg/LC_MESSAGES/mate-power-manager.mo +share/locale/bn/LC_MESSAGES/mate-power-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-power-manager.mo +share/locale/ca/LC_MESSAGES/mate-power-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-power-manager.mo +share/locale/cs/LC_MESSAGES/mate-power-manager.mo +share/locale/cy/LC_MESSAGES/mate-power-manager.mo +share/locale/da/LC_MESSAGES/mate-power-manager.mo +share/locale/de/LC_MESSAGES/mate-power-manager.mo +share/locale/dz/LC_MESSAGES/mate-power-manager.mo +share/locale/el/LC_MESSAGES/mate-power-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-power-manager.mo +share/locale/en_AU/LC_MESSAGES/mate-power-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-power-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-power-manager.mo +share/locale/es/LC_MESSAGES/mate-power-manager.mo +share/locale/et/LC_MESSAGES/mate-power-manager.mo +share/locale/eu/LC_MESSAGES/mate-power-manager.mo +share/locale/fa/LC_MESSAGES/mate-power-manager.mo +share/locale/fi/LC_MESSAGES/mate-power-manager.mo +share/locale/fr/LC_MESSAGES/mate-power-manager.mo +share/locale/ga/LC_MESSAGES/mate-power-manager.mo +share/locale/gl/LC_MESSAGES/mate-power-manager.mo +share/locale/gu/LC_MESSAGES/mate-power-manager.mo +share/locale/he/LC_MESSAGES/mate-power-manager.mo +share/locale/hi/LC_MESSAGES/mate-power-manager.mo +share/locale/hr/LC_MESSAGES/mate-power-manager.mo +share/locale/hu/LC_MESSAGES/mate-power-manager.mo +share/locale/id/LC_MESSAGES/mate-power-manager.mo +share/locale/is/LC_MESSAGES/mate-power-manager.mo +share/locale/it/LC_MESSAGES/mate-power-manager.mo +share/locale/ja/LC_MESSAGES/mate-power-manager.mo +share/locale/ka/LC_MESSAGES/mate-power-manager.mo +share/locale/kn/LC_MESSAGES/mate-power-manager.mo +share/locale/ko/LC_MESSAGES/mate-power-manager.mo +share/locale/ku/LC_MESSAGES/mate-power-manager.mo +share/locale/ky/LC_MESSAGES/mate-power-manager.mo +share/locale/lt/LC_MESSAGES/mate-power-manager.mo +share/locale/lv/LC_MESSAGES/mate-power-manager.mo +share/locale/mai/LC_MESSAGES/mate-power-manager.mo +share/locale/mg/LC_MESSAGES/mate-power-manager.mo +share/locale/mk/LC_MESSAGES/mate-power-manager.mo +share/locale/ml/LC_MESSAGES/mate-power-manager.mo +share/locale/mr/LC_MESSAGES/mate-power-manager.mo +share/locale/ms/LC_MESSAGES/mate-power-manager.mo +share/locale/nb/LC_MESSAGES/mate-power-manager.mo +share/locale/nl/LC_MESSAGES/mate-power-manager.mo +share/locale/nn/LC_MESSAGES/mate-power-manager.mo +share/locale/oc/LC_MESSAGES/mate-power-manager.mo +share/locale/or/LC_MESSAGES/mate-power-manager.mo +share/locale/pa/LC_MESSAGES/mate-power-manager.mo +share/locale/pl/LC_MESSAGES/mate-power-manager.mo +share/locale/pt/LC_MESSAGES/mate-power-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-power-manager.mo +share/locale/ro/LC_MESSAGES/mate-power-manager.mo +share/locale/ru/LC_MESSAGES/mate-power-manager.mo +share/locale/si/LC_MESSAGES/mate-power-manager.mo +share/locale/sk/LC_MESSAGES/mate-power-manager.mo +share/locale/sl/LC_MESSAGES/mate-power-manager.mo +share/locale/sq/LC_MESSAGES/mate-power-manager.mo +share/locale/sr/LC_MESSAGES/mate-power-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-power-manager.mo +share/locale/sv/LC_MESSAGES/mate-power-manager.mo +share/locale/ta/LC_MESSAGES/mate-power-manager.mo +share/locale/te/LC_MESSAGES/mate-power-manager.mo +share/locale/th/LC_MESSAGES/mate-power-manager.mo +share/locale/tr/LC_MESSAGES/mate-power-manager.mo +share/locale/uk/LC_MESSAGES/mate-power-manager.mo +share/locale/vi/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-power-manager.mo +share/mate-2.0/ui/brightness-applet-menu.xml +share/mate-2.0/ui/inhibit-applet-menu.xml +share/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet +share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet +%%DATADIR%%/acme.ui +%%DATADIR%%/gpm-feedback-widget.ui +%%DATADIR%%/gpm-prefs-deprecated.ui +%%DATADIR%%/gpm-prefs.ui +%%DATADIR%%/gpm-statistics-deprecated.ui +%%DATADIR%%/gpm-statistics.ui +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-monitor.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-empty.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-missing.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-monitor.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg +share/mate/help/mate-power-manager/C/figures/applet-brightness.png +share/mate/help/mate-power-manager/C/figures/applet-inhibit.png +share/mate/help/mate-power-manager/C/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/C/figures/gpm-charged.png +share/mate/help/mate-power-manager/C/figures/gpm-critical.png +share/mate/help/mate-power-manager/C/figures/gpm-low.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/C/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/C/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/C/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/C/figures/gs-prefs.png +share/mate/help/mate-power-manager/C/legal.xml +share/mate/help/mate-power-manager/C/mate-power-manager.xml +share/mate/help/mate-power-manager/ca/figures/applet-brightness.png +share/mate/help/mate-power-manager/ca/figures/applet-inhibit.png +share/mate/help/mate-power-manager/ca/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/ca/figures/gpm-charged.png +share/mate/help/mate-power-manager/ca/figures/gpm-critical.png +share/mate/help/mate-power-manager/ca/figures/gpm-low.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/ca/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/ca/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/ca/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/ca/figures/gs-prefs.png +share/mate/help/mate-power-manager/ca/mate-power-manager.xml +share/mate/help/mate-power-manager/de/figures/applet-brightness.png +share/mate/help/mate-power-manager/de/figures/applet-inhibit.png +share/mate/help/mate-power-manager/de/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/de/figures/gpm-charged.png +share/mate/help/mate-power-manager/de/figures/gpm-critical.png +share/mate/help/mate-power-manager/de/figures/gpm-low.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/de/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/de/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/de/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/de/figures/gs-prefs.png +share/mate/help/mate-power-manager/de/mate-power-manager.xml +share/mate/help/mate-power-manager/el/figures/applet-brightness.png +share/mate/help/mate-power-manager/el/figures/applet-inhibit.png +share/mate/help/mate-power-manager/el/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/el/figures/gpm-charged.png +share/mate/help/mate-power-manager/el/figures/gpm-critical.png +share/mate/help/mate-power-manager/el/figures/gpm-low.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/el/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/el/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/el/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/el/figures/gs-prefs.png +share/mate/help/mate-power-manager/el/mate-power-manager.xml +share/mate/help/mate-power-manager/en_GB/figures/applet-brightness.png +share/mate/help/mate-power-manager/en_GB/figures/applet-inhibit.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-charged.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-critical.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-low.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/en_GB/figures/gs-prefs.png +share/mate/help/mate-power-manager/en_GB/mate-power-manager.xml +share/mate/help/mate-power-manager/es/figures/applet-brightness.png +share/mate/help/mate-power-manager/es/figures/applet-inhibit.png +share/mate/help/mate-power-manager/es/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/es/figures/gpm-charged.png +share/mate/help/mate-power-manager/es/figures/gpm-critical.png +share/mate/help/mate-power-manager/es/figures/gpm-low.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/es/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/es/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/es/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/es/figures/gs-prefs.png +share/mate/help/mate-power-manager/es/mate-power-manager.xml +share/mate/help/mate-power-manager/eu/figures/applet-brightness.png +share/mate/help/mate-power-manager/eu/figures/applet-inhibit.png +share/mate/help/mate-power-manager/eu/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/eu/figures/gpm-charged.png +share/mate/help/mate-power-manager/eu/figures/gpm-critical.png +share/mate/help/mate-power-manager/eu/figures/gpm-low.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/eu/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/eu/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/eu/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/eu/figures/gs-prefs.png +share/mate/help/mate-power-manager/eu/mate-power-manager.xml +share/mate/help/mate-power-manager/fi/figures/applet-brightness.png +share/mate/help/mate-power-manager/fi/figures/applet-inhibit.png +share/mate/help/mate-power-manager/fi/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/fi/figures/gpm-charged.png +share/mate/help/mate-power-manager/fi/figures/gpm-critical.png +share/mate/help/mate-power-manager/fi/figures/gpm-low.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/fi/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/fi/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/fi/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/fi/figures/gs-prefs.png +share/mate/help/mate-power-manager/fi/mate-power-manager.xml +share/mate/help/mate-power-manager/fr/figures/applet-brightness.png +share/mate/help/mate-power-manager/fr/figures/applet-inhibit.png +share/mate/help/mate-power-manager/fr/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/fr/figures/gpm-charged.png +share/mate/help/mate-power-manager/fr/figures/gpm-critical.png +share/mate/help/mate-power-manager/fr/figures/gpm-low.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/fr/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/fr/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/fr/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/fr/figures/gs-prefs.png +share/mate/help/mate-power-manager/fr/mate-power-manager.xml +share/mate/help/mate-power-manager/hu/figures/applet-brightness.png +share/mate/help/mate-power-manager/hu/figures/applet-inhibit.png +share/mate/help/mate-power-manager/hu/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/hu/figures/gpm-charged.png +share/mate/help/mate-power-manager/hu/figures/gpm-critical.png +share/mate/help/mate-power-manager/hu/figures/gpm-low.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/hu/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/hu/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/hu/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/hu/figures/gs-prefs.png +share/mate/help/mate-power-manager/hu/mate-power-manager.xml +share/mate/help/mate-power-manager/it/figures/applet-brightness.png +share/mate/help/mate-power-manager/it/figures/applet-inhibit.png +share/mate/help/mate-power-manager/it/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/it/figures/gpm-charged.png +share/mate/help/mate-power-manager/it/figures/gpm-critical.png +share/mate/help/mate-power-manager/it/figures/gpm-low.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/it/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/it/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/it/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/it/figures/gs-prefs.png +share/mate/help/mate-power-manager/it/mate-power-manager.xml +share/mate/help/mate-power-manager/oc/figures/applet-brightness.png +share/mate/help/mate-power-manager/oc/figures/applet-inhibit.png +share/mate/help/mate-power-manager/oc/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/oc/figures/gpm-charged.png +share/mate/help/mate-power-manager/oc/figures/gpm-critical.png +share/mate/help/mate-power-manager/oc/figures/gpm-low.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/oc/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/oc/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/oc/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/oc/figures/gs-prefs.png +share/mate/help/mate-power-manager/oc/mate-power-manager.xml +share/mate/help/mate-power-manager/pa/figures/applet-brightness.png +share/mate/help/mate-power-manager/pa/figures/applet-inhibit.png +share/mate/help/mate-power-manager/pa/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/pa/figures/gpm-charged.png +share/mate/help/mate-power-manager/pa/figures/gpm-critical.png +share/mate/help/mate-power-manager/pa/figures/gpm-low.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/pa/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/pa/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/pa/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/pa/figures/gs-prefs.png +share/mate/help/mate-power-manager/pa/mate-power-manager.xml +share/mate/help/mate-power-manager/ru/figures/applet-brightness.png +share/mate/help/mate-power-manager/ru/figures/applet-inhibit.png +share/mate/help/mate-power-manager/ru/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/ru/figures/gpm-charged.png +share/mate/help/mate-power-manager/ru/figures/gpm-critical.png +share/mate/help/mate-power-manager/ru/figures/gpm-low.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/ru/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/ru/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/ru/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/ru/figures/gs-prefs.png +share/mate/help/mate-power-manager/ru/mate-power-manager.xml +share/mate/help/mate-power-manager/sv/figures/applet-brightness.png +share/mate/help/mate-power-manager/sv/figures/applet-inhibit.png +share/mate/help/mate-power-manager/sv/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/sv/figures/gpm-charged.png +share/mate/help/mate-power-manager/sv/figures/gpm-critical.png +share/mate/help/mate-power-manager/sv/figures/gpm-low.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/sv/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/sv/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/sv/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/sv/figures/gs-prefs.png +share/mate/help/mate-power-manager/sv/mate-power-manager.xml +share/mate/help/mate-power-manager/zh_CN/figures/applet-brightness.png +share/mate/help/mate-power-manager/zh_CN/figures/applet-inhibit.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-charged.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-critical.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-low.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/zh_CN/figures/gs-prefs.png +share/mate/help/mate-power-manager/zh_CN/mate-power-manager.xml +share/omf/mate-power-manager/mate-power-manager-C.omf +share/omf/mate-power-manager/mate-power-manager-ca.omf +share/omf/mate-power-manager/mate-power-manager-de.omf +share/omf/mate-power-manager/mate-power-manager-el.omf +share/omf/mate-power-manager/mate-power-manager-en_GB.omf +share/omf/mate-power-manager/mate-power-manager-es.omf +share/omf/mate-power-manager/mate-power-manager-eu.omf +share/omf/mate-power-manager/mate-power-manager-fi.omf +share/omf/mate-power-manager/mate-power-manager-fr.omf +share/omf/mate-power-manager/mate-power-manager-hu.omf +share/omf/mate-power-manager/mate-power-manager-it.omf +share/omf/mate-power-manager/mate-power-manager-oc.omf +share/omf/mate-power-manager/mate-power-manager-pa.omf +share/omf/mate-power-manager/mate-power-manager-ru.omf +share/omf/mate-power-manager/mate-power-manager-sv.omf +share/omf/mate-power-manager/mate-power-manager-zh_CN.omf +share/polkit-1/actions/org.mate.power.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/omf/mate-power-manager +@dirrm share/mate/help/mate-power-manager/zh_CN/figures +@dirrm share/mate/help/mate-power-manager/zh_CN +@dirrm share/mate/help/mate-power-manager/sv/figures +@dirrm share/mate/help/mate-power-manager/sv +@dirrm share/mate/help/mate-power-manager/ru/figures +@dirrm share/mate/help/mate-power-manager/ru +@dirrm share/mate/help/mate-power-manager/pa/figures +@dirrm share/mate/help/mate-power-manager/pa +@dirrm share/mate/help/mate-power-manager/oc/figures +@dirrm share/mate/help/mate-power-manager/oc +@dirrm share/mate/help/mate-power-manager/it/figures +@dirrm share/mate/help/mate-power-manager/it +@dirrm share/mate/help/mate-power-manager/hu/figures +@dirrm share/mate/help/mate-power-manager/hu +@dirrm share/mate/help/mate-power-manager/fr/figures +@dirrm share/mate/help/mate-power-manager/fr +@dirrm share/mate/help/mate-power-manager/fi/figures +@dirrm share/mate/help/mate-power-manager/fi +@dirrm share/mate/help/mate-power-manager/eu/figures +@dirrm share/mate/help/mate-power-manager/eu +@dirrm share/mate/help/mate-power-manager/es/figures +@dirrm share/mate/help/mate-power-manager/es +@dirrm share/mate/help/mate-power-manager/en_GB/figures +@dirrm share/mate/help/mate-power-manager/en_GB +@dirrm share/mate/help/mate-power-manager/el/figures +@dirrm share/mate/help/mate-power-manager/el +@dirrm share/mate/help/mate-power-manager/de/figures +@dirrm share/mate/help/mate-power-manager/de +@dirrm share/mate/help/mate-power-manager/ca/figures +@dirrm share/mate/help/mate-power-manager/ca +@dirrm share/mate/help/mate-power-manager/C/figures +@dirrm share/mate/help/mate-power-manager/C +@dirrm share/mate/help/mate-power-manager +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/actions +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/32x32/status +@dirrm %%DATADIR%%/icons/hicolor/32x32/actions +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/status +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/sysutils/mate-power-manager/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-settings-daemon/Makefile =================================================================== --- head/sysutils/mate-settings-daemon/Makefile (nonexistent) +++ head/sysutils/mate-settings-daemon/Makefile (revision 334661) @@ -0,0 +1,63 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= mate-settings-daemon +PORTVERSION= 1.6.1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE settings daemon + +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libnss3.so:${PORTSDIR}/security/nss \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ + libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= desktop libmatekbd +USE_XORG= xxf86misc +USE_GNOME= dconf glib20 gnomehier gtk20 intlhack +USE_LDCONFIG= yes +USE_GSTREAMER= good +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ + --disable-pulse +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.background.gschema.xml \ + org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ + org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \ + org.mate.SettingsDaemon.plugins.keybindings.gschema.xml \ + org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \ + org.mate.SettingsDaemon.plugins.mouse.gschema.xml \ + org.mate.SettingsDaemon.plugins.mpris.gschema.xml \ + org.mate.SettingsDaemon.plugins.smartcard.gschema.xml \ + org.mate.SettingsDaemon.plugins.sound.gschema.xml \ + org.mate.SettingsDaemon.plugins.typing-break.gschema.xml \ + org.mate.SettingsDaemon.plugins.xrandr.gschema.xml \ + org.mate.SettingsDaemon.plugins.xrdb.gschema.xml \ + org.mate.SettingsDaemon.plugins.xsettings.gschema.xml \ + org.mate.applications-at.gschema.xml \ + org.mate.font-rendering.gschema.xml \ + org.mate.keybindings.gschema.xml \ + org.mate.peripherals-smartcard.gschema.xml \ + org.mate.peripherals-touchpad.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mate-settings-daemon/*.so + +.include Property changes on: head/sysutils/mate-settings-daemon/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-settings-daemon/distinfo =================================================================== --- head/sysutils/mate-settings-daemon/distinfo (nonexistent) +++ head/sysutils/mate-settings-daemon/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-settings-daemon-1.6.1.tar.xz) = 8104c5c1dfb02a6d7b2743931a04b390baf2e466b8fe612d32a906b1a2fbe64d +SIZE (mate/mate-settings-daemon-1.6.1.tar.xz) = 772420 Property changes on: head/sysutils/mate-settings-daemon/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-settings-daemon/pkg-descr =================================================================== --- head/sysutils/mate-settings-daemon/pkg-descr (nonexistent) +++ head/sysutils/mate-settings-daemon/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +MATE settings daemon. + +WWW: http://mate-desktop.org/ Property changes on: head/sysutils/mate-settings-daemon/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-settings-daemon/pkg-plist =================================================================== --- head/sysutils/mate-settings-daemon/pkg-plist (nonexistent) +++ head/sysutils/mate-settings-daemon/pkg-plist (revision 334661) @@ -0,0 +1,264 @@ +etc/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf +etc/xdg/autostart/mate-settings-daemon.desktop +include/mate-settings-daemon/mate-settings-client.h +include/mate-settings-daemon/mate-settings-plugin.h +lib/mate-settings-daemon/a11y-keyboard.mate-settings-plugin +lib/mate-settings-daemon/background.mate-settings-plugin +lib/mate-settings-daemon/clipboard.mate-settings-plugin +lib/mate-settings-daemon/housekeeping.mate-settings-plugin +lib/mate-settings-daemon/keybindings.mate-settings-plugin +lib/mate-settings-daemon/keyboard.mate-settings-plugin +lib/mate-settings-daemon/liba11y-keyboard.a +lib/mate-settings-daemon/liba11y-keyboard.la +lib/mate-settings-daemon/liba11y-keyboard.so +lib/mate-settings-daemon/libbackground.a +lib/mate-settings-daemon/libbackground.la +lib/mate-settings-daemon/libbackground.so +lib/mate-settings-daemon/libclipboard.a +lib/mate-settings-daemon/libclipboard.la +lib/mate-settings-daemon/libclipboard.so +lib/mate-settings-daemon/libhousekeeping.a +lib/mate-settings-daemon/libhousekeeping.la +lib/mate-settings-daemon/libhousekeeping.so +lib/mate-settings-daemon/libkeybindings.a +lib/mate-settings-daemon/libkeybindings.la +lib/mate-settings-daemon/libkeybindings.so +lib/mate-settings-daemon/libkeyboard.a +lib/mate-settings-daemon/libkeyboard.la +lib/mate-settings-daemon/libkeyboard.so +lib/mate-settings-daemon/libmedia-keys.a +lib/mate-settings-daemon/libmedia-keys.la +lib/mate-settings-daemon/libmedia-keys.so +lib/mate-settings-daemon/libmouse.a +lib/mate-settings-daemon/libmouse.la +lib/mate-settings-daemon/libmouse.so +lib/mate-settings-daemon/libmpris.a +lib/mate-settings-daemon/libmpris.la +lib/mate-settings-daemon/libmpris.so +lib/mate-settings-daemon/libsmartcard.a +lib/mate-settings-daemon/libsmartcard.la +lib/mate-settings-daemon/libsmartcard.so +lib/mate-settings-daemon/libsound.a +lib/mate-settings-daemon/libsound.la +lib/mate-settings-daemon/libsound.so +lib/mate-settings-daemon/libtyping-break.a +lib/mate-settings-daemon/libtyping-break.la +lib/mate-settings-daemon/libtyping-break.so +lib/mate-settings-daemon/libxrandr.a +lib/mate-settings-daemon/libxrandr.la +lib/mate-settings-daemon/libxrandr.so +lib/mate-settings-daemon/libxrdb.a +lib/mate-settings-daemon/libxrdb.la +lib/mate-settings-daemon/libxrdb.so +lib/mate-settings-daemon/libxsettings.a +lib/mate-settings-daemon/libxsettings.la +lib/mate-settings-daemon/libxsettings.so +lib/mate-settings-daemon/media-keys.mate-settings-plugin +lib/mate-settings-daemon/mouse.mate-settings-plugin +lib/mate-settings-daemon/mpris.mate-settings-plugin +lib/mate-settings-daemon/smartcard.mate-settings-plugin +lib/mate-settings-daemon/sound.mate-settings-plugin +lib/mate-settings-daemon/typing-break.mate-settings-plugin +lib/mate-settings-daemon/xrandr.mate-settings-plugin +lib/mate-settings-daemon/xrdb.mate-settings-plugin +lib/mate-settings-daemon/xsettings.mate-settings-plugin +libdata/pkgconfig/mate-settings-daemon.pc +libexec/mate-settings-daemon +libexec/msd-datetime-mechanism +libexec/msd-locate-pointer +share/MateConf/gsettings/mate-settings-daemon.convert +share/dbus-1/services/org.mate.SettingsDaemon.service +share/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service +share/icons/mate/16x16/actions/touchpad-disabled.png +share/icons/mate/16x16/actions/touchpad-enabled.png +share/icons/mate/16x16/apps/msd-xrandr.png +share/icons/mate/22x22/actions/touchpad-disabled.png +share/icons/mate/22x22/actions/touchpad-enabled.png +share/icons/mate/22x22/apps/msd-xrandr.png +share/icons/mate/24x24/actions/touchpad-disabled.png +share/icons/mate/24x24/actions/touchpad-enabled.png +share/icons/mate/24x24/apps/msd-xrandr.png +share/icons/mate/32x32/actions/touchpad-disabled.png +share/icons/mate/32x32/actions/touchpad-enabled.png +share/icons/mate/32x32/apps/msd-xrandr.png +share/icons/mate/scalable/actions/touchpad-disabled.svg +share/icons/mate/scalable/actions/touchpad-enabled.svg +share/icons/mate/scalable/apps/msd-xrandr.svg +share/locale/af/LC_MESSAGES/mate-settings-daemon.mo +share/locale/am/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ar/LC_MESSAGES/mate-settings-daemon.mo +share/locale/as/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ast/LC_MESSAGES/mate-settings-daemon.mo +share/locale/az/LC_MESSAGES/mate-settings-daemon.mo +share/locale/be/LC_MESSAGES/mate-settings-daemon.mo +share/locale/be@latin/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bg/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bn_IN/LC_MESSAGES/mate-settings-daemon.mo +share/locale/br/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bs/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ca/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ca@valencia/LC_MESSAGES/mate-settings-daemon.mo +share/locale/crh/LC_MESSAGES/mate-settings-daemon.mo +share/locale/cs/LC_MESSAGES/mate-settings-daemon.mo +share/locale/cy/LC_MESSAGES/mate-settings-daemon.mo +share/locale/da/LC_MESSAGES/mate-settings-daemon.mo +share/locale/de/LC_MESSAGES/mate-settings-daemon.mo +share/locale/dz/LC_MESSAGES/mate-settings-daemon.mo +share/locale/el/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en@shaw/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en_AU/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en_CA/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en_GB/LC_MESSAGES/mate-settings-daemon.mo +share/locale/es/LC_MESSAGES/mate-settings-daemon.mo +share/locale/et/LC_MESSAGES/mate-settings-daemon.mo +share/locale/eu/LC_MESSAGES/mate-settings-daemon.mo +share/locale/fa/LC_MESSAGES/mate-settings-daemon.mo +share/locale/fi/LC_MESSAGES/mate-settings-daemon.mo +share/locale/fr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ga/LC_MESSAGES/mate-settings-daemon.mo +share/locale/gl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/gu/LC_MESSAGES/mate-settings-daemon.mo +share/locale/he/LC_MESSAGES/mate-settings-daemon.mo +share/locale/hi/LC_MESSAGES/mate-settings-daemon.mo +share/locale/hr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/hu/LC_MESSAGES/mate-settings-daemon.mo +share/locale/id/LC_MESSAGES/mate-settings-daemon.mo +share/locale/is/LC_MESSAGES/mate-settings-daemon.mo +share/locale/it/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ja/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ka/LC_MESSAGES/mate-settings-daemon.mo +share/locale/kn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ko/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ku/LC_MESSAGES/mate-settings-daemon.mo +share/locale/lt/LC_MESSAGES/mate-settings-daemon.mo +share/locale/lv/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mai/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mg/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mk/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ml/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ms/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nb/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nds/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ne/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nso/LC_MESSAGES/mate-settings-daemon.mo +share/locale/oc/LC_MESSAGES/mate-settings-daemon.mo +share/locale/or/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pa/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pt/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pt_BR/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ro/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ru/LC_MESSAGES/mate-settings-daemon.mo +share/locale/rw/LC_MESSAGES/mate-settings-daemon.mo +share/locale/si/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sk/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sq/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sr@latin/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sv/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ta/LC_MESSAGES/mate-settings-daemon.mo +share/locale/te/LC_MESSAGES/mate-settings-daemon.mo +share/locale/th/LC_MESSAGES/mate-settings-daemon.mo +share/locale/tr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/uk/LC_MESSAGES/mate-settings-daemon.mo +share/locale/vi/LC_MESSAGES/mate-settings-daemon.mo +share/locale/wa/LC_MESSAGES/mate-settings-daemon.mo +share/locale/xh/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zh_CN/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zh_HK/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zh_TW/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zu/LC_MESSAGES/mate-settings-daemon.mo +%%DATADIR%%/acme.ui +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-on.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-on.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-on.png +%%DATADIR%%/msd-a11y-preferences-dialog.ui +%%DATADIR%%/xrdb/Editres.ad +%%DATADIR%%/xrdb/Emacs.ad +%%DATADIR%%/xrdb/General.ad +%%DATADIR%%/xrdb/Motif.ad +%%DATADIR%%/xrdb/Tk.ad +%%DATADIR%%/xrdb/Xaw.ad +share/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm %%DATADIR%%/xrdb +@dirrm %%DATADIR%%/icons/hicolor/64x64/devices +@dirrm %%DATADIR%%/icons/hicolor/64x64 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/scalable/apps +@dirrmtry share/icons/mate/scalable/actions +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/32x32/apps +@dirrmtry share/icons/mate/32x32/actions +@dirrmtry share/icons/mate/32x32 +@dirrmtry share/icons/mate/24x24/apps +@dirrmtry share/icons/mate/24x24/actions +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate/22x22/apps +@dirrmtry share/icons/mate/22x22/actions +@dirrmtry share/icons/mate/22x22 +@dirrmtry share/icons/mate/16x16/apps +@dirrmtry share/icons/mate/16x16/actions +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm lib/mate-settings-daemon +@dirrm include/mate-settings-daemon +@dirrm etc/mate-settings-daemon/xrandr +@dirrm etc/mate-settings-daemon Property changes on: head/sysutils/mate-settings-daemon/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-system-monitor/Makefile =================================================================== --- head/sysutils/mate-system-monitor/Makefile (nonexistent) +++ head/sysutils/mate-system-monitor/Makefile (revision 334661) @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-system-monitor +PORTVERSION= 1.6.1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE system monitor program + +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= docutils icontheme libmatewnck +USE_GNOME= glib20 gnomehier gtk20 librsvg2 intlhack libxml2 gtkmm24 +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS="-lutil" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.system-monitor.enums.xml \ + org.mate.system-monitor.gschema.xml + +.include Property changes on: head/sysutils/mate-system-monitor/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/mate-system-monitor/distinfo =================================================================== --- head/sysutils/mate-system-monitor/distinfo (nonexistent) +++ head/sysutils/mate-system-monitor/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-system-monitor-1.6.1.tar.xz) = c49fc4ec245c869ddd5e464e560d368c6090ab2bf617c6ba9ceb84c3c7a66348 +SIZE (mate/mate-system-monitor-1.6.1.tar.xz) = 2141228 Property changes on: head/sysutils/mate-system-monitor/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp =================================================================== --- head/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp (nonexistent) +++ head/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp (revision 334661) @@ -0,0 +1,11 @@ +--- src/load-graph.cpp.orig 2008-01-14 23:43:43.000000000 -0600 ++++ src/load-graph.cpp 2008-01-14 23:44:15.000000000 -0600 +@@ -412,7 +412,7 @@ + // e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10) + // where base10 = 1, coef10 = 101, pow2 = 16 + +- unsigned pow2 = std::floor(log2(new_max)); ++ unsigned pow2 = std::floor(log(new_max) / log(2)); + unsigned base10 = pow2 / 10; + unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10))); + g_assert(new_max <= (coef10 * (1UL << (base10 * 10)))); Property changes on: head/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp =================================================================== --- head/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp (nonexistent) +++ head/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp (revision 334661) @@ -0,0 +1,14 @@ +--- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400 ++++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400 +@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str + goto failsafe; + + if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname, ++#ifdef NI_IDN + sizeof hostname, service, sizeof service, NI_IDN)) ++#else ++ sizeof hostname, service, sizeof service, 0)) ++#endif + goto failsafe; + + if (res) freeaddrinfo(res); Property changes on: head/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-system-monitor/pkg-descr =================================================================== --- head/sysutils/mate-system-monitor/pkg-descr (nonexistent) +++ head/sysutils/mate-system-monitor/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +MATE system monitor program. + +WWW: http://mate-desktop.org/ Property changes on: head/sysutils/mate-system-monitor/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/mate-system-monitor/pkg-plist =================================================================== --- head/sysutils/mate-system-monitor/pkg-plist (nonexistent) +++ head/sysutils/mate-system-monitor/pkg-plist (revision 334661) @@ -0,0 +1,378 @@ +bin/mate-system-monitor +man/man1/mate-system-monitor.1.gz +share/MateConf/gsettings/mate-system-monitor.convert +share/applications/mate-system-monitor.desktop +share/locale/am/LC_MESSAGES/mate-system-monitor.mo +share/locale/ar/LC_MESSAGES/mate-system-monitor.mo +share/locale/as/LC_MESSAGES/mate-system-monitor.mo +share/locale/ast/LC_MESSAGES/mate-system-monitor.mo +share/locale/az/LC_MESSAGES/mate-system-monitor.mo +share/locale/be/LC_MESSAGES/mate-system-monitor.mo +share/locale/be@latin/LC_MESSAGES/mate-system-monitor.mo +share/locale/bg/LC_MESSAGES/mate-system-monitor.mo +share/locale/bn/LC_MESSAGES/mate-system-monitor.mo +share/locale/bn_IN/LC_MESSAGES/mate-system-monitor.mo +share/locale/bs/LC_MESSAGES/mate-system-monitor.mo +share/locale/ca/LC_MESSAGES/mate-system-monitor.mo +share/locale/ca@valencia/LC_MESSAGES/mate-system-monitor.mo +share/locale/cs/LC_MESSAGES/mate-system-monitor.mo +share/locale/cy/LC_MESSAGES/mate-system-monitor.mo +share/locale/da/LC_MESSAGES/mate-system-monitor.mo +share/locale/de/LC_MESSAGES/mate-system-monitor.mo +share/locale/dz/LC_MESSAGES/mate-system-monitor.mo +share/locale/el/LC_MESSAGES/mate-system-monitor.mo +share/locale/en@shaw/LC_MESSAGES/mate-system-monitor.mo +share/locale/en_AU/LC_MESSAGES/mate-system-monitor.mo +share/locale/en_CA/LC_MESSAGES/mate-system-monitor.mo +share/locale/en_GB/LC_MESSAGES/mate-system-monitor.mo +share/locale/eo/LC_MESSAGES/mate-system-monitor.mo +share/locale/es/LC_MESSAGES/mate-system-monitor.mo +share/locale/et/LC_MESSAGES/mate-system-monitor.mo +share/locale/eu/LC_MESSAGES/mate-system-monitor.mo +share/locale/fa/LC_MESSAGES/mate-system-monitor.mo +share/locale/fi/LC_MESSAGES/mate-system-monitor.mo +share/locale/fr/LC_MESSAGES/mate-system-monitor.mo +share/locale/ga/LC_MESSAGES/mate-system-monitor.mo +share/locale/gl/LC_MESSAGES/mate-system-monitor.mo +share/locale/gu/LC_MESSAGES/mate-system-monitor.mo +share/locale/he/LC_MESSAGES/mate-system-monitor.mo +share/locale/hi/LC_MESSAGES/mate-system-monitor.mo +share/locale/hr/LC_MESSAGES/mate-system-monitor.mo +share/locale/hu/LC_MESSAGES/mate-system-monitor.mo +share/locale/id/LC_MESSAGES/mate-system-monitor.mo +share/locale/it/LC_MESSAGES/mate-system-monitor.mo +share/locale/ja/LC_MESSAGES/mate-system-monitor.mo +share/locale/ka/LC_MESSAGES/mate-system-monitor.mo +share/locale/kn/LC_MESSAGES/mate-system-monitor.mo +share/locale/ko/LC_MESSAGES/mate-system-monitor.mo +share/locale/ku/LC_MESSAGES/mate-system-monitor.mo +share/locale/ky/LC_MESSAGES/mate-system-monitor.mo +share/locale/li/LC_MESSAGES/mate-system-monitor.mo +share/locale/lt/LC_MESSAGES/mate-system-monitor.mo +share/locale/lv/LC_MESSAGES/mate-system-monitor.mo +share/locale/mai/LC_MESSAGES/mate-system-monitor.mo +share/locale/mg/LC_MESSAGES/mate-system-monitor.mo +share/locale/mk/LC_MESSAGES/mate-system-monitor.mo +share/locale/ml/LC_MESSAGES/mate-system-monitor.mo +share/locale/mn/LC_MESSAGES/mate-system-monitor.mo +share/locale/mr/LC_MESSAGES/mate-system-monitor.mo +share/locale/ms/LC_MESSAGES/mate-system-monitor.mo +share/locale/nb/LC_MESSAGES/mate-system-monitor.mo +share/locale/nds/LC_MESSAGES/mate-system-monitor.mo +share/locale/ne/LC_MESSAGES/mate-system-monitor.mo +share/locale/nl/LC_MESSAGES/mate-system-monitor.mo +share/locale/nn/LC_MESSAGES/mate-system-monitor.mo +share/locale/oc/LC_MESSAGES/mate-system-monitor.mo +share/locale/or/LC_MESSAGES/mate-system-monitor.mo +share/locale/pa/LC_MESSAGES/mate-system-monitor.mo +share/locale/pl/LC_MESSAGES/mate-system-monitor.mo +share/locale/ps/LC_MESSAGES/mate-system-monitor.mo +share/locale/pt/LC_MESSAGES/mate-system-monitor.mo +share/locale/pt_BR/LC_MESSAGES/mate-system-monitor.mo +share/locale/ro/LC_MESSAGES/mate-system-monitor.mo +share/locale/ru/LC_MESSAGES/mate-system-monitor.mo +share/locale/rw/LC_MESSAGES/mate-system-monitor.mo +share/locale/si/LC_MESSAGES/mate-system-monitor.mo +share/locale/sk/LC_MESSAGES/mate-system-monitor.mo +share/locale/sl/LC_MESSAGES/mate-system-monitor.mo +share/locale/sq/LC_MESSAGES/mate-system-monitor.mo +share/locale/sr/LC_MESSAGES/mate-system-monitor.mo +share/locale/sr@latin/LC_MESSAGES/mate-system-monitor.mo +share/locale/sv/LC_MESSAGES/mate-system-monitor.mo +share/locale/ta/LC_MESSAGES/mate-system-monitor.mo +share/locale/te/LC_MESSAGES/mate-system-monitor.mo +share/locale/th/LC_MESSAGES/mate-system-monitor.mo +share/locale/tr/LC_MESSAGES/mate-system-monitor.mo +share/locale/ug/LC_MESSAGES/mate-system-monitor.mo +share/locale/uk/LC_MESSAGES/mate-system-monitor.mo +share/locale/vi/LC_MESSAGES/mate-system-monitor.mo +share/locale/zh_CN/LC_MESSAGES/mate-system-monitor.mo +share/locale/zh_HK/LC_MESSAGES/mate-system-monitor.mo +share/locale/zh_TW/LC_MESSAGES/mate-system-monitor.mo +share/mate/help/mate-system-monitor/C/figures/addColumn.png +share/mate/help/mate-system-monitor/C/figures/changePriority.png +share/mate/help/mate-system-monitor/C/figures/colorPanel.png +share/mate/help/mate-system-monitor/C/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/C/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/C/figures/memoryMaps.png +share/mate/help/mate-system-monitor/C/figures/moreInfo.png +share/mate/help/mate-system-monitor/C/figures/processListing.png +share/mate/help/mate-system-monitor/C/figures/sortButton.png +share/mate/help/mate-system-monitor/C/figures/sortMenu.png +share/mate/help/mate-system-monitor/C/figures/sortMenu2.png +share/mate/help/mate-system-monitor/C/figures/systemMonitor.png +share/mate/help/mate-system-monitor/C/figures/viewMenu.png +share/mate/help/mate-system-monitor/C/legal.xml +share/mate/help/mate-system-monitor/C/mate-system-monitor.xml +share/mate/help/mate-system-monitor/ar/figures/addColumn.png +share/mate/help/mate-system-monitor/ar/figures/changePriority.png +share/mate/help/mate-system-monitor/ar/figures/colorPanel.png +share/mate/help/mate-system-monitor/ar/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/ar/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/ar/figures/memoryMaps.png +share/mate/help/mate-system-monitor/ar/figures/moreInfo.png +share/mate/help/mate-system-monitor/ar/figures/processListing.png +share/mate/help/mate-system-monitor/ar/figures/sortButton.png +share/mate/help/mate-system-monitor/ar/figures/sortMenu.png +share/mate/help/mate-system-monitor/ar/figures/sortMenu2.png +share/mate/help/mate-system-monitor/ar/figures/systemMonitor.png +share/mate/help/mate-system-monitor/ar/figures/viewMenu.png +share/mate/help/mate-system-monitor/ar/mate-system-monitor.xml +share/mate/help/mate-system-monitor/bg/figures/addColumn.png +share/mate/help/mate-system-monitor/bg/figures/changePriority.png +share/mate/help/mate-system-monitor/bg/figures/colorPanel.png +share/mate/help/mate-system-monitor/bg/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/bg/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/bg/figures/memoryMaps.png +share/mate/help/mate-system-monitor/bg/figures/moreInfo.png +share/mate/help/mate-system-monitor/bg/figures/processListing.png +share/mate/help/mate-system-monitor/bg/figures/sortButton.png +share/mate/help/mate-system-monitor/bg/figures/sortMenu.png +share/mate/help/mate-system-monitor/bg/figures/sortMenu2.png +share/mate/help/mate-system-monitor/bg/figures/systemMonitor.png +share/mate/help/mate-system-monitor/bg/figures/viewMenu.png +share/mate/help/mate-system-monitor/bg/mate-system-monitor.xml +share/mate/help/mate-system-monitor/ca/figures/addColumn.png +share/mate/help/mate-system-monitor/ca/figures/changePriority.png +share/mate/help/mate-system-monitor/ca/figures/colorPanel.png +share/mate/help/mate-system-monitor/ca/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/ca/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/ca/figures/memoryMaps.png +share/mate/help/mate-system-monitor/ca/figures/moreInfo.png +share/mate/help/mate-system-monitor/ca/figures/processListing.png +share/mate/help/mate-system-monitor/ca/figures/sortButton.png +share/mate/help/mate-system-monitor/ca/figures/sortMenu.png +share/mate/help/mate-system-monitor/ca/figures/sortMenu2.png +share/mate/help/mate-system-monitor/ca/figures/systemMonitor.png +share/mate/help/mate-system-monitor/ca/figures/viewMenu.png +share/mate/help/mate-system-monitor/ca/mate-system-monitor.xml +share/mate/help/mate-system-monitor/cs/figures/addColumn.png +share/mate/help/mate-system-monitor/cs/figures/changePriority.png +share/mate/help/mate-system-monitor/cs/figures/colorPanel.png +share/mate/help/mate-system-monitor/cs/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/cs/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/cs/figures/memoryMaps.png +share/mate/help/mate-system-monitor/cs/figures/moreInfo.png +share/mate/help/mate-system-monitor/cs/figures/processListing.png +share/mate/help/mate-system-monitor/cs/figures/sortButton.png +share/mate/help/mate-system-monitor/cs/figures/sortMenu.png +share/mate/help/mate-system-monitor/cs/figures/sortMenu2.png +share/mate/help/mate-system-monitor/cs/figures/systemMonitor.png +share/mate/help/mate-system-monitor/cs/figures/viewMenu.png +share/mate/help/mate-system-monitor/cs/mate-system-monitor.xml +share/mate/help/mate-system-monitor/da/figures/addColumn.png +share/mate/help/mate-system-monitor/da/figures/changePriority.png +share/mate/help/mate-system-monitor/da/figures/colorPanel.png +share/mate/help/mate-system-monitor/da/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/da/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/da/figures/memoryMaps.png +share/mate/help/mate-system-monitor/da/figures/moreInfo.png +share/mate/help/mate-system-monitor/da/figures/processListing.png +share/mate/help/mate-system-monitor/da/figures/sortButton.png +share/mate/help/mate-system-monitor/da/figures/sortMenu.png +share/mate/help/mate-system-monitor/da/figures/sortMenu2.png +share/mate/help/mate-system-monitor/da/figures/systemMonitor.png +share/mate/help/mate-system-monitor/da/figures/viewMenu.png +share/mate/help/mate-system-monitor/da/mate-system-monitor.xml +share/mate/help/mate-system-monitor/de/figures/addColumn.png +share/mate/help/mate-system-monitor/de/figures/changePriority.png +share/mate/help/mate-system-monitor/de/figures/colorPanel.png +share/mate/help/mate-system-monitor/de/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/de/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/de/figures/memoryMaps.png +share/mate/help/mate-system-monitor/de/figures/moreInfo.png +share/mate/help/mate-system-monitor/de/figures/processListing.png +share/mate/help/mate-system-monitor/de/figures/sortButton.png +share/mate/help/mate-system-monitor/de/figures/sortMenu.png +share/mate/help/mate-system-monitor/de/figures/sortMenu2.png +share/mate/help/mate-system-monitor/de/figures/systemMonitor.png +share/mate/help/mate-system-monitor/de/figures/viewMenu.png +share/mate/help/mate-system-monitor/de/mate-system-monitor.xml +share/mate/help/mate-system-monitor/el/figures/addColumn.png +share/mate/help/mate-system-monitor/el/figures/changePriority.png +share/mate/help/mate-system-monitor/el/figures/colorPanel.png +share/mate/help/mate-system-monitor/el/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/el/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/el/figures/memoryMaps.png +share/mate/help/mate-system-monitor/el/figures/moreInfo.png +share/mate/help/mate-system-monitor/el/figures/processListing.png +share/mate/help/mate-system-monitor/el/figures/sortButton.png +share/mate/help/mate-system-monitor/el/figures/sortMenu.png +share/mate/help/mate-system-monitor/el/figures/sortMenu2.png +share/mate/help/mate-system-monitor/el/figures/systemMonitor.png +share/mate/help/mate-system-monitor/el/figures/viewMenu.png +share/mate/help/mate-system-monitor/el/mate-system-monitor.xml +share/mate/help/mate-system-monitor/es/figures/addColumn.png +share/mate/help/mate-system-monitor/es/figures/changePriority.png +share/mate/help/mate-system-monitor/es/figures/colorPanel.png +share/mate/help/mate-system-monitor/es/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/es/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/es/figures/memoryMaps.png +share/mate/help/mate-system-monitor/es/figures/moreInfo.png +share/mate/help/mate-system-monitor/es/figures/processListing.png +share/mate/help/mate-system-monitor/es/figures/sortButton.png +share/mate/help/mate-system-monitor/es/figures/sortMenu.png +share/mate/help/mate-system-monitor/es/figures/sortMenu2.png +share/mate/help/mate-system-monitor/es/figures/systemMonitor.png +share/mate/help/mate-system-monitor/es/figures/viewMenu.png +share/mate/help/mate-system-monitor/es/mate-system-monitor.xml +share/mate/help/mate-system-monitor/fr/figures/addColumn.png +share/mate/help/mate-system-monitor/fr/figures/changePriority.png +share/mate/help/mate-system-monitor/fr/figures/colorPanel.png +share/mate/help/mate-system-monitor/fr/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/fr/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/fr/figures/memoryMaps.png +share/mate/help/mate-system-monitor/fr/figures/moreInfo.png +share/mate/help/mate-system-monitor/fr/figures/processListing.png +share/mate/help/mate-system-monitor/fr/figures/sortButton.png +share/mate/help/mate-system-monitor/fr/figures/sortMenu.png +share/mate/help/mate-system-monitor/fr/figures/sortMenu2.png +share/mate/help/mate-system-monitor/fr/figures/systemMonitor.png +share/mate/help/mate-system-monitor/fr/figures/viewMenu.png +share/mate/help/mate-system-monitor/fr/mate-system-monitor.xml +share/mate/help/mate-system-monitor/oc/figures/addColumn.png +share/mate/help/mate-system-monitor/oc/figures/changePriority.png +share/mate/help/mate-system-monitor/oc/figures/colorPanel.png +share/mate/help/mate-system-monitor/oc/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/oc/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/oc/figures/memoryMaps.png +share/mate/help/mate-system-monitor/oc/figures/moreInfo.png +share/mate/help/mate-system-monitor/oc/figures/processListing.png +share/mate/help/mate-system-monitor/oc/figures/sortButton.png +share/mate/help/mate-system-monitor/oc/figures/sortMenu.png +share/mate/help/mate-system-monitor/oc/figures/sortMenu2.png +share/mate/help/mate-system-monitor/oc/figures/systemMonitor.png +share/mate/help/mate-system-monitor/oc/figures/viewMenu.png +share/mate/help/mate-system-monitor/oc/mate-system-monitor.xml +share/mate/help/mate-system-monitor/pa/figures/addColumn.png +share/mate/help/mate-system-monitor/pa/figures/changePriority.png +share/mate/help/mate-system-monitor/pa/figures/colorPanel.png +share/mate/help/mate-system-monitor/pa/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/pa/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/pa/figures/memoryMaps.png +share/mate/help/mate-system-monitor/pa/figures/moreInfo.png +share/mate/help/mate-system-monitor/pa/figures/processListing.png +share/mate/help/mate-system-monitor/pa/figures/sortButton.png +share/mate/help/mate-system-monitor/pa/figures/sortMenu.png +share/mate/help/mate-system-monitor/pa/figures/sortMenu2.png +share/mate/help/mate-system-monitor/pa/figures/systemMonitor.png +share/mate/help/mate-system-monitor/pa/figures/viewMenu.png +share/mate/help/mate-system-monitor/pa/mate-system-monitor.xml +share/mate/help/mate-system-monitor/sv/figures/addColumn.png +share/mate/help/mate-system-monitor/sv/figures/changePriority.png +share/mate/help/mate-system-monitor/sv/figures/colorPanel.png +share/mate/help/mate-system-monitor/sv/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/sv/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/sv/figures/memoryMaps.png +share/mate/help/mate-system-monitor/sv/figures/moreInfo.png +share/mate/help/mate-system-monitor/sv/figures/processListing.png +share/mate/help/mate-system-monitor/sv/figures/sortButton.png +share/mate/help/mate-system-monitor/sv/figures/sortMenu.png +share/mate/help/mate-system-monitor/sv/figures/sortMenu2.png +share/mate/help/mate-system-monitor/sv/figures/systemMonitor.png +share/mate/help/mate-system-monitor/sv/figures/viewMenu.png +share/mate/help/mate-system-monitor/sv/mate-system-monitor.xml +share/mate/help/mate-system-monitor/zh_CN/figures/addColumn.png +share/mate/help/mate-system-monitor/zh_CN/figures/changePriority.png +share/mate/help/mate-system-monitor/zh_CN/figures/colorPanel.png +share/mate/help/mate-system-monitor/zh_CN/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/zh_CN/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/zh_CN/figures/memoryMaps.png +share/mate/help/mate-system-monitor/zh_CN/figures/moreInfo.png +share/mate/help/mate-system-monitor/zh_CN/figures/processListing.png +share/mate/help/mate-system-monitor/zh_CN/figures/sortButton.png +share/mate/help/mate-system-monitor/zh_CN/figures/sortMenu.png +share/mate/help/mate-system-monitor/zh_CN/figures/sortMenu2.png +share/mate/help/mate-system-monitor/zh_CN/figures/systemMonitor.png +share/mate/help/mate-system-monitor/zh_CN/figures/viewMenu.png +share/mate/help/mate-system-monitor/zh_CN/mate-system-monitor.xml +share/omf/mate-system-monitor/mate-system-monitor-C.omf +share/omf/mate-system-monitor/mate-system-monitor-ar.omf +share/omf/mate-system-monitor/mate-system-monitor-bg.omf +share/omf/mate-system-monitor/mate-system-monitor-ca.omf +share/omf/mate-system-monitor/mate-system-monitor-cs.omf +share/omf/mate-system-monitor/mate-system-monitor-da.omf +share/omf/mate-system-monitor/mate-system-monitor-de.omf +share/omf/mate-system-monitor/mate-system-monitor-el.omf +share/omf/mate-system-monitor/mate-system-monitor-es.omf +share/omf/mate-system-monitor/mate-system-monitor-fr.omf +share/omf/mate-system-monitor/mate-system-monitor-oc.omf +share/omf/mate-system-monitor/mate-system-monitor-pa.omf +share/omf/mate-system-monitor/mate-system-monitor-sv.omf +share/omf/mate-system-monitor/mate-system-monitor-zh_CN.omf +share/pixmaps/mate-system-monitor/download.svg +share/pixmaps/mate-system-monitor/side.png +share/pixmaps/mate-system-monitor/upload.svg +@dirrm share/pixmaps/mate-system-monitor +@dirrm share/omf/mate-system-monitor +@dirrm share/mate/help/mate-system-monitor/zh_CN/figures +@dirrm share/mate/help/mate-system-monitor/zh_CN +@dirrm share/mate/help/mate-system-monitor/sv/figures +@dirrm share/mate/help/mate-system-monitor/sv +@dirrm share/mate/help/mate-system-monitor/pa/figures +@dirrm share/mate/help/mate-system-monitor/pa +@dirrm share/mate/help/mate-system-monitor/oc/figures +@dirrm share/mate/help/mate-system-monitor/oc +@dirrm share/mate/help/mate-system-monitor/fr/figures +@dirrm share/mate/help/mate-system-monitor/fr +@dirrm share/mate/help/mate-system-monitor/es/figures +@dirrm share/mate/help/mate-system-monitor/es +@dirrm share/mate/help/mate-system-monitor/el/figures +@dirrm share/mate/help/mate-system-monitor/el +@dirrm share/mate/help/mate-system-monitor/de/figures +@dirrm share/mate/help/mate-system-monitor/de +@dirrm share/mate/help/mate-system-monitor/da/figures +@dirrm share/mate/help/mate-system-monitor/da +@dirrm share/mate/help/mate-system-monitor/cs/figures +@dirrm share/mate/help/mate-system-monitor/cs +@dirrm share/mate/help/mate-system-monitor/ca/figures +@dirrm share/mate/help/mate-system-monitor/ca +@dirrm share/mate/help/mate-system-monitor/bg/figures +@dirrm share/mate/help/mate-system-monitor/bg +@dirrm share/mate/help/mate-system-monitor/ar/figures +@dirrm share/mate/help/mate-system-monitor/ar +@dirrm share/mate/help/mate-system-monitor/C/figures +@dirrm share/mate/help/mate-system-monitor/C +@dirrm share/mate/help/mate-system-monitor +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/sysutils/mate-system-monitor/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile (revision 334660) +++ head/textproc/Makefile (revision 334661) @@ -1,1567 +1,1568 @@ # $FreeBSD$ # COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML SUBDIR += R-cran-stringr SUBDIR += R-cran-xtable SUBDIR += ack SUBDIR += adabrowse SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft SUBDIR += agrep SUBDIR += aiksaurus SUBDIR += aiksaurus-gtk SUBDIR += align SUBDIR += am-aspell SUBDIR += amberfish SUBDIR += ansifilter SUBDIR += ant-xinclude-task SUBDIR += antiword SUBDIR += apache-poi SUBDIR += apache-solr SUBDIR += apache-solr3 SUBDIR += apertium SUBDIR += archmage SUBDIR += artha SUBDIR += asciidoc SUBDIR += asm-xml SUBDIR += aspell SUBDIR += ast-aspell SUBDIR += atom SUBDIR += ats-contrib-parcomb SUBDIR += augeas SUBDIR += az-aspell SUBDIR += bar SUBDIR += bbe SUBDIR += be-aspell SUBDIR += bedic-data SUBDIR += beediff SUBDIR += bg-aspell SUBDIR += bg-hyphen SUBDIR += bg-mythes SUBDIR += bib2html SUBDIR += bibtex2html SUBDIR += bibtool SUBDIR += bibutils SUBDIR += bn-aspell SUBDIR += bomstrip SUBDIR += br-aspell SUBDIR += british-ispell SUBDIR += bsddiff SUBDIR += bsdgrep SUBDIR += bsdsort SUBDIR += btparse SUBDIR += c2html SUBDIR += ca-aspell SUBDIR += catdoc SUBDIR += cbedic SUBDIR += cdif SUBDIR += cdiff SUBDIR += chm2pdf SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-clisp SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre SUBDIR += cl-ppcre-clisp SUBDIR += cl-ppcre-sbcl SUBDIR += clit SUBDIR += clucene SUBDIR += coccigrep SUBDIR += coco SUBDIR += code2html SUBDIR += codespell SUBDIR += colordiff SUBDIR += confetti SUBDIR += confget SUBDIR += cost SUBDIR += crimson SUBDIR += cs-aspell SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex SUBDIR += csv2xml SUBDIR += csvdiff SUBDIR += ctpl SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell SUBDIR += da-aspell SUBDIR += da-hyphen SUBDIR += dadadodo SUBDIR += db2latex SUBDIR += dbacl SUBDIR += dblatex SUBDIR += denature SUBDIR += dict SUBDIR += dictem SUBDIR += dictem-xemacs21-mule SUBDIR += dictfmt SUBDIR += dictionary SUBDIR += diffmark SUBDIR += diffsplit SUBDIR += diffstat SUBDIR += diffutils SUBDIR += dikt SUBDIR += discount SUBDIR += dixit SUBDIR += doc-mode.el SUBDIR += docbook SUBDIR += docbook-241 SUBDIR += docbook-300 SUBDIR += docbook-310 SUBDIR += docbook-400 SUBDIR += docbook-410 SUBDIR += docbook-420 SUBDIR += docbook-430 SUBDIR += docbook-440 SUBDIR += docbook-450 SUBDIR += docbook-500 SUBDIR += docbook-sk SUBDIR += docbook-tdg SUBDIR += docbook-to-man SUBDIR += docbook-utils SUBDIR += docbook-xml SUBDIR += docbook-xml-430 SUBDIR += docbook-xml-440 SUBDIR += docbook-xml-450 SUBDIR += docbook-xsd SUBDIR += docbook-xsl SUBDIR += docbook-xsl-ns SUBDIR += docbook2X SUBDIR += docbook2odf SUBDIR += docbookide.el SUBDIR += docdiff SUBDIR += doclifter SUBDIR += docproj SUBDIR += dom4j SUBDIR += domc SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse SUBDIR += duncan SUBDIR += dwdiff SUBDIR += easydiff SUBDIR += ebook-tools SUBDIR += ecromedos SUBDIR += ekhtml SUBDIR += el-aspell SUBDIR += el-hyphen SUBDIR += elasticsearch SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell SUBDIR += en-mythes SUBDIR += enchant SUBDIR += eo-aspell SUBDIR += eqe SUBDIR += eruby SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen SUBDIR += es-ispell SUBDIR += es-mythes SUBDIR += estraier SUBDIR += et-aspell SUBDIR += exempi SUBDIR += exmpp SUBDIR += expat2 SUBDIR += exslt SUBDIR += extract_url SUBDIR += ezxml SUBDIR += fa-aspell SUBDIR += fcitx-m17n SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist SUBDIR += fixrtf SUBDIR += fldiff SUBDIR += flex SUBDIR += flip SUBDIR += fo-aspell SUBDIR += foiltex SUBDIR += fop SUBDIR += fpc-aspell SUBDIR += fpc-libxml2 SUBDIR += freexl SUBDIR += fy-aspell SUBDIR += ga-aspell SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdict SUBDIR += gdome2 SUBDIR += gl-aspell SUBDIR += gladtex SUBDIR += glark SUBDIR += glimpse SUBDIR += glpi-plugins-AdditionalReports SUBDIR += glpi-plugins-DataInjection SUBDIR += gmetadom SUBDIR += gnome-doc-utils SUBDIR += gnome-spell SUBDIR += gnome-translate SUBDIR += gnugrep SUBDIR += go-text SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += gpp SUBDIR += grap SUBDIR += grc-aspell SUBDIR += groff SUBDIR += groonga SUBDIR += gsed SUBDIR += gtk-doc SUBDIR += gtkspell SUBDIR += gtkspell-reference SUBDIR += gu-aspell SUBDIR += gutenmark SUBDIR += gv-aspell SUBDIR += heirloom-doctools SUBDIR += hevea SUBDIR += hgrep SUBDIR += hhm SUBDIR += hi-aspell SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell SUBDIR += hs-Diff SUBDIR += hs-HStringTemplate SUBDIR += hs-HaXml SUBDIR += hs-attoparsec SUBDIR += hs-attoparsec-conduit SUBDIR += hs-attoparsec-enumerator SUBDIR += hs-blaze-html SUBDIR += hs-blaze-markup SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-citeproc-hs SUBDIR += hs-csv SUBDIR += hs-double-conversion SUBDIR += hs-feed SUBDIR += hs-hexpat SUBDIR += hs-highlighting-kate SUBDIR += hs-hs-bibutils SUBDIR += hs-html SUBDIR += hs-html-conduit SUBDIR += hs-hxt SUBDIR += hs-hxt-charproperties SUBDIR += hs-hxt-regex-xmlschema SUBDIR += hs-hxt-unicode SUBDIR += hs-lhs2tex SUBDIR += hs-libxml SUBDIR += hs-pandoc SUBDIR += hs-pandoc-types SUBDIR += hs-parsec SUBDIR += hs-polyparse SUBDIR += hs-regex-base SUBDIR += hs-regex-compat SUBDIR += hs-regex-pcre-builtin SUBDIR += hs-regex-posix SUBDIR += hs-regex-tdfa SUBDIR += hs-stringsearch SUBDIR += hs-tagsoup SUBDIR += hs-tagstream-conduit SUBDIR += hs-texmath SUBDIR += hs-xhtml SUBDIR += hs-xml SUBDIR += hs-xml-conduit SUBDIR += hs-xml-types SUBDIR += hs-xmlhtml SUBDIR += hs-yaml SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html SUBDIR += html-pretty SUBDIR += html2fo SUBDIR += html2tex SUBDIR += html2text SUBDIR += htmlc SUBDIR += htmldoc SUBDIR += htmlise SUBDIR += htmlize.el SUBDIR += htmlsection SUBDIR += htmltolatex SUBDIR += humanzip SUBDIR += hunspell SUBDIR += hy-aspell SUBDIR += hyperestraier SUBDIR += hyphen SUBDIR += ia-aspell SUBDIR += ibus SUBDIR += ibus-el SUBDIR += ibus-kmfl SUBDIR += ibus-m17n SUBDIR += ibus-qt SUBDIR += ibus-table SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits SUBDIR += igor SUBDIR += iksemel SUBDIR += info2html SUBDIR += info2man SUBDIR += info_to_html SUBDIR += intltool SUBDIR += ipdf SUBDIR += irstlm SUBDIR += is-aspell SUBDIR += is-hyphen SUBDIR += iso-schematron-xslt SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += ispell SUBDIR += it-aspell SUBDIR += it-hunspell SUBDIR += it-hyphen SUBDIR += it-ispell SUBDIR += it-mythes SUBDIR += itstool SUBDIR += jade SUBDIR += jakarta-commons-digester SUBDIR += jalingo SUBDIR += jarnal SUBDIR += java2html SUBDIR += jaxup SUBDIR += jdictionary SUBDIR += jdictionary-int-eng SUBDIR += jing SUBDIR += jq SUBDIR += jrefentry SUBDIR += jshon SUBDIR += kdiff3 SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer SUBDIR += kmfl-sil-ezra SUBDIR += kmfl-sil-galatia SUBDIR += kmfl-sil-ipa-unicode SUBDIR += kmfl-sil-panafrican-latin SUBDIR += kmfl-sil-yi SUBDIR += kmfl-varamozhi-malayalam SUBDIR += kmflcomp SUBDIR += kn-aspell SUBDIR += ku-aspell SUBDIR += ky-aspell SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck SUBDIR += latex-service SUBDIR += latex2html SUBDIR += lemmatizer2 SUBDIR += libcrm114 SUBDIR += libcroco SUBDIR += libcsv SUBDIR += libcue SUBDIR += libebml SUBDIR += libextractor SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libguess SUBDIR += libkmfl SUBDIR += libkolabxml SUBDIR += liblingoteach SUBDIR += liblrdf SUBDIR += libmrss SUBDIR += libmrss-php SUBDIR += libnxml SUBDIR += libparsifal SUBDIR += libroxml SUBDIR += libsoldout SUBDIR += libsphinxclient SUBDIR += libstree SUBDIR += libtext-charwidth-perl SUBDIR += libtext-wrapi18n-perl SUBDIR += libtextcat SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libunibreak SUBDIR += libuninameslist SUBDIR += libvisio SUBDIR += libwpd SUBDIR += libwps SUBDIR += libxdiff SUBDIR += libxml SUBDIR += libxml++26 SUBDIR += libxml++26-reference SUBDIR += libxml2 SUBDIR += libxml2-reference SUBDIR += libxode SUBDIR += libxslt SUBDIR += libxslt-reference SUBDIR += libyaml SUBDIR += link-grammar SUBDIR += linux-f10-aspell SUBDIR += linux-f10-expat SUBDIR += linux-f10-libxml2 SUBDIR += linux-f10-scim-gtk SUBDIR += linux-f10-scim-libs SUBDIR += linuxdoc SUBDIR += localize SUBDIR += lt-aspell SUBDIR += lt-hyphen SUBDIR += lttoolbox SUBDIR += ltxml SUBDIR += luaexpat SUBDIR += lucene SUBDIR += lucene4 SUBDIR += lv-aspell SUBDIR += m17n-contrib SUBDIR += m17n-im-config SUBDIR += makefaq SUBDIR += makepatch SUBDIR += man2html SUBDIR += manued.el SUBDIR += markdown SUBDIR += markdown-mode.el + SUBDIR += mate-doc-utils SUBDIR += mathml-xsd SUBDIR += mdocml SUBDIR += meld SUBDIR += metaf2xml SUBDIR += metauml SUBDIR += mgdiff SUBDIR += mguesser SUBDIR += mi-aspell SUBDIR += mifluz SUBDIR += minised SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell SUBDIR += ml1 SUBDIR += mn-aspell SUBDIR += modlogan SUBDIR += mr-aspell SUBDIR += ms-aspell SUBDIR += msort SUBDIR += mt-aspell SUBDIR += multimarkdown SUBDIR += muse SUBDIR += mxml SUBDIR += mysqlviz SUBDIR += mythes SUBDIR += nb-aspell SUBDIR += nds-aspell SUBDIR += nl-aspell SUBDIR += nl-hunspell SUBDIR += nl-hyphen SUBDIR += nl-ispell SUBDIR += nl-mythes SUBDIR += nltk SUBDIR += nn-aspell SUBDIR += no-hunspell SUBDIR += nunnimcax SUBDIR += nux SUBDIR += ny-aspell SUBDIR += ocaml-csv SUBDIR += ocaml-expat SUBDIR += ocaml-pxp SUBDIR += ocaml-text SUBDIR += ocaml-tyxml SUBDIR += odt2txt SUBDIR += openfts SUBDIR += openjade SUBDIR += opensched SUBDIR += opensp SUBDIR += openvanilla-framework SUBDIR += openvanilla-modules SUBDIR += or-aspell SUBDIR += ots SUBDIR += p5-AI-Categorizer SUBDIR += p5-Algorithm-CheckDigits SUBDIR += p5-Algorithm-RabinKarp SUBDIR += p5-Apache-ParseLog SUBDIR += p5-BibTeX-Parser SUBDIR += p5-Bloom-Filter SUBDIR += p5-CAM-PDF SUBDIR += p5-CQL-Parser SUBDIR += p5-CSS SUBDIR += p5-CSS-Compressor SUBDIR += p5-CSS-Croco SUBDIR += p5-CSS-Minifier SUBDIR += p5-CSS-Minifier-XS SUBDIR += p5-CSS-Packer SUBDIR += p5-CSS-SAC SUBDIR += p5-CSS-Simple SUBDIR += p5-CSS-Squish SUBDIR += p5-CSS-Tiny SUBDIR += p5-Chess-PGN-Parse SUBDIR += p5-Class-CSV SUBDIR += p5-Data-FormValidator SUBDIR += p5-Data-FormValidator-Constraints-DateTime SUBDIR += p5-Data-Phrasebook SUBDIR += p5-Data-Phrasebook-Loader-YAML SUBDIR += p5-Data-Report SUBDIR += p5-Data-SpreadPagination SUBDIR += p5-DelimMatch SUBDIR += p5-Dev-Bollocks SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet SUBDIR += p5-ElasticSearch SUBDIR += p5-ElasticSearch-SearchBuilder SUBDIR += p5-EBook-Tools SUBDIR += p5-Excel-Template SUBDIR += p5-Excel-Writer-XLSX SUBDIR += p5-File-Inplace SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Lite SUBDIR += p5-Games-Dissociate SUBDIR += p5-Geo-Parse-OSM SUBDIR += p5-Getopt-Lucid SUBDIR += p5-Google-Data-JSON SUBDIR += p5-HTML-CTPP2 SUBDIR += p5-HTML-Copy SUBDIR += p5-HTML-Entities-ImodePictogram SUBDIR += p5-HTML-Entities-Interpolate SUBDIR += p5-HTML-Entities-Numbered SUBDIR += p5-HTML-EscapeEvil SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-FormatText-WithLinks-AndTables SUBDIR += p5-HTML-Fraction SUBDIR += p5-HTML-HTML5-Entities SUBDIR += p5-HTML-HTML5-Parser SUBDIR += p5-HTML-HTMLDoc SUBDIR += p5-HTML-Packer SUBDIR += p5-HTML-QRCode SUBDIR += p5-HTML-Quoted SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-SuperForm SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy SUBDIR += p5-HTML-Tiny SUBDIR += p5-HTML-Truncate SUBDIR += p5-Hailo SUBDIR += p5-Hash-Merge SUBDIR += p5-Hatena-Keyword SUBDIR += p5-IDNA-Punycode SUBDIR += p5-IO-CSVHeaderFile SUBDIR += p5-JavaScript-Minifier SUBDIR += p5-JavaScript-Minifier-XS SUBDIR += p5-JavaScript-Packer SUBDIR += p5-KinoSearch1 SUBDIR += p5-Kwalify SUBDIR += p5-LaTeX-Driver SUBDIR += p5-LaTeX-Encode SUBDIR += p5-LaTeX-Pod SUBDIR += p5-LaTeX-TOM SUBDIR += p5-LaTeX-Table SUBDIR += p5-LaTeX-ToUnicode SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom SUBDIR += p5-Lingua-EN-FindNumber SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Infinitive SUBDIR += p5-Lingua-EN-Inflect SUBDIR += p5-Lingua-EN-Inflect-Number SUBDIR += p5-Lingua-EN-Inflect-Phrase SUBDIR += p5-Lingua-EN-MatchNames SUBDIR += p5-Lingua-EN-NameCase SUBDIR += p5-Lingua-EN-NameParse SUBDIR += p5-Lingua-EN-NamedEntity SUBDIR += p5-Lingua-EN-Nickname SUBDIR += p5-Lingua-EN-Number-IsOrdinal SUBDIR += p5-Lingua-EN-Numbers SUBDIR += p5-Lingua-EN-Numbers-Easy SUBDIR += p5-Lingua-EN-Numbers-Ordinate SUBDIR += p5-Lingua-EN-Sentence SUBDIR += p5-Lingua-EN-Squeeze SUBDIR += p5-Lingua-EN-Summarize SUBDIR += p5-Lingua-EN-Syllable SUBDIR += p5-Lingua-EN-Tagger SUBDIR += p5-Lingua-EN-Words2Nums SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Identify SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Stem SUBDIR += p5-Lingua-Stem-Fr SUBDIR += p5-Lingua-Stem-It SUBDIR += p5-Lingua-Stem-Ru SUBDIR += p5-Lingua-Stem-Snowball SUBDIR += p5-Lingua-Stem-Snowball-Da SUBDIR += p5-Lingua-Stem-Snowball-No SUBDIR += p5-Lingua-Stem-Snowball-Se SUBDIR += p5-Lingua-StopWords SUBDIR += p5-Lingua-Treebank SUBDIR += p5-MARC SUBDIR += p5-MARC-Charset SUBDIR += p5-MARC-Lint SUBDIR += p5-MARC-Record SUBDIR += p5-MARC-XML SUBDIR += p5-MKDoc-XML SUBDIR += p5-Makefile-DOM SUBDIR += p5-Makefile-Parser SUBDIR += p5-Markapl SUBDIR += p5-Marpa-HTML SUBDIR += p5-MathML-Entities SUBDIR += p5-Net-IDN-Encode SUBDIR += p5-Net-Snort-Parser SUBDIR += p5-Net-YASA SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-Number-Format SUBDIR += p5-Number-Spell SUBDIR += p5-ODF-lpOD SUBDIR += p5-OpenOffice-OODoc SUBDIR += p5-PDF-API2 SUBDIR += p5-PDF-API3 SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Table SUBDIR += p5-PDF-Writer SUBDIR += p5-POD2-Base SUBDIR += p5-POE-Filter-XML SUBDIR += p5-POSIX-Regex SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML SUBDIR += p5-PPI-XS SUBDIR += p5-PPIx-EditorTools SUBDIR += p5-PPIx-Regexp SUBDIR += p5-PPIx-Utilities SUBDIR += p5-Parse-BooleanLogic SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-FixedLength SUBDIR += p5-Parse-Flex SUBDIR += p5-Parse-PhoneNumber SUBDIR += p5-Parse-Syslog SUBDIR += p5-Perl-Critic SUBDIR += p5-Perl-Critic-Bangs SUBDIR += p5-Perl-MinimumVersion SUBDIR += p5-PerlPoint-Converters SUBDIR += p5-PerlPoint-Package SUBDIR += p5-Petal SUBDIR += p5-Petal-CodePerl SUBDIR += p5-Petal-Mail SUBDIR += p5-Petal-Utils SUBDIR += p5-Plagger SUBDIR += p5-Plucene SUBDIR += p5-Plucene-Analysis-CJKAnalyzer SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Abstract SUBDIR += p5-Pod-Autopod SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Elemental SUBDIR += p5-Pod-Escapes SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy SUBDIR += p5-Pod-Markdown SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Readme SUBDIR += p5-Pod-Simple SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip SUBDIR += p5-Pod-Stripper SUBDIR += p5-Pod-Tree SUBDIR += p5-Pod-WSDL SUBDIR += p5-Pod-WikiDoc SUBDIR += p5-Pod-XML SUBDIR += p5-Pod-Xhtml SUBDIR += p5-RADIUS-UserFile SUBDIR += p5-RDF-Core SUBDIR += p5-RDF-Notation3 SUBDIR += p5-RDF-Simple SUBDIR += p5-RDFStore SUBDIR += p5-RTF-Parser SUBDIR += p5-RTF-Tokenizer SUBDIR += p5-RTF-Writer SUBDIR += p5-Regex-PreSuf SUBDIR += p5-Regexp-Common SUBDIR += p5-Regexp-Common-Email-Address SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us SUBDIR += p5-Regexp-Copy SUBDIR += p5-Regexp-DefaultFlags SUBDIR += p5-Regexp-IPv6 SUBDIR += p5-Regexp-Log SUBDIR += p5-Regexp-Log-Common SUBDIR += p5-SGML-DTDParse SUBDIR += p5-SGML-Parser-OpenSP SUBDIR += p5-SGMLSpm SUBDIR += p5-SQL-Tokenizer SUBDIR += p5-SVG SUBDIR += p5-SVG-Parser SUBDIR += p5-Search-Estraier SUBDIR += p5-Search-Odeum SUBDIR += p5-Search-Saryer SUBDIR += p5-Search-VectorSpace SUBDIR += p5-Senna SUBDIR += p5-Solr SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-Naturally SUBDIR += p5-Sphinx-Config SUBDIR += p5-Sphinx-Manager SUBDIR += p5-Sphinx-Search SUBDIR += p5-Spork SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-Read SUBDIR += p5-Spreadsheet-ReadSXC SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Spreadsheet-WriteExcel-FromXML SUBDIR += p5-Spreadsheet-WriteExcel-Styler SUBDIR += p5-Spreadsheet-WriteExcelXML SUBDIR += p5-Spreadsheet-XLSX SUBDIR += p5-String-BufferStack SUBDIR += p5-String-CamelCase SUBDIR += p5-String-Compare-ConstantTime SUBDIR += p5-String-Divert SUBDIR += p5-String-Escape SUBDIR += p5-String-Flogger SUBDIR += p5-String-Format SUBDIR += p5-String-Fraction SUBDIR += p5-String-HexConvert SUBDIR += p5-String-Koremutake SUBDIR += p5-String-RewritePrefix SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-ShowDiff SUBDIR += p5-String-Strip SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TeX-Encode SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Declare SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic SUBDIR += p5-Template-Plugin-Autoformat SUBDIR += p5-Template-Plugin-Filter-Minify-CSS SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript-XS SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Template-Semantic SUBDIR += p5-Template-Tiny SUBDIR += p5-Term-QRCode SUBDIR += p5-Test-Perl-Critic SUBDIR += p5-Text-ASCIIMathML SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Aspell SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bastardize SUBDIR += p5-Text-BibTeX SUBDIR += p5-Text-Bind SUBDIR += p5-Text-Brew SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV-Encoded SUBDIR += p5-Text-CSV-Hashify SUBDIR += p5-Text-CSV-Simple SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Capitalize SUBDIR += p5-Text-CharWidth SUBDIR += p5-Text-Chomp SUBDIR += p5-Text-ClearSilver SUBDIR += p5-Text-Context SUBDIR += p5-Text-Context-EitherSide SUBDIR += p5-Text-DHCPLeases SUBDIR += p5-Text-Decorator SUBDIR += p5-Text-Delimited SUBDIR += p5-Text-Diff SUBDIR += p5-Text-Diff-HTML SUBDIR += p5-Text-Diff-Parser SUBDIR += p5-Text-Diff3 SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon SUBDIR += p5-Text-Emoticon-GoogleTalk SUBDIR += p5-Text-EtText SUBDIR += p5-Text-Extract-Word SUBDIR += p5-Text-ExtractWords SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter SUBDIR += p5-Text-Filter-Chain SUBDIR += p5-Text-FindIndent SUBDIR += p5-Text-FixEOL SUBDIR += p5-Text-FixedLength SUBDIR += p5-Text-FixedLength-Extra SUBDIR += p5-Text-Flow SUBDIR += p5-Text-Flowchart SUBDIR += p5-Text-Flowed SUBDIR += p5-Text-Format SUBDIR += p5-Text-Format+NWrap SUBDIR += p5-Text-FormatTable SUBDIR += p5-Text-German SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Greeking SUBDIR += p5-Text-Haml SUBDIR += p5-Text-Hatena SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-HikiDoc SUBDIR += p5-Text-Hyphen SUBDIR += p5-Text-LTSV SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Lorem SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-MicroMason SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MicroTemplate-Extended SUBDIR += p5-Text-MultiMarkdown SUBDIR += p5-Text-NSP SUBDIR += p5-Text-NeatTemplate SUBDIR += p5-Text-Netstring SUBDIR += p5-Text-Ngram SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-Original SUBDIR += p5-Text-Padding SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParseWords SUBDIR += p5-Text-Patch SUBDIR += p5-Text-Pipe SUBDIR += p5-Text-Prefix-XS SUBDIR += p5-Text-QRCode SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quote SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-RecordParser SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Report SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Sass SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-SpellChecker SUBDIR += p5-Text-SpellChecker-GUI SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags SUBDIR += p5-Text-Template SUBDIR += p5-Text-TestBase SUBDIR += p5-Text-Textile SUBDIR += p5-Text-Tmpl SUBDIR += p5-Text-Trac SUBDIR += p5-Text-Trim SUBDIR += p5-Text-Truncate SUBDIR += p5-Text-Typography SUBDIR += p5-Text-Unaccent SUBDIR += p5-Text-VimColor SUBDIR += p5-Text-WikiCreole SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-WordDiff SUBDIR += p5-Text-Wrapper SUBDIR += p5-Text-Xslate SUBDIR += p5-Text-Xslate-Bridge-TT2Like SUBDIR += p5-Text-vCard SUBDIR += p5-Tiffany SUBDIR += p5-Time-Human SUBDIR += p5-Tk-Pod SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary SUBDIR += p5-Tree-Suffix SUBDIR += p5-UML-Class-Simple SUBDIR += p5-UML-Sequence SUBDIR += p5-UML-State SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-Collate SUBDIR += p5-Unicode-EastAsianWidth SUBDIR += p5-Unicode-Escape SUBDIR += p5-Unicode-LineBreak SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan SUBDIR += p5-Validator-Custom SUBDIR += p5-Version-Next SUBDIR += p5-Vroom SUBDIR += p5-WDDX SUBDIR += p5-WWW-Google-SiteMap SUBDIR += p5-WWW-Wordnik-API SUBDIR += p5-WordNet-QueryData SUBDIR += p5-WordNet-Similarity SUBDIR += p5-XML-Atom SUBDIR += p5-XML-Atom-Ext-OpenSearch SUBDIR += p5-XML-Atom-Filter SUBDIR += p5-XML-Atom-SimpleFeed SUBDIR += p5-XML-Atom-Stream SUBDIR += p5-XML-Atom-Syndication SUBDIR += p5-XML-AutoWriter SUBDIR += p5-XML-Bare SUBDIR += p5-XML-Canonical SUBDIR += p5-XML-CanonicalizeXML SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-Clean SUBDIR += p5-XML-Code SUBDIR += p5-XML-Compile SUBDIR += p5-XML-Compile-Cache SUBDIR += p5-XML-Compile-Dumper SUBDIR += p5-XML-DBMS SUBDIR += p5-XML-DOM SUBDIR += p5-XML-DOM-Lite SUBDIR += p5-XML-DOM-XPath SUBDIR += p5-XML-DOM2 SUBDIR += p5-XML-DOMHandler SUBDIR += p5-XML-DT SUBDIR += p5-XML-DTDParser SUBDIR += p5-XML-Declare SUBDIR += p5-XML-Descent SUBDIR += p5-XML-DifferenceMarkup SUBDIR += p5-XML-Directory SUBDIR += p5-XML-DoubleEncodedEntities SUBDIR += p5-XML-Driver-HTML SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Elemental SUBDIR += p5-XML-Encoding SUBDIR += p5-XML-Entities SUBDIR += p5-XML-FOAF SUBDIR += p5-XML-Feed SUBDIR += p5-XML-Feed-Deduper SUBDIR += p5-XML-FeedPP SUBDIR += p5-XML-Filter-BufferText SUBDIR += p5-XML-Filter-DOMFilter-LibXML SUBDIR += p5-XML-Filter-DetectWS SUBDIR += p5-XML-Filter-GenericChunk SUBDIR += p5-XML-Filter-Reindent SUBDIR += p5-XML-Filter-SAX1toSAX2 SUBDIR += p5-XML-Filter-SAXT SUBDIR += p5-XML-Filter-XInclude SUBDIR += p5-XML-Filter-XSLT SUBDIR += p5-XML-Flow SUBDIR += p5-XML-GDOME SUBDIR += p5-XML-Generator SUBDIR += p5-XML-Generator-DBI SUBDIR += p5-XML-Generator-PerlData SUBDIR += p5-XML-Grove SUBDIR += p5-XML-Handler-Dtd2DocBook SUBDIR += p5-XML-Handler-Dtd2Html SUBDIR += p5-XML-Handler-HTMLWriter SUBDIR += p5-XML-Handler-Trees SUBDIR += p5-XML-Handler-YAWriter SUBDIR += p5-XML-Hash-LX SUBDIR += p5-XML-LibXML SUBDIR += p5-XML-LibXML-Cache SUBDIR += p5-XML-LibXML-Iterator SUBDIR += p5-XML-LibXML-PrettyPrint SUBDIR += p5-XML-LibXML-SAX-ChunkParser SUBDIR += p5-XML-LibXML-Simple SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-Liberal SUBDIR += p5-XML-Literal SUBDIR += p5-XML-Mini SUBDIR += p5-XML-MyXML SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter SUBDIR += p5-XML-OPML SUBDIR += p5-XML-OPML-LibXML SUBDIR += p5-XML-Parsepp SUBDIR += p5-XML-Parser SUBDIR += p5-XML-Parser-EasyTree SUBDIR += p5-XML-Parser-Lite-Tree SUBDIR += p5-XML-Parser-Style-EasyTree SUBDIR += p5-XML-Parser-Style-Elemental SUBDIR += p5-XML-Quote SUBDIR += p5-XML-RAI SUBDIR += p5-XML-RSS SUBDIR += p5-XML-RSS-Feed SUBDIR += p5-XML-RSS-JavaScript SUBDIR += p5-XML-RSS-LibXML SUBDIR += p5-XML-RSS-Liberal SUBDIR += p5-XML-RSS-Parser SUBDIR += p5-XML-RSS-SimpleGen SUBDIR += p5-XML-RSSLite SUBDIR += p5-XML-Reader SUBDIR += p5-XML-RegExp SUBDIR += p5-XML-Rewrite SUBDIR += p5-XML-Rules SUBDIR += p5-XML-SAX SUBDIR += p5-XML-SAX-Base SUBDIR += p5-XML-SAX-Expat SUBDIR += p5-XML-SAX-Expat-Incremental SUBDIR += p5-XML-SAX-ExpatXS SUBDIR += p5-XML-SAX-Machines SUBDIR += p5-XML-SAX-Simple SUBDIR += p5-XML-SAX-Writer SUBDIR += p5-XML-SAXDriver-CSV SUBDIR += p5-XML-SAXDriver-Excel SUBDIR += p5-XML-SAXDriver-Sablotron SUBDIR += p5-XML-STX SUBDIR += p5-XML-Sablotron SUBDIR += p5-XML-Schematron SUBDIR += p5-XML-SemanticDiff SUBDIR += p5-XML-Simple SUBDIR += p5-XML-SimpleObject SUBDIR += p5-XML-SimpleObject-LibXML SUBDIR += p5-XML-Smart SUBDIR += p5-XML-Stream SUBDIR += p5-XML-Tiny SUBDIR += p5-XML-TinyXML SUBDIR += p5-XML-TokeParser SUBDIR += p5-XML-Toolkit SUBDIR += p5-XML-TreeBuilder SUBDIR += p5-XML-TreePP SUBDIR += p5-XML-Twig SUBDIR += p5-XML-Validate SUBDIR += p5-XML-Validator-Schema SUBDIR += p5-XML-Writer SUBDIR += p5-XML-XBEL SUBDIR += p5-XML-XML2JSON SUBDIR += p5-XML-XPath SUBDIR += p5-XML-XPathEngine SUBDIR += p5-XML-XQL SUBDIR += p5-XML-XSH SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML SUBDIR += p5-XML-Xerces SUBDIR += p5-YAML SUBDIR += p5-YAML-LibYAML SUBDIR += p5-YAML-Shell SUBDIR += p5-YAML-Syck SUBDIR += p5-YAML-Tiny SUBDIR += p5-YAML-Tiny-Color SUBDIR += p5-YAPE-HTML SUBDIR += p5-YAPE-Regex SUBDIR += p5-YAPE-Regex-Explain SUBDIR += p5-dTemplate SUBDIR += p5-libsoldout SUBDIR += p5-libxml SUBDIR += p5-pod2pdf SUBDIR += p5-podlators SUBDIR += p5-texcount SUBDIR += p5-xmltv SUBDIR += pa-aspell SUBDIR += par SUBDIR += pardiff SUBDIR += pcrs SUBDIR += pdfgrep SUBDIR += pdfoutline SUBDIR += pdftohtml SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_Kolab_Format SUBDIR += pear-Horde_Pdf SUBDIR += pear-Horde_SpellChecker SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Horde_Text_Flowed SUBDIR += pear-Horde_Xml_Element SUBDIR += pear-Horde_Xml_Wbxml SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_DataSource_RSS SUBDIR += pear-Structures_DataGrid_DataSource_XML SUBDIR += pear-Structures_DataGrid_Renderer_CSV SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Structures_DataGrid_Renderer_XML SUBDIR += pear-Symfony_Component_Yaml SUBDIR += pear-Text_Highlighter SUBDIR += pear-Text_Template SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx SUBDIR += pear-YAML SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone SUBDIR += pecl-enchant SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck SUBDIR += pecl-wbxml SUBDIR += pecl-xdiff SUBDIR += pecl-xslcache SUBDIR += pecl-yaml SUBDIR += perl2html SUBDIR += permute SUBDIR += php5-ctype SUBDIR += php5-dom SUBDIR += php5-pspell SUBDIR += php5-simplexml SUBDIR += php5-wddx SUBDIR += php5-xml SUBDIR += php5-xmlreader SUBDIR += php5-xmlwriter SUBDIR += php5-xsl SUBDIR += php52-ctype SUBDIR += php52-dom SUBDIR += php52-pspell SUBDIR += php52-simplexml SUBDIR += php52-wddx SUBDIR += php52-xml SUBDIR += php52-xmlreader SUBDIR += php52-xmlwriter SUBDIR += php52-xsl SUBDIR += php53-ctype SUBDIR += php53-dom SUBDIR += php53-pspell SUBDIR += php53-simplexml SUBDIR += php53-wddx SUBDIR += php53-xml SUBDIR += php53-xmlreader SUBDIR += php53-xmlwriter SUBDIR += php53-xsl SUBDIR += php55-ctype SUBDIR += php55-dom SUBDIR += php55-pspell SUBDIR += php55-simplexml SUBDIR += php55-wddx SUBDIR += php55-xml SUBDIR += php55-xmlreader SUBDIR += php55-xmlwriter SUBDIR += php55-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pootle SUBDIR += popup SUBDIR += popup-stacks SUBDIR += ppower4 SUBDIR += print-n-times SUBDIR += prosper SUBDIR += publican SUBDIR += pure-csv SUBDIR += pure-xml SUBDIR += py-4suite SUBDIR += py-4suite-xml SUBDIR += py-Chameleon SUBDIR += py-MarkupSafe SUBDIR += py-Tempita SUBDIR += py-asv SUBDIR += py-charade SUBDIR += py-chardet SUBDIR += py-creole SUBDIR += py-docutils SUBDIR += py-dsv SUBDIR += py-elib.intl SUBDIR += py-empy SUBDIR += py-enchant SUBDIR += py-errorhandler SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi SUBDIR += py-genshi-devel SUBDIR += py-gettext SUBDIR += py-html2text SUBDIR += py-hyperestraier-python SUBDIR += py-jaxml SUBDIR += py-libtre SUBDIR += py-libxml2 SUBDIR += py-libxslt SUBDIR += py-ltxml SUBDIR += py-lucene SUBDIR += py-mako SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-openpyxl SUBDIR += py-paragrep SUBDIR += py-pss SUBDIR += py-pyctpp2 SUBDIR += py-pygments SUBDIR += py-pysrt SUBDIR += py-pystache SUBDIR += py-pyx12 SUBDIR += py-qt4-xml SUBDIR += py-qt4-xmlpatterns SUBDIR += py-rdflib SUBDIR += py-reverend SUBDIR += py-rss2gen SUBDIR += py-rst2html5 SUBDIR += py-rstyoutube SUBDIR += py-rxp SUBDIR += py-sgrep SUBDIR += py-sphinx SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-stripogram SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-trans SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-whoosh SUBDIR += py-wicked SUBDIR += py-wordnet SUBDIR += py-wtforms SUBDIR += py-xlrd SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt SUBDIR += py-xml SUBDIR += py-xmltools SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales SUBDIR += py-zope.i18nmessageid SUBDIR += py-zope.structuredtext SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html SUBDIR += pybook SUBDIR += pychm SUBDIR += pystemmer SUBDIR += qprint SUBDIR += qstardict SUBDIR += qt4-clucene SUBDIR += qt4-xml SUBDIR += qt4-xmlpatterns SUBDIR += qt4-xmlpatterns-tool SUBDIR += qu-aspell SUBDIR += queequeg SUBDIR += rand SUBDIR += raptor SUBDIR += raptor2 SUBDIR += rarian SUBDIR += rasqal SUBDIR += rast SUBDIR += re_graph SUBDIR += redet SUBDIR += redland SUBDIR += redland-bindings SUBDIR += redland-bindings-python SUBDIR += refdb SUBDIR += referrercop SUBDIR += reflex SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions SUBDIR += rfcdiff SUBDIR += ripole SUBDIR += rl SUBDIR += rman SUBDIR += rnv SUBDIR += ro-aspell SUBDIR += ro-hunspell SUBDIR += ro-hyphen SUBDIR += ro-mythes SUBDIR += roap SUBDIR += rot SUBDIR += rss2html SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += rtfx SUBDIR += rubber SUBDIR += ruby-amatch SUBDIR += ruby-deplate SUBDIR += ruby-diff SUBDIR += ruby-escape SUBDIR += ruby-format SUBDIR += ruby-hikidoc SUBDIR += ruby-html-fillinform SUBDIR += ruby-html-template SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit SUBDIR += ruby-htree SUBDIR += ruby-liquid SUBDIR += ruby-rd-mode.el SUBDIR += ruby-rdtool SUBDIR += ruby-rss SUBDIR += ruby-rss.alt SUBDIR += ruby-rttool SUBDIR += ruby-sary SUBDIR += ruby-xmlconfigfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-albino SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-augeas SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-rails SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy SUBDIR += rubygem-escape_utils SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markdown SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-opml SUBDIR += rubygem-phone SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool SUBDIR += rubygem-redcarpet SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rich SUBDIR += rubygem-rttool SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sax-machine SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table SUBDIR += rubygem-tidy SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt SUBDIR += rubygem-ya2yaml SUBDIR += rubygem-yard SUBDIR += rubygem-yard-chef SUBDIR += rubygem-zmq SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 SUBDIR += sablotron SUBDIR += sagasu SUBDIR += sarep SUBDIR += sary SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += saxon-he SUBDIR += sc-aspell SUBDIR += scew SUBDIR += scim SUBDIR += scim-bridge SUBDIR += scim-bridge-qt4 SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine SUBDIR += scim-m17n SUBDIR += scim-openvanilla SUBDIR += scim-table-imengine SUBDIR += scr2txt SUBDIR += scrollkeeper SUBDIR += scss SUBDIR += sdcv SUBDIR += sdf SUBDIR += sdocbook-xml SUBDIR += sdom SUBDIR += senna SUBDIR += sgmlformat SUBDIR += sgmls SUBDIR += sgmltools-lite SUBDIR += sgrep SUBDIR += sgrep2 SUBDIR += sigil SUBDIR += silvercity SUBDIR += simplehtmldom SUBDIR += simplexml SUBDIR += sk-aspell SUBDIR += sk-hunspell SUBDIR += sk-hyphen SUBDIR += sk-ispell SUBDIR += sk-mythes SUBDIR += sl-aspell SUBDIR += sl-hyphen SUBDIR += sl-mythes SUBDIR += slides SUBDIR += sml-fxp SUBDIR += smu SUBDIR += so-hunspell SUBDIR += soothsayer SUBDIR += soprano SUBDIR += source-highlight SUBDIR += sowing SUBDIR += spellutils SUBDIR += sphinxsearch SUBDIR += sphinxsearch-devel SUBDIR += sq-hunspell SUBDIR += sr-aspell SUBDIR += sr-hunspell SUBDIR += srilm SUBDIR += ss-hunspell SUBDIR += ssddiff SUBDIR += stardict-BritannicaConcise SUBDIR += stardict-MerrianWebster SUBDIR += stardict-OxfordCollocation SUBDIR += stardict-dict-fa_IR SUBDIR += stardict-dictd_mova SUBDIR += stardict-longman SUBDIR += stardict-oald SUBDIR += stardict-quick SUBDIR += stardict-rptts SUBDIR += stardict3 SUBDIR += supercat SUBDIR += sv-aspell SUBDIR += sv-hunspell SUBDIR += sv-hyphen SUBDIR += sv-mythes SUBDIR += svn2cl SUBDIR += sw-aspell SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell SUBDIR += tclExpat SUBDIR += tdhkit SUBDIR += te-aspell SUBDIR += te-hunspell SUBDIR += teckit SUBDIR += tei-guidelines-p3 SUBDIR += tei-p3 SUBDIR += tet-aspell SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html SUBDIR += textogif SUBDIR += the_silver_searcher SUBDIR += ti-hunspell SUBDIR += tidyp SUBDIR += tinyxml SUBDIR += tinyxml2 SUBDIR += tk-aspell SUBDIR += tk-hunspell SUBDIR += tkdiff SUBDIR += tkxmlive SUBDIR += tl-aspell SUBDIR += tn-aspell SUBDIR += tn-hunspell SUBDIR += tnef2txt SUBDIR += tokyodystopia SUBDIR += topic SUBDIR += tr-aspell SUBDIR += tralics SUBDIR += trang SUBDIR += translate-toolkit SUBDIR += ts-hunspell SUBDIR += tth SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += uim SUBDIR += uim-el SUBDIR += uim-el-emacs21 SUBDIR += uim-el-emacs22 SUBDIR += uim-el-xemacs21-mule SUBDIR += uim-gnome SUBDIR += uim-gtk SUBDIR += uim-gtk3 SUBDIR += uim-kde4 SUBDIR += uim-m17nlib SUBDIR += uim-qt4 SUBDIR += uml2svg SUBDIR += uncrustify SUBDIR += uni2ascii SUBDIR += unoconv SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview SUBDIR += utf8proc SUBDIR += uz-aspell SUBDIR += uz-hunspell SUBDIR += vbindiff SUBDIR += ve-hunspell SUBDIR += wa-aspell SUBDIR += wa-hunspell SUBDIR += wbxml2 SUBDIR += wdiff SUBDIR += webcpp SUBDIR += website SUBDIR += weka SUBDIR += wiggle SUBDIR += word2x SUBDIR += wordnet SUBDIR += words SUBDIR += wv SUBDIR += wv2 SUBDIR += xalan-c SUBDIR += xalan-j SUBDIR += xerces-c2 SUBDIR += xerces-c2-devel SUBDIR += xerces-c3 SUBDIR += xerces-j SUBDIR += xfce4-dict-plugin SUBDIR += xh-hunspell SUBDIR += xhtml SUBDIR += xhtml-11 SUBDIR += xhtml-basic SUBDIR += xhtml-modularization SUBDIR += xhtml1-xsd SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xlreader SUBDIR += xml-commons SUBDIR += xml-format SUBDIR += xml-i18n-tools SUBDIR += xml-lite.el SUBDIR += xml-parse.el SUBDIR += xml2 SUBDIR += xml2rfc SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmldiff SUBDIR += xmlenc SUBDIR += xmlformat SUBDIR += xmlgen SUBDIR += xmlindent SUBDIR += xmlppm SUBDIR += xmlprpr SUBDIR += xmlroff SUBDIR += xmlstarlet SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xom SUBDIR += xorg-sgml-doctools SUBDIR += xp SUBDIR += xqilla SUBDIR += xslide.el SUBDIR += xslint SUBDIR += xstream SUBDIR += xt SUBDIR += y2l SUBDIR += yali SUBDIR += yamcha SUBDIR += yaml-mode.el SUBDIR += yaml-mode.el-emacs21 SUBDIR += yi-aspell SUBDIR += yi-hunspell SUBDIR += yodl SUBDIR += yould SUBDIR += zorba SUBDIR += zu-aspell SUBDIR += zu-hunspell .include Index: head/textproc/mate-doc-utils/Makefile =================================================================== --- head/textproc/mate-doc-utils/Makefile (nonexistent) +++ head/textproc/mate-doc-utils/Makefile (revision 334661) @@ -0,0 +1,45 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= mate-doc-utils +PORTVERSION= 1.6.2 +CATEGORIES= textproc mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE doc utils + +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ + ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ + ${LOCALBASE}/share/xml/docbook/4.3/catalog.xml:${PORTSDIR}/textproc/docbook-xml-430 \ + ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:${PORTSDIR}/textproc/docbook-xml-440 \ + xml2po:${PORTSDIR}/textproc/gnome-doc-utils + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack +USE_GNOME= gnomehier libxml2 libxslt +USE_PYTHON= build +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +CONFIGURE_ARGS=--with-omf-dir=${PREFIX}/share/omf +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +post-patch: + @${REINPLACE_CMD} -e 's|-W compat|--traditional|g' \ + ${WRKSRC}/configure.ac + @${CHMOD} +x ${WRKSRC}/autogen.sh + +pre-install: + @${REINPLACE_CMD} -e 's|build_SUBDIRS = xml2po|build_SUBDIRS =|g ; \ + s|po rng xslt|po xslt|g' \ + ${WRKSRC}/Makefile + +.include Property changes on: head/textproc/mate-doc-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/mate-doc-utils/distinfo =================================================================== --- head/textproc/mate-doc-utils/distinfo (nonexistent) +++ head/textproc/mate-doc-utils/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-doc-utils-1.6.2.tar.xz) = dce8ccf5790ec3564424eae73bd5131b5190abb3f915fe1a876d1e9d2156090e +SIZE (mate/mate-doc-utils-1.6.2.tar.xz) = 472156 Property changes on: head/textproc/mate-doc-utils/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/mate-doc-utils/files/patch-autogen.sh =================================================================== --- head/textproc/mate-doc-utils/files/patch-autogen.sh (nonexistent) +++ head/textproc/mate-doc-utils/files/patch-autogen.sh (revision 334661) @@ -0,0 +1,27 @@ +--- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 ++++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 +@@ -0,0 +1,24 @@ ++#!/bin/sh ++# Run this to generate all the initial makefiles, etc. ++ ++srcdir=`dirname $0` ++test -z "$srcdir" && srcdir=. ++ ++PKG_NAME="mate-power-manager" ++ ++(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 || { ++ echo "You need to install mate-common from the MATE Git" ++ exit 1 ++} ++ ++REQUIRED_AUTOMAKE_VERSION=1.9 ++MATE_DATADIR="$mate_datadir" ++ ++. mate-autogen ++ Property changes on: head/textproc/mate-doc-utils/files/patch-autogen.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/mate-doc-utils/pkg-descr =================================================================== --- head/textproc/mate-doc-utils/pkg-descr (nonexistent) +++ head/textproc/mate-doc-utils/pkg-descr (revision 334661) @@ -0,0 +1,7 @@ +The MATE Doc Utils is a collection of documentation utilities for the MATE +project. Notably, it contains utilities for building documentation and all +auxiliary files in the source tree, and it contains the DocBook XSLT +stylesheets that were once distributed with Yelp. Yelp requires MATE Doc +Utils for the XSLT. + +WWW: http://mate-desktop.org/ Property changes on: head/textproc/mate-doc-utils/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/mate-doc-utils/pkg-plist =================================================================== --- head/textproc/mate-doc-utils/pkg-plist (nonexistent) +++ head/textproc/mate-doc-utils/pkg-plist (revision 334661) @@ -0,0 +1,307 @@ +bin/mate-doc-prepare +bin/mate-doc-tool +libdata/pkgconfig/mate-doc-utils.pc +share/aclocal/mate-doc-utils.m4 +share/locale/am/LC_MESSAGES/mate-doc-utils.mo +share/locale/ar/LC_MESSAGES/mate-doc-utils.mo +share/locale/as/LC_MESSAGES/mate-doc-utils.mo +share/locale/ast/LC_MESSAGES/mate-doc-utils.mo +share/locale/be@latin/LC_MESSAGES/mate-doc-utils.mo +share/locale/bg/LC_MESSAGES/mate-doc-utils.mo +share/locale/bn/LC_MESSAGES/mate-doc-utils.mo +share/locale/bn_IN/LC_MESSAGES/mate-doc-utils.mo +share/locale/ca/LC_MESSAGES/mate-doc-utils.mo +share/locale/ca@valencia/LC_MESSAGES/mate-doc-utils.mo +share/locale/cs/LC_MESSAGES/mate-doc-utils.mo +share/locale/cy/LC_MESSAGES/mate-doc-utils.mo +share/locale/da/LC_MESSAGES/mate-doc-utils.mo +share/locale/de/LC_MESSAGES/mate-doc-utils.mo +share/locale/dz/LC_MESSAGES/mate-doc-utils.mo +share/locale/el/LC_MESSAGES/mate-doc-utils.mo +share/locale/en@shaw/LC_MESSAGES/mate-doc-utils.mo +share/locale/en_AU/LC_MESSAGES/mate-doc-utils.mo +share/locale/en_CA/LC_MESSAGES/mate-doc-utils.mo +share/locale/en_GB/LC_MESSAGES/mate-doc-utils.mo +share/locale/es/LC_MESSAGES/mate-doc-utils.mo +share/locale/et/LC_MESSAGES/mate-doc-utils.mo +share/locale/eu/LC_MESSAGES/mate-doc-utils.mo +share/locale/fa/LC_MESSAGES/mate-doc-utils.mo +share/locale/fi/LC_MESSAGES/mate-doc-utils.mo +share/locale/fr/LC_MESSAGES/mate-doc-utils.mo +share/locale/ga/LC_MESSAGES/mate-doc-utils.mo +share/locale/gl/LC_MESSAGES/mate-doc-utils.mo +share/locale/gu/LC_MESSAGES/mate-doc-utils.mo +share/locale/he/LC_MESSAGES/mate-doc-utils.mo +share/locale/hi/LC_MESSAGES/mate-doc-utils.mo +share/locale/hr/LC_MESSAGES/mate-doc-utils.mo +share/locale/hu/LC_MESSAGES/mate-doc-utils.mo +share/locale/id/LC_MESSAGES/mate-doc-utils.mo +share/locale/it/LC_MESSAGES/mate-doc-utils.mo +share/locale/ja/LC_MESSAGES/mate-doc-utils.mo +share/locale/ka/LC_MESSAGES/mate-doc-utils.mo +share/locale/kn/LC_MESSAGES/mate-doc-utils.mo +share/locale/ko/LC_MESSAGES/mate-doc-utils.mo +share/locale/lt/LC_MESSAGES/mate-doc-utils.mo +share/locale/lv/LC_MESSAGES/mate-doc-utils.mo +share/locale/mai/LC_MESSAGES/mate-doc-utils.mo +share/locale/mg/LC_MESSAGES/mate-doc-utils.mo +share/locale/mk/LC_MESSAGES/mate-doc-utils.mo +share/locale/ml/LC_MESSAGES/mate-doc-utils.mo +share/locale/mn/LC_MESSAGES/mate-doc-utils.mo +share/locale/mr/LC_MESSAGES/mate-doc-utils.mo +share/locale/ms/LC_MESSAGES/mate-doc-utils.mo +share/locale/nb/LC_MESSAGES/mate-doc-utils.mo +share/locale/ne/LC_MESSAGES/mate-doc-utils.mo +share/locale/nl/LC_MESSAGES/mate-doc-utils.mo +share/locale/nn/LC_MESSAGES/mate-doc-utils.mo +share/locale/oc/LC_MESSAGES/mate-doc-utils.mo +share/locale/or/LC_MESSAGES/mate-doc-utils.mo +share/locale/pa/LC_MESSAGES/mate-doc-utils.mo +share/locale/pl/LC_MESSAGES/mate-doc-utils.mo +share/locale/pt/LC_MESSAGES/mate-doc-utils.mo +share/locale/pt_BR/LC_MESSAGES/mate-doc-utils.mo +share/locale/ro/LC_MESSAGES/mate-doc-utils.mo +share/locale/ru/LC_MESSAGES/mate-doc-utils.mo +share/locale/rw/LC_MESSAGES/mate-doc-utils.mo +share/locale/sk/LC_MESSAGES/mate-doc-utils.mo +share/locale/sl/LC_MESSAGES/mate-doc-utils.mo +share/locale/sq/LC_MESSAGES/mate-doc-utils.mo +share/locale/sr/LC_MESSAGES/mate-doc-utils.mo +share/locale/sr@latin/LC_MESSAGES/mate-doc-utils.mo +share/locale/sv/LC_MESSAGES/mate-doc-utils.mo +share/locale/ta/LC_MESSAGES/mate-doc-utils.mo +share/locale/te/LC_MESSAGES/mate-doc-utils.mo +share/locale/th/LC_MESSAGES/mate-doc-utils.mo +share/locale/tr/LC_MESSAGES/mate-doc-utils.mo +share/locale/ug/LC_MESSAGES/mate-doc-utils.mo +share/locale/uk/LC_MESSAGES/mate-doc-utils.mo +share/locale/vi/LC_MESSAGES/mate-doc-utils.mo +share/locale/wa/LC_MESSAGES/mate-doc-utils.mo +share/locale/zh_CN/LC_MESSAGES/mate-doc-utils.mo +share/locale/zh_HK/LC_MESSAGES/mate-doc-utils.mo +share/locale/zh_TW/LC_MESSAGES/mate-doc-utils.mo +%%DATADIR%%/icons/hicolor/48x48/status/admon-bug.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-caution.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-important.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-note.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-tip.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-warning.png +%%DATADIR%%/icons/hicolor/scalable/status/admon-bug.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-caution.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-important.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-note.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-tip.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-warning.svg +%%DATADIR%%/mate-doc-utils.make +%%DATADIR%%/template-document.xml +%%DATADIR%%/template.make +%%DATADIR%%/template.omf.in +%%DATADIR%%/templates/legal.xml +%%DATADIR%%/templates/mate-app-template.xml +%%DATADIR%%/templates/mate-applet-template.xml +%%DATADIR%%/watermarks/watermark-blockquote-00AB.png +%%DATADIR%%/watermarks/watermark-blockquote-00BB.png +%%DATADIR%%/watermarks/watermark-blockquote-201C.png +%%DATADIR%%/watermarks/watermark-blockquote-201D.png +%%DATADIR%%/watermarks/watermark-blockquote-201E.png +%%DATADIR%%/watermarks/watermark-code-python.png +%%DATADIR%%/watermarks/watermark-code.png +share/mate/help/mate-doc-make/C/legal.xml +share/mate/help/mate-doc-make/C/make-ref.xml +share/mate/help/mate-doc-make/C/mate-doc-make.xml +share/mate/help/mate-doc-make/de/legal.xml +share/mate/help/mate-doc-make/de/make-ref.xml +share/mate/help/mate-doc-make/de/mate-doc-make.xml +share/mate/help/mate-doc-xslt/C/db-chunk.xml +share/mate/help/mate-doc-xslt/C/db-common.xml +share/mate/help/mate-doc-xslt/C/db-label.xml +share/mate/help/mate-doc-xslt/C/db-title.xml +share/mate/help/mate-doc-xslt/C/db-xref.xml +share/mate/help/mate-doc-xslt/C/db2html-autotoc.xml +share/mate/help/mate-doc-xslt/C/db2html-bibliography.xml +share/mate/help/mate-doc-xslt/C/db2html-block.xml +share/mate/help/mate-doc-xslt/C/db2html-callout.xml +share/mate/help/mate-doc-xslt/C/db2html-classsynopsis.xml +share/mate/help/mate-doc-xslt/C/db2html-cmdsynopsis.xml +share/mate/help/mate-doc-xslt/C/db2html-css.xml +share/mate/help/mate-doc-xslt/C/db2html-division.xml +share/mate/help/mate-doc-xslt/C/db2html-ebnf.xml +share/mate/help/mate-doc-xslt/C/db2html-footnote.xml +share/mate/help/mate-doc-xslt/C/db2html-funcsynopsis.xml +share/mate/help/mate-doc-xslt/C/db2html-index.xml +share/mate/help/mate-doc-xslt/C/db2html-info.xml +share/mate/help/mate-doc-xslt/C/db2html-inline.xml +share/mate/help/mate-doc-xslt/C/db2html-l10n.xml +share/mate/help/mate-doc-xslt/C/db2html-list.xml +share/mate/help/mate-doc-xslt/C/db2html-media.xml +share/mate/help/mate-doc-xslt/C/db2html-qanda.xml +share/mate/help/mate-doc-xslt/C/db2html-refentry.xml +share/mate/help/mate-doc-xslt/C/db2html-table.xml +share/mate/help/mate-doc-xslt/C/db2html-title.xml +share/mate/help/mate-doc-xslt/C/db2html-xref.xml +share/mate/help/mate-doc-xslt/C/db2html.xml +share/mate/help/mate-doc-xslt/C/db2omf.xml +share/mate/help/mate-doc-xslt/C/db2xhtml.xml +share/mate/help/mate-doc-xslt/C/gettext.xml +share/mate/help/mate-doc-xslt/C/l10n-numbers.xml +share/mate/help/mate-doc-xslt/C/legal.xml +share/mate/help/mate-doc-xslt/C/mate-doc-xslt.xml +share/mate/help/mate-doc-xslt/C/theme.xml +share/mate/help/mate-doc-xslt/C/translating.xml +share/mate/help/mate-doc-xslt/C/utils.xml +share/mate/help/mate-doc-xslt/de/db-chunk.xml +share/mate/help/mate-doc-xslt/de/db-common.xml +share/mate/help/mate-doc-xslt/de/db-label.xml +share/mate/help/mate-doc-xslt/de/db-title.xml +share/mate/help/mate-doc-xslt/de/db-xref.xml +share/mate/help/mate-doc-xslt/de/db2html-autotoc.xml +share/mate/help/mate-doc-xslt/de/db2html-bibliography.xml +share/mate/help/mate-doc-xslt/de/db2html-block.xml +share/mate/help/mate-doc-xslt/de/db2html-callout.xml +share/mate/help/mate-doc-xslt/de/db2html-classsynopsis.xml +share/mate/help/mate-doc-xslt/de/db2html-cmdsynopsis.xml +share/mate/help/mate-doc-xslt/de/db2html-css.xml +share/mate/help/mate-doc-xslt/de/db2html-division.xml +share/mate/help/mate-doc-xslt/de/db2html-ebnf.xml +share/mate/help/mate-doc-xslt/de/db2html-footnote.xml +share/mate/help/mate-doc-xslt/de/db2html-funcsynopsis.xml +share/mate/help/mate-doc-xslt/de/db2html-index.xml +share/mate/help/mate-doc-xslt/de/db2html-info.xml +share/mate/help/mate-doc-xslt/de/db2html-inline.xml +share/mate/help/mate-doc-xslt/de/db2html-l10n.xml +share/mate/help/mate-doc-xslt/de/db2html-list.xml +share/mate/help/mate-doc-xslt/de/db2html-media.xml +share/mate/help/mate-doc-xslt/de/db2html-qanda.xml +share/mate/help/mate-doc-xslt/de/db2html-refentry.xml +share/mate/help/mate-doc-xslt/de/db2html-table.xml +share/mate/help/mate-doc-xslt/de/db2html-title.xml +share/mate/help/mate-doc-xslt/de/db2html-xref.xml +share/mate/help/mate-doc-xslt/de/db2html.xml +share/mate/help/mate-doc-xslt/de/db2omf.xml +share/mate/help/mate-doc-xslt/de/db2xhtml.xml +share/mate/help/mate-doc-xslt/de/gettext.xml +share/mate/help/mate-doc-xslt/de/l10n-numbers.xml +share/mate/help/mate-doc-xslt/de/legal.xml +share/mate/help/mate-doc-xslt/de/mate-doc-xslt.xml +share/mate/help/mate-doc-xslt/de/theme.xml +share/mate/help/mate-doc-xslt/de/translating.xml +share/mate/help/mate-doc-xslt/de/utils.xml +share/omf/mate-doc-make/mate-doc-make-C.omf +share/omf/mate-doc-make/mate-doc-make-de.omf +share/omf/mate-doc-xslt/mate-doc-xslt-C.omf +share/omf/mate-doc-xslt/mate-doc-xslt-de.omf +share/xml/mate/xslt/common/theme.xsl +share/xml/mate/xslt/common/utils.xsl +share/xml/mate/xslt/docbook/common/db-chunk.xsl +share/xml/mate/xslt/docbook/common/db-common.xsl +share/xml/mate/xslt/docbook/common/db-label.xsl +share/xml/mate/xslt/docbook/common/db-title.xsl +share/xml/mate/xslt/docbook/common/db-xref.xsl +share/xml/mate/xslt/docbook/html/db2html-autotoc.xsl +share/xml/mate/xslt/docbook/html/db2html-bibliography.xsl +share/xml/mate/xslt/docbook/html/db2html-block.xsl +share/xml/mate/xslt/docbook/html/db2html-callout.xsl +share/xml/mate/xslt/docbook/html/db2html-classsynopsis.xsl +share/xml/mate/xslt/docbook/html/db2html-cmdsynopsis.xsl +share/xml/mate/xslt/docbook/html/db2html-css.xsl +share/xml/mate/xslt/docbook/html/db2html-division.xsl +share/xml/mate/xslt/docbook/html/db2html-ebnf.xsl +share/xml/mate/xslt/docbook/html/db2html-footnote.xsl +share/xml/mate/xslt/docbook/html/db2html-funcsynopsis.xsl +share/xml/mate/xslt/docbook/html/db2html-index.xsl +share/xml/mate/xslt/docbook/html/db2html-info.xsl +share/xml/mate/xslt/docbook/html/db2html-inline.xsl +share/xml/mate/xslt/docbook/html/db2html-l10n.xsl +share/xml/mate/xslt/docbook/html/db2html-list.xsl +share/xml/mate/xslt/docbook/html/db2html-media.xsl +share/xml/mate/xslt/docbook/html/db2html-qanda.xsl +share/xml/mate/xslt/docbook/html/db2html-refentry.xsl +share/xml/mate/xslt/docbook/html/db2html-suppressed.xsl +share/xml/mate/xslt/docbook/html/db2html-table.xsl +share/xml/mate/xslt/docbook/html/db2html-title.xsl +share/xml/mate/xslt/docbook/html/db2html-xref.xsl +share/xml/mate/xslt/docbook/html/db2html.xsl +share/xml/mate/xslt/docbook/html/db2xhtml.xsl +share/xml/mate/xslt/docbook/omf/db2omf.xsl +share/xml/mate/xslt/docbook/utils/chunks.xsl +share/xml/mate/xslt/docbook/utils/credits.xsl +share/xml/mate/xslt/docbook/utils/figures.xsl +share/xml/mate/xslt/docbook/utils/graphics.xsl +share/xml/mate/xslt/docbook/utils/ids.xsl +share/xml/mate/xslt/gettext/gettext.xsl +share/xml/mate/xslt/gettext/l10n-numbers.xsl +share/xml/mate/xslt/gettext/l10n.xml +share/xml/mate/xslt/mallard/cache/mal-cache.xsl +share/xml/mate/xslt/mallard/common/mal-chunk.xsl +share/xml/mate/xslt/mallard/common/mal-link.xsl +share/xml/mate/xslt/mallard/html/mal2html-block.xsl +share/xml/mate/xslt/mallard/html/mal2html-css.xsl +share/xml/mate/xslt/mallard/html/mal2html-inline.xsl +share/xml/mate/xslt/mallard/html/mal2html-list.xsl +share/xml/mate/xslt/mallard/html/mal2html-media.xsl +share/xml/mate/xslt/mallard/html/mal2html-page.xsl +share/xml/mate/xslt/mallard/html/mal2html-table.xsl +share/xml/mate/xslt/mallard/html/mal2html.xsl +share/xml/mate/xslt/mallard/html/mal2xhtml.xsl +@dirrm share/xml/mate/xslt/mallard/html +@dirrm share/xml/mate/xslt/mallard/common +@dirrm share/xml/mate/xslt/mallard/cache +@dirrm share/xml/mate/xslt/mallard +@dirrm share/xml/mate/xslt/gettext +@dirrm share/xml/mate/xslt/docbook/utils +@dirrm share/xml/mate/xslt/docbook/omf +@dirrm share/xml/mate/xslt/docbook/html +@dirrm share/xml/mate/xslt/docbook/common +@dirrm share/xml/mate/xslt/docbook +@dirrm share/xml/mate/xslt/common +@dirrm share/xml/mate/xslt +@dirrm share/xml/mate +@dirrm share/omf/mate-doc-xslt +@dirrm share/omf/mate-doc-make +@dirrm share/mate/help/mate-doc-xslt/de +@dirrm share/mate/help/mate-doc-xslt/C +@dirrm share/mate/help/mate-doc-xslt +@dirrm share/mate/help/mate-doc-make/de +@dirrm share/mate/help/mate-doc-make/C +@dirrm share/mate/help/mate-doc-make +@dirrm %%DATADIR%%/watermarks +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/textproc/mate-doc-utils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/Makefile =================================================================== --- head/x11/Makefile (revision 334660) +++ head/x11/Makefile (revision 334661) @@ -1,485 +1,496 @@ # $FreeBSD$ # COMMENT = Ports to support the X window system SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu SUBDIR += alltray SUBDIR += appres SUBDIR += apwal SUBDIR += arandr SUBDIR += aterm SUBDIR += avant-window-navigator SUBDIR += avant-window-navigator-gnome SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock SUBDIR += bbrun SUBDIR += beforelight SUBDIR += bgrot SUBDIR += bgs SUBDIR += bigreqsproto SUBDIR += bitmap SUBDIR += blast SUBDIR += bmpanel2 SUBDIR += bricons SUBDIR += brightside SUBDIR += cl-clx SUBDIR += compositeproto SUBDIR += damageproto SUBDIR += decurs SUBDIR += deforaos-desktop SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop SUBDIR += deforaos-locker SUBDIR += deforaos-panel SUBDIR += deskmenu SUBDIR += deskpaint SUBDIR += dgs SUBDIR += dmenu SUBDIR += dmxproto SUBDIR += docker SUBDIR += dri2proto SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 SUBDIR += eaglemode SUBDIR += ecore-imf SUBDIR += ecore-imf_evas SUBDIR += ecore-input SUBDIR += ecore-input_evas SUBDIR += ecore-x11 SUBDIR += editres SUBDIR += efreet SUBDIR += emprint SUBDIR += emu SUBDIR += erun SUBDIR += eterm SUBDIR += evieext SUBDIR += evilvte SUBDIR += fbdesk SUBDIR += fbpanel SUBDIR += fireflies SUBDIR += fixesproto SUBDIR += florence SUBDIR += fluxbg SUBDIR += fpc-x11 SUBDIR += fstobdf SUBDIR += gcb SUBDIR += gdesklets-tasklist SUBDIR += gdkxft SUBDIR += gdm SUBDIR += glproto SUBDIR += gmessage SUBDIR += gmrun SUBDIR += gnome-applets SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-desktop SUBDIR += gnome-desktop-reference SUBDIR += gnome-menus SUBDIR += gnome-panel SUBDIR += gnome-panel-reference SUBDIR += gnome-pie SUBDIR += gnome-screensaver SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-swallow SUBDIR += gnome-terminal SUBDIR += gnome2 SUBDIR += gnome2-fifth-toe SUBDIR += gnome2-lite SUBDIR += gnome2-power-tools SUBDIR += gnustep-app SUBDIR += gpctool SUBDIR += grabc SUBDIR += gromit SUBDIR += gskrab SUBDIR += gstreamer1-plugins-x SUBDIR += gstreamer1-plugins-ximagesrc SUBDIR += gsynaptics SUBDIR += gtk-launch SUBDIR += gtk-theme-switch SUBDIR += gtk-theme-switch2 SUBDIR += gtkchtheme SUBDIR += gtkterm2 SUBDIR += gtstarter SUBDIR += guake SUBDIR += hotwire-shell SUBDIR += hs-X11 SUBDIR += hs-X11-xft SUBDIR += hs-xmobar SUBDIR += i3lock SUBDIR += i3status SUBDIR += iceauth SUBDIR += ico SUBDIR += idesk SUBDIR += imwheel SUBDIR += innerspace SUBDIR += inputproto SUBDIR += ipager SUBDIR += kactivities SUBDIR += kactivitymanagerd SUBDIR += kb2mb2 SUBDIR += kbproto SUBDIR += kde4 SUBDIR += kde4-baseapps SUBDIR += kde4-runtime SUBDIR += kde4-workspace SUBDIR += kdelibs4 SUBDIR += keybinder SUBDIR += keyboardcast SUBDIR += keylaunch SUBDIR += keynav SUBDIR += kgamma SUBDIR += konsole SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXScrnSaver SUBDIR += libXTrap SUBDIR += libXau SUBDIR += libXcm SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp SUBDIR += libXevie SUBDIR += libXext SUBDIR += libXfixes SUBDIR += libXi SUBDIR += libXinerama SUBDIR += libXp SUBDIR += libXpm SUBDIR += libXprintAppUtil SUBDIR += libXprintUtil SUBDIR += libXrandr SUBDIR += libXrender SUBDIR += libXres SUBDIR += libXtst SUBDIR += libXv SUBDIR += libXvMC SUBDIR += libXxf86dga SUBDIR += libXxf86misc SUBDIR += libXxf86vm SUBDIR += libdmx SUBDIR += libdnd SUBDIR += libexo SUBDIR += libfm SUBDIR += libgnome SUBDIR += libgnome-java SUBDIR += libgnome-reference SUBDIR += libgnomekbd SUBDIR += libgnomemm26 SUBDIR += libkonq + SUBDIR += libmatekbd SUBDIR += liboldX SUBDIR += libsx SUBDIR += libsynaptics SUBDIR += libxcb SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxkbui SUBDIR += libxklavier SUBDIR += linux-f10-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit SUBDIR += lupe SUBDIR += lxde-meta SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxrandr + SUBDIR += mate + SUBDIR += mate-applets + SUBDIR += mate-base + SUBDIR += mate-desktop + SUBDIR += mate-dialogs + SUBDIR += mate-menus + SUBDIR += mate-panel + SUBDIR += mate-screensaver + SUBDIR += mate-session-manager + SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += metalock SUBDIR += metisse SUBDIR += mgapdesk SUBDIR += mkcomposecache SUBDIR += mlterm SUBDIR += mrxvt SUBDIR += mrxvt-devel SUBDIR += multi-aterm SUBDIR += mxico SUBDIR += numlockx SUBDIR += nvidia-driver SUBDIR += nvidia-driver-173 SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-71 SUBDIR += nvidia-driver-96 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig SUBDIR += ooxcb SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution SUBDIR += peeper SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby SUBDIR += printproto SUBDIR += printscreen SUBDIR += props SUBDIR += py-qt4-opengl SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt4-opengl SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto SUBDIR += rendercheck SUBDIR += renderproto SUBDIR += resourceproto SUBDIR += rgb SUBDIR += rox-wallpaper SUBDIR += roxbg SUBDIR += roxterm SUBDIR += rsibreak-kde4 SUBDIR += rstart SUBDIR += ruby-X11 SUBDIR += ruby-gnome2 SUBDIR += rubygem-gnome2 SUBDIR += rxvt SUBDIR += rxvt-devel SUBDIR += rxvt-unicode SUBDIR += sbxkb SUBDIR += scripts SUBDIR += scrnsaverproto SUBDIR += sessreg SUBDIR += setlayout SUBDIR += settitle SUBDIR += setxkbmap SUBDIR += simdock SUBDIR += sisctrl SUBDIR += slim SUBDIR += slock SUBDIR += smproxy SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm SUBDIR += swarp SUBDIR += sxpc SUBDIR += tabbed SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator SUBDIR += terminology SUBDIR += thinglaunch SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tint SUBDIR += tkXwin SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += videoproto SUBDIR += viewres SUBDIR += wbar SUBDIR += wbarconf SUBDIR += wdm SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton SUBDIR += wmcliphist SUBDIR += wmctrl SUBDIR += wmdrawer SUBDIR += wmmatrix SUBDIR += wmxss SUBDIR += workrave SUBDIR += x11perf SUBDIR += x3270 SUBDIR += xaniroc SUBDIR += xantfarm SUBDIR += xascii SUBDIR += xauth SUBDIR += xautolock SUBDIR += xautomation SUBDIR += xbacklight SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xbelld SUBDIR += xbiff SUBDIR += xbindkeys SUBDIR += xbitmaps SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib SUBDIR += xcb SUBDIR += xcb-proto SUBDIR += xcb-util SUBDIR += xcb-util-cursor SUBDIR += xcb-util-image SUBDIR += xcb-util-keysyms SUBDIR += xcb-util-renderutil SUBDIR += xcb-util-wm SUBDIR += xclick SUBDIR += xclip SUBDIR += xclipboard SUBDIR += xcm SUBDIR += xcmd SUBDIR += xcmiscproto SUBDIR += xcmsdb SUBDIR += xco SUBDIR += xcoloredit SUBDIR += xcolors SUBDIR += xcolorsel SUBDIR += xconsole SUBDIR += xcurs SUBDIR += xcursorgen SUBDIR += xcut SUBDIR += xdbedizzy SUBDIR += xdialog SUBDIR += xditview SUBDIR += xdm SUBDIR += xdotool SUBDIR += xdpyinfo SUBDIR += xdriinfo SUBDIR += xdtm SUBDIR += xedit SUBDIR += xev SUBDIR += xextproto SUBDIR += xeyes SUBDIR += xf86dga SUBDIR += xf86dgaproto SUBDIR += xf86driproto SUBDIR += xf86miscproto SUBDIR += xf86rushproto SUBDIR += xf86vidmodeproto SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf SUBDIR += xfce4-embed-plugin SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-terminal SUBDIR += xfce4-verve-plugin SUBDIR += xfce4-whiskermenu-plugin SUBDIR += xfce4-wmdock-plugin SUBDIR += xfce4-xfapplet-plugin SUBDIR += xfd SUBDIR += xfindproxy SUBDIR += xfishtank SUBDIR += xforward SUBDIR += xfree86_xkb_xml SUBDIR += xfwp SUBDIR += xgamma SUBDIR += xgc SUBDIR += xgrab SUBDIR += xhost SUBDIR += xidle SUBDIR += xineramaproto SUBDIR += xinit SUBDIR += xinput SUBDIR += xkbcomp SUBDIR += xkbctrl SUBDIR += xkbevd SUBDIR += xkbprint SUBDIR += xkbset SUBDIR += xkbutils SUBDIR += xkeyboard-config SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xkill SUBDIR += xload SUBDIR += xloadimage SUBDIR += xlockmore SUBDIR += xlogo SUBDIR += xlogout SUBDIR += xlsatoms SUBDIR += xlsclients SUBDIR += xlupe SUBDIR += xmag SUBDIR += xman SUBDIR += xmangekyou SUBDIR += xmascot SUBDIR += xmessage SUBDIR += xmh SUBDIR += xmodmap SUBDIR += xmon SUBDIR += xmore SUBDIR += xmotd SUBDIR += xmove SUBDIR += xmsg SUBDIR += xmx SUBDIR += xnee SUBDIR += xnodecor SUBDIR += xorg SUBDIR += xorg-apps SUBDIR += xorg-cf-files SUBDIR += xorg-docs SUBDIR += xorg-edit SUBDIR += xorg-libraries SUBDIR += xorg-minimal SUBDIR += xplsprinters SUBDIR += xpr SUBDIR += xpra SUBDIR += xprehashprinterlist SUBDIR += xprompt SUBDIR += xprop SUBDIR += xproto SUBDIR += xproxymanagementprotocol SUBDIR += xpyb SUBDIR += xrandr SUBDIR += xrdb SUBDIR += xrefresh SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh SUBDIR += xrsi SUBDIR += xrx SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks SUBDIR += xscreensaver.app SUBDIR += xsel SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xsetmode SUBDIR += xsetpointer SUBDIR += xsetroot SUBDIR += xskyroot SUBDIR += xsm SUBDIR += xsnow SUBDIR += xstarroll SUBDIR += xstdcmap SUBDIR += xstroke SUBDIR += xtacy SUBDIR += xterm SUBDIR += xtermcontrol SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait SUBDIR += xtrans SUBDIR += xtrap SUBDIR += xtrlock SUBDIR += xtset SUBDIR += xvattr SUBDIR += xvidtune SUBDIR += xvinfo SUBDIR += xvkbd SUBDIR += xvmcinfo SUBDIR += xwatchwin SUBDIR += xwd SUBDIR += xwininfo SUBDIR += xwinwrap SUBDIR += xwit SUBDIR += xwud SUBDIR += xxkb SUBDIR += xzoom SUBDIR += yad SUBDIR += yakuake-kde4 SUBDIR += yalias SUBDIR += yeahconsole SUBDIR += yelp SUBDIR += zenity .include Index: head/x11/libmatekbd/Makefile =================================================================== --- head/x11/libmatekbd/Makefile (nonexistent) +++ head/x11/libmatekbd/Makefile (revision 334661) @@ -0,0 +1,33 @@ +# Created by: Michael Johnson +# $FreeBSD$ + +PORTNAME= libmatekbd +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE keyboard shared library + +LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= gnomehier glib20 gtk20 intlhack ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatekbd*.so.4 + +.include Property changes on: head/x11/libmatekbd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/libmatekbd/distinfo =================================================================== --- head/x11/libmatekbd/distinfo (nonexistent) +++ head/x11/libmatekbd/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/libmatekbd-1.6.1.tar.xz) = d10593e69cdbb591bf1704a13ff8cd4fbc6f1212f76554081da746bc1aff0685 +SIZE (mate/libmatekbd-1.6.1.tar.xz) = 358380 Property changes on: head/x11/libmatekbd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/libmatekbd/pkg-descr =================================================================== --- head/x11/libmatekbd/pkg-descr (nonexistent) +++ head/x11/libmatekbd/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +MATE keyboard shared library. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/libmatekbd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/libmatekbd/pkg-plist =================================================================== --- head/x11/libmatekbd/pkg-plist (nonexistent) +++ head/x11/libmatekbd/pkg-plist (revision 334661) @@ -0,0 +1,120 @@ +include/libmatekbd/matekbd-desktop-config.h +include/libmatekbd/matekbd-indicator-config.h +include/libmatekbd/matekbd-indicator.h +include/libmatekbd/matekbd-keyboard-config.h +include/libmatekbd/matekbd-keyboard-drawing.h +include/libmatekbd/matekbd-status.h +include/libmatekbd/matekbd-util.h +lib/libmatekbd.a +lib/libmatekbd.la +lib/libmatekbd.so +lib/libmatekbd.so.4 +lib/libmatekbdui.a +lib/libmatekbdui.la +lib/libmatekbdui.so +lib/libmatekbdui.so.4 +libdata/pkgconfig/libmatekbd.pc +libdata/pkgconfig/libmatekbdui.pc +share/MateConf/gsettings/matekbd.convert +%%DATADIR%%/ui/show-layout.ui +share/locale/am/LC_MESSAGES/libmatekbd.mo +share/locale/ar/LC_MESSAGES/libmatekbd.mo +share/locale/as/LC_MESSAGES/libmatekbd.mo +share/locale/ast/LC_MESSAGES/libmatekbd.mo +share/locale/be@latin/LC_MESSAGES/libmatekbd.mo +share/locale/bg/LC_MESSAGES/libmatekbd.mo +share/locale/bn/LC_MESSAGES/libmatekbd.mo +share/locale/bn_IN/LC_MESSAGES/libmatekbd.mo +share/locale/ca/LC_MESSAGES/libmatekbd.mo +share/locale/ca@valencia/LC_MESSAGES/libmatekbd.mo +share/locale/cs/LC_MESSAGES/libmatekbd.mo +share/locale/da/LC_MESSAGES/libmatekbd.mo +share/locale/de/LC_MESSAGES/libmatekbd.mo +share/locale/dz/LC_MESSAGES/libmatekbd.mo +share/locale/el/LC_MESSAGES/libmatekbd.mo +share/locale/en@shaw/LC_MESSAGES/libmatekbd.mo +share/locale/en_AU/LC_MESSAGES/libmatekbd.mo +share/locale/en_GB/LC_MESSAGES/libmatekbd.mo +share/locale/eo/LC_MESSAGES/libmatekbd.mo +share/locale/es/LC_MESSAGES/libmatekbd.mo +share/locale/et/LC_MESSAGES/libmatekbd.mo +share/locale/eu/LC_MESSAGES/libmatekbd.mo +share/locale/fi/LC_MESSAGES/libmatekbd.mo +share/locale/fr/LC_MESSAGES/libmatekbd.mo +share/locale/ga/LC_MESSAGES/libmatekbd.mo +share/locale/gl/LC_MESSAGES/libmatekbd.mo +share/locale/gu/LC_MESSAGES/libmatekbd.mo +share/locale/he/LC_MESSAGES/libmatekbd.mo +share/locale/hi/LC_MESSAGES/libmatekbd.mo +share/locale/hu/LC_MESSAGES/libmatekbd.mo +share/locale/id/LC_MESSAGES/libmatekbd.mo +share/locale/it/LC_MESSAGES/libmatekbd.mo +share/locale/ja/LC_MESSAGES/libmatekbd.mo +share/locale/ka/LC_MESSAGES/libmatekbd.mo +share/locale/kn/LC_MESSAGES/libmatekbd.mo +share/locale/ko/LC_MESSAGES/libmatekbd.mo +share/locale/lt/LC_MESSAGES/libmatekbd.mo +share/locale/lv/LC_MESSAGES/libmatekbd.mo +share/locale/mai/LC_MESSAGES/libmatekbd.mo +share/locale/mk/LC_MESSAGES/libmatekbd.mo +share/locale/ml/LC_MESSAGES/libmatekbd.mo +share/locale/mr/LC_MESSAGES/libmatekbd.mo +share/locale/ms/LC_MESSAGES/libmatekbd.mo +share/locale/nb/LC_MESSAGES/libmatekbd.mo +share/locale/nl/LC_MESSAGES/libmatekbd.mo +share/locale/nn/LC_MESSAGES/libmatekbd.mo +share/locale/oc/LC_MESSAGES/libmatekbd.mo +share/locale/or/LC_MESSAGES/libmatekbd.mo +share/locale/pa/LC_MESSAGES/libmatekbd.mo +share/locale/pl/LC_MESSAGES/libmatekbd.mo +share/locale/pt/LC_MESSAGES/libmatekbd.mo +share/locale/pt_BR/LC_MESSAGES/libmatekbd.mo +share/locale/ro/LC_MESSAGES/libmatekbd.mo +share/locale/ru/LC_MESSAGES/libmatekbd.mo +share/locale/si/LC_MESSAGES/libmatekbd.mo +share/locale/sk/LC_MESSAGES/libmatekbd.mo +share/locale/sl/LC_MESSAGES/libmatekbd.mo +share/locale/sq/LC_MESSAGES/libmatekbd.mo +share/locale/sr/LC_MESSAGES/libmatekbd.mo +share/locale/sr@latin/LC_MESSAGES/libmatekbd.mo +share/locale/sv/LC_MESSAGES/libmatekbd.mo +share/locale/ta/LC_MESSAGES/libmatekbd.mo +share/locale/te/LC_MESSAGES/libmatekbd.mo +share/locale/th/LC_MESSAGES/libmatekbd.mo +share/locale/tr/LC_MESSAGES/libmatekbd.mo +share/locale/uk/LC_MESSAGES/libmatekbd.mo +share/locale/vi/LC_MESSAGES/libmatekbd.mo +share/locale/zh_CN/LC_MESSAGES/libmatekbd.mo +share/locale/zh_HK/LC_MESSAGES/libmatekbd.mo +share/locale/zh_TW/LC_MESSAGES/libmatekbd.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%% +@dirrm include/libmatekbd Property changes on: head/x11/libmatekbd/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate/Makefile =================================================================== --- head/x11/mate/Makefile (nonexistent) +++ head/x11/mate/Makefile (revision 334661) @@ -0,0 +1,38 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate +PORTVERSION= 1.6.0 +CATEGORIES= x11 mate +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for the MATE integrated X11 desktop + +# mate-screensaver:${PORTSDIR}/x11/mate-screensaver \ + +RUN_DEPENDS= mate-base>=1.6.0:${PORTSDIR}/x11/mate-base \ + mate-themes>=1.6.0:${PORTSDIR}/x11-themes/mate-themes \ + mate-icon-theme-faenza>=1.6.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \ + mate-terminal:${PORTSDIR}/x11/mate-terminal \ + \ + mate-calc:${PORTSDIR}/math/mate-calc \ + mate-screenshot:${PORTSDIR}/deskutils/mate-utils \ + mate-system-monitor:${PORTSDIR}/sysutils/mate-system-monitor \ + eom:${PORTSDIR}/graphics/mate-image-viewer \ + engrampa:${PORTSDIR}/archivers/mate-file-archiver \ + atril:${PORTSDIR}/graphics/mate-document-viewer \ + mate-volume-control:${PORTSDIR}/audio/mate-media \ + mate-power-manager:${PORTSDIR}/sysutils/mate-power-manager \ + mozo:${PORTSDIR}/deskutils/mate-menu-editor \ + mate-applets>=1.6.0:${PORTSDIR}/x11/mate-applets + +USE_MATE= pluma:run + +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes + +.include Property changes on: head/x11/mate/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate/pkg-descr =================================================================== --- head/x11/mate/pkg-descr (nonexistent) +++ head/x11/mate/pkg-descr (revision 334661) @@ -0,0 +1,21 @@ +MATE is a fork of GNOME 2. + +It provides an intuitive and attractive desktop to users using +traditional metaphors. + +-- + +Where does the name come from? + +The name "MATE" comes from yerba mate, a species of holly native +to subtropical South America. Its leaves contain caffeine and are +used to make infusions and a beverage called mate. + +-- + +This metaport installs MATE base (lite, a lean desktop) plus +extras applications such as text editor, archiver manager and +etc. If you do not want to have the bloats, please install +x11/mate-base. + +WWW: http://www.FreeBSD.org/gnome/ Property changes on: head/x11/mate/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate/pkg-message =================================================================== --- head/x11/mate/pkg-message (nonexistent) +++ head/x11/mate/pkg-message (revision 334661) @@ -0,0 +1,8 @@ +************************************************************************** +Congratulations! MATE base has been successfully installed on your system. +For help on starting it up, as well as answers to common questions, and +some known issues, please see the FreeBSD GNOME homepage at: + + http://www.FreeBSD.org/gnome/ + +************************************************************************** Property changes on: head/x11/mate/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate/pkg-plist =================================================================== --- head/x11/mate/pkg-plist (nonexistent) +++ head/x11/mate/pkg-plist (revision 334661) @@ -0,0 +1 @@ +@comment this plist intentionally left empty Property changes on: head/x11/mate/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/Makefile =================================================================== --- head/x11/mate-applets/Makefile (nonexistent) +++ head/x11/mate-applets/Makefile (revision 334661) @@ -0,0 +1,80 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-applets +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Applets components for the MATE Desktop Environment + +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ + libhal.so:${PORTSDIR}/sysutils/hal \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libnotify.so:${PORTSDIR}/devel/libnotify + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build desktop docutils icontheme intlhack \ + libmateweather libmatewnck mucharmap panel \ + polkit settingsdaemon +USE_XORG= x11 +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 introspection:build \ + libxml2 libxslt pygobject pygtk2 +USE_PYTHON= yes +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-mixer-applet \ + --disable-networkmanager +CONFIGURE_ENV= OS_SYS="/usr/include" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ + org.mate.panel.applet.geyes.gschema.xml \ + org.mate.panel.applet.multiload.gschema.xml \ + org.mate.stickynotes.gschema.xml + +FIX_APPLETS= accessx-status battstat charpick drivemount geyes \ + invest-applet/data multiload stickynotes trashapplet + +.include + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +CFLAGS+= -fPIC +PLIST_SUB+= BATTERY="@comment " +.else +GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml +PLIST_SUB+= BATTERY="" +.endif + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +PLIST_SUB+= CPUFREQ="@comment " +.else +PLIST_SUB+= CPUFREQ="" +GLIB_SCHEMAS+= org.mate.panel.applet.cpufreq.gschema.xml +.endif + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${REINPLACE_CMD} -e \ + 's|" == "|" = "|g' + ${MV} ${WRKSRC}/invest-applet/invest/invest-applet.py \ + ${WRKSRC}/invest-applet/invest/mate-invest-applet.py +.for dir in ${FIX_APPLETS} + @${REINPLACE_CMD} -e 's|@LIBEXECDIR@/|@LIBEXECDIR@/mate-|g' \ + ${WRKSRC}/${dir}/org.mate.* +.endfor + +.include Property changes on: head/x11/mate-applets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/distinfo =================================================================== --- head/x11/mate-applets/distinfo (nonexistent) +++ head/x11/mate-applets/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-applets-1.6.1.tar.xz) = 8693cd88c4731796c09294c962d0ff12092d536121a5c41ddb06fffbc78aa00a +SIZE (mate/mate-applets-1.6.1.tar.xz) = 6795168 Property changes on: head/x11/mate-applets/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-accessx-status_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-accessx-status_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-accessx-status_Makefile.am (revision 334661) @@ -0,0 +1,19 @@ +--- accessx-status/Makefile.am.orig 2013-04-12 00:00:04.000000000 +0200 ++++ accessx-status/Makefile.am 2013-08-18 12:20:28.000000000 +0200 +@@ -5,13 +5,13 @@ + -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \ + -DACCESSX_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = accessx-status-applet ++libexec_PROGRAMS = mate-accessx-status-applet + +-accessx_status_applet_SOURCES = \ ++mate_accessx_status_applet_SOURCES = \ + applet.c \ + applet.h + +-accessx_status_applet_LDADD = \ ++mate_accessx_status_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(X_LIBS) + Property changes on: head/x11/mate-applets/files/patch-accessx-status_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-battstat_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-battstat_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-battstat_Makefile.am (revision 334661) @@ -0,0 +1,24 @@ +--- battstat/Makefile.am.orig 2013-08-18 12:28:45.000000000 +0200 ++++ battstat/Makefile.am 2013-08-18 12:29:27.000000000 +0200 +@@ -34,10 +34,10 @@ + -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" + + +-libexec_PROGRAMS = battstat-applet-2 ++libexec_PROGRAMS = mate-battstat-applet-2 + + +-battstat_applet_2_SOURCES = \ ++mate_battstat_applet_2_SOURCES = \ + battstat.h \ + pixmaps.h \ + properties.c \ +@@ -53,7 +53,7 @@ + battstat-upower.h + + +-battstat_applet_2_LDADD = \ ++mate_battstat_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(HAL_LIBS) \ Property changes on: head/x11/mate-applets/files/patch-battstat_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-battstat_acpi-freebsd.h =================================================================== --- head/x11/mate-applets/files/patch-battstat_acpi-freebsd.h (nonexistent) +++ head/x11/mate-applets/files/patch-battstat_acpi-freebsd.h (revision 334661) @@ -0,0 +1,77 @@ +--- battstat/acpi-freebsd.h.orig 2013-03-26 20:55:32.000000000 -0500 ++++ battstat/acpi-freebsd.h 2013-03-26 20:57:36.000000000 -0500 +@@ -29,61 +29,30 @@ + #define ACPI_LIFE "hw.acpi.battery.life" + #define ACPI_STATE "hw.acpi.battery.state" + +-struct acpi_info { +- gboolean ac_online; +- int acpifd; +- int max_capacity; +- int low_capacity; +- int critical_capacity; ++#if !defined(__i386__) ++struct apm_info { ++ guint ai_acline; ++ guint ai_batt_stat; ++ guint ai_batt_life; ++ int ai_batt_time; ++ guint ai_status; + }; +- +-gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); +-gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); +-void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); +- +-#endif /* __ACPI_FREEBSD_H__ */ +-/* +- * Copyright (C) 2004 by Joe Marcus Clarke +- * +- * 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 Street #330, Boston, MA 02110-1301, USA. +- */ +- +-#ifndef __ACPI_FREEBSD_H__ +-#define __ACPI_FREEBSD_H__ +- +-#define ACPIDEV "/dev/acpi" +- +-#define BATT_MIN 0 +-#define BATT_MAX 64 +- +-#define ACPI_ACLINE "hw.acpi.acline" +-#define ACPI_TIME "hw.acpi.battery.time" +-#define ACPI_LIFE "hw.acpi.battery.life" +-#define ACPI_STATE "hw.acpi.battery.state" ++#endif + + struct acpi_info { + gboolean ac_online; ++ gboolean event_inited; + int acpifd; ++ int event_fd; + int max_capacity; + int low_capacity; + int critical_capacity; ++ GIOChannel * channel; + }; + + gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); ++void acpi_freebsd_update(struct acpi_info * acpiinfo); ++gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); + gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); + void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); + Property changes on: head/x11/mate-applets/files/patch-battstat_acpi-freebsd.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-battstat_power-management.c =================================================================== --- head/x11/mate-applets/files/patch-battstat_power-management.c (nonexistent) +++ head/x11/mate-applets/files/patch-battstat_power-management.c (revision 334661) @@ -0,0 +1,123 @@ +--- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 ++++ battstat/power-management.c Tue Aug 30 01:28:40 2005 +@@ -64,9 +64,7 @@ + + static const char *apm_readinfo (BatteryStatus *status); + static int pm_initialised; +-#ifdef HAVE_HAL +-static int using_hal; +-#endif ++static int using_hal = FALSE; + #ifdef HAVE_UPOWER + static int using_upower; + #endif +@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) + + #elif __FreeBSD__ + ++#if defined(__i386__) + #include ++#endif + #include "acpi-freebsd.h" + + static struct acpi_info acpiinfo; + static gboolean using_acpi; + static int acpi_count; ++static int acpiwatch; + static struct apm_info apminfo; + ++gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); ++ + #define APMDEVICE "/dev/apm" + ++static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) ++{ ++ gboolean read_error; ++ if (cond & (G_IO_ERR | G_IO_HUP)) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ if (acpi_process_event(&acpiinfo, &read_error)) { ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ else if (read_error) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ return TRUE; ++} ++ + static const char * + apm_readinfo (BatteryStatus *status) + { +@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) + + if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); + +- if (using_acpi) { ++ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { + if (acpi_count <= 0) { + acpi_count = 30; +- acpi_process_event(&acpiinfo); ++ if (!acpiinfo.event_inited) { ++ acpi_freebsd_update(&acpiinfo); ++ } + if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) + return ERR_FREEBSD_ACPI; + } + acpi_count--; + } +- else +- { +- /* This is how I read the information from the APM subsystem under +- FreeBSD. Each time this functions is called (once every second) +- the APM device is opened, read from and then closed. +- */ ++ else if (using_acpi && acpiinfo.event_inited) { ++ if (acpi_freebsd_init(&acpiinfo)) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ } ++ else { ++#if defined(__i386__) + fd = open(APMDEVICE, O_RDONLY); + if (fd == -1) { + return ERR_OPEN_APMDEV; +@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) + + if(apminfo.ai_status == 0) + return ERR_APM_E; ++#else ++ return ERR_OPEN_APMDEV; ++#endif + } + + status->present = TRUE; +@@ -480,6 +511,12 @@ power_management_initialise( int no_hal + } + else + using_acpi = FALSE; ++ ++ if (using_acpi && acpiinfo.event_fd >= 0) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ } + #endif + pm_initialised = 1; + +@@ -513,6 +550,9 @@ power_management_cleanup( void ) + } + #elif defined(__FreeBSD__) + if (using_acpi) { ++ if (acpiwatch != 0) ++ g_source_remove(acpiwatch); ++ acpiwatch = 0; + acpi_freebsd_cleanup(&acpiinfo); + } + #endif Property changes on: head/x11/mate-applets/files/patch-battstat_power-management.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-charpick_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-charpick_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-charpick_Makefile.am (revision 334661) @@ -0,0 +1,19 @@ +--- charpick/Makefile.am.orig 2013-08-18 12:39:28.000000000 +0200 ++++ charpick/Makefile.am 2013-08-18 12:39:59.000000000 +0200 +@@ -7,13 +7,13 @@ + $(MATE_APPLETS4_CFLAGS) \ + $(MUCHARMAP_CFLAGS) + +-libexec_PROGRAMS = charpick_applet2 ++libexec_PROGRAMS = mate-charpick_applet2 + +-charpick_applet2_SOURCES = charpick.c \ ++mate_charpick_applet2_SOURCES = charpick.c \ + charpick.h \ + properties.c + +-charpick_applet2_LDADD = \ ++mate_charpick_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(MUCHARMAP_LIBS) + Property changes on: head/x11/mate-applets/files/patch-charpick_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-configure.ac =================================================================== --- head/x11/mate-applets/files/patch-configure.ac (nonexistent) +++ head/x11/mate-applets/files/patch-configure.ac (revision 334661) @@ -0,0 +1,55 @@ +--- configure.ac.orig 2013-03-26 21:00:43.000000000 -0500 ++++ configure.ac 2013-03-26 21:06:27.000000000 -0500 +@@ -349,7 +349,7 @@ + GETTEXT_PACKAGE=mate-applets + AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package]) +-AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory]) ++AC_DEFINE_DIR(MATELOCALEDIR, [localedir], [locale directory]) + AM_GLIB_GNU_GETTEXT + + # this is the directory where the *.{mo,gmo} files are installed +@@ -390,8 +390,8 @@ + AC_CHECK_LIB(apm,apm_read,[HAVE_LIBAPM=yes],[HAVE_LIBAPM=no]) + ;; + # list of supported OS cores that do not use libapm +- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) +- if [ -n "${OS_SYS}" ]; then ++ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) ++ if test -n "${OS_SYS}" ; then + ACPIINC="-I${OS_SYS}" + else + ACPIINC="-I/usr/src/sys" +@@ -521,6 +521,9 @@ + *linux*) + build_cpufreq_applet=yes + ;; ++ i386-*-freebsd*|amd64-*-freebsd*) ++ build_cpufreq_applet=yes ++ ;; + *) + AC_MSG_WARN([${host} is not supported by cpufreq applet, not building]) + build_cpufreq_applet=no +@@ -623,14 +626,14 @@ + builderdir="${pkgdatadir}/builder" + AC_SUBST(builderdir) + +-AC_DEFINE_DIR(MATE_ICONDIR, "${iconsdir}", [Mate Icon Directory]) +-AC_DEFINE_DIR(MATE_PIXMAPSDIR, "${pixmapsdir}", [Mate Pixmaps Directory]) +-AC_DEFINE_DIR(PKGDATADIR, "${pkgdatadir}", [Mate Applets Directory]) +-AC_DEFINE_DIR(GTK_BUILDERDIR, "${builderdir}", [GtkBuilder Resources Directory]) +-AC_DEFINE_DIR(DATADIR, "${datadir}", [datadir]) +-AC_DEFINE_DIR(SYSCONFDIR, "${sysconfdir}", [sysconfdir]) +-AC_DEFINE_DIR(LIBDIR, "${libdir}", [libdir]) +-AC_DEFINE_DIR(PREFIX, "$prefix", [install prefix]) ++AC_DEFINE_DIR(MATE_ICONDIR, [iconsdir], [Mate Icon Directory]) ++AC_DEFINE_DIR(MATE_PIXMAPSDIR, [pixmapsdir], [Mate Pixmaps Directory]) ++AC_DEFINE_DIR(PKGDATADIR, [pkgdatadir], [Mate Applets Directory]) ++AC_DEFINE_DIR(GTK_BUILDERDIR, [builderdir], [GtkBuilder Resources Directory]) ++AC_DEFINE_DIR(DATADIR, [datadir], [datadir]) ++AC_DEFINE_DIR(SYSCONFDIR, [sysconfdir], [sysconfdir]) ++AC_DEFINE_DIR(LIBDIR, [libdir], [libdir]) ++AC_DEFINE_DIR(PREFIX, [prefix], [install prefix]) + + AS_AC_EXPAND(DATADIR, "${datadir}") + AS_AC_EXPAND(PYTHONDIR, $pythondir) Property changes on: head/x11/mate-applets/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-cpufreq-freebsd =================================================================== --- head/x11/mate-applets/files/patch-cpufreq-freebsd (nonexistent) +++ head/x11/mate-applets/files/patch-cpufreq-freebsd (revision 334661) @@ -0,0 +1,418 @@ +--- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 ++++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 +@@ -22,6 +22,10 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#include ++#endif /* __FreeBSD__ */ + #include + #include + +@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) + static gboolean + cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) + { ++#ifndef __FreeBSD__ + gchar *file; + gchar **lines; + gchar *buffer = NULL; + gchar *p; ++#else ++ size_t len; ++#endif /* __FreeBSD__ */ + gint cpu, i; + gint cur_freq, max_freq; + gchar *governor; + GError *error = NULL; + ++#ifndef __FreeBSD__ + file = g_strdup ("/proc/cpuinfo"); + if (!g_file_get_contents (file, &buffer, NULL, &error)) { + g_warning (error->message); +@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni + + g_strfreev (lines); + g_free (buffer); ++#else ++ len = sizeof (cpu); ++ ++ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) ++ return FALSE; ++#endif /* __FreeBSD__ */ + + governor = g_strdup (_("Frequency Scaling Unsupported")); + cur_freq = cpu * 1000; +--- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 ++++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos ++ * Joe Marcus Clarke + */ + + #ifdef HAVE_CONFIG_H +@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone + { + static const gchar *const authors[] = { + "Carlos Garcia Campos ", ++ "Joe Marcus Clarke (FreeBSD support)", + NULL + }; + static const gchar *const documenters[] = { +--- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 ++++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 +@@ -0,0 +1,49 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library 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 library 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 library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke ++ */ ++ ++#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ ++#define __CPUFREQ_MONITOR_SYSCTL_H__ ++ ++#include ++ ++#include "cpufreq-monitor.h" ++ ++#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) ++#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) ++#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++ ++typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; ++typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; ++ ++struct _CPUFreqMonitorSysctl { ++ CPUFreqMonitor parent; ++}; ++ ++struct _CPUFreqMonitorSysctlClass { ++ CPUFreqMonitorClass parent_class; ++}; ++ ++GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); ++ ++#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 ++++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos ++ * Joe Marcus Clarke + */ + + #ifdef HAVE_CONFIG_H +@@ -25,11 +26,18 @@ + + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#endif /* __FreeBSD__ */ + + #include "cpufreq-applet.h" + #include "cpufreq-utils.h" + #include "cpufreq-monitor-sysfs.h" + #include "cpufreq-monitor-procfs.h" ++#ifdef __FreeBSD__ ++#include "cpufreq-monitor-sysctl.h" ++#endif /* __FreeBSD__ */ + #include "cpufreq-monitor-cpuinfo.h" + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-monitor-libcpufreq.h" +@@ -40,6 +48,7 @@ CPUFreqMonitor * + cpufreq_monitor_factory_create_monitor (guint cpu) + { + CPUFreqMonitor *monitor = NULL; ++#ifndef __FreeBSD__ + + #ifdef HAVE_LIBCPUFREQ + monitor = cpufreq_monitor_libcpufreq_new (cpu); +@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( + + monitor = cpufreq_monitor_cpuinfo_new (cpu); + } ++#else ++ size_t len; ++ ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ monitor = cpufreq_monitor_sysctl_new (cpu); ++ } else { ++ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), ++ _("You will not be able to modify the frequency of your machine. " ++ "Your machine may be misconfigured or not have hardware support " ++ "for CPU frequency scaling.")); ++ monitor = cpufreq_monitor_cpuinfo_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + + return monitor; + } +--- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 ++++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 +@@ -22,6 +22,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include + #include + #include +@@ -30,6 +33,24 @@ + + #include "cpufreq-utils.h" + ++#ifdef __FreeBSD__ ++guint ++cpufreq_utils_get_n_cpus (void) ++{ ++ size_t len; ++ static guint n_cpus = 0; ++ ++ if (n_cpus > 0) ++ return n_cpus; ++ ++ len = sizeof (n_cpus); ++ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { ++ return 1; ++ } ++ ++ return n_cpus; ++} ++#else + guint + cpufreq_utils_get_n_cpus (void) + { +@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) + + return 1; + } ++#endif /* __FreeBSD__ */ + + void + cpufreq_utils_display_error (const gchar *message, +--- cpufreq/src/cpufreq-monitor-sysctl.c.orig 2010-05-13 11:27:57.000000000 +0200 ++++ cpufreq/src/cpufreq-monitor-sysctl.c 2010-05-13 11:36:13.000000000 +0200 +@@ -0,0 +1,184 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library 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 library 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 library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke ++ */ ++ ++#include ++#include ++ ++#include ++ ++#ifdef __FreeBSD__ ++#include ++#include ++ ++#include "cpufreq-monitor-sysctl.h" ++ ++#define PARENT_TYPE TYPE_CPUFREQ_MONITOR ++ ++#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) ++ ++static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); ++ ++static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); ++ ++static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); ++ ++G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) ++ ++static void ++cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) ++{ ++} ++ ++static void ++cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) ++{ ++ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); ++ ++ monitor_class->run = cpufreq_monitor_sysctl_run; ++ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; ++ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; ++} ++ ++CPUFreqMonitor * ++cpufreq_monitor_sysctl_new (guint cpu) ++{ ++ CPUFreqMonitorSysctl *monitor; ++ ++ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); ++ ++ return CPUFREQ_MONITOR (monitor); ++} ++ ++static gboolean ++cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) ++{ ++ gint fmax, fmin, ifreq; ++ gchar *governor; ++ size_t len; ++ gchar *freq_oid; ++ guint mon_cpu; ++ GList *list; ++ ++ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); ++ ++ fmax = atoi ((gchar *) list->data); ++ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); ++ ++ g_list_foreach (list, (GFunc) g_free, NULL); ++ g_list_free (list); ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ len = sizeof (ifreq); ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); ++ ++ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { ++ g_free (freq_oid); ++ return FALSE; ++ } ++ ++ ifreq *= 1000; ++ ++ if (ifreq == fmax) ++ governor = g_strdup ("performance"); ++ else if (ifreq == fmin) ++ governor = g_strdup ("economy"); ++ else ++ governor = g_strdup ("userspace"); ++ ++ g_object_set (G_OBJECT (monitor), ++ "online", TRUE, ++ "governor", governor, ++ "frequency", ifreq, ++ "max-frequency", fmax, ++ NULL); ++ ++ g_free (governor); ++ ++ return TRUE; ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) ++{ ++ gchar *levels_oid, *levels; ++ gchar **levelsp, **l; ++ GList *list = NULL; ++ gint mib[4]; ++ guint mon_cpu; ++ size_t len; ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ ++ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", ++ 0); ++ len = 4; ++ sysctlnametomib (levels_oid, mib, &len); ++ len = sizeof (levels); ++ g_free (levels_oid); ++ ++ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) ++ return NULL; ++ ++ levels = g_malloc (len); ++ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) ++ { ++ g_free(levels); ++ return NULL; ++ } ++ ++ levelsp = g_strsplit (levels, " ", 0); ++ g_free (levels); ++ ++ for (l = levelsp; l && *l; l++) { ++ gchar **frpr; ++ ++ frpr = g_strsplit (*l, "/", 0); ++ if (frpr && frpr[0] != NULL) { ++ /* sysctl format is %d/%d where the ++ * first %d is the frequency, and ++ * the second is the power used in ++ * mW. ++ */ ++ int freq = atoi (frpr[0]); ++ list = ++ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); ++ } ++ g_strfreev (frpr); ++ } ++ ++ g_strfreev (levelsp); ++ ++ return (list); ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) ++{ ++ GList *list = NULL; ++ ++ list = g_list_prepend (list, g_strdup ("performance")); ++ list = g_list_prepend (list, g_strdup ("userspace")); ++ list = g_list_prepend (list, g_strdup ("economy")); ++ ++ return list; ++} ++#endif /* __FreeBSD__ */ +--- cpufreq/src/Makefile.am.orig 2012-07-29 15:37:51.000000000 -0500 ++++ cpufreq/src/Makefile.am 2012-07-29 15:40:00.000000000 -0500 +@@ -27,7 +27,8 @@ + cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ + cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ + $(cpufreq_files) \ +- cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h ++ cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h \ ++ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h + + cpufreq_applet_LDADD = \ + $(MATE_APPLETS3_LIBS) \ Property changes on: head/x11/mate-applets/files/patch-cpufreq-freebsd ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-cpufreq-selector-freebsd =================================================================== --- head/x11/mate-applets/files/patch-cpufreq-selector-freebsd (nonexistent) +++ head/x11/mate-applets/files/patch-cpufreq-selector-freebsd (revision 334661) @@ -0,0 +1,192 @@ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 +@@ -0,0 +1,53 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library 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 library 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 library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke ++ */ ++ ++#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ ++#define __CPUFREQ_SELECTOR_SYSCTL_H__ ++ ++#include ++ ++#include "cpufreq-selector.h" ++ ++G_BEGIN_DECLS ++ ++#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) ++#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) ++#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++ ++typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; ++typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; ++ ++struct _CPUFreqSelectorSysctl { ++ CPUFreqSelector parent; ++}; ++ ++struct _CPUFreqSelectorSysctlClass { ++ CPUFreqSelectorClass parent_class; ++}; ++ ++GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); ++ ++G_END_DECLS ++ ++#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 +@@ -0,0 +1,87 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library 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 library 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 library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke ++ */ ++ ++#include ++#include ++#include ++ ++#ifdef __FreeBSD__ ++#include ++#include ++#endif /* __FreeBSD__ */ ++ ++#include "cpufreq-selector-sysctl.h" ++ ++static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); ++static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); ++ ++static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); ++static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); ++ ++G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) ++ ++static void ++cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) ++{ ++} ++ ++static void ++cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) ++{ ++ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); ++ ++ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; ++ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; ++} ++ ++CPUFreqSelector * ++cpufreq_selector_sysctl_new (guint cpu) ++{ ++ CPUFreqSelector *selector; ++ ++ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, ++ "cpu", cpu, NULL)); ++ ++ return selector; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) ++{ ++ return TRUE; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) ++{ ++ guint cpu, i; ++ size_t len; ++ gchar *freq_oid; ++ ++ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); ++ ++ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); ++ ++ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); ++ g_free (freq_oid); ++ ++ return TRUE; ++} +--- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 +@@ -27,20 +27,32 @@ + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-selector-libcpufreq.h" + #endif ++#ifdef __FreeBSD__ ++#include "cpufreq-selector-sysctl.h" ++#endif /* __FreeBSD__ */ + + CPUFreqSelector * + cpufreq_selector_factory_create_selector (guint cpu) + { + CPUFreqSelector *selector = NULL; ++#ifdef __FreeBSD__ ++ size_t len; ++#endif + + #ifdef HAVE_LIBCPUFREQ + selector = cpufreq_selector_libcpufreq_new (cpu); + #else ++#ifndef __FreeBSD__ + if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ + selector = cpufreq_selector_sysfs_new (cpu); + } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ + selector = cpufreq_selector_procfs_new (cpu); + } ++#else ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ selector = cpufreq_selector_sysctl_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + #endif /* HAVE_LIBCPUFREQ */ + + return selector; +--- cpufreq/src/cpufreq-selector/Makefile.am.orig 2012-07-29 15:41:47.000000000 -0500 ++++ cpufreq/src/cpufreq-selector/Makefile.am 2012-07-29 15:42:08.000000000 -0500 +@@ -32,7 +32,7 @@ + $(service_files) \ + cpufreq-selector-factory.c cpufreq-selector-factory.h \ + $(BUILT_SOURCES) \ +- main.c ++ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h + + mate_cpufreq_selector_LDADD = \ + $(CPUFREQ_SELECTOR_LIBS) \ Property changes on: head/x11/mate-applets/files/patch-cpufreq-selector-freebsd ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-drivemount_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-drivemount_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-drivemount_Makefile.am (revision 334661) @@ -0,0 +1,22 @@ +--- drivemount/Makefile.am.orig 2013-08-18 12:45:02.000000000 +0200 ++++ drivemount/Makefile.am 2013-08-18 12:45:33.000000000 +0200 +@@ -6,16 +6,16 @@ + -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ + $(MATE_APPLETS4_CFLAGS) + +-libexec_PROGRAMS = drivemount_applet2 ++libexec_PROGRAMS = mate-drivemount_applet2 + +-drivemount_applet2_SOURCES = \ ++mate_drivemount_applet2_SOURCES = \ + drivemount.c \ + drive-list.c \ + drive-list.h \ + drive-button.c \ + drive-button.h + +-drivemount_applet2_LDADD = \ ++mate_drivemount_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) + + Property changes on: head/x11/mate-applets/files/patch-drivemount_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-geyes_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-geyes_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-geyes_Makefile.am (revision 334661) @@ -0,0 +1,20 @@ +--- geyes/Makefile.am.orig 2013-08-18 13:11:28.000000000 +0200 ++++ geyes/Makefile.am 2013-08-18 13:13:31.000000000 +0200 +@@ -8,14 +8,14 @@ + -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ + -DGEYES_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = geyes_applet2 ++libexec_PROGRAMS = mate-geyes_applet2 + +-geyes_applet2_SOURCES = \ ++mate_geyes_applet2_SOURCES = \ + geyes.c \ + themes.c \ + geyes.h + +-geyes_applet2_LDADD = \ ++mate_geyes_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + -lm + Property changes on: head/x11/mate-applets/files/patch-geyes_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am (revision 334661) @@ -0,0 +1,23 @@ +--- invest-applet/invest/Makefile.am.orig 2013-08-18 13:14:04.000000000 +0200 ++++ invest-applet/invest/Makefile.am 2013-08-18 13:17:26.000000000 +0200 +@@ -1,9 +1,9 @@ +-invest-applet: invest-applet.py ++mate-invest-applet: mate-invest-applet.py + sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ + + bin_SCRIPTS = mate-invest-chart + +-libexec_SCRIPTS = invest-applet ++libexec_SCRIPTS = mate-invest-applet + + investdir = $(pythondir)/mate_invest + invest_PYTHON = \ +@@ -21,7 +21,7 @@ + defs.py + + BUILT_SOURCES = \ +- invest-applet ++ mate-invest-applet + + CLEANFILES = \ + $(BUILT_SOURCES) Property changes on: head/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py =================================================================== --- head/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py (nonexistent) +++ head/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py (revision 334661) @@ -0,0 +1,13 @@ +--- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 ++++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 +@@ -26,8 +26,8 @@ import mate_invest, mate_invest.applet, mate_invest.def + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + from gettext import gettext as _ + Property changes on: head/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-invest-applet_invest_invest-chart =================================================================== --- head/x11/mate-applets/files/patch-invest-applet_invest_invest-chart (nonexistent) +++ head/x11/mate-applets/files/patch-invest-applet_invest_invest-chart (revision 334661) @@ -0,0 +1,13 @@ +--- invest-applet/invest/mate-invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 ++++ invest-applet/invest/mate-invest-chart 2008-04-28 13:29:13.000000000 -0400 +@@ -6,8 +6,8 @@ import sys, mate_invest.chart, gtk + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + if __name__ == "__main__": + win = mate_invest.chart.show_chart(sys.argv[1:]) Property changes on: head/x11/mate-applets/files/patch-invest-applet_invest_invest-chart ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/files/patch-multiload_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-multiload_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-multiload_Makefile.am (revision 334661) @@ -0,0 +1,23 @@ +--- multiload/Makefile.am.orig 2013-08-18 13:00:10.000000000 +0200 ++++ multiload/Makefile.am 2013-08-18 13:00:34.000000000 +0200 +@@ -8,9 +8,9 @@ + $(MATEDESKTOP_CFLAGS) \ + $(GIO_CFLAGS) + +-libexec_PROGRAMS = multiload-applet-2 ++libexec_PROGRAMS = mate-multiload-applet-2 + +-multiload_applet_2_SOURCES = \ ++mate_multiload_applet_2_SOURCES = \ + global.h \ + linux-proc.h \ + load-graph.h \ +@@ -22,7 +22,7 @@ + autoscaler.c \ + autoscaler.h + +-multiload_applet_2_LDADD = \ ++mate_multiload_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GTOP_APPLETS_LIBS) \ + $(MATEDESKTOP_LIBS) \ Property changes on: head/x11/mate-applets/files/patch-multiload_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-stickynotes_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-stickynotes_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-stickynotes_Makefile.am (revision 334661) @@ -0,0 +1,23 @@ +--- stickynotes/Makefile.am.orig 2013-08-18 13:04:01.000000000 +0200 ++++ stickynotes/Makefile.am 2013-08-18 13:04:27.000000000 +0200 +@@ -18,9 +18,9 @@ + -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ + -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" + +-libexec_PROGRAMS = stickynotes_applet ++libexec_PROGRAMS = mate-stickynotes_applet + +-stickynotes_applet_SOURCES = \ ++mate_stickynotes_applet_SOURCES = \ + util.h \ + util.c \ + stickynotes.h \ +@@ -32,7 +32,7 @@ + stickynotes_applet.c \ + stickynotes_applet_callbacks.c + +-stickynotes_applet_LDADD = \ ++mate_stickynotes_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBMATEWNCK_LIBS) \ + $(XML2_LIBS) \ Property changes on: head/x11/mate-applets/files/patch-stickynotes_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-trashapplet_src_Makefile.am =================================================================== --- head/x11/mate-applets/files/patch-trashapplet_src_Makefile.am (nonexistent) +++ head/x11/mate-applets/files/patch-trashapplet_src_Makefile.am (revision 334661) @@ -0,0 +1,22 @@ +--- trashapplet/src/Makefile.am.orig 2013-08-18 13:06:17.000000000 +0200 ++++ trashapplet/src/Makefile.am 2013-08-18 13:06:32.000000000 +0200 +@@ -3,16 +3,16 @@ + $(GIO_CFLAGS) \ + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" + +-libexec_PROGRAMS = trashapplet ++libexec_PROGRAMS = mate-trashapplet + +-trashapplet_SOURCES = \ ++mate_trashapplet_SOURCES = \ + trashapplet.c \ + trash-empty.h \ + trash-empty.c \ + xstuff.c \ + xstuff.h + +-trashapplet_LDADD = \ ++mate_trashapplet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GIO_LIBS) \ + -lX11 Property changes on: head/x11/mate-applets/files/patch-trashapplet_src_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-applets/files/patch-battstat_acpi-freebsd.c =================================================================== --- head/x11/mate-applets/files/patch-battstat_acpi-freebsd.c (nonexistent) +++ head/x11/mate-applets/files/patch-battstat_acpi-freebsd.c (revision 334661) @@ -0,0 +1,152 @@ +--- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 ++++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 +@@ -31,9 +31,13 @@ + + #include + #include ++#include + #include ++#include + #include ++#if defined(__i386__) + #include ++#endif + #include + #include + #include +@@ -92,16 +96,36 @@ gboolean + acpi_freebsd_init(struct acpi_info * acpiinfo) + { + int acpi_fd; ++ int event_fd; + + g_assert(acpiinfo); + +- acpi_fd = open(ACPIDEV, O_RDONLY); +- if (acpi_fd >= 0) { +- acpiinfo->acpifd = acpi_fd; ++ if (acpiinfo->acpifd == -1) { ++ acpi_fd = open(ACPIDEV, O_RDONLY); ++ if (acpi_fd >= 0) { ++ acpiinfo->acpifd = acpi_fd; ++ } ++ else { ++ acpiinfo->acpifd = -1; ++ return FALSE; ++ } + } +- else { +- acpiinfo->acpifd = -1; +- return FALSE; ++ ++ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); ++ if (event_fd >= 0) { ++ struct sockaddr_un addr; ++ addr.sun_family = AF_UNIX; ++ strcpy(addr.sun_path, "/var/run/devd.pipe"); ++ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { ++ acpiinfo->event_fd = event_fd; ++ acpiinfo->event_inited = TRUE; ++ acpiinfo->channel = g_io_channel_unix_new(event_fd); ++ } ++ else { ++ close(event_fd); ++ acpiinfo->event_fd = -1; ++ acpiinfo->event_inited = FALSE; ++ } + } + + update_battery_info(acpiinfo); +@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp + return TRUE; + } + ++#define ACPI_EVENT_IGNORE 0 ++#define ACPI_EVENT_AC 1 ++#define ACPI_EVENT_BATTERY_INFO 2 ++ ++static int parse_acpi_event(GString *buffer) ++{ ++ if (strstr(buffer->str, "system=ACPI")) { ++ if (strstr(buffer->str, "subsystem=ACAD")) ++ return ACPI_EVENT_AC; ++ if (strstr(buffer->str, "subsystem=CMBAT")) ++ return ACPI_EVENT_BATTERY_INFO; ++ } ++ ++ return ACPI_EVENT_IGNORE; ++} ++ ++void acpi_freebsd_update(struct acpi_info *acpiinfo) ++{ ++ /* XXX This is needed for systems where devd does not have permissions ++ * to allow for event-driven updates. ++ */ ++ update_ac_info(acpiinfo); ++ update_battery_info(acpiinfo); ++} ++ ++gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) ++{ ++ gsize i; ++ int evt; ++ gboolean result = FALSE; ++ GString *buffer; ++ GIOStatus stat; ++ buffer = g_string_new(NULL); ++ ++ *read_error = FALSE; ++ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); ++ ++ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { ++ *read_error = TRUE; ++ g_string_free(buffer, TRUE); ++ return FALSE; ++ } ++ ++ evt = parse_acpi_event(buffer); ++ switch (evt) { ++ case ACPI_EVENT_AC: ++ update_ac_info(acpiinfo); ++ result = TRUE; ++ break; ++ case ACPI_EVENT_BATTERY_INFO: ++ update_battery_info(acpiinfo); ++ result = TRUE; ++ break; ++ } ++ ++ g_string_free(buffer, TRUE); ++ return result; ++} ++ + void + acpi_freebsd_cleanup(struct acpi_info * acpiinfo) + { +@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * + close(acpiinfo->acpifd); + acpiinfo->acpifd = -1; + } +-} + +-/* XXX This is a hack since user-land applications can't get ACPI events yet. +- * Devd provides this (or supposedly provides this), but you need to be +- * root to access devd. +- */ +-gboolean +-acpi_process_event(struct acpi_info * acpiinfo) +-{ +- g_assert(acpiinfo); +- +- update_ac_info(acpiinfo); +- update_battery_info(acpiinfo); +- +- return TRUE; ++ if (acpiinfo->event_fd >= 0) { ++ g_io_channel_unref(acpiinfo->channel); ++ close(acpiinfo->event_fd); ++ acpiinfo->event_fd = -1; ++ } + } + + gboolean Property changes on: head/x11/mate-applets/files/patch-battstat_acpi-freebsd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/pkg-descr =================================================================== --- head/x11/mate-applets/pkg-descr (nonexistent) +++ head/x11/mate-applets/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +Panel applets for the MATE Desktop Environment. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-applets/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-applets/pkg-plist =================================================================== --- head/x11/mate-applets/pkg-plist (nonexistent) +++ head/x11/mate-applets/pkg-plist (revision 334661) @@ -0,0 +1,2412 @@ +%%CPUFREQ%%bin/mate-cpufreq-selector +bin/mate-invest-chart +%%CPUFREQ%%etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf +%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.py +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/about.py +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/applet.py +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/chart.py +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.py +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/defs.py +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/help.py +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.py +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.py +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.py +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.py +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyo +libexec/mate-accessx-status-applet +%%BATTERY%%libexec/mate-battstat-applet-2 +libexec/mate-charpick_applet2 +libexec/mate-drivemount_applet2 +libexec/mate-geyes_applet2 +libexec/mate-invest-applet +%%CPUFREQ%%libexec/mate-cpufreq-applet +libexec/mateweather-applet-2 +libexec/mate-multiload-applet-2 +libexec/mate-stickynotes_applet +libexec/mate-trashapplet +share/MateConf/gsettings/stickynotes-applet.convert +share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service +%%BATTERY%%share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service +%%CPUFREQ%%share/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service +%%CPUFREQ%%share/dbus-1/system-services/org.mate.CPUFreqSelector.service +%%CPUFREQ%%share/icons/hicolor/16x16/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/16x16/apps/mate-eyes-applet.png +share/icons/hicolor/16x16/apps/mate-invest-applet.png +share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/22x22/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/22x22/apps/mate-eyes-applet.png +share/icons/hicolor/22x22/apps/mate-invest-applet.png +share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/24x24/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/24x24/apps/mate-eyes-applet.png +share/icons/hicolor/24x24/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/32x32/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/32x32/apps/mate-eyes-applet.png +share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png +share/icons/hicolor/48x48/apps/mate-invest-applet.png +%%CPUFREQ%%share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg +share/icons/hicolor/scalable/apps/mate-eyes-applet.svg +share/icons/hicolor/scalable/apps/mate-invest-applet.svg +share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg +share/icons/mate/48x48/apps/ax-applet.png +share/locale/af/LC_MESSAGES/mate-applets.mo +share/locale/am/LC_MESSAGES/mate-applets.mo +share/locale/ar/LC_MESSAGES/mate-applets.mo +share/locale/as/LC_MESSAGES/mate-applets.mo +share/locale/ast/LC_MESSAGES/mate-applets.mo +share/locale/az/LC_MESSAGES/mate-applets.mo +share/locale/be/LC_MESSAGES/mate-applets.mo +share/locale/be@latin/LC_MESSAGES/mate-applets.mo +share/locale/bg/LC_MESSAGES/mate-applets.mo +share/locale/bn/LC_MESSAGES/mate-applets.mo +share/locale/bn_IN/LC_MESSAGES/mate-applets.mo +share/locale/br/LC_MESSAGES/mate-applets.mo +share/locale/bs/LC_MESSAGES/mate-applets.mo +share/locale/ca/LC_MESSAGES/mate-applets.mo +share/locale/ca@valencia/LC_MESSAGES/mate-applets.mo +share/locale/crh/LC_MESSAGES/mate-applets.mo +share/locale/cs/LC_MESSAGES/mate-applets.mo +share/locale/cy/LC_MESSAGES/mate-applets.mo +share/locale/da/LC_MESSAGES/mate-applets.mo +share/locale/de/LC_MESSAGES/mate-applets.mo +share/locale/dz/LC_MESSAGES/mate-applets.mo +share/locale/el/LC_MESSAGES/mate-applets.mo +share/locale/en@shaw/LC_MESSAGES/mate-applets.mo +share/locale/en_AU/LC_MESSAGES/mate-applets.mo +share/locale/en_CA/LC_MESSAGES/mate-applets.mo +share/locale/en_GB/LC_MESSAGES/mate-applets.mo +share/locale/eo/LC_MESSAGES/mate-applets.mo +share/locale/es/LC_MESSAGES/mate-applets.mo +share/locale/es_AR/LC_MESSAGES/mate-applets.mo +share/locale/es_CL/LC_MESSAGES/mate-applets.mo +share/locale/es_CO/LC_MESSAGES/mate-applets.mo +share/locale/es_CR/LC_MESSAGES/mate-applets.mo +share/locale/es_DO/LC_MESSAGES/mate-applets.mo +share/locale/es_EC/LC_MESSAGES/mate-applets.mo +share/locale/es_ES/LC_MESSAGES/mate-applets.mo +share/locale/es_GT/LC_MESSAGES/mate-applets.mo +share/locale/es_HN/LC_MESSAGES/mate-applets.mo +share/locale/es_MX/LC_MESSAGES/mate-applets.mo +share/locale/es_NI/LC_MESSAGES/mate-applets.mo +share/locale/es_PA/LC_MESSAGES/mate-applets.mo +share/locale/es_PE/LC_MESSAGES/mate-applets.mo +share/locale/es_PR/LC_MESSAGES/mate-applets.mo +share/locale/es_SV/LC_MESSAGES/mate-applets.mo +share/locale/es_UY/LC_MESSAGES/mate-applets.mo +share/locale/es_VE/LC_MESSAGES/mate-applets.mo +share/locale/et/LC_MESSAGES/mate-applets.mo +share/locale/eu/LC_MESSAGES/mate-applets.mo +share/locale/fa/LC_MESSAGES/mate-applets.mo +share/locale/fi/LC_MESSAGES/mate-applets.mo +share/locale/fr/LC_MESSAGES/mate-applets.mo +share/locale/ga/LC_MESSAGES/mate-applets.mo +share/locale/gl/LC_MESSAGES/mate-applets.mo +share/locale/gu/LC_MESSAGES/mate-applets.mo +share/locale/he/LC_MESSAGES/mate-applets.mo +share/locale/hi/LC_MESSAGES/mate-applets.mo +share/locale/hr/LC_MESSAGES/mate-applets.mo +share/locale/hu/LC_MESSAGES/mate-applets.mo +share/locale/hy/LC_MESSAGES/mate-applets.mo +share/locale/id/LC_MESSAGES/mate-applets.mo +share/locale/is/LC_MESSAGES/mate-applets.mo +share/locale/it/LC_MESSAGES/mate-applets.mo +share/locale/ja/LC_MESSAGES/mate-applets.mo +share/locale/ka/LC_MESSAGES/mate-applets.mo +share/locale/kk/LC_MESSAGES/mate-applets.mo +share/locale/kn/LC_MESSAGES/mate-applets.mo +share/locale/ko/LC_MESSAGES/mate-applets.mo +share/locale/ku/LC_MESSAGES/mate-applets.mo +share/locale/ky/LC_MESSAGES/mate-applets.mo +share/locale/lt/LC_MESSAGES/mate-applets.mo +share/locale/lv/LC_MESSAGES/mate-applets.mo +share/locale/mai/LC_MESSAGES/mate-applets.mo +share/locale/mg/LC_MESSAGES/mate-applets.mo +share/locale/mk/LC_MESSAGES/mate-applets.mo +share/locale/ml/LC_MESSAGES/mate-applets.mo +share/locale/mn/LC_MESSAGES/mate-applets.mo +share/locale/mr/LC_MESSAGES/mate-applets.mo +share/locale/ms/LC_MESSAGES/mate-applets.mo +share/locale/nb/LC_MESSAGES/mate-applets.mo +share/locale/ne/LC_MESSAGES/mate-applets.mo +share/locale/nl/LC_MESSAGES/mate-applets.mo +share/locale/nn/LC_MESSAGES/mate-applets.mo +share/locale/oc/LC_MESSAGES/mate-applets.mo +share/locale/or/LC_MESSAGES/mate-applets.mo +share/locale/pa/LC_MESSAGES/mate-applets.mo +share/locale/pl/LC_MESSAGES/mate-applets.mo +share/locale/ps/LC_MESSAGES/mate-applets.mo +share/locale/pt/LC_MESSAGES/mate-applets.mo +share/locale/pt_BR/LC_MESSAGES/mate-applets.mo +share/locale/ro/LC_MESSAGES/mate-applets.mo +share/locale/ru/LC_MESSAGES/mate-applets.mo +share/locale/rw/LC_MESSAGES/mate-applets.mo +share/locale/si/LC_MESSAGES/mate-applets.mo +share/locale/sk/LC_MESSAGES/mate-applets.mo +share/locale/sl/LC_MESSAGES/mate-applets.mo +share/locale/sq/LC_MESSAGES/mate-applets.mo +share/locale/sr/LC_MESSAGES/mate-applets.mo +share/locale/sr@latin/LC_MESSAGES/mate-applets.mo +share/locale/sv/LC_MESSAGES/mate-applets.mo +share/locale/ta/LC_MESSAGES/mate-applets.mo +share/locale/te/LC_MESSAGES/mate-applets.mo +share/locale/th/LC_MESSAGES/mate-applets.mo +share/locale/tr/LC_MESSAGES/mate-applets.mo +share/locale/ug/LC_MESSAGES/mate-applets.mo +share/locale/uk/LC_MESSAGES/mate-applets.mo +share/locale/vi/LC_MESSAGES/mate-applets.mo +share/locale/wa/LC_MESSAGES/mate-applets.mo +share/locale/xh/LC_MESSAGES/mate-applets.mo +share/locale/zh_CN/LC_MESSAGES/mate-applets.mo +share/locale/zh_HK/LC_MESSAGES/mate-applets.mo +share/locale/zh_TW/LC_MESSAGES/mate-applets.mo +share/mate-2.0/ui/accessx-status-applet-menu.xml +%%BATTERY%%share/mate-2.0/ui/battstat-applet-menu.xml +share/mate-2.0/ui/charpick-applet-menu.xml +%%CPUFREQ%%share/mate-2.0/ui/cpufreq-applet-menu.xml +share/mate-2.0/ui/drivemount-applet-menu.xml +share/mate-2.0/ui/geyes-applet-menu.xml +share/mate-2.0/ui/mateweather-applet-menu.xml +share/mate-2.0/ui/multiload-applet-menu.xml +share/mate-2.0/ui/stickynotes-applet-menu.xml +share/mate-2.0/ui/trashapplet-menu.xml +%%DATADIR%%/Invest_Applet.xml +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui +%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui +%%DATADIR%%/builder/financialchart.ui +%%DATADIR%%/builder/prefs-dialog.ui +%%DATADIR%%/builder/stickynotes.ui +%%DATADIR%%/builder/trashapplet-empty-progress.ui +%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png +%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png +%%DATADIR%%/geyes/Bizarre/config +%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png +%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png +%%DATADIR%%/geyes/Bloodshot/config +%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png +%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png +%%DATADIR%%/geyes/Default-tiny/config +%%DATADIR%%/geyes/Default/Default-eye.png +%%DATADIR%%/geyes/Default/Default-pupil.png +%%DATADIR%%/geyes/Default/config +%%DATADIR%%/geyes/Horrid/config +%%DATADIR%%/geyes/Horrid/horrid_eye.png +%%DATADIR%%/geyes/Horrid/horrid_pupil.png +%%DATADIR%%/geyes/Tango/config +%%DATADIR%%/geyes/Tango/tango-eye.png +%%DATADIR%%/geyes/Tango/tango-pupil.png +%%DATADIR%%/invest-applet/invest-16_neutral.png +%%DATADIR%%/invest-applet/invest-22_down.png +%%DATADIR%%/invest-applet/invest-22_neutral.png +%%DATADIR%%/invest-applet/invest-22_up.png +%%DATADIR%%/invest-applet/invest_down.svg +%%DATADIR%%/invest-applet/invest_neutral.svg +%%DATADIR%%/invest-applet/invest_up.svg +share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet +%%BATTERY%%share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet +%%CPUFREQ%%share/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet +share/mate/help/mate-accessx-status/C/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/C/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/C/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/C/legal.xml +share/mate/help/mate-accessx-status/C/mate-accessx-status.xml +share/mate/help/mate-accessx-status/bg/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/bg/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/bg/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/bg/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ca/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ca/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ca/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ca/mate-accessx-status.xml +share/mate/help/mate-accessx-status/cs/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/cs/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/cs/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/cs/mate-accessx-status.xml +share/mate/help/mate-accessx-status/de/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/de/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/de/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/de/mate-accessx-status.xml +share/mate/help/mate-accessx-status/el/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/el/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/el/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/el/mate-accessx-status.xml +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/en_GB/mate-accessx-status.xml +share/mate/help/mate-accessx-status/es/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/es/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/es/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/es/mate-accessx-status.xml +share/mate/help/mate-accessx-status/eu/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/eu/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/eu/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/eu/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fi/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fi/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fi/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fi/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fr/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fr/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fr/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fr/mate-accessx-status.xml +share/mate/help/mate-accessx-status/gl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/gl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/gl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/gl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/it/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/it/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/it/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/it/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ko/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ko/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ko/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ko/mate-accessx-status.xml +share/mate/help/mate-accessx-status/nl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/nl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/nl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/nl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/oc/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/oc/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/oc/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/oc/mate-accessx-status.xml +share/mate/help/mate-accessx-status/sv/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/sv/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/sv/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/sv/mate-accessx-status.xml +share/mate/help/mate-accessx-status/uk/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/uk/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/uk/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/uk/mate-accessx-status.xml +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/zh_CN/mate-accessx-status.xml +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/C/legal.xml +%%BATTERY%%share/mate/help/mate-battstat/C/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/bg/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ca/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/cs/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/da/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/de/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/el/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/es/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/eu/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fi/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fr/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ko/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/oc/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pa/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/sv/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/uk/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/mate-battstat.xml +share/mate/help/mate-char-palette/C/figures/charpalette_applet.png +share/mate/help/mate-char-palette/C/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/C/figures/charpick-preferences.png +share/mate/help/mate-char-palette/C/figures/charpick_characters.png +share/mate/help/mate-char-palette/C/legal.xml +share/mate/help/mate-char-palette/C/mate-char-palette.xml +share/mate/help/mate-char-palette/bg/figures/charpalette_applet.png +share/mate/help/mate-char-palette/bg/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/bg/figures/charpick-preferences.png +share/mate/help/mate-char-palette/bg/figures/charpick_characters.png +share/mate/help/mate-char-palette/bg/mate-char-palette.xml +share/mate/help/mate-char-palette/ca/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ca/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ca/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ca/figures/charpick_characters.png +share/mate/help/mate-char-palette/ca/mate-char-palette.xml +share/mate/help/mate-char-palette/cs/figures/charpalette_applet.png +share/mate/help/mate-char-palette/cs/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/cs/figures/charpick-preferences.png +share/mate/help/mate-char-palette/cs/figures/charpick_characters.png +share/mate/help/mate-char-palette/cs/mate-char-palette.xml +share/mate/help/mate-char-palette/de/figures/charpalette_applet.png +share/mate/help/mate-char-palette/de/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/de/figures/charpick-preferences.png +share/mate/help/mate-char-palette/de/figures/charpick_characters.png +share/mate/help/mate-char-palette/de/mate-char-palette.xml +share/mate/help/mate-char-palette/el/figures/charpalette_applet.png +share/mate/help/mate-char-palette/el/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/el/figures/charpick-preferences.png +share/mate/help/mate-char-palette/el/figures/charpick_characters.png +share/mate/help/mate-char-palette/el/mate-char-palette.xml +share/mate/help/mate-char-palette/en_GB/figures/charpalette_applet.png +share/mate/help/mate-char-palette/en_GB/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/en_GB/figures/charpick-preferences.png +share/mate/help/mate-char-palette/en_GB/figures/charpick_characters.png +share/mate/help/mate-char-palette/en_GB/mate-char-palette.xml +share/mate/help/mate-char-palette/es/figures/charpalette_applet.png +share/mate/help/mate-char-palette/es/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/es/figures/charpick-preferences.png +share/mate/help/mate-char-palette/es/figures/charpick_characters.png +share/mate/help/mate-char-palette/es/mate-char-palette.xml +share/mate/help/mate-char-palette/eu/figures/charpalette_applet.png +share/mate/help/mate-char-palette/eu/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/eu/figures/charpick-preferences.png +share/mate/help/mate-char-palette/eu/figures/charpick_characters.png +share/mate/help/mate-char-palette/eu/mate-char-palette.xml +share/mate/help/mate-char-palette/fi/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fi/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fi/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fi/figures/charpick_characters.png +share/mate/help/mate-char-palette/fi/mate-char-palette.xml +share/mate/help/mate-char-palette/fr/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fr/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fr/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fr/figures/charpick_characters.png +share/mate/help/mate-char-palette/fr/mate-char-palette.xml +share/mate/help/mate-char-palette/it/figures/charpalette_applet.png +share/mate/help/mate-char-palette/it/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/it/figures/charpick-preferences.png +share/mate/help/mate-char-palette/it/figures/charpick_characters.png +share/mate/help/mate-char-palette/it/mate-char-palette.xml +share/mate/help/mate-char-palette/ko/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ko/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ko/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ko/figures/charpick_characters.png +share/mate/help/mate-char-palette/ko/mate-char-palette.xml +share/mate/help/mate-char-palette/nl/figures/charpalette_applet.png +share/mate/help/mate-char-palette/nl/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/nl/figures/charpick-preferences.png +share/mate/help/mate-char-palette/nl/figures/charpick_characters.png +share/mate/help/mate-char-palette/nl/mate-char-palette.xml +share/mate/help/mate-char-palette/oc/figures/charpalette_applet.png +share/mate/help/mate-char-palette/oc/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/oc/figures/charpick-preferences.png +share/mate/help/mate-char-palette/oc/figures/charpick_characters.png +share/mate/help/mate-char-palette/oc/mate-char-palette.xml +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_applet.png +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick-preferences.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick_characters.png +share/mate/help/mate-char-palette/pt_BR/mate-char-palette.xml +share/mate/help/mate-char-palette/ru/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ru/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ru/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ru/figures/charpick_characters.png +share/mate/help/mate-char-palette/ru/mate-char-palette.xml +share/mate/help/mate-char-palette/sv/figures/charpalette_applet.png +share/mate/help/mate-char-palette/sv/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/sv/figures/charpick-preferences.png +share/mate/help/mate-char-palette/sv/figures/charpick_characters.png +share/mate/help/mate-char-palette/sv/mate-char-palette.xml +share/mate/help/mate-char-palette/uk/figures/charpalette_applet.png +share/mate/help/mate-char-palette/uk/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/uk/figures/charpick-preferences.png +share/mate/help/mate-char-palette/uk/figures/charpick_characters.png +share/mate/help/mate-char-palette/uk/mate-char-palette.xml +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_applet.png +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick-preferences.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick_characters.png +share/mate/help/mate-char-palette/zh_CN/mate-char-palette.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/legal.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/mate-cpufreq-applet.xml +share/mate/help/mate-drivemount/C/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/C/legal.xml +share/mate/help/mate-drivemount/C/mate-drivemount.xml +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ca/mate-drivemount.xml +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/cs/mate-drivemount.xml +share/mate/help/mate-drivemount/da/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/da/mate-drivemount.xml +share/mate/help/mate-drivemount/de/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/de/mate-drivemount.xml +share/mate/help/mate-drivemount/el/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/el/mate-drivemount.xml +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/en_GB/mate-drivemount.xml +share/mate/help/mate-drivemount/es/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/es/mate-drivemount.xml +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/eu/mate-drivemount.xml +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fi/mate-drivemount.xml +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fr/mate-drivemount.xml +share/mate/help/mate-drivemount/it/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/it/mate-drivemount.xml +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ko/mate-drivemount.xml +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/oc/mate-drivemount.xml +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/pa/mate-drivemount.xml +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ru/mate-drivemount.xml +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/sv/mate-drivemount.xml +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/uk/mate-drivemount.xml +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/zh_CN/mate-drivemount.xml +share/mate/help/mate-geyes/C/figures/geyes_applet.png +share/mate/help/mate-geyes/C/legal.xml +share/mate/help/mate-geyes/C/mate-geyes.xml +share/mate/help/mate-geyes/ast/figures/geyes_applet.png +share/mate/help/mate-geyes/ast/mate-geyes.xml +share/mate/help/mate-geyes/bg/figures/geyes_applet.png +share/mate/help/mate-geyes/bg/mate-geyes.xml +share/mate/help/mate-geyes/ca/figures/geyes_applet.png +share/mate/help/mate-geyes/ca/mate-geyes.xml +share/mate/help/mate-geyes/cs/figures/geyes_applet.png +share/mate/help/mate-geyes/cs/mate-geyes.xml +share/mate/help/mate-geyes/da/figures/geyes_applet.png +share/mate/help/mate-geyes/da/mate-geyes.xml +share/mate/help/mate-geyes/de/figures/geyes_applet.png +share/mate/help/mate-geyes/de/mate-geyes.xml +share/mate/help/mate-geyes/el/figures/geyes_applet.png +share/mate/help/mate-geyes/el/mate-geyes.xml +share/mate/help/mate-geyes/en_GB/figures/geyes_applet.png +share/mate/help/mate-geyes/en_GB/mate-geyes.xml +share/mate/help/mate-geyes/es/figures/geyes_applet.png +share/mate/help/mate-geyes/es/mate-geyes.xml +share/mate/help/mate-geyes/eu/figures/geyes_applet.png +share/mate/help/mate-geyes/eu/mate-geyes.xml +share/mate/help/mate-geyes/fi/figures/geyes_applet.png +share/mate/help/mate-geyes/fi/mate-geyes.xml +share/mate/help/mate-geyes/fr/figures/geyes_applet.png +share/mate/help/mate-geyes/fr/mate-geyes.xml +share/mate/help/mate-geyes/it/figures/geyes_applet.png +share/mate/help/mate-geyes/it/mate-geyes.xml +share/mate/help/mate-geyes/ko/figures/geyes_applet.png +share/mate/help/mate-geyes/ko/mate-geyes.xml +share/mate/help/mate-geyes/oc/figures/geyes_applet.png +share/mate/help/mate-geyes/oc/mate-geyes.xml +share/mate/help/mate-geyes/ru/figures/geyes_applet.png +share/mate/help/mate-geyes/ru/mate-geyes.xml +share/mate/help/mate-geyes/sv/figures/geyes_applet.png +share/mate/help/mate-geyes/sv/mate-geyes.xml +share/mate/help/mate-geyes/uk/figures/geyes_applet.png +share/mate/help/mate-geyes/uk/mate-geyes.xml +share/mate/help/mate-geyes/zh_CN/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_CN/mate-geyes.xml +share/mate/help/mate-geyes/zh_HK/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_HK/mate-geyes.xml +share/mate/help/mate-geyes/zh_TW/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_TW/mate-geyes.xml +share/mate/help/mate-invest-applet/C/figures/symbol-search.png +share/mate/help/mate-invest-applet/C/legal.xml +share/mate/help/mate-invest-applet/C/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ca/figures/symbol-search.png +share/mate/help/mate-invest-applet/ca/mate-invest-applet.xml +share/mate/help/mate-invest-applet/de/figures/symbol-search.png +share/mate/help/mate-invest-applet/de/mate-invest-applet.xml +share/mate/help/mate-invest-applet/el/figures/symbol-search.png +share/mate/help/mate-invest-applet/el/mate-invest-applet.xml +share/mate/help/mate-invest-applet/en_GB/figures/symbol-search.png +share/mate/help/mate-invest-applet/en_GB/mate-invest-applet.xml +share/mate/help/mate-invest-applet/es/figures/symbol-search.png +share/mate/help/mate-invest-applet/es/mate-invest-applet.xml +share/mate/help/mate-invest-applet/fi/figures/symbol-search.png +share/mate/help/mate-invest-applet/fi/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ru/figures/symbol-search.png +share/mate/help/mate-invest-applet/ru/mate-invest-applet.xml +share/mate/help/mate-invest-applet/sv/figures/symbol-search.png +share/mate/help/mate-invest-applet/sv/mate-invest-applet.xml +share/mate/help/mate-invest-applet/zh_CN/figures/symbol-search.png +share/mate/help/mate-invest-applet/zh_CN/mate-invest-applet.xml +share/mate/help/mate-multiload/C/figures/multiload-preferences.png +share/mate/help/mate-multiload/C/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/C/figures/system_monitor.png +share/mate/help/mate-multiload/C/legal.xml +share/mate/help/mate-multiload/C/mate-multiload.xml +share/mate/help/mate-multiload/ca/figures/multiload-preferences.png +share/mate/help/mate-multiload/ca/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ca/figures/system_monitor.png +share/mate/help/mate-multiload/ca/mate-multiload.xml +share/mate/help/mate-multiload/cs/figures/multiload-preferences.png +share/mate/help/mate-multiload/cs/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/cs/figures/system_monitor.png +share/mate/help/mate-multiload/cs/mate-multiload.xml +share/mate/help/mate-multiload/de/figures/multiload-preferences.png +share/mate/help/mate-multiload/de/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/de/figures/system_monitor.png +share/mate/help/mate-multiload/de/mate-multiload.xml +share/mate/help/mate-multiload/el/figures/multiload-preferences.png +share/mate/help/mate-multiload/el/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/el/figures/system_monitor.png +share/mate/help/mate-multiload/el/mate-multiload.xml +share/mate/help/mate-multiload/en_GB/figures/multiload-preferences.png +share/mate/help/mate-multiload/en_GB/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/en_GB/figures/system_monitor.png +share/mate/help/mate-multiload/en_GB/mate-multiload.xml +share/mate/help/mate-multiload/es/figures/multiload-preferences.png +share/mate/help/mate-multiload/es/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/es/figures/system_monitor.png +share/mate/help/mate-multiload/es/mate-multiload.xml +share/mate/help/mate-multiload/eu/figures/multiload-preferences.png +share/mate/help/mate-multiload/eu/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/eu/figures/system_monitor.png +share/mate/help/mate-multiload/eu/mate-multiload.xml +share/mate/help/mate-multiload/fi/figures/multiload-preferences.png +share/mate/help/mate-multiload/fi/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fi/figures/system_monitor.png +share/mate/help/mate-multiload/fi/mate-multiload.xml +share/mate/help/mate-multiload/fr/figures/multiload-preferences.png +share/mate/help/mate-multiload/fr/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fr/figures/system_monitor.png +share/mate/help/mate-multiload/fr/mate-multiload.xml +share/mate/help/mate-multiload/ko/figures/multiload-preferences.png +share/mate/help/mate-multiload/ko/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ko/figures/system_monitor.png +share/mate/help/mate-multiload/ko/mate-multiload.xml +share/mate/help/mate-multiload/oc/figures/multiload-preferences.png +share/mate/help/mate-multiload/oc/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/oc/figures/system_monitor.png +share/mate/help/mate-multiload/oc/mate-multiload.xml +share/mate/help/mate-multiload/pa/figures/multiload-preferences.png +share/mate/help/mate-multiload/pa/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pa/figures/system_monitor.png +share/mate/help/mate-multiload/pa/mate-multiload.xml +share/mate/help/mate-multiload/pt_BR/figures/multiload-preferences.png +share/mate/help/mate-multiload/pt_BR/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pt_BR/figures/system_monitor.png +share/mate/help/mate-multiload/pt_BR/mate-multiload.xml +share/mate/help/mate-multiload/ru/figures/multiload-preferences.png +share/mate/help/mate-multiload/ru/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ru/figures/system_monitor.png +share/mate/help/mate-multiload/ru/mate-multiload.xml +share/mate/help/mate-multiload/sv/figures/multiload-preferences.png +share/mate/help/mate-multiload/sv/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/sv/figures/system_monitor.png +share/mate/help/mate-multiload/sv/mate-multiload.xml +share/mate/help/mate-multiload/uk/figures/multiload-preferences.png +share/mate/help/mate-multiload/uk/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/uk/figures/system_monitor.png +share/mate/help/mate-multiload/uk/mate-multiload.xml +share/mate/help/mate-multiload/zh_CN/figures/multiload-preferences.png +share/mate/help/mate-multiload/zh_CN/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/zh_CN/figures/system_monitor.png +share/mate/help/mate-multiload/zh_CN/mate-multiload.xml +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/C/legal.xml +share/mate/help/mate-stickynotes_applet/C/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ca/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/cs/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/de/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/el/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/en_GB/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/es/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/eu/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fi/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fr/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ko/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/oc/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pa/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pt_BR/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ru/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/sv/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/uk/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_CN/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_HK/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_TW/mate-stickynotes_applet.xml +share/mate/help/mate-trashapplet/C/figures/trash-applet.png +share/mate/help/mate-trashapplet/C/legal.xml +share/mate/help/mate-trashapplet/C/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ca/figures/trash-applet.png +share/mate/help/mate-trashapplet/ca/mate-trashapplet.xml +share/mate/help/mate-trashapplet/cs/figures/trash-applet.png +share/mate/help/mate-trashapplet/cs/mate-trashapplet.xml +share/mate/help/mate-trashapplet/da/figures/trash-applet.png +share/mate/help/mate-trashapplet/da/mate-trashapplet.xml +share/mate/help/mate-trashapplet/de/figures/trash-applet.png +share/mate/help/mate-trashapplet/de/mate-trashapplet.xml +share/mate/help/mate-trashapplet/el/figures/trash-applet.png +share/mate/help/mate-trashapplet/el/mate-trashapplet.xml +share/mate/help/mate-trashapplet/en_GB/figures/trash-applet.png +share/mate/help/mate-trashapplet/en_GB/mate-trashapplet.xml +share/mate/help/mate-trashapplet/es/figures/trash-applet.png +share/mate/help/mate-trashapplet/es/mate-trashapplet.xml +share/mate/help/mate-trashapplet/eu/figures/trash-applet.png +share/mate/help/mate-trashapplet/eu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fi/figures/trash-applet.png +share/mate/help/mate-trashapplet/fi/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fr/figures/trash-applet.png +share/mate/help/mate-trashapplet/fr/mate-trashapplet.xml +share/mate/help/mate-trashapplet/hu/figures/trash-applet.png +share/mate/help/mate-trashapplet/hu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/it/figures/trash-applet.png +share/mate/help/mate-trashapplet/it/mate-trashapplet.xml +share/mate/help/mate-trashapplet/nl/figures/trash-applet.png +share/mate/help/mate-trashapplet/nl/mate-trashapplet.xml +share/mate/help/mate-trashapplet/oc/figures/trash-applet.png +share/mate/help/mate-trashapplet/oc/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pa/figures/trash-applet.png +share/mate/help/mate-trashapplet/pa/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pt_BR/figures/trash-applet.png +share/mate/help/mate-trashapplet/pt_BR/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ru/figures/trash-applet.png +share/mate/help/mate-trashapplet/ru/mate-trashapplet.xml +share/mate/help/mate-trashapplet/sv/figures/trash-applet.png +share/mate/help/mate-trashapplet/sv/mate-trashapplet.xml +share/mate/help/mate-trashapplet/uk/figures/trash-applet.png +share/mate/help/mate-trashapplet/uk/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_CN/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_CN/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_HK/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_HK/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_TW/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_TW/mate-trashapplet.xml +share/mate/help/mateweather/C/figures/mateweather-details.png +share/mate/help/mateweather/C/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/C/figures/mateweather-prefs-general.png +share/mate/help/mateweather/C/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/C/figures/mateweather_applet.png +share/mate/help/mateweather/C/figures/stock_weather-cloudy.png +share/mate/help/mateweather/C/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-fog.png +share/mate/help/mateweather/C/figures/stock_weather-night-clear.png +share/mate/help/mateweather/C/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-showers.png +share/mate/help/mateweather/C/figures/stock_weather-snow.png +share/mate/help/mateweather/C/figures/stock_weather-storm.png +share/mate/help/mateweather/C/figures/stock_weather-sunny.png +share/mate/help/mateweather/C/legal.xml +share/mate/help/mateweather/C/mateweather.xml +share/mate/help/mateweather/ar/figures/mateweather-details.png +share/mate/help/mateweather/ar/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ar/figures/mateweather_applet.png +share/mate/help/mateweather/ar/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ar/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-fog.png +share/mate/help/mateweather/ar/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ar/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-showers.png +share/mate/help/mateweather/ar/figures/stock_weather-snow.png +share/mate/help/mateweather/ar/figures/stock_weather-storm.png +share/mate/help/mateweather/ar/figures/stock_weather-sunny.png +share/mate/help/mateweather/ar/mateweather.xml +share/mate/help/mateweather/ca/figures/mateweather-details.png +share/mate/help/mateweather/ca/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ca/figures/mateweather_applet.png +share/mate/help/mateweather/ca/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ca/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-fog.png +share/mate/help/mateweather/ca/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ca/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-showers.png +share/mate/help/mateweather/ca/figures/stock_weather-snow.png +share/mate/help/mateweather/ca/figures/stock_weather-storm.png +share/mate/help/mateweather/ca/figures/stock_weather-sunny.png +share/mate/help/mateweather/ca/mateweather.xml +share/mate/help/mateweather/cs/figures/mateweather-details.png +share/mate/help/mateweather/cs/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-general.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/cs/figures/mateweather_applet.png +share/mate/help/mateweather/cs/figures/stock_weather-cloudy.png +share/mate/help/mateweather/cs/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-fog.png +share/mate/help/mateweather/cs/figures/stock_weather-night-clear.png +share/mate/help/mateweather/cs/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-showers.png +share/mate/help/mateweather/cs/figures/stock_weather-snow.png +share/mate/help/mateweather/cs/figures/stock_weather-storm.png +share/mate/help/mateweather/cs/figures/stock_weather-sunny.png +share/mate/help/mateweather/cs/mateweather.xml +share/mate/help/mateweather/de/figures/mateweather-details.png +share/mate/help/mateweather/de/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/de/figures/mateweather-prefs-general.png +share/mate/help/mateweather/de/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/de/figures/mateweather_applet.png +share/mate/help/mateweather/de/figures/stock_weather-cloudy.png +share/mate/help/mateweather/de/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-fog.png +share/mate/help/mateweather/de/figures/stock_weather-night-clear.png +share/mate/help/mateweather/de/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-showers.png +share/mate/help/mateweather/de/figures/stock_weather-snow.png +share/mate/help/mateweather/de/figures/stock_weather-storm.png +share/mate/help/mateweather/de/figures/stock_weather-sunny.png +share/mate/help/mateweather/de/mateweather.xml +share/mate/help/mateweather/el/figures/mateweather-details.png +share/mate/help/mateweather/el/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/el/figures/mateweather-prefs-general.png +share/mate/help/mateweather/el/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/el/figures/mateweather_applet.png +share/mate/help/mateweather/el/figures/stock_weather-cloudy.png +share/mate/help/mateweather/el/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-fog.png +share/mate/help/mateweather/el/figures/stock_weather-night-clear.png +share/mate/help/mateweather/el/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-showers.png +share/mate/help/mateweather/el/figures/stock_weather-snow.png +share/mate/help/mateweather/el/figures/stock_weather-storm.png +share/mate/help/mateweather/el/figures/stock_weather-sunny.png +share/mate/help/mateweather/el/mateweather.xml +share/mate/help/mateweather/en_GB/figures/mateweather-details.png +share/mate/help/mateweather/en_GB/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-general.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/en_GB/figures/mateweather_applet.png +share/mate/help/mateweather/en_GB/figures/stock_weather-cloudy.png +share/mate/help/mateweather/en_GB/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-fog.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-clear.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-showers.png +share/mate/help/mateweather/en_GB/figures/stock_weather-snow.png +share/mate/help/mateweather/en_GB/figures/stock_weather-storm.png +share/mate/help/mateweather/en_GB/figures/stock_weather-sunny.png +share/mate/help/mateweather/en_GB/mateweather.xml +share/mate/help/mateweather/es/figures/mateweather-details.png +share/mate/help/mateweather/es/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/es/figures/mateweather-prefs-general.png +share/mate/help/mateweather/es/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/es/figures/mateweather_applet.png +share/mate/help/mateweather/es/figures/stock_weather-cloudy.png +share/mate/help/mateweather/es/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-fog.png +share/mate/help/mateweather/es/figures/stock_weather-night-clear.png +share/mate/help/mateweather/es/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-showers.png +share/mate/help/mateweather/es/figures/stock_weather-snow.png +share/mate/help/mateweather/es/figures/stock_weather-storm.png +share/mate/help/mateweather/es/figures/stock_weather-sunny.png +share/mate/help/mateweather/es/mateweather.xml +share/mate/help/mateweather/eu/figures/mateweather-details.png +share/mate/help/mateweather/eu/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-general.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/eu/figures/mateweather_applet.png +share/mate/help/mateweather/eu/figures/stock_weather-cloudy.png +share/mate/help/mateweather/eu/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-fog.png +share/mate/help/mateweather/eu/figures/stock_weather-night-clear.png +share/mate/help/mateweather/eu/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-showers.png +share/mate/help/mateweather/eu/figures/stock_weather-snow.png +share/mate/help/mateweather/eu/figures/stock_weather-storm.png +share/mate/help/mateweather/eu/figures/stock_weather-sunny.png +share/mate/help/mateweather/eu/mateweather.xml +share/mate/help/mateweather/fi/figures/mateweather-details.png +share/mate/help/mateweather/fi/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fi/figures/mateweather_applet.png +share/mate/help/mateweather/fi/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fi/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-fog.png +share/mate/help/mateweather/fi/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fi/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-showers.png +share/mate/help/mateweather/fi/figures/stock_weather-snow.png +share/mate/help/mateweather/fi/figures/stock_weather-storm.png +share/mate/help/mateweather/fi/figures/stock_weather-sunny.png +share/mate/help/mateweather/fi/mateweather.xml +share/mate/help/mateweather/fr/figures/mateweather-details.png +share/mate/help/mateweather/fr/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fr/figures/mateweather_applet.png +share/mate/help/mateweather/fr/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fr/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-fog.png +share/mate/help/mateweather/fr/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fr/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-showers.png +share/mate/help/mateweather/fr/figures/stock_weather-snow.png +share/mate/help/mateweather/fr/figures/stock_weather-storm.png +share/mate/help/mateweather/fr/figures/stock_weather-sunny.png +share/mate/help/mateweather/fr/mateweather.xml +share/mate/help/mateweather/ko/figures/mateweather-details.png +share/mate/help/mateweather/ko/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ko/figures/mateweather_applet.png +share/mate/help/mateweather/ko/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ko/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-fog.png +share/mate/help/mateweather/ko/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ko/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-showers.png +share/mate/help/mateweather/ko/figures/stock_weather-snow.png +share/mate/help/mateweather/ko/figures/stock_weather-storm.png +share/mate/help/mateweather/ko/figures/stock_weather-sunny.png +share/mate/help/mateweather/ko/mateweather.xml +share/mate/help/mateweather/nl/figures/mateweather-details.png +share/mate/help/mateweather/nl/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-general.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/nl/figures/mateweather_applet.png +share/mate/help/mateweather/nl/figures/stock_weather-cloudy.png +share/mate/help/mateweather/nl/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-fog.png +share/mate/help/mateweather/nl/figures/stock_weather-night-clear.png +share/mate/help/mateweather/nl/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-showers.png +share/mate/help/mateweather/nl/figures/stock_weather-snow.png +share/mate/help/mateweather/nl/figures/stock_weather-storm.png +share/mate/help/mateweather/nl/figures/stock_weather-sunny.png +share/mate/help/mateweather/nl/mateweather.xml +share/mate/help/mateweather/oc/figures/mateweather-details.png +share/mate/help/mateweather/oc/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-general.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/oc/figures/mateweather_applet.png +share/mate/help/mateweather/oc/figures/stock_weather-cloudy.png +share/mate/help/mateweather/oc/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-fog.png +share/mate/help/mateweather/oc/figures/stock_weather-night-clear.png +share/mate/help/mateweather/oc/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-showers.png +share/mate/help/mateweather/oc/figures/stock_weather-snow.png +share/mate/help/mateweather/oc/figures/stock_weather-storm.png +share/mate/help/mateweather/oc/figures/stock_weather-sunny.png +share/mate/help/mateweather/oc/mateweather.xml +share/mate/help/mateweather/pa/figures/mateweather-details.png +share/mate/help/mateweather/pa/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pa/figures/mateweather_applet.png +share/mate/help/mateweather/pa/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pa/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-fog.png +share/mate/help/mateweather/pa/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pa/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-showers.png +share/mate/help/mateweather/pa/figures/stock_weather-snow.png +share/mate/help/mateweather/pa/figures/stock_weather-storm.png +share/mate/help/mateweather/pa/figures/stock_weather-sunny.png +share/mate/help/mateweather/pa/mateweather.xml +share/mate/help/mateweather/pt_BR/figures/mateweather-details.png +share/mate/help/mateweather/pt_BR/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pt_BR/figures/mateweather_applet.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-fog.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-showers.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-snow.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-storm.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-sunny.png +share/mate/help/mateweather/pt_BR/mateweather.xml +share/mate/help/mateweather/ru/figures/mateweather-details.png +share/mate/help/mateweather/ru/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ru/figures/mateweather_applet.png +share/mate/help/mateweather/ru/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ru/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-fog.png +share/mate/help/mateweather/ru/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ru/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-showers.png +share/mate/help/mateweather/ru/figures/stock_weather-snow.png +share/mate/help/mateweather/ru/figures/stock_weather-storm.png +share/mate/help/mateweather/ru/figures/stock_weather-sunny.png +share/mate/help/mateweather/ru/mateweather.xml +share/mate/help/mateweather/sv/figures/mateweather-details.png +share/mate/help/mateweather/sv/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-general.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/sv/figures/mateweather_applet.png +share/mate/help/mateweather/sv/figures/stock_weather-cloudy.png +share/mate/help/mateweather/sv/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-fog.png +share/mate/help/mateweather/sv/figures/stock_weather-night-clear.png +share/mate/help/mateweather/sv/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-showers.png +share/mate/help/mateweather/sv/figures/stock_weather-snow.png +share/mate/help/mateweather/sv/figures/stock_weather-storm.png +share/mate/help/mateweather/sv/figures/stock_weather-sunny.png +share/mate/help/mateweather/sv/mateweather.xml +share/mate/help/mateweather/uk/figures/mateweather-details.png +share/mate/help/mateweather/uk/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-general.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/uk/figures/mateweather_applet.png +share/mate/help/mateweather/uk/figures/stock_weather-cloudy.png +share/mate/help/mateweather/uk/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-fog.png +share/mate/help/mateweather/uk/figures/stock_weather-night-clear.png +share/mate/help/mateweather/uk/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-showers.png +share/mate/help/mateweather/uk/figures/stock_weather-snow.png +share/mate/help/mateweather/uk/figures/stock_weather-storm.png +share/mate/help/mateweather/uk/figures/stock_weather-sunny.png +share/mate/help/mateweather/uk/mateweather.xml +share/mate/help/mateweather/zh_CN/figures/mateweather-details.png +share/mate/help/mateweather/zh_CN/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-general.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/zh_CN/figures/mateweather_applet.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-cloudy.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-fog.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-clear.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-showers.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-snow.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-storm.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-sunny.png +share/mate/help/mateweather/zh_CN/mateweather.xml +share/omf/mate-accessx-status/mate-accessx-status-C.omf +share/omf/mate-accessx-status/mate-accessx-status-bg.omf +share/omf/mate-accessx-status/mate-accessx-status-ca.omf +share/omf/mate-accessx-status/mate-accessx-status-cs.omf +share/omf/mate-accessx-status/mate-accessx-status-de.omf +share/omf/mate-accessx-status/mate-accessx-status-el.omf +share/omf/mate-accessx-status/mate-accessx-status-en_GB.omf +share/omf/mate-accessx-status/mate-accessx-status-es.omf +share/omf/mate-accessx-status/mate-accessx-status-eu.omf +share/omf/mate-accessx-status/mate-accessx-status-fi.omf +share/omf/mate-accessx-status/mate-accessx-status-fr.omf +share/omf/mate-accessx-status/mate-accessx-status-gl.omf +share/omf/mate-accessx-status/mate-accessx-status-it.omf +share/omf/mate-accessx-status/mate-accessx-status-ko.omf +share/omf/mate-accessx-status/mate-accessx-status-nl.omf +share/omf/mate-accessx-status/mate-accessx-status-oc.omf +share/omf/mate-accessx-status/mate-accessx-status-sv.omf +share/omf/mate-accessx-status/mate-accessx-status-uk.omf +share/omf/mate-accessx-status/mate-accessx-status-zh_CN.omf +share/omf/mate-battstat/mate-battstat-C.omf +share/omf/mate-battstat/mate-battstat-bg.omf +share/omf/mate-battstat/mate-battstat-ca.omf +share/omf/mate-battstat/mate-battstat-cs.omf +share/omf/mate-battstat/mate-battstat-da.omf +share/omf/mate-battstat/mate-battstat-de.omf +share/omf/mate-battstat/mate-battstat-el.omf +share/omf/mate-battstat/mate-battstat-en_GB.omf +share/omf/mate-battstat/mate-battstat-es.omf +share/omf/mate-battstat/mate-battstat-eu.omf +share/omf/mate-battstat/mate-battstat-fi.omf +share/omf/mate-battstat/mate-battstat-fr.omf +share/omf/mate-battstat/mate-battstat-ko.omf +share/omf/mate-battstat/mate-battstat-oc.omf +share/omf/mate-battstat/mate-battstat-pa.omf +share/omf/mate-battstat/mate-battstat-pt_BR.omf +share/omf/mate-battstat/mate-battstat-sv.omf +share/omf/mate-battstat/mate-battstat-uk.omf +share/omf/mate-battstat/mate-battstat-zh_CN.omf +share/omf/mate-char-palette/mate-char-palette-C.omf +share/omf/mate-char-palette/mate-char-palette-bg.omf +share/omf/mate-char-palette/mate-char-palette-ca.omf +share/omf/mate-char-palette/mate-char-palette-cs.omf +share/omf/mate-char-palette/mate-char-palette-de.omf +share/omf/mate-char-palette/mate-char-palette-el.omf +share/omf/mate-char-palette/mate-char-palette-en_GB.omf +share/omf/mate-char-palette/mate-char-palette-es.omf +share/omf/mate-char-palette/mate-char-palette-eu.omf +share/omf/mate-char-palette/mate-char-palette-fi.omf +share/omf/mate-char-palette/mate-char-palette-fr.omf +share/omf/mate-char-palette/mate-char-palette-it.omf +share/omf/mate-char-palette/mate-char-palette-ko.omf +share/omf/mate-char-palette/mate-char-palette-nl.omf +share/omf/mate-char-palette/mate-char-palette-oc.omf +share/omf/mate-char-palette/mate-char-palette-pt_BR.omf +share/omf/mate-char-palette/mate-char-palette-ru.omf +share/omf/mate-char-palette/mate-char-palette-sv.omf +share/omf/mate-char-palette/mate-char-palette-uk.omf +share/omf/mate-char-palette/mate-char-palette-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-C.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ca.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-cs.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-de.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-el.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-en_GB.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-es.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-eu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fi.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fr.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-hu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-nl.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-oc.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-pt_BR.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ru.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-sv.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-uk.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_HK.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_TW.omf +share/omf/mate-drivemount/mate-drivemount-C.omf +share/omf/mate-drivemount/mate-drivemount-ca.omf +share/omf/mate-drivemount/mate-drivemount-cs.omf +share/omf/mate-drivemount/mate-drivemount-da.omf +share/omf/mate-drivemount/mate-drivemount-de.omf +share/omf/mate-drivemount/mate-drivemount-el.omf +share/omf/mate-drivemount/mate-drivemount-en_GB.omf +share/omf/mate-drivemount/mate-drivemount-es.omf +share/omf/mate-drivemount/mate-drivemount-eu.omf +share/omf/mate-drivemount/mate-drivemount-fi.omf +share/omf/mate-drivemount/mate-drivemount-fr.omf +share/omf/mate-drivemount/mate-drivemount-it.omf +share/omf/mate-drivemount/mate-drivemount-ko.omf +share/omf/mate-drivemount/mate-drivemount-oc.omf +share/omf/mate-drivemount/mate-drivemount-pa.omf +share/omf/mate-drivemount/mate-drivemount-ru.omf +share/omf/mate-drivemount/mate-drivemount-sv.omf +share/omf/mate-drivemount/mate-drivemount-uk.omf +share/omf/mate-drivemount/mate-drivemount-zh_CN.omf +share/omf/mate-geyes/mate-geyes-C.omf +share/omf/mate-geyes/mate-geyes-ast.omf +share/omf/mate-geyes/mate-geyes-bg.omf +share/omf/mate-geyes/mate-geyes-ca.omf +share/omf/mate-geyes/mate-geyes-cs.omf +share/omf/mate-geyes/mate-geyes-da.omf +share/omf/mate-geyes/mate-geyes-de.omf +share/omf/mate-geyes/mate-geyes-el.omf +share/omf/mate-geyes/mate-geyes-en_GB.omf +share/omf/mate-geyes/mate-geyes-es.omf +share/omf/mate-geyes/mate-geyes-eu.omf +share/omf/mate-geyes/mate-geyes-fi.omf +share/omf/mate-geyes/mate-geyes-fr.omf +share/omf/mate-geyes/mate-geyes-it.omf +share/omf/mate-geyes/mate-geyes-ko.omf +share/omf/mate-geyes/mate-geyes-oc.omf +share/omf/mate-geyes/mate-geyes-ru.omf +share/omf/mate-geyes/mate-geyes-sv.omf +share/omf/mate-geyes/mate-geyes-uk.omf +share/omf/mate-geyes/mate-geyes-zh_CN.omf +share/omf/mate-geyes/mate-geyes-zh_HK.omf +share/omf/mate-geyes/mate-geyes-zh_TW.omf +share/omf/mate-invest-applet/mate-invest-applet-C.omf +share/omf/mate-invest-applet/mate-invest-applet-ca.omf +share/omf/mate-invest-applet/mate-invest-applet-de.omf +share/omf/mate-invest-applet/mate-invest-applet-el.omf +share/omf/mate-invest-applet/mate-invest-applet-en_GB.omf +share/omf/mate-invest-applet/mate-invest-applet-es.omf +share/omf/mate-invest-applet/mate-invest-applet-fi.omf +share/omf/mate-invest-applet/mate-invest-applet-ru.omf +share/omf/mate-invest-applet/mate-invest-applet-sv.omf +share/omf/mate-invest-applet/mate-invest-applet-zh_CN.omf +share/omf/mate-multiload/mate-multiload-C.omf +share/omf/mate-multiload/mate-multiload-ca.omf +share/omf/mate-multiload/mate-multiload-cs.omf +share/omf/mate-multiload/mate-multiload-de.omf +share/omf/mate-multiload/mate-multiload-el.omf +share/omf/mate-multiload/mate-multiload-en_GB.omf +share/omf/mate-multiload/mate-multiload-es.omf +share/omf/mate-multiload/mate-multiload-eu.omf +share/omf/mate-multiload/mate-multiload-fi.omf +share/omf/mate-multiload/mate-multiload-fr.omf +share/omf/mate-multiload/mate-multiload-ko.omf +share/omf/mate-multiload/mate-multiload-oc.omf +share/omf/mate-multiload/mate-multiload-pa.omf +share/omf/mate-multiload/mate-multiload-pt_BR.omf +share/omf/mate-multiload/mate-multiload-ru.omf +share/omf/mate-multiload/mate-multiload-sv.omf +share/omf/mate-multiload/mate-multiload-uk.omf +share/omf/mate-multiload/mate-multiload-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-C.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ca.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-cs.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-de.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-el.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-en_GB.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-es.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-eu.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fi.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fr.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ko.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-oc.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pa.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pt_BR.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ru.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-sv.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-uk.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_HK.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_TW.omf +share/omf/mate-trashapplet/mate-trashapplet-C.omf +share/omf/mate-trashapplet/mate-trashapplet-ca.omf +share/omf/mate-trashapplet/mate-trashapplet-cs.omf +share/omf/mate-trashapplet/mate-trashapplet-da.omf +share/omf/mate-trashapplet/mate-trashapplet-de.omf +share/omf/mate-trashapplet/mate-trashapplet-el.omf +share/omf/mate-trashapplet/mate-trashapplet-en_GB.omf +share/omf/mate-trashapplet/mate-trashapplet-es.omf +share/omf/mate-trashapplet/mate-trashapplet-eu.omf +share/omf/mate-trashapplet/mate-trashapplet-fi.omf +share/omf/mate-trashapplet/mate-trashapplet-fr.omf +share/omf/mate-trashapplet/mate-trashapplet-hu.omf +share/omf/mate-trashapplet/mate-trashapplet-it.omf +share/omf/mate-trashapplet/mate-trashapplet-nl.omf +share/omf/mate-trashapplet/mate-trashapplet-oc.omf +share/omf/mate-trashapplet/mate-trashapplet-pa.omf +share/omf/mate-trashapplet/mate-trashapplet-pt_BR.omf +share/omf/mate-trashapplet/mate-trashapplet-ru.omf +share/omf/mate-trashapplet/mate-trashapplet-sv.omf +share/omf/mate-trashapplet/mate-trashapplet-uk.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_CN.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_HK.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_TW.omf +share/omf/mateweather/mateweather-C.omf +share/omf/mateweather/mateweather-ar.omf +share/omf/mateweather/mateweather-ca.omf +share/omf/mateweather/mateweather-cs.omf +share/omf/mateweather/mateweather-de.omf +share/omf/mateweather/mateweather-el.omf +share/omf/mateweather/mateweather-en_GB.omf +share/omf/mateweather/mateweather-es.omf +share/omf/mateweather/mateweather-eu.omf +share/omf/mateweather/mateweather-fi.omf +share/omf/mateweather/mateweather-fr.omf +share/omf/mateweather/mateweather-ko.omf +share/omf/mateweather/mateweather-nl.omf +share/omf/mateweather/mateweather-oc.omf +share/omf/mateweather/mateweather-pa.omf +share/omf/mateweather/mateweather-pt_BR.omf +share/omf/mateweather/mateweather-ru.omf +share/omf/mateweather/mateweather-sv.omf +share/omf/mateweather/mateweather-uk.omf +share/omf/mateweather/mateweather-zh_CN.omf +share/pixmaps/mate-accessx-status-applet/ax-applet.png +share/pixmaps/mate-accessx-status-applet/ax-bouncekeys.png +share/pixmaps/mate-accessx-status-applet/ax-key-base.png +share/pixmaps/mate-accessx-status-applet/ax-key-inverse.png +share/pixmaps/mate-accessx-status-applet/ax-key-no.png +share/pixmaps/mate-accessx-status-applet/ax-key-none.png +share/pixmaps/mate-accessx-status-applet/ax-key-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-no.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-pending.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys.png +share/pixmaps/mate-accessx-status-applet/mousekeys-base.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-right.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-right.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-none.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-none.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-none.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-none.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-none.png +share/pixmaps/mate-accessx-status-applet/sticky-super-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-super-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-super-none.png +share/pixmaps/mate-cpufreq-applet/cpufreq-100.png +share/pixmaps/mate-cpufreq-applet/cpufreq-25.png +share/pixmaps/mate-cpufreq-applet/cpufreq-50.png +share/pixmaps/mate-cpufreq-applet/cpufreq-75.png +share/pixmaps/mate-cpufreq-applet/cpufreq-na.png +share/pixmaps/mate-stickynotes/close.png +share/pixmaps/mate-stickynotes/locked.png +share/pixmaps/mate-stickynotes/resize_se.png +share/pixmaps/mate-stickynotes/resize_sw.png +share/pixmaps/mate-stickynotes/unlocked.png +share/polkit-1/actions/org.mate.cpufreqselector.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/pixmaps/mate-stickynotes +@dirrm share/pixmaps/mate-cpufreq-applet +@dirrm share/pixmaps/mate-accessx-status-applet +@dirrm share/omf/mateweather +@dirrm share/omf/mate-trashapplet +@dirrm share/omf/mate-stickynotes_applet +@dirrm share/omf/mate-multiload +@dirrm share/omf/mate-invest-applet +@dirrm share/omf/mate-geyes +@dirrm share/omf/mate-drivemount +@dirrm share/omf/mate-cpufreq-applet +@dirrm share/omf/mate-char-palette +@dirrm share/omf/mate-battstat +@dirrm share/omf/mate-accessx-status +@dirrm share/mate/help/mateweather/zh_CN/figures +@dirrm share/mate/help/mateweather/zh_CN +@dirrm share/mate/help/mateweather/uk/figures +@dirrm share/mate/help/mateweather/uk +@dirrm share/mate/help/mateweather/sv/figures +@dirrm share/mate/help/mateweather/sv +@dirrm share/mate/help/mateweather/ru/figures +@dirrm share/mate/help/mateweather/ru +@dirrm share/mate/help/mateweather/pt_BR/figures +@dirrm share/mate/help/mateweather/pt_BR +@dirrm share/mate/help/mateweather/pa/figures +@dirrm share/mate/help/mateweather/pa +@dirrm share/mate/help/mateweather/oc/figures +@dirrm share/mate/help/mateweather/oc +@dirrm share/mate/help/mateweather/nl/figures +@dirrm share/mate/help/mateweather/nl +@dirrm share/mate/help/mateweather/ko/figures +@dirrm share/mate/help/mateweather/ko +@dirrm share/mate/help/mateweather/fr/figures +@dirrm share/mate/help/mateweather/fr +@dirrm share/mate/help/mateweather/fi/figures +@dirrm share/mate/help/mateweather/fi +@dirrm share/mate/help/mateweather/eu/figures +@dirrm share/mate/help/mateweather/eu +@dirrm share/mate/help/mateweather/es/figures +@dirrm share/mate/help/mateweather/es +@dirrm share/mate/help/mateweather/en_GB/figures +@dirrm share/mate/help/mateweather/en_GB +@dirrm share/mate/help/mateweather/el/figures +@dirrm share/mate/help/mateweather/el +@dirrm share/mate/help/mateweather/de/figures +@dirrm share/mate/help/mateweather/de +@dirrm share/mate/help/mateweather/cs/figures +@dirrm share/mate/help/mateweather/cs +@dirrm share/mate/help/mateweather/ca/figures +@dirrm share/mate/help/mateweather/ca +@dirrm share/mate/help/mateweather/ar/figures +@dirrm share/mate/help/mateweather/ar +@dirrm share/mate/help/mateweather/C/figures +@dirrm share/mate/help/mateweather/C +@dirrm share/mate/help/mateweather +@dirrm share/mate/help/mate-trashapplet/zh_TW/figures +@dirrm share/mate/help/mate-trashapplet/zh_TW +@dirrm share/mate/help/mate-trashapplet/zh_HK/figures +@dirrm share/mate/help/mate-trashapplet/zh_HK +@dirrm share/mate/help/mate-trashapplet/zh_CN/figures +@dirrm share/mate/help/mate-trashapplet/zh_CN +@dirrm share/mate/help/mate-trashapplet/uk/figures +@dirrm share/mate/help/mate-trashapplet/uk +@dirrm share/mate/help/mate-trashapplet/sv/figures +@dirrm share/mate/help/mate-trashapplet/sv +@dirrm share/mate/help/mate-trashapplet/ru/figures +@dirrm share/mate/help/mate-trashapplet/ru +@dirrm share/mate/help/mate-trashapplet/pt_BR/figures +@dirrm share/mate/help/mate-trashapplet/pt_BR +@dirrm share/mate/help/mate-trashapplet/pa/figures +@dirrm share/mate/help/mate-trashapplet/pa +@dirrm share/mate/help/mate-trashapplet/oc/figures +@dirrm share/mate/help/mate-trashapplet/oc +@dirrm share/mate/help/mate-trashapplet/nl/figures +@dirrm share/mate/help/mate-trashapplet/nl +@dirrm share/mate/help/mate-trashapplet/it/figures +@dirrm share/mate/help/mate-trashapplet/it +@dirrm share/mate/help/mate-trashapplet/hu/figures +@dirrm share/mate/help/mate-trashapplet/hu +@dirrm share/mate/help/mate-trashapplet/fr/figures +@dirrm share/mate/help/mate-trashapplet/fr +@dirrm share/mate/help/mate-trashapplet/fi/figures +@dirrm share/mate/help/mate-trashapplet/fi +@dirrm share/mate/help/mate-trashapplet/eu/figures +@dirrm share/mate/help/mate-trashapplet/eu +@dirrm share/mate/help/mate-trashapplet/es/figures +@dirrm share/mate/help/mate-trashapplet/es +@dirrm share/mate/help/mate-trashapplet/en_GB/figures +@dirrm share/mate/help/mate-trashapplet/en_GB +@dirrm share/mate/help/mate-trashapplet/el/figures +@dirrm share/mate/help/mate-trashapplet/el +@dirrm share/mate/help/mate-trashapplet/de/figures +@dirrm share/mate/help/mate-trashapplet/de +@dirrm share/mate/help/mate-trashapplet/da/figures +@dirrm share/mate/help/mate-trashapplet/da +@dirrm share/mate/help/mate-trashapplet/cs/figures +@dirrm share/mate/help/mate-trashapplet/cs +@dirrm share/mate/help/mate-trashapplet/ca/figures +@dirrm share/mate/help/mate-trashapplet/ca +@dirrm share/mate/help/mate-trashapplet/C/figures +@dirrm share/mate/help/mate-trashapplet/C +@dirrm share/mate/help/mate-trashapplet +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN +@dirrm share/mate/help/mate-stickynotes_applet/uk/figures +@dirrm share/mate/help/mate-stickynotes_applet/uk +@dirrm share/mate/help/mate-stickynotes_applet/sv/figures +@dirrm share/mate/help/mate-stickynotes_applet/sv +@dirrm share/mate/help/mate-stickynotes_applet/ru/figures +@dirrm share/mate/help/mate-stickynotes_applet/ru +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR/figures +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR +@dirrm share/mate/help/mate-stickynotes_applet/pa/figures +@dirrm share/mate/help/mate-stickynotes_applet/pa +@dirrm share/mate/help/mate-stickynotes_applet/oc/figures +@dirrm share/mate/help/mate-stickynotes_applet/oc +@dirrm share/mate/help/mate-stickynotes_applet/ko/figures +@dirrm share/mate/help/mate-stickynotes_applet/ko +@dirrm share/mate/help/mate-stickynotes_applet/fr/figures +@dirrm share/mate/help/mate-stickynotes_applet/fr +@dirrm share/mate/help/mate-stickynotes_applet/fi/figures +@dirrm share/mate/help/mate-stickynotes_applet/fi +@dirrm share/mate/help/mate-stickynotes_applet/eu/figures +@dirrm share/mate/help/mate-stickynotes_applet/eu +@dirrm share/mate/help/mate-stickynotes_applet/es/figures +@dirrm share/mate/help/mate-stickynotes_applet/es +@dirrm share/mate/help/mate-stickynotes_applet/en_GB/figures +@dirrm share/mate/help/mate-stickynotes_applet/en_GB +@dirrm share/mate/help/mate-stickynotes_applet/el/figures +@dirrm share/mate/help/mate-stickynotes_applet/el +@dirrm share/mate/help/mate-stickynotes_applet/de/figures +@dirrm share/mate/help/mate-stickynotes_applet/de +@dirrm share/mate/help/mate-stickynotes_applet/cs/figures +@dirrm share/mate/help/mate-stickynotes_applet/cs +@dirrm share/mate/help/mate-stickynotes_applet/ca/figures +@dirrm share/mate/help/mate-stickynotes_applet/ca +@dirrm share/mate/help/mate-stickynotes_applet/C/figures +@dirrm share/mate/help/mate-stickynotes_applet/C +@dirrm share/mate/help/mate-stickynotes_applet +@dirrm share/mate/help/mate-multiload/zh_CN/figures +@dirrm share/mate/help/mate-multiload/zh_CN +@dirrm share/mate/help/mate-multiload/uk/figures +@dirrm share/mate/help/mate-multiload/uk +@dirrm share/mate/help/mate-multiload/sv/figures +@dirrm share/mate/help/mate-multiload/sv +@dirrm share/mate/help/mate-multiload/ru/figures +@dirrm share/mate/help/mate-multiload/ru +@dirrm share/mate/help/mate-multiload/pt_BR/figures +@dirrm share/mate/help/mate-multiload/pt_BR +@dirrm share/mate/help/mate-multiload/pa/figures +@dirrm share/mate/help/mate-multiload/pa +@dirrm share/mate/help/mate-multiload/oc/figures +@dirrm share/mate/help/mate-multiload/oc +@dirrm share/mate/help/mate-multiload/ko/figures +@dirrm share/mate/help/mate-multiload/ko +@dirrm share/mate/help/mate-multiload/fr/figures +@dirrm share/mate/help/mate-multiload/fr +@dirrm share/mate/help/mate-multiload/fi/figures +@dirrm share/mate/help/mate-multiload/fi +@dirrm share/mate/help/mate-multiload/eu/figures +@dirrm share/mate/help/mate-multiload/eu +@dirrm share/mate/help/mate-multiload/es/figures +@dirrm share/mate/help/mate-multiload/es +@dirrm share/mate/help/mate-multiload/en_GB/figures +@dirrm share/mate/help/mate-multiload/en_GB +@dirrm share/mate/help/mate-multiload/el/figures +@dirrm share/mate/help/mate-multiload/el +@dirrm share/mate/help/mate-multiload/de/figures +@dirrm share/mate/help/mate-multiload/de +@dirrm share/mate/help/mate-multiload/cs/figures +@dirrm share/mate/help/mate-multiload/cs +@dirrm share/mate/help/mate-multiload/ca/figures +@dirrm share/mate/help/mate-multiload/ca +@dirrm share/mate/help/mate-multiload/C/figures +@dirrm share/mate/help/mate-multiload/C +@dirrm share/mate/help/mate-multiload +@dirrm share/mate/help/mate-invest-applet/zh_CN/figures +@dirrm share/mate/help/mate-invest-applet/zh_CN +@dirrm share/mate/help/mate-invest-applet/sv/figures +@dirrm share/mate/help/mate-invest-applet/sv +@dirrm share/mate/help/mate-invest-applet/ru/figures +@dirrm share/mate/help/mate-invest-applet/ru +@dirrm share/mate/help/mate-invest-applet/fi/figures +@dirrm share/mate/help/mate-invest-applet/fi +@dirrm share/mate/help/mate-invest-applet/es/figures +@dirrm share/mate/help/mate-invest-applet/es +@dirrm share/mate/help/mate-invest-applet/en_GB/figures +@dirrm share/mate/help/mate-invest-applet/en_GB +@dirrm share/mate/help/mate-invest-applet/el/figures +@dirrm share/mate/help/mate-invest-applet/el +@dirrm share/mate/help/mate-invest-applet/de/figures +@dirrm share/mate/help/mate-invest-applet/de +@dirrm share/mate/help/mate-invest-applet/ca/figures +@dirrm share/mate/help/mate-invest-applet/ca +@dirrm share/mate/help/mate-invest-applet/C/figures +@dirrm share/mate/help/mate-invest-applet/C +@dirrm share/mate/help/mate-invest-applet +@dirrm share/mate/help/mate-geyes/zh_TW/figures +@dirrm share/mate/help/mate-geyes/zh_TW +@dirrm share/mate/help/mate-geyes/zh_HK/figures +@dirrm share/mate/help/mate-geyes/zh_HK +@dirrm share/mate/help/mate-geyes/zh_CN/figures +@dirrm share/mate/help/mate-geyes/zh_CN +@dirrm share/mate/help/mate-geyes/uk/figures +@dirrm share/mate/help/mate-geyes/uk +@dirrm share/mate/help/mate-geyes/sv/figures +@dirrm share/mate/help/mate-geyes/sv +@dirrm share/mate/help/mate-geyes/ru/figures +@dirrm share/mate/help/mate-geyes/ru +@dirrm share/mate/help/mate-geyes/oc/figures +@dirrm share/mate/help/mate-geyes/oc +@dirrm share/mate/help/mate-geyes/ko/figures +@dirrm share/mate/help/mate-geyes/ko +@dirrm share/mate/help/mate-geyes/it/figures +@dirrm share/mate/help/mate-geyes/it +@dirrm share/mate/help/mate-geyes/fr/figures +@dirrm share/mate/help/mate-geyes/fr +@dirrm share/mate/help/mate-geyes/fi/figures +@dirrm share/mate/help/mate-geyes/fi +@dirrm share/mate/help/mate-geyes/eu/figures +@dirrm share/mate/help/mate-geyes/eu +@dirrm share/mate/help/mate-geyes/es/figures +@dirrm share/mate/help/mate-geyes/es +@dirrm share/mate/help/mate-geyes/en_GB/figures +@dirrm share/mate/help/mate-geyes/en_GB +@dirrm share/mate/help/mate-geyes/el/figures +@dirrm share/mate/help/mate-geyes/el +@dirrm share/mate/help/mate-geyes/de/figures +@dirrm share/mate/help/mate-geyes/de +@dirrm share/mate/help/mate-geyes/da/figures +@dirrm share/mate/help/mate-geyes/da +@dirrm share/mate/help/mate-geyes/cs/figures +@dirrm share/mate/help/mate-geyes/cs +@dirrm share/mate/help/mate-geyes/ca/figures +@dirrm share/mate/help/mate-geyes/ca +@dirrm share/mate/help/mate-geyes/bg/figures +@dirrm share/mate/help/mate-geyes/bg +@dirrm share/mate/help/mate-geyes/ast/figures +@dirrm share/mate/help/mate-geyes/ast +@dirrm share/mate/help/mate-geyes/C/figures +@dirrm share/mate/help/mate-geyes/C +@dirrm share/mate/help/mate-geyes +@dirrm share/mate/help/mate-drivemount/zh_CN/figures +@dirrm share/mate/help/mate-drivemount/zh_CN +@dirrm share/mate/help/mate-drivemount/uk/figures +@dirrm share/mate/help/mate-drivemount/uk +@dirrm share/mate/help/mate-drivemount/sv/figures +@dirrm share/mate/help/mate-drivemount/sv +@dirrm share/mate/help/mate-drivemount/ru/figures +@dirrm share/mate/help/mate-drivemount/ru +@dirrm share/mate/help/mate-drivemount/pa/figures +@dirrm share/mate/help/mate-drivemount/pa +@dirrm share/mate/help/mate-drivemount/oc/figures +@dirrm share/mate/help/mate-drivemount/oc +@dirrm share/mate/help/mate-drivemount/ko/figures +@dirrm share/mate/help/mate-drivemount/ko +@dirrm share/mate/help/mate-drivemount/it/figures +@dirrm share/mate/help/mate-drivemount/it +@dirrm share/mate/help/mate-drivemount/fr/figures +@dirrm share/mate/help/mate-drivemount/fr +@dirrm share/mate/help/mate-drivemount/fi/figures +@dirrm share/mate/help/mate-drivemount/fi +@dirrm share/mate/help/mate-drivemount/eu/figures +@dirrm share/mate/help/mate-drivemount/eu +@dirrm share/mate/help/mate-drivemount/es/figures +@dirrm share/mate/help/mate-drivemount/es +@dirrm share/mate/help/mate-drivemount/en_GB/figures +@dirrm share/mate/help/mate-drivemount/en_GB +@dirrm share/mate/help/mate-drivemount/el/figures +@dirrm share/mate/help/mate-drivemount/el +@dirrm share/mate/help/mate-drivemount/de/figures +@dirrm share/mate/help/mate-drivemount/de +@dirrm share/mate/help/mate-drivemount/da/figures +@dirrm share/mate/help/mate-drivemount/da +@dirrm share/mate/help/mate-drivemount/cs/figures +@dirrm share/mate/help/mate-drivemount/cs +@dirrm share/mate/help/mate-drivemount/ca/figures +@dirrm share/mate/help/mate-drivemount/ca +@dirrm share/mate/help/mate-drivemount/C/figures +@dirrm share/mate/help/mate-drivemount/C +@dirrm share/mate/help/mate-drivemount +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet +@dirrm share/mate/help/mate-char-palette/zh_CN/figures +@dirrm share/mate/help/mate-char-palette/zh_CN +@dirrm share/mate/help/mate-char-palette/uk/figures +@dirrm share/mate/help/mate-char-palette/uk +@dirrm share/mate/help/mate-char-palette/sv/figures +@dirrm share/mate/help/mate-char-palette/sv +@dirrm share/mate/help/mate-char-palette/ru/figures +@dirrm share/mate/help/mate-char-palette/ru +@dirrm share/mate/help/mate-char-palette/pt_BR/figures +@dirrm share/mate/help/mate-char-palette/pt_BR +@dirrm share/mate/help/mate-char-palette/oc/figures +@dirrm share/mate/help/mate-char-palette/oc +@dirrm share/mate/help/mate-char-palette/nl/figures +@dirrm share/mate/help/mate-char-palette/nl +@dirrm share/mate/help/mate-char-palette/ko/figures +@dirrm share/mate/help/mate-char-palette/ko +@dirrm share/mate/help/mate-char-palette/it/figures +@dirrm share/mate/help/mate-char-palette/it +@dirrm share/mate/help/mate-char-palette/fr/figures +@dirrm share/mate/help/mate-char-palette/fr +@dirrm share/mate/help/mate-char-palette/fi/figures +@dirrm share/mate/help/mate-char-palette/fi +@dirrm share/mate/help/mate-char-palette/eu/figures +@dirrm share/mate/help/mate-char-palette/eu +@dirrm share/mate/help/mate-char-palette/es/figures +@dirrm share/mate/help/mate-char-palette/es +@dirrm share/mate/help/mate-char-palette/en_GB/figures +@dirrm share/mate/help/mate-char-palette/en_GB +@dirrm share/mate/help/mate-char-palette/el/figures +@dirrm share/mate/help/mate-char-palette/el +@dirrm share/mate/help/mate-char-palette/de/figures +@dirrm share/mate/help/mate-char-palette/de +@dirrm share/mate/help/mate-char-palette/cs/figures +@dirrm share/mate/help/mate-char-palette/cs +@dirrm share/mate/help/mate-char-palette/ca/figures +@dirrm share/mate/help/mate-char-palette/ca +@dirrm share/mate/help/mate-char-palette/bg/figures +@dirrm share/mate/help/mate-char-palette/bg +@dirrm share/mate/help/mate-char-palette/C/figures +@dirrm share/mate/help/mate-char-palette/C +@dirrm share/mate/help/mate-char-palette +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C +%%BATTERY%%@dirrm share/mate/help/mate-battstat +@dirrm share/mate/help/mate-accessx-status/zh_CN/figures +@dirrm share/mate/help/mate-accessx-status/zh_CN +@dirrm share/mate/help/mate-accessx-status/uk/figures +@dirrm share/mate/help/mate-accessx-status/uk +@dirrm share/mate/help/mate-accessx-status/sv/figures +@dirrm share/mate/help/mate-accessx-status/sv +@dirrm share/mate/help/mate-accessx-status/oc/figures +@dirrm share/mate/help/mate-accessx-status/oc +@dirrm share/mate/help/mate-accessx-status/nl/figures +@dirrm share/mate/help/mate-accessx-status/nl +@dirrm share/mate/help/mate-accessx-status/ko/figures +@dirrm share/mate/help/mate-accessx-status/ko +@dirrm share/mate/help/mate-accessx-status/it/figures +@dirrm share/mate/help/mate-accessx-status/it +@dirrm share/mate/help/mate-accessx-status/gl/figures +@dirrm share/mate/help/mate-accessx-status/gl +@dirrm share/mate/help/mate-accessx-status/fr/figures +@dirrm share/mate/help/mate-accessx-status/fr +@dirrm share/mate/help/mate-accessx-status/fi/figures +@dirrm share/mate/help/mate-accessx-status/fi +@dirrm share/mate/help/mate-accessx-status/eu/figures +@dirrm share/mate/help/mate-accessx-status/eu +@dirrm share/mate/help/mate-accessx-status/es/figures +@dirrm share/mate/help/mate-accessx-status/es +@dirrm share/mate/help/mate-accessx-status/en_GB/figures +@dirrm share/mate/help/mate-accessx-status/en_GB +@dirrm share/mate/help/mate-accessx-status/el/figures +@dirrm share/mate/help/mate-accessx-status/el +@dirrm share/mate/help/mate-accessx-status/de/figures +@dirrm share/mate/help/mate-accessx-status/de +@dirrm share/mate/help/mate-accessx-status/cs/figures +@dirrm share/mate/help/mate-accessx-status/cs +@dirrm share/mate/help/mate-accessx-status/ca/figures +@dirrm share/mate/help/mate-accessx-status/ca +@dirrm share/mate/help/mate-accessx-status/bg/figures +@dirrm share/mate/help/mate-accessx-status/bg +@dirrm share/mate/help/mate-accessx-status/C/figures +@dirrm share/mate/help/mate-accessx-status/C +@dirrm share/mate/help/mate-accessx-status +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/invest-applet +@dirrm %%DATADIR%%/geyes/Tango +@dirrm %%DATADIR%%/geyes/Horrid +@dirrm %%DATADIR%%/geyes/Default-tiny +@dirrm %%DATADIR%%/geyes/Default +@dirrm %%DATADIR%%/geyes/Bloodshot +@dirrm %%DATADIR%%/geyes/Bizarre +@dirrm %%DATADIR%%/geyes +@dirrm %%DATADIR%%/builder +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%PYTHON_SITELIBDIR%%/mate_invest Property changes on: head/x11/mate-applets/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-base/Makefile =================================================================== --- head/x11/mate-base/Makefile (nonexistent) +++ head/x11/mate-base/Makefile (revision 334661) @@ -0,0 +1,30 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-base +PORTVERSION= 1.6.0 +CATEGORIES= x11 mate +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for the MATE base integrated X11 desktop + +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \ + ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ + ${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \ + ${LOCALBASE}/bin/mate-session:${PORTSDIR}/x11/mate-session-manager \ + mate-themes>=1.6.0:${PORTSDIR}/x11-themes/mate-themes \ + mate-icon-theme-faenza>=1.6.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza + +USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \ + keyring:run marco:run notificationdaemon:run panel:run \ + polkit:run + +NO_BUILD= yes +NO_MTREE= yes + +do-install: # empty + +.include Property changes on: head/x11/mate-base/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/x11/mate-base/pkg-descr =================================================================== --- head/x11/mate-base/pkg-descr (nonexistent) +++ head/x11/mate-base/pkg-descr (revision 334661) @@ -0,0 +1,21 @@ +MATE is a fork of GNOME 2. + +It provides an intuitive and attractive desktop to users using +traditional metaphors. + +-- + +Where does the name come from? + +The name "MATE" comes from yerba mate, a species of holly native +to subtropical South America. Its leaves contain caffeine and are +used to make infusions and a beverage called mate. + +-- + +This metaport installs only MATE base (lite, a lean desktop) with +file manager without any of extra applications. If you want to +have the most common user MATE applications, please install the +x11/mate metaport. + +WWW: http://www.FreeBSD.org/gnome/ Property changes on: head/x11/mate-base/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-base/pkg-message =================================================================== --- head/x11/mate-base/pkg-message (nonexistent) +++ head/x11/mate-base/pkg-message (revision 334661) @@ -0,0 +1,8 @@ +************************************************************************** +Congratulations! MATE base has been successfully installed on your system. +For help on starting it up, as well as answers to common questions, and +some known issues, please see the FreeBSD GNOME homepage at: + + http://www.FreeBSD.org/gnome/ + +************************************************************************** Property changes on: head/x11/mate-base/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-base/pkg-plist =================================================================== --- head/x11/mate-base/pkg-plist (nonexistent) +++ head/x11/mate-base/pkg-plist (revision 334661) @@ -0,0 +1 @@ +@comment this plist intentionally left empty Property changes on: head/x11/mate-base/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-desktop/Makefile =================================================================== --- head/x11/mate-desktop/Makefile (nonexistent) +++ head/x11/mate-desktop/Makefile (revision 334661) @@ -0,0 +1,55 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-desktop +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Additional UI API for MATE + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification + +PORTSCOUT= limitw:1,even + +USES= bison gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= docutils +USE_XORG= x11 xrandr +USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack ltverhack +USE_PYTHON= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc \ + --disable-desktop-docs +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ + org.mate.accessibility-startup.gschema.xml \ + org.mate.applications-at-mobility.gschema.xml \ + org.mate.applications-at-visual.gschema.xml \ + org.mate.applications-browser.gschema.xml \ + org.mate.applications-office.gschema.xml \ + org.mate.applications-terminal.gschema.xml \ + org.mate.background.gschema.xml \ + org.mate.file-views.gschema.xml \ + org.mate.interface.gschema.xml \ + org.mate.lockdown.gschema.xml \ + org.mate.peripherals-keyboard.gschema.xml \ + org.mate.peripherals-mouse.gschema.xml \ + org.mate.sound.gschema.xml \ + org.mate.thumbnail-cache.gschema.xml \ + org.mate.thumbnailers.gschema.xml \ + org.mate.typing-break.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-desktop-2.so.17 + +.include Property changes on: head/x11/mate-desktop/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-desktop/distinfo =================================================================== --- head/x11/mate-desktop/distinfo (nonexistent) +++ head/x11/mate-desktop/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-desktop-1.6.1.tar.xz) = fe65f4035fe74510e6f35df0c0e29cbf8a6501852adc3971773d0072b914aed5 +SIZE (mate/mate-desktop-1.6.1.tar.xz) = 832720 Property changes on: head/x11/mate-desktop/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-desktop/pkg-descr =================================================================== --- head/x11/mate-desktop/pkg-descr (nonexistent) +++ head/x11/mate-desktop/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +This is a collection of APIs not included in libmateui. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-desktop/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-desktop/pkg-plist =================================================================== --- head/x11/mate-desktop/pkg-plist (nonexistent) +++ head/x11/mate-desktop/pkg-plist (revision 334661) @@ -0,0 +1,232 @@ +bin/mate-about +include/mate-desktop-2.0/libmate/mate-desktop-item.h +include/mate-desktop-2.0/libmate/mate-desktop-utils.h +include/mate-desktop-2.0/libmateui/mate-bg-crossfade.h +include/mate-desktop-2.0/libmateui/mate-bg.h +include/mate-desktop-2.0/libmateui/mate-desktop-thumbnail.h +include/mate-desktop-2.0/libmateui/mate-rr-config.h +include/mate-desktop-2.0/libmateui/mate-rr-labeler.h +include/mate-desktop-2.0/libmateui/mate-rr.h +lib/libmate-desktop-2.a +lib/libmate-desktop-2.la +lib/libmate-desktop-2.so +lib/libmate-desktop-2.so.17 +libdata/pkgconfig/mate-desktop-2.0.pc +man/man1/mate-about.1.gz +share/MateConf/gsettings/mate-desktop.convert +share/applications/mate-about.desktop +%%DOCSDIR%%/MateBG.html +%%DOCSDIR%%/MateDesktopItem.html +%%DOCSDIR%%/MateDesktopThumbnailFactory.html +%%DOCSDIR%%/MateRRLabeler.html +%%DOCSDIR%%/background.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/intro.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmate.html +%%DOCSDIR%%/mate-desktop-Miscellaneous-Functions.html +%%DOCSDIR%%/mate-desktop-Miscellaneous-Thumbnail-Functions.html +%%DOCSDIR%%/mate-desktop-mate-rr-config.html +%%DOCSDIR%%/mate-desktop-mate-rr-crtc.html +%%DOCSDIR%%/mate-desktop-mate-rr-mode.html +%%DOCSDIR%%/mate-desktop-mate-rr-output.html +%%DOCSDIR%%/mate-desktop-mate-rr-screen.html +%%DOCSDIR%%/mate-desktop.devhelp2 +%%DOCSDIR%%/randr.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/thumbnail.html +%%DOCSDIR%%/up.png +share/libmate-desktop/pnp.ids +share/locale/af/LC_MESSAGES/mate-desktop.mo +share/locale/am/LC_MESSAGES/mate-desktop.mo +share/locale/an/LC_MESSAGES/mate-desktop.mo +share/locale/ar/LC_MESSAGES/mate-desktop.mo +share/locale/as/LC_MESSAGES/mate-desktop.mo +share/locale/ast/LC_MESSAGES/mate-desktop.mo +share/locale/az/LC_MESSAGES/mate-desktop.mo +share/locale/be/LC_MESSAGES/mate-desktop.mo +share/locale/be@latin/LC_MESSAGES/mate-desktop.mo +share/locale/bg/LC_MESSAGES/mate-desktop.mo +share/locale/bn/LC_MESSAGES/mate-desktop.mo +share/locale/bn_IN/LC_MESSAGES/mate-desktop.mo +share/locale/br/LC_MESSAGES/mate-desktop.mo +share/locale/bs/LC_MESSAGES/mate-desktop.mo +share/locale/ca/LC_MESSAGES/mate-desktop.mo +share/locale/ca@valencia/LC_MESSAGES/mate-desktop.mo +share/locale/crh/LC_MESSAGES/mate-desktop.mo +share/locale/cs/LC_MESSAGES/mate-desktop.mo +share/locale/cy/LC_MESSAGES/mate-desktop.mo +share/locale/da/LC_MESSAGES/mate-desktop.mo +share/locale/de/LC_MESSAGES/mate-desktop.mo +share/locale/dz/LC_MESSAGES/mate-desktop.mo +share/locale/el/LC_MESSAGES/mate-desktop.mo +share/locale/en@shaw/LC_MESSAGES/mate-desktop.mo +share/locale/en_AU/LC_MESSAGES/mate-desktop.mo +share/locale/en_CA/LC_MESSAGES/mate-desktop.mo +share/locale/en_GB/LC_MESSAGES/mate-desktop.mo +share/locale/eo/LC_MESSAGES/mate-desktop.mo +share/locale/es/LC_MESSAGES/mate-desktop.mo +share/locale/et/LC_MESSAGES/mate-desktop.mo +share/locale/eu/LC_MESSAGES/mate-desktop.mo +share/locale/fa/LC_MESSAGES/mate-desktop.mo +share/locale/fi/LC_MESSAGES/mate-desktop.mo +share/locale/fr/LC_MESSAGES/mate-desktop.mo +share/locale/fur/LC_MESSAGES/mate-desktop.mo +share/locale/ga/LC_MESSAGES/mate-desktop.mo +share/locale/gl/LC_MESSAGES/mate-desktop.mo +share/locale/gu/LC_MESSAGES/mate-desktop.mo +share/locale/he/LC_MESSAGES/mate-desktop.mo +share/locale/hi/LC_MESSAGES/mate-desktop.mo +share/locale/hr/LC_MESSAGES/mate-desktop.mo +share/locale/hu/LC_MESSAGES/mate-desktop.mo +share/locale/hy/LC_MESSAGES/mate-desktop.mo +share/locale/ia/LC_MESSAGES/mate-desktop.mo +share/locale/id/LC_MESSAGES/mate-desktop.mo +share/locale/ig/LC_MESSAGES/mate-desktop.mo +share/locale/is/LC_MESSAGES/mate-desktop.mo +share/locale/it/LC_MESSAGES/mate-desktop.mo +share/locale/ja/LC_MESSAGES/mate-desktop.mo +share/locale/ka/LC_MESSAGES/mate-desktop.mo +share/locale/kk/LC_MESSAGES/mate-desktop.mo +share/locale/kn/LC_MESSAGES/mate-desktop.mo +share/locale/ko/LC_MESSAGES/mate-desktop.mo +share/locale/ku/LC_MESSAGES/mate-desktop.mo +share/locale/ky/LC_MESSAGES/mate-desktop.mo +share/locale/li/LC_MESSAGES/mate-desktop.mo +share/locale/lo/LC_MESSAGES/mate-desktop.mo +share/locale/lt/LC_MESSAGES/mate-desktop.mo +share/locale/lv/LC_MESSAGES/mate-desktop.mo +share/locale/mai/LC_MESSAGES/mate-desktop.mo +share/locale/mg/LC_MESSAGES/mate-desktop.mo +share/locale/mi/LC_MESSAGES/mate-desktop.mo +share/locale/mk/LC_MESSAGES/mate-desktop.mo +share/locale/ml/LC_MESSAGES/mate-desktop.mo +share/locale/mn/LC_MESSAGES/mate-desktop.mo +share/locale/mr/LC_MESSAGES/mate-desktop.mo +share/locale/ms/LC_MESSAGES/mate-desktop.mo +share/locale/nb/LC_MESSAGES/mate-desktop.mo +share/locale/nds/LC_MESSAGES/mate-desktop.mo +share/locale/ne/LC_MESSAGES/mate-desktop.mo +share/locale/nl/LC_MESSAGES/mate-desktop.mo +share/locale/nn/LC_MESSAGES/mate-desktop.mo +share/locale/nso/LC_MESSAGES/mate-desktop.mo +share/locale/oc/LC_MESSAGES/mate-desktop.mo +share/locale/or/LC_MESSAGES/mate-desktop.mo +share/locale/pa/LC_MESSAGES/mate-desktop.mo +share/locale/pl/LC_MESSAGES/mate-desktop.mo +share/locale/ps/LC_MESSAGES/mate-desktop.mo +share/locale/pt/LC_MESSAGES/mate-desktop.mo +share/locale/pt_BR/LC_MESSAGES/mate-desktop.mo +share/locale/ro/LC_MESSAGES/mate-desktop.mo +share/locale/ru/LC_MESSAGES/mate-desktop.mo +share/locale/rw/LC_MESSAGES/mate-desktop.mo +share/locale/si/LC_MESSAGES/mate-desktop.mo +share/locale/sk/LC_MESSAGES/mate-desktop.mo +share/locale/sl/LC_MESSAGES/mate-desktop.mo +share/locale/sq/LC_MESSAGES/mate-desktop.mo +share/locale/sr/LC_MESSAGES/mate-desktop.mo +share/locale/sr@latin/LC_MESSAGES/mate-desktop.mo +share/locale/sv/LC_MESSAGES/mate-desktop.mo +share/locale/ta/LC_MESSAGES/mate-desktop.mo +share/locale/te/LC_MESSAGES/mate-desktop.mo +share/locale/th/LC_MESSAGES/mate-desktop.mo +share/locale/tk/LC_MESSAGES/mate-desktop.mo +share/locale/tr/LC_MESSAGES/mate-desktop.mo +share/locale/ug/LC_MESSAGES/mate-desktop.mo +share/locale/uk/LC_MESSAGES/mate-desktop.mo +share/locale/ur/LC_MESSAGES/mate-desktop.mo +share/locale/uz/LC_MESSAGES/mate-desktop.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-desktop.mo +share/locale/vi/LC_MESSAGES/mate-desktop.mo +share/locale/wa/LC_MESSAGES/mate-desktop.mo +share/locale/xh/LC_MESSAGES/mate-desktop.mo +share/locale/yi/LC_MESSAGES/mate-desktop.mo +share/locale/yo/LC_MESSAGES/mate-desktop.mo +share/locale/zh_CN/LC_MESSAGES/mate-desktop.mo +share/locale/zh_HK/LC_MESSAGES/mate-desktop.mo +share/locale/zh_TW/LC_MESSAGES/mate-desktop.mo +share/locale/zu/LC_MESSAGES/mate-desktop.mo +share/mate-about/mate-version.xml +@dirrm share/mate-about +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/lo/LC_MESSAGES +@dirrmtry share/locale/lo +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/ia/LC_MESSAGES +@dirrmtry share/locale/ia +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm share/libmate-desktop +@dirrm %%DOCSDIR%% +@dirrm include/mate-desktop-2.0/libmateui +@dirrm include/mate-desktop-2.0/libmate +@dirrm include/mate-desktop-2.0 Property changes on: head/x11/mate-desktop/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-dialogs/Makefile =================================================================== --- head/x11/mate-dialogs/Makefile (nonexistent) +++ head/x11/mate-dialogs/Makefile (revision 334661) @@ -0,0 +1,44 @@ +# Created by: Franz Klammer +# $FreeBSD$ + +PORTNAME= mate-dialogs +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Display MATE dialogs from the command line + +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= docutils +USE_GNOME= gnomehier glib20 gtk20 intlhack +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} + +OPTIONS_DEFINE= NOTIFY +OPTIONS_DEFAULT=NOTIFY + +.include + +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify +CONFIGURE_ARGS+=--enable-libnotify +.else +CONFIGURE_ARGS+=--disable-libnotify +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|bin_SCRIPTS = gdialog||g' \ + ${WRKSRC}/src/Makefile.am + +.include Property changes on: head/x11/mate-dialogs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-dialogs/distinfo =================================================================== --- head/x11/mate-dialogs/distinfo (nonexistent) +++ head/x11/mate-dialogs/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-dialogs-1.6.1.tar.xz) = 8d0fe30a4c96d0498688543bdd8953a636ca9930bfaecd65eed4203b34bb5d2d +SIZE (mate/mate-dialogs-1.6.1.tar.xz) = 2774916 Property changes on: head/x11/mate-dialogs/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-dialogs/pkg-descr =================================================================== --- head/x11/mate-dialogs/pkg-descr (nonexistent) +++ head/x11/mate-dialogs/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +Mate-dialogs allows dialog boxes to be created and displayed from the +commandline. This provides a simple way to create a GUI for +a shell script. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-dialogs/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-dialogs/pkg-plist =================================================================== --- head/x11/mate-dialogs/pkg-plist (nonexistent) +++ head/x11/mate-dialogs/pkg-plist (revision 334661) @@ -0,0 +1,405 @@ +bin/matedialog +man/man1/matedialog.1.gz +share/locale/am/LC_MESSAGES/mate-dialogs.mo +share/locale/ar/LC_MESSAGES/mate-dialogs.mo +share/locale/as/LC_MESSAGES/mate-dialogs.mo +share/locale/ast/LC_MESSAGES/mate-dialogs.mo +share/locale/az/LC_MESSAGES/mate-dialogs.mo +share/locale/be/LC_MESSAGES/mate-dialogs.mo +share/locale/be@latin/LC_MESSAGES/mate-dialogs.mo +share/locale/bg/LC_MESSAGES/mate-dialogs.mo +share/locale/bn/LC_MESSAGES/mate-dialogs.mo +share/locale/bn_IN/LC_MESSAGES/mate-dialogs.mo +share/locale/bs/LC_MESSAGES/mate-dialogs.mo +share/locale/ca/LC_MESSAGES/mate-dialogs.mo +share/locale/ca@valencia/LC_MESSAGES/mate-dialogs.mo +share/locale/cs/LC_MESSAGES/mate-dialogs.mo +share/locale/cy/LC_MESSAGES/mate-dialogs.mo +share/locale/da/LC_MESSAGES/mate-dialogs.mo +share/locale/de/LC_MESSAGES/mate-dialogs.mo +share/locale/dz/LC_MESSAGES/mate-dialogs.mo +share/locale/el/LC_MESSAGES/mate-dialogs.mo +share/locale/en@shaw/LC_MESSAGES/mate-dialogs.mo +share/locale/en_AU/LC_MESSAGES/mate-dialogs.mo +share/locale/en_CA/LC_MESSAGES/mate-dialogs.mo +share/locale/en_GB/LC_MESSAGES/mate-dialogs.mo +share/locale/es/LC_MESSAGES/mate-dialogs.mo +share/locale/et/LC_MESSAGES/mate-dialogs.mo +share/locale/eu/LC_MESSAGES/mate-dialogs.mo +share/locale/fa/LC_MESSAGES/mate-dialogs.mo +share/locale/fi/LC_MESSAGES/mate-dialogs.mo +share/locale/fr/LC_MESSAGES/mate-dialogs.mo +share/locale/ga/LC_MESSAGES/mate-dialogs.mo +share/locale/gl/LC_MESSAGES/mate-dialogs.mo +share/locale/gu/LC_MESSAGES/mate-dialogs.mo +share/locale/he/LC_MESSAGES/mate-dialogs.mo +share/locale/hi/LC_MESSAGES/mate-dialogs.mo +share/locale/hr/LC_MESSAGES/mate-dialogs.mo +share/locale/hu/LC_MESSAGES/mate-dialogs.mo +share/locale/id/LC_MESSAGES/mate-dialogs.mo +share/locale/is/LC_MESSAGES/mate-dialogs.mo +share/locale/it/LC_MESSAGES/mate-dialogs.mo +share/locale/ja/LC_MESSAGES/mate-dialogs.mo +share/locale/ka/LC_MESSAGES/mate-dialogs.mo +share/locale/kn/LC_MESSAGES/mate-dialogs.mo +share/locale/ko/LC_MESSAGES/mate-dialogs.mo +share/locale/ku/LC_MESSAGES/mate-dialogs.mo +share/locale/lt/LC_MESSAGES/mate-dialogs.mo +share/locale/lv/LC_MESSAGES/mate-dialogs.mo +share/locale/mai/LC_MESSAGES/mate-dialogs.mo +share/locale/mg/LC_MESSAGES/mate-dialogs.mo +share/locale/mi/LC_MESSAGES/mate-dialogs.mo +share/locale/mk/LC_MESSAGES/mate-dialogs.mo +share/locale/ml/LC_MESSAGES/mate-dialogs.mo +share/locale/mn/LC_MESSAGES/mate-dialogs.mo +share/locale/mr/LC_MESSAGES/mate-dialogs.mo +share/locale/ms/LC_MESSAGES/mate-dialogs.mo +share/locale/nb/LC_MESSAGES/mate-dialogs.mo +share/locale/ne/LC_MESSAGES/mate-dialogs.mo +share/locale/nl/LC_MESSAGES/mate-dialogs.mo +share/locale/nn/LC_MESSAGES/mate-dialogs.mo +share/locale/oc/LC_MESSAGES/mate-dialogs.mo +share/locale/or/LC_MESSAGES/mate-dialogs.mo +share/locale/pa/LC_MESSAGES/mate-dialogs.mo +share/locale/pl/LC_MESSAGES/mate-dialogs.mo +share/locale/ps/LC_MESSAGES/mate-dialogs.mo +share/locale/pt/LC_MESSAGES/mate-dialogs.mo +share/locale/pt_BR/LC_MESSAGES/mate-dialogs.mo +share/locale/ro/LC_MESSAGES/mate-dialogs.mo +share/locale/ru/LC_MESSAGES/mate-dialogs.mo +share/locale/rw/LC_MESSAGES/mate-dialogs.mo +share/locale/si/LC_MESSAGES/mate-dialogs.mo +share/locale/sk/LC_MESSAGES/mate-dialogs.mo +share/locale/sl/LC_MESSAGES/mate-dialogs.mo +share/locale/sq/LC_MESSAGES/mate-dialogs.mo +share/locale/sr/LC_MESSAGES/mate-dialogs.mo +share/locale/sr@latin/LC_MESSAGES/mate-dialogs.mo +share/locale/sv/LC_MESSAGES/mate-dialogs.mo +share/locale/ta/LC_MESSAGES/mate-dialogs.mo +share/locale/te/LC_MESSAGES/mate-dialogs.mo +share/locale/th/LC_MESSAGES/mate-dialogs.mo +share/locale/tr/LC_MESSAGES/mate-dialogs.mo +share/locale/ug/LC_MESSAGES/mate-dialogs.mo +share/locale/uk/LC_MESSAGES/mate-dialogs.mo +share/locale/vi/LC_MESSAGES/mate-dialogs.mo +share/locale/xh/LC_MESSAGES/mate-dialogs.mo +share/locale/zh_CN/LC_MESSAGES/mate-dialogs.mo +share/locale/zh_HK/LC_MESSAGES/mate-dialogs.mo +share/locale/zh_TW/LC_MESSAGES/mate-dialogs.mo +share/mate/help/matedialog/C/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/C/legal.xml +share/mate/help/matedialog/C/matedialog.xml +share/mate/help/matedialog/bg/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/bg/matedialog.xml +share/mate/help/matedialog/cs/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/cs/matedialog.xml +share/mate/help/matedialog/da/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/da/matedialog.xml +share/mate/help/matedialog/de/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/de/matedialog.xml +share/mate/help/matedialog/el/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/el/matedialog.xml +share/mate/help/matedialog/en_GB/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/en_GB/matedialog.xml +share/mate/help/matedialog/es/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/es/matedialog.xml +share/mate/help/matedialog/eu/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/eu/matedialog.xml +share/mate/help/matedialog/fi/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/fi/matedialog.xml +share/mate/help/matedialog/fr/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/fr/matedialog.xml +share/mate/help/matedialog/oc/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/oc/matedialog.xml +share/mate/help/matedialog/pt_BR/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/pt_BR/matedialog.xml +share/mate/help/matedialog/ru/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/ru/matedialog.xml +share/mate/help/matedialog/sv/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/sv/matedialog.xml +share/mate/help/matedialog/uk/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/uk/matedialog.xml +share/mate/help/matedialog/zh_CN/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/zh_CN/matedialog.xml +share/matedialog/clothes/hawaii-shirt.png +share/matedialog/clothes/mate-tshirt.png +share/matedialog/clothes/monk.png +share/matedialog/clothes/sunglasses.png +share/matedialog/clothes/surfboard.png +share/matedialog/matedialog-calendar.png +share/matedialog/matedialog-entry.png +share/matedialog/matedialog-file.png +share/matedialog/matedialog-list.png +share/matedialog/matedialog-notification.png +share/matedialog/matedialog-progress.png +share/matedialog/matedialog-scale.png +share/matedialog/matedialog-text.png +share/matedialog/matedialog.png +share/matedialog/matedialog.ui +share/omf/matedialog/matedialog-C.omf +share/omf/matedialog/matedialog-bg.omf +share/omf/matedialog/matedialog-cs.omf +share/omf/matedialog/matedialog-da.omf +share/omf/matedialog/matedialog-de.omf +share/omf/matedialog/matedialog-el.omf +share/omf/matedialog/matedialog-en_GB.omf +share/omf/matedialog/matedialog-es.omf +share/omf/matedialog/matedialog-eu.omf +share/omf/matedialog/matedialog-fi.omf +share/omf/matedialog/matedialog-fr.omf +share/omf/matedialog/matedialog-oc.omf +share/omf/matedialog/matedialog-pt_BR.omf +share/omf/matedialog/matedialog-ru.omf +share/omf/matedialog/matedialog-sv.omf +share/omf/matedialog/matedialog-uk.omf +share/omf/matedialog/matedialog-zh_CN.omf +@dirrm share/omf/matedialog +@dirrm share/matedialog/clothes +@dirrm share/matedialog +@dirrm share/mate/help/matedialog/zh_CN/figures +@dirrm share/mate/help/matedialog/zh_CN +@dirrm share/mate/help/matedialog/uk/figures +@dirrm share/mate/help/matedialog/uk +@dirrm share/mate/help/matedialog/sv/figures +@dirrm share/mate/help/matedialog/sv +@dirrm share/mate/help/matedialog/ru/figures +@dirrm share/mate/help/matedialog/ru +@dirrm share/mate/help/matedialog/pt_BR/figures +@dirrm share/mate/help/matedialog/pt_BR +@dirrm share/mate/help/matedialog/oc/figures +@dirrm share/mate/help/matedialog/oc +@dirrm share/mate/help/matedialog/fr/figures +@dirrm share/mate/help/matedialog/fr +@dirrm share/mate/help/matedialog/fi/figures +@dirrm share/mate/help/matedialog/fi +@dirrm share/mate/help/matedialog/eu/figures +@dirrm share/mate/help/matedialog/eu +@dirrm share/mate/help/matedialog/es/figures +@dirrm share/mate/help/matedialog/es +@dirrm share/mate/help/matedialog/en_GB/figures +@dirrm share/mate/help/matedialog/en_GB +@dirrm share/mate/help/matedialog/el/figures +@dirrm share/mate/help/matedialog/el +@dirrm share/mate/help/matedialog/de/figures +@dirrm share/mate/help/matedialog/de +@dirrm share/mate/help/matedialog/da/figures +@dirrm share/mate/help/matedialog/da +@dirrm share/mate/help/matedialog/cs/figures +@dirrm share/mate/help/matedialog/cs +@dirrm share/mate/help/matedialog/bg/figures +@dirrm share/mate/help/matedialog/bg +@dirrm share/mate/help/matedialog/C/figures +@dirrm share/mate/help/matedialog/C +@dirrm share/mate/help/matedialog +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/x11/mate-dialogs/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-menus/Makefile =================================================================== --- head/x11/mate-menus/Makefile (nonexistent) +++ head/x11/mate-menus/Makefile (revision 334661) @@ -0,0 +1,41 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-menus +PORTVERSION= 1.6.0 +PORTREVISION= 1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Implementation of the FreeDesktop Desktop Menu Spec + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack ltverhack +USE_GNOME= glib20 gnomehier introspection:build +USE_PYTHON= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/mate|${LOCALBASE}/share/mate|g' \ + ${WRKSRC}/layout/mate-applications.menu \ + ${WRKSRC}/layout/mate-settings.menu + @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ + < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory + @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ + < ${FILESDIR}/GNOME.directory > ${WRKSRC}/GNOME.directory + +post-install: + @${INSTALL_DATA} ${WRKSRC}/*.directory \ + ${STAGEDIR}${PREFIX}/share/mate/desktop-directories/ + +.include Property changes on: head/x11/mate-menus/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-menus/distinfo =================================================================== --- head/x11/mate-menus/distinfo (nonexistent) +++ head/x11/mate-menus/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-menus-1.6.0.tar.xz) = f9955ee91397696e9bc5aee4151c94b638d5869cad7acfba12016b683c8fc4a9 +SIZE (mate/mate-menus-1.6.0.tar.xz) = 182260 Property changes on: head/x11/mate-menus/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-menus/files/GNOME.directory =================================================================== --- head/x11/mate-menus/files/GNOME.directory (nonexistent) +++ head/x11/mate-menus/files/GNOME.directory (revision 334661) @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=GNOME +Comment=Some comment about GNOME menu +Icon=/usr/local/share/icons/gnome/48x48/places/gnome-main-menu.png +Type=Directory Property changes on: head/x11/mate-menus/files/GNOME.directory ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-menus/files/patch-layout_mate-applications.menu =================================================================== --- head/x11/mate-menus/files/patch-layout_mate-applications.menu (nonexistent) +++ head/x11/mate-menus/files/patch-layout_mate-applications.menu (revision 334661) @@ -0,0 +1,459 @@ +--- layout/mate-applications.menu.orig 2013-03-31 16:16:30.000000000 -0500 ++++ layout/mate-applications.menu 2013-04-13 21:48:00.000000000 -0500 +@@ -6,9 +6,8 @@ + Applications + mate-menu-applications.directory + +- +- +- /etc/X11/applnk ++ + /usr/share/mate/apps + + +@@ -31,6 +30,9 @@ + applications here --> + Accessibility + System ++ Qt ++ KDE ++ GNOME + + + +@@ -43,6 +45,9 @@ + + Accessibility + Settings ++ Qt ++ KDE ++ GNOME + + + +@@ -54,6 +59,9 @@ + + + Development ++ Qt ++ KDE ++ GNOME + + emacs.desktop + +@@ -66,6 +74,9 @@ + + + Education ++ Qt ++ KDE ++ GNOME + + + +@@ -77,6 +88,9 @@ + + + Game ++ Qt ++ KDE ++ GNOME + + + +@@ -88,6 +102,9 @@ + + + Graphics ++ Qt ++ KDE ++ GNOME + + + +@@ -99,6 +116,9 @@ + + + Network ++ Qt ++ KDE ++ GNOME + + + +@@ -110,6 +130,9 @@ + + + AudioVideo ++ Qt ++ KDE ++ GNOME + + + +@@ -121,6 +144,9 @@ + + + Office ++ Qt ++ KDE ++ GNOME + + + +@@ -133,6 +159,9 @@ + + System + Settings ++ Qt ++ KDE ++ GNOME + + + +@@ -147,8 +176,344 @@ + Core + Settings + Screensaver ++ Qt ++ KDE ++ GNOME + + + + ++ ++ ++ ++ ++ ++ GNOME ++ GNOME.directory ++ ++ ++ ++ Accessories ++ mate-utility.directory ++ ++ ++ GNOME ++ Utility ++ Accessibility ++ System ++ ++ ++ ++ ++ ++ ++ Universal Access ++ mate-utility-accessibility.directory ++ ++ ++ GNOME ++ Accessibility ++ Settings ++ ++ ++ ++ ++ ++ ++ Development ++ mate-development.directory ++ ++ ++ GNOME ++ Development ++ ++ ++ ++ ++ ++ ++ Education ++ mate-education.directory ++ ++ ++ GNOME ++ Education ++ ++ ++ ++ ++ ++ ++ Games ++ mate-game.directory ++ ++ ++ GNOME ++ Game ++ ++ ++ ++ ++ ++ ++ Graphics ++ mate-graphics.directory ++ ++ ++ GNOME ++ Graphics ++ ++ ++ ++ ++ ++ ++ Internet ++ mate-network.directory ++ ++ ++ GNOME ++ Network ++ ++ ++ ++ ++ ++ ++ Multimedia ++ mate-audio-video.directory ++ ++ ++ GNOME ++ AudioVideo ++ ++ ++ ++ ++ ++ ++ Office ++ mate-office.directory ++ ++ ++ GNOME ++ Office ++ ++ ++ ++ ++ ++ ++ System ++ mate-system-tools.directory ++ ++ ++ GNOME ++ System ++ Settings ++ ++ ++ ++ ++ ++ ++ Other ++ mate-other.directory ++ ++ ++ ++ GNOME ++ Application ++ Core ++ Settings ++ Screensaver ++ ++ ++ ++ ++ ++ ++ ++ ++ KDE ++ KDE.directory ++ ++ ++ ++ Accessories ++ mate-utility.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Utility ++ ++ System ++ ++ ++ ++ ++ ++ ++ ++ Accessibility ++ mate-utility-accessibility.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Accessibility ++ ++ Settings ++ ++ ++ ++ ++ ++ ++ ++ Development ++ mate-development.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Development ++ ++ ++ ++ ++ ++ ++ Education ++ mate-education.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Education ++ ++ ++ ++ ++ ++ ++ Games ++ mate-game.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Game ++ ++ ++ ++ ++ ++ ++ Graphics ++ mate-graphics.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Graphics ++ ++ ++ ++ ++ ++ ++ Internet ++ mate-network.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ Network ++ ++ ++ ++ ++ ++ ++ Multimedia ++ mate-audio-video.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ AudioVideo ++ ++ ++ ++ ++ ++ ++ Office ++ mate-office.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ ++ Office ++ ++ ++ ++ ++ ++ ++ ++ System ++ mate-system-tools.directory ++ ++ ++ ++ Qt ++ KDE ++ ++ System ++ Settings ++ ++ ++ ++ ++ ++ ++ Other ++ mate-other.directory ++ ++ ++ ++ ++ Qt ++ KDE ++ ++ Application ++ Core ++ Settings ++ ++ ++ ++ ++ + Property changes on: head/x11/mate-menus/files/patch-layout_mate-applications.menu ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-menus/files/patch-layout_mate-settings.menu =================================================================== --- head/x11/mate-menus/files/patch-layout_mate-settings.menu (nonexistent) +++ head/x11/mate-menus/files/patch-layout_mate-settings.menu (revision 334661) @@ -0,0 +1,60 @@ +--- layout/mate-settings.menu.orig 2013-04-13 22:55:06.000000000 -0500 ++++ layout/mate-settings.menu 2013-04-13 22:55:49.000000000 -0500 +@@ -27,6 +27,7 @@ + Settings + + ++ GNOME + System + matecc.desktop + +@@ -43,10 +44,49 @@ + + Settings + System ++ ++ ++ GNOME ++ ++ + + + + ++ ++ GNOME ++ GNOME.directory ++ ++ Preferences ++ mate-settings.directory ++ ++ ++ GNOME ++ Settings ++ ++ ++ System ++ matecc.desktop ++ ++ ++ ++ ++ ++ ++ ++ ++ Administration ++ mate-settings-system.directory ++ ++ ++ GNOME ++ Settings ++ System ++ ++ ++ ++ ++ + + Preferences + Administration Property changes on: head/x11/mate-menus/files/patch-layout_mate-settings.menu ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-menus/files/KDE.directory =================================================================== --- head/x11/mate-menus/files/KDE.directory (nonexistent) +++ head/x11/mate-menus/files/KDE.directory (revision 334661) @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=KDE +Comment=Some comment about KDE menu +Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png +Type=Directory Property changes on: head/x11/mate-menus/files/KDE.directory ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-menus/pkg-descr =================================================================== --- head/x11/mate-menus/pkg-descr (nonexistent) +++ head/x11/mate-menus/pkg-descr (revision 334661) @@ -0,0 +1,11 @@ +This package is free software and is part of the MATE project. + +The package contains an implementation of the draft "Desktop +Menu Specification" from freedesktop.org: + + http://www.freedesktop.org/Standards/menu-spec + +Also contained here are the MATE menu layout configuration +files, .directory files and assorted menu related utility programs. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-menus/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-menus/pkg-plist =================================================================== --- head/x11/mate-menus/pkg-plist (nonexistent) +++ head/x11/mate-menus/pkg-plist (revision 334661) @@ -0,0 +1,215 @@ +etc/xdg/menus/mate-applications.menu +etc/xdg/menus/mate-settings.menu +include/mate-menus/matemenu-tree.h +lib/libmate-menu.a +lib/libmate-menu.la +lib/libmate-menu.so +lib/libmate-menu.so.2 +lib/girepository-1.0/MateMenu-2.0.typelib +%%PYTHON_SITELIBDIR%%/matemenu.a +%%PYTHON_SITELIBDIR%%/matemenu.la +%%PYTHON_SITELIBDIR%%/matemenu.so +libdata/pkgconfig/libmate-menu.pc +share/gir-1.0/MateMenu-2.0.gir +share/locale/af/LC_MESSAGES/mate-menus.mo +share/locale/am/LC_MESSAGES/mate-menus.mo +share/locale/an/LC_MESSAGES/mate-menus.mo +share/locale/ar/LC_MESSAGES/mate-menus.mo +share/locale/as/LC_MESSAGES/mate-menus.mo +share/locale/ast/LC_MESSAGES/mate-menus.mo +share/locale/be/LC_MESSAGES/mate-menus.mo +share/locale/be@latin/LC_MESSAGES/mate-menus.mo +share/locale/bg/LC_MESSAGES/mate-menus.mo +share/locale/bn/LC_MESSAGES/mate-menus.mo +share/locale/bn_IN/LC_MESSAGES/mate-menus.mo +share/locale/br/LC_MESSAGES/mate-menus.mo +share/locale/ca/LC_MESSAGES/mate-menus.mo +share/locale/ca@valencia/LC_MESSAGES/mate-menus.mo +share/locale/crh/LC_MESSAGES/mate-menus.mo +share/locale/cs/LC_MESSAGES/mate-menus.mo +share/locale/cy/LC_MESSAGES/mate-menus.mo +share/locale/da/LC_MESSAGES/mate-menus.mo +share/locale/de/LC_MESSAGES/mate-menus.mo +share/locale/dv/LC_MESSAGES/mate-menus.mo +share/locale/dz/LC_MESSAGES/mate-menus.mo +share/locale/el/LC_MESSAGES/mate-menus.mo +share/locale/en@shaw/LC_MESSAGES/mate-menus.mo +share/locale/en_AU/LC_MESSAGES/mate-menus.mo +share/locale/en_CA/LC_MESSAGES/mate-menus.mo +share/locale/en_GB/LC_MESSAGES/mate-menus.mo +share/locale/eo/LC_MESSAGES/mate-menus.mo +share/locale/es/LC_MESSAGES/mate-menus.mo +share/locale/et/LC_MESSAGES/mate-menus.mo +share/locale/eu/LC_MESSAGES/mate-menus.mo +share/locale/fa/LC_MESSAGES/mate-menus.mo +share/locale/fi/LC_MESSAGES/mate-menus.mo +share/locale/fr/LC_MESSAGES/mate-menus.mo +share/locale/fur/LC_MESSAGES/mate-menus.mo +share/locale/fy/LC_MESSAGES/mate-menus.mo +share/locale/ga/LC_MESSAGES/mate-menus.mo +share/locale/gl/LC_MESSAGES/mate-menus.mo +share/locale/gn/LC_MESSAGES/mate-menus.mo +share/locale/gu/LC_MESSAGES/mate-menus.mo +share/locale/gv/LC_MESSAGES/mate-menus.mo +share/locale/ha/LC_MESSAGES/mate-menus.mo +share/locale/he/LC_MESSAGES/mate-menus.mo +share/locale/hi/LC_MESSAGES/mate-menus.mo +share/locale/hr/LC_MESSAGES/mate-menus.mo +share/locale/hu/LC_MESSAGES/mate-menus.mo +share/locale/hy/LC_MESSAGES/mate-menus.mo +share/locale/id/LC_MESSAGES/mate-menus.mo +share/locale/ig/LC_MESSAGES/mate-menus.mo +share/locale/io/LC_MESSAGES/mate-menus.mo +share/locale/is/LC_MESSAGES/mate-menus.mo +share/locale/it/LC_MESSAGES/mate-menus.mo +share/locale/ja/LC_MESSAGES/mate-menus.mo +share/locale/ka/LC_MESSAGES/mate-menus.mo +share/locale/kk/LC_MESSAGES/mate-menus.mo +share/locale/kn/LC_MESSAGES/mate-menus.mo +share/locale/ko/LC_MESSAGES/mate-menus.mo +share/locale/ku/LC_MESSAGES/mate-menus.mo +share/locale/ky/LC_MESSAGES/mate-menus.mo +share/locale/lt/LC_MESSAGES/mate-menus.mo +share/locale/lv/LC_MESSAGES/mate-menus.mo +share/locale/mai/LC_MESSAGES/mate-menus.mo +share/locale/mg/LC_MESSAGES/mate-menus.mo +share/locale/mk/LC_MESSAGES/mate-menus.mo +share/locale/ml/LC_MESSAGES/mate-menus.mo +share/locale/mn/LC_MESSAGES/mate-menus.mo +share/locale/mr/LC_MESSAGES/mate-menus.mo +share/locale/ms/LC_MESSAGES/mate-menus.mo +share/locale/nb/LC_MESSAGES/mate-menus.mo +share/locale/nds/LC_MESSAGES/mate-menus.mo +share/locale/ne/LC_MESSAGES/mate-menus.mo +share/locale/nl/LC_MESSAGES/mate-menus.mo +share/locale/nn/LC_MESSAGES/mate-menus.mo +share/locale/oc/LC_MESSAGES/mate-menus.mo +share/locale/or/LC_MESSAGES/mate-menus.mo +share/locale/pa/LC_MESSAGES/mate-menus.mo +share/locale/pl/LC_MESSAGES/mate-menus.mo +share/locale/ps/LC_MESSAGES/mate-menus.mo +share/locale/pt/LC_MESSAGES/mate-menus.mo +share/locale/pt_BR/LC_MESSAGES/mate-menus.mo +share/locale/ro/LC_MESSAGES/mate-menus.mo +share/locale/ru/LC_MESSAGES/mate-menus.mo +share/locale/rw/LC_MESSAGES/mate-menus.mo +share/locale/si/LC_MESSAGES/mate-menus.mo +share/locale/sk/LC_MESSAGES/mate-menus.mo +share/locale/sl/LC_MESSAGES/mate-menus.mo +share/locale/sq/LC_MESSAGES/mate-menus.mo +share/locale/sr/LC_MESSAGES/mate-menus.mo +share/locale/sr@latin/LC_MESSAGES/mate-menus.mo +share/locale/sv/LC_MESSAGES/mate-menus.mo +share/locale/ta/LC_MESSAGES/mate-menus.mo +share/locale/te/LC_MESSAGES/mate-menus.mo +share/locale/th/LC_MESSAGES/mate-menus.mo +share/locale/tr/LC_MESSAGES/mate-menus.mo +share/locale/ug/LC_MESSAGES/mate-menus.mo +share/locale/uk/LC_MESSAGES/mate-menus.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-menus.mo +share/locale/vi/LC_MESSAGES/mate-menus.mo +share/locale/xh/LC_MESSAGES/mate-menus.mo +share/locale/yo/LC_MESSAGES/mate-menus.mo +share/locale/zh_CN/LC_MESSAGES/mate-menus.mo +share/locale/zh_HK/LC_MESSAGES/mate-menus.mo +share/locale/zh_TW/LC_MESSAGES/mate-menus.mo +%%DATADIR%%/examples/mate-menus-ls.py +share/mate/desktop-directories/GNOME.directory +share/mate/desktop-directories/KDE.directory +share/mate/desktop-directories/mate-audio-video.directory +share/mate/desktop-directories/mate-development.directory +share/mate/desktop-directories/mate-education.directory +share/mate/desktop-directories/mate-game.directory +share/mate/desktop-directories/mate-graphics.directory +share/mate/desktop-directories/mate-hardware.directory +share/mate/desktop-directories/mate-internet-and-network.directory +share/mate/desktop-directories/mate-look-and-feel.directory +share/mate/desktop-directories/mate-menu-applications.directory +share/mate/desktop-directories/mate-menu-system.directory +share/mate/desktop-directories/mate-network.directory +share/mate/desktop-directories/mate-office.directory +share/mate/desktop-directories/mate-other.directory +share/mate/desktop-directories/mate-personal.directory +share/mate/desktop-directories/mate-settings-system.directory +share/mate/desktop-directories/mate-settings.directory +share/mate/desktop-directories/mate-system-tools.directory +share/mate/desktop-directories/mate-system.directory +share/mate/desktop-directories/mate-utility-accessibility.directory +share/mate/desktop-directories/mate-utility.directory +@dirrm share/mate/desktop-directories +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/gn/LC_MESSAGES +@dirrmtry share/locale/gn +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/dv/LC_MESSAGES +@dirrmtry share/locale/dv +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm include/mate-menus +@dirrmtry etc/xdg/menus Property changes on: head/x11/mate-menus/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-panel/Makefile =================================================================== --- head/x11/mate-panel/Makefile (nonexistent) +++ head/x11/mate-panel/Makefile (revision 334661) @@ -0,0 +1,51 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-panel +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Panel component for the MATE Desktop + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= desktop docutils libmateweather libmatewnck menus +USE_XORG= ice sm x11 xau xrandr +USE_GNOME= cairo dconf gdkpixbuf2 glib20 gnomehier gtk20 \ + intlhack introspection:build librsvg2 ltverhack pango +USE_PYTHON= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-network-manager \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc \ + --libexecdir=${PREFIX}/lib/mate-panel +INSTALLS_ICONS= yes +LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include + +GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ + org.mate.panel.applet.fish.gschema.xml \ + org.mate.panel.applet.window-list.gschema.xml \ + org.mate.panel.applet.workspace-switcher.gschema.xml \ + org.mate.panel.enums.xml \ + org.mate.panel.gschema.xml \ + org.mate.panel.object.gschema.xml \ + org.mate.panel.toplevel.gschema.xml + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mate-panel/modules + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libmate-panel-applet-4.so.1 + +.include Property changes on: head/x11/mate-panel/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-panel/distinfo =================================================================== --- head/x11/mate-panel/distinfo (nonexistent) +++ head/x11/mate-panel/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-panel-1.6.1.tar.xz) = 88bf0620e1eba7e2e165060ac6fa21896b8e24d1ac742ff6f8c884c5408dd53b +SIZE (mate/mate-panel-1.6.1.tar.xz) = 1938144 Property changes on: head/x11/mate-panel/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-panel/files/patch-applets_clock_clock-location.c =================================================================== --- head/x11/mate-panel/files/patch-applets_clock_clock-location.c (nonexistent) +++ head/x11/mate-panel/files/patch-applets_clock_clock-location.c (revision 334661) @@ -0,0 +1,11 @@ +--- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 ++++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 +@@ -27,6 +27,8 @@ + #include "clock-marshallers.h" + #include "set-timezone.h" + ++#define daylight 1 ++ + G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) + + typedef struct { Property changes on: head/x11/mate-panel/files/patch-applets_clock_clock-location.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-panel/files/patch-applets_clock_clock.c =================================================================== --- head/x11/mate-panel/files/patch-applets_clock_clock.c (nonexistent) +++ head/x11/mate-panel/files/patch-applets_clock_clock.c (revision 334661) @@ -0,0 +1,11 @@ +--- applets/clock/clock.c.orig 2009-07-01 15:06:23.000000000 +0200 ++++ applets/clock/clock.c 2009-07-19 15:59:26.000000000 +0200 +@@ -71,6 +71,8 @@ + #include "set-timezone.h" + #include "system-timezone.h" + ++#define daylight 1 ++ + #define INTERNETSECOND (864) + #define INTERNETBEAT (86400) + Property changes on: head/x11/mate-panel/files/patch-applets_clock_clock.c ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/x11/mate-panel/pkg-descr =================================================================== --- head/x11/mate-panel/pkg-descr (nonexistent) +++ head/x11/mate-panel/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +This drives the MATE panel. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-panel/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-panel/pkg-plist =================================================================== --- head/x11/mate-panel/pkg-plist (nonexistent) +++ head/x11/mate-panel/pkg-plist (revision 334661) @@ -0,0 +1,618 @@ +bin/mate-desktop-item-edit +bin/mate-panel +bin/mate-panel-test-applets +include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-enums.h +include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-gsettings.h +include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h +lib/girepository-1.0/MatePanelApplet-4.0.typelib +lib/libmate-panel-applet-4.a +lib/libmate-panel-applet-4.la +lib/libmate-panel-applet-4.so +lib/libmate-panel-applet-4.so.1 +lib/mate-panel/clock-applet +lib/mate-panel/fish-applet +lib/mate-panel/notification-area-applet +lib/mate-panel/wnck-applet +libdata/pkgconfig/libmatepanelapplet-4.0.pc +man/man1/mate-desktop-item-edit.1.gz +man/man1/mate-panel-test-applets.1.gz +man/man1/mate-panel.1.gz +share/MateConf/gsettings/mate-panel.convert +share/applications/mate-panel.desktop +share/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service +share/doc/mate-panel-applet/applet-popups.html +share/doc/mate-panel-applet/applet-porting.html +share/doc/mate-panel-applet/applet-writing.html +share/doc/mate-panel-applet/home.png +share/doc/mate-panel-applet/index.html +share/doc/mate-panel-applet/index.sgml +share/doc/mate-panel-applet/left.png +share/doc/mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html +share/doc/mate-panel-applet/mate-panel-applet-mate-panel-applet.html +share/doc/mate-panel-applet/mate-panel-applet.devhelp2 +share/doc/mate-panel-applet/mate-panel-applet.html +share/doc/mate-panel-applet/multi-applets.html +share/doc/mate-panel-applet/panel-signals.html +share/doc/mate-panel-applet/right.png +share/doc/mate-panel-applet/server-files.html +share/doc/mate-panel-applet/session-saving.html +share/doc/mate-panel-applet/style.css +share/doc/mate-panel-applet/up.png +share/gir-1.0/MatePanelApplet-4.0.gir +share/icons/hicolor/16x16/apps/mate-panel-clock.png +share/icons/hicolor/16x16/apps/mate-panel-drawer.png +share/icons/hicolor/16x16/apps/mate-panel-fish.png +share/icons/hicolor/16x16/apps/mate-panel-force-quit.png +share/icons/hicolor/16x16/apps/mate-panel-launcher.png +share/icons/hicolor/16x16/apps/mate-panel-notification-area.png +share/icons/hicolor/16x16/apps/mate-panel-separator.png +share/icons/hicolor/16x16/apps/mate-panel-window-list.png +share/icons/hicolor/16x16/apps/mate-panel-window-menu.png +share/icons/hicolor/16x16/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/16x16/apps/mate-panel.png +share/icons/hicolor/22x22/apps/mate-panel-clock.png +share/icons/hicolor/22x22/apps/mate-panel-drawer.png +share/icons/hicolor/22x22/apps/mate-panel-fish.png +share/icons/hicolor/22x22/apps/mate-panel-force-quit.png +share/icons/hicolor/22x22/apps/mate-panel-launcher.png +share/icons/hicolor/22x22/apps/mate-panel-notification-area.png +share/icons/hicolor/22x22/apps/mate-panel-separator.png +share/icons/hicolor/22x22/apps/mate-panel-window-list.png +share/icons/hicolor/22x22/apps/mate-panel-window-menu.png +share/icons/hicolor/22x22/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/22x22/apps/mate-panel.png +share/icons/hicolor/24x24/apps/mate-panel-clock.png +share/icons/hicolor/24x24/apps/mate-panel-drawer.png +share/icons/hicolor/24x24/apps/mate-panel-fish.png +share/icons/hicolor/24x24/apps/mate-panel-force-quit.png +share/icons/hicolor/24x24/apps/mate-panel-launcher.png +share/icons/hicolor/24x24/apps/mate-panel-notification-area.png +share/icons/hicolor/24x24/apps/mate-panel-separator.png +share/icons/hicolor/24x24/apps/mate-panel-window-list.png +share/icons/hicolor/24x24/apps/mate-panel-window-menu.png +share/icons/hicolor/24x24/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/24x24/apps/mate-panel.png +share/icons/hicolor/32x32/apps/mate-panel-clock.png +share/icons/hicolor/32x32/apps/mate-panel-drawer.png +share/icons/hicolor/32x32/apps/mate-panel-fish.png +share/icons/hicolor/32x32/apps/mate-panel-force-quit.png +share/icons/hicolor/32x32/apps/mate-panel-launcher.png +share/icons/hicolor/32x32/apps/mate-panel-notification-area.png +share/icons/hicolor/32x32/apps/mate-panel-separator.png +share/icons/hicolor/32x32/apps/mate-panel-window-list.png +share/icons/hicolor/32x32/apps/mate-panel-window-menu.png +share/icons/hicolor/32x32/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/32x32/apps/mate-panel.png +share/icons/hicolor/48x48/apps/mate-panel.png +share/icons/hicolor/scalable/apps/mate-panel-clock.svg +share/icons/hicolor/scalable/apps/mate-panel-drawer.svg +share/icons/hicolor/scalable/apps/mate-panel-fish.svg +share/icons/hicolor/scalable/apps/mate-panel-force-quit.svg +share/icons/hicolor/scalable/apps/mate-panel-launcher.svg +share/icons/hicolor/scalable/apps/mate-panel-notification-area.svg +share/icons/hicolor/scalable/apps/mate-panel-separator.svg +share/icons/hicolor/scalable/apps/mate-panel-window-list.svg +share/icons/hicolor/scalable/apps/mate-panel-window-menu.svg +share/icons/hicolor/scalable/apps/mate-panel-workspace-switcher.svg +share/icons/hicolor/scalable/apps/mate-panel.svg +share/locale/af/LC_MESSAGES/mate-panel.mo +share/locale/am/LC_MESSAGES/mate-panel.mo +share/locale/ar/LC_MESSAGES/mate-panel.mo +share/locale/as/LC_MESSAGES/mate-panel.mo +share/locale/ast/LC_MESSAGES/mate-panel.mo +share/locale/az/LC_MESSAGES/mate-panel.mo +share/locale/be/LC_MESSAGES/mate-panel.mo +share/locale/be@latin/LC_MESSAGES/mate-panel.mo +share/locale/bg/LC_MESSAGES/mate-panel.mo +share/locale/bn/LC_MESSAGES/mate-panel.mo +share/locale/bn_IN/LC_MESSAGES/mate-panel.mo +share/locale/br/LC_MESSAGES/mate-panel.mo +share/locale/bs/LC_MESSAGES/mate-panel.mo +share/locale/ca/LC_MESSAGES/mate-panel.mo +share/locale/ca@valencia/LC_MESSAGES/mate-panel.mo +share/locale/crh/LC_MESSAGES/mate-panel.mo +share/locale/cs/LC_MESSAGES/mate-panel.mo +share/locale/cy/LC_MESSAGES/mate-panel.mo +share/locale/da/LC_MESSAGES/mate-panel.mo +share/locale/de/LC_MESSAGES/mate-panel.mo +share/locale/dz/LC_MESSAGES/mate-panel.mo +share/locale/el/LC_MESSAGES/mate-panel.mo +share/locale/en@shaw/LC_MESSAGES/mate-panel.mo +share/locale/en_AU/LC_MESSAGES/mate-panel.mo +share/locale/en_CA/LC_MESSAGES/mate-panel.mo +share/locale/en_GB/LC_MESSAGES/mate-panel.mo +share/locale/eo/LC_MESSAGES/mate-panel.mo +share/locale/es/LC_MESSAGES/mate-panel.mo +share/locale/et/LC_MESSAGES/mate-panel.mo +share/locale/eu/LC_MESSAGES/mate-panel.mo +share/locale/fa/LC_MESSAGES/mate-panel.mo +share/locale/fi/LC_MESSAGES/mate-panel.mo +share/locale/fr/LC_MESSAGES/mate-panel.mo +share/locale/fur/LC_MESSAGES/mate-panel.mo +share/locale/fy/LC_MESSAGES/mate-panel.mo +share/locale/ga/LC_MESSAGES/mate-panel.mo +share/locale/gl/LC_MESSAGES/mate-panel.mo +share/locale/gu/LC_MESSAGES/mate-panel.mo +share/locale/gv/LC_MESSAGES/mate-panel.mo +share/locale/ha/LC_MESSAGES/mate-panel.mo +share/locale/he/LC_MESSAGES/mate-panel.mo +share/locale/hi/LC_MESSAGES/mate-panel.mo +share/locale/hr/LC_MESSAGES/mate-panel.mo +share/locale/hu/LC_MESSAGES/mate-panel.mo +share/locale/hy/LC_MESSAGES/mate-panel.mo +share/locale/id/LC_MESSAGES/mate-panel.mo +share/locale/ig/LC_MESSAGES/mate-panel.mo +share/locale/is/LC_MESSAGES/mate-panel.mo +share/locale/it/LC_MESSAGES/mate-panel.mo +share/locale/ja/LC_MESSAGES/mate-panel.mo +share/locale/ka/LC_MESSAGES/mate-panel.mo +share/locale/kk/LC_MESSAGES/mate-panel.mo +share/locale/kn/LC_MESSAGES/mate-panel.mo +share/locale/ko/LC_MESSAGES/mate-panel.mo +share/locale/ku/LC_MESSAGES/mate-panel.mo +share/locale/ky/LC_MESSAGES/mate-panel.mo +share/locale/la/LC_MESSAGES/mate-panel.mo +share/locale/li/LC_MESSAGES/mate-panel.mo +share/locale/lt/LC_MESSAGES/mate-panel.mo +share/locale/lv/LC_MESSAGES/mate-panel.mo +share/locale/mai/LC_MESSAGES/mate-panel.mo +share/locale/mg/LC_MESSAGES/mate-panel.mo +share/locale/mi/LC_MESSAGES/mate-panel.mo +share/locale/mk/LC_MESSAGES/mate-panel.mo +share/locale/ml/LC_MESSAGES/mate-panel.mo +share/locale/mn/LC_MESSAGES/mate-panel.mo +share/locale/mr/LC_MESSAGES/mate-panel.mo +share/locale/ms/LC_MESSAGES/mate-panel.mo +share/locale/nb/LC_MESSAGES/mate-panel.mo +share/locale/nds/LC_MESSAGES/mate-panel.mo +share/locale/ne/LC_MESSAGES/mate-panel.mo +share/locale/nl/LC_MESSAGES/mate-panel.mo +share/locale/nn/LC_MESSAGES/mate-panel.mo +share/locale/nso/LC_MESSAGES/mate-panel.mo +share/locale/oc/LC_MESSAGES/mate-panel.mo +share/locale/or/LC_MESSAGES/mate-panel.mo +share/locale/pa/LC_MESSAGES/mate-panel.mo +share/locale/pl/LC_MESSAGES/mate-panel.mo +share/locale/ps/LC_MESSAGES/mate-panel.mo +share/locale/pt/LC_MESSAGES/mate-panel.mo +share/locale/pt_BR/LC_MESSAGES/mate-panel.mo +share/locale/ro/LC_MESSAGES/mate-panel.mo +share/locale/ru/LC_MESSAGES/mate-panel.mo +share/locale/rw/LC_MESSAGES/mate-panel.mo +share/locale/si/LC_MESSAGES/mate-panel.mo +share/locale/sk/LC_MESSAGES/mate-panel.mo +share/locale/sl/LC_MESSAGES/mate-panel.mo +share/locale/sq/LC_MESSAGES/mate-panel.mo +share/locale/sr/LC_MESSAGES/mate-panel.mo +share/locale/sr@ije/LC_MESSAGES/mate-panel.mo +share/locale/sr@latin/LC_MESSAGES/mate-panel.mo +share/locale/sv/LC_MESSAGES/mate-panel.mo +share/locale/ta/LC_MESSAGES/mate-panel.mo +share/locale/te/LC_MESSAGES/mate-panel.mo +share/locale/th/LC_MESSAGES/mate-panel.mo +share/locale/tr/LC_MESSAGES/mate-panel.mo +share/locale/ug/LC_MESSAGES/mate-panel.mo +share/locale/uk/LC_MESSAGES/mate-panel.mo +share/locale/uz/LC_MESSAGES/mate-panel.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-panel.mo +share/locale/vi/LC_MESSAGES/mate-panel.mo +share/locale/wa/LC_MESSAGES/mate-panel.mo +share/locale/xh/LC_MESSAGES/mate-panel.mo +share/locale/yi/LC_MESSAGES/mate-panel.mo +share/locale/yo/LC_MESSAGES/mate-panel.mo +share/locale/zh_CN/LC_MESSAGES/mate-panel.mo +share/locale/zh_HK/LC_MESSAGES/mate-panel.mo +share/locale/zh_TW/LC_MESSAGES/mate-panel.mo +share/locale/zu/LC_MESSAGES/mate-panel.mo +%%DATADIR%%/applets/org.mate.panel.ClockApplet.mate-panel-applet +%%DATADIR%%/applets/org.mate.panel.FishApplet.mate-panel-applet +%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet +%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet +%%DATADIR%%/panel-default-layout.mate +%%DATADIR%%/pixmaps/clock-calendar-icon.png +%%DATADIR%%/pixmaps/clock-face-large.svg +%%DATADIR%%/pixmaps/clock-face-small-day.svg +%%DATADIR%%/pixmaps/clock-face-small-evening.svg +%%DATADIR%%/pixmaps/clock-face-small-morning.svg +%%DATADIR%%/pixmaps/clock-face-small-night.svg +%%DATADIR%%/pixmaps/clock-face-small.svg +%%DATADIR%%/pixmaps/clock-map-location-current.png +%%DATADIR%%/pixmaps/clock-map-location-hilight.png +%%DATADIR%%/pixmaps/clock-map-location-marker.png +%%DATADIR%%/pixmaps/clock-map.png +%%DATADIR%%/pixmaps/fishanim.png +%%DATADIR%%/pixmaps/footguy.png +%%DATADIR%%/pixmaps/mate-gegl2-2.png +%%DATADIR%%/pixmaps/mate-gegl2.png +%%DATADIR%%/pixmaps/monkey.png +%%DATADIR%%/pixmaps/oldwanda.png +%%DATADIR%%/pixmaps/wanda.png +%%DATADIR%%/ui/clock-menu.xml +%%DATADIR%%/ui/clock.ui +%%DATADIR%%/ui/fish-menu.xml +%%DATADIR%%/ui/fish.ui +%%DATADIR%%/ui/notification-area-menu.xml +%%DATADIR%%/ui/panel-properties-dialog.ui +%%DATADIR%%/ui/panel-run-dialog.ui +%%DATADIR%%/ui/panel-test-applets.ui +%%DATADIR%%/ui/showdesktop-menu.xml +%%DATADIR%%/ui/window-list-menu.xml +%%DATADIR%%/ui/window-list.ui +%%DATADIR%%/ui/window-menu-menu.xml +%%DATADIR%%/ui/workspace-switcher-menu.xml +%%DATADIR%%/ui/workspace-switcher.ui +share/mate/help/mate-applet-clock/C/figures/clock_applet.png +share/mate/help/mate-applet-clock/C/legal.xml +share/mate/help/mate-applet-clock/C/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ar/figures/clock_applet.png +share/mate/help/mate-applet-clock/ar/legal.xml +share/mate/help/mate-applet-clock/ar/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ca/figures/clock_applet.png +share/mate/help/mate-applet-clock/ca/legal.xml +share/mate/help/mate-applet-clock/ca/mate-applet-clock.xml +share/mate/help/mate-applet-clock/cs/figures/clock_applet.png +share/mate/help/mate-applet-clock/cs/legal.xml +share/mate/help/mate-applet-clock/cs/mate-applet-clock.xml +share/mate/help/mate-applet-clock/da/figures/clock_applet.png +share/mate/help/mate-applet-clock/da/legal.xml +share/mate/help/mate-applet-clock/da/mate-applet-clock.xml +share/mate/help/mate-applet-clock/de/figures/clock_applet.png +share/mate/help/mate-applet-clock/de/legal.xml +share/mate/help/mate-applet-clock/de/mate-applet-clock.xml +share/mate/help/mate-applet-clock/el/figures/clock_applet.png +share/mate/help/mate-applet-clock/el/legal.xml +share/mate/help/mate-applet-clock/el/mate-applet-clock.xml +share/mate/help/mate-applet-clock/en_GB/figures/clock_applet.png +share/mate/help/mate-applet-clock/en_GB/legal.xml +share/mate/help/mate-applet-clock/en_GB/mate-applet-clock.xml +share/mate/help/mate-applet-clock/es/figures/clock_applet.png +share/mate/help/mate-applet-clock/es/legal.xml +share/mate/help/mate-applet-clock/es/mate-applet-clock.xml +share/mate/help/mate-applet-clock/eu/figures/clock_applet.png +share/mate/help/mate-applet-clock/eu/legal.xml +share/mate/help/mate-applet-clock/eu/mate-applet-clock.xml +share/mate/help/mate-applet-clock/fi/figures/clock_applet.png +share/mate/help/mate-applet-clock/fi/legal.xml +share/mate/help/mate-applet-clock/fi/mate-applet-clock.xml +share/mate/help/mate-applet-clock/fr/figures/clock_applet.png +share/mate/help/mate-applet-clock/fr/legal.xml +share/mate/help/mate-applet-clock/fr/mate-applet-clock.xml +share/mate/help/mate-applet-clock/it/figures/clock_applet.png +share/mate/help/mate-applet-clock/it/legal.xml +share/mate/help/mate-applet-clock/it/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ja/figures/clock_applet.png +share/mate/help/mate-applet-clock/ja/legal.xml +share/mate/help/mate-applet-clock/ja/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ko/figures/clock_applet.png +share/mate/help/mate-applet-clock/ko/legal.xml +share/mate/help/mate-applet-clock/ko/mate-applet-clock.xml +share/mate/help/mate-applet-clock/nl/figures/clock_applet.png +share/mate/help/mate-applet-clock/nl/legal.xml +share/mate/help/mate-applet-clock/nl/mate-applet-clock.xml +share/mate/help/mate-applet-clock/oc/figures/clock_applet.png +share/mate/help/mate-applet-clock/oc/legal.xml +share/mate/help/mate-applet-clock/oc/mate-applet-clock.xml +share/mate/help/mate-applet-clock/pa/figures/clock_applet.png +share/mate/help/mate-applet-clock/pa/legal.xml +share/mate/help/mate-applet-clock/pa/mate-applet-clock.xml +share/mate/help/mate-applet-clock/pt/figures/clock_applet.png +share/mate/help/mate-applet-clock/pt/legal.xml +share/mate/help/mate-applet-clock/pt/mate-applet-clock.xml +share/mate/help/mate-applet-clock/pt_BR/figures/clock_applet.png +share/mate/help/mate-applet-clock/pt_BR/legal.xml +share/mate/help/mate-applet-clock/pt_BR/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ru/figures/clock_applet.png +share/mate/help/mate-applet-clock/ru/legal.xml +share/mate/help/mate-applet-clock/ru/mate-applet-clock.xml +share/mate/help/mate-applet-clock/sr/figures/clock_applet.png +share/mate/help/mate-applet-clock/sr/legal.xml +share/mate/help/mate-applet-clock/sr/mate-applet-clock.xml +share/mate/help/mate-applet-clock/sv/figures/clock_applet.png +share/mate/help/mate-applet-clock/sv/legal.xml +share/mate/help/mate-applet-clock/sv/mate-applet-clock.xml +share/mate/help/mate-applet-clock/th/figures/clock_applet.png +share/mate/help/mate-applet-clock/th/legal.xml +share/mate/help/mate-applet-clock/th/mate-applet-clock.xml +share/mate/help/mate-applet-clock/uk/figures/clock_applet.png +share/mate/help/mate-applet-clock/uk/legal.xml +share/mate/help/mate-applet-clock/uk/mate-applet-clock.xml +share/mate/help/mate-applet-clock/zh_CN/figures/clock_applet.png +share/mate/help/mate-applet-clock/zh_CN/legal.xml +share/mate/help/mate-applet-clock/zh_CN/mate-applet-clock.xml +share/mate/help/mate-applet-clock/zh_HK/figures/clock_applet.png +share/mate/help/mate-applet-clock/zh_HK/legal.xml +share/mate/help/mate-applet-clock/zh_HK/mate-applet-clock.xml +share/mate/help/mate-applet-clock/zh_TW/figures/clock_applet.png +share/mate/help/mate-applet-clock/zh_TW/legal.xml +share/mate/help/mate-applet-clock/zh_TW/mate-applet-clock.xml +share/mate/help/mate-applet-fish/C/figures/fish_applet.png +share/mate/help/mate-applet-fish/C/legal.xml +share/mate/help/mate-applet-fish/C/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ca/figures/fish_applet.png +share/mate/help/mate-applet-fish/ca/legal.xml +share/mate/help/mate-applet-fish/ca/mate-applet-fish.xml +share/mate/help/mate-applet-fish/cs/figures/fish_applet.png +share/mate/help/mate-applet-fish/cs/legal.xml +share/mate/help/mate-applet-fish/cs/mate-applet-fish.xml +share/mate/help/mate-applet-fish/de/figures/fish_applet.png +share/mate/help/mate-applet-fish/de/legal.xml +share/mate/help/mate-applet-fish/de/mate-applet-fish.xml +share/mate/help/mate-applet-fish/el/figures/fish_applet.png +share/mate/help/mate-applet-fish/el/legal.xml +share/mate/help/mate-applet-fish/el/mate-applet-fish.xml +share/mate/help/mate-applet-fish/en_GB/figures/fish_applet.png +share/mate/help/mate-applet-fish/en_GB/legal.xml +share/mate/help/mate-applet-fish/en_GB/mate-applet-fish.xml +share/mate/help/mate-applet-fish/es/figures/fish_applet.png +share/mate/help/mate-applet-fish/es/legal.xml +share/mate/help/mate-applet-fish/es/mate-applet-fish.xml +share/mate/help/mate-applet-fish/eu/figures/fish_applet.png +share/mate/help/mate-applet-fish/eu/legal.xml +share/mate/help/mate-applet-fish/eu/mate-applet-fish.xml +share/mate/help/mate-applet-fish/fi/figures/fish_applet.png +share/mate/help/mate-applet-fish/fi/legal.xml +share/mate/help/mate-applet-fish/fi/mate-applet-fish.xml +share/mate/help/mate-applet-fish/fr/figures/fish_applet.png +share/mate/help/mate-applet-fish/fr/legal.xml +share/mate/help/mate-applet-fish/fr/mate-applet-fish.xml +share/mate/help/mate-applet-fish/it/figures/fish_applet.png +share/mate/help/mate-applet-fish/it/legal.xml +share/mate/help/mate-applet-fish/it/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ja/figures/fish_applet.png +share/mate/help/mate-applet-fish/ja/legal.xml +share/mate/help/mate-applet-fish/ja/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ko/figures/fish_applet.png +share/mate/help/mate-applet-fish/ko/legal.xml +share/mate/help/mate-applet-fish/ko/mate-applet-fish.xml +share/mate/help/mate-applet-fish/oc/figures/fish_applet.png +share/mate/help/mate-applet-fish/oc/legal.xml +share/mate/help/mate-applet-fish/oc/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ru/figures/fish_applet.png +share/mate/help/mate-applet-fish/ru/legal.xml +share/mate/help/mate-applet-fish/ru/mate-applet-fish.xml +share/mate/help/mate-applet-fish/sv/figures/fish_applet.png +share/mate/help/mate-applet-fish/sv/legal.xml +share/mate/help/mate-applet-fish/sv/mate-applet-fish.xml +share/mate/help/mate-applet-fish/th/figures/fish_applet.png +share/mate/help/mate-applet-fish/th/legal.xml +share/mate/help/mate-applet-fish/th/mate-applet-fish.xml +share/mate/help/mate-applet-fish/uk/figures/fish_applet.png +share/mate/help/mate-applet-fish/uk/legal.xml +share/mate/help/mate-applet-fish/uk/mate-applet-fish.xml +share/mate/help/mate-applet-fish/zh_CN/figures/fish_applet.png +share/mate/help/mate-applet-fish/zh_CN/legal.xml +share/mate/help/mate-applet-fish/zh_CN/mate-applet-fish.xml +share/omf/mate-applet-clock/mate-applet-clock-C.omf +share/omf/mate-applet-clock/mate-applet-clock-ar.omf +share/omf/mate-applet-clock/mate-applet-clock-ca.omf +share/omf/mate-applet-clock/mate-applet-clock-cs.omf +share/omf/mate-applet-clock/mate-applet-clock-da.omf +share/omf/mate-applet-clock/mate-applet-clock-de.omf +share/omf/mate-applet-clock/mate-applet-clock-el.omf +share/omf/mate-applet-clock/mate-applet-clock-en_GB.omf +share/omf/mate-applet-clock/mate-applet-clock-es.omf +share/omf/mate-applet-clock/mate-applet-clock-eu.omf +share/omf/mate-applet-clock/mate-applet-clock-fi.omf +share/omf/mate-applet-clock/mate-applet-clock-fr.omf +share/omf/mate-applet-clock/mate-applet-clock-it.omf +share/omf/mate-applet-clock/mate-applet-clock-ja.omf +share/omf/mate-applet-clock/mate-applet-clock-ko.omf +share/omf/mate-applet-clock/mate-applet-clock-nl.omf +share/omf/mate-applet-clock/mate-applet-clock-oc.omf +share/omf/mate-applet-clock/mate-applet-clock-pa.omf +share/omf/mate-applet-clock/mate-applet-clock-pt.omf +share/omf/mate-applet-clock/mate-applet-clock-pt_BR.omf +share/omf/mate-applet-clock/mate-applet-clock-ru.omf +share/omf/mate-applet-clock/mate-applet-clock-sr.omf +share/omf/mate-applet-clock/mate-applet-clock-sv.omf +share/omf/mate-applet-clock/mate-applet-clock-th.omf +share/omf/mate-applet-clock/mate-applet-clock-uk.omf +share/omf/mate-applet-clock/mate-applet-clock-zh_CN.omf +share/omf/mate-applet-clock/mate-applet-clock-zh_HK.omf +share/omf/mate-applet-clock/mate-applet-clock-zh_TW.omf +share/omf/mate-applet-fish/mate-applet-fish-C.omf +share/omf/mate-applet-fish/mate-applet-fish-ca.omf +share/omf/mate-applet-fish/mate-applet-fish-cs.omf +share/omf/mate-applet-fish/mate-applet-fish-de.omf +share/omf/mate-applet-fish/mate-applet-fish-el.omf +share/omf/mate-applet-fish/mate-applet-fish-en_GB.omf +share/omf/mate-applet-fish/mate-applet-fish-es.omf +share/omf/mate-applet-fish/mate-applet-fish-eu.omf +share/omf/mate-applet-fish/mate-applet-fish-fi.omf +share/omf/mate-applet-fish/mate-applet-fish-fr.omf +share/omf/mate-applet-fish/mate-applet-fish-it.omf +share/omf/mate-applet-fish/mate-applet-fish-ja.omf +share/omf/mate-applet-fish/mate-applet-fish-ko.omf +share/omf/mate-applet-fish/mate-applet-fish-oc.omf +share/omf/mate-applet-fish/mate-applet-fish-ru.omf +share/omf/mate-applet-fish/mate-applet-fish-sv.omf +share/omf/mate-applet-fish/mate-applet-fish-th.omf +share/omf/mate-applet-fish/mate-applet-fish-uk.omf +share/omf/mate-applet-fish/mate-applet-fish-zh_CN.omf +@dirrm share/omf/mate-applet-fish +@dirrm share/omf/mate-applet-clock +@dirrm share/mate/help/mate-applet-fish/zh_CN/figures +@dirrm share/mate/help/mate-applet-fish/zh_CN +@dirrm share/mate/help/mate-applet-fish/uk/figures +@dirrm share/mate/help/mate-applet-fish/uk +@dirrm share/mate/help/mate-applet-fish/th/figures +@dirrm share/mate/help/mate-applet-fish/th +@dirrm share/mate/help/mate-applet-fish/sv/figures +@dirrm share/mate/help/mate-applet-fish/sv +@dirrm share/mate/help/mate-applet-fish/ru/figures +@dirrm share/mate/help/mate-applet-fish/ru +@dirrm share/mate/help/mate-applet-fish/oc/figures +@dirrm share/mate/help/mate-applet-fish/oc +@dirrm share/mate/help/mate-applet-fish/ko/figures +@dirrm share/mate/help/mate-applet-fish/ko +@dirrm share/mate/help/mate-applet-fish/ja/figures +@dirrm share/mate/help/mate-applet-fish/ja +@dirrm share/mate/help/mate-applet-fish/it/figures +@dirrm share/mate/help/mate-applet-fish/it +@dirrm share/mate/help/mate-applet-fish/fr/figures +@dirrm share/mate/help/mate-applet-fish/fr +@dirrm share/mate/help/mate-applet-fish/fi/figures +@dirrm share/mate/help/mate-applet-fish/fi +@dirrm share/mate/help/mate-applet-fish/eu/figures +@dirrm share/mate/help/mate-applet-fish/eu +@dirrm share/mate/help/mate-applet-fish/es/figures +@dirrm share/mate/help/mate-applet-fish/es +@dirrm share/mate/help/mate-applet-fish/en_GB/figures +@dirrm share/mate/help/mate-applet-fish/en_GB +@dirrm share/mate/help/mate-applet-fish/el/figures +@dirrm share/mate/help/mate-applet-fish/el +@dirrm share/mate/help/mate-applet-fish/de/figures +@dirrm share/mate/help/mate-applet-fish/de +@dirrm share/mate/help/mate-applet-fish/cs/figures +@dirrm share/mate/help/mate-applet-fish/cs +@dirrm share/mate/help/mate-applet-fish/ca/figures +@dirrm share/mate/help/mate-applet-fish/ca +@dirrm share/mate/help/mate-applet-fish/C/figures +@dirrm share/mate/help/mate-applet-fish/C +@dirrm share/mate/help/mate-applet-fish +@dirrm share/mate/help/mate-applet-clock/zh_TW/figures +@dirrm share/mate/help/mate-applet-clock/zh_TW +@dirrm share/mate/help/mate-applet-clock/zh_HK/figures +@dirrm share/mate/help/mate-applet-clock/zh_HK +@dirrm share/mate/help/mate-applet-clock/zh_CN/figures +@dirrm share/mate/help/mate-applet-clock/zh_CN +@dirrm share/mate/help/mate-applet-clock/uk/figures +@dirrm share/mate/help/mate-applet-clock/uk +@dirrm share/mate/help/mate-applet-clock/th/figures +@dirrm share/mate/help/mate-applet-clock/th +@dirrm share/mate/help/mate-applet-clock/sv/figures +@dirrm share/mate/help/mate-applet-clock/sv +@dirrm share/mate/help/mate-applet-clock/sr/figures +@dirrm share/mate/help/mate-applet-clock/sr +@dirrm share/mate/help/mate-applet-clock/ru/figures +@dirrm share/mate/help/mate-applet-clock/ru +@dirrm share/mate/help/mate-applet-clock/pt_BR/figures +@dirrm share/mate/help/mate-applet-clock/pt_BR +@dirrm share/mate/help/mate-applet-clock/pt/figures +@dirrm share/mate/help/mate-applet-clock/pt +@dirrm share/mate/help/mate-applet-clock/pa/figures +@dirrm share/mate/help/mate-applet-clock/pa +@dirrm share/mate/help/mate-applet-clock/oc/figures +@dirrm share/mate/help/mate-applet-clock/oc +@dirrm share/mate/help/mate-applet-clock/nl/figures +@dirrm share/mate/help/mate-applet-clock/nl +@dirrm share/mate/help/mate-applet-clock/ko/figures +@dirrm share/mate/help/mate-applet-clock/ko +@dirrm share/mate/help/mate-applet-clock/ja/figures +@dirrm share/mate/help/mate-applet-clock/ja +@dirrm share/mate/help/mate-applet-clock/it/figures +@dirrm share/mate/help/mate-applet-clock/it +@dirrm share/mate/help/mate-applet-clock/fr/figures +@dirrm share/mate/help/mate-applet-clock/fr +@dirrm share/mate/help/mate-applet-clock/fi/figures +@dirrm share/mate/help/mate-applet-clock/fi +@dirrm share/mate/help/mate-applet-clock/eu/figures +@dirrm share/mate/help/mate-applet-clock/eu +@dirrm share/mate/help/mate-applet-clock/es/figures +@dirrm share/mate/help/mate-applet-clock/es +@dirrm share/mate/help/mate-applet-clock/en_GB/figures +@dirrm share/mate/help/mate-applet-clock/en_GB +@dirrm share/mate/help/mate-applet-clock/el/figures +@dirrm share/mate/help/mate-applet-clock/el +@dirrm share/mate/help/mate-applet-clock/de/figures +@dirrm share/mate/help/mate-applet-clock/de +@dirrm share/mate/help/mate-applet-clock/da/figures +@dirrm share/mate/help/mate-applet-clock/da +@dirrm share/mate/help/mate-applet-clock/cs/figures +@dirrm share/mate/help/mate-applet-clock/cs +@dirrm share/mate/help/mate-applet-clock/ca/figures +@dirrm share/mate/help/mate-applet-clock/ca +@dirrm share/mate/help/mate-applet-clock/ar/figures +@dirrm share/mate/help/mate-applet-clock/ar +@dirrm share/mate/help/mate-applet-clock/C/figures +@dirrm share/mate/help/mate-applet-clock/C +@dirrm share/mate/help/mate-applet-clock +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/applets +@dirrm %%DATADIR%% +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/doc/mate-panel-applet +@dirrmtry lib/mate-panel/modules +@dirrmtry lib/mate-panel +@dirrm include/mate-panel-4.0/libmate-panel-applet +@dirrm include/mate-panel-4.0 +@exec %D/bin/gio-querymodules %D/lib/mate-panel/modules Property changes on: head/x11/mate-panel/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-screensaver/Makefile =================================================================== --- head/x11/mate-screensaver/Makefile (nonexistent) +++ head/x11/mate-screensaver/Makefile (revision 334661) @@ -0,0 +1,105 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-screensaver +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE screen saver and locker + +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libnotify.so:${PORTSDIR}/devel/libnotify + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_GL= gl +USE_XZ= yes +USE_MATE= desktop libmatekbd menus +USE_XORG= ice sm x11 xext xtst xxf86misc xxf86vm xscrnsaver +USE_GNOME= glib20 gnomehier gtk20 intlhack +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xscreensaverdir=${XSCREENSAVER_DIR} \ + --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks \ + --with-console-kit=yes \ + --with-systemd=no +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.screensaver.gschema.xml + +#PLIST= ${WRKDIR}/pkg-plist +SUB_FILES+= mate-screensaver.pam + +XSCREENSAVER_DIR= ${PREFIX}/share/xscreensaver/config +SCREENSAVER_DIR= share/applications/screensavers + +XSCREENSAVER_EXCLUDE= "(popsquares.xml)" + +OPTIONS_DEFINE= PAM KEYRING HACKS +OPTIONS_DEFAULT=PAM KEYRING +PAM_DESC= Pluggable Authentication Module support +KEYRING_DESC= MateKeyring integration (needs PAM) +HACKS_DESC= Install extra gnome xscreensavers + +.include + +.if ${PORT_OPTIONS:MXSCREENSAVER} +RUN_DEPENDS= xscreensaver-gnome-hacks>=0:${PORTSDIR}/x11/xscreensaver-gnome-hacks +.endif + +.if ${PORT_OPTIONS:MPAM} +RUN_DEPENDS+= pam_helper:${PORTSDIR}/security/pam_helper +CONFIGURE_ARGS+=--enable-authentication-scheme=helper \ + --with-passwd-helper=${LOCALBASE}/bin/pam_helper +PLIST_SUB+= PAM="" +.else +CONFIGURE_ARGS+=--disable-pam +PLIST_SUB+= PAM="@comment " +.endif + +.if ${PORT_OPTIONS:MKEYRING} && ${PORT_OPTIONS:MPAM} +SUB_LIST+= PAM_KEYRING= +USE_MATE+= keyring:run +.else +SUB_LIST+= PAM_KEYRING=\# +.endif + +pre-everything:: +.if !${PORT_OPTIONS:MPAM} && ${PORT_OPTIONS:MKEYRING} + @${ECHO_MSG} "Keyring integration is disabled because it needs PAM." +.endif + +post-patch: +.if ${PORT_OPTIONS:MPAM} + @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ + ${WRKSRC}/src/gs-auth-pam.c +.endif + +#.if defined (HACKS) +#pre-install: +# @${CAT} ${.CURDIR}/pkg-plist > ${PLIST} +# @cd ${STAGEDIR}${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ +# ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ +# ${SED} -e 's:^:${SCREENSAVER_DIR}/:' | \ +# ${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST} +# @${ECHO_CMD} @dirrm ${SCREENSAVER_DIR} >> ${PLIST} +#.endif + +post-install: +#.if defined(HACKS) +# ${MKDIR} ${STAGEDIR}${PREFIX}/${SCREENSAVER_DIR} +# cd ${STAGEDIR}${PREFIX}/${SCREENSAVER_DIR} && \ +# ${FIND} -s ${STAGEDIR}${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \ +# ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ +# ${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh +#.endif +.if ${PORT_OPTIONS:MPAM} + ${INSTALL_DATA} ${WRKDIR}/mate-screensaver.pam ${STAGEDIR}${PREFIX}/etc/pam.d/mate-screensaver +.endif + +.include Property changes on: head/x11/mate-screensaver/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-screensaver/distinfo =================================================================== --- head/x11/mate-screensaver/distinfo (nonexistent) +++ head/x11/mate-screensaver/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-screensaver-1.6.1.tar.xz) = b04801e68d013c899cdfefceed25e28040c21197a2da40cd650be52ac643843c +SIZE (mate/mate-screensaver-1.6.1.tar.xz) = 4974032 Property changes on: head/x11/mate-screensaver/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-screensaver/files/mate-screensaver.pam.in =================================================================== --- head/x11/mate-screensaver/files/mate-screensaver.pam.in (nonexistent) +++ head/x11/mate-screensaver/files/mate-screensaver.pam.in (revision 334661) @@ -0,0 +1,3 @@ +auth include system +%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_mate_keyring.so +account include system Property changes on: head/x11/mate-screensaver/files/mate-screensaver.pam.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-screensaver/files/patch-data_Makefile.am =================================================================== --- head/x11/mate-screensaver/files/patch-data_Makefile.am (nonexistent) +++ head/x11/mate-screensaver/files/patch-data_Makefile.am (revision 334661) @@ -0,0 +1,70 @@ +--- data/Makefile.am.orig 2012-07-27 22:26:17.000000000 -0500 ++++ data/Makefile.am 2012-07-27 22:26:55.000000000 -0500 +@@ -82,35 +82,35 @@ + endif + + install-data-hook: +- @system=`uname`; \ +- if test -f /usr/include/security/pam_appl.h; then \ +- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ +- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ +- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ +- fi; \ +- if test $$system = Linux; then \ +- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; then \ +- $(INSTALL_DATA) mate-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; \ +- fi; \ +- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ +- echo "***" ; \ +- echo "*** Warning: mate-screensaver has been compiled with support for" ; \ +- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ +- echo "*** manually install $(PAM_PREFIX)/pam.d/mate-screensaver" ; \ +- echo "*** to /etc/pam.d/mate-screensaver. Otherwise, unlocking might" ; \ +- echo "*** not work." ; \ +- echo "***" ; \ +- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ +- echo "***" ; \ +- fi; \ +- fi; \ +- if test $$system = SunOS; then \ +- echo "***" ; \ +- echo "*** Warning: mate-screensaver has been compiled with support for" ; \ +- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ +- echo "*** need to manually add authentication for mate-screensaver in" ; \ +- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ +- echo "*** Otherwise, unlocking might not work." ; \ +- echo "***" ; \ +- fi; \ +- fi ++# @system=`uname`; \ ++# if test -f /usr/include/security/pam_appl.h; then \ ++# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ ++# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ ++# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ ++# fi; \ ++# if test $$system = Linux; then \ ++# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; then \ ++# $(INSTALL_DATA) mate-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; \ ++# fi; \ ++# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ ++# echo "***" ; \ ++# echo "*** Warning: mate-screensaver has been compiled with support for" ; \ ++# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ ++# echo "*** manually install $(PAM_PREFIX)/pam.d/mate-screensaver" ; \ ++# echo "*** to /etc/pam.d/mate-screensaver. Otherwise, unlocking might" ; \ ++# echo "*** not work." ; \ ++# echo "***" ; \ ++# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ ++# echo "***" ; \ ++# fi; \ ++# fi; \ ++# if test $$system = SunOS; then \ ++# echo "***" ; \ ++# echo "*** Warning: mate-screensaver has been compiled with support for" ; \ ++# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ ++# echo "*** need to manually add authentication for mate-screensaver in" ; \ ++# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ ++# echo "*** Otherwise, unlocking might not work." ; \ ++# echo "***" ; \ ++# fi; \ ++# fi Property changes on: head/x11/mate-screensaver/files/patch-data_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-screensaver/files/patch-src_gs-job.c =================================================================== --- head/x11/mate-screensaver/files/patch-src_gs-job.c (nonexistent) +++ head/x11/mate-screensaver/files/patch-src_gs-job.c (revision 334661) @@ -0,0 +1,12 @@ +--- src/gs-job.c.orig Wed Sep 7 09:23:59 2005 ++++ src/gs-job.c Mon Sep 12 13:24:11 2005 +@@ -29,7 +29,8 @@ + #include + #include + +-#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS) ++#if defined(HAVE_SETPRIORITY) ++#include + #include + #endif + Property changes on: head/x11/mate-screensaver/files/patch-src_gs-job.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-screensaver/pkg-descr =================================================================== --- head/x11/mate-screensaver/pkg-descr (nonexistent) +++ head/x11/mate-screensaver/pkg-descr (revision 334661) @@ -0,0 +1,9 @@ +Mate-screensaver is MATE-based screen saver and locker that aims to have +simple, sane, secure defaults and be well integrated with the desktop. +It is designed to support: + + * the ability to lock down configuration settings + * translation into other languages + * user switching + +http://mate-desktop.org/ Property changes on: head/x11/mate-screensaver/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-screensaver/pkg-plist =================================================================== --- head/x11/mate-screensaver/pkg-plist (nonexistent) +++ head/x11/mate-screensaver/pkg-plist (revision 334661) @@ -0,0 +1,169 @@ +bin/mate-screensaver +bin/mate-screensaver-command +bin/mate-screensaver-preferences +%%PAM%%etc/pam.d/mate-screensaver +etc/xdg/autostart/mate-screensaver.desktop +etc/xdg/menus/mate-screensavers.menu +libdata/pkgconfig/mate-screensaver.pc +@owner root +@mode 6555 +libexec/mate-screensaver-dialog +@owner +@mode +libexec/mate-screensaver-gl-helper +libexec/mate-screensaver/floaters +libexec/mate-screensaver/popsquares +libexec/mate-screensaver/slideshow +man/man1/mate-screensaver-command.1.gz +man/man1/mate-screensaver-preferences.1.gz +man/man1/mate-screensaver.1.gz +share/MateConf/gsettings/org.mate.screensaver.gschema.migrate +share/applications/mate-screensaver-preferences.desktop +share/applications/screensavers/cosmos-slideshow.desktop +share/applications/screensavers/footlogo-floaters.desktop +share/applications/screensavers/personal-slideshow.desktop +share/applications/screensavers/popsquares.desktop +share/backgrounds/cosmos/background-1.xml +share/backgrounds/cosmos/blue-marble-west.jpg +share/backgrounds/cosmos/cloud.jpg +share/backgrounds/cosmos/comet.jpg +share/backgrounds/cosmos/earth-horizon.jpg +share/backgrounds/cosmos/galaxy-ngc3370.jpg +share/backgrounds/cosmos/helix-nebula.jpg +share/backgrounds/cosmos/jupiter.jpg +share/backgrounds/cosmos/sombrero.jpg +share/backgrounds/cosmos/whirlpool.jpg +share/dbus-1/services/org.mate.ScreenSaver.service +share/desktop-directories/mate-screensaver.directory +share/locale/am/LC_MESSAGES/mate-screensaver.mo +share/locale/ar/LC_MESSAGES/mate-screensaver.mo +share/locale/as/LC_MESSAGES/mate-screensaver.mo +share/locale/ast/LC_MESSAGES/mate-screensaver.mo +share/locale/be/LC_MESSAGES/mate-screensaver.mo +share/locale/be@latin/LC_MESSAGES/mate-screensaver.mo +share/locale/bg/LC_MESSAGES/mate-screensaver.mo +share/locale/bn/LC_MESSAGES/mate-screensaver.mo +share/locale/bn_IN/LC_MESSAGES/mate-screensaver.mo +share/locale/br/LC_MESSAGES/mate-screensaver.mo +share/locale/ca/LC_MESSAGES/mate-screensaver.mo +share/locale/ca@valencia/LC_MESSAGES/mate-screensaver.mo +share/locale/crh/LC_MESSAGES/mate-screensaver.mo +share/locale/cs/LC_MESSAGES/mate-screensaver.mo +share/locale/cy/LC_MESSAGES/mate-screensaver.mo +share/locale/da/LC_MESSAGES/mate-screensaver.mo +share/locale/de/LC_MESSAGES/mate-screensaver.mo +share/locale/dz/LC_MESSAGES/mate-screensaver.mo +share/locale/el/LC_MESSAGES/mate-screensaver.mo +share/locale/en@shaw/LC_MESSAGES/mate-screensaver.mo +share/locale/en_AU/LC_MESSAGES/mate-screensaver.mo +share/locale/en_CA/LC_MESSAGES/mate-screensaver.mo +share/locale/en_GB/LC_MESSAGES/mate-screensaver.mo +share/locale/es/LC_MESSAGES/mate-screensaver.mo +share/locale/et/LC_MESSAGES/mate-screensaver.mo +share/locale/eu/LC_MESSAGES/mate-screensaver.mo +share/locale/fa/LC_MESSAGES/mate-screensaver.mo +share/locale/fi/LC_MESSAGES/mate-screensaver.mo +share/locale/fr/LC_MESSAGES/mate-screensaver.mo +share/locale/ga/LC_MESSAGES/mate-screensaver.mo +share/locale/gl/LC_MESSAGES/mate-screensaver.mo +share/locale/gu/LC_MESSAGES/mate-screensaver.mo +share/locale/he/LC_MESSAGES/mate-screensaver.mo +share/locale/hi/LC_MESSAGES/mate-screensaver.mo +share/locale/hr/LC_MESSAGES/mate-screensaver.mo +share/locale/hu/LC_MESSAGES/mate-screensaver.mo +share/locale/id/LC_MESSAGES/mate-screensaver.mo +share/locale/is/LC_MESSAGES/mate-screensaver.mo +share/locale/it/LC_MESSAGES/mate-screensaver.mo +share/locale/ja/LC_MESSAGES/mate-screensaver.mo +share/locale/ka/LC_MESSAGES/mate-screensaver.mo +share/locale/kn/LC_MESSAGES/mate-screensaver.mo +share/locale/ko/LC_MESSAGES/mate-screensaver.mo +share/locale/ku/LC_MESSAGES/mate-screensaver.mo +share/locale/lt/LC_MESSAGES/mate-screensaver.mo +share/locale/lv/LC_MESSAGES/mate-screensaver.mo +share/locale/mai/LC_MESSAGES/mate-screensaver.mo +share/locale/mg/LC_MESSAGES/mate-screensaver.mo +share/locale/mk/LC_MESSAGES/mate-screensaver.mo +share/locale/ml/LC_MESSAGES/mate-screensaver.mo +share/locale/mn/LC_MESSAGES/mate-screensaver.mo +share/locale/mr/LC_MESSAGES/mate-screensaver.mo +share/locale/ms/LC_MESSAGES/mate-screensaver.mo +share/locale/nb/LC_MESSAGES/mate-screensaver.mo +share/locale/nds/LC_MESSAGES/mate-screensaver.mo +share/locale/ne/LC_MESSAGES/mate-screensaver.mo +share/locale/nl/LC_MESSAGES/mate-screensaver.mo +share/locale/nn/LC_MESSAGES/mate-screensaver.mo +share/locale/oc/LC_MESSAGES/mate-screensaver.mo +share/locale/or/LC_MESSAGES/mate-screensaver.mo +share/locale/pa/LC_MESSAGES/mate-screensaver.mo +share/locale/pl/LC_MESSAGES/mate-screensaver.mo +share/locale/ps/LC_MESSAGES/mate-screensaver.mo +share/locale/pt/LC_MESSAGES/mate-screensaver.mo +share/locale/pt_BR/LC_MESSAGES/mate-screensaver.mo +share/locale/ro/LC_MESSAGES/mate-screensaver.mo +share/locale/ru/LC_MESSAGES/mate-screensaver.mo +share/locale/si/LC_MESSAGES/mate-screensaver.mo +share/locale/sk/LC_MESSAGES/mate-screensaver.mo +share/locale/sl/LC_MESSAGES/mate-screensaver.mo +share/locale/sq/LC_MESSAGES/mate-screensaver.mo +share/locale/sr/LC_MESSAGES/mate-screensaver.mo +share/locale/sr@latin/LC_MESSAGES/mate-screensaver.mo +share/locale/sv/LC_MESSAGES/mate-screensaver.mo +share/locale/ta/LC_MESSAGES/mate-screensaver.mo +share/locale/te/LC_MESSAGES/mate-screensaver.mo +share/locale/th/LC_MESSAGES/mate-screensaver.mo +share/locale/tr/LC_MESSAGES/mate-screensaver.mo +share/locale/uk/LC_MESSAGES/mate-screensaver.mo +share/locale/vi/LC_MESSAGES/mate-screensaver.mo +share/locale/zh_CN/LC_MESSAGES/mate-screensaver.mo +share/locale/zh_HK/LC_MESSAGES/mate-screensaver.mo +share/locale/zh_TW/LC_MESSAGES/mate-screensaver.mo +share/mate-background-properties/cosmos.xml +%%DATADIR%%/lock-dialog-default.ui +%%DATADIR%%/mate-screensaver-preferences.ui +share/pixmaps/mate-logo-white.svg +@dirrm %%DATADIR%% +@dirrmtry share/mate-background-properties +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/desktop-directories +@dirrmtry share/backgrounds/cosmos +@dirrmtry share/backgrounds +@dirrm libexec/mate-screensaver +@dirrmtry etc/xdg/menus Property changes on: head/x11/mate-screensaver/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-session-manager/Makefile =================================================================== --- head/x11/mate-session-manager/Makefile (nonexistent) +++ head/x11/mate-session-manager/Makefile (revision 334661) @@ -0,0 +1,36 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-session-manager +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the MATE desktop + +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo +RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ + ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= settingsdaemon +USE_XORG= ice sm xau xext xrandr xrender xtrans xtst +USE_GNOME= glib20 gnomehier gtk20 intlhack librsvg2 libxslt pango +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemd=no +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.session.gschema.xml + +.include Property changes on: head/x11/mate-session-manager/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-session-manager/distinfo =================================================================== --- head/x11/mate-session-manager/distinfo (nonexistent) +++ head/x11/mate-session-manager/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-session-manager-1.6.1.tar.xz) = 4ee7b4ae18df5becd986b05634428edf0ad8de150a14dc29848b6d34ab312ce9 +SIZE (mate/mate-session-manager-1.6.1.tar.xz) = 641524 Property changes on: head/x11/mate-session-manager/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c =================================================================== --- head/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c (nonexistent) +++ head/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c (revision 334661) @@ -0,0 +1,10 @@ +--- mate-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 ++++ mate-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include + #include Property changes on: head/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-session-manager/pkg-descr =================================================================== --- head/x11/mate-session-manager/pkg-descr (nonexistent) +++ head/x11/mate-session-manager/pkg-descr (revision 334661) @@ -0,0 +1,4 @@ +This provides session management for the MATE desktop, and +provides the tools used to start the desktop. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-session-manager/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-session-manager/pkg-plist =================================================================== --- head/x11/mate-session-manager/pkg-plist (nonexistent) +++ head/x11/mate-session-manager/pkg-plist (revision 334661) @@ -0,0 +1,187 @@ +bin/mate-session +bin/mate-session-properties +bin/mate-session-save +bin/mate-wm +man/man1/mate-session-properties.1.gz +man/man1/mate-session-save.1.gz +man/man1/mate-session.1.gz +man/man1/mate-wm.1.gz +share/MateConf/gsettings/mate-session.convert +share/applications/mate-session-properties.desktop +share/icons/hicolor/16x16/apps/mate-session-properties.png +share/icons/hicolor/22x22/apps/mate-session-properties.png +share/icons/hicolor/24x24/apps/mate-session-properties.png +share/icons/hicolor/32x32/apps/mate-session-properties.png +share/icons/hicolor/48x48/apps/mate-session-properties.png +share/icons/hicolor/scalable/apps/mate-session-properties.svg +share/locale/af/LC_MESSAGES/mate-session-manager.mo +share/locale/am/LC_MESSAGES/mate-session-manager.mo +share/locale/ar/LC_MESSAGES/mate-session-manager.mo +share/locale/as/LC_MESSAGES/mate-session-manager.mo +share/locale/ast/LC_MESSAGES/mate-session-manager.mo +share/locale/az/LC_MESSAGES/mate-session-manager.mo +share/locale/be/LC_MESSAGES/mate-session-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/bg/LC_MESSAGES/mate-session-manager.mo +share/locale/bn/LC_MESSAGES/mate-session-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-session-manager.mo +share/locale/br/LC_MESSAGES/mate-session-manager.mo +share/locale/bs/LC_MESSAGES/mate-session-manager.mo +share/locale/ca/LC_MESSAGES/mate-session-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-session-manager.mo +share/locale/crh/LC_MESSAGES/mate-session-manager.mo +share/locale/cs/LC_MESSAGES/mate-session-manager.mo +share/locale/cy/LC_MESSAGES/mate-session-manager.mo +share/locale/da/LC_MESSAGES/mate-session-manager.mo +share/locale/de/LC_MESSAGES/mate-session-manager.mo +share/locale/dz/LC_MESSAGES/mate-session-manager.mo +share/locale/el/LC_MESSAGES/mate-session-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-session-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-session-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-session-manager.mo +share/locale/eo/LC_MESSAGES/mate-session-manager.mo +share/locale/es/LC_MESSAGES/mate-session-manager.mo +share/locale/et/LC_MESSAGES/mate-session-manager.mo +share/locale/eu/LC_MESSAGES/mate-session-manager.mo +share/locale/fa/LC_MESSAGES/mate-session-manager.mo +share/locale/fi/LC_MESSAGES/mate-session-manager.mo +share/locale/fr/LC_MESSAGES/mate-session-manager.mo +share/locale/fur/LC_MESSAGES/mate-session-manager.mo +share/locale/fy/LC_MESSAGES/mate-session-manager.mo +share/locale/ga/LC_MESSAGES/mate-session-manager.mo +share/locale/gl/LC_MESSAGES/mate-session-manager.mo +share/locale/gu/LC_MESSAGES/mate-session-manager.mo +share/locale/ha/LC_MESSAGES/mate-session-manager.mo +share/locale/he/LC_MESSAGES/mate-session-manager.mo +share/locale/hi/LC_MESSAGES/mate-session-manager.mo +share/locale/hr/LC_MESSAGES/mate-session-manager.mo +share/locale/hu/LC_MESSAGES/mate-session-manager.mo +share/locale/hy/LC_MESSAGES/mate-session-manager.mo +share/locale/id/LC_MESSAGES/mate-session-manager.mo +share/locale/ig/LC_MESSAGES/mate-session-manager.mo +share/locale/is/LC_MESSAGES/mate-session-manager.mo +share/locale/it/LC_MESSAGES/mate-session-manager.mo +share/locale/ja/LC_MESSAGES/mate-session-manager.mo +share/locale/ka/LC_MESSAGES/mate-session-manager.mo +share/locale/kn/LC_MESSAGES/mate-session-manager.mo +share/locale/ko/LC_MESSAGES/mate-session-manager.mo +share/locale/ku/LC_MESSAGES/mate-session-manager.mo +share/locale/lt/LC_MESSAGES/mate-session-manager.mo +share/locale/lv/LC_MESSAGES/mate-session-manager.mo +share/locale/mai/LC_MESSAGES/mate-session-manager.mo +share/locale/mg/LC_MESSAGES/mate-session-manager.mo +share/locale/mi/LC_MESSAGES/mate-session-manager.mo +share/locale/mk/LC_MESSAGES/mate-session-manager.mo +share/locale/ml/LC_MESSAGES/mate-session-manager.mo +share/locale/mn/LC_MESSAGES/mate-session-manager.mo +share/locale/mr/LC_MESSAGES/mate-session-manager.mo +share/locale/ms/LC_MESSAGES/mate-session-manager.mo +share/locale/nb/LC_MESSAGES/mate-session-manager.mo +share/locale/nds/LC_MESSAGES/mate-session-manager.mo +share/locale/ne/LC_MESSAGES/mate-session-manager.mo +share/locale/nl/LC_MESSAGES/mate-session-manager.mo +share/locale/nn/LC_MESSAGES/mate-session-manager.mo +share/locale/nso/LC_MESSAGES/mate-session-manager.mo +share/locale/oc/LC_MESSAGES/mate-session-manager.mo +share/locale/or/LC_MESSAGES/mate-session-manager.mo +share/locale/pa/LC_MESSAGES/mate-session-manager.mo +share/locale/pl/LC_MESSAGES/mate-session-manager.mo +share/locale/ps/LC_MESSAGES/mate-session-manager.mo +share/locale/pt/LC_MESSAGES/mate-session-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-session-manager.mo +share/locale/ro/LC_MESSAGES/mate-session-manager.mo +share/locale/ru/LC_MESSAGES/mate-session-manager.mo +share/locale/rw/LC_MESSAGES/mate-session-manager.mo +share/locale/si/LC_MESSAGES/mate-session-manager.mo +share/locale/sk/LC_MESSAGES/mate-session-manager.mo +share/locale/sl/LC_MESSAGES/mate-session-manager.mo +share/locale/sq/LC_MESSAGES/mate-session-manager.mo +share/locale/sr/LC_MESSAGES/mate-session-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/sv/LC_MESSAGES/mate-session-manager.mo +share/locale/ta/LC_MESSAGES/mate-session-manager.mo +share/locale/te/LC_MESSAGES/mate-session-manager.mo +share/locale/th/LC_MESSAGES/mate-session-manager.mo +share/locale/tk/LC_MESSAGES/mate-session-manager.mo +share/locale/tr/LC_MESSAGES/mate-session-manager.mo +share/locale/ug/LC_MESSAGES/mate-session-manager.mo +share/locale/uk/LC_MESSAGES/mate-session-manager.mo +share/locale/uz/LC_MESSAGES/mate-session-manager.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-session-manager.mo +share/locale/vi/LC_MESSAGES/mate-session-manager.mo +share/locale/wa/LC_MESSAGES/mate-session-manager.mo +share/locale/xh/LC_MESSAGES/mate-session-manager.mo +share/locale/yo/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-session-manager.mo +share/locale/zu/LC_MESSAGES/mate-session-manager.mo +share/mate-session-manager/gsm-inhibit-dialog.ui +share/mate-session-manager/session-properties.ui +share/xsessions/mate.desktop +@dirrmtry share/xsessions +@dirrm share/mate-session-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/x11/mate-session-manager/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-terminal/Makefile =================================================================== --- head/x11/mate-terminal/Makefile (nonexistent) +++ head/x11/mate-terminal/Makefile (revision 334661) @@ -0,0 +1,30 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-terminal +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Terminal component for the MATE Desktop + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack +USE_XORG= sm x11 +USE_GNOME= dconf glib20 gnomehier gtk20 vte +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.terminal.gschema.xml + +.include Property changes on: head/x11/mate-terminal/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-terminal/distinfo =================================================================== --- head/x11/mate-terminal/distinfo (nonexistent) +++ head/x11/mate-terminal/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-terminal-1.6.1.tar.xz) = ebcb1c323e9a5cae7f4ed0548b57de34f6ef3361d5b1bf6bc5921f5a49e0301b +SIZE (mate/mate-terminal-1.6.1.tar.xz) = 1459056 Property changes on: head/x11/mate-terminal/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-terminal/files/patch-src_terminal-screen.c =================================================================== --- head/x11/mate-terminal/files/patch-src_terminal-screen.c (nonexistent) +++ head/x11/mate-terminal/files/patch-src_terminal-screen.c (revision 334661) @@ -0,0 +1,98 @@ +--- src/terminal-screen.c.orig 2012-07-27 16:58:59.000000000 -0500 ++++ src/terminal-screen.c 2012-07-27 17:03:08.000000000 -0500 +@@ -18,6 +18,15 @@ + + #include + ++#ifdef __FreeBSD__ ++#include ++#include ++#include ++#include ++#ifdef HAVE_KINFO_GETFILE ++#include ++#endif ++#endif + #include + #include + #include +@@ -190,16 +199,29 @@ + static char * + cwd_of_pid (int pid) + { ++#ifndef __FreeBSD__ + static const char patterns[][18] = + { + "/proc/%d/cwd", /* Linux */ + "/proc/%d/path/cwd", /* Solaris >= 10 */ + }; ++#else ++#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) ++ struct kinfo_file *freep, *kif; ++#ifndef HAVE_KINFO_GETFILE ++ size_t len; ++ int name[4]; ++#else ++ int cnt; ++#endif /* HAVE_KINFO_GETFILE */ ++#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ ++#endif /* __FreeBSD__ */ + guint i; + + if (pid == -1) + return NULL; + ++#ifndef __FreeBSD__ + /* Try to get the working directory using various OS-specific mechanisms */ + for (i = 0; i < G_N_ELEMENTS (patterns); ++i) + { +@@ -237,6 +259,49 @@ + return working_dir; + } + } ++#else ++ int fgpid = pid; ++#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) ++#ifndef HAVE_KINFO_GETFILE ++ name[0] = CTL_KERN; ++ name[1] = KERN_PROC; ++ name[2] = KERN_PROC_FILEDESC; ++ name[3] = fgpid; ++ ++ if (sysctl (name, 4, NULL, &len, NULL, 0) < 0) ++ return NULL; ++ freep = kif = g_malloc (len); ++ if (sysctl (name, 4, kif, &len, NULL, 0) < 0) ++ { ++ g_free (freep); ++ return NULL; ++ } ++#else ++ freep = kinfo_getfile (fgpid, &cnt); ++#endif /* HAVE_KINFO_GETFILE */ ++ ++#ifndef HAVE_KINFO_GETFILE ++ for (i = 0; i < len / sizeof (*kif); i++, kif++) ++ { ++ if (kif->kf_structsize != sizeof (*kif)) ++ continue; ++#else ++ for (i = 0; i < cnt; i++) ++ { ++ kif = &freep[i]; ++#endif /* HAVE_KINFO_GETFILE */ ++ if (kif->kf_fd == KF_FD_TYPE_CWD) ++ { ++ char *working_dir; ++ ++ working_dir = g_strdup (kif->kf_path); ++ g_free (freep); ++ return working_dir; ++ } ++ } ++ g_free (freep); ++#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ ++#endif /* __FreeBSD__ */ + + return NULL; + } Property changes on: head/x11/mate-terminal/files/patch-src_terminal-screen.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-terminal/files/patch-src_terminal.c =================================================================== --- head/x11/mate-terminal/files/patch-src_terminal.c (nonexistent) +++ head/x11/mate-terminal/files/patch-src_terminal.c (revision 334661) @@ -0,0 +1,11 @@ +--- src/terminal.c.orig 2012-07-27 16:57:04.000000000 -0500 ++++ src/terminal.c 2012-07-27 16:57:20.000000000 -0500 +@@ -598,7 +598,7 @@ + data = g_new (OwnData, 1); + data->factory_name = get_factory_name_for_display (display_name); + data->options = options; +- data->exit_code = -1; ++ data->exit_code = EXIT_SUCCESS; + data->argv = argv_copy; + data->argc = argc_copy; + Property changes on: head/x11/mate-terminal/files/patch-src_terminal.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/mate-terminal/files/patch-configure.ac =================================================================== --- head/x11/mate-terminal/files/patch-configure.ac (nonexistent) +++ head/x11/mate-terminal/files/patch-configure.ac (revision 334661) @@ -0,0 +1,13 @@ +--- configure.ac.orig 2009-05-03 15:25:26.000000000 -0400 ++++ configure.ac 2009-05-03 15:26:34.000000000 -0400 +@@ -96,6 +96,10 @@ AC_SUBST([GLIB_GENMARSHAL]) + GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)" + AC_SUBST([GLIB_MKENUMS]) + ++AC_CHECK_LIB(util, kinfo_getfile, ++ [LIBS="${LIBS} -lutil" ++ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) ++ + AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false]) + if test "$GTK_BUILDER_CONVERT" = "false"; then + AC_MSG_ERROR([gtk-builder-convert not found]) Property changes on: head/x11/mate-terminal/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-terminal/pkg-descr =================================================================== --- head/x11/mate-terminal/pkg-descr (nonexistent) +++ head/x11/mate-terminal/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +Default terminal emulator for the MATE Desktop. + +WWW: http://mate-desktop.org/ Property changes on: head/x11/mate-terminal/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/mate-terminal/pkg-plist =================================================================== --- head/x11/mate-terminal/pkg-plist (nonexistent) +++ head/x11/mate-terminal/pkg-plist (revision 334661) @@ -0,0 +1,288 @@ +bin/mate-terminal +man/man1/mate-terminal.1.gz +share/applications/mate-terminal.desktop +share/locale/am/LC_MESSAGES/mate-terminal.mo +share/locale/ar/LC_MESSAGES/mate-terminal.mo +share/locale/as/LC_MESSAGES/mate-terminal.mo +share/locale/ast/LC_MESSAGES/mate-terminal.mo +share/locale/az/LC_MESSAGES/mate-terminal.mo +share/locale/be/LC_MESSAGES/mate-terminal.mo +share/locale/be@latin/LC_MESSAGES/mate-terminal.mo +share/locale/bg/LC_MESSAGES/mate-terminal.mo +share/locale/bn/LC_MESSAGES/mate-terminal.mo +share/locale/bn_IN/LC_MESSAGES/mate-terminal.mo +share/locale/br/LC_MESSAGES/mate-terminal.mo +share/locale/bs/LC_MESSAGES/mate-terminal.mo +share/locale/ca/LC_MESSAGES/mate-terminal.mo +share/locale/ca@valencia/LC_MESSAGES/mate-terminal.mo +share/locale/cs/LC_MESSAGES/mate-terminal.mo +share/locale/cy/LC_MESSAGES/mate-terminal.mo +share/locale/da/LC_MESSAGES/mate-terminal.mo +share/locale/de/LC_MESSAGES/mate-terminal.mo +share/locale/dz/LC_MESSAGES/mate-terminal.mo +share/locale/el/LC_MESSAGES/mate-terminal.mo +share/locale/en@shaw/LC_MESSAGES/mate-terminal.mo +share/locale/en_AU/LC_MESSAGES/mate-terminal.mo +share/locale/en_CA/LC_MESSAGES/mate-terminal.mo +share/locale/en_GB/LC_MESSAGES/mate-terminal.mo +share/locale/eo/LC_MESSAGES/mate-terminal.mo +share/locale/es/LC_MESSAGES/mate-terminal.mo +share/locale/et/LC_MESSAGES/mate-terminal.mo +share/locale/eu/LC_MESSAGES/mate-terminal.mo +share/locale/fa/LC_MESSAGES/mate-terminal.mo +share/locale/fi/LC_MESSAGES/mate-terminal.mo +share/locale/fr/LC_MESSAGES/mate-terminal.mo +share/locale/fur/LC_MESSAGES/mate-terminal.mo +share/locale/ga/LC_MESSAGES/mate-terminal.mo +share/locale/gl/LC_MESSAGES/mate-terminal.mo +share/locale/gu/LC_MESSAGES/mate-terminal.mo +share/locale/he/LC_MESSAGES/mate-terminal.mo +share/locale/hi/LC_MESSAGES/mate-terminal.mo +share/locale/hr/LC_MESSAGES/mate-terminal.mo +share/locale/hu/LC_MESSAGES/mate-terminal.mo +share/locale/hy/LC_MESSAGES/mate-terminal.mo +share/locale/id/LC_MESSAGES/mate-terminal.mo +share/locale/it/LC_MESSAGES/mate-terminal.mo +share/locale/ja/LC_MESSAGES/mate-terminal.mo +share/locale/ka/LC_MESSAGES/mate-terminal.mo +share/locale/kk/LC_MESSAGES/mate-terminal.mo +share/locale/kn/LC_MESSAGES/mate-terminal.mo +share/locale/ko/LC_MESSAGES/mate-terminal.mo +share/locale/ku/LC_MESSAGES/mate-terminal.mo +share/locale/ky/LC_MESSAGES/mate-terminal.mo +share/locale/lt/LC_MESSAGES/mate-terminal.mo +share/locale/lv/LC_MESSAGES/mate-terminal.mo +share/locale/mai/LC_MESSAGES/mate-terminal.mo +share/locale/mg/LC_MESSAGES/mate-terminal.mo +share/locale/mk/LC_MESSAGES/mate-terminal.mo +share/locale/ml/LC_MESSAGES/mate-terminal.mo +share/locale/mn/LC_MESSAGES/mate-terminal.mo +share/locale/mr/LC_MESSAGES/mate-terminal.mo +share/locale/ms/LC_MESSAGES/mate-terminal.mo +share/locale/nb/LC_MESSAGES/mate-terminal.mo +share/locale/nds/LC_MESSAGES/mate-terminal.mo +share/locale/ne/LC_MESSAGES/mate-terminal.mo +share/locale/nl/LC_MESSAGES/mate-terminal.mo +share/locale/nn/LC_MESSAGES/mate-terminal.mo +share/locale/oc/LC_MESSAGES/mate-terminal.mo +share/locale/or/LC_MESSAGES/mate-terminal.mo +share/locale/pa/LC_MESSAGES/mate-terminal.mo +share/locale/pl/LC_MESSAGES/mate-terminal.mo +share/locale/ps/LC_MESSAGES/mate-terminal.mo +share/locale/pt/LC_MESSAGES/mate-terminal.mo +share/locale/pt_BR/LC_MESSAGES/mate-terminal.mo +share/locale/ro/LC_MESSAGES/mate-terminal.mo +share/locale/ru/LC_MESSAGES/mate-terminal.mo +share/locale/rw/LC_MESSAGES/mate-terminal.mo +share/locale/si/LC_MESSAGES/mate-terminal.mo +share/locale/sk/LC_MESSAGES/mate-terminal.mo +share/locale/sl/LC_MESSAGES/mate-terminal.mo +share/locale/sq/LC_MESSAGES/mate-terminal.mo +share/locale/sr/LC_MESSAGES/mate-terminal.mo +share/locale/sr@latin/LC_MESSAGES/mate-terminal.mo +share/locale/sv/LC_MESSAGES/mate-terminal.mo +share/locale/ta/LC_MESSAGES/mate-terminal.mo +share/locale/te/LC_MESSAGES/mate-terminal.mo +share/locale/th/LC_MESSAGES/mate-terminal.mo +share/locale/tr/LC_MESSAGES/mate-terminal.mo +share/locale/ug/LC_MESSAGES/mate-terminal.mo +share/locale/uk/LC_MESSAGES/mate-terminal.mo +share/locale/vi/LC_MESSAGES/mate-terminal.mo +share/locale/wa/LC_MESSAGES/mate-terminal.mo +share/locale/xh/LC_MESSAGES/mate-terminal.mo +share/locale/zh_CN/LC_MESSAGES/mate-terminal.mo +share/locale/zh_HK/LC_MESSAGES/mate-terminal.mo +share/locale/zh_TW/LC_MESSAGES/mate-terminal.mo +%%DATADIR%%/encodings-dialog.ui +%%DATADIR%%/find-dialog.ui +%%DATADIR%%/keybinding-editor.ui +%%DATADIR%%/profile-manager.ui +%%DATADIR%%/profile-new-dialog.ui +%%DATADIR%%/profile-preferences.ui +%%DATADIR%%/skey-challenge.ui +%%DATADIR%%/terminal.about +%%DATADIR%%/terminal.xml +share/mate/help/mate-terminal/C/figures/mate-terminal-default.png +share/mate/help/mate-terminal/C/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/C/legal.xml +share/mate/help/mate-terminal/C/mate-terminal.xml +share/mate/help/mate-terminal/bg/figures/mate-terminal-default.png +share/mate/help/mate-terminal/bg/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/bg/legal.xml +share/mate/help/mate-terminal/bg/mate-terminal.xml +share/mate/help/mate-terminal/ca/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ca/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ca/mate-terminal.xml +share/mate/help/mate-terminal/cs/figures/mate-terminal-default.png +share/mate/help/mate-terminal/cs/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/cs/mate-terminal.xml +share/mate/help/mate-terminal/da/figures/mate-terminal-default.png +share/mate/help/mate-terminal/da/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/da/mate-terminal.xml +share/mate/help/mate-terminal/de/figures/mate-terminal-default.png +share/mate/help/mate-terminal/de/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/de/mate-terminal.xml +share/mate/help/mate-terminal/el/figures/mate-terminal-default.png +share/mate/help/mate-terminal/el/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/el/mate-terminal.xml +share/mate/help/mate-terminal/en_GB/figures/mate-terminal-default.png +share/mate/help/mate-terminal/en_GB/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/en_GB/mate-terminal.xml +share/mate/help/mate-terminal/es/figures/mate-terminal-default.png +share/mate/help/mate-terminal/es/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/es/mate-terminal.xml +share/mate/help/mate-terminal/fr/figures/mate-terminal-default.png +share/mate/help/mate-terminal/fr/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/fr/mate-terminal.xml +share/mate/help/mate-terminal/it/figures/mate-terminal-default.png +share/mate/help/mate-terminal/it/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/it/mate-terminal.xml +share/mate/help/mate-terminal/ja/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ja/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ja/legal.xml +share/mate/help/mate-terminal/ja/mate-terminal.xml +share/mate/help/mate-terminal/ko/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ko/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ko/mate-terminal.xml +share/mate/help/mate-terminal/oc/figures/mate-terminal-default.png +share/mate/help/mate-terminal/oc/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/oc/mate-terminal.xml +share/mate/help/mate-terminal/pt_BR/figures/mate-terminal-default.png +share/mate/help/mate-terminal/pt_BR/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/pt_BR/mate-terminal.xml +share/mate/help/mate-terminal/ro/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ro/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ro/legal.xml +share/mate/help/mate-terminal/ro/mate-terminal.xml +share/mate/help/mate-terminal/ru/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ru/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ru/mate-terminal.xml +share/mate/help/mate-terminal/sv/figures/mate-terminal-default.png +share/mate/help/mate-terminal/sv/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/sv/mate-terminal.xml +share/mate/help/mate-terminal/uk/figures/mate-terminal-default.png +share/mate/help/mate-terminal/uk/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/uk/mate-terminal.xml +share/mate/help/mate-terminal/zh_CN/figures/mate-terminal-default.png +share/mate/help/mate-terminal/zh_CN/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/zh_CN/mate-terminal.xml +share/mate/help/mate-terminal/zh_TW/figures/mate-terminal-default.png +share/mate/help/mate-terminal/zh_TW/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/zh_TW/legal.xml +share/mate/help/mate-terminal/zh_TW/mate-terminal.xml +share/omf/mate-terminal/mate-terminal-C.omf +share/omf/mate-terminal/mate-terminal-bg.omf +share/omf/mate-terminal/mate-terminal-ca.omf +share/omf/mate-terminal/mate-terminal-cs.omf +share/omf/mate-terminal/mate-terminal-da.omf +share/omf/mate-terminal/mate-terminal-de.omf +share/omf/mate-terminal/mate-terminal-el.omf +share/omf/mate-terminal/mate-terminal-en_GB.omf +share/omf/mate-terminal/mate-terminal-es.omf +share/omf/mate-terminal/mate-terminal-fr.omf +share/omf/mate-terminal/mate-terminal-it.omf +share/omf/mate-terminal/mate-terminal-ja.omf +share/omf/mate-terminal/mate-terminal-ko.omf +share/omf/mate-terminal/mate-terminal-oc.omf +share/omf/mate-terminal/mate-terminal-pt_BR.omf +share/omf/mate-terminal/mate-terminal-ro.omf +share/omf/mate-terminal/mate-terminal-ru.omf +share/omf/mate-terminal/mate-terminal-sv.omf +share/omf/mate-terminal/mate-terminal-uk.omf +share/omf/mate-terminal/mate-terminal-zh_CN.omf +share/omf/mate-terminal/mate-terminal-zh_TW.omf +@dirrm share/omf/mate-terminal +@dirrm share/mate/help/mate-terminal/zh_TW/figures +@dirrm share/mate/help/mate-terminal/zh_TW +@dirrm share/mate/help/mate-terminal/zh_CN/figures +@dirrm share/mate/help/mate-terminal/zh_CN +@dirrm share/mate/help/mate-terminal/uk/figures +@dirrm share/mate/help/mate-terminal/uk +@dirrm share/mate/help/mate-terminal/sv/figures +@dirrm share/mate/help/mate-terminal/sv +@dirrm share/mate/help/mate-terminal/ru/figures +@dirrm share/mate/help/mate-terminal/ru +@dirrm share/mate/help/mate-terminal/ro/figures +@dirrm share/mate/help/mate-terminal/ro +@dirrm share/mate/help/mate-terminal/pt_BR/figures +@dirrm share/mate/help/mate-terminal/pt_BR +@dirrm share/mate/help/mate-terminal/oc/figures +@dirrm share/mate/help/mate-terminal/oc +@dirrm share/mate/help/mate-terminal/ko/figures +@dirrm share/mate/help/mate-terminal/ko +@dirrm share/mate/help/mate-terminal/ja/figures +@dirrm share/mate/help/mate-terminal/ja +@dirrm share/mate/help/mate-terminal/it/figures +@dirrm share/mate/help/mate-terminal/it +@dirrm share/mate/help/mate-terminal/fr/figures +@dirrm share/mate/help/mate-terminal/fr +@dirrm share/mate/help/mate-terminal/es/figures +@dirrm share/mate/help/mate-terminal/es +@dirrm share/mate/help/mate-terminal/en_GB/figures +@dirrm share/mate/help/mate-terminal/en_GB +@dirrm share/mate/help/mate-terminal/el/figures +@dirrm share/mate/help/mate-terminal/el +@dirrm share/mate/help/mate-terminal/de/figures +@dirrm share/mate/help/mate-terminal/de +@dirrm share/mate/help/mate-terminal/da/figures +@dirrm share/mate/help/mate-terminal/da +@dirrm share/mate/help/mate-terminal/cs/figures +@dirrm share/mate/help/mate-terminal/cs +@dirrm share/mate/help/mate-terminal/ca/figures +@dirrm share/mate/help/mate-terminal/ca +@dirrm share/mate/help/mate-terminal/bg/figures +@dirrm share/mate/help/mate-terminal/bg +@dirrm share/mate/help/mate-terminal/C/figures +@dirrm share/mate/help/mate-terminal/C +@dirrm share/mate/help/mate-terminal +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as Property changes on: head/x11/mate-terminal/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-fm/Makefile =================================================================== --- head/x11-fm/Makefile (revision 334660) +++ head/x11-fm/Makefile (revision 334661) @@ -1,43 +1,44 @@ # $FreeBSD$ # COMMENT = X11 file managers SUBDIR += asfiles SUBDIR += catseye-fm SUBDIR += deforaos-browser SUBDIR += dfm SUBDIR += doublecmd SUBDIR += emelfm2 SUBDIR += ezfm SUBDIR += filerunner SUBDIR += gentoo SUBDIR += gnome-commander2 SUBDIR += gprename SUBDIR += krusader2 + SUBDIR += mate-file-manager SUBDIR += mtoolsfm SUBDIR += mucommander SUBDIR += nautilus SUBDIR += p5-PerlFM SUBDIR += pbi-thumbnailer SUBDIR += pcmanfm SUBDIR += py-nautilus SUBDIR += qtfm SUBDIR += rodent SUBDIR += rox-filer SUBDIR += rox-mime-editor SUBDIR += rox-session SUBDIR += tdfsb SUBDIR += thunar SUBDIR += thunar-vfs SUBDIR += twander SUBDIR += ultracopier SUBDIR += worker SUBDIR += xcruise SUBDIR += xdiskusage SUBDIR += xfe SUBDIR += xfm SUBDIR += xnc SUBDIR += xplore .include Index: head/x11-fm/mate-file-manager/Makefile =================================================================== --- head/x11-fm/mate-file-manager/Makefile (nonexistent) +++ head/x11-fm/mate-file-manager/Makefile (revision 334661) @@ -0,0 +1,48 @@ +# Created by: ade, archie +# $FreeBSD$ + +PORTNAME= mate-file-manager +PORTVERSION= 1.6.2 +CATEGORIES= x11-fm mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= File manager for the MATE desktop + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libexempi.so:${PORTSDIR}/textproc/exempi +RUN_DEPENDS= ${LOCALBASE}/libexec/gvfsd:${PORTSDIR}/devel/gvfs + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info +USE_XZ= yes +USE_MATE= desktop icontheme:run +USE_XORG= ice x11 xrender +USE_GNOME= glib20 gnomehier gtk20 intlhack introspection:build \ + libxml2 ltasneededhack ltverhack pango +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBPNG="-L${LOCALBASE}/lib -lpng -lz" +CONFIGURE_ARGS= --enable-static \ + --disable-packagekit \ + --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.caja.gschema.xml \ + org.mate.media-handling.gschema.xml + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaja-extension.so.1 + +.include Property changes on: head/x11-fm/mate-file-manager/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fm/mate-file-manager/distinfo =================================================================== --- head/x11-fm/mate-file-manager/distinfo (nonexistent) +++ head/x11-fm/mate-file-manager/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-manager-1.6.2.tar.xz) = c1df364fa72ca7e37faf2124cecd90d6d1be9532030d11d2d7bbe2aa93db74f3 +SIZE (mate/mate-file-manager-1.6.2.tar.xz) = 3522924 Property changes on: head/x11-fm/mate-file-manager/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c =================================================================== --- head/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c (nonexistent) +++ head/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c (revision 334661) @@ -0,0 +1,12 @@ +--- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 ++++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 +@@ -89,9 +89,7 @@ + #if HAVE_SYS_VFS_H + #include + #elif HAVE_SYS_MOUNT_H +-#if HAVE_SYS_PARAM_H + #include +-#endif + #include + #endif + Property changes on: head/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-fm/mate-file-manager/pkg-descr =================================================================== --- head/x11-fm/mate-file-manager/pkg-descr (nonexistent) +++ head/x11-fm/mate-file-manager/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +Caja (mate-file-manager) is a file manager tightly integrated into the +MATE destkop.It is also responsible for desktop and icon management, and +provides an intuitive interface for accessing files and webpages. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-fm/mate-file-manager/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-fm/mate-file-manager/pkg-plist =================================================================== --- head/x11-fm/mate-file-manager/pkg-plist (nonexistent) +++ head/x11-fm/mate-file-manager/pkg-plist (revision 334661) @@ -0,0 +1,325 @@ +bin/caja +bin/caja-autorun-software +bin/caja-connect-server +bin/caja-file-management-properties +include/caja/libcaja-extension/caja-column-provider.h +include/caja/libcaja-extension/caja-column.h +include/caja/libcaja-extension/caja-extension-types.h +include/caja/libcaja-extension/caja-file-info.h +include/caja/libcaja-extension/caja-info-provider.h +include/caja/libcaja-extension/caja-location-widget-provider.h +include/caja/libcaja-extension/caja-menu-item.h +include/caja/libcaja-extension/caja-menu-provider.h +include/caja/libcaja-extension/caja-menu.h +include/caja/libcaja-extension/caja-property-page-provider.h +include/caja/libcaja-extension/caja-property-page.h +lib/girepository-1.0/Caja-2.0.typelib +lib/libcaja-extension.a +lib/libcaja-extension.la +lib/libcaja-extension.so +lib/libcaja-extension.so.1 +libdata/pkgconfig/libcaja-extension.pc +libexec/caja-convert-metadata +man/man1/caja.1.gz +man/man1/caja-connect-server.1.gz +man/man1/caja-file-management-properties.1.gz +share/MateConf/gsettings/caja.convert +share/applications/caja-autorun-software.desktop +share/applications/caja-browser.desktop +share/applications/caja-computer.desktop +share/applications/caja-file-management-properties.desktop +share/applications/caja-folder-handler.desktop +share/applications/caja-home.desktop +share/applications/caja.desktop +share/applications/mate-network-scheme.desktop +share/caja/browser.xml +share/caja/caja-extras.placeholder +share/caja/caja-suggested.placeholder +share/caja/patterns/blue_gray_rough.png +share/caja/patterns/blue_ridge.png +share/caja/patterns/blue_type.png +share/caja/patterns/brushed_metal.png +share/caja/patterns/burlap.jpg +share/caja/patterns/camouflage.png +share/caja/patterns/chalk.jpg +share/caja/patterns/cork.png +share/caja/patterns/countertop.png +share/caja/patterns/dark-mate.jpg +share/caja/patterns/dots.png +share/caja/patterns/fibers.png +share/caja/patterns/fleur_de_lis.png +share/caja/patterns/floral.png +share/caja/patterns/fossil.png +share/caja/patterns/green_weave.png +share/caja/patterns/ice.png +share/caja/patterns/manila_paper.png +share/caja/patterns/mate.jpg +share/caja/patterns/moss_ridge.png +share/caja/patterns/numbers.png +share/caja/patterns/ocean_stripes.png +share/caja/patterns/purple_marble.png +share/caja/patterns/reset.png +share/caja/patterns/ridged_paper.png +share/caja/patterns/rough_paper.png +share/caja/patterns/sky_ridge.png +share/caja/patterns/snow_ridge.png +share/caja/patterns/stucco.jpg +share/caja/patterns/terracotta.png +share/caja/patterns/wavy_white.png +share/caja/ui/caja-bookmarks-window.ui +share/caja/ui/caja-desktop-icon-view-ui.xml +share/caja/ui/caja-directory-view-ui.xml +share/caja/ui/caja-file-management-properties.ui +share/caja/ui/caja-icon-view-ui.xml +share/caja/ui/caja-list-view-ui.xml +share/caja/ui/caja-navigation-window-ui.xml +share/caja/ui/caja-shell-ui.xml +share/caja/ui/caja-spatial-window-ui.xml +share/dbus-1/services/org.mate.freedesktop.FileManager1.service +share/doc/libcaja-extension/ch01.html +share/doc/libcaja-extension/home.png +share/doc/libcaja-extension/index.html +share/doc/libcaja-extension/index.sgml +share/doc/libcaja-extension/ix01.html +share/doc/libcaja-extension/left.png +share/doc/libcaja-extension/libcaja-extension-caja-column-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-column.html +share/doc/libcaja-extension/libcaja-extension-caja-extension-types.html +share/doc/libcaja-extension/libcaja-extension-caja-file-info.html +share/doc/libcaja-extension/libcaja-extension-caja-info-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-location-widget-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-menu-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-menu.html +share/doc/libcaja-extension/libcaja-extension-caja-property-page-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-property-page.html +share/doc/libcaja-extension/libcaja-extension.devhelp2 +share/doc/libcaja-extension/pt01.html +share/doc/libcaja-extension/right.png +share/doc/libcaja-extension/style.css +share/doc/libcaja-extension/up.png +share/gir-1.0/Caja-2.0.gir +share/icons/hicolor/16x16/apps/caja.png +share/icons/hicolor/22x22/apps/caja.png +share/icons/hicolor/24x24/apps/caja.png +share/icons/hicolor/32x32/apps/caja.png +share/icons/hicolor/scalable/apps/caja.svg +share/locale/af/LC_MESSAGES/caja.mo +share/locale/am/LC_MESSAGES/caja.mo +share/locale/ar/LC_MESSAGES/caja.mo +share/locale/as/LC_MESSAGES/caja.mo +share/locale/ast/LC_MESSAGES/caja.mo +share/locale/az/LC_MESSAGES/caja.mo +share/locale/be/LC_MESSAGES/caja.mo +share/locale/be@latin/LC_MESSAGES/caja.mo +share/locale/bg/LC_MESSAGES/caja.mo +share/locale/bn/LC_MESSAGES/caja.mo +share/locale/bn_IN/LC_MESSAGES/caja.mo +share/locale/br/LC_MESSAGES/caja.mo +share/locale/bs/LC_MESSAGES/caja.mo +share/locale/ca/LC_MESSAGES/caja.mo +share/locale/ca@valencia/LC_MESSAGES/caja.mo +share/locale/crh/LC_MESSAGES/caja.mo +share/locale/cs/LC_MESSAGES/caja.mo +share/locale/cy/LC_MESSAGES/caja.mo +share/locale/da/LC_MESSAGES/caja.mo +share/locale/de/LC_MESSAGES/caja.mo +share/locale/dz/LC_MESSAGES/caja.mo +share/locale/el/LC_MESSAGES/caja.mo +share/locale/en@shaw/LC_MESSAGES/caja.mo +share/locale/en_AU/LC_MESSAGES/caja.mo +share/locale/en_CA/LC_MESSAGES/caja.mo +share/locale/en_GB/LC_MESSAGES/caja.mo +share/locale/eo/LC_MESSAGES/caja.mo +share/locale/es/LC_MESSAGES/caja.mo +share/locale/et/LC_MESSAGES/caja.mo +share/locale/eu/LC_MESSAGES/caja.mo +share/locale/fa/LC_MESSAGES/caja.mo +share/locale/fi/LC_MESSAGES/caja.mo +share/locale/fr/LC_MESSAGES/caja.mo +share/locale/fur/LC_MESSAGES/caja.mo +share/locale/fy/LC_MESSAGES/caja.mo +share/locale/ga/LC_MESSAGES/caja.mo +share/locale/gl/LC_MESSAGES/caja.mo +share/locale/gu/LC_MESSAGES/caja.mo +share/locale/gv/LC_MESSAGES/caja.mo +share/locale/ha/LC_MESSAGES/caja.mo +share/locale/he/LC_MESSAGES/caja.mo +share/locale/hi/LC_MESSAGES/caja.mo +share/locale/hr/LC_MESSAGES/caja.mo +share/locale/hu/LC_MESSAGES/caja.mo +share/locale/hy/LC_MESSAGES/caja.mo +share/locale/id/LC_MESSAGES/caja.mo +share/locale/ig/LC_MESSAGES/caja.mo +share/locale/io/LC_MESSAGES/caja.mo +share/locale/is/LC_MESSAGES/caja.mo +share/locale/it/LC_MESSAGES/caja.mo +share/locale/ja/LC_MESSAGES/caja.mo +share/locale/ka/LC_MESSAGES/caja.mo +share/locale/kk/LC_MESSAGES/caja.mo +share/locale/km/LC_MESSAGES/caja.mo +share/locale/kn/LC_MESSAGES/caja.mo +share/locale/ko/LC_MESSAGES/caja.mo +share/locale/ku/LC_MESSAGES/caja.mo +share/locale/ky/LC_MESSAGES/caja.mo +share/locale/li/LC_MESSAGES/caja.mo +share/locale/lt/LC_MESSAGES/caja.mo +share/locale/lv/LC_MESSAGES/caja.mo +share/locale/mai/LC_MESSAGES/caja.mo +share/locale/mg/LC_MESSAGES/caja.mo +share/locale/mi/LC_MESSAGES/caja.mo +share/locale/mk/LC_MESSAGES/caja.mo +share/locale/ml/LC_MESSAGES/caja.mo +share/locale/mn/LC_MESSAGES/caja.mo +share/locale/mr/LC_MESSAGES/caja.mo +share/locale/ms/LC_MESSAGES/caja.mo +share/locale/nb/LC_MESSAGES/caja.mo +share/locale/nds/LC_MESSAGES/caja.mo +share/locale/ne/LC_MESSAGES/caja.mo +share/locale/nl/LC_MESSAGES/caja.mo +share/locale/nn/LC_MESSAGES/caja.mo +share/locale/nso/LC_MESSAGES/caja.mo +share/locale/oc/LC_MESSAGES/caja.mo +share/locale/or/LC_MESSAGES/caja.mo +share/locale/pa/LC_MESSAGES/caja.mo +share/locale/pl/LC_MESSAGES/caja.mo +share/locale/ps/LC_MESSAGES/caja.mo +share/locale/pt/LC_MESSAGES/caja.mo +share/locale/pt_BR/LC_MESSAGES/caja.mo +share/locale/ro/LC_MESSAGES/caja.mo +share/locale/ru/LC_MESSAGES/caja.mo +share/locale/rw/LC_MESSAGES/caja.mo +share/locale/si/LC_MESSAGES/caja.mo +share/locale/sk/LC_MESSAGES/caja.mo +share/locale/sl/LC_MESSAGES/caja.mo +share/locale/sq/LC_MESSAGES/caja.mo +share/locale/sr/LC_MESSAGES/caja.mo +share/locale/sr@ije/LC_MESSAGES/caja.mo +share/locale/sr@latin/LC_MESSAGES/caja.mo +share/locale/sv/LC_MESSAGES/caja.mo +share/locale/ta/LC_MESSAGES/caja.mo +share/locale/te/LC_MESSAGES/caja.mo +share/locale/th/LC_MESSAGES/caja.mo +share/locale/tk/LC_MESSAGES/caja.mo +share/locale/tr/LC_MESSAGES/caja.mo +share/locale/ug/LC_MESSAGES/caja.mo +share/locale/uk/LC_MESSAGES/caja.mo +share/locale/uz/LC_MESSAGES/caja.mo +share/locale/uz@cyrillic/LC_MESSAGES/caja.mo +share/locale/vi/LC_MESSAGES/caja.mo +share/locale/wa/LC_MESSAGES/caja.mo +share/locale/xh/LC_MESSAGES/caja.mo +share/locale/yi/LC_MESSAGES/caja.mo +share/locale/yo/LC_MESSAGES/caja.mo +share/locale/zh_CN/LC_MESSAGES/caja.mo +share/locale/zh_HK/LC_MESSAGES/caja.mo +share/locale/zh_TW/LC_MESSAGES/caja.mo +share/locale/zu/LC_MESSAGES/caja.mo +share/mate-file-manager/icons/hicolor/16x16/emblems/emblem-note.png +share/mate-file-manager/icons/hicolor/24x24/emblems/emblem-note.png +share/mate-file-manager/icons/hicolor/48x48/emblems/emblem-note.png +share/mime/application/x-mate-saved-search.xml +share/mime/packages/caja.xml +share/pixmaps/caja/audio.svg +share/pixmaps/caja/backgrounds.png +share/pixmaps/caja/chit_frame.png +share/pixmaps/caja/colors.png +share/pixmaps/caja/emblems.png +share/pixmaps/caja/erase.png +share/pixmaps/caja/knob.png +share/pixmaps/caja/thumbnail_frame.png +@dirrm share/pixmaps/caja +@dirrmtry share/mate-file-manager/icons/hicolor/48x48/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/48x48 +@dirrmtry share/mate-file-manager/icons/hicolor/24x24/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/24x24 +@dirrmtry share/mate-file-manager/icons/hicolor/16x16/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/16x16 +@dirrmtry share/mate-file-manager/icons/hicolor +@dirrmtry share/mate-file-manager/icons +@dirrmtry share/mate-file-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/doc/libcaja-extension +@dirrm share/caja/ui +@dirrm share/caja/patterns +@dirrm share/caja +@dirrmtry lib/caja/extensions-2.0 +@dirrmtry lib/caja +@dirrm include/caja/libcaja-extension +@dirrm include/caja Property changes on: head/x11-fm/mate-file-manager/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/Makefile =================================================================== --- head/x11-themes/Makefile (revision 334660) +++ head/x11-themes/Makefile (revision 334661) @@ -1,168 +1,172 @@ # $FreeBSD$ # COMMENT = X11 themes SUBDIR += audacious-skins SUBDIR += beastie SUBDIR += bluecurve-themes SUBDIR += claws-mail-themes SUBDIR += clearlooks SUBDIR += clearlooks-metacity SUBDIR += clearlooks-phenix-theme SUBDIR += clearlooks-themes SUBDIR += clearlooks-themes-extras SUBDIR += cursor-bluecurve-theme SUBDIR += cursor-chameleon-anthracite SUBDIR += cursor-chameleon-darkskyblue SUBDIR += cursor-chameleon-pearl SUBDIR += cursor-chameleon-skyblue SUBDIR += cursor-chameleon-white SUBDIR += cursor-crystal-theme SUBDIR += cursor-dmz-aa-theme SUBDIR += cursor-dmz-theme SUBDIR += cursor-ecliz SUBDIR += cursor-grounation-theme SUBDIR += cursor-jimmac-theme SUBDIR += cursor-neutral-theme SUBDIR += cursor-neutral-white-theme SUBDIR += cursor-polar-theme SUBDIR += e16-themes SUBDIR += emerald-themes SUBDIR += fluxbox-tenr-styles-pack SUBDIR += fvwm-themes SUBDIR += gnome-backgrounds SUBDIR += gnome-bluecurve-theme SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion SUBDIR += gnome-icons-crystal SUBDIR += gnome-icons-dropline-neu SUBDIR += gnome-icons-dropline-nou SUBDIR += gnome-icons-elementary SUBDIR += gnome-icons-faenza SUBDIR += gnome-icons-gentoo-test SUBDIR += gnome-icons-gion SUBDIR += gnome-icons-iris SUBDIR += gnome-icons-jini SUBDIR += gnome-icons-lila SUBDIR += gnome-icons-noia-full SUBDIR += gnome-icons-noia-warm SUBDIR += gnome-icons-refined SUBDIR += gnome-icons-slick SUBDIR += gnome-icons-snow-apple SUBDIR += gnome-icons-snowish SUBDIR += gnome-icons-stylish SUBDIR += gnome-icons-ximian-south SUBDIR += gnome-themes SUBDIR += gnome-themes-extras SUBDIR += greybird-theme SUBDIR += gtk-aluminumalloy-cryogenic-theme SUBDIR += gtk-aluminumalloy-smog-theme SUBDIR += gtk-aluminumalloy-toxic-theme SUBDIR += gtk-aluminumalloy-volcanic-theme SUBDIR += gtk-aquaextremesunken-theme SUBDIR += gtk-aqualightblue-theme SUBDIR += gtk-aurora-engine SUBDIR += gtk-bluecurve-theme SUBDIR += gtk-cleanice-engine SUBDIR += gtk-digital-cream-theme SUBDIR += gtk-digital-harmony-theme SUBDIR += gtk-engines2 SUBDIR += gtk-envy-theme SUBDIR += gtk-equinox-engine SUBDIR += gtk-flat-theme2 SUBDIR += gtk-gray-theme SUBDIR += gtk-lila-theme SUBDIR += gtk-lila-theme-extras SUBDIR += gtk-longhorninspirat-theme SUBDIR += gtk-milk-theme SUBDIR += gtk-murrina-aqua SUBDIR += gtk-murrina-fancy-clearlooks SUBDIR += gtk-murrina-lightblue SUBDIR += gtk-murrine-engine SUBDIR += gtk-murrine-themes SUBDIR += gtk-nodoka-engine SUBDIR += gtk-oxygen-engine SUBDIR += gtk-qnxtheme SUBDIR += gtk-qt4-engine SUBDIR += gtk-xfce-engine SUBDIR += gtk3-oxygen-engine SUBDIR += gtk3-unico-engine SUBDIR += icon-bluecurve-theme SUBDIR += icon-naming-utils SUBDIR += icons-buuf SUBDIR += icons-human-azul SUBDIR += icons-tango SUBDIR += icons-tango-extras SUBDIR += irssi-themes SUBDIR += kde-gtk-config SUBDIR += kde-icons-black-and-white SUBDIR += kde-icons-cezanne SUBDIR += kde-icons-crystal-project SUBDIR += kde-icons-dark-glass SUBDIR += kde-icons-gartoon-blue-svg SUBDIR += kde-icons-gartoon-svg SUBDIR += kde-icons-graphite-rade8 SUBDIR += kde-icons-icosx SUBDIR += kde-icons-kool-gorilla SUBDIR += kde-icons-lime-rade8 SUBDIR += kde-icons-lush SUBDIR += kde-icons-noia SUBDIR += kde-icons-nuovext SUBDIR += kde-icons-nuovext2 SUBDIR += kde-icons-nuvola SUBDIR += kde-icons-os-k SUBDIR += kde-icons-sky SUBDIR += kde-icons-umicons SUBDIR += kde-icons-vista-inspirate SUBDIR += kde4-base-artwork SUBDIR += kde4-icons-oxygen SUBDIR += kde4-style-bespin SUBDIR += kde4-style-nitrogen SUBDIR += kde4-style-oxygen-transparent SUBDIR += kde4-style-polyester SUBDIR += kde4-style-skulpture SUBDIR += kde4-wallpapers SUBDIR += kde4-wallpapers-freebsd SUBDIR += kde4-windeco-crystal SUBDIR += kde4-windeco-dekorator SUBDIR += kde4-windeco-nitrogen SUBDIR += kdeartwork4 SUBDIR += lila-xfwm4 SUBDIR += linux-f10-hicolor-icon-theme SUBDIR += linux-f10-qtcurve-gtk2 SUBDIR += linux-hicolor-icon-theme SUBDIR += lxappearance SUBDIR += lxde-icon-theme + SUBDIR += mate-backgrounds + SUBDIR += mate-icon-theme + SUBDIR += mate-icon-theme-faenza + SUBDIR += mate-themes SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-toxic-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-aquaextremesunken-theme SUBDIR += metacity-bluecurve-theme SUBDIR += metacity-digital-cream-theme SUBDIR += metacity-digital-harmony-theme SUBDIR += metacity-longhorninspirat-theme SUBDIR += metacity-milk-theme SUBDIR += metacity-theme-microgui SUBDIR += metacity-themes SUBDIR += murrine-configurator SUBDIR += nimbus SUBDIR += openbox-themes SUBDIR += qt4-style-float SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde4 SUBDIR += qtcurve-qt4 SUBDIR += rezlooks SUBDIR += sawfish-themes SUBDIR += slim-themes SUBDIR += thewidgetfactory SUBDIR += ubuntulooks SUBDIR += xcursor-themes SUBDIR += xmms-bluecurve-theme SUBDIR += xmms-eq-skins SUBDIR += xmms-vumeter-skins .include Index: head/x11-themes/mate-backgrounds/Makefile =================================================================== --- head/x11-themes/mate-backgrounds/Makefile (nonexistent) +++ head/x11-themes/mate-backgrounds/Makefile (revision 334661) @@ -0,0 +1,25 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-backgrounds +PORTVERSION= 1.6.0 +CATEGORIES= x11-themes graphics mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of backgrounds for MATE + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix +USE_XZ= yes +USE_MATE= autogen common:build intlhack +USE_GNOME= glib20 +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +.include Property changes on: head/x11-themes/mate-backgrounds/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-backgrounds/distinfo =================================================================== --- head/x11-themes/mate-backgrounds/distinfo (nonexistent) +++ head/x11-themes/mate-backgrounds/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-backgrounds-1.6.0.tar.xz) = 1a97f7e3e8551d3ccba4bf205855ac01e3aaf9db6b3666b89ae17fb7f2b99301 +SIZE (mate/mate-backgrounds-1.6.0.tar.xz) = 10770996 Property changes on: head/x11-themes/mate-backgrounds/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-backgrounds/pkg-descr =================================================================== --- head/x11-themes/mate-backgrounds/pkg-descr (nonexistent) +++ head/x11-themes/mate-backgrounds/pkg-descr (revision 334661) @@ -0,0 +1,3 @@ +This module contains a set of backgrounds packaged with the MATE desktop. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-themes/mate-backgrounds/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-backgrounds/pkg-plist =================================================================== --- head/x11-themes/mate-backgrounds/pkg-plist (nonexistent) +++ head/x11-themes/mate-backgrounds/pkg-plist (revision 334661) @@ -0,0 +1,169 @@ +share/backgrounds/mate/abstract/Arc-Colors-Transparent-Wallpaper.png +share/backgrounds/mate/abstract/Flow.png +share/backgrounds/mate/abstract/Gulp.png +share/backgrounds/mate/abstract/Silk.png +share/backgrounds/mate/abstract/Spring.png +share/backgrounds/mate/abstract/Waves.png +share/backgrounds/mate/desktop/GreenTraditional.jpg +share/backgrounds/mate/desktop/Stripes.png +share/backgrounds/mate/nature/Aqua.jpg +share/backgrounds/mate/nature/Blinds.jpg +share/backgrounds/mate/nature/Dune.jpg +share/backgrounds/mate/nature/FreshFlower.jpg +share/backgrounds/mate/nature/Garden.jpg +share/backgrounds/mate/nature/GreenMeadow.jpg +share/backgrounds/mate/nature/LadyBird.jpg +share/backgrounds/mate/nature/RainDrops.jpg +share/backgrounds/mate/nature/Storm.jpg +share/backgrounds/mate/nature/TwoWings.jpg +share/backgrounds/mate/nature/Wood.jpg +share/backgrounds/mate/nature/YellowFlower.jpg +share/locale/af/LC_MESSAGES/mate-backgrounds.mo +share/locale/an/LC_MESSAGES/mate-backgrounds.mo +share/locale/ar/LC_MESSAGES/mate-backgrounds.mo +share/locale/as/LC_MESSAGES/mate-backgrounds.mo +share/locale/ast/LC_MESSAGES/mate-backgrounds.mo +share/locale/be/LC_MESSAGES/mate-backgrounds.mo +share/locale/be@latin/LC_MESSAGES/mate-backgrounds.mo +share/locale/bg/LC_MESSAGES/mate-backgrounds.mo +share/locale/bn/LC_MESSAGES/mate-backgrounds.mo +share/locale/bn_IN/LC_MESSAGES/mate-backgrounds.mo +share/locale/ca/LC_MESSAGES/mate-backgrounds.mo +share/locale/ca@valencia/LC_MESSAGES/mate-backgrounds.mo +share/locale/cs/LC_MESSAGES/mate-backgrounds.mo +share/locale/cy/LC_MESSAGES/mate-backgrounds.mo +share/locale/da/LC_MESSAGES/mate-backgrounds.mo +share/locale/de/LC_MESSAGES/mate-backgrounds.mo +share/locale/dz/LC_MESSAGES/mate-backgrounds.mo +share/locale/el/LC_MESSAGES/mate-backgrounds.mo +share/locale/en@shaw/LC_MESSAGES/mate-backgrounds.mo +share/locale/en_CA/LC_MESSAGES/mate-backgrounds.mo +share/locale/en_GB/LC_MESSAGES/mate-backgrounds.mo +share/locale/eo/LC_MESSAGES/mate-backgrounds.mo +share/locale/es/LC_MESSAGES/mate-backgrounds.mo +share/locale/et/LC_MESSAGES/mate-backgrounds.mo +share/locale/eu/LC_MESSAGES/mate-backgrounds.mo +share/locale/fa/LC_MESSAGES/mate-backgrounds.mo +share/locale/fi/LC_MESSAGES/mate-backgrounds.mo +share/locale/fr/LC_MESSAGES/mate-backgrounds.mo +share/locale/fur/LC_MESSAGES/mate-backgrounds.mo +share/locale/fy/LC_MESSAGES/mate-backgrounds.mo +share/locale/ga/LC_MESSAGES/mate-backgrounds.mo +share/locale/gl/LC_MESSAGES/mate-backgrounds.mo +share/locale/gu/LC_MESSAGES/mate-backgrounds.mo +share/locale/he/LC_MESSAGES/mate-backgrounds.mo +share/locale/hi/LC_MESSAGES/mate-backgrounds.mo +share/locale/hu/LC_MESSAGES/mate-backgrounds.mo +share/locale/hy/LC_MESSAGES/mate-backgrounds.mo +share/locale/id/LC_MESSAGES/mate-backgrounds.mo +share/locale/it/LC_MESSAGES/mate-backgrounds.mo +share/locale/ja/LC_MESSAGES/mate-backgrounds.mo +share/locale/ka/LC_MESSAGES/mate-backgrounds.mo +share/locale/kk/LC_MESSAGES/mate-backgrounds.mo +share/locale/kn/LC_MESSAGES/mate-backgrounds.mo +share/locale/ko/LC_MESSAGES/mate-backgrounds.mo +share/locale/ku/LC_MESSAGES/mate-backgrounds.mo +share/locale/ky/LC_MESSAGES/mate-backgrounds.mo +share/locale/lt/LC_MESSAGES/mate-backgrounds.mo +share/locale/lv/LC_MESSAGES/mate-backgrounds.mo +share/locale/mai/LC_MESSAGES/mate-backgrounds.mo +share/locale/mg/LC_MESSAGES/mate-backgrounds.mo +share/locale/mk/LC_MESSAGES/mate-backgrounds.mo +share/locale/ml/LC_MESSAGES/mate-backgrounds.mo +share/locale/mn/LC_MESSAGES/mate-backgrounds.mo +share/locale/mr/LC_MESSAGES/mate-backgrounds.mo +share/locale/ms/LC_MESSAGES/mate-backgrounds.mo +share/locale/nb/LC_MESSAGES/mate-backgrounds.mo +share/locale/nds/LC_MESSAGES/mate-backgrounds.mo +share/locale/ne/LC_MESSAGES/mate-backgrounds.mo +share/locale/nl/LC_MESSAGES/mate-backgrounds.mo +share/locale/nn/LC_MESSAGES/mate-backgrounds.mo +share/locale/oc/LC_MESSAGES/mate-backgrounds.mo +share/locale/or/LC_MESSAGES/mate-backgrounds.mo +share/locale/pa/LC_MESSAGES/mate-backgrounds.mo +share/locale/pl/LC_MESSAGES/mate-backgrounds.mo +share/locale/ps/LC_MESSAGES/mate-backgrounds.mo +share/locale/pt/LC_MESSAGES/mate-backgrounds.mo +share/locale/pt_BR/LC_MESSAGES/mate-backgrounds.mo +share/locale/ro/LC_MESSAGES/mate-backgrounds.mo +share/locale/ru/LC_MESSAGES/mate-backgrounds.mo +share/locale/rw/LC_MESSAGES/mate-backgrounds.mo +share/locale/si/LC_MESSAGES/mate-backgrounds.mo +share/locale/sk/LC_MESSAGES/mate-backgrounds.mo +share/locale/sl/LC_MESSAGES/mate-backgrounds.mo +share/locale/sq/LC_MESSAGES/mate-backgrounds.mo +share/locale/sr/LC_MESSAGES/mate-backgrounds.mo +share/locale/sr@latin/LC_MESSAGES/mate-backgrounds.mo +share/locale/sv/LC_MESSAGES/mate-backgrounds.mo +share/locale/ta/LC_MESSAGES/mate-backgrounds.mo +share/locale/te/LC_MESSAGES/mate-backgrounds.mo +share/locale/th/LC_MESSAGES/mate-backgrounds.mo +share/locale/tr/LC_MESSAGES/mate-backgrounds.mo +share/locale/uk/LC_MESSAGES/mate-backgrounds.mo +share/locale/uz/LC_MESSAGES/mate-backgrounds.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-backgrounds.mo +share/locale/vi/LC_MESSAGES/mate-backgrounds.mo +share/locale/zh_CN/LC_MESSAGES/mate-backgrounds.mo +share/locale/zh_HK/LC_MESSAGES/mate-backgrounds.mo +share/locale/zh_TW/LC_MESSAGES/mate-backgrounds.mo +share/mate-background-properties/mate-abstract.xml +share/mate-background-properties/mate-desktop.xml +share/mate-background-properties/mate-nature.xml +@dirrm share/mate-background-properties +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrmtry share/backgrounds/mate/nature +@dirrmtry share/backgrounds/mate/desktop +@dirrmtry share/backgrounds/mate/abstract +@dirrmtry share/backgrounds/mate +@dirrmtry share/backgrounds Property changes on: head/x11-themes/mate-backgrounds/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-icon-theme/Makefile =================================================================== --- head/x11-themes/mate-icon-theme/Makefile (nonexistent) +++ head/x11-themes/mate-icon-theme/Makefile (revision 334661) @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-icon-theme +PORTVERSION= 1.6.2 +CATEGORIES= x11-themes mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of icons for the MATE desktop + +BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= intlhack +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +pre-install: + @${REINPLACE_CMD} -e 's|install: install-data|install:|g' \ + ${WRKSRC}/po/Makefile + +.include Property changes on: head/x11-themes/mate-icon-theme/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-icon-theme/distinfo =================================================================== --- head/x11-themes/mate-icon-theme/distinfo (nonexistent) +++ head/x11-themes/mate-icon-theme/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-icon-theme-1.6.2.tar.xz) = 5596d5bb261156ca94a22bfe947690feb3d94c61b761faa2f7486e33b99711aa +SIZE (mate/mate-icon-theme-1.6.2.tar.xz) = 15617332 Property changes on: head/x11-themes/mate-icon-theme/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-icon-theme/files/patch-Makefile.in =================================================================== --- head/x11-themes/mate-icon-theme/files/patch-Makefile.in (nonexistent) +++ head/x11-themes/mate-icon-theme/files/patch-Makefile.in (revision 334661) @@ -0,0 +1,10 @@ +--- Makefile.in.orig 2013-10-19 11:05:40.000000000 +0200 ++++ Makefile.in 2013-10-19 11:05:51.000000000 +0200 +@@ -928,7 +928,6 @@ + # 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 Property changes on: head/x11-themes/mate-icon-theme/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-icon-theme/pkg-descr =================================================================== --- head/x11-themes/mate-icon-theme/pkg-descr (nonexistent) +++ head/x11-themes/mate-icon-theme/pkg-descr (revision 334661) @@ -0,0 +1,5 @@ +mate-icon-theme is a collection of icons and emblems for the +MATE desktop. Included are the images used in toolbars, +dialog boxes, etc. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-themes/mate-icon-theme/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-icon-theme/pkg-plist =================================================================== --- head/x11-themes/mate-icon-theme/pkg-plist (nonexistent) +++ head/x11-themes/mate-icon-theme/pkg-plist (revision 334661) @@ -0,0 +1,7545 @@ +libdata/pkgconfig/mate-icon-theme.pc +share/icons/mate/16x16/actions/add.png +share/icons/mate/16x16/actions/address-book-new.png +share/icons/mate/16x16/actions/application-exit.png +share/icons/mate/16x16/actions/appointment-new.png +share/icons/mate/16x16/actions/appointment.png +share/icons/mate/16x16/actions/back.png +share/icons/mate/16x16/actions/bookmark-new.png +share/icons/mate/16x16/actions/bookmark_add.png +share/icons/mate/16x16/actions/bookmarks_list_add.png +share/icons/mate/16x16/actions/bottom.png +share/icons/mate/16x16/actions/call-start.png +share/icons/mate/16x16/actions/call-stop.png +share/icons/mate/16x16/actions/centrejust.png +share/icons/mate/16x16/actions/contact-new.png +share/icons/mate/16x16/actions/document-new.png +share/icons/mate/16x16/actions/document-open-recent.png +share/icons/mate/16x16/actions/document-open.png +share/icons/mate/16x16/actions/document-page-setup.png +share/icons/mate/16x16/actions/document-print-preview.png +share/icons/mate/16x16/actions/document-print.png +share/icons/mate/16x16/actions/document-properties.png +share/icons/mate/16x16/actions/document-revert.png +share/icons/mate/16x16/actions/document-save-as.png +share/icons/mate/16x16/actions/document-save.png +share/icons/mate/16x16/actions/document-send.png +share/icons/mate/16x16/actions/down.png +share/icons/mate/16x16/actions/edit-clear.png +share/icons/mate/16x16/actions/edit-copy.png +share/icons/mate/16x16/actions/edit-cut.png +share/icons/mate/16x16/actions/edit-delete.png +share/icons/mate/16x16/actions/edit-find-replace.png +share/icons/mate/16x16/actions/edit-find.png +share/icons/mate/16x16/actions/edit-paste.png +share/icons/mate/16x16/actions/edit-redo.png +share/icons/mate/16x16/actions/edit-select-all.png +share/icons/mate/16x16/actions/edit-undo.png +share/icons/mate/16x16/actions/editclear.png +share/icons/mate/16x16/actions/editcopy.png +share/icons/mate/16x16/actions/editcut.png +share/icons/mate/16x16/actions/editdelete.png +share/icons/mate/16x16/actions/editpaste.png +share/icons/mate/16x16/actions/exit.png +share/icons/mate/16x16/actions/filefind.png +share/icons/mate/16x16/actions/filenew.png +share/icons/mate/16x16/actions/fileopen.png +share/icons/mate/16x16/actions/fileprint.png +share/icons/mate/16x16/actions/filequickprint.png +share/icons/mate/16x16/actions/filesave.png +share/icons/mate/16x16/actions/filesaveas.png +share/icons/mate/16x16/actions/find.png +share/icons/mate/16x16/actions/finish.png +share/icons/mate/16x16/actions/folder-new.png +share/icons/mate/16x16/actions/folder_new.png +share/icons/mate/16x16/actions/format-indent-less.png +share/icons/mate/16x16/actions/format-indent-more.png +share/icons/mate/16x16/actions/format-justify-center.png +share/icons/mate/16x16/actions/format-justify-fill.png +share/icons/mate/16x16/actions/format-justify-left.png +share/icons/mate/16x16/actions/format-justify-right.png +share/icons/mate/16x16/actions/format-text-bold.png +share/icons/mate/16x16/actions/format-text-direction-ltr.png +share/icons/mate/16x16/actions/format-text-direction-rtl.png +share/icons/mate/16x16/actions/format-text-italic.png +share/icons/mate/16x16/actions/format-text-strikethrough.png +share/icons/mate/16x16/actions/format-text-underline.png +share/icons/mate/16x16/actions/forward.png +share/icons/mate/16x16/actions/gnome-lockscreen.png +share/icons/mate/16x16/actions/gnome-logout.png +share/icons/mate/16x16/actions/gnome-run.png +share/icons/mate/16x16/actions/gnome-searchtool.png +share/icons/mate/16x16/actions/gnome-shutdown.png +share/icons/mate/16x16/actions/gnome-stock-mail-fwd.png +share/icons/mate/16x16/actions/gnome-stock-mail-new.png +share/icons/mate/16x16/actions/gnome-stock-mail-rpl.png +share/icons/mate/16x16/actions/gnome-stock-mail-snd.png +share/icons/mate/16x16/actions/gnome-stock-text-indent.png +share/icons/mate/16x16/actions/gnome-stock-text-unindent.png +share/icons/mate/16x16/actions/go-bottom.png +share/icons/mate/16x16/actions/go-down.png +share/icons/mate/16x16/actions/go-first.png +share/icons/mate/16x16/actions/go-home.png +share/icons/mate/16x16/actions/go-jump.png +share/icons/mate/16x16/actions/go-last.png +share/icons/mate/16x16/actions/go-next.png +share/icons/mate/16x16/actions/go-previous.png +share/icons/mate/16x16/actions/go-top.png +share/icons/mate/16x16/actions/go-up.png +share/icons/mate/16x16/actions/gohome.png +share/icons/mate/16x16/actions/gtk-about.png +share/icons/mate/16x16/actions/gtk-add.png +share/icons/mate/16x16/actions/gtk-bold.png +share/icons/mate/16x16/actions/gtk-cancel.png +share/icons/mate/16x16/actions/gtk-clear.png +share/icons/mate/16x16/actions/gtk-close.png +share/icons/mate/16x16/actions/gtk-copy.png +share/icons/mate/16x16/actions/gtk-cut.png +share/icons/mate/16x16/actions/gtk-delete.png +share/icons/mate/16x16/actions/gtk-execute.png +share/icons/mate/16x16/actions/gtk-find-and-replace.png +share/icons/mate/16x16/actions/gtk-find.png +share/icons/mate/16x16/actions/gtk-fullscreen.png +share/icons/mate/16x16/actions/gtk-go-back-ltr.png +share/icons/mate/16x16/actions/gtk-go-back-rtl.png +share/icons/mate/16x16/actions/gtk-go-down.png +share/icons/mate/16x16/actions/gtk-go-forward-ltr.png +share/icons/mate/16x16/actions/gtk-go-forward-rtl.png +share/icons/mate/16x16/actions/gtk-go-up.png +share/icons/mate/16x16/actions/gtk-goto-bottom.png +share/icons/mate/16x16/actions/gtk-goto-first-ltr.png +share/icons/mate/16x16/actions/gtk-goto-first-rtl.png +share/icons/mate/16x16/actions/gtk-goto-last-ltr.png +share/icons/mate/16x16/actions/gtk-goto-last-rtl.png +share/icons/mate/16x16/actions/gtk-goto-top.png +share/icons/mate/16x16/actions/gtk-help.png +share/icons/mate/16x16/actions/gtk-home.png +share/icons/mate/16x16/actions/gtk-indent-ltr.png +share/icons/mate/16x16/actions/gtk-indent-rtl.png +share/icons/mate/16x16/actions/gtk-italic.png +share/icons/mate/16x16/actions/gtk-jump-to-ltr.png +share/icons/mate/16x16/actions/gtk-jump-to-rtl.png +share/icons/mate/16x16/actions/gtk-justify-center.png +share/icons/mate/16x16/actions/gtk-justify-fill.png +share/icons/mate/16x16/actions/gtk-justify-left.png +share/icons/mate/16x16/actions/gtk-justify-right.png +share/icons/mate/16x16/actions/gtk-leave-fullscreen.png +share/icons/mate/16x16/actions/gtk-media-forward-ltr.png +share/icons/mate/16x16/actions/gtk-media-forward-rtl.png +share/icons/mate/16x16/actions/gtk-media-next-ltr.png +share/icons/mate/16x16/actions/gtk-media-next-rtl.png +share/icons/mate/16x16/actions/gtk-media-pause.png +share/icons/mate/16x16/actions/gtk-media-play-ltr.png +share/icons/mate/16x16/actions/gtk-media-previous-ltr.png +share/icons/mate/16x16/actions/gtk-media-previous-rtl.png +share/icons/mate/16x16/actions/gtk-media-record.png +share/icons/mate/16x16/actions/gtk-media-rewind-ltr.png +share/icons/mate/16x16/actions/gtk-media-rewind-rtl.png +share/icons/mate/16x16/actions/gtk-media-stop.png +share/icons/mate/16x16/actions/gtk-new.png +share/icons/mate/16x16/actions/gtk-open.png +share/icons/mate/16x16/actions/gtk-paste.png +share/icons/mate/16x16/actions/gtk-print-preview.png +share/icons/mate/16x16/actions/gtk-print.png +share/icons/mate/16x16/actions/gtk-properties.png +share/icons/mate/16x16/actions/gtk-quit.png +share/icons/mate/16x16/actions/gtk-redo-ltr.png +share/icons/mate/16x16/actions/gtk-refresh.png +share/icons/mate/16x16/actions/gtk-remove.png +share/icons/mate/16x16/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/16x16/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/16x16/actions/gtk-save-as.png +share/icons/mate/16x16/actions/gtk-save.png +share/icons/mate/16x16/actions/gtk-select-all.png +share/icons/mate/16x16/actions/gtk-sort-ascending.png +share/icons/mate/16x16/actions/gtk-sort-descending.png +share/icons/mate/16x16/actions/gtk-spell-check.png +share/icons/mate/16x16/actions/gtk-stop.png +share/icons/mate/16x16/actions/gtk-strikethrough.png +share/icons/mate/16x16/actions/gtk-underline.png +share/icons/mate/16x16/actions/gtk-undo-ltr.png +share/icons/mate/16x16/actions/gtk-unindent-ltr.png +share/icons/mate/16x16/actions/gtk-unindent-rtl.png +share/icons/mate/16x16/actions/gtk-zoom-100.png +share/icons/mate/16x16/actions/gtk-zoom-fit.png +share/icons/mate/16x16/actions/gtk-zoom-in.png +share/icons/mate/16x16/actions/gtk-zoom-out.png +share/icons/mate/16x16/actions/help-about.png +share/icons/mate/16x16/actions/help-contents.png +share/icons/mate/16x16/actions/help-faq.png +share/icons/mate/16x16/actions/help.png +share/icons/mate/16x16/actions/insert-image.png +share/icons/mate/16x16/actions/insert-link.png +share/icons/mate/16x16/actions/insert-object.png +share/icons/mate/16x16/actions/insert-text.png +share/icons/mate/16x16/actions/kfind.png +share/icons/mate/16x16/actions/kfm_home.png +share/icons/mate/16x16/actions/leftjust.png +share/icons/mate/16x16/actions/list-add.png +share/icons/mate/16x16/actions/list-remove.png +share/icons/mate/16x16/actions/lock.png +share/icons/mate/16x16/actions/mail-forward.png +share/icons/mate/16x16/actions/mail-mark-important.png +share/icons/mate/16x16/actions/mail-mark-junk.png +share/icons/mate/16x16/actions/mail-mark-notjunk.png +share/icons/mate/16x16/actions/mail-mark-read.png +share/icons/mate/16x16/actions/mail-mark-unread.png +share/icons/mate/16x16/actions/mail-message-new.png +share/icons/mate/16x16/actions/mail-reply-all.png +share/icons/mate/16x16/actions/mail-reply-sender.png +share/icons/mate/16x16/actions/mail-send-receive.png +share/icons/mate/16x16/actions/mail-send.png +share/icons/mate/16x16/actions/mail_forward.png +share/icons/mate/16x16/actions/mail_new.png +share/icons/mate/16x16/actions/mail_reply.png +share/icons/mate/16x16/actions/mail_replyall.png +share/icons/mate/16x16/actions/mail_send.png +share/icons/mate/16x16/actions/mail_spam.png +share/icons/mate/16x16/actions/media-eject.png +share/icons/mate/16x16/actions/media-playback-pause.png +share/icons/mate/16x16/actions/media-playback-start.png +share/icons/mate/16x16/actions/media-playback-stop.png +share/icons/mate/16x16/actions/media-record.png +share/icons/mate/16x16/actions/media-seek-backward.png +share/icons/mate/16x16/actions/media-seek-forward.png +share/icons/mate/16x16/actions/media-skip-backward.png +share/icons/mate/16x16/actions/media-skip-forward.png +share/icons/mate/16x16/actions/next.png +share/icons/mate/16x16/actions/object-flip-horizontal.png +share/icons/mate/16x16/actions/object-flip-vertical.png +share/icons/mate/16x16/actions/object-rotate-left.png +share/icons/mate/16x16/actions/object-rotate-right.png +share/icons/mate/16x16/actions/player_eject.png +share/icons/mate/16x16/actions/player_end.png +share/icons/mate/16x16/actions/player_fwd.png +share/icons/mate/16x16/actions/player_pause.png +share/icons/mate/16x16/actions/player_play.png +share/icons/mate/16x16/actions/player_record.png +share/icons/mate/16x16/actions/player_rew.png +share/icons/mate/16x16/actions/player_start.png +share/icons/mate/16x16/actions/player_stop.png +share/icons/mate/16x16/actions/previous.png +share/icons/mate/16x16/actions/process-stop.png +share/icons/mate/16x16/actions/redhat-home.png +share/icons/mate/16x16/actions/redo.png +share/icons/mate/16x16/actions/reload.png +share/icons/mate/16x16/actions/reload3.png +share/icons/mate/16x16/actions/reload_all_tabs.png +share/icons/mate/16x16/actions/reload_page.png +share/icons/mate/16x16/actions/remove.png +share/icons/mate/16x16/actions/revert.png +share/icons/mate/16x16/actions/rightjust.png +share/icons/mate/16x16/actions/search.png +share/icons/mate/16x16/actions/start.png +share/icons/mate/16x16/actions/stock_about.png +share/icons/mate/16x16/actions/stock_add-bookmark.png +share/icons/mate/16x16/actions/stock_bottom.png +share/icons/mate/16x16/actions/stock_close.png +share/icons/mate/16x16/actions/stock_copy.png +share/icons/mate/16x16/actions/stock_cut.png +share/icons/mate/16x16/actions/stock_delete.png +share/icons/mate/16x16/actions/stock_down.png +share/icons/mate/16x16/actions/stock_file-properites.png +share/icons/mate/16x16/actions/stock_first.png +share/icons/mate/16x16/actions/stock_fullscreen.png +share/icons/mate/16x16/actions/stock_help-add-bookmark.png +share/icons/mate/16x16/actions/stock_help.png +share/icons/mate/16x16/actions/stock_home.png +share/icons/mate/16x16/actions/stock_last.png +share/icons/mate/16x16/actions/stock_leave-fullscreen.png +share/icons/mate/16x16/actions/stock_left.png +share/icons/mate/16x16/actions/stock_mail-compose.png +share/icons/mate/16x16/actions/stock_mail-forward.png +share/icons/mate/16x16/actions/stock_mail-reply-to-all.png +share/icons/mate/16x16/actions/stock_mail-reply.png +share/icons/mate/16x16/actions/stock_mail-send-receive.png +share/icons/mate/16x16/actions/stock_mail-send.png +share/icons/mate/16x16/actions/stock_media-fwd.png +share/icons/mate/16x16/actions/stock_media-next.png +share/icons/mate/16x16/actions/stock_media-pause.png +share/icons/mate/16x16/actions/stock_media-play.png +share/icons/mate/16x16/actions/stock_media-prev.png +share/icons/mate/16x16/actions/stock_media-rec.png +share/icons/mate/16x16/actions/stock_media-rew.png +share/icons/mate/16x16/actions/stock_media-stop.png +share/icons/mate/16x16/actions/stock_new-address-book.png +share/icons/mate/16x16/actions/stock_new-appointment.png +share/icons/mate/16x16/actions/stock_new-bcard.png +share/icons/mate/16x16/actions/stock_new-dir.png +share/icons/mate/16x16/actions/stock_new-tab.png +share/icons/mate/16x16/actions/stock_new-text.png +share/icons/mate/16x16/actions/stock_new-window.png +share/icons/mate/16x16/actions/stock_paste.png +share/icons/mate/16x16/actions/stock_print-preview.png +share/icons/mate/16x16/actions/stock_print-setup.png +share/icons/mate/16x16/actions/stock_print.png +share/icons/mate/16x16/actions/stock_properties.png +share/icons/mate/16x16/actions/stock_redo.png +share/icons/mate/16x16/actions/stock_refresh.png +share/icons/mate/16x16/actions/stock_right.png +share/icons/mate/16x16/actions/stock_save-as.png +share/icons/mate/16x16/actions/stock_save.png +share/icons/mate/16x16/actions/stock_search-and-replace.png +share/icons/mate/16x16/actions/stock_search.png +share/icons/mate/16x16/actions/stock_select-all.png +share/icons/mate/16x16/actions/stock_spam.png +share/icons/mate/16x16/actions/stock_spellcheck.png +share/icons/mate/16x16/actions/stock_stop.png +share/icons/mate/16x16/actions/stock_text-strikethrough.png +share/icons/mate/16x16/actions/stock_text_bold.png +share/icons/mate/16x16/actions/stock_text_center.png +share/icons/mate/16x16/actions/stock_text_indent.png +share/icons/mate/16x16/actions/stock_text_italic.png +share/icons/mate/16x16/actions/stock_text_justify.png +share/icons/mate/16x16/actions/stock_text_left.png +share/icons/mate/16x16/actions/stock_text_right.png +share/icons/mate/16x16/actions/stock_text_underlined.png +share/icons/mate/16x16/actions/stock_text_unindent.png +share/icons/mate/16x16/actions/stock_top.png +share/icons/mate/16x16/actions/stock_undo.png +share/icons/mate/16x16/actions/stock_up.png +share/icons/mate/16x16/actions/stock_zoom-1.png +share/icons/mate/16x16/actions/stock_zoom-in.png +share/icons/mate/16x16/actions/stock_zoom-out.png +share/icons/mate/16x16/actions/stock_zoom-page.png +share/icons/mate/16x16/actions/stop.png +share/icons/mate/16x16/actions/system-lock-screen.png +share/icons/mate/16x16/actions/system-log-out.png +share/icons/mate/16x16/actions/system-run.png +share/icons/mate/16x16/actions/system-search.png +share/icons/mate/16x16/actions/system-shutdown.png +share/icons/mate/16x16/actions/tab-new.png +share/icons/mate/16x16/actions/tab_new.png +share/icons/mate/16x16/actions/text_bold.png +share/icons/mate/16x16/actions/text_italic.png +share/icons/mate/16x16/actions/text_strike.png +share/icons/mate/16x16/actions/text_under.png +share/icons/mate/16x16/actions/tools-check-spelling.png +share/icons/mate/16x16/actions/top.png +share/icons/mate/16x16/actions/undo.png +share/icons/mate/16x16/actions/up.png +share/icons/mate/16x16/actions/view-fullscreen.png +share/icons/mate/16x16/actions/view-refresh.png +share/icons/mate/16x16/actions/view-restore.png +share/icons/mate/16x16/actions/view-sort-ascending.png +share/icons/mate/16x16/actions/view-sort-descending.png +share/icons/mate/16x16/actions/viewmag+.png +share/icons/mate/16x16/actions/viewmag-.png +share/icons/mate/16x16/actions/viewmag1.png +share/icons/mate/16x16/actions/viewmagfit.png +share/icons/mate/16x16/actions/window-close.png +share/icons/mate/16x16/actions/window-new.png +share/icons/mate/16x16/actions/window_fullscreen.png +share/icons/mate/16x16/actions/window_new.png +share/icons/mate/16x16/actions/window_nofullscreen.png +share/icons/mate/16x16/actions/xfce-system-exit.png +share/icons/mate/16x16/actions/xfce-system-lock.png +share/icons/mate/16x16/actions/zoom-best-fit.png +share/icons/mate/16x16/actions/zoom-fit-best.png +share/icons/mate/16x16/actions/zoom-in.png +share/icons/mate/16x16/actions/zoom-original.png +share/icons/mate/16x16/actions/zoom-out.png +share/icons/mate/16x16/animations/gnome-spinner.png +share/icons/mate/16x16/animations/process-working.png +share/icons/mate/16x16/apps/access.png +share/icons/mate/16x16/apps/accessibility-directory.png +share/icons/mate/16x16/apps/accessories-calculator.png +share/icons/mate/16x16/apps/accessories-character-map.png +share/icons/mate/16x16/apps/accessories-dictionary.png +share/icons/mate/16x16/apps/accessories-text-editor.png +share/icons/mate/16x16/apps/applets-screenshooter.png +share/icons/mate/16x16/apps/arts.png +share/icons/mate/16x16/apps/background.png +share/icons/mate/16x16/apps/calc.png +share/icons/mate/16x16/apps/config-language.png +share/icons/mate/16x16/apps/config-users.png +share/icons/mate/16x16/apps/dconf-editor.png +share/icons/mate/16x16/apps/file-manager.png +share/icons/mate/16x16/apps/fonts.png +share/icons/mate/16x16/apps/gnome-calculator.png +share/icons/mate/16x16/apps/gnome-character-map.png +share/icons/mate/16x16/apps/gnome-help.png +share/icons/mate/16x16/apps/gnome-mixer.png +share/icons/mate/16x16/apps/gnome-monitor.png +share/icons/mate/16x16/apps/gnome-remote-desktop.png +share/icons/mate/16x16/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/16x16/apps/gnome-settings-background.png +share/icons/mate/16x16/apps/gnome-settings-font.png +share/icons/mate/16x16/apps/gnome-settings-keybindings.png +share/icons/mate/16x16/apps/gnome-settings-theme.png +share/icons/mate/16x16/apps/gnome-terminal.png +share/icons/mate/16x16/apps/gnome-window-manager.png +share/icons/mate/16x16/apps/gucharmap.png +share/icons/mate/16x16/apps/help-browser.png +share/icons/mate/16x16/apps/kcalc.png +share/icons/mate/16x16/apps/kcharselect.png +share/icons/mate/16x16/apps/kcmkwm.png +share/icons/mate/16x16/apps/kcmsound.png +share/icons/mate/16x16/apps/kedit.png +share/icons/mate/16x16/apps/key_bindings.png +share/icons/mate/16x16/apps/kfm.png +share/icons/mate/16x16/apps/khelpcenter.png +share/icons/mate/16x16/apps/konsole.png +share/icons/mate/16x16/apps/krfb.png +share/icons/mate/16x16/apps/kscreensaver.png +share/icons/mate/16x16/apps/ksysguard.png +share/icons/mate/16x16/apps/kuser.png +share/icons/mate/16x16/apps/kwin.png +share/icons/mate/16x16/apps/locale.png +share/icons/mate/16x16/apps/logviewer.png +share/icons/mate/16x16/apps/mate.png +share/icons/mate/16x16/apps/multimedia-volume-control.png +share/icons/mate/16x16/apps/multimedia.png +share/icons/mate/16x16/apps/openterm.png +share/icons/mate/16x16/apps/preferences-desktop-accessibility.png +share/icons/mate/16x16/apps/preferences-desktop-default-applications.png +share/icons/mate/16x16/apps/preferences-desktop-display.png +share/icons/mate/16x16/apps/preferences-desktop-font.png +share/icons/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/16x16/apps/preferences-desktop-keyboard.png +share/icons/mate/16x16/apps/preferences-desktop-locale.png +share/icons/mate/16x16/apps/preferences-desktop-remote-desktop.png +share/icons/mate/16x16/apps/preferences-desktop-screensaver.png +share/icons/mate/16x16/apps/preferences-desktop-theme.png +share/icons/mate/16x16/apps/preferences-desktop-wallpaper.png +share/icons/mate/16x16/apps/preferences-system-windows.png +share/icons/mate/16x16/apps/redhat-filemanager.png +share/icons/mate/16x16/apps/screensaver.png +share/icons/mate/16x16/apps/style.png +share/icons/mate/16x16/apps/susehelpcenter.png +share/icons/mate/16x16/apps/system-config-users.png +share/icons/mate/16x16/apps/system-file-manager.png +share/icons/mate/16x16/apps/system-software-install.png +share/icons/mate/16x16/apps/system-software-update.png +share/icons/mate/16x16/apps/system-users.png +share/icons/mate/16x16/apps/terminal.png +share/icons/mate/16x16/apps/text-editor.png +share/icons/mate/16x16/apps/update-manager.png +share/icons/mate/16x16/apps/user-info.png +share/icons/mate/16x16/apps/utilities-system-monitor.png +share/icons/mate/16x16/apps/utilities-terminal.png +share/icons/mate/16x16/apps/volume-knob.png +share/icons/mate/16x16/apps/wallpaper.png +share/icons/mate/16x16/apps/web-browser.png +share/icons/mate/16x16/apps/xfce-filemanager.png +share/icons/mate/16x16/apps/xfce-terminal.png +share/icons/mate/16x16/apps/xfce4-backdrop.png +share/icons/mate/16x16/apps/xfce4-mixer.png +share/icons/mate/16x16/apps/xfwm4.png +share/icons/mate/16x16/apps/xscreensaver.png +share/icons/mate/16x16/apps/zen-icon.png +share/icons/mate/16x16/categories/applications-accessories.png +share/icons/mate/16x16/categories/applications-development.png +share/icons/mate/16x16/categories/applications-engineering.png +share/icons/mate/16x16/categories/applications-games.png +share/icons/mate/16x16/categories/applications-graphics.png +share/icons/mate/16x16/categories/applications-internet.png +share/icons/mate/16x16/categories/applications-multimedia.png +share/icons/mate/16x16/categories/applications-office.png +share/icons/mate/16x16/categories/applications-other.png +share/icons/mate/16x16/categories/applications-science.png +share/icons/mate/16x16/categories/applications-system.png +share/icons/mate/16x16/categories/applications-utilities.png +share/icons/mate/16x16/categories/gnome-applications.png +share/icons/mate/16x16/categories/gnome-control-center.png +share/icons/mate/16x16/categories/gnome-devel.png +share/icons/mate/16x16/categories/gnome-globe.png +share/icons/mate/16x16/categories/gnome-graphics.png +share/icons/mate/16x16/categories/gnome-joystick.png +share/icons/mate/16x16/categories/gnome-multimedia.png +share/icons/mate/16x16/categories/gnome-other.png +share/icons/mate/16x16/categories/gnome-settings.png +share/icons/mate/16x16/categories/gnome-system.png +share/icons/mate/16x16/categories/gnome-util.png +share/icons/mate/16x16/categories/gtk-preferences.png +share/icons/mate/16x16/categories/input_devices_settings.png +share/icons/mate/16x16/categories/kcontrol.png +share/icons/mate/16x16/categories/package_development.png +share/icons/mate/16x16/categories/package_games.png +share/icons/mate/16x16/categories/package_graphics.png +share/icons/mate/16x16/categories/package_multimedia.png +share/icons/mate/16x16/categories/package_network.png +share/icons/mate/16x16/categories/package_office.png +share/icons/mate/16x16/categories/package_settings.png +share/icons/mate/16x16/categories/package_system.png +share/icons/mate/16x16/categories/package_utilities.png +share/icons/mate/16x16/categories/preferences-desktop-peripherals.png +share/icons/mate/16x16/categories/preferences-desktop-personal.png +share/icons/mate/16x16/categories/preferences-desktop.png +share/icons/mate/16x16/categories/preferences-other.png +share/icons/mate/16x16/categories/preferences-system-network.png +share/icons/mate/16x16/categories/preferences-system.png +share/icons/mate/16x16/categories/redhat-accessories.png +share/icons/mate/16x16/categories/redhat-games.png +share/icons/mate/16x16/categories/redhat-graphics.png +share/icons/mate/16x16/categories/redhat-internet.png +share/icons/mate/16x16/categories/redhat-office.png +share/icons/mate/16x16/categories/redhat-preferences.png +share/icons/mate/16x16/categories/redhat-programming.png +share/icons/mate/16x16/categories/redhat-sound_video.png +share/icons/mate/16x16/categories/redhat-system_settings.png +share/icons/mate/16x16/categories/redhat-system_tools.png +share/icons/mate/16x16/categories/stock_internet.png +share/icons/mate/16x16/categories/system-help.png +share/icons/mate/16x16/categories/xfce-games.png +share/icons/mate/16x16/categories/xfce-graphics.png +share/icons/mate/16x16/categories/xfce-internet.png +share/icons/mate/16x16/categories/xfce-multimedia.png +share/icons/mate/16x16/categories/xfce-office.png +share/icons/mate/16x16/categories/xfce-system-settings.png +share/icons/mate/16x16/categories/xfce-utils.png +share/icons/mate/16x16/categories/xfce4-settings.png +share/icons/mate/16x16/devices/3floppy_unmount.png +share/icons/mate/16x16/devices/ac-adapter.png +share/icons/mate/16x16/devices/audio-card.png +share/icons/mate/16x16/devices/audio-input-microphone.png +share/icons/mate/16x16/devices/battery.png +share/icons/mate/16x16/devices/camera-photo.png +share/icons/mate/16x16/devices/camera-video.png +share/icons/mate/16x16/devices/camera-web.png +share/icons/mate/16x16/devices/camera.png +share/icons/mate/16x16/devices/camera_unmount.png +share/icons/mate/16x16/devices/cdrom_unmount.png +share/icons/mate/16x16/devices/cdwriter_unmount.png +share/icons/mate/16x16/devices/chardevice.png +share/icons/mate/16x16/devices/computer.png +share/icons/mate/16x16/devices/display.png +share/icons/mate/16x16/devices/drive-cdrom.png +share/icons/mate/16x16/devices/drive-harddisk.png +share/icons/mate/16x16/devices/drive-optical.png +share/icons/mate/16x16/devices/drive-removable-media.png +share/icons/mate/16x16/devices/dvd_unmount.png +share/icons/mate/16x16/devices/gnome-dev-battery.png +share/icons/mate/16x16/devices/gnome-dev-cdrom-audio.png +share/icons/mate/16x16/devices/gnome-dev-cdrom.png +share/icons/mate/16x16/devices/gnome-dev-computer.png +share/icons/mate/16x16/devices/gnome-dev-disc-cdr.png +share/icons/mate/16x16/devices/gnome-dev-disc-cdrw.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdr.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdram.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/16x16/devices/gnome-dev-dvd.png +share/icons/mate/16x16/devices/gnome-dev-ethernet.png +share/icons/mate/16x16/devices/gnome-dev-floppy.png +share/icons/mate/16x16/devices/gnome-dev-harddisk-1394.png +share/icons/mate/16x16/devices/gnome-dev-harddisk-usb.png +share/icons/mate/16x16/devices/gnome-dev-harddisk.png +share/icons/mate/16x16/devices/gnome-dev-ipod.png +share/icons/mate/16x16/devices/gnome-dev-keyboard.png +share/icons/mate/16x16/devices/gnome-dev-media-cf.png +share/icons/mate/16x16/devices/gnome-dev-media-ms.png +share/icons/mate/16x16/devices/gnome-dev-media-sdmmc.png +share/icons/mate/16x16/devices/gnome-dev-media-sm.png +share/icons/mate/16x16/devices/gnome-dev-mouse-ball.png +share/icons/mate/16x16/devices/gnome-dev-mouse-optical.png +share/icons/mate/16x16/devices/gnome-dev-printer.png +share/icons/mate/16x16/devices/gnome-dev-removable-1394.png +share/icons/mate/16x16/devices/gnome-dev-removable-usb.png +share/icons/mate/16x16/devices/gnome-dev-removable.png +share/icons/mate/16x16/devices/gnome-dev-wavelan.png +share/icons/mate/16x16/devices/gnome-fs-client.png +share/icons/mate/16x16/devices/gnome-modem.png +share/icons/mate/16x16/devices/gnome-stock-mic.png +share/icons/mate/16x16/devices/gtk-cdrom.png +share/icons/mate/16x16/devices/gtk-floppy.png +share/icons/mate/16x16/devices/gtk-harddisk.png +share/icons/mate/16x16/devices/harddrive.png +share/icons/mate/16x16/devices/hdd_unmount.png +share/icons/mate/16x16/devices/input-gaming.png +share/icons/mate/16x16/devices/input-keyboard.png +share/icons/mate/16x16/devices/input-mouse.png +share/icons/mate/16x16/devices/input-tablet.png +share/icons/mate/16x16/devices/input-touchpad.png +share/icons/mate/16x16/devices/ipod_mount.png +share/icons/mate/16x16/devices/joystick.png +share/icons/mate/16x16/devices/keyboard.png +share/icons/mate/16x16/devices/kjobviewer.png +share/icons/mate/16x16/devices/kxkb.png +share/icons/mate/16x16/devices/media-cdrom.png +share/icons/mate/16x16/devices/media-flash.png +share/icons/mate/16x16/devices/media-floppy.png +share/icons/mate/16x16/devices/media-optical.png +share/icons/mate/16x16/devices/media-tape.png +share/icons/mate/16x16/devices/modem.png +share/icons/mate/16x16/devices/mouse.png +share/icons/mate/16x16/devices/multimedia-player.png +share/icons/mate/16x16/devices/network-wired.png +share/icons/mate/16x16/devices/network-wireless.png +share/icons/mate/16x16/devices/pda.png +share/icons/mate/16x16/devices/phone.png +share/icons/mate/16x16/devices/printer-remote.png +share/icons/mate/16x16/devices/printer.png +share/icons/mate/16x16/devices/printer1.png +share/icons/mate/16x16/devices/printmgr.png +share/icons/mate/16x16/devices/scanner.png +share/icons/mate/16x16/devices/stock_cell-phone.png +share/icons/mate/16x16/devices/stock_mic.png +share/icons/mate/16x16/devices/stock_printers.png +share/icons/mate/16x16/devices/system-floppy.png +share/icons/mate/16x16/devices/system.png +share/icons/mate/16x16/devices/usbpendrive_unmount.png +share/icons/mate/16x16/devices/video-display.png +share/icons/mate/16x16/devices/xfce-printer.png +share/icons/mate/16x16/devices/xfce4-display.png +share/icons/mate/16x16/devices/xfce4-keyboard.png +share/icons/mate/16x16/devices/xfce4-mouse.png +share/icons/mate/16x16/devices/yast_HD.png +share/icons/mate/16x16/devices/yast_idetude.png +share/icons/mate/16x16/devices/yast_joystick.png +share/icons/mate/16x16/devices/yast_mouse.png +share/icons/mate/16x16/devices/yast_printer.png +share/icons/mate/16x16/devices/yast_soundcard.png +share/icons/mate/16x16/emblems/emblem-default.png +share/icons/mate/16x16/emblems/emblem-documents.png +share/icons/mate/16x16/emblems/emblem-downloads.png +share/icons/mate/16x16/emblems/emblem-favorite.png +share/icons/mate/16x16/emblems/emblem-generic.png +share/icons/mate/16x16/emblems/emblem-important.png +share/icons/mate/16x16/emblems/emblem-mail.png +share/icons/mate/16x16/emblems/emblem-new.png +share/icons/mate/16x16/emblems/emblem-noread.png +share/icons/mate/16x16/emblems/emblem-nowrite.png +share/icons/mate/16x16/emblems/emblem-package.png +share/icons/mate/16x16/emblems/emblem-photos.png +share/icons/mate/16x16/emblems/emblem-readonly.png +share/icons/mate/16x16/emblems/emblem-shared.png +share/icons/mate/16x16/emblems/emblem-symbolic-link.png +share/icons/mate/16x16/emblems/emblem-synchronizing.png +share/icons/mate/16x16/emblems/emblem-system.png +share/icons/mate/16x16/emblems/emblem-unreadable.png +share/icons/mate/16x16/emblems/emblem-urgent.png +share/icons/mate/16x16/emblems/emblem-web.png +share/icons/mate/16x16/emotes/face-angel.png +share/icons/mate/16x16/emotes/face-angry.png +share/icons/mate/16x16/emotes/face-cool.png +share/icons/mate/16x16/emotes/face-crying.png +share/icons/mate/16x16/emotes/face-devilish.png +share/icons/mate/16x16/emotes/face-embarrassed.png +share/icons/mate/16x16/emotes/face-glasses.png +share/icons/mate/16x16/emotes/face-kiss.png +share/icons/mate/16x16/emotes/face-laugh.png +share/icons/mate/16x16/emotes/face-monkey.png +share/icons/mate/16x16/emotes/face-plain.png +share/icons/mate/16x16/emotes/face-raspberry.png +share/icons/mate/16x16/emotes/face-sad.png +share/icons/mate/16x16/emotes/face-sick.png +share/icons/mate/16x16/emotes/face-smile-big.png +share/icons/mate/16x16/emotes/face-smile.png +share/icons/mate/16x16/emotes/face-smirk.png +share/icons/mate/16x16/emotes/face-surprise.png +share/icons/mate/16x16/emotes/face-tired.png +share/icons/mate/16x16/emotes/face-uncertain.png +share/icons/mate/16x16/emotes/face-wink.png +share/icons/mate/16x16/emotes/face-worried.png +share/icons/mate/16x16/emotes/stock_smiley-1.png +share/icons/mate/16x16/emotes/stock_smiley-10.png +share/icons/mate/16x16/emotes/stock_smiley-11.png +share/icons/mate/16x16/emotes/stock_smiley-13.png +share/icons/mate/16x16/emotes/stock_smiley-15.png +share/icons/mate/16x16/emotes/stock_smiley-18.png +share/icons/mate/16x16/emotes/stock_smiley-2.png +share/icons/mate/16x16/emotes/stock_smiley-22.png +share/icons/mate/16x16/emotes/stock_smiley-3.png +share/icons/mate/16x16/emotes/stock_smiley-4.png +share/icons/mate/16x16/emotes/stock_smiley-5.png +share/icons/mate/16x16/emotes/stock_smiley-6.png +share/icons/mate/16x16/emotes/stock_smiley-7.png +share/icons/mate/16x16/emotes/stock_smiley-8.png +share/icons/mate/16x16/mimetypes/application-certificate.png +share/icons/mate/16x16/mimetypes/application-pdf.png +share/icons/mate/16x16/mimetypes/application-pgp-encrypted.png +share/icons/mate/16x16/mimetypes/application-rss+xml.png +share/icons/mate/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/16x16/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/16x16/mimetypes/application-x-bittorrent.png +share/icons/mate/16x16/mimetypes/application-x-blender.png +share/icons/mate/16x16/mimetypes/application-x-cd-image.png +share/icons/mate/16x16/mimetypes/application-x-desktop.png +share/icons/mate/16x16/mimetypes/application-x-executable.png +share/icons/mate/16x16/mimetypes/application-x-homebank.png +share/icons/mate/16x16/mimetypes/application-x-java-archive.png +share/icons/mate/16x16/mimetypes/application-x-java.png +share/icons/mate/16x16/mimetypes/application-x-javascript.png +share/icons/mate/16x16/mimetypes/application-x-keepass.png +share/icons/mate/16x16/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/16x16/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/16x16/mimetypes/application-x-package-list.png +share/icons/mate/16x16/mimetypes/application-x-perl.png +share/icons/mate/16x16/mimetypes/application-x-php.png +share/icons/mate/16x16/mimetypes/application-x-planner.png +share/icons/mate/16x16/mimetypes/application-x-python-bytecode.png +share/icons/mate/16x16/mimetypes/application-x-remote-connection.png +share/icons/mate/16x16/mimetypes/application-x-ruby.png +share/icons/mate/16x16/mimetypes/application-x-theme.png +share/icons/mate/16x16/mimetypes/application-x-vnc.png +share/icons/mate/16x16/mimetypes/ascii.png +share/icons/mate/16x16/mimetypes/audio-x-generic.png +share/icons/mate/16x16/mimetypes/binary.png +share/icons/mate/16x16/mimetypes/contents2.png +share/icons/mate/16x16/mimetypes/deb.png +share/icons/mate/16x16/mimetypes/document.png +share/icons/mate/16x16/mimetypes/empty.png +share/icons/mate/16x16/mimetypes/exec.png +share/icons/mate/16x16/mimetypes/folder_tar.png +share/icons/mate/16x16/mimetypes/font-x-generic.png +share/icons/mate/16x16/mimetypes/font.png +share/icons/mate/16x16/mimetypes/font_bitmap.png +share/icons/mate/16x16/mimetypes/font_truetype.png +share/icons/mate/16x16/mimetypes/font_type1.png +share/icons/mate/16x16/mimetypes/gnome-fs-executable.png +share/icons/mate/16x16/mimetypes/gnome-fs-regular.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-msword.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-zip.png +share/icons/mate/16x16/mimetypes/gnome-mime-audio.png +share/icons/mate/16x16/mimetypes/gnome-mime-image.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-html.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/16x16/mimetypes/gnome-mime-text.png +share/icons/mate/16x16/mimetypes/gnome-mime-video.png +share/icons/mate/16x16/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/16x16/mimetypes/gnome-package.png +share/icons/mate/16x16/mimetypes/gtk-file.png +share/icons/mate/16x16/mimetypes/html.png +share/icons/mate/16x16/mimetypes/image-svg+xml-compressed.png +share/icons/mate/16x16/mimetypes/image-svg+xml.png +share/icons/mate/16x16/mimetypes/image-x-compressed-xcf.png +share/icons/mate/16x16/mimetypes/image-x-generic.png +share/icons/mate/16x16/mimetypes/image-x-xcf.png +share/icons/mate/16x16/mimetypes/image.png +share/icons/mate/16x16/mimetypes/kpresenter_kpr.png +share/icons/mate/16x16/mimetypes/mime_ascii.png +share/icons/mate/16x16/mimetypes/misc.png +share/icons/mate/16x16/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg-extension.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/16x16/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-text.png +share/icons/mate/16x16/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg3-extension.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/16x16/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg3-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-text.png +share/icons/mate/16x16/mimetypes/package-x-generic.png +share/icons/mate/16x16/mimetypes/package.png +share/icons/mate/16x16/mimetypes/package_editors.png +share/icons/mate/16x16/mimetypes/package_wordprocessing.png +share/icons/mate/16x16/mimetypes/plan.png +share/icons/mate/16x16/mimetypes/rpm.png +share/icons/mate/16x16/mimetypes/shellscript.png +share/icons/mate/16x16/mimetypes/sound.png +share/icons/mate/16x16/mimetypes/spreadsheet.png +share/icons/mate/16x16/mimetypes/stock_addressbook.png +share/icons/mate/16x16/mimetypes/stock_calendar.png +share/icons/mate/16x16/mimetypes/stock_certificate.png +share/icons/mate/16x16/mimetypes/stock_script.png +share/icons/mate/16x16/mimetypes/tar.png +share/icons/mate/16x16/mimetypes/template_source.png +share/icons/mate/16x16/mimetypes/text-css.png +share/icons/mate/16x16/mimetypes/text-csv.png +share/icons/mate/16x16/mimetypes/text-html.png +share/icons/mate/16x16/mimetypes/text-x-apport.png +share/icons/mate/16x16/mimetypes/text-x-authors.png +share/icons/mate/16x16/mimetypes/text-x-boo.png +share/icons/mate/16x16/mimetypes/text-x-c++hdr.png +share/icons/mate/16x16/mimetypes/text-x-c++src.png +share/icons/mate/16x16/mimetypes/text-x-changelog.png +share/icons/mate/16x16/mimetypes/text-x-chdr.png +share/icons/mate/16x16/mimetypes/text-x-copying.png +share/icons/mate/16x16/mimetypes/text-x-csharp.png +share/icons/mate/16x16/mimetypes/text-x-csrc.png +share/icons/mate/16x16/mimetypes/text-x-generic-template.png +share/icons/mate/16x16/mimetypes/text-x-generic.png +share/icons/mate/16x16/mimetypes/text-x-install.png +share/icons/mate/16x16/mimetypes/text-x-java.png +share/icons/mate/16x16/mimetypes/text-x-log.png +share/icons/mate/16x16/mimetypes/text-x-makefile.png +share/icons/mate/16x16/mimetypes/text-x-opml+xml.png +share/icons/mate/16x16/mimetypes/text-x-patch.png +share/icons/mate/16x16/mimetypes/text-x-preview.png +share/icons/mate/16x16/mimetypes/text-x-python.png +share/icons/mate/16x16/mimetypes/text-x-readme.png +share/icons/mate/16x16/mimetypes/text-x-script.png +share/icons/mate/16x16/mimetypes/tgz.png +share/icons/mate/16x16/mimetypes/txt.png +share/icons/mate/16x16/mimetypes/txt2.png +share/icons/mate/16x16/mimetypes/unknown.png +share/icons/mate/16x16/mimetypes/vcalendar.png +share/icons/mate/16x16/mimetypes/vcard.png +share/icons/mate/16x16/mimetypes/video-x-generic.png +share/icons/mate/16x16/mimetypes/video.png +share/icons/mate/16x16/mimetypes/wordprocessing.png +share/icons/mate/16x16/mimetypes/www.png +share/icons/mate/16x16/mimetypes/x-office-address-book.png +share/icons/mate/16x16/mimetypes/x-office-calendar.png +share/icons/mate/16x16/mimetypes/x-office-document-template.png +share/icons/mate/16x16/mimetypes/x-office-document.png +share/icons/mate/16x16/mimetypes/x-office-drawing-template.png +share/icons/mate/16x16/mimetypes/x-office-drawing.png +share/icons/mate/16x16/mimetypes/x-office-presentation-template.png +share/icons/mate/16x16/mimetypes/x-office-presentation.png +share/icons/mate/16x16/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/x-office-spreadsheet.png +share/icons/mate/16x16/mimetypes/zip.png +share/icons/mate/16x16/places/application-x-gnome-saved-search.png +share/icons/mate/16x16/places/desktop.png +share/icons/mate/16x16/places/distributor-logo.png +share/icons/mate/16x16/places/emptytrash.png +share/icons/mate/16x16/places/folder-documents.png +share/icons/mate/16x16/places/folder-download.png +share/icons/mate/16x16/places/folder-music.png +share/icons/mate/16x16/places/folder-pictures.png +share/icons/mate/16x16/places/folder-publicshare.png +share/icons/mate/16x16/places/folder-remote.png +share/icons/mate/16x16/places/folder-saved-search.png +share/icons/mate/16x16/places/folder-templates.png +share/icons/mate/16x16/places/folder-videos.png +share/icons/mate/16x16/places/folder.png +share/icons/mate/16x16/places/folder_home.png +share/icons/mate/16x16/places/gnome-fs-desktop.png +share/icons/mate/16x16/places/gnome-fs-directory.png +share/icons/mate/16x16/places/gnome-fs-ftp.png +share/icons/mate/16x16/places/gnome-fs-home.png +share/icons/mate/16x16/places/gnome-fs-network.png +share/icons/mate/16x16/places/gnome-fs-nfs.png +share/icons/mate/16x16/places/gnome-fs-server.png +share/icons/mate/16x16/places/gnome-fs-share.png +share/icons/mate/16x16/places/gnome-fs-smb.png +share/icons/mate/16x16/places/gnome-fs-ssh.png +share/icons/mate/16x16/places/gnome-fs-trash-empty.png +share/icons/mate/16x16/places/gnome-main-menu.png +share/icons/mate/16x16/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/16x16/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/16x16/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/16x16/places/gnome-stock-trash.png +share/icons/mate/16x16/places/gtk-directory.png +share/icons/mate/16x16/places/gtk-network.png +share/icons/mate/16x16/places/inode-directory.png +share/icons/mate/16x16/places/network-server.png +share/icons/mate/16x16/places/network-workgroup.png +share/icons/mate/16x16/places/network.png +share/icons/mate/16x16/places/network_local.png +share/icons/mate/16x16/places/novell-button.png +share/icons/mate/16x16/places/redhat-network-server.png +share/icons/mate/16x16/places/server.png +share/icons/mate/16x16/places/start-here.png +share/icons/mate/16x16/places/stock_folder.png +share/icons/mate/16x16/places/trashcan_empty.png +share/icons/mate/16x16/places/user-bookmarks.png +share/icons/mate/16x16/places/user-desktop.png +share/icons/mate/16x16/places/user-home.png +share/icons/mate/16x16/places/user-trash.png +share/icons/mate/16x16/places/xfce-trash_empty.png +share/icons/mate/16x16/status/appointment-missed.png +share/icons/mate/16x16/status/appointment-soon.png +share/icons/mate/16x16/status/audio-volume-high.png +share/icons/mate/16x16/status/audio-volume-low.png +share/icons/mate/16x16/status/audio-volume-medium.png +share/icons/mate/16x16/status/audio-volume-muted.png +share/icons/mate/16x16/status/avatar-default.png +share/icons/mate/16x16/status/battery-caution-charging.png +share/icons/mate/16x16/status/battery-caution.png +share/icons/mate/16x16/status/battery-empty.png +share/icons/mate/16x16/status/battery-full-charged.png +share/icons/mate/16x16/status/battery-full-charging.png +share/icons/mate/16x16/status/battery-full.png +share/icons/mate/16x16/status/battery-good-charging.png +share/icons/mate/16x16/status/battery-good.png +share/icons/mate/16x16/status/battery-low-charging.png +share/icons/mate/16x16/status/battery-low.png +share/icons/mate/16x16/status/battery-missing.png +share/icons/mate/16x16/status/changes-allow.png +share/icons/mate/16x16/status/changes-prevent.png +share/icons/mate/16x16/status/connect_creating.png +share/icons/mate/16x16/status/connect_established.png +share/icons/mate/16x16/status/connect_no.png +share/icons/mate/16x16/status/dialog-error.png +share/icons/mate/16x16/status/dialog-information.png +share/icons/mate/16x16/status/dialog-password.png +share/icons/mate/16x16/status/dialog-question.png +share/icons/mate/16x16/status/dialog-warning.png +share/icons/mate/16x16/status/edittrash.png +share/icons/mate/16x16/status/error.png +share/icons/mate/16x16/status/folder-drag-accept.png +share/icons/mate/16x16/status/folder-open.png +share/icons/mate/16x16/status/folder-visiting.png +share/icons/mate/16x16/status/folder_open.png +share/icons/mate/16x16/status/gnome-dev-wavelan-encrypted.png +share/icons/mate/16x16/status/gnome-fs-directory-accept.png +share/icons/mate/16x16/status/gnome-fs-directory-visiting.png +share/icons/mate/16x16/status/gnome-fs-loading-icon.png +share/icons/mate/16x16/status/gnome-fs-trash-full.png +share/icons/mate/16x16/status/gnome-netstatus-disconn.png +share/icons/mate/16x16/status/gnome-netstatus-error.png +share/icons/mate/16x16/status/gnome-netstatus-idle.png +share/icons/mate/16x16/status/gnome-netstatus-rx.png +share/icons/mate/16x16/status/gnome-netstatus-tx.png +share/icons/mate/16x16/status/gnome-netstatus-txrx.png +share/icons/mate/16x16/status/gnome-stock-trash-full.png +share/icons/mate/16x16/status/gtk-dialog-authentication.png +share/icons/mate/16x16/status/gtk-dialog-error.png +share/icons/mate/16x16/status/gtk-dialog-info.png +share/icons/mate/16x16/status/gtk-dialog-question.png +share/icons/mate/16x16/status/gtk-dialog-warning.png +share/icons/mate/16x16/status/gtk-missing-image.png +share/icons/mate/16x16/status/image-loading.png +share/icons/mate/16x16/status/image-missing.png +share/icons/mate/16x16/status/important.png +share/icons/mate/16x16/status/info.png +share/icons/mate/16x16/status/mail-attachment.png +share/icons/mate/16x16/status/mail-read.png +share/icons/mate/16x16/status/mail-replied.png +share/icons/mate/16x16/status/mail-signed-verified.png +share/icons/mate/16x16/status/mail-signed.png +share/icons/mate/16x16/status/mail-unread.png +share/icons/mate/16x16/status/media-playlist-repeat.png +share/icons/mate/16x16/status/media-playlist-shuffle.png +share/icons/mate/16x16/status/messagebox_critical.png +share/icons/mate/16x16/status/messagebox_info.png +share/icons/mate/16x16/status/messagebox_warning.png +share/icons/mate/16x16/status/network-error.png +share/icons/mate/16x16/status/network-idle.png +share/icons/mate/16x16/status/network-offline.png +share/icons/mate/16x16/status/network-receive.png +share/icons/mate/16x16/status/network-transmit-receive.png +share/icons/mate/16x16/status/network-transmit.png +share/icons/mate/16x16/status/network-wireless-encrypted.png +share/icons/mate/16x16/status/nm-adhoc.png +share/icons/mate/16x16/status/nm-device-wired.png +share/icons/mate/16x16/status/nm-device-wireless.png +share/icons/mate/16x16/status/nm-no-connection.png +share/icons/mate/16x16/status/printer-error.png +share/icons/mate/16x16/status/printer-printing.png +share/icons/mate/16x16/status/security-high.png +share/icons/mate/16x16/status/security-low.png +share/icons/mate/16x16/status/security-medium.png +share/icons/mate/16x16/status/software-update-available.png +share/icons/mate/16x16/status/software-update-urgent.png +share/icons/mate/16x16/status/stock_appointment-reminder-excl.png +share/icons/mate/16x16/status/stock_appointment-reminder.png +share/icons/mate/16x16/status/stock_attach.png +share/icons/mate/16x16/status/stock_dialog-error.png +share/icons/mate/16x16/status/stock_dialog-info.png +share/icons/mate/16x16/status/stock_dialog-question.png +share/icons/mate/16x16/status/stock_dialog-warning.png +share/icons/mate/16x16/status/stock_lock-broken.png +share/icons/mate/16x16/status/stock_lock-ok.png +share/icons/mate/16x16/status/stock_lock-open.png +share/icons/mate/16x16/status/stock_lock.png +share/icons/mate/16x16/status/stock_mail-open.png +share/icons/mate/16x16/status/stock_mail-replied.png +share/icons/mate/16x16/status/stock_mail-unread.png +share/icons/mate/16x16/status/stock_open.png +share/icons/mate/16x16/status/stock_repeat.png +share/icons/mate/16x16/status/stock_shuffle.png +share/icons/mate/16x16/status/stock_trash_full.png +share/icons/mate/16x16/status/stock_volume-0.png +share/icons/mate/16x16/status/stock_volume-max.png +share/icons/mate/16x16/status/stock_volume-med.png +share/icons/mate/16x16/status/stock_volume-min.png +share/icons/mate/16x16/status/stock_volume-mute.png +share/icons/mate/16x16/status/stock_volume.png +share/icons/mate/16x16/status/stock_weather-cloudy.png +share/icons/mate/16x16/status/stock_weather-few-clouds.png +share/icons/mate/16x16/status/stock_weather-fog.png +share/icons/mate/16x16/status/stock_weather-night-clear.png +share/icons/mate/16x16/status/stock_weather-night-few-clouds.png +share/icons/mate/16x16/status/stock_weather-showers.png +share/icons/mate/16x16/status/stock_weather-snow.png +share/icons/mate/16x16/status/stock_weather-storm.png +share/icons/mate/16x16/status/stock_weather-sunny.png +share/icons/mate/16x16/status/sunny.png +share/icons/mate/16x16/status/task-due.png +share/icons/mate/16x16/status/task-past-due.png +share/icons/mate/16x16/status/trashcan_full.png +share/icons/mate/16x16/status/user-available.png +share/icons/mate/16x16/status/user-away.png +share/icons/mate/16x16/status/user-busy.png +share/icons/mate/16x16/status/user-idle.png +share/icons/mate/16x16/status/user-invisible.png +share/icons/mate/16x16/status/user-offline.png +share/icons/mate/16x16/status/user-trash-full.png +share/icons/mate/16x16/status/weather-clear-night.png +share/icons/mate/16x16/status/weather-clear.png +share/icons/mate/16x16/status/weather-few-clouds-night.png +share/icons/mate/16x16/status/weather-few-clouds.png +share/icons/mate/16x16/status/weather-fog.png +share/icons/mate/16x16/status/weather-overcast.png +share/icons/mate/16x16/status/weather-severe-alert.png +share/icons/mate/16x16/status/weather-showers-scattered.png +share/icons/mate/16x16/status/weather-showers.png +share/icons/mate/16x16/status/weather-snow.png +share/icons/mate/16x16/status/weather-storm.png +share/icons/mate/16x16/status/xfce-trash_full.png +share/icons/mate/22x22/actions/add.png +share/icons/mate/22x22/actions/address-book-new.png +share/icons/mate/22x22/actions/application-exit.png +share/icons/mate/22x22/actions/appointment-new.png +share/icons/mate/22x22/actions/appointment.png +share/icons/mate/22x22/actions/back.png +share/icons/mate/22x22/actions/bookmark-new.png +share/icons/mate/22x22/actions/bookmark_add.png +share/icons/mate/22x22/actions/bookmarks_list_add.png +share/icons/mate/22x22/actions/bottom.png +share/icons/mate/22x22/actions/call-start.png +share/icons/mate/22x22/actions/call-stop.png +share/icons/mate/22x22/actions/centrejust.png +share/icons/mate/22x22/actions/contact-new.png +share/icons/mate/22x22/actions/document-new.png +share/icons/mate/22x22/actions/document-open-recent.png +share/icons/mate/22x22/actions/document-open.png +share/icons/mate/22x22/actions/document-page-setup.png +share/icons/mate/22x22/actions/document-print-preview.png +share/icons/mate/22x22/actions/document-print.png +share/icons/mate/22x22/actions/document-properties.png +share/icons/mate/22x22/actions/document-revert.png +share/icons/mate/22x22/actions/document-save-as.png +share/icons/mate/22x22/actions/document-save.png +share/icons/mate/22x22/actions/document-send.png +share/icons/mate/22x22/actions/down.png +share/icons/mate/22x22/actions/edit-clear.png +share/icons/mate/22x22/actions/edit-copy.png +share/icons/mate/22x22/actions/edit-cut.png +share/icons/mate/22x22/actions/edit-delete.png +share/icons/mate/22x22/actions/edit-find-replace.png +share/icons/mate/22x22/actions/edit-find.png +share/icons/mate/22x22/actions/edit-paste.png +share/icons/mate/22x22/actions/edit-redo.png +share/icons/mate/22x22/actions/edit-select-all.png +share/icons/mate/22x22/actions/edit-undo.png +share/icons/mate/22x22/actions/editclear.png +share/icons/mate/22x22/actions/editcopy.png +share/icons/mate/22x22/actions/editcut.png +share/icons/mate/22x22/actions/editdelete.png +share/icons/mate/22x22/actions/editpaste.png +share/icons/mate/22x22/actions/exit.png +share/icons/mate/22x22/actions/filefind.png +share/icons/mate/22x22/actions/filenew.png +share/icons/mate/22x22/actions/fileopen.png +share/icons/mate/22x22/actions/fileprint.png +share/icons/mate/22x22/actions/filequickprint.png +share/icons/mate/22x22/actions/filesave.png +share/icons/mate/22x22/actions/filesaveas.png +share/icons/mate/22x22/actions/find.png +share/icons/mate/22x22/actions/finish.png +share/icons/mate/22x22/actions/folder-new.png +share/icons/mate/22x22/actions/folder_new.png +share/icons/mate/22x22/actions/format-indent-less.png +share/icons/mate/22x22/actions/format-indent-more.png +share/icons/mate/22x22/actions/format-justify-center.png +share/icons/mate/22x22/actions/format-justify-fill.png +share/icons/mate/22x22/actions/format-justify-left.png +share/icons/mate/22x22/actions/format-justify-right.png +share/icons/mate/22x22/actions/format-text-bold.png +share/icons/mate/22x22/actions/format-text-direction-ltr.png +share/icons/mate/22x22/actions/format-text-direction-rtl.png +share/icons/mate/22x22/actions/format-text-italic.png +share/icons/mate/22x22/actions/format-text-strikethrough.png +share/icons/mate/22x22/actions/format-text-underline.png +share/icons/mate/22x22/actions/forward.png +share/icons/mate/22x22/actions/gnome-lockscreen.png +share/icons/mate/22x22/actions/gnome-logout.png +share/icons/mate/22x22/actions/gnome-run.png +share/icons/mate/22x22/actions/gnome-searchtool.png +share/icons/mate/22x22/actions/gnome-shutdown.png +share/icons/mate/22x22/actions/gnome-stock-mail-fwd.png +share/icons/mate/22x22/actions/gnome-stock-mail-new.png +share/icons/mate/22x22/actions/gnome-stock-mail-rpl.png +share/icons/mate/22x22/actions/gnome-stock-mail-snd.png +share/icons/mate/22x22/actions/gnome-stock-text-indent.png +share/icons/mate/22x22/actions/gnome-stock-text-unindent.png +share/icons/mate/22x22/actions/go-bottom.png +share/icons/mate/22x22/actions/go-down.png +share/icons/mate/22x22/actions/go-first.png +share/icons/mate/22x22/actions/go-home.png +share/icons/mate/22x22/actions/go-jump.png +share/icons/mate/22x22/actions/go-last.png +share/icons/mate/22x22/actions/go-next.png +share/icons/mate/22x22/actions/go-previous.png +share/icons/mate/22x22/actions/go-top.png +share/icons/mate/22x22/actions/go-up.png +share/icons/mate/22x22/actions/gohome.png +share/icons/mate/22x22/actions/gtk-about.png +share/icons/mate/22x22/actions/gtk-add.png +share/icons/mate/22x22/actions/gtk-bold.png +share/icons/mate/22x22/actions/gtk-cancel.png +share/icons/mate/22x22/actions/gtk-clear.png +share/icons/mate/22x22/actions/gtk-close.png +share/icons/mate/22x22/actions/gtk-copy.png +share/icons/mate/22x22/actions/gtk-cut.png +share/icons/mate/22x22/actions/gtk-delete.png +share/icons/mate/22x22/actions/gtk-execute.png +share/icons/mate/22x22/actions/gtk-find-and-replace.png +share/icons/mate/22x22/actions/gtk-find.png +share/icons/mate/22x22/actions/gtk-fullscreen.png +share/icons/mate/22x22/actions/gtk-go-back-ltr.png +share/icons/mate/22x22/actions/gtk-go-back-rtl.png +share/icons/mate/22x22/actions/gtk-go-down.png +share/icons/mate/22x22/actions/gtk-go-forward-ltr.png +share/icons/mate/22x22/actions/gtk-go-forward-rtl.png +share/icons/mate/22x22/actions/gtk-go-up.png +share/icons/mate/22x22/actions/gtk-goto-bottom.png +share/icons/mate/22x22/actions/gtk-goto-first-ltr.png +share/icons/mate/22x22/actions/gtk-goto-first-rtl.png +share/icons/mate/22x22/actions/gtk-goto-last-ltr.png +share/icons/mate/22x22/actions/gtk-goto-last-rtl.png +share/icons/mate/22x22/actions/gtk-goto-top.png +share/icons/mate/22x22/actions/gtk-help.png +share/icons/mate/22x22/actions/gtk-home.png +share/icons/mate/22x22/actions/gtk-indent-ltr.png +share/icons/mate/22x22/actions/gtk-indent-rtl.png +share/icons/mate/22x22/actions/gtk-italic.png +share/icons/mate/22x22/actions/gtk-jump-to-ltr.png +share/icons/mate/22x22/actions/gtk-jump-to-rtl.png +share/icons/mate/22x22/actions/gtk-justify-center.png +share/icons/mate/22x22/actions/gtk-justify-fill.png +share/icons/mate/22x22/actions/gtk-justify-left.png +share/icons/mate/22x22/actions/gtk-justify-right.png +share/icons/mate/22x22/actions/gtk-leave-fullscreen.png +share/icons/mate/22x22/actions/gtk-media-forward-ltr.png +share/icons/mate/22x22/actions/gtk-media-forward-rtl.png +share/icons/mate/22x22/actions/gtk-media-next-ltr.png +share/icons/mate/22x22/actions/gtk-media-next-rtl.png +share/icons/mate/22x22/actions/gtk-media-pause.png +share/icons/mate/22x22/actions/gtk-media-play-ltr.png +share/icons/mate/22x22/actions/gtk-media-previous-ltr.png +share/icons/mate/22x22/actions/gtk-media-previous-rtl.png +share/icons/mate/22x22/actions/gtk-media-record.png +share/icons/mate/22x22/actions/gtk-media-rewind-ltr.png +share/icons/mate/22x22/actions/gtk-media-rewind-rtl.png +share/icons/mate/22x22/actions/gtk-media-stop.png +share/icons/mate/22x22/actions/gtk-new.png +share/icons/mate/22x22/actions/gtk-open.png +share/icons/mate/22x22/actions/gtk-paste.png +share/icons/mate/22x22/actions/gtk-print-preview.png +share/icons/mate/22x22/actions/gtk-print.png +share/icons/mate/22x22/actions/gtk-properties.png +share/icons/mate/22x22/actions/gtk-quit.png +share/icons/mate/22x22/actions/gtk-redo-ltr.png +share/icons/mate/22x22/actions/gtk-refresh.png +share/icons/mate/22x22/actions/gtk-remove.png +share/icons/mate/22x22/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/22x22/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/22x22/actions/gtk-save-as.png +share/icons/mate/22x22/actions/gtk-save.png +share/icons/mate/22x22/actions/gtk-select-all.png +share/icons/mate/22x22/actions/gtk-sort-ascending.png +share/icons/mate/22x22/actions/gtk-sort-descending.png +share/icons/mate/22x22/actions/gtk-spell-check.png +share/icons/mate/22x22/actions/gtk-stop.png +share/icons/mate/22x22/actions/gtk-strikethrough.png +share/icons/mate/22x22/actions/gtk-underline.png +share/icons/mate/22x22/actions/gtk-undo-ltr.png +share/icons/mate/22x22/actions/gtk-unindent-ltr.png +share/icons/mate/22x22/actions/gtk-unindent-rtl.png +share/icons/mate/22x22/actions/gtk-zoom-100.png +share/icons/mate/22x22/actions/gtk-zoom-fit.png +share/icons/mate/22x22/actions/gtk-zoom-in.png +share/icons/mate/22x22/actions/gtk-zoom-out.png +share/icons/mate/22x22/actions/help-about.png +share/icons/mate/22x22/actions/help-contents.png +share/icons/mate/22x22/actions/help-faq.png +share/icons/mate/22x22/actions/help.png +share/icons/mate/22x22/actions/insert-image.png +share/icons/mate/22x22/actions/insert-link.png +share/icons/mate/22x22/actions/insert-object.png +share/icons/mate/22x22/actions/insert-text.png +share/icons/mate/22x22/actions/kfind.png +share/icons/mate/22x22/actions/kfm_home.png +share/icons/mate/22x22/actions/leftjust.png +share/icons/mate/22x22/actions/list-add.png +share/icons/mate/22x22/actions/list-remove.png +share/icons/mate/22x22/actions/lock.png +share/icons/mate/22x22/actions/mail-forward.png +share/icons/mate/22x22/actions/mail-mark-important.png +share/icons/mate/22x22/actions/mail-mark-junk.png +share/icons/mate/22x22/actions/mail-mark-notjunk.png +share/icons/mate/22x22/actions/mail-mark-read.png +share/icons/mate/22x22/actions/mail-mark-unread.png +share/icons/mate/22x22/actions/mail-message-new.png +share/icons/mate/22x22/actions/mail-reply-all.png +share/icons/mate/22x22/actions/mail-reply-sender.png +share/icons/mate/22x22/actions/mail-send-receive.png +share/icons/mate/22x22/actions/mail-send.png +share/icons/mate/22x22/actions/mail_forward.png +share/icons/mate/22x22/actions/mail_new.png +share/icons/mate/22x22/actions/mail_reply.png +share/icons/mate/22x22/actions/mail_replyall.png +share/icons/mate/22x22/actions/mail_send.png +share/icons/mate/22x22/actions/mail_spam.png +share/icons/mate/22x22/actions/media-eject.png +share/icons/mate/22x22/actions/media-playback-pause.png +share/icons/mate/22x22/actions/media-playback-start.png +share/icons/mate/22x22/actions/media-playback-stop.png +share/icons/mate/22x22/actions/media-record.png +share/icons/mate/22x22/actions/media-seek-backward.png +share/icons/mate/22x22/actions/media-seek-forward.png +share/icons/mate/22x22/actions/media-skip-backward.png +share/icons/mate/22x22/actions/media-skip-forward.png +share/icons/mate/22x22/actions/next.png +share/icons/mate/22x22/actions/object-flip-horizontal.png +share/icons/mate/22x22/actions/object-flip-vertical.png +share/icons/mate/22x22/actions/object-rotate-left.png +share/icons/mate/22x22/actions/object-rotate-right.png +share/icons/mate/22x22/actions/player_eject.png +share/icons/mate/22x22/actions/player_end.png +share/icons/mate/22x22/actions/player_fwd.png +share/icons/mate/22x22/actions/player_pause.png +share/icons/mate/22x22/actions/player_play.png +share/icons/mate/22x22/actions/player_record.png +share/icons/mate/22x22/actions/player_rew.png +share/icons/mate/22x22/actions/player_start.png +share/icons/mate/22x22/actions/player_stop.png +share/icons/mate/22x22/actions/previous.png +share/icons/mate/22x22/actions/process-stop.png +share/icons/mate/22x22/actions/redhat-home.png +share/icons/mate/22x22/actions/redo.png +share/icons/mate/22x22/actions/reload.png +share/icons/mate/22x22/actions/reload3.png +share/icons/mate/22x22/actions/reload_all_tabs.png +share/icons/mate/22x22/actions/reload_page.png +share/icons/mate/22x22/actions/remove.png +share/icons/mate/22x22/actions/revert.png +share/icons/mate/22x22/actions/rightjust.png +share/icons/mate/22x22/actions/search.png +share/icons/mate/22x22/actions/start.png +share/icons/mate/22x22/actions/stock_about.png +share/icons/mate/22x22/actions/stock_add-bookmark.png +share/icons/mate/22x22/actions/stock_bottom.png +share/icons/mate/22x22/actions/stock_close.png +share/icons/mate/22x22/actions/stock_copy.png +share/icons/mate/22x22/actions/stock_cut.png +share/icons/mate/22x22/actions/stock_delete.png +share/icons/mate/22x22/actions/stock_down.png +share/icons/mate/22x22/actions/stock_file-properites.png +share/icons/mate/22x22/actions/stock_first.png +share/icons/mate/22x22/actions/stock_fullscreen.png +share/icons/mate/22x22/actions/stock_help-add-bookmark.png +share/icons/mate/22x22/actions/stock_help.png +share/icons/mate/22x22/actions/stock_home.png +share/icons/mate/22x22/actions/stock_last.png +share/icons/mate/22x22/actions/stock_leave-fullscreen.png +share/icons/mate/22x22/actions/stock_left.png +share/icons/mate/22x22/actions/stock_mail-compose.png +share/icons/mate/22x22/actions/stock_mail-forward.png +share/icons/mate/22x22/actions/stock_mail-reply-to-all.png +share/icons/mate/22x22/actions/stock_mail-reply.png +share/icons/mate/22x22/actions/stock_mail-send-receive.png +share/icons/mate/22x22/actions/stock_mail-send.png +share/icons/mate/22x22/actions/stock_media-fwd.png +share/icons/mate/22x22/actions/stock_media-next.png +share/icons/mate/22x22/actions/stock_media-pause.png +share/icons/mate/22x22/actions/stock_media-play.png +share/icons/mate/22x22/actions/stock_media-prev.png +share/icons/mate/22x22/actions/stock_media-rec.png +share/icons/mate/22x22/actions/stock_media-rew.png +share/icons/mate/22x22/actions/stock_media-stop.png +share/icons/mate/22x22/actions/stock_new-address-book.png +share/icons/mate/22x22/actions/stock_new-appointment.png +share/icons/mate/22x22/actions/stock_new-bcard.png +share/icons/mate/22x22/actions/stock_new-dir.png +share/icons/mate/22x22/actions/stock_new-tab.png +share/icons/mate/22x22/actions/stock_new-text.png +share/icons/mate/22x22/actions/stock_new-window.png +share/icons/mate/22x22/actions/stock_paste.png +share/icons/mate/22x22/actions/stock_print-preview.png +share/icons/mate/22x22/actions/stock_print-setup.png +share/icons/mate/22x22/actions/stock_print.png +share/icons/mate/22x22/actions/stock_properties.png +share/icons/mate/22x22/actions/stock_redo.png +share/icons/mate/22x22/actions/stock_refresh.png +share/icons/mate/22x22/actions/stock_right.png +share/icons/mate/22x22/actions/stock_save-as.png +share/icons/mate/22x22/actions/stock_save.png +share/icons/mate/22x22/actions/stock_search-and-replace.png +share/icons/mate/22x22/actions/stock_search.png +share/icons/mate/22x22/actions/stock_select-all.png +share/icons/mate/22x22/actions/stock_spam.png +share/icons/mate/22x22/actions/stock_spellcheck.png +share/icons/mate/22x22/actions/stock_stop.png +share/icons/mate/22x22/actions/stock_text-strikethrough.png +share/icons/mate/22x22/actions/stock_text_bold.png +share/icons/mate/22x22/actions/stock_text_center.png +share/icons/mate/22x22/actions/stock_text_indent.png +share/icons/mate/22x22/actions/stock_text_italic.png +share/icons/mate/22x22/actions/stock_text_justify.png +share/icons/mate/22x22/actions/stock_text_left.png +share/icons/mate/22x22/actions/stock_text_right.png +share/icons/mate/22x22/actions/stock_text_underlined.png +share/icons/mate/22x22/actions/stock_text_unindent.png +share/icons/mate/22x22/actions/stock_top.png +share/icons/mate/22x22/actions/stock_undo.png +share/icons/mate/22x22/actions/stock_up.png +share/icons/mate/22x22/actions/stock_zoom-1.png +share/icons/mate/22x22/actions/stock_zoom-in.png +share/icons/mate/22x22/actions/stock_zoom-out.png +share/icons/mate/22x22/actions/stock_zoom-page.png +share/icons/mate/22x22/actions/stop.png +share/icons/mate/22x22/actions/system-lock-screen.png +share/icons/mate/22x22/actions/system-log-out.png +share/icons/mate/22x22/actions/system-run.png +share/icons/mate/22x22/actions/system-search.png +share/icons/mate/22x22/actions/system-shutdown.png +share/icons/mate/22x22/actions/tab-new.png +share/icons/mate/22x22/actions/tab_new.png +share/icons/mate/22x22/actions/text_bold.png +share/icons/mate/22x22/actions/text_italic.png +share/icons/mate/22x22/actions/text_strike.png +share/icons/mate/22x22/actions/text_under.png +share/icons/mate/22x22/actions/tools-check-spelling.png +share/icons/mate/22x22/actions/top.png +share/icons/mate/22x22/actions/undo.png +share/icons/mate/22x22/actions/up.png +share/icons/mate/22x22/actions/view-fullscreen.png +share/icons/mate/22x22/actions/view-refresh.png +share/icons/mate/22x22/actions/view-restore.png +share/icons/mate/22x22/actions/view-sort-ascending.png +share/icons/mate/22x22/actions/view-sort-descending.png +share/icons/mate/22x22/actions/viewmag+.png +share/icons/mate/22x22/actions/viewmag-.png +share/icons/mate/22x22/actions/viewmag1.png +share/icons/mate/22x22/actions/viewmagfit.png +share/icons/mate/22x22/actions/window-close.png +share/icons/mate/22x22/actions/window-new.png +share/icons/mate/22x22/actions/window_fullscreen.png +share/icons/mate/22x22/actions/window_new.png +share/icons/mate/22x22/actions/window_nofullscreen.png +share/icons/mate/22x22/actions/xfce-system-exit.png +share/icons/mate/22x22/actions/xfce-system-lock.png +share/icons/mate/22x22/actions/zoom-best-fit.png +share/icons/mate/22x22/actions/zoom-fit-best.png +share/icons/mate/22x22/actions/zoom-in.png +share/icons/mate/22x22/actions/zoom-original.png +share/icons/mate/22x22/actions/zoom-out.png +share/icons/mate/22x22/animations/gnome-spinner.png +share/icons/mate/22x22/animations/process-working.png +share/icons/mate/22x22/apps/access.png +share/icons/mate/22x22/apps/accessibility-directory.png +share/icons/mate/22x22/apps/accessories-calculator.png +share/icons/mate/22x22/apps/accessories-character-map.png +share/icons/mate/22x22/apps/accessories-dictionary.png +share/icons/mate/22x22/apps/accessories-text-editor.png +share/icons/mate/22x22/apps/applets-screenshooter.png +share/icons/mate/22x22/apps/arts.png +share/icons/mate/22x22/apps/background.png +share/icons/mate/22x22/apps/calc.png +share/icons/mate/22x22/apps/config-language.png +share/icons/mate/22x22/apps/config-users.png +share/icons/mate/22x22/apps/dconf-editor.png +share/icons/mate/22x22/apps/file-manager.png +share/icons/mate/22x22/apps/fonts.png +share/icons/mate/22x22/apps/gnome-calculator.png +share/icons/mate/22x22/apps/gnome-character-map.png +share/icons/mate/22x22/apps/gnome-help.png +share/icons/mate/22x22/apps/gnome-mixer.png +share/icons/mate/22x22/apps/gnome-monitor.png +share/icons/mate/22x22/apps/gnome-remote-desktop.png +share/icons/mate/22x22/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/22x22/apps/gnome-settings-background.png +share/icons/mate/22x22/apps/gnome-settings-font.png +share/icons/mate/22x22/apps/gnome-settings-keybindings.png +share/icons/mate/22x22/apps/gnome-settings-theme.png +share/icons/mate/22x22/apps/gnome-terminal.png +share/icons/mate/22x22/apps/gnome-window-manager.png +share/icons/mate/22x22/apps/gucharmap.png +share/icons/mate/22x22/apps/help-browser.png +share/icons/mate/22x22/apps/kcalc.png +share/icons/mate/22x22/apps/kcharselect.png +share/icons/mate/22x22/apps/kcmkwm.png +share/icons/mate/22x22/apps/kcmsound.png +share/icons/mate/22x22/apps/kedit.png +share/icons/mate/22x22/apps/key_bindings.png +share/icons/mate/22x22/apps/kfm.png +share/icons/mate/22x22/apps/khelpcenter.png +share/icons/mate/22x22/apps/konsole.png +share/icons/mate/22x22/apps/krfb.png +share/icons/mate/22x22/apps/kscreensaver.png +share/icons/mate/22x22/apps/ksysguard.png +share/icons/mate/22x22/apps/kuser.png +share/icons/mate/22x22/apps/kwin.png +share/icons/mate/22x22/apps/locale.png +share/icons/mate/22x22/apps/logviewer.png +share/icons/mate/22x22/apps/mate.png +share/icons/mate/22x22/apps/multimedia-volume-control.png +share/icons/mate/22x22/apps/multimedia.png +share/icons/mate/22x22/apps/openterm.png +share/icons/mate/22x22/apps/preferences-desktop-accessibility.png +share/icons/mate/22x22/apps/preferences-desktop-default-applications.png +share/icons/mate/22x22/apps/preferences-desktop-display.png +share/icons/mate/22x22/apps/preferences-desktop-font.png +share/icons/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/22x22/apps/preferences-desktop-keyboard.png +share/icons/mate/22x22/apps/preferences-desktop-locale.png +share/icons/mate/22x22/apps/preferences-desktop-remote-desktop.png +share/icons/mate/22x22/apps/preferences-desktop-screensaver.png +share/icons/mate/22x22/apps/preferences-desktop-theme.png +share/icons/mate/22x22/apps/preferences-desktop-wallpaper.png +share/icons/mate/22x22/apps/preferences-system-windows.png +share/icons/mate/22x22/apps/redhat-filemanager.png +share/icons/mate/22x22/apps/screensaver.png +share/icons/mate/22x22/apps/style.png +share/icons/mate/22x22/apps/susehelpcenter.png +share/icons/mate/22x22/apps/system-config-users.png +share/icons/mate/22x22/apps/system-file-manager.png +share/icons/mate/22x22/apps/system-software-install.png +share/icons/mate/22x22/apps/system-software-update.png +share/icons/mate/22x22/apps/system-users.png +share/icons/mate/22x22/apps/terminal.png +share/icons/mate/22x22/apps/text-editor.png +share/icons/mate/22x22/apps/update-manager.png +share/icons/mate/22x22/apps/user-info.png +share/icons/mate/22x22/apps/utilities-system-monitor.png +share/icons/mate/22x22/apps/utilities-terminal.png +share/icons/mate/22x22/apps/volume-knob.png +share/icons/mate/22x22/apps/wallpaper.png +share/icons/mate/22x22/apps/web-browser.png +share/icons/mate/22x22/apps/xfce-filemanager.png +share/icons/mate/22x22/apps/xfce-terminal.png +share/icons/mate/22x22/apps/xfce4-backdrop.png +share/icons/mate/22x22/apps/xfce4-mixer.png +share/icons/mate/22x22/apps/xfwm4.png +share/icons/mate/22x22/apps/xscreensaver.png +share/icons/mate/22x22/apps/zen-icon.png +share/icons/mate/22x22/categories/applications-accessories.png +share/icons/mate/22x22/categories/applications-development.png +share/icons/mate/22x22/categories/applications-engineering.png +share/icons/mate/22x22/categories/applications-games.png +share/icons/mate/22x22/categories/applications-graphics.png +share/icons/mate/22x22/categories/applications-internet.png +share/icons/mate/22x22/categories/applications-multimedia.png +share/icons/mate/22x22/categories/applications-office.png +share/icons/mate/22x22/categories/applications-other.png +share/icons/mate/22x22/categories/applications-science.png +share/icons/mate/22x22/categories/applications-system.png +share/icons/mate/22x22/categories/applications-utilities.png +share/icons/mate/22x22/categories/gnome-applications.png +share/icons/mate/22x22/categories/gnome-control-center.png +share/icons/mate/22x22/categories/gnome-devel.png +share/icons/mate/22x22/categories/gnome-globe.png +share/icons/mate/22x22/categories/gnome-graphics.png +share/icons/mate/22x22/categories/gnome-joystick.png +share/icons/mate/22x22/categories/gnome-multimedia.png +share/icons/mate/22x22/categories/gnome-other.png +share/icons/mate/22x22/categories/gnome-settings.png +share/icons/mate/22x22/categories/gnome-system.png +share/icons/mate/22x22/categories/gnome-util.png +share/icons/mate/22x22/categories/gtk-preferences.png +share/icons/mate/22x22/categories/input_devices_settings.png +share/icons/mate/22x22/categories/kcontrol.png +share/icons/mate/22x22/categories/package_development.png +share/icons/mate/22x22/categories/package_games.png +share/icons/mate/22x22/categories/package_graphics.png +share/icons/mate/22x22/categories/package_multimedia.png +share/icons/mate/22x22/categories/package_network.png +share/icons/mate/22x22/categories/package_office.png +share/icons/mate/22x22/categories/package_settings.png +share/icons/mate/22x22/categories/package_system.png +share/icons/mate/22x22/categories/package_utilities.png +share/icons/mate/22x22/categories/preferences-desktop-peripherals.png +share/icons/mate/22x22/categories/preferences-desktop-personal.png +share/icons/mate/22x22/categories/preferences-desktop.png +share/icons/mate/22x22/categories/preferences-other.png +share/icons/mate/22x22/categories/preferences-system-network.png +share/icons/mate/22x22/categories/preferences-system.png +share/icons/mate/22x22/categories/redhat-accessories.png +share/icons/mate/22x22/categories/redhat-games.png +share/icons/mate/22x22/categories/redhat-graphics.png +share/icons/mate/22x22/categories/redhat-internet.png +share/icons/mate/22x22/categories/redhat-office.png +share/icons/mate/22x22/categories/redhat-preferences.png +share/icons/mate/22x22/categories/redhat-programming.png +share/icons/mate/22x22/categories/redhat-sound_video.png +share/icons/mate/22x22/categories/redhat-system_settings.png +share/icons/mate/22x22/categories/redhat-system_tools.png +share/icons/mate/22x22/categories/stock_internet.png +share/icons/mate/22x22/categories/system-help.png +share/icons/mate/22x22/categories/xfce-games.png +share/icons/mate/22x22/categories/xfce-graphics.png +share/icons/mate/22x22/categories/xfce-internet.png +share/icons/mate/22x22/categories/xfce-multimedia.png +share/icons/mate/22x22/categories/xfce-office.png +share/icons/mate/22x22/categories/xfce-system-settings.png +share/icons/mate/22x22/categories/xfce-utils.png +share/icons/mate/22x22/categories/xfce4-settings.png +share/icons/mate/22x22/devices/3floppy_unmount.png +share/icons/mate/22x22/devices/ac-adapter.png +share/icons/mate/22x22/devices/audio-card.png +share/icons/mate/22x22/devices/audio-input-microphone.png +share/icons/mate/22x22/devices/battery.png +share/icons/mate/22x22/devices/camera-photo.png +share/icons/mate/22x22/devices/camera-video.png +share/icons/mate/22x22/devices/camera-web.png +share/icons/mate/22x22/devices/camera.png +share/icons/mate/22x22/devices/camera_unmount.png +share/icons/mate/22x22/devices/cdrom_unmount.png +share/icons/mate/22x22/devices/cdwriter_unmount.png +share/icons/mate/22x22/devices/chardevice.png +share/icons/mate/22x22/devices/computer.png +share/icons/mate/22x22/devices/display.png +share/icons/mate/22x22/devices/drive-cdrom.png +share/icons/mate/22x22/devices/drive-harddisk.png +share/icons/mate/22x22/devices/drive-optical.png +share/icons/mate/22x22/devices/drive-removable-media.png +share/icons/mate/22x22/devices/dvd_unmount.png +share/icons/mate/22x22/devices/gnome-dev-battery.png +share/icons/mate/22x22/devices/gnome-dev-cdrom-audio.png +share/icons/mate/22x22/devices/gnome-dev-cdrom.png +share/icons/mate/22x22/devices/gnome-dev-computer.png +share/icons/mate/22x22/devices/gnome-dev-disc-cdr.png +share/icons/mate/22x22/devices/gnome-dev-disc-cdrw.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdr.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdram.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/22x22/devices/gnome-dev-dvd.png +share/icons/mate/22x22/devices/gnome-dev-ethernet.png +share/icons/mate/22x22/devices/gnome-dev-floppy.png +share/icons/mate/22x22/devices/gnome-dev-harddisk-1394.png +share/icons/mate/22x22/devices/gnome-dev-harddisk-usb.png +share/icons/mate/22x22/devices/gnome-dev-harddisk.png +share/icons/mate/22x22/devices/gnome-dev-ipod.png +share/icons/mate/22x22/devices/gnome-dev-keyboard.png +share/icons/mate/22x22/devices/gnome-dev-media-cf.png +share/icons/mate/22x22/devices/gnome-dev-media-ms.png +share/icons/mate/22x22/devices/gnome-dev-media-sdmmc.png +share/icons/mate/22x22/devices/gnome-dev-media-sm.png +share/icons/mate/22x22/devices/gnome-dev-mouse-ball.png +share/icons/mate/22x22/devices/gnome-dev-mouse-optical.png +share/icons/mate/22x22/devices/gnome-dev-printer.png +share/icons/mate/22x22/devices/gnome-dev-removable-1394.png +share/icons/mate/22x22/devices/gnome-dev-removable-usb.png +share/icons/mate/22x22/devices/gnome-dev-removable.png +share/icons/mate/22x22/devices/gnome-dev-wavelan.png +share/icons/mate/22x22/devices/gnome-fs-client.png +share/icons/mate/22x22/devices/gnome-modem.png +share/icons/mate/22x22/devices/gnome-stock-mic.png +share/icons/mate/22x22/devices/gtk-cdrom.png +share/icons/mate/22x22/devices/gtk-floppy.png +share/icons/mate/22x22/devices/gtk-harddisk.png +share/icons/mate/22x22/devices/harddrive.png +share/icons/mate/22x22/devices/hdd_unmount.png +share/icons/mate/22x22/devices/input-gaming.png +share/icons/mate/22x22/devices/input-keyboard.png +share/icons/mate/22x22/devices/input-mouse.png +share/icons/mate/22x22/devices/input-tablet.png +share/icons/mate/22x22/devices/input-touchpad.png +share/icons/mate/22x22/devices/ipod_mount.png +share/icons/mate/22x22/devices/joystick.png +share/icons/mate/22x22/devices/keyboard.png +share/icons/mate/22x22/devices/kjobviewer.png +share/icons/mate/22x22/devices/kxkb.png +share/icons/mate/22x22/devices/media-cdrom.png +share/icons/mate/22x22/devices/media-flash.png +share/icons/mate/22x22/devices/media-floppy.png +share/icons/mate/22x22/devices/media-optical.png +share/icons/mate/22x22/devices/media-tape.png +share/icons/mate/22x22/devices/modem.png +share/icons/mate/22x22/devices/mouse.png +share/icons/mate/22x22/devices/multimedia-player.png +share/icons/mate/22x22/devices/network-wired.png +share/icons/mate/22x22/devices/network-wireless.png +share/icons/mate/22x22/devices/pda.png +share/icons/mate/22x22/devices/phone.png +share/icons/mate/22x22/devices/printer-remote.png +share/icons/mate/22x22/devices/printer.png +share/icons/mate/22x22/devices/printer1.png +share/icons/mate/22x22/devices/printmgr.png +share/icons/mate/22x22/devices/scanner.png +share/icons/mate/22x22/devices/stock_cell-phone.png +share/icons/mate/22x22/devices/stock_mic.png +share/icons/mate/22x22/devices/stock_printers.png +share/icons/mate/22x22/devices/system-floppy.png +share/icons/mate/22x22/devices/system.png +share/icons/mate/22x22/devices/usbpendrive_unmount.png +share/icons/mate/22x22/devices/video-display.png +share/icons/mate/22x22/devices/xfce-printer.png +share/icons/mate/22x22/devices/xfce4-display.png +share/icons/mate/22x22/devices/xfce4-keyboard.png +share/icons/mate/22x22/devices/xfce4-mouse.png +share/icons/mate/22x22/devices/yast_HD.png +share/icons/mate/22x22/devices/yast_idetude.png +share/icons/mate/22x22/devices/yast_joystick.png +share/icons/mate/22x22/devices/yast_mouse.png +share/icons/mate/22x22/devices/yast_printer.png +share/icons/mate/22x22/devices/yast_soundcard.png +share/icons/mate/22x22/emblems/emblem-default.png +share/icons/mate/22x22/emblems/emblem-documents.png +share/icons/mate/22x22/emblems/emblem-downloads.png +share/icons/mate/22x22/emblems/emblem-favorite.png +share/icons/mate/22x22/emblems/emblem-generic.png +share/icons/mate/22x22/emblems/emblem-important.png +share/icons/mate/22x22/emblems/emblem-mail.png +share/icons/mate/22x22/emblems/emblem-new.png +share/icons/mate/22x22/emblems/emblem-noread.png +share/icons/mate/22x22/emblems/emblem-nowrite.png +share/icons/mate/22x22/emblems/emblem-package.png +share/icons/mate/22x22/emblems/emblem-photos.png +share/icons/mate/22x22/emblems/emblem-readonly.png +share/icons/mate/22x22/emblems/emblem-shared.png +share/icons/mate/22x22/emblems/emblem-symbolic-link.png +share/icons/mate/22x22/emblems/emblem-synchronizing.png +share/icons/mate/22x22/emblems/emblem-system.png +share/icons/mate/22x22/emblems/emblem-unreadable.png +share/icons/mate/22x22/emblems/emblem-urgent.png +share/icons/mate/22x22/emblems/emblem-web.png +share/icons/mate/22x22/emotes/face-angel.png +share/icons/mate/22x22/emotes/face-angry.png +share/icons/mate/22x22/emotes/face-cool.png +share/icons/mate/22x22/emotes/face-crying.png +share/icons/mate/22x22/emotes/face-devilish.png +share/icons/mate/22x22/emotes/face-embarrassed.png +share/icons/mate/22x22/emotes/face-glasses.png +share/icons/mate/22x22/emotes/face-kiss.png +share/icons/mate/22x22/emotes/face-laugh.png +share/icons/mate/22x22/emotes/face-monkey.png +share/icons/mate/22x22/emotes/face-plain.png +share/icons/mate/22x22/emotes/face-raspberry.png +share/icons/mate/22x22/emotes/face-sad.png +share/icons/mate/22x22/emotes/face-sick.png +share/icons/mate/22x22/emotes/face-smile-big.png +share/icons/mate/22x22/emotes/face-smile.png +share/icons/mate/22x22/emotes/face-smirk.png +share/icons/mate/22x22/emotes/face-surprise.png +share/icons/mate/22x22/emotes/face-tired.png +share/icons/mate/22x22/emotes/face-uncertain.png +share/icons/mate/22x22/emotes/face-wink.png +share/icons/mate/22x22/emotes/face-worried.png +share/icons/mate/22x22/emotes/stock_smiley-1.png +share/icons/mate/22x22/emotes/stock_smiley-10.png +share/icons/mate/22x22/emotes/stock_smiley-11.png +share/icons/mate/22x22/emotes/stock_smiley-13.png +share/icons/mate/22x22/emotes/stock_smiley-15.png +share/icons/mate/22x22/emotes/stock_smiley-18.png +share/icons/mate/22x22/emotes/stock_smiley-2.png +share/icons/mate/22x22/emotes/stock_smiley-22.png +share/icons/mate/22x22/emotes/stock_smiley-3.png +share/icons/mate/22x22/emotes/stock_smiley-4.png +share/icons/mate/22x22/emotes/stock_smiley-5.png +share/icons/mate/22x22/emotes/stock_smiley-6.png +share/icons/mate/22x22/emotes/stock_smiley-7.png +share/icons/mate/22x22/emotes/stock_smiley-8.png +share/icons/mate/22x22/mimetypes/application-certificate.png +share/icons/mate/22x22/mimetypes/application-pdf.png +share/icons/mate/22x22/mimetypes/application-pgp-encrypted.png +share/icons/mate/22x22/mimetypes/application-rss+xml.png +share/icons/mate/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/22x22/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/22x22/mimetypes/application-x-bittorrent.png +share/icons/mate/22x22/mimetypes/application-x-blender.png +share/icons/mate/22x22/mimetypes/application-x-cd-image.png +share/icons/mate/22x22/mimetypes/application-x-desktop.png +share/icons/mate/22x22/mimetypes/application-x-executable.png +share/icons/mate/22x22/mimetypes/application-x-homebank.png +share/icons/mate/22x22/mimetypes/application-x-java-archive.png +share/icons/mate/22x22/mimetypes/application-x-java.png +share/icons/mate/22x22/mimetypes/application-x-javascript.png +share/icons/mate/22x22/mimetypes/application-x-keepass.png +share/icons/mate/22x22/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/22x22/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/22x22/mimetypes/application-x-package-list.png +share/icons/mate/22x22/mimetypes/application-x-perl.png +share/icons/mate/22x22/mimetypes/application-x-php.png +share/icons/mate/22x22/mimetypes/application-x-planner.png +share/icons/mate/22x22/mimetypes/application-x-python-bytecode.png +share/icons/mate/22x22/mimetypes/application-x-remote-connection.png +share/icons/mate/22x22/mimetypes/application-x-ruby.png +share/icons/mate/22x22/mimetypes/application-x-theme.png +share/icons/mate/22x22/mimetypes/application-x-vnc.png +share/icons/mate/22x22/mimetypes/ascii.png +share/icons/mate/22x22/mimetypes/audio-x-generic.png +share/icons/mate/22x22/mimetypes/binary.png +share/icons/mate/22x22/mimetypes/contents2.png +share/icons/mate/22x22/mimetypes/deb.png +share/icons/mate/22x22/mimetypes/document.png +share/icons/mate/22x22/mimetypes/empty.png +share/icons/mate/22x22/mimetypes/exec.png +share/icons/mate/22x22/mimetypes/folder_tar.png +share/icons/mate/22x22/mimetypes/font-x-generic.png +share/icons/mate/22x22/mimetypes/font.png +share/icons/mate/22x22/mimetypes/font_bitmap.png +share/icons/mate/22x22/mimetypes/font_truetype.png +share/icons/mate/22x22/mimetypes/font_type1.png +share/icons/mate/22x22/mimetypes/gnome-fs-executable.png +share/icons/mate/22x22/mimetypes/gnome-fs-regular.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-msword.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-zip.png +share/icons/mate/22x22/mimetypes/gnome-mime-audio.png +share/icons/mate/22x22/mimetypes/gnome-mime-image.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-html.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/22x22/mimetypes/gnome-mime-text.png +share/icons/mate/22x22/mimetypes/gnome-mime-video.png +share/icons/mate/22x22/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/22x22/mimetypes/gnome-package.png +share/icons/mate/22x22/mimetypes/gtk-file.png +share/icons/mate/22x22/mimetypes/html.png +share/icons/mate/22x22/mimetypes/image-svg+xml-compressed.png +share/icons/mate/22x22/mimetypes/image-svg+xml.png +share/icons/mate/22x22/mimetypes/image-x-compressed-xcf.png +share/icons/mate/22x22/mimetypes/image-x-generic.png +share/icons/mate/22x22/mimetypes/image-x-xcf.png +share/icons/mate/22x22/mimetypes/image.png +share/icons/mate/22x22/mimetypes/kpresenter_kpr.png +share/icons/mate/22x22/mimetypes/mime_ascii.png +share/icons/mate/22x22/mimetypes/misc.png +share/icons/mate/22x22/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg-extension.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/22x22/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-text.png +share/icons/mate/22x22/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg3-extension.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/22x22/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg3-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-text.png +share/icons/mate/22x22/mimetypes/package-x-generic.png +share/icons/mate/22x22/mimetypes/package.png +share/icons/mate/22x22/mimetypes/package_editors.png +share/icons/mate/22x22/mimetypes/package_wordprocessing.png +share/icons/mate/22x22/mimetypes/plan.png +share/icons/mate/22x22/mimetypes/rpm.png +share/icons/mate/22x22/mimetypes/shellscript.png +share/icons/mate/22x22/mimetypes/sound.png +share/icons/mate/22x22/mimetypes/spreadsheet.png +share/icons/mate/22x22/mimetypes/stock_addressbook.png +share/icons/mate/22x22/mimetypes/stock_calendar.png +share/icons/mate/22x22/mimetypes/stock_certificate.png +share/icons/mate/22x22/mimetypes/stock_script.png +share/icons/mate/22x22/mimetypes/tar.png +share/icons/mate/22x22/mimetypes/template_source.png +share/icons/mate/22x22/mimetypes/text-css.png +share/icons/mate/22x22/mimetypes/text-csv.png +share/icons/mate/22x22/mimetypes/text-html.png +share/icons/mate/22x22/mimetypes/text-x-apport.png +share/icons/mate/22x22/mimetypes/text-x-authors.png +share/icons/mate/22x22/mimetypes/text-x-boo.png +share/icons/mate/22x22/mimetypes/text-x-c++hdr.png +share/icons/mate/22x22/mimetypes/text-x-c++src.png +share/icons/mate/22x22/mimetypes/text-x-changelog.png +share/icons/mate/22x22/mimetypes/text-x-chdr.png +share/icons/mate/22x22/mimetypes/text-x-copying.png +share/icons/mate/22x22/mimetypes/text-x-csharp.png +share/icons/mate/22x22/mimetypes/text-x-csrc.png +share/icons/mate/22x22/mimetypes/text-x-generic-template.png +share/icons/mate/22x22/mimetypes/text-x-generic.png +share/icons/mate/22x22/mimetypes/text-x-install.png +share/icons/mate/22x22/mimetypes/text-x-java.png +share/icons/mate/22x22/mimetypes/text-x-log.png +share/icons/mate/22x22/mimetypes/text-x-makefile.png +share/icons/mate/22x22/mimetypes/text-x-opml+xml.png +share/icons/mate/22x22/mimetypes/text-x-patch.png +share/icons/mate/22x22/mimetypes/text-x-preview.png +share/icons/mate/22x22/mimetypes/text-x-python.png +share/icons/mate/22x22/mimetypes/text-x-readme.png +share/icons/mate/22x22/mimetypes/text-x-script.png +share/icons/mate/22x22/mimetypes/tgz.png +share/icons/mate/22x22/mimetypes/txt.png +share/icons/mate/22x22/mimetypes/txt2.png +share/icons/mate/22x22/mimetypes/unknown.png +share/icons/mate/22x22/mimetypes/vcalendar.png +share/icons/mate/22x22/mimetypes/vcard.png +share/icons/mate/22x22/mimetypes/video-x-generic.png +share/icons/mate/22x22/mimetypes/video.png +share/icons/mate/22x22/mimetypes/wordprocessing.png +share/icons/mate/22x22/mimetypes/www.png +share/icons/mate/22x22/mimetypes/x-office-address-book.png +share/icons/mate/22x22/mimetypes/x-office-calendar.png +share/icons/mate/22x22/mimetypes/x-office-document-template.png +share/icons/mate/22x22/mimetypes/x-office-document.png +share/icons/mate/22x22/mimetypes/x-office-drawing-template.png +share/icons/mate/22x22/mimetypes/x-office-drawing.png +share/icons/mate/22x22/mimetypes/x-office-presentation-template.png +share/icons/mate/22x22/mimetypes/x-office-presentation.png +share/icons/mate/22x22/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/x-office-spreadsheet.png +share/icons/mate/22x22/mimetypes/zip.png +share/icons/mate/22x22/places/application-x-gnome-saved-search.png +share/icons/mate/22x22/places/desktop.png +share/icons/mate/22x22/places/distributor-logo.png +share/icons/mate/22x22/places/emptytrash.png +share/icons/mate/22x22/places/folder-documents.png +share/icons/mate/22x22/places/folder-download.png +share/icons/mate/22x22/places/folder-music.png +share/icons/mate/22x22/places/folder-pictures.png +share/icons/mate/22x22/places/folder-publicshare.png +share/icons/mate/22x22/places/folder-remote.png +share/icons/mate/22x22/places/folder-saved-search.png +share/icons/mate/22x22/places/folder-templates.png +share/icons/mate/22x22/places/folder-videos.png +share/icons/mate/22x22/places/folder.png +share/icons/mate/22x22/places/folder_home.png +share/icons/mate/22x22/places/gnome-fs-desktop.png +share/icons/mate/22x22/places/gnome-fs-directory.png +share/icons/mate/22x22/places/gnome-fs-ftp.png +share/icons/mate/22x22/places/gnome-fs-home.png +share/icons/mate/22x22/places/gnome-fs-network.png +share/icons/mate/22x22/places/gnome-fs-nfs.png +share/icons/mate/22x22/places/gnome-fs-server.png +share/icons/mate/22x22/places/gnome-fs-share.png +share/icons/mate/22x22/places/gnome-fs-smb.png +share/icons/mate/22x22/places/gnome-fs-ssh.png +share/icons/mate/22x22/places/gnome-fs-trash-empty.png +share/icons/mate/22x22/places/gnome-main-menu.png +share/icons/mate/22x22/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/22x22/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/22x22/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/22x22/places/gnome-stock-trash.png +share/icons/mate/22x22/places/gtk-directory.png +share/icons/mate/22x22/places/gtk-network.png +share/icons/mate/22x22/places/inode-directory.png +share/icons/mate/22x22/places/network-server.png +share/icons/mate/22x22/places/network-workgroup.png +share/icons/mate/22x22/places/network.png +share/icons/mate/22x22/places/network_local.png +share/icons/mate/22x22/places/novell-button.png +share/icons/mate/22x22/places/redhat-network-server.png +share/icons/mate/22x22/places/server.png +share/icons/mate/22x22/places/start-here.png +share/icons/mate/22x22/places/stock_folder.png +share/icons/mate/22x22/places/trashcan_empty.png +share/icons/mate/22x22/places/user-bookmarks.png +share/icons/mate/22x22/places/user-desktop.png +share/icons/mate/22x22/places/user-home.png +share/icons/mate/22x22/places/user-trash.png +share/icons/mate/22x22/places/xfce-trash_empty.png +share/icons/mate/22x22/status/appointment-missed.png +share/icons/mate/22x22/status/appointment-soon.png +share/icons/mate/22x22/status/audio-volume-high.png +share/icons/mate/22x22/status/audio-volume-low.png +share/icons/mate/22x22/status/audio-volume-medium.png +share/icons/mate/22x22/status/audio-volume-muted.png +share/icons/mate/22x22/status/avatar-default.png +share/icons/mate/22x22/status/battery-caution-charging.png +share/icons/mate/22x22/status/battery-caution.png +share/icons/mate/22x22/status/battery-empty.png +share/icons/mate/22x22/status/battery-full-charged.png +share/icons/mate/22x22/status/battery-full-charging.png +share/icons/mate/22x22/status/battery-full.png +share/icons/mate/22x22/status/battery-good-charging.png +share/icons/mate/22x22/status/battery-good.png +share/icons/mate/22x22/status/battery-low-charging.png +share/icons/mate/22x22/status/battery-low.png +share/icons/mate/22x22/status/battery-missing.png +share/icons/mate/22x22/status/changes-allow.png +share/icons/mate/22x22/status/changes-prevent.png +share/icons/mate/22x22/status/connect_creating.png +share/icons/mate/22x22/status/connect_established.png +share/icons/mate/22x22/status/connect_no.png +share/icons/mate/22x22/status/dialog-error.png +share/icons/mate/22x22/status/dialog-information.png +share/icons/mate/22x22/status/dialog-password.png +share/icons/mate/22x22/status/dialog-question.png +share/icons/mate/22x22/status/dialog-warning.png +share/icons/mate/22x22/status/edittrash.png +share/icons/mate/22x22/status/error.png +share/icons/mate/22x22/status/folder-drag-accept.png +share/icons/mate/22x22/status/folder-open.png +share/icons/mate/22x22/status/folder-visiting.png +share/icons/mate/22x22/status/folder_open.png +share/icons/mate/22x22/status/gnome-dev-wavelan-encrypted.png +share/icons/mate/22x22/status/gnome-fs-directory-accept.png +share/icons/mate/22x22/status/gnome-fs-directory-visiting.png +share/icons/mate/22x22/status/gnome-fs-loading-icon.png +share/icons/mate/22x22/status/gnome-fs-trash-full.png +share/icons/mate/22x22/status/gnome-netstatus-disconn.png +share/icons/mate/22x22/status/gnome-netstatus-error.png +share/icons/mate/22x22/status/gnome-netstatus-idle.png +share/icons/mate/22x22/status/gnome-netstatus-rx.png +share/icons/mate/22x22/status/gnome-netstatus-tx.png +share/icons/mate/22x22/status/gnome-netstatus-txrx.png +share/icons/mate/22x22/status/gnome-stock-trash-full.png +share/icons/mate/22x22/status/gtk-dialog-authentication.png +share/icons/mate/22x22/status/gtk-dialog-error.png +share/icons/mate/22x22/status/gtk-dialog-info.png +share/icons/mate/22x22/status/gtk-dialog-question.png +share/icons/mate/22x22/status/gtk-dialog-warning.png +share/icons/mate/22x22/status/gtk-missing-image.png +share/icons/mate/22x22/status/image-loading.png +share/icons/mate/22x22/status/image-missing.png +share/icons/mate/22x22/status/important.png +share/icons/mate/22x22/status/info.png +share/icons/mate/22x22/status/mail-attachment.png +share/icons/mate/22x22/status/mail-read.png +share/icons/mate/22x22/status/mail-replied.png +share/icons/mate/22x22/status/mail-signed-verified.png +share/icons/mate/22x22/status/mail-signed.png +share/icons/mate/22x22/status/mail-unread.png +share/icons/mate/22x22/status/media-playlist-repeat.png +share/icons/mate/22x22/status/media-playlist-shuffle.png +share/icons/mate/22x22/status/messagebox_critical.png +share/icons/mate/22x22/status/messagebox_info.png +share/icons/mate/22x22/status/messagebox_warning.png +share/icons/mate/22x22/status/network-error.png +share/icons/mate/22x22/status/network-idle.png +share/icons/mate/22x22/status/network-offline.png +share/icons/mate/22x22/status/network-receive.png +share/icons/mate/22x22/status/network-transmit-receive.png +share/icons/mate/22x22/status/network-transmit.png +share/icons/mate/22x22/status/network-wireless-encrypted.png +share/icons/mate/22x22/status/nm-adhoc.png +share/icons/mate/22x22/status/nm-device-wired.png +share/icons/mate/22x22/status/nm-device-wireless.png +share/icons/mate/22x22/status/nm-no-connection.png +share/icons/mate/22x22/status/printer-error.png +share/icons/mate/22x22/status/printer-printing.png +share/icons/mate/22x22/status/security-high.png +share/icons/mate/22x22/status/security-low.png +share/icons/mate/22x22/status/security-medium.png +share/icons/mate/22x22/status/software-update-available.png +share/icons/mate/22x22/status/software-update-urgent.png +share/icons/mate/22x22/status/stock_appointment-reminder-excl.png +share/icons/mate/22x22/status/stock_appointment-reminder.png +share/icons/mate/22x22/status/stock_attach.png +share/icons/mate/22x22/status/stock_dialog-error.png +share/icons/mate/22x22/status/stock_dialog-info.png +share/icons/mate/22x22/status/stock_dialog-question.png +share/icons/mate/22x22/status/stock_dialog-warning.png +share/icons/mate/22x22/status/stock_lock-broken.png +share/icons/mate/22x22/status/stock_lock-ok.png +share/icons/mate/22x22/status/stock_lock-open.png +share/icons/mate/22x22/status/stock_lock.png +share/icons/mate/22x22/status/stock_mail-open.png +share/icons/mate/22x22/status/stock_mail-replied.png +share/icons/mate/22x22/status/stock_mail-unread.png +share/icons/mate/22x22/status/stock_open.png +share/icons/mate/22x22/status/stock_repeat.png +share/icons/mate/22x22/status/stock_shuffle.png +share/icons/mate/22x22/status/stock_trash_full.png +share/icons/mate/22x22/status/stock_volume-0.png +share/icons/mate/22x22/status/stock_volume-max.png +share/icons/mate/22x22/status/stock_volume-med.png +share/icons/mate/22x22/status/stock_volume-min.png +share/icons/mate/22x22/status/stock_volume-mute.png +share/icons/mate/22x22/status/stock_volume.png +share/icons/mate/22x22/status/stock_weather-cloudy.png +share/icons/mate/22x22/status/stock_weather-few-clouds.png +share/icons/mate/22x22/status/stock_weather-fog.png +share/icons/mate/22x22/status/stock_weather-night-clear.png +share/icons/mate/22x22/status/stock_weather-night-few-clouds.png +share/icons/mate/22x22/status/stock_weather-showers.png +share/icons/mate/22x22/status/stock_weather-snow.png +share/icons/mate/22x22/status/stock_weather-storm.png +share/icons/mate/22x22/status/stock_weather-sunny.png +share/icons/mate/22x22/status/sunny.png +share/icons/mate/22x22/status/task-due.png +share/icons/mate/22x22/status/task-past-due.png +share/icons/mate/22x22/status/trashcan_full.png +share/icons/mate/22x22/status/user-available.png +share/icons/mate/22x22/status/user-away.png +share/icons/mate/22x22/status/user-busy.png +share/icons/mate/22x22/status/user-idle.png +share/icons/mate/22x22/status/user-invisible.png +share/icons/mate/22x22/status/user-offline.png +share/icons/mate/22x22/status/user-trash-full.png +share/icons/mate/22x22/status/weather-clear-night.png +share/icons/mate/22x22/status/weather-clear.png +share/icons/mate/22x22/status/weather-few-clouds-night.png +share/icons/mate/22x22/status/weather-few-clouds.png +share/icons/mate/22x22/status/weather-fog.png +share/icons/mate/22x22/status/weather-overcast.png +share/icons/mate/22x22/status/weather-severe-alert.png +share/icons/mate/22x22/status/weather-showers-scattered.png +share/icons/mate/22x22/status/weather-showers.png +share/icons/mate/22x22/status/weather-snow.png +share/icons/mate/22x22/status/weather-storm.png +share/icons/mate/22x22/status/xfce-trash_full.png +share/icons/mate/24x24/actions/add.png +share/icons/mate/24x24/actions/address-book-new.png +share/icons/mate/24x24/actions/application-exit.png +share/icons/mate/24x24/actions/appointment-new.png +share/icons/mate/24x24/actions/appointment.png +share/icons/mate/24x24/actions/back.png +share/icons/mate/24x24/actions/bookmark-new.png +share/icons/mate/24x24/actions/bookmark_add.png +share/icons/mate/24x24/actions/bookmarks_list_add.png +share/icons/mate/24x24/actions/bottom.png +share/icons/mate/24x24/actions/call-start.png +share/icons/mate/24x24/actions/call-stop.png +share/icons/mate/24x24/actions/centrejust.png +share/icons/mate/24x24/actions/contact-new.png +share/icons/mate/24x24/actions/document-new.png +share/icons/mate/24x24/actions/document-open-recent.png +share/icons/mate/24x24/actions/document-open.png +share/icons/mate/24x24/actions/document-page-setup.png +share/icons/mate/24x24/actions/document-print-preview.png +share/icons/mate/24x24/actions/document-print.png +share/icons/mate/24x24/actions/document-properties.png +share/icons/mate/24x24/actions/document-revert.png +share/icons/mate/24x24/actions/document-save-as.png +share/icons/mate/24x24/actions/document-save.png +share/icons/mate/24x24/actions/document-send.png +share/icons/mate/24x24/actions/down.png +share/icons/mate/24x24/actions/edit-clear.png +share/icons/mate/24x24/actions/edit-copy.png +share/icons/mate/24x24/actions/edit-cut.png +share/icons/mate/24x24/actions/edit-delete.png +share/icons/mate/24x24/actions/edit-find-replace.png +share/icons/mate/24x24/actions/edit-find.png +share/icons/mate/24x24/actions/edit-paste.png +share/icons/mate/24x24/actions/edit-redo.png +share/icons/mate/24x24/actions/edit-select-all.png +share/icons/mate/24x24/actions/edit-undo.png +share/icons/mate/24x24/actions/editclear.png +share/icons/mate/24x24/actions/editcopy.png +share/icons/mate/24x24/actions/editcut.png +share/icons/mate/24x24/actions/editdelete.png +share/icons/mate/24x24/actions/editpaste.png +share/icons/mate/24x24/actions/exit.png +share/icons/mate/24x24/actions/filefind.png +share/icons/mate/24x24/actions/filenew.png +share/icons/mate/24x24/actions/fileopen.png +share/icons/mate/24x24/actions/fileprint.png +share/icons/mate/24x24/actions/filequickprint.png +share/icons/mate/24x24/actions/filesave.png +share/icons/mate/24x24/actions/filesaveas.png +share/icons/mate/24x24/actions/find.png +share/icons/mate/24x24/actions/finish.png +share/icons/mate/24x24/actions/folder-new.png +share/icons/mate/24x24/actions/folder_new.png +share/icons/mate/24x24/actions/format-indent-less.png +share/icons/mate/24x24/actions/format-indent-more.png +share/icons/mate/24x24/actions/format-justify-center.png +share/icons/mate/24x24/actions/format-justify-fill.png +share/icons/mate/24x24/actions/format-justify-left.png +share/icons/mate/24x24/actions/format-justify-right.png +share/icons/mate/24x24/actions/format-text-bold.png +share/icons/mate/24x24/actions/format-text-direction-ltr.png +share/icons/mate/24x24/actions/format-text-direction-rtl.png +share/icons/mate/24x24/actions/format-text-italic.png +share/icons/mate/24x24/actions/format-text-strikethrough.png +share/icons/mate/24x24/actions/format-text-underline.png +share/icons/mate/24x24/actions/forward.png +share/icons/mate/24x24/actions/gnome-lockscreen.png +share/icons/mate/24x24/actions/gnome-logout.png +share/icons/mate/24x24/actions/gnome-run.png +share/icons/mate/24x24/actions/gnome-searchtool.png +share/icons/mate/24x24/actions/gnome-shutdown.png +share/icons/mate/24x24/actions/gnome-stock-mail-fwd.png +share/icons/mate/24x24/actions/gnome-stock-mail-new.png +share/icons/mate/24x24/actions/gnome-stock-mail-rpl.png +share/icons/mate/24x24/actions/gnome-stock-mail-snd.png +share/icons/mate/24x24/actions/gnome-stock-text-indent.png +share/icons/mate/24x24/actions/gnome-stock-text-unindent.png +share/icons/mate/24x24/actions/go-bottom.png +share/icons/mate/24x24/actions/go-down.png +share/icons/mate/24x24/actions/go-first.png +share/icons/mate/24x24/actions/go-home.png +share/icons/mate/24x24/actions/go-jump.png +share/icons/mate/24x24/actions/go-last.png +share/icons/mate/24x24/actions/go-next.png +share/icons/mate/24x24/actions/go-previous.png +share/icons/mate/24x24/actions/go-top.png +share/icons/mate/24x24/actions/go-up.png +share/icons/mate/24x24/actions/gohome.png +share/icons/mate/24x24/actions/gtk-about.png +share/icons/mate/24x24/actions/gtk-add.png +share/icons/mate/24x24/actions/gtk-bold.png +share/icons/mate/24x24/actions/gtk-cancel.png +share/icons/mate/24x24/actions/gtk-clear.png +share/icons/mate/24x24/actions/gtk-close.png +share/icons/mate/24x24/actions/gtk-copy.png +share/icons/mate/24x24/actions/gtk-cut.png +share/icons/mate/24x24/actions/gtk-delete.png +share/icons/mate/24x24/actions/gtk-execute.png +share/icons/mate/24x24/actions/gtk-find-and-replace.png +share/icons/mate/24x24/actions/gtk-find.png +share/icons/mate/24x24/actions/gtk-fullscreen.png +share/icons/mate/24x24/actions/gtk-go-back-ltr.png +share/icons/mate/24x24/actions/gtk-go-back-rtl.png +share/icons/mate/24x24/actions/gtk-go-down.png +share/icons/mate/24x24/actions/gtk-go-forward-ltr.png +share/icons/mate/24x24/actions/gtk-go-forward-rtl.png +share/icons/mate/24x24/actions/gtk-go-up.png +share/icons/mate/24x24/actions/gtk-goto-bottom.png +share/icons/mate/24x24/actions/gtk-goto-first-ltr.png +share/icons/mate/24x24/actions/gtk-goto-first-rtl.png +share/icons/mate/24x24/actions/gtk-goto-last-ltr.png +share/icons/mate/24x24/actions/gtk-goto-last-rtl.png +share/icons/mate/24x24/actions/gtk-goto-top.png +share/icons/mate/24x24/actions/gtk-help.png +share/icons/mate/24x24/actions/gtk-home.png +share/icons/mate/24x24/actions/gtk-indent-ltr.png +share/icons/mate/24x24/actions/gtk-indent-rtl.png +share/icons/mate/24x24/actions/gtk-italic.png +share/icons/mate/24x24/actions/gtk-jump-to-ltr.png +share/icons/mate/24x24/actions/gtk-jump-to-rtl.png +share/icons/mate/24x24/actions/gtk-justify-center.png +share/icons/mate/24x24/actions/gtk-justify-fill.png +share/icons/mate/24x24/actions/gtk-justify-left.png +share/icons/mate/24x24/actions/gtk-justify-right.png +share/icons/mate/24x24/actions/gtk-leave-fullscreen.png +share/icons/mate/24x24/actions/gtk-media-forward-ltr.png +share/icons/mate/24x24/actions/gtk-media-forward-rtl.png +share/icons/mate/24x24/actions/gtk-media-next-ltr.png +share/icons/mate/24x24/actions/gtk-media-next-rtl.png +share/icons/mate/24x24/actions/gtk-media-pause.png +share/icons/mate/24x24/actions/gtk-media-play-ltr.png +share/icons/mate/24x24/actions/gtk-media-previous-ltr.png +share/icons/mate/24x24/actions/gtk-media-previous-rtl.png +share/icons/mate/24x24/actions/gtk-media-record.png +share/icons/mate/24x24/actions/gtk-media-rewind-ltr.png +share/icons/mate/24x24/actions/gtk-media-rewind-rtl.png +share/icons/mate/24x24/actions/gtk-media-stop.png +share/icons/mate/24x24/actions/gtk-new.png +share/icons/mate/24x24/actions/gtk-open.png +share/icons/mate/24x24/actions/gtk-paste.png +share/icons/mate/24x24/actions/gtk-print-preview.png +share/icons/mate/24x24/actions/gtk-print.png +share/icons/mate/24x24/actions/gtk-properties.png +share/icons/mate/24x24/actions/gtk-quit.png +share/icons/mate/24x24/actions/gtk-redo-ltr.png +share/icons/mate/24x24/actions/gtk-refresh.png +share/icons/mate/24x24/actions/gtk-remove.png +share/icons/mate/24x24/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/24x24/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/24x24/actions/gtk-save-as.png +share/icons/mate/24x24/actions/gtk-save.png +share/icons/mate/24x24/actions/gtk-select-all.png +share/icons/mate/24x24/actions/gtk-sort-ascending.png +share/icons/mate/24x24/actions/gtk-sort-descending.png +share/icons/mate/24x24/actions/gtk-spell-check.png +share/icons/mate/24x24/actions/gtk-stop.png +share/icons/mate/24x24/actions/gtk-strikethrough.png +share/icons/mate/24x24/actions/gtk-underline.png +share/icons/mate/24x24/actions/gtk-undo-ltr.png +share/icons/mate/24x24/actions/gtk-unindent-ltr.png +share/icons/mate/24x24/actions/gtk-unindent-rtl.png +share/icons/mate/24x24/actions/gtk-zoom-100.png +share/icons/mate/24x24/actions/gtk-zoom-fit.png +share/icons/mate/24x24/actions/gtk-zoom-in.png +share/icons/mate/24x24/actions/gtk-zoom-out.png +share/icons/mate/24x24/actions/help-about.png +share/icons/mate/24x24/actions/help-contents.png +share/icons/mate/24x24/actions/help-faq.png +share/icons/mate/24x24/actions/help.png +share/icons/mate/24x24/actions/insert-image.png +share/icons/mate/24x24/actions/insert-link.png +share/icons/mate/24x24/actions/insert-object.png +share/icons/mate/24x24/actions/insert-text.png +share/icons/mate/24x24/actions/kfind.png +share/icons/mate/24x24/actions/kfm_home.png +share/icons/mate/24x24/actions/leftjust.png +share/icons/mate/24x24/actions/list-add.png +share/icons/mate/24x24/actions/list-remove.png +share/icons/mate/24x24/actions/lock.png +share/icons/mate/24x24/actions/mail-forward.png +share/icons/mate/24x24/actions/mail-mark-important.png +share/icons/mate/24x24/actions/mail-mark-junk.png +share/icons/mate/24x24/actions/mail-mark-notjunk.png +share/icons/mate/24x24/actions/mail-mark-read.png +share/icons/mate/24x24/actions/mail-mark-unread.png +share/icons/mate/24x24/actions/mail-message-new.png +share/icons/mate/24x24/actions/mail-reply-all.png +share/icons/mate/24x24/actions/mail-reply-sender.png +share/icons/mate/24x24/actions/mail-send-receive.png +share/icons/mate/24x24/actions/mail-send.png +share/icons/mate/24x24/actions/mail_forward.png +share/icons/mate/24x24/actions/mail_new.png +share/icons/mate/24x24/actions/mail_reply.png +share/icons/mate/24x24/actions/mail_replyall.png +share/icons/mate/24x24/actions/mail_send.png +share/icons/mate/24x24/actions/mail_spam.png +share/icons/mate/24x24/actions/media-eject.png +share/icons/mate/24x24/actions/media-playback-pause.png +share/icons/mate/24x24/actions/media-playback-start.png +share/icons/mate/24x24/actions/media-playback-stop.png +share/icons/mate/24x24/actions/media-record.png +share/icons/mate/24x24/actions/media-seek-backward.png +share/icons/mate/24x24/actions/media-seek-forward.png +share/icons/mate/24x24/actions/media-skip-backward.png +share/icons/mate/24x24/actions/media-skip-forward.png +share/icons/mate/24x24/actions/next.png +share/icons/mate/24x24/actions/object-flip-horizontal.png +share/icons/mate/24x24/actions/object-flip-vertical.png +share/icons/mate/24x24/actions/object-rotate-left.png +share/icons/mate/24x24/actions/object-rotate-right.png +share/icons/mate/24x24/actions/player_eject.png +share/icons/mate/24x24/actions/player_end.png +share/icons/mate/24x24/actions/player_fwd.png +share/icons/mate/24x24/actions/player_pause.png +share/icons/mate/24x24/actions/player_play.png +share/icons/mate/24x24/actions/player_record.png +share/icons/mate/24x24/actions/player_rew.png +share/icons/mate/24x24/actions/player_start.png +share/icons/mate/24x24/actions/player_stop.png +share/icons/mate/24x24/actions/previous.png +share/icons/mate/24x24/actions/process-stop.png +share/icons/mate/24x24/actions/redhat-home.png +share/icons/mate/24x24/actions/redo.png +share/icons/mate/24x24/actions/reload.png +share/icons/mate/24x24/actions/reload3.png +share/icons/mate/24x24/actions/reload_all_tabs.png +share/icons/mate/24x24/actions/reload_page.png +share/icons/mate/24x24/actions/remove.png +share/icons/mate/24x24/actions/revert.png +share/icons/mate/24x24/actions/rightjust.png +share/icons/mate/24x24/actions/search.png +share/icons/mate/24x24/actions/start.png +share/icons/mate/24x24/actions/stock_about.png +share/icons/mate/24x24/actions/stock_add-bookmark.png +share/icons/mate/24x24/actions/stock_bottom.png +share/icons/mate/24x24/actions/stock_close.png +share/icons/mate/24x24/actions/stock_copy.png +share/icons/mate/24x24/actions/stock_cut.png +share/icons/mate/24x24/actions/stock_delete.png +share/icons/mate/24x24/actions/stock_down.png +share/icons/mate/24x24/actions/stock_file-properites.png +share/icons/mate/24x24/actions/stock_first.png +share/icons/mate/24x24/actions/stock_fullscreen.png +share/icons/mate/24x24/actions/stock_help-add-bookmark.png +share/icons/mate/24x24/actions/stock_help.png +share/icons/mate/24x24/actions/stock_home.png +share/icons/mate/24x24/actions/stock_last.png +share/icons/mate/24x24/actions/stock_leave-fullscreen.png +share/icons/mate/24x24/actions/stock_left.png +share/icons/mate/24x24/actions/stock_mail-compose.png +share/icons/mate/24x24/actions/stock_mail-forward.png +share/icons/mate/24x24/actions/stock_mail-reply-to-all.png +share/icons/mate/24x24/actions/stock_mail-reply.png +share/icons/mate/24x24/actions/stock_mail-send-receive.png +share/icons/mate/24x24/actions/stock_mail-send.png +share/icons/mate/24x24/actions/stock_media-fwd.png +share/icons/mate/24x24/actions/stock_media-next.png +share/icons/mate/24x24/actions/stock_media-pause.png +share/icons/mate/24x24/actions/stock_media-play.png +share/icons/mate/24x24/actions/stock_media-prev.png +share/icons/mate/24x24/actions/stock_media-rec.png +share/icons/mate/24x24/actions/stock_media-rew.png +share/icons/mate/24x24/actions/stock_media-stop.png +share/icons/mate/24x24/actions/stock_new-address-book.png +share/icons/mate/24x24/actions/stock_new-appointment.png +share/icons/mate/24x24/actions/stock_new-bcard.png +share/icons/mate/24x24/actions/stock_new-dir.png +share/icons/mate/24x24/actions/stock_new-tab.png +share/icons/mate/24x24/actions/stock_new-text.png +share/icons/mate/24x24/actions/stock_new-window.png +share/icons/mate/24x24/actions/stock_paste.png +share/icons/mate/24x24/actions/stock_print-preview.png +share/icons/mate/24x24/actions/stock_print-setup.png +share/icons/mate/24x24/actions/stock_print.png +share/icons/mate/24x24/actions/stock_properties.png +share/icons/mate/24x24/actions/stock_redo.png +share/icons/mate/24x24/actions/stock_refresh.png +share/icons/mate/24x24/actions/stock_right.png +share/icons/mate/24x24/actions/stock_save-as.png +share/icons/mate/24x24/actions/stock_save.png +share/icons/mate/24x24/actions/stock_search-and-replace.png +share/icons/mate/24x24/actions/stock_search.png +share/icons/mate/24x24/actions/stock_select-all.png +share/icons/mate/24x24/actions/stock_spam.png +share/icons/mate/24x24/actions/stock_spellcheck.png +share/icons/mate/24x24/actions/stock_stop.png +share/icons/mate/24x24/actions/stock_text-strikethrough.png +share/icons/mate/24x24/actions/stock_text_bold.png +share/icons/mate/24x24/actions/stock_text_center.png +share/icons/mate/24x24/actions/stock_text_indent.png +share/icons/mate/24x24/actions/stock_text_italic.png +share/icons/mate/24x24/actions/stock_text_justify.png +share/icons/mate/24x24/actions/stock_text_left.png +share/icons/mate/24x24/actions/stock_text_right.png +share/icons/mate/24x24/actions/stock_text_underlined.png +share/icons/mate/24x24/actions/stock_text_unindent.png +share/icons/mate/24x24/actions/stock_top.png +share/icons/mate/24x24/actions/stock_undo.png +share/icons/mate/24x24/actions/stock_up.png +share/icons/mate/24x24/actions/stock_zoom-1.png +share/icons/mate/24x24/actions/stock_zoom-in.png +share/icons/mate/24x24/actions/stock_zoom-out.png +share/icons/mate/24x24/actions/stock_zoom-page.png +share/icons/mate/24x24/actions/stop.png +share/icons/mate/24x24/actions/system-lock-screen.png +share/icons/mate/24x24/actions/system-log-out.png +share/icons/mate/24x24/actions/system-run.png +share/icons/mate/24x24/actions/system-search.png +share/icons/mate/24x24/actions/system-shutdown.png +share/icons/mate/24x24/actions/tab-new.png +share/icons/mate/24x24/actions/tab_new.png +share/icons/mate/24x24/actions/text_bold.png +share/icons/mate/24x24/actions/text_italic.png +share/icons/mate/24x24/actions/text_strike.png +share/icons/mate/24x24/actions/text_under.png +share/icons/mate/24x24/actions/tools-check-spelling.png +share/icons/mate/24x24/actions/top.png +share/icons/mate/24x24/actions/undo.png +share/icons/mate/24x24/actions/up.png +share/icons/mate/24x24/actions/view-fullscreen.png +share/icons/mate/24x24/actions/view-refresh.png +share/icons/mate/24x24/actions/view-restore.png +share/icons/mate/24x24/actions/view-sort-ascending.png +share/icons/mate/24x24/actions/view-sort-descending.png +share/icons/mate/24x24/actions/viewmag+.png +share/icons/mate/24x24/actions/viewmag-.png +share/icons/mate/24x24/actions/viewmag1.png +share/icons/mate/24x24/actions/viewmagfit.png +share/icons/mate/24x24/actions/window-close.png +share/icons/mate/24x24/actions/window-new.png +share/icons/mate/24x24/actions/window_fullscreen.png +share/icons/mate/24x24/actions/window_new.png +share/icons/mate/24x24/actions/window_nofullscreen.png +share/icons/mate/24x24/actions/xfce-system-exit.png +share/icons/mate/24x24/actions/xfce-system-lock.png +share/icons/mate/24x24/actions/zoom-best-fit.png +share/icons/mate/24x24/actions/zoom-fit-best.png +share/icons/mate/24x24/actions/zoom-in.png +share/icons/mate/24x24/actions/zoom-original.png +share/icons/mate/24x24/actions/zoom-out.png +share/icons/mate/24x24/apps/access.png +share/icons/mate/24x24/apps/accessibility-directory.png +share/icons/mate/24x24/apps/accessories-calculator.png +share/icons/mate/24x24/apps/accessories-character-map.png +share/icons/mate/24x24/apps/accessories-dictionary.png +share/icons/mate/24x24/apps/accessories-text-editor.png +share/icons/mate/24x24/apps/applets-screenshooter.png +share/icons/mate/24x24/apps/arts.png +share/icons/mate/24x24/apps/background.png +share/icons/mate/24x24/apps/calc.png +share/icons/mate/24x24/apps/config-language.png +share/icons/mate/24x24/apps/config-users.png +share/icons/mate/24x24/apps/dconf-editor.png +share/icons/mate/24x24/apps/file-manager.png +share/icons/mate/24x24/apps/fonts.png +share/icons/mate/24x24/apps/gnome-calculator.png +share/icons/mate/24x24/apps/gnome-character-map.png +share/icons/mate/24x24/apps/gnome-help.png +share/icons/mate/24x24/apps/gnome-mixer.png +share/icons/mate/24x24/apps/gnome-monitor.png +share/icons/mate/24x24/apps/gnome-remote-desktop.png +share/icons/mate/24x24/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/24x24/apps/gnome-settings-background.png +share/icons/mate/24x24/apps/gnome-settings-font.png +share/icons/mate/24x24/apps/gnome-settings-keybindings.png +share/icons/mate/24x24/apps/gnome-settings-theme.png +share/icons/mate/24x24/apps/gnome-terminal.png +share/icons/mate/24x24/apps/gnome-window-manager.png +share/icons/mate/24x24/apps/gucharmap.png +share/icons/mate/24x24/apps/help-browser.png +share/icons/mate/24x24/apps/kcalc.png +share/icons/mate/24x24/apps/kcharselect.png +share/icons/mate/24x24/apps/kcmkwm.png +share/icons/mate/24x24/apps/kcmsound.png +share/icons/mate/24x24/apps/kedit.png +share/icons/mate/24x24/apps/key_bindings.png +share/icons/mate/24x24/apps/kfm.png +share/icons/mate/24x24/apps/khelpcenter.png +share/icons/mate/24x24/apps/konsole.png +share/icons/mate/24x24/apps/krfb.png +share/icons/mate/24x24/apps/kscreensaver.png +share/icons/mate/24x24/apps/ksysguard.png +share/icons/mate/24x24/apps/kuser.png +share/icons/mate/24x24/apps/kwin.png +share/icons/mate/24x24/apps/locale.png +share/icons/mate/24x24/apps/logviewer.png +share/icons/mate/24x24/apps/mate.png +share/icons/mate/24x24/apps/multimedia-volume-control.png +share/icons/mate/24x24/apps/multimedia.png +share/icons/mate/24x24/apps/openterm.png +share/icons/mate/24x24/apps/preferences-desktop-accessibility.png +share/icons/mate/24x24/apps/preferences-desktop-default-applications.png +share/icons/mate/24x24/apps/preferences-desktop-display.png +share/icons/mate/24x24/apps/preferences-desktop-font.png +share/icons/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/24x24/apps/preferences-desktop-keyboard.png +share/icons/mate/24x24/apps/preferences-desktop-locale.png +share/icons/mate/24x24/apps/preferences-desktop-remote-desktop.png +share/icons/mate/24x24/apps/preferences-desktop-screensaver.png +share/icons/mate/24x24/apps/preferences-desktop-theme.png +share/icons/mate/24x24/apps/preferences-desktop-wallpaper.png +share/icons/mate/24x24/apps/preferences-system-windows.png +share/icons/mate/24x24/apps/redhat-filemanager.png +share/icons/mate/24x24/apps/screensaver.png +share/icons/mate/24x24/apps/style.png +share/icons/mate/24x24/apps/susehelpcenter.png +share/icons/mate/24x24/apps/system-config-users.png +share/icons/mate/24x24/apps/system-file-manager.png +share/icons/mate/24x24/apps/system-software-install.png +share/icons/mate/24x24/apps/system-software-update.png +share/icons/mate/24x24/apps/system-users.png +share/icons/mate/24x24/apps/terminal.png +share/icons/mate/24x24/apps/text-editor.png +share/icons/mate/24x24/apps/update-manager.png +share/icons/mate/24x24/apps/user-info.png +share/icons/mate/24x24/apps/utilities-system-monitor.png +share/icons/mate/24x24/apps/utilities-terminal.png +share/icons/mate/24x24/apps/volume-knob.png +share/icons/mate/24x24/apps/wallpaper.png +share/icons/mate/24x24/apps/web-browser.png +share/icons/mate/24x24/apps/xfce-filemanager.png +share/icons/mate/24x24/apps/xfce-terminal.png +share/icons/mate/24x24/apps/xfce4-backdrop.png +share/icons/mate/24x24/apps/xfce4-mixer.png +share/icons/mate/24x24/apps/xfwm4.png +share/icons/mate/24x24/apps/xscreensaver.png +share/icons/mate/24x24/apps/zen-icon.png +share/icons/mate/24x24/categories/applications-accessories.png +share/icons/mate/24x24/categories/applications-development.png +share/icons/mate/24x24/categories/applications-engineering.png +share/icons/mate/24x24/categories/applications-games.png +share/icons/mate/24x24/categories/applications-graphics.png +share/icons/mate/24x24/categories/applications-internet.png +share/icons/mate/24x24/categories/applications-multimedia.png +share/icons/mate/24x24/categories/applications-office.png +share/icons/mate/24x24/categories/applications-other.png +share/icons/mate/24x24/categories/applications-science.png +share/icons/mate/24x24/categories/applications-system.png +share/icons/mate/24x24/categories/applications-utilities.png +share/icons/mate/24x24/categories/gnome-applications.png +share/icons/mate/24x24/categories/gnome-control-center.png +share/icons/mate/24x24/categories/gnome-devel.png +share/icons/mate/24x24/categories/gnome-globe.png +share/icons/mate/24x24/categories/gnome-graphics.png +share/icons/mate/24x24/categories/gnome-joystick.png +share/icons/mate/24x24/categories/gnome-multimedia.png +share/icons/mate/24x24/categories/gnome-other.png +share/icons/mate/24x24/categories/gnome-settings.png +share/icons/mate/24x24/categories/gnome-system.png +share/icons/mate/24x24/categories/gnome-util.png +share/icons/mate/24x24/categories/gtk-preferences.png +share/icons/mate/24x24/categories/input_devices_settings.png +share/icons/mate/24x24/categories/kcontrol.png +share/icons/mate/24x24/categories/package_development.png +share/icons/mate/24x24/categories/package_games.png +share/icons/mate/24x24/categories/package_graphics.png +share/icons/mate/24x24/categories/package_multimedia.png +share/icons/mate/24x24/categories/package_network.png +share/icons/mate/24x24/categories/package_office.png +share/icons/mate/24x24/categories/package_settings.png +share/icons/mate/24x24/categories/package_system.png +share/icons/mate/24x24/categories/package_utilities.png +share/icons/mate/24x24/categories/preferences-desktop-peripherals.png +share/icons/mate/24x24/categories/preferences-desktop-personal.png +share/icons/mate/24x24/categories/preferences-desktop.png +share/icons/mate/24x24/categories/preferences-other.png +share/icons/mate/24x24/categories/preferences-system-network.png +share/icons/mate/24x24/categories/preferences-system.png +share/icons/mate/24x24/categories/redhat-accessories.png +share/icons/mate/24x24/categories/redhat-games.png +share/icons/mate/24x24/categories/redhat-graphics.png +share/icons/mate/24x24/categories/redhat-internet.png +share/icons/mate/24x24/categories/redhat-office.png +share/icons/mate/24x24/categories/redhat-preferences.png +share/icons/mate/24x24/categories/redhat-programming.png +share/icons/mate/24x24/categories/redhat-sound_video.png +share/icons/mate/24x24/categories/redhat-system_settings.png +share/icons/mate/24x24/categories/redhat-system_tools.png +share/icons/mate/24x24/categories/stock_internet.png +share/icons/mate/24x24/categories/system-help.png +share/icons/mate/24x24/categories/xfce-games.png +share/icons/mate/24x24/categories/xfce-graphics.png +share/icons/mate/24x24/categories/xfce-internet.png +share/icons/mate/24x24/categories/xfce-multimedia.png +share/icons/mate/24x24/categories/xfce-office.png +share/icons/mate/24x24/categories/xfce-system-settings.png +share/icons/mate/24x24/categories/xfce-utils.png +share/icons/mate/24x24/categories/xfce4-settings.png +share/icons/mate/24x24/devices/3floppy_unmount.png +share/icons/mate/24x24/devices/ac-adapter.png +share/icons/mate/24x24/devices/audio-card.png +share/icons/mate/24x24/devices/audio-input-microphone.png +share/icons/mate/24x24/devices/battery.png +share/icons/mate/24x24/devices/camera-photo.png +share/icons/mate/24x24/devices/camera-video.png +share/icons/mate/24x24/devices/camera-web.png +share/icons/mate/24x24/devices/camera.png +share/icons/mate/24x24/devices/camera_unmount.png +share/icons/mate/24x24/devices/cdrom_unmount.png +share/icons/mate/24x24/devices/cdwriter_unmount.png +share/icons/mate/24x24/devices/chardevice.png +share/icons/mate/24x24/devices/computer.png +share/icons/mate/24x24/devices/display.png +share/icons/mate/24x24/devices/drive-cdrom.png +share/icons/mate/24x24/devices/drive-harddisk.png +share/icons/mate/24x24/devices/drive-optical.png +share/icons/mate/24x24/devices/drive-removable-media.png +share/icons/mate/24x24/devices/dvd_unmount.png +share/icons/mate/24x24/devices/gnome-dev-battery.png +share/icons/mate/24x24/devices/gnome-dev-cdrom-audio.png +share/icons/mate/24x24/devices/gnome-dev-cdrom.png +share/icons/mate/24x24/devices/gnome-dev-computer.png +share/icons/mate/24x24/devices/gnome-dev-disc-cdr.png +share/icons/mate/24x24/devices/gnome-dev-disc-cdrw.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdr.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdram.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/24x24/devices/gnome-dev-dvd.png +share/icons/mate/24x24/devices/gnome-dev-ethernet.png +share/icons/mate/24x24/devices/gnome-dev-floppy.png +share/icons/mate/24x24/devices/gnome-dev-harddisk-1394.png +share/icons/mate/24x24/devices/gnome-dev-harddisk-usb.png +share/icons/mate/24x24/devices/gnome-dev-harddisk.png +share/icons/mate/24x24/devices/gnome-dev-ipod.png +share/icons/mate/24x24/devices/gnome-dev-keyboard.png +share/icons/mate/24x24/devices/gnome-dev-media-cf.png +share/icons/mate/24x24/devices/gnome-dev-media-ms.png +share/icons/mate/24x24/devices/gnome-dev-media-sdmmc.png +share/icons/mate/24x24/devices/gnome-dev-media-sm.png +share/icons/mate/24x24/devices/gnome-dev-mouse-ball.png +share/icons/mate/24x24/devices/gnome-dev-mouse-optical.png +share/icons/mate/24x24/devices/gnome-dev-printer.png +share/icons/mate/24x24/devices/gnome-dev-removable-1394.png +share/icons/mate/24x24/devices/gnome-dev-removable-usb.png +share/icons/mate/24x24/devices/gnome-dev-removable.png +share/icons/mate/24x24/devices/gnome-dev-wavelan.png +share/icons/mate/24x24/devices/gnome-fs-client.png +share/icons/mate/24x24/devices/gnome-modem.png +share/icons/mate/24x24/devices/gnome-stock-mic.png +share/icons/mate/24x24/devices/gtk-cdrom.png +share/icons/mate/24x24/devices/gtk-floppy.png +share/icons/mate/24x24/devices/gtk-harddisk.png +share/icons/mate/24x24/devices/harddrive.png +share/icons/mate/24x24/devices/hdd_unmount.png +share/icons/mate/24x24/devices/input-gaming.png +share/icons/mate/24x24/devices/input-keyboard.png +share/icons/mate/24x24/devices/input-mouse.png +share/icons/mate/24x24/devices/input-tablet.png +share/icons/mate/24x24/devices/input-touchpad.png +share/icons/mate/24x24/devices/ipod_mount.png +share/icons/mate/24x24/devices/joystick.png +share/icons/mate/24x24/devices/keyboard.png +share/icons/mate/24x24/devices/kjobviewer.png +share/icons/mate/24x24/devices/kxkb.png +share/icons/mate/24x24/devices/media-cdrom.png +share/icons/mate/24x24/devices/media-flash.png +share/icons/mate/24x24/devices/media-floppy.png +share/icons/mate/24x24/devices/media-optical.png +share/icons/mate/24x24/devices/media-tape.png +share/icons/mate/24x24/devices/modem.png +share/icons/mate/24x24/devices/mouse.png +share/icons/mate/24x24/devices/multimedia-player.png +share/icons/mate/24x24/devices/network-wired.png +share/icons/mate/24x24/devices/network-wireless.png +share/icons/mate/24x24/devices/pda.png +share/icons/mate/24x24/devices/phone.png +share/icons/mate/24x24/devices/printer-remote.png +share/icons/mate/24x24/devices/printer.png +share/icons/mate/24x24/devices/printer1.png +share/icons/mate/24x24/devices/printmgr.png +share/icons/mate/24x24/devices/scanner.png +share/icons/mate/24x24/devices/stock_cell-phone.png +share/icons/mate/24x24/devices/stock_mic.png +share/icons/mate/24x24/devices/stock_printers.png +share/icons/mate/24x24/devices/system-floppy.png +share/icons/mate/24x24/devices/system.png +share/icons/mate/24x24/devices/usbpendrive_unmount.png +share/icons/mate/24x24/devices/video-display.png +share/icons/mate/24x24/devices/xfce-printer.png +share/icons/mate/24x24/devices/xfce4-display.png +share/icons/mate/24x24/devices/xfce4-keyboard.png +share/icons/mate/24x24/devices/xfce4-mouse.png +share/icons/mate/24x24/devices/yast_HD.png +share/icons/mate/24x24/devices/yast_idetude.png +share/icons/mate/24x24/devices/yast_joystick.png +share/icons/mate/24x24/devices/yast_mouse.png +share/icons/mate/24x24/devices/yast_printer.png +share/icons/mate/24x24/devices/yast_soundcard.png +share/icons/mate/24x24/emblems/emblem-default.png +share/icons/mate/24x24/emblems/emblem-documents.png +share/icons/mate/24x24/emblems/emblem-downloads.png +share/icons/mate/24x24/emblems/emblem-favorite.png +share/icons/mate/24x24/emblems/emblem-generic.png +share/icons/mate/24x24/emblems/emblem-important.png +share/icons/mate/24x24/emblems/emblem-mail.png +share/icons/mate/24x24/emblems/emblem-new.png +share/icons/mate/24x24/emblems/emblem-noread.png +share/icons/mate/24x24/emblems/emblem-nowrite.png +share/icons/mate/24x24/emblems/emblem-package.png +share/icons/mate/24x24/emblems/emblem-photos.png +share/icons/mate/24x24/emblems/emblem-readonly.png +share/icons/mate/24x24/emblems/emblem-shared.png +share/icons/mate/24x24/emblems/emblem-symbolic-link.png +share/icons/mate/24x24/emblems/emblem-system.png +share/icons/mate/24x24/emblems/emblem-unreadable.png +share/icons/mate/24x24/emblems/emblem-urgent.png +share/icons/mate/24x24/emblems/emblem-web.png +share/icons/mate/24x24/emotes/face-angel.png +share/icons/mate/24x24/emotes/face-angry.png +share/icons/mate/24x24/emotes/face-cool.png +share/icons/mate/24x24/emotes/face-crying.png +share/icons/mate/24x24/emotes/face-devilish.png +share/icons/mate/24x24/emotes/face-embarrassed.png +share/icons/mate/24x24/emotes/face-glasses.png +share/icons/mate/24x24/emotes/face-kiss.png +share/icons/mate/24x24/emotes/face-laugh.png +share/icons/mate/24x24/emotes/face-monkey.png +share/icons/mate/24x24/emotes/face-plain.png +share/icons/mate/24x24/emotes/face-raspberry.png +share/icons/mate/24x24/emotes/face-sad.png +share/icons/mate/24x24/emotes/face-sick.png +share/icons/mate/24x24/emotes/face-smile-big.png +share/icons/mate/24x24/emotes/face-smile.png +share/icons/mate/24x24/emotes/face-smirk.png +share/icons/mate/24x24/emotes/face-surprise.png +share/icons/mate/24x24/emotes/face-tired.png +share/icons/mate/24x24/emotes/face-uncertain.png +share/icons/mate/24x24/emotes/face-wink.png +share/icons/mate/24x24/emotes/face-worried.png +share/icons/mate/24x24/emotes/stock_smiley-1.png +share/icons/mate/24x24/emotes/stock_smiley-10.png +share/icons/mate/24x24/emotes/stock_smiley-11.png +share/icons/mate/24x24/emotes/stock_smiley-13.png +share/icons/mate/24x24/emotes/stock_smiley-15.png +share/icons/mate/24x24/emotes/stock_smiley-18.png +share/icons/mate/24x24/emotes/stock_smiley-2.png +share/icons/mate/24x24/emotes/stock_smiley-22.png +share/icons/mate/24x24/emotes/stock_smiley-3.png +share/icons/mate/24x24/emotes/stock_smiley-4.png +share/icons/mate/24x24/emotes/stock_smiley-5.png +share/icons/mate/24x24/emotes/stock_smiley-6.png +share/icons/mate/24x24/emotes/stock_smiley-7.png +share/icons/mate/24x24/emotes/stock_smiley-8.png +share/icons/mate/24x24/mimetypes/application-certificate.png +share/icons/mate/24x24/mimetypes/application-pdf.png +share/icons/mate/24x24/mimetypes/application-pgp-encrypted.png +share/icons/mate/24x24/mimetypes/application-rss+xml.png +share/icons/mate/24x24/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/24x24/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/24x24/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/24x24/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/24x24/mimetypes/application-x-bittorrent.png +share/icons/mate/24x24/mimetypes/application-x-blender.png +share/icons/mate/24x24/mimetypes/application-x-cd-image.png +share/icons/mate/24x24/mimetypes/application-x-desktop.png +share/icons/mate/24x24/mimetypes/application-x-executable.png +share/icons/mate/24x24/mimetypes/application-x-homebank.png +share/icons/mate/24x24/mimetypes/application-x-java-archive.png +share/icons/mate/24x24/mimetypes/application-x-java.png +share/icons/mate/24x24/mimetypes/application-x-javascript.png +share/icons/mate/24x24/mimetypes/application-x-keepass.png +share/icons/mate/24x24/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/24x24/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/24x24/mimetypes/application-x-package-list.png +share/icons/mate/24x24/mimetypes/application-x-perl.png +share/icons/mate/24x24/mimetypes/application-x-php.png +share/icons/mate/24x24/mimetypes/application-x-planner.png +share/icons/mate/24x24/mimetypes/application-x-python-bytecode.png +share/icons/mate/24x24/mimetypes/application-x-remote-connection.png +share/icons/mate/24x24/mimetypes/application-x-ruby.png +share/icons/mate/24x24/mimetypes/application-x-theme.png +share/icons/mate/24x24/mimetypes/application-x-vnc.png +share/icons/mate/24x24/mimetypes/ascii.png +share/icons/mate/24x24/mimetypes/audio-x-generic.png +share/icons/mate/24x24/mimetypes/binary.png +share/icons/mate/24x24/mimetypes/contents2.png +share/icons/mate/24x24/mimetypes/deb.png +share/icons/mate/24x24/mimetypes/document.png +share/icons/mate/24x24/mimetypes/empty.png +share/icons/mate/24x24/mimetypes/exec.png +share/icons/mate/24x24/mimetypes/folder_tar.png +share/icons/mate/24x24/mimetypes/font-x-generic.png +share/icons/mate/24x24/mimetypes/font.png +share/icons/mate/24x24/mimetypes/font_bitmap.png +share/icons/mate/24x24/mimetypes/font_truetype.png +share/icons/mate/24x24/mimetypes/font_type1.png +share/icons/mate/24x24/mimetypes/gnome-fs-executable.png +share/icons/mate/24x24/mimetypes/gnome-fs-regular.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-msword.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-zip.png +share/icons/mate/24x24/mimetypes/gnome-mime-audio.png +share/icons/mate/24x24/mimetypes/gnome-mime-image.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-html.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/24x24/mimetypes/gnome-mime-text.png +share/icons/mate/24x24/mimetypes/gnome-mime-video.png +share/icons/mate/24x24/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/24x24/mimetypes/gnome-package.png +share/icons/mate/24x24/mimetypes/gtk-file.png +share/icons/mate/24x24/mimetypes/html.png +share/icons/mate/24x24/mimetypes/image-svg+xml-compressed.png +share/icons/mate/24x24/mimetypes/image-svg+xml.png +share/icons/mate/24x24/mimetypes/image-x-compressed-xcf.png +share/icons/mate/24x24/mimetypes/image-x-generic.png +share/icons/mate/24x24/mimetypes/image-x-xcf.png +share/icons/mate/24x24/mimetypes/image.png +share/icons/mate/24x24/mimetypes/kpresenter_kpr.png +share/icons/mate/24x24/mimetypes/mime_ascii.png +share/icons/mate/24x24/mimetypes/misc.png +share/icons/mate/24x24/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg-extension.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/24x24/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-text.png +share/icons/mate/24x24/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg3-extension.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/24x24/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg3-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-text.png +share/icons/mate/24x24/mimetypes/package-x-generic.png +share/icons/mate/24x24/mimetypes/package.png +share/icons/mate/24x24/mimetypes/package_editors.png +share/icons/mate/24x24/mimetypes/package_wordprocessing.png +share/icons/mate/24x24/mimetypes/plan.png +share/icons/mate/24x24/mimetypes/rpm.png +share/icons/mate/24x24/mimetypes/shellscript.png +share/icons/mate/24x24/mimetypes/sound.png +share/icons/mate/24x24/mimetypes/spreadsheet.png +share/icons/mate/24x24/mimetypes/stock_addressbook.png +share/icons/mate/24x24/mimetypes/stock_calendar.png +share/icons/mate/24x24/mimetypes/stock_certificate.png +share/icons/mate/24x24/mimetypes/stock_script.png +share/icons/mate/24x24/mimetypes/tar.png +share/icons/mate/24x24/mimetypes/template_source.png +share/icons/mate/24x24/mimetypes/text-css.png +share/icons/mate/24x24/mimetypes/text-csv.png +share/icons/mate/24x24/mimetypes/text-html.png +share/icons/mate/24x24/mimetypes/text-x-apport.png +share/icons/mate/24x24/mimetypes/text-x-authors.png +share/icons/mate/24x24/mimetypes/text-x-boo.png +share/icons/mate/24x24/mimetypes/text-x-c++hdr.png +share/icons/mate/24x24/mimetypes/text-x-c++src.png +share/icons/mate/24x24/mimetypes/text-x-changelog.png +share/icons/mate/24x24/mimetypes/text-x-chdr.png +share/icons/mate/24x24/mimetypes/text-x-copying.png +share/icons/mate/24x24/mimetypes/text-x-csharp.png +share/icons/mate/24x24/mimetypes/text-x-csrc.png +share/icons/mate/24x24/mimetypes/text-x-generic-template.png +share/icons/mate/24x24/mimetypes/text-x-generic.png +share/icons/mate/24x24/mimetypes/text-x-install.png +share/icons/mate/24x24/mimetypes/text-x-java.png +share/icons/mate/24x24/mimetypes/text-x-log.png +share/icons/mate/24x24/mimetypes/text-x-makefile.png +share/icons/mate/24x24/mimetypes/text-x-opml+xml.png +share/icons/mate/24x24/mimetypes/text-x-patch.png +share/icons/mate/24x24/mimetypes/text-x-preview.png +share/icons/mate/24x24/mimetypes/text-x-python.png +share/icons/mate/24x24/mimetypes/text-x-readme.png +share/icons/mate/24x24/mimetypes/text-x-script.png +share/icons/mate/24x24/mimetypes/tgz.png +share/icons/mate/24x24/mimetypes/txt.png +share/icons/mate/24x24/mimetypes/txt2.png +share/icons/mate/24x24/mimetypes/unknown.png +share/icons/mate/24x24/mimetypes/vcalendar.png +share/icons/mate/24x24/mimetypes/vcard.png +share/icons/mate/24x24/mimetypes/video-x-generic.png +share/icons/mate/24x24/mimetypes/video.png +share/icons/mate/24x24/mimetypes/wordprocessing.png +share/icons/mate/24x24/mimetypes/www.png +share/icons/mate/24x24/mimetypes/x-office-address-book.png +share/icons/mate/24x24/mimetypes/x-office-calendar.png +share/icons/mate/24x24/mimetypes/x-office-document-template.png +share/icons/mate/24x24/mimetypes/x-office-document.png +share/icons/mate/24x24/mimetypes/x-office-drawing-template.png +share/icons/mate/24x24/mimetypes/x-office-drawing.png +share/icons/mate/24x24/mimetypes/x-office-presentation-template.png +share/icons/mate/24x24/mimetypes/x-office-presentation.png +share/icons/mate/24x24/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/x-office-spreadsheet.png +share/icons/mate/24x24/mimetypes/zip.png +share/icons/mate/24x24/places/application-x-gnome-saved-search.png +share/icons/mate/24x24/places/desktop.png +share/icons/mate/24x24/places/distributor-logo.png +share/icons/mate/24x24/places/emptytrash.png +share/icons/mate/24x24/places/folder-documents.png +share/icons/mate/24x24/places/folder-download.png +share/icons/mate/24x24/places/folder-music.png +share/icons/mate/24x24/places/folder-pictures.png +share/icons/mate/24x24/places/folder-publicshare.png +share/icons/mate/24x24/places/folder-remote.png +share/icons/mate/24x24/places/folder-saved-search.png +share/icons/mate/24x24/places/folder-templates.png +share/icons/mate/24x24/places/folder-videos.png +share/icons/mate/24x24/places/folder.png +share/icons/mate/24x24/places/folder_home.png +share/icons/mate/24x24/places/gnome-fs-desktop.png +share/icons/mate/24x24/places/gnome-fs-directory.png +share/icons/mate/24x24/places/gnome-fs-ftp.png +share/icons/mate/24x24/places/gnome-fs-home.png +share/icons/mate/24x24/places/gnome-fs-network.png +share/icons/mate/24x24/places/gnome-fs-nfs.png +share/icons/mate/24x24/places/gnome-fs-server.png +share/icons/mate/24x24/places/gnome-fs-share.png +share/icons/mate/24x24/places/gnome-fs-smb.png +share/icons/mate/24x24/places/gnome-fs-ssh.png +share/icons/mate/24x24/places/gnome-fs-trash-empty.png +share/icons/mate/24x24/places/gnome-main-menu.png +share/icons/mate/24x24/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/24x24/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/24x24/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/24x24/places/gnome-stock-trash.png +share/icons/mate/24x24/places/gtk-directory.png +share/icons/mate/24x24/places/gtk-network.png +share/icons/mate/24x24/places/inode-directory.png +share/icons/mate/24x24/places/network-server.png +share/icons/mate/24x24/places/network-workgroup.png +share/icons/mate/24x24/places/network.png +share/icons/mate/24x24/places/network_local.png +share/icons/mate/24x24/places/novell-button.png +share/icons/mate/24x24/places/redhat-network-server.png +share/icons/mate/24x24/places/server.png +share/icons/mate/24x24/places/start-here.png +share/icons/mate/24x24/places/stock_folder.png +share/icons/mate/24x24/places/trashcan_empty.png +share/icons/mate/24x24/places/user-bookmarks.png +share/icons/mate/24x24/places/user-desktop.png +share/icons/mate/24x24/places/user-home.png +share/icons/mate/24x24/places/user-trash.png +share/icons/mate/24x24/places/xfce-trash_empty.png +share/icons/mate/24x24/status/appointment-missed.png +share/icons/mate/24x24/status/appointment-soon.png +share/icons/mate/24x24/status/audio-volume-high.png +share/icons/mate/24x24/status/audio-volume-low.png +share/icons/mate/24x24/status/audio-volume-medium.png +share/icons/mate/24x24/status/audio-volume-muted.png +share/icons/mate/24x24/status/avatar-default.png +share/icons/mate/24x24/status/battery-caution-charging.png +share/icons/mate/24x24/status/battery-caution.png +share/icons/mate/24x24/status/battery-empty.png +share/icons/mate/24x24/status/battery-full-charged.png +share/icons/mate/24x24/status/battery-full-charging.png +share/icons/mate/24x24/status/battery-full.png +share/icons/mate/24x24/status/battery-good-charging.png +share/icons/mate/24x24/status/battery-good.png +share/icons/mate/24x24/status/battery-low-charging.png +share/icons/mate/24x24/status/battery-low.png +share/icons/mate/24x24/status/battery-missing.png +share/icons/mate/24x24/status/changes-allow.png +share/icons/mate/24x24/status/changes-prevent.png +share/icons/mate/24x24/status/connect_creating.png +share/icons/mate/24x24/status/connect_established.png +share/icons/mate/24x24/status/connect_no.png +share/icons/mate/24x24/status/dialog-error.png +share/icons/mate/24x24/status/dialog-information.png +share/icons/mate/24x24/status/dialog-password.png +share/icons/mate/24x24/status/dialog-question.png +share/icons/mate/24x24/status/dialog-warning.png +share/icons/mate/24x24/status/edittrash.png +share/icons/mate/24x24/status/error.png +share/icons/mate/24x24/status/folder-drag-accept.png +share/icons/mate/24x24/status/folder-open.png +share/icons/mate/24x24/status/folder-visiting.png +share/icons/mate/24x24/status/folder_open.png +share/icons/mate/24x24/status/gnome-dev-wavelan-encrypted.png +share/icons/mate/24x24/status/gnome-fs-directory-accept.png +share/icons/mate/24x24/status/gnome-fs-directory-visiting.png +share/icons/mate/24x24/status/gnome-fs-loading-icon.png +share/icons/mate/24x24/status/gnome-fs-trash-full.png +share/icons/mate/24x24/status/gnome-netstatus-disconn.png +share/icons/mate/24x24/status/gnome-netstatus-error.png +share/icons/mate/24x24/status/gnome-netstatus-idle.png +share/icons/mate/24x24/status/gnome-netstatus-rx.png +share/icons/mate/24x24/status/gnome-netstatus-tx.png +share/icons/mate/24x24/status/gnome-netstatus-txrx.png +share/icons/mate/24x24/status/gnome-stock-trash-full.png +share/icons/mate/24x24/status/gtk-dialog-authentication.png +share/icons/mate/24x24/status/gtk-dialog-error.png +share/icons/mate/24x24/status/gtk-dialog-info.png +share/icons/mate/24x24/status/gtk-dialog-question.png +share/icons/mate/24x24/status/gtk-dialog-warning.png +share/icons/mate/24x24/status/gtk-missing-image.png +share/icons/mate/24x24/status/image-loading.png +share/icons/mate/24x24/status/image-missing.png +share/icons/mate/24x24/status/important.png +share/icons/mate/24x24/status/info.png +share/icons/mate/24x24/status/mail-attachment.png +share/icons/mate/24x24/status/mail-read.png +share/icons/mate/24x24/status/mail-replied.png +share/icons/mate/24x24/status/mail-signed-verified.png +share/icons/mate/24x24/status/mail-signed.png +share/icons/mate/24x24/status/mail-unread.png +share/icons/mate/24x24/status/media-playlist-repeat.png +share/icons/mate/24x24/status/media-playlist-shuffle.png +share/icons/mate/24x24/status/messagebox_critical.png +share/icons/mate/24x24/status/messagebox_info.png +share/icons/mate/24x24/status/messagebox_warning.png +share/icons/mate/24x24/status/network-error.png +share/icons/mate/24x24/status/network-idle.png +share/icons/mate/24x24/status/network-offline.png +share/icons/mate/24x24/status/network-receive.png +share/icons/mate/24x24/status/network-transmit-receive.png +share/icons/mate/24x24/status/network-transmit.png +share/icons/mate/24x24/status/network-wireless-encrypted.png +share/icons/mate/24x24/status/nm-adhoc.png +share/icons/mate/24x24/status/nm-device-wired.png +share/icons/mate/24x24/status/nm-device-wireless.png +share/icons/mate/24x24/status/nm-no-connection.png +share/icons/mate/24x24/status/printer-error.png +share/icons/mate/24x24/status/printer-printing.png +share/icons/mate/24x24/status/security-high.png +share/icons/mate/24x24/status/security-low.png +share/icons/mate/24x24/status/security-medium.png +share/icons/mate/24x24/status/software-update-available.png +share/icons/mate/24x24/status/software-update-urgent.png +share/icons/mate/24x24/status/stock_appointment-reminder-excl.png +share/icons/mate/24x24/status/stock_appointment-reminder.png +share/icons/mate/24x24/status/stock_attach.png +share/icons/mate/24x24/status/stock_dialog-error.png +share/icons/mate/24x24/status/stock_dialog-info.png +share/icons/mate/24x24/status/stock_dialog-question.png +share/icons/mate/24x24/status/stock_dialog-warning.png +share/icons/mate/24x24/status/stock_lock-broken.png +share/icons/mate/24x24/status/stock_lock-ok.png +share/icons/mate/24x24/status/stock_lock-open.png +share/icons/mate/24x24/status/stock_lock.png +share/icons/mate/24x24/status/stock_mail-open.png +share/icons/mate/24x24/status/stock_mail-replied.png +share/icons/mate/24x24/status/stock_mail-unread.png +share/icons/mate/24x24/status/stock_open.png +share/icons/mate/24x24/status/stock_repeat.png +share/icons/mate/24x24/status/stock_shuffle.png +share/icons/mate/24x24/status/stock_trash_full.png +share/icons/mate/24x24/status/stock_volume-0.png +share/icons/mate/24x24/status/stock_volume-max.png +share/icons/mate/24x24/status/stock_volume-med.png +share/icons/mate/24x24/status/stock_volume-min.png +share/icons/mate/24x24/status/stock_volume-mute.png +share/icons/mate/24x24/status/stock_volume.png +share/icons/mate/24x24/status/stock_weather-cloudy.png +share/icons/mate/24x24/status/stock_weather-few-clouds.png +share/icons/mate/24x24/status/stock_weather-fog.png +share/icons/mate/24x24/status/stock_weather-night-clear.png +share/icons/mate/24x24/status/stock_weather-night-few-clouds.png +share/icons/mate/24x24/status/stock_weather-showers.png +share/icons/mate/24x24/status/stock_weather-snow.png +share/icons/mate/24x24/status/stock_weather-storm.png +share/icons/mate/24x24/status/stock_weather-sunny.png +share/icons/mate/24x24/status/sunny.png +share/icons/mate/24x24/status/task-due.png +share/icons/mate/24x24/status/task-past-due.png +share/icons/mate/24x24/status/trashcan_full.png +share/icons/mate/24x24/status/user-available.png +share/icons/mate/24x24/status/user-away.png +share/icons/mate/24x24/status/user-busy.png +share/icons/mate/24x24/status/user-idle.png +share/icons/mate/24x24/status/user-invisible.png +share/icons/mate/24x24/status/user-offline.png +share/icons/mate/24x24/status/user-trash-full.png +share/icons/mate/24x24/status/weather-clear-night.png +share/icons/mate/24x24/status/weather-clear.png +share/icons/mate/24x24/status/weather-few-clouds-night.png +share/icons/mate/24x24/status/weather-few-clouds.png +share/icons/mate/24x24/status/weather-fog.png +share/icons/mate/24x24/status/weather-overcast.png +share/icons/mate/24x24/status/weather-severe-alert.png +share/icons/mate/24x24/status/weather-showers-scattered.png +share/icons/mate/24x24/status/weather-showers.png +share/icons/mate/24x24/status/weather-snow.png +share/icons/mate/24x24/status/weather-storm.png +share/icons/mate/24x24/status/xfce-trash_full.png +share/icons/mate/256x256/actions/address-book-new.png +share/icons/mate/256x256/actions/appointment-new.png +share/icons/mate/256x256/actions/appointment.png +share/icons/mate/256x256/actions/back.png +share/icons/mate/256x256/actions/document-new.png +share/icons/mate/256x256/actions/document-open-recent.png +share/icons/mate/256x256/actions/document-open.png +share/icons/mate/256x256/actions/document-page-setup.png +share/icons/mate/256x256/actions/document-print-preview.png +share/icons/mate/256x256/actions/document-print.png +share/icons/mate/256x256/actions/document-properties.png +share/icons/mate/256x256/actions/document-revert.png +share/icons/mate/256x256/actions/document-save-as.png +share/icons/mate/256x256/actions/document-save.png +share/icons/mate/256x256/actions/edit-delete.png +share/icons/mate/256x256/actions/edit-find-replace.png +share/icons/mate/256x256/actions/edit-find.png +share/icons/mate/256x256/actions/edit-select-all.png +share/icons/mate/256x256/actions/editdelete.png +share/icons/mate/256x256/actions/exit.png +share/icons/mate/256x256/actions/filefind.png +share/icons/mate/256x256/actions/filenew.png +share/icons/mate/256x256/actions/fileopen.png +share/icons/mate/256x256/actions/fileprint.png +share/icons/mate/256x256/actions/filequickprint.png +share/icons/mate/256x256/actions/filesave.png +share/icons/mate/256x256/actions/filesaveas.png +share/icons/mate/256x256/actions/find.png +share/icons/mate/256x256/actions/finish.png +share/icons/mate/256x256/actions/folder-new.png +share/icons/mate/256x256/actions/folder_new.png +share/icons/mate/256x256/actions/forward.png +share/icons/mate/256x256/actions/gnome-lockscreen.png +share/icons/mate/256x256/actions/gnome-logout.png +share/icons/mate/256x256/actions/gnome-searchtool.png +share/icons/mate/256x256/actions/gnome-stock-mail-new.png +share/icons/mate/256x256/actions/go-first.png +share/icons/mate/256x256/actions/go-jump.png +share/icons/mate/256x256/actions/go-last.png +share/icons/mate/256x256/actions/go-next.png +share/icons/mate/256x256/actions/go-previous.png +share/icons/mate/256x256/actions/gtk-cancel.png +share/icons/mate/256x256/actions/gtk-delete.png +share/icons/mate/256x256/actions/gtk-find-and-replace.png +share/icons/mate/256x256/actions/gtk-find.png +share/icons/mate/256x256/actions/gtk-go-back-ltr.png +share/icons/mate/256x256/actions/gtk-go-back-rtl.png +share/icons/mate/256x256/actions/gtk-go-forward-ltr.png +share/icons/mate/256x256/actions/gtk-go-forward-rtl.png +share/icons/mate/256x256/actions/gtk-goto-first-ltr.png +share/icons/mate/256x256/actions/gtk-goto-first-rtl.png +share/icons/mate/256x256/actions/gtk-goto-last-ltr.png +share/icons/mate/256x256/actions/gtk-goto-last-rtl.png +share/icons/mate/256x256/actions/gtk-jump-to-ltr.png +share/icons/mate/256x256/actions/gtk-jump-to-rtl.png +share/icons/mate/256x256/actions/gtk-new.png +share/icons/mate/256x256/actions/gtk-open.png +share/icons/mate/256x256/actions/gtk-print-preview.png +share/icons/mate/256x256/actions/gtk-print.png +share/icons/mate/256x256/actions/gtk-properties.png +share/icons/mate/256x256/actions/gtk-refresh.png +share/icons/mate/256x256/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/256x256/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/256x256/actions/gtk-save-as.png +share/icons/mate/256x256/actions/gtk-save.png +share/icons/mate/256x256/actions/gtk-select-all.png +share/icons/mate/256x256/actions/gtk-stop.png +share/icons/mate/256x256/actions/kfind.png +share/icons/mate/256x256/actions/lock.png +share/icons/mate/256x256/actions/mail-message-new.png +share/icons/mate/256x256/actions/mail_new.png +share/icons/mate/256x256/actions/next.png +share/icons/mate/256x256/actions/previous.png +share/icons/mate/256x256/actions/process-stop.png +share/icons/mate/256x256/actions/reload.png +share/icons/mate/256x256/actions/reload3.png +share/icons/mate/256x256/actions/reload_all_tabs.png +share/icons/mate/256x256/actions/reload_page.png +share/icons/mate/256x256/actions/revert.png +share/icons/mate/256x256/actions/search.png +share/icons/mate/256x256/actions/start.png +share/icons/mate/256x256/actions/stock_delete.png +share/icons/mate/256x256/actions/stock_file-properites.png +share/icons/mate/256x256/actions/stock_first.png +share/icons/mate/256x256/actions/stock_last.png +share/icons/mate/256x256/actions/stock_left.png +share/icons/mate/256x256/actions/stock_mail-compose.png +share/icons/mate/256x256/actions/stock_new-address-book.png +share/icons/mate/256x256/actions/stock_new-appointment.png +share/icons/mate/256x256/actions/stock_new-dir.png +share/icons/mate/256x256/actions/stock_new-text.png +share/icons/mate/256x256/actions/stock_print-preview.png +share/icons/mate/256x256/actions/stock_print-setup.png +share/icons/mate/256x256/actions/stock_print.png +share/icons/mate/256x256/actions/stock_properties.png +share/icons/mate/256x256/actions/stock_refresh.png +share/icons/mate/256x256/actions/stock_right.png +share/icons/mate/256x256/actions/stock_save-as.png +share/icons/mate/256x256/actions/stock_save.png +share/icons/mate/256x256/actions/stock_search-and-replace.png +share/icons/mate/256x256/actions/stock_search.png +share/icons/mate/256x256/actions/stock_select-all.png +share/icons/mate/256x256/actions/stock_stop.png +share/icons/mate/256x256/actions/stop.png +share/icons/mate/256x256/actions/system-lock-screen.png +share/icons/mate/256x256/actions/system-log-out.png +share/icons/mate/256x256/actions/system-search.png +share/icons/mate/256x256/actions/view-refresh.png +share/icons/mate/256x256/actions/xfce-system-lock.png +share/icons/mate/256x256/apps/access.png +share/icons/mate/256x256/apps/accessibility-directory.png +share/icons/mate/256x256/apps/accessories-calculator.png +share/icons/mate/256x256/apps/accessories-character-map.png +share/icons/mate/256x256/apps/accessories-dictionary.png +share/icons/mate/256x256/apps/accessories-text-editor.png +share/icons/mate/256x256/apps/applets-screenshooter.png +share/icons/mate/256x256/apps/background.png +share/icons/mate/256x256/apps/calc.png +share/icons/mate/256x256/apps/config-language.png +share/icons/mate/256x256/apps/config-users.png +share/icons/mate/256x256/apps/dconf-editor.png +share/icons/mate/256x256/apps/file-manager.png +share/icons/mate/256x256/apps/fonts.png +share/icons/mate/256x256/apps/gnome-calculator.png +share/icons/mate/256x256/apps/gnome-character-map.png +share/icons/mate/256x256/apps/gnome-help.png +share/icons/mate/256x256/apps/gnome-monitor.png +share/icons/mate/256x256/apps/gnome-remote-desktop.png +share/icons/mate/256x256/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/256x256/apps/gnome-settings-background.png +share/icons/mate/256x256/apps/gnome-settings-font.png +share/icons/mate/256x256/apps/gnome-settings-keybindings.png +share/icons/mate/256x256/apps/gnome-settings-theme.png +share/icons/mate/256x256/apps/gnome-terminal.png +share/icons/mate/256x256/apps/gucharmap.png +share/icons/mate/256x256/apps/help-browser.png +share/icons/mate/256x256/apps/kcalc.png +share/icons/mate/256x256/apps/kcharselect.png +share/icons/mate/256x256/apps/kedit.png +share/icons/mate/256x256/apps/key_bindings.png +share/icons/mate/256x256/apps/kfm.png +share/icons/mate/256x256/apps/khelpcenter.png +share/icons/mate/256x256/apps/konsole.png +share/icons/mate/256x256/apps/krfb.png +share/icons/mate/256x256/apps/kscreensaver.png +share/icons/mate/256x256/apps/ksysguard.png +share/icons/mate/256x256/apps/kuser.png +share/icons/mate/256x256/apps/locale.png +share/icons/mate/256x256/apps/openterm.png +share/icons/mate/256x256/apps/preferences-desktop-accessibility.png +share/icons/mate/256x256/apps/preferences-desktop-display.png +share/icons/mate/256x256/apps/preferences-desktop-font.png +share/icons/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/256x256/apps/preferences-desktop-keyboard.png +share/icons/mate/256x256/apps/preferences-desktop-locale.png +share/icons/mate/256x256/apps/preferences-desktop-remote-desktop.png +share/icons/mate/256x256/apps/preferences-desktop-screensaver.png +share/icons/mate/256x256/apps/preferences-desktop-theme.png +share/icons/mate/256x256/apps/preferences-desktop-wallpaper.png +share/icons/mate/256x256/apps/redhat-filemanager.png +share/icons/mate/256x256/apps/screensaver.png +share/icons/mate/256x256/apps/style.png +share/icons/mate/256x256/apps/susehelpcenter.png +share/icons/mate/256x256/apps/system-config-users.png +share/icons/mate/256x256/apps/system-file-manager.png +share/icons/mate/256x256/apps/system-software-install.png +share/icons/mate/256x256/apps/system-software-update.png +share/icons/mate/256x256/apps/system-users.png +share/icons/mate/256x256/apps/terminal.png +share/icons/mate/256x256/apps/text-editor.png +share/icons/mate/256x256/apps/update-manager.png +share/icons/mate/256x256/apps/user-info.png +share/icons/mate/256x256/apps/utilities-system-monitor.png +share/icons/mate/256x256/apps/utilities-terminal.png +share/icons/mate/256x256/apps/wallpaper.png +share/icons/mate/256x256/apps/web-browser.png +share/icons/mate/256x256/apps/xfce-filemanager.png +share/icons/mate/256x256/apps/xfce-terminal.png +share/icons/mate/256x256/apps/xfce4-backdrop.png +share/icons/mate/256x256/apps/xscreensaver.png +share/icons/mate/256x256/apps/zen-icon.png +share/icons/mate/256x256/categories/applications-graphics.png +share/icons/mate/256x256/categories/applications-internet.png +share/icons/mate/256x256/categories/applications-office.png +share/icons/mate/256x256/categories/applications-system.png +share/icons/mate/256x256/categories/gnome-applications.png +share/icons/mate/256x256/categories/gnome-globe.png +share/icons/mate/256x256/categories/gnome-graphics.png +share/icons/mate/256x256/categories/gnome-system.png +share/icons/mate/256x256/categories/package_graphics.png +share/icons/mate/256x256/categories/package_network.png +share/icons/mate/256x256/categories/package_office.png +share/icons/mate/256x256/categories/package_settings.png +share/icons/mate/256x256/categories/package_system.png +share/icons/mate/256x256/categories/preferences-system-network.png +share/icons/mate/256x256/categories/preferences-system.png +share/icons/mate/256x256/categories/redhat-graphics.png +share/icons/mate/256x256/categories/redhat-internet.png +share/icons/mate/256x256/categories/redhat-office.png +share/icons/mate/256x256/categories/redhat-system_settings.png +share/icons/mate/256x256/categories/redhat-system_tools.png +share/icons/mate/256x256/categories/stock_internet.png +share/icons/mate/256x256/categories/xfce-graphics.png +share/icons/mate/256x256/categories/xfce-internet.png +share/icons/mate/256x256/categories/xfce-office.png +share/icons/mate/256x256/categories/xfce-system-settings.png +share/icons/mate/256x256/devices/ac-adapter.png +share/icons/mate/256x256/devices/audio-input-microphone.png +share/icons/mate/256x256/devices/battery.png +share/icons/mate/256x256/devices/camera-photo.png +share/icons/mate/256x256/devices/camera.png +share/icons/mate/256x256/devices/camera_unmount.png +share/icons/mate/256x256/devices/cdrom_unmount.png +share/icons/mate/256x256/devices/cdwriter_unmount.png +share/icons/mate/256x256/devices/chardevice.png +share/icons/mate/256x256/devices/computer.png +share/icons/mate/256x256/devices/display.png +share/icons/mate/256x256/devices/drive-cdrom.png +share/icons/mate/256x256/devices/drive-harddisk.png +share/icons/mate/256x256/devices/drive-optical.png +share/icons/mate/256x256/devices/drive-removable-media.png +share/icons/mate/256x256/devices/dvd_unmount.png +share/icons/mate/256x256/devices/gnome-dev-battery.png +share/icons/mate/256x256/devices/gnome-dev-cdrom-audio.png +share/icons/mate/256x256/devices/gnome-dev-cdrom.png +share/icons/mate/256x256/devices/gnome-dev-computer.png +share/icons/mate/256x256/devices/gnome-dev-disc-cdr.png +share/icons/mate/256x256/devices/gnome-dev-disc-cdrw.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdr.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdram.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/256x256/devices/gnome-dev-dvd.png +share/icons/mate/256x256/devices/gnome-dev-harddisk-1394.png +share/icons/mate/256x256/devices/gnome-dev-harddisk-usb.png +share/icons/mate/256x256/devices/gnome-dev-harddisk.png +share/icons/mate/256x256/devices/gnome-dev-ipod.png +share/icons/mate/256x256/devices/gnome-dev-keyboard.png +share/icons/mate/256x256/devices/gnome-dev-media-cf.png +share/icons/mate/256x256/devices/gnome-dev-media-ms.png +share/icons/mate/256x256/devices/gnome-dev-media-sdmmc.png +share/icons/mate/256x256/devices/gnome-dev-media-sm.png +share/icons/mate/256x256/devices/gnome-dev-printer.png +share/icons/mate/256x256/devices/gnome-dev-removable-1394.png +share/icons/mate/256x256/devices/gnome-dev-removable-usb.png +share/icons/mate/256x256/devices/gnome-dev-removable.png +share/icons/mate/256x256/devices/gnome-fs-client.png +share/icons/mate/256x256/devices/gnome-stock-mic.png +share/icons/mate/256x256/devices/gtk-cdrom.png +share/icons/mate/256x256/devices/gtk-harddisk.png +share/icons/mate/256x256/devices/harddrive.png +share/icons/mate/256x256/devices/hdd_unmount.png +share/icons/mate/256x256/devices/input-keyboard.png +share/icons/mate/256x256/devices/ipod_mount.png +share/icons/mate/256x256/devices/keyboard.png +share/icons/mate/256x256/devices/kjobviewer.png +share/icons/mate/256x256/devices/kxkb.png +share/icons/mate/256x256/devices/media-cdrom.png +share/icons/mate/256x256/devices/media-flash.png +share/icons/mate/256x256/devices/media-optical.png +share/icons/mate/256x256/devices/multimedia-player.png +share/icons/mate/256x256/devices/printer-remote.png +share/icons/mate/256x256/devices/printer.png +share/icons/mate/256x256/devices/printer1.png +share/icons/mate/256x256/devices/printmgr.png +share/icons/mate/256x256/devices/stock_mic.png +share/icons/mate/256x256/devices/stock_printers.png +share/icons/mate/256x256/devices/system.png +share/icons/mate/256x256/devices/usbpendrive_unmount.png +share/icons/mate/256x256/devices/video-display.png +share/icons/mate/256x256/devices/xfce-printer.png +share/icons/mate/256x256/devices/xfce4-display.png +share/icons/mate/256x256/devices/xfce4-keyboard.png +share/icons/mate/256x256/devices/yast_HD.png +share/icons/mate/256x256/devices/yast_idetude.png +share/icons/mate/256x256/devices/yast_printer.png +share/icons/mate/256x256/emblems/emblem-noread.png +share/icons/mate/256x256/emblems/emblem-nowrite.png +share/icons/mate/256x256/emblems/emblem-package.png +share/icons/mate/256x256/emblems/emblem-readonly.png +share/icons/mate/256x256/emblems/emblem-shared.png +share/icons/mate/256x256/emblems/emblem-symbolic-link.png +share/icons/mate/256x256/emblems/emblem-synchronizing.png +share/icons/mate/256x256/emblems/emblem-unreadable.png +share/icons/mate/256x256/emotes/face-angel.png +share/icons/mate/256x256/emotes/face-angry.png +share/icons/mate/256x256/emotes/face-cool.png +share/icons/mate/256x256/emotes/face-crying.png +share/icons/mate/256x256/emotes/face-devilish.png +share/icons/mate/256x256/emotes/face-embarrassed.png +share/icons/mate/256x256/emotes/face-glasses.png +share/icons/mate/256x256/emotes/face-laugh.png +share/icons/mate/256x256/emotes/face-plain.png +share/icons/mate/256x256/emotes/face-sad.png +share/icons/mate/256x256/emotes/face-sick.png +share/icons/mate/256x256/emotes/face-smile-big.png +share/icons/mate/256x256/emotes/face-smile.png +share/icons/mate/256x256/emotes/face-smirk.png +share/icons/mate/256x256/emotes/face-surprise.png +share/icons/mate/256x256/emotes/face-tired.png +share/icons/mate/256x256/emotes/face-uncertain.png +share/icons/mate/256x256/emotes/face-wink.png +share/icons/mate/256x256/emotes/stock_smiley-1.png +share/icons/mate/256x256/emotes/stock_smiley-11.png +share/icons/mate/256x256/emotes/stock_smiley-15.png +share/icons/mate/256x256/emotes/stock_smiley-18.png +share/icons/mate/256x256/emotes/stock_smiley-2.png +share/icons/mate/256x256/emotes/stock_smiley-3.png +share/icons/mate/256x256/emotes/stock_smiley-4.png +share/icons/mate/256x256/emotes/stock_smiley-5.png +share/icons/mate/256x256/emotes/stock_smiley-6.png +share/icons/mate/256x256/emotes/stock_smiley-7.png +share/icons/mate/256x256/emotes/stock_smiley-8.png +share/icons/mate/256x256/mimetypes/application-pgp-encrypted.png +share/icons/mate/256x256/mimetypes/application-rss+xml.png +share/icons/mate/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/256x256/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/256x256/mimetypes/application-x-bittorrent.png +share/icons/mate/256x256/mimetypes/application-x-blender.png +share/icons/mate/256x256/mimetypes/application-x-cd-image.png +share/icons/mate/256x256/mimetypes/application-x-desktop.png +share/icons/mate/256x256/mimetypes/application-x-executable.png +share/icons/mate/256x256/mimetypes/application-x-homebank.png +share/icons/mate/256x256/mimetypes/application-x-java.png +share/icons/mate/256x256/mimetypes/application-x-javascript.png +share/icons/mate/256x256/mimetypes/application-x-keepass.png +share/icons/mate/256x256/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/256x256/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/256x256/mimetypes/application-x-package-list.png +share/icons/mate/256x256/mimetypes/application-x-php.png +share/icons/mate/256x256/mimetypes/application-x-planner.png +share/icons/mate/256x256/mimetypes/application-x-python-bytecode.png +share/icons/mate/256x256/mimetypes/application-x-ruby.png +share/icons/mate/256x256/mimetypes/application-x-theme.png +share/icons/mate/256x256/mimetypes/ascii.png +share/icons/mate/256x256/mimetypes/audio-x-generic.png +share/icons/mate/256x256/mimetypes/binary.png +share/icons/mate/256x256/mimetypes/contents2.png +share/icons/mate/256x256/mimetypes/deb.png +share/icons/mate/256x256/mimetypes/document.png +share/icons/mate/256x256/mimetypes/empty.png +share/icons/mate/256x256/mimetypes/exec.png +share/icons/mate/256x256/mimetypes/folder_tar.png +share/icons/mate/256x256/mimetypes/font-x-generic.png +share/icons/mate/256x256/mimetypes/font.png +share/icons/mate/256x256/mimetypes/font_bitmap.png +share/icons/mate/256x256/mimetypes/font_truetype.png +share/icons/mate/256x256/mimetypes/font_type1.png +share/icons/mate/256x256/mimetypes/gnome-fs-executable.png +share/icons/mate/256x256/mimetypes/gnome-fs-regular.icon +share/icons/mate/256x256/mimetypes/gnome-fs-regular.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-msword.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-zip.png +share/icons/mate/256x256/mimetypes/gnome-mime-audio.png +share/icons/mate/256x256/mimetypes/gnome-mime-image.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-html.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/256x256/mimetypes/gnome-mime-text.png +share/icons/mate/256x256/mimetypes/gnome-mime-video.png +share/icons/mate/256x256/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/256x256/mimetypes/gnome-package.png +share/icons/mate/256x256/mimetypes/gtk-file.icon +share/icons/mate/256x256/mimetypes/gtk-file.png +share/icons/mate/256x256/mimetypes/html.png +share/icons/mate/256x256/mimetypes/image-svg+xml-compressed.png +share/icons/mate/256x256/mimetypes/image-svg+xml.png +share/icons/mate/256x256/mimetypes/image-x-compressed-xcf.png +share/icons/mate/256x256/mimetypes/image-x-generic.png +share/icons/mate/256x256/mimetypes/image-x-xcf.png +share/icons/mate/256x256/mimetypes/image.png +share/icons/mate/256x256/mimetypes/kpresenter_kpr.png +share/icons/mate/256x256/mimetypes/mime_ascii.png +share/icons/mate/256x256/mimetypes/misc.png +share/icons/mate/256x256/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg-extension.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/256x256/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-text.png +share/icons/mate/256x256/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg3-extension.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/256x256/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg3-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-text.png +share/icons/mate/256x256/mimetypes/package-x-generic.png +share/icons/mate/256x256/mimetypes/package.png +share/icons/mate/256x256/mimetypes/package_editors.png +share/icons/mate/256x256/mimetypes/package_wordprocessing.png +share/icons/mate/256x256/mimetypes/rpm.png +share/icons/mate/256x256/mimetypes/shellscript.png +share/icons/mate/256x256/mimetypes/sound.png +share/icons/mate/256x256/mimetypes/spreadsheet.png +share/icons/mate/256x256/mimetypes/stock_addressbook.png +share/icons/mate/256x256/mimetypes/stock_script.png +share/icons/mate/256x256/mimetypes/tar.png +share/icons/mate/256x256/mimetypes/template_source.png +share/icons/mate/256x256/mimetypes/text-csv.png +share/icons/mate/256x256/mimetypes/text-html.png +share/icons/mate/256x256/mimetypes/text-x-authors.png +share/icons/mate/256x256/mimetypes/text-x-boo.png +share/icons/mate/256x256/mimetypes/text-x-c++hdr.png +share/icons/mate/256x256/mimetypes/text-x-c++src.png +share/icons/mate/256x256/mimetypes/text-x-changelog.png +share/icons/mate/256x256/mimetypes/text-x-chdr.png +share/icons/mate/256x256/mimetypes/text-x-csharp.png +share/icons/mate/256x256/mimetypes/text-x-csrc.png +share/icons/mate/256x256/mimetypes/text-x-generic-template.png +share/icons/mate/256x256/mimetypes/text-x-generic.png +share/icons/mate/256x256/mimetypes/text-x-install.png +share/icons/mate/256x256/mimetypes/text-x-java.png +share/icons/mate/256x256/mimetypes/text-x-log.png +share/icons/mate/256x256/mimetypes/text-x-makefile.png +share/icons/mate/256x256/mimetypes/text-x-opml+xml.png +share/icons/mate/256x256/mimetypes/text-x-patch.png +share/icons/mate/256x256/mimetypes/text-x-preview.icon +share/icons/mate/256x256/mimetypes/text-x-preview.png +share/icons/mate/256x256/mimetypes/text-x-python.png +share/icons/mate/256x256/mimetypes/text-x-readme.png +share/icons/mate/256x256/mimetypes/text-x-script.png +share/icons/mate/256x256/mimetypes/tgz.png +share/icons/mate/256x256/mimetypes/txt.png +share/icons/mate/256x256/mimetypes/txt2.png +share/icons/mate/256x256/mimetypes/unknown.png +share/icons/mate/256x256/mimetypes/vcard.png +share/icons/mate/256x256/mimetypes/video-x-generic.png +share/icons/mate/256x256/mimetypes/video.png +share/icons/mate/256x256/mimetypes/wordprocessing.png +share/icons/mate/256x256/mimetypes/www.png +share/icons/mate/256x256/mimetypes/x-office-address-book.png +share/icons/mate/256x256/mimetypes/x-office-document-template.png +share/icons/mate/256x256/mimetypes/x-office-document.png +share/icons/mate/256x256/mimetypes/x-office-drawing-template.png +share/icons/mate/256x256/mimetypes/x-office-drawing.png +share/icons/mate/256x256/mimetypes/x-office-presentation-template.png +share/icons/mate/256x256/mimetypes/x-office-presentation.png +share/icons/mate/256x256/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/x-office-spreadsheet.png +share/icons/mate/256x256/mimetypes/zip.png +share/icons/mate/256x256/places/application-x-gnome-saved-search.png +share/icons/mate/256x256/places/desktop.png +share/icons/mate/256x256/places/emptytrash.png +share/icons/mate/256x256/places/folder-documents.png +share/icons/mate/256x256/places/folder-download.png +share/icons/mate/256x256/places/folder-music.png +share/icons/mate/256x256/places/folder-pictures.png +share/icons/mate/256x256/places/folder-publicshare.png +share/icons/mate/256x256/places/folder-remote.png +share/icons/mate/256x256/places/folder-saved-search.png +share/icons/mate/256x256/places/folder-templates.png +share/icons/mate/256x256/places/folder-videos.png +share/icons/mate/256x256/places/folder.png +share/icons/mate/256x256/places/folder_home.png +share/icons/mate/256x256/places/gnome-fs-desktop.png +share/icons/mate/256x256/places/gnome-fs-directory.png +share/icons/mate/256x256/places/gnome-fs-ftp.png +share/icons/mate/256x256/places/gnome-fs-home.png +share/icons/mate/256x256/places/gnome-fs-network.png +share/icons/mate/256x256/places/gnome-fs-nfs.png +share/icons/mate/256x256/places/gnome-fs-server.png +share/icons/mate/256x256/places/gnome-fs-share.png +share/icons/mate/256x256/places/gnome-fs-smb.png +share/icons/mate/256x256/places/gnome-fs-ssh.png +share/icons/mate/256x256/places/gnome-fs-trash-empty.png +share/icons/mate/256x256/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/256x256/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/256x256/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/256x256/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/256x256/places/gnome-stock-trash.png +share/icons/mate/256x256/places/gtk-directory.png +share/icons/mate/256x256/places/gtk-network.png +share/icons/mate/256x256/places/inode-directory.png +share/icons/mate/256x256/places/network-server.png +share/icons/mate/256x256/places/network-workgroup.png +share/icons/mate/256x256/places/network.png +share/icons/mate/256x256/places/network_local.png +share/icons/mate/256x256/places/redhat-network-server.png +share/icons/mate/256x256/places/server.png +share/icons/mate/256x256/places/stock_folder.png +share/icons/mate/256x256/places/trashcan_empty.png +share/icons/mate/256x256/places/user-bookmarks.png +share/icons/mate/256x256/places/user-desktop.png +share/icons/mate/256x256/places/user-home.png +share/icons/mate/256x256/places/user-trash.png +share/icons/mate/256x256/places/xfce-trash_empty.png +share/icons/mate/256x256/status/appointment-missed.png +share/icons/mate/256x256/status/appointment-soon.png +share/icons/mate/256x256/status/audio-volume-high.png +share/icons/mate/256x256/status/audio-volume-low.png +share/icons/mate/256x256/status/audio-volume-medium.png +share/icons/mate/256x256/status/audio-volume-muted.png +share/icons/mate/256x256/status/avatar-default.png +share/icons/mate/256x256/status/battery-caution-charging.png +share/icons/mate/256x256/status/battery-caution.png +share/icons/mate/256x256/status/battery-empty.png +share/icons/mate/256x256/status/battery-full-charged.png +share/icons/mate/256x256/status/battery-full-charging.png +share/icons/mate/256x256/status/battery-full.png +share/icons/mate/256x256/status/battery-good-charging.png +share/icons/mate/256x256/status/battery-good.png +share/icons/mate/256x256/status/battery-low-charging.png +share/icons/mate/256x256/status/battery-low.png +share/icons/mate/256x256/status/battery-missing.png +share/icons/mate/256x256/status/connect_creating.png +share/icons/mate/256x256/status/connect_established.png +share/icons/mate/256x256/status/connect_no.png +share/icons/mate/256x256/status/dialog-error.png +share/icons/mate/256x256/status/dialog-information.png +share/icons/mate/256x256/status/dialog-question.png +share/icons/mate/256x256/status/dialog-warning.png +share/icons/mate/256x256/status/edittrash.png +share/icons/mate/256x256/status/error.png +share/icons/mate/256x256/status/folder-drag-accept.png +share/icons/mate/256x256/status/folder-open.png +share/icons/mate/256x256/status/folder-visiting.png +share/icons/mate/256x256/status/folder_open.png +share/icons/mate/256x256/status/gnome-fs-directory-accept.png +share/icons/mate/256x256/status/gnome-fs-directory-visiting.png +share/icons/mate/256x256/status/gnome-fs-loading-icon.png +share/icons/mate/256x256/status/gnome-fs-trash-full.png +share/icons/mate/256x256/status/gnome-netstatus-disconn.png +share/icons/mate/256x256/status/gnome-netstatus-error.png +share/icons/mate/256x256/status/gnome-netstatus-idle.png +share/icons/mate/256x256/status/gnome-netstatus-rx.png +share/icons/mate/256x256/status/gnome-netstatus-tx.png +share/icons/mate/256x256/status/gnome-netstatus-txrx.png +share/icons/mate/256x256/status/gnome-stock-trash-full.png +share/icons/mate/256x256/status/gtk-dialog-error.png +share/icons/mate/256x256/status/gtk-dialog-info.png +share/icons/mate/256x256/status/gtk-dialog-question.png +share/icons/mate/256x256/status/gtk-dialog-warning.png +share/icons/mate/256x256/status/gtk-missing-image.png +share/icons/mate/256x256/status/image-loading.png +share/icons/mate/256x256/status/image-missing.png +share/icons/mate/256x256/status/important.png +share/icons/mate/256x256/status/info.png +share/icons/mate/256x256/status/mail-read.png +share/icons/mate/256x256/status/messagebox_critical.png +share/icons/mate/256x256/status/messagebox_info.png +share/icons/mate/256x256/status/messagebox_warning.png +share/icons/mate/256x256/status/network-error.png +share/icons/mate/256x256/status/network-idle.png +share/icons/mate/256x256/status/network-offline.png +share/icons/mate/256x256/status/network-receive.png +share/icons/mate/256x256/status/network-transmit-receive.png +share/icons/mate/256x256/status/network-transmit.png +share/icons/mate/256x256/status/nm-adhoc.png +share/icons/mate/256x256/status/nm-device-wired.png +share/icons/mate/256x256/status/nm-device-wireless.png +share/icons/mate/256x256/status/nm-no-connection.png +share/icons/mate/256x256/status/printer-error.png +share/icons/mate/256x256/status/printer-printing.png +share/icons/mate/256x256/status/security-high.png +share/icons/mate/256x256/status/security-low.png +share/icons/mate/256x256/status/security-medium.png +share/icons/mate/256x256/status/software-update-available.png +share/icons/mate/256x256/status/software-update-urgent.png +share/icons/mate/256x256/status/stock_appointment-reminder-excl.png +share/icons/mate/256x256/status/stock_appointment-reminder.png +share/icons/mate/256x256/status/stock_dialog-error.png +share/icons/mate/256x256/status/stock_dialog-info.png +share/icons/mate/256x256/status/stock_dialog-question.png +share/icons/mate/256x256/status/stock_dialog-warning.png +share/icons/mate/256x256/status/stock_lock-broken.png +share/icons/mate/256x256/status/stock_lock-ok.png +share/icons/mate/256x256/status/stock_lock-open.png +share/icons/mate/256x256/status/stock_lock.png +share/icons/mate/256x256/status/stock_mail-open.png +share/icons/mate/256x256/status/stock_open.png +share/icons/mate/256x256/status/stock_trash_full.png +share/icons/mate/256x256/status/stock_volume-0.png +share/icons/mate/256x256/status/stock_volume-max.png +share/icons/mate/256x256/status/stock_volume-med.png +share/icons/mate/256x256/status/stock_volume-min.png +share/icons/mate/256x256/status/stock_volume-mute.png +share/icons/mate/256x256/status/stock_volume.png +share/icons/mate/256x256/status/trashcan_full.png +share/icons/mate/256x256/status/user-trash-full.png +share/icons/mate/256x256/status/xfce-trash_full.png +share/icons/mate/32x32/actions/add.png +share/icons/mate/32x32/actions/address-book-new.png +share/icons/mate/32x32/actions/application-exit.png +share/icons/mate/32x32/actions/appointment-new.png +share/icons/mate/32x32/actions/appointment.png +share/icons/mate/32x32/actions/back.png +share/icons/mate/32x32/actions/bookmark-new.png +share/icons/mate/32x32/actions/bookmark_add.png +share/icons/mate/32x32/actions/bookmarks_list_add.png +share/icons/mate/32x32/actions/bottom.png +share/icons/mate/32x32/actions/call-start.png +share/icons/mate/32x32/actions/call-stop.png +share/icons/mate/32x32/actions/centrejust.png +share/icons/mate/32x32/actions/contact-new.png +share/icons/mate/32x32/actions/document-new.png +share/icons/mate/32x32/actions/document-open-recent.png +share/icons/mate/32x32/actions/document-open.png +share/icons/mate/32x32/actions/document-page-setup.png +share/icons/mate/32x32/actions/document-print-preview.png +share/icons/mate/32x32/actions/document-print.png +share/icons/mate/32x32/actions/document-properties.png +share/icons/mate/32x32/actions/document-revert.png +share/icons/mate/32x32/actions/document-save-as.png +share/icons/mate/32x32/actions/document-save.png +share/icons/mate/32x32/actions/document-send.png +share/icons/mate/32x32/actions/down.png +share/icons/mate/32x32/actions/edit-clear.png +share/icons/mate/32x32/actions/edit-copy.png +share/icons/mate/32x32/actions/edit-cut.png +share/icons/mate/32x32/actions/edit-delete.png +share/icons/mate/32x32/actions/edit-find-replace.png +share/icons/mate/32x32/actions/edit-find.png +share/icons/mate/32x32/actions/edit-paste.png +share/icons/mate/32x32/actions/edit-redo.png +share/icons/mate/32x32/actions/edit-select-all.png +share/icons/mate/32x32/actions/edit-undo.png +share/icons/mate/32x32/actions/editclear.png +share/icons/mate/32x32/actions/editcopy.png +share/icons/mate/32x32/actions/editcut.png +share/icons/mate/32x32/actions/editdelete.png +share/icons/mate/32x32/actions/editpaste.png +share/icons/mate/32x32/actions/exit.png +share/icons/mate/32x32/actions/filefind.png +share/icons/mate/32x32/actions/filenew.png +share/icons/mate/32x32/actions/fileopen.png +share/icons/mate/32x32/actions/fileprint.png +share/icons/mate/32x32/actions/filequickprint.png +share/icons/mate/32x32/actions/filesave.png +share/icons/mate/32x32/actions/filesaveas.png +share/icons/mate/32x32/actions/find.png +share/icons/mate/32x32/actions/finish.png +share/icons/mate/32x32/actions/folder-new.png +share/icons/mate/32x32/actions/folder_new.png +share/icons/mate/32x32/actions/format-indent-less.png +share/icons/mate/32x32/actions/format-indent-more.png +share/icons/mate/32x32/actions/format-justify-center.png +share/icons/mate/32x32/actions/format-justify-fill.png +share/icons/mate/32x32/actions/format-justify-left.png +share/icons/mate/32x32/actions/format-justify-right.png +share/icons/mate/32x32/actions/format-text-bold.png +share/icons/mate/32x32/actions/format-text-direction-ltr.png +share/icons/mate/32x32/actions/format-text-direction-rtl.png +share/icons/mate/32x32/actions/format-text-italic.png +share/icons/mate/32x32/actions/format-text-strikethrough.png +share/icons/mate/32x32/actions/format-text-underline.png +share/icons/mate/32x32/actions/forward.png +share/icons/mate/32x32/actions/gnome-lockscreen.png +share/icons/mate/32x32/actions/gnome-logout.png +share/icons/mate/32x32/actions/gnome-run.png +share/icons/mate/32x32/actions/gnome-searchtool.png +share/icons/mate/32x32/actions/gnome-shutdown.png +share/icons/mate/32x32/actions/gnome-stock-mail-fwd.png +share/icons/mate/32x32/actions/gnome-stock-mail-new.png +share/icons/mate/32x32/actions/gnome-stock-mail-rpl.png +share/icons/mate/32x32/actions/gnome-stock-mail-snd.png +share/icons/mate/32x32/actions/gnome-stock-text-indent.png +share/icons/mate/32x32/actions/gnome-stock-text-unindent.png +share/icons/mate/32x32/actions/go-bottom.png +share/icons/mate/32x32/actions/go-down.png +share/icons/mate/32x32/actions/go-first.png +share/icons/mate/32x32/actions/go-home.png +share/icons/mate/32x32/actions/go-jump.png +share/icons/mate/32x32/actions/go-last.png +share/icons/mate/32x32/actions/go-next.png +share/icons/mate/32x32/actions/go-previous.png +share/icons/mate/32x32/actions/go-top.png +share/icons/mate/32x32/actions/go-up.png +share/icons/mate/32x32/actions/gohome.png +share/icons/mate/32x32/actions/gtk-about.png +share/icons/mate/32x32/actions/gtk-add.png +share/icons/mate/32x32/actions/gtk-bold.png +share/icons/mate/32x32/actions/gtk-cancel.png +share/icons/mate/32x32/actions/gtk-clear.png +share/icons/mate/32x32/actions/gtk-close.png +share/icons/mate/32x32/actions/gtk-copy.png +share/icons/mate/32x32/actions/gtk-cut.png +share/icons/mate/32x32/actions/gtk-delete.png +share/icons/mate/32x32/actions/gtk-execute.png +share/icons/mate/32x32/actions/gtk-find-and-replace.png +share/icons/mate/32x32/actions/gtk-find.png +share/icons/mate/32x32/actions/gtk-fullscreen.png +share/icons/mate/32x32/actions/gtk-go-back-ltr.png +share/icons/mate/32x32/actions/gtk-go-back-rtl.png +share/icons/mate/32x32/actions/gtk-go-down.png +share/icons/mate/32x32/actions/gtk-go-forward-ltr.png +share/icons/mate/32x32/actions/gtk-go-forward-rtl.png +share/icons/mate/32x32/actions/gtk-go-up.png +share/icons/mate/32x32/actions/gtk-goto-bottom.png +share/icons/mate/32x32/actions/gtk-goto-first-ltr.png +share/icons/mate/32x32/actions/gtk-goto-first-rtl.png +share/icons/mate/32x32/actions/gtk-goto-last-ltr.png +share/icons/mate/32x32/actions/gtk-goto-last-rtl.png +share/icons/mate/32x32/actions/gtk-goto-top.png +share/icons/mate/32x32/actions/gtk-help.png +share/icons/mate/32x32/actions/gtk-home.png +share/icons/mate/32x32/actions/gtk-indent-ltr.png +share/icons/mate/32x32/actions/gtk-indent-rtl.png +share/icons/mate/32x32/actions/gtk-italic.png +share/icons/mate/32x32/actions/gtk-jump-to-ltr.png +share/icons/mate/32x32/actions/gtk-jump-to-rtl.png +share/icons/mate/32x32/actions/gtk-justify-center.png +share/icons/mate/32x32/actions/gtk-justify-fill.png +share/icons/mate/32x32/actions/gtk-justify-left.png +share/icons/mate/32x32/actions/gtk-justify-right.png +share/icons/mate/32x32/actions/gtk-leave-fullscreen.png +share/icons/mate/32x32/actions/gtk-media-forward-ltr.png +share/icons/mate/32x32/actions/gtk-media-forward-rtl.png +share/icons/mate/32x32/actions/gtk-media-next-ltr.png +share/icons/mate/32x32/actions/gtk-media-next-rtl.png +share/icons/mate/32x32/actions/gtk-media-pause.png +share/icons/mate/32x32/actions/gtk-media-play-ltr.png +share/icons/mate/32x32/actions/gtk-media-previous-ltr.png +share/icons/mate/32x32/actions/gtk-media-previous-rtl.png +share/icons/mate/32x32/actions/gtk-media-record.png +share/icons/mate/32x32/actions/gtk-media-rewind-ltr.png +share/icons/mate/32x32/actions/gtk-media-rewind-rtl.png +share/icons/mate/32x32/actions/gtk-media-stop.png +share/icons/mate/32x32/actions/gtk-new.png +share/icons/mate/32x32/actions/gtk-open.png +share/icons/mate/32x32/actions/gtk-paste.png +share/icons/mate/32x32/actions/gtk-print-preview.png +share/icons/mate/32x32/actions/gtk-print.png +share/icons/mate/32x32/actions/gtk-properties.png +share/icons/mate/32x32/actions/gtk-quit.png +share/icons/mate/32x32/actions/gtk-redo-ltr.png +share/icons/mate/32x32/actions/gtk-refresh.png +share/icons/mate/32x32/actions/gtk-remove.png +share/icons/mate/32x32/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/32x32/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/32x32/actions/gtk-save-as.png +share/icons/mate/32x32/actions/gtk-save.png +share/icons/mate/32x32/actions/gtk-select-all.png +share/icons/mate/32x32/actions/gtk-sort-ascending.png +share/icons/mate/32x32/actions/gtk-sort-descending.png +share/icons/mate/32x32/actions/gtk-spell-check.png +share/icons/mate/32x32/actions/gtk-stop.png +share/icons/mate/32x32/actions/gtk-strikethrough.png +share/icons/mate/32x32/actions/gtk-underline.png +share/icons/mate/32x32/actions/gtk-undo-ltr.png +share/icons/mate/32x32/actions/gtk-unindent-ltr.png +share/icons/mate/32x32/actions/gtk-unindent-rtl.png +share/icons/mate/32x32/actions/gtk-zoom-100.png +share/icons/mate/32x32/actions/gtk-zoom-fit.png +share/icons/mate/32x32/actions/gtk-zoom-in.png +share/icons/mate/32x32/actions/gtk-zoom-out.png +share/icons/mate/32x32/actions/help-about.png +share/icons/mate/32x32/actions/help-contents.png +share/icons/mate/32x32/actions/help-faq.png +share/icons/mate/32x32/actions/help.png +share/icons/mate/32x32/actions/insert-image.png +share/icons/mate/32x32/actions/insert-link.png +share/icons/mate/32x32/actions/insert-object.png +share/icons/mate/32x32/actions/insert-text.png +share/icons/mate/32x32/actions/kfind.png +share/icons/mate/32x32/actions/kfm_home.png +share/icons/mate/32x32/actions/leftjust.png +share/icons/mate/32x32/actions/list-add.png +share/icons/mate/32x32/actions/list-remove.png +share/icons/mate/32x32/actions/lock.png +share/icons/mate/32x32/actions/mail-forward.png +share/icons/mate/32x32/actions/mail-mark-important.png +share/icons/mate/32x32/actions/mail-mark-junk.png +share/icons/mate/32x32/actions/mail-mark-notjunk.png +share/icons/mate/32x32/actions/mail-mark-read.png +share/icons/mate/32x32/actions/mail-mark-unread.png +share/icons/mate/32x32/actions/mail-message-new.png +share/icons/mate/32x32/actions/mail-reply-all.png +share/icons/mate/32x32/actions/mail-reply-sender.png +share/icons/mate/32x32/actions/mail-send-receive.png +share/icons/mate/32x32/actions/mail-send.png +share/icons/mate/32x32/actions/mail_forward.png +share/icons/mate/32x32/actions/mail_new.png +share/icons/mate/32x32/actions/mail_reply.png +share/icons/mate/32x32/actions/mail_replyall.png +share/icons/mate/32x32/actions/mail_send.png +share/icons/mate/32x32/actions/mail_spam.png +share/icons/mate/32x32/actions/media-eject.png +share/icons/mate/32x32/actions/media-playback-pause.png +share/icons/mate/32x32/actions/media-playback-start.png +share/icons/mate/32x32/actions/media-playback-stop.png +share/icons/mate/32x32/actions/media-record.png +share/icons/mate/32x32/actions/media-seek-backward.png +share/icons/mate/32x32/actions/media-seek-forward.png +share/icons/mate/32x32/actions/media-skip-backward.png +share/icons/mate/32x32/actions/media-skip-forward.png +share/icons/mate/32x32/actions/next.png +share/icons/mate/32x32/actions/object-flip-horizontal.png +share/icons/mate/32x32/actions/object-flip-vertical.png +share/icons/mate/32x32/actions/object-rotate-left.png +share/icons/mate/32x32/actions/object-rotate-right.png +share/icons/mate/32x32/actions/player_eject.png +share/icons/mate/32x32/actions/player_end.png +share/icons/mate/32x32/actions/player_fwd.png +share/icons/mate/32x32/actions/player_pause.png +share/icons/mate/32x32/actions/player_play.png +share/icons/mate/32x32/actions/player_record.png +share/icons/mate/32x32/actions/player_rew.png +share/icons/mate/32x32/actions/player_start.png +share/icons/mate/32x32/actions/player_stop.png +share/icons/mate/32x32/actions/previous.png +share/icons/mate/32x32/actions/process-stop.png +share/icons/mate/32x32/actions/redhat-home.png +share/icons/mate/32x32/actions/redo.png +share/icons/mate/32x32/actions/reload.png +share/icons/mate/32x32/actions/reload3.png +share/icons/mate/32x32/actions/reload_all_tabs.png +share/icons/mate/32x32/actions/reload_page.png +share/icons/mate/32x32/actions/remove.png +share/icons/mate/32x32/actions/revert.png +share/icons/mate/32x32/actions/rightjust.png +share/icons/mate/32x32/actions/search.png +share/icons/mate/32x32/actions/start.png +share/icons/mate/32x32/actions/stock_about.png +share/icons/mate/32x32/actions/stock_add-bookmark.png +share/icons/mate/32x32/actions/stock_bottom.png +share/icons/mate/32x32/actions/stock_close.png +share/icons/mate/32x32/actions/stock_copy.png +share/icons/mate/32x32/actions/stock_cut.png +share/icons/mate/32x32/actions/stock_delete.png +share/icons/mate/32x32/actions/stock_down.png +share/icons/mate/32x32/actions/stock_file-properites.png +share/icons/mate/32x32/actions/stock_first.png +share/icons/mate/32x32/actions/stock_fullscreen.png +share/icons/mate/32x32/actions/stock_help-add-bookmark.png +share/icons/mate/32x32/actions/stock_help.png +share/icons/mate/32x32/actions/stock_home.png +share/icons/mate/32x32/actions/stock_last.png +share/icons/mate/32x32/actions/stock_leave-fullscreen.png +share/icons/mate/32x32/actions/stock_left.png +share/icons/mate/32x32/actions/stock_mail-compose.png +share/icons/mate/32x32/actions/stock_mail-forward.png +share/icons/mate/32x32/actions/stock_mail-reply-to-all.png +share/icons/mate/32x32/actions/stock_mail-reply.png +share/icons/mate/32x32/actions/stock_mail-send-receive.png +share/icons/mate/32x32/actions/stock_mail-send.png +share/icons/mate/32x32/actions/stock_media-fwd.png +share/icons/mate/32x32/actions/stock_media-next.png +share/icons/mate/32x32/actions/stock_media-pause.png +share/icons/mate/32x32/actions/stock_media-play.png +share/icons/mate/32x32/actions/stock_media-prev.png +share/icons/mate/32x32/actions/stock_media-rec.png +share/icons/mate/32x32/actions/stock_media-rew.png +share/icons/mate/32x32/actions/stock_media-stop.png +share/icons/mate/32x32/actions/stock_new-address-book.png +share/icons/mate/32x32/actions/stock_new-appointment.png +share/icons/mate/32x32/actions/stock_new-bcard.png +share/icons/mate/32x32/actions/stock_new-dir.png +share/icons/mate/32x32/actions/stock_new-text.png +share/icons/mate/32x32/actions/stock_new-window.png +share/icons/mate/32x32/actions/stock_paste.png +share/icons/mate/32x32/actions/stock_print-preview.png +share/icons/mate/32x32/actions/stock_print-setup.png +share/icons/mate/32x32/actions/stock_print.png +share/icons/mate/32x32/actions/stock_properties.png +share/icons/mate/32x32/actions/stock_redo.png +share/icons/mate/32x32/actions/stock_refresh.png +share/icons/mate/32x32/actions/stock_right.png +share/icons/mate/32x32/actions/stock_save-as.png +share/icons/mate/32x32/actions/stock_save.png +share/icons/mate/32x32/actions/stock_search-and-replace.png +share/icons/mate/32x32/actions/stock_search.png +share/icons/mate/32x32/actions/stock_select-all.png +share/icons/mate/32x32/actions/stock_spam.png +share/icons/mate/32x32/actions/stock_spellcheck.png +share/icons/mate/32x32/actions/stock_stop.png +share/icons/mate/32x32/actions/stock_text-strikethrough.png +share/icons/mate/32x32/actions/stock_text_bold.png +share/icons/mate/32x32/actions/stock_text_center.png +share/icons/mate/32x32/actions/stock_text_indent.png +share/icons/mate/32x32/actions/stock_text_italic.png +share/icons/mate/32x32/actions/stock_text_justify.png +share/icons/mate/32x32/actions/stock_text_left.png +share/icons/mate/32x32/actions/stock_text_right.png +share/icons/mate/32x32/actions/stock_text_underlined.png +share/icons/mate/32x32/actions/stock_text_unindent.png +share/icons/mate/32x32/actions/stock_top.png +share/icons/mate/32x32/actions/stock_undo.png +share/icons/mate/32x32/actions/stock_up.png +share/icons/mate/32x32/actions/stock_zoom-1.png +share/icons/mate/32x32/actions/stock_zoom-in.png +share/icons/mate/32x32/actions/stock_zoom-out.png +share/icons/mate/32x32/actions/stock_zoom-page.png +share/icons/mate/32x32/actions/stop.png +share/icons/mate/32x32/actions/system-lock-screen.png +share/icons/mate/32x32/actions/system-log-out.png +share/icons/mate/32x32/actions/system-run.png +share/icons/mate/32x32/actions/system-search.png +share/icons/mate/32x32/actions/system-shutdown.png +share/icons/mate/32x32/actions/text_bold.png +share/icons/mate/32x32/actions/text_italic.png +share/icons/mate/32x32/actions/text_strike.png +share/icons/mate/32x32/actions/text_under.png +share/icons/mate/32x32/actions/tools-check-spelling.png +share/icons/mate/32x32/actions/top.png +share/icons/mate/32x32/actions/undo.png +share/icons/mate/32x32/actions/up.png +share/icons/mate/32x32/actions/view-fullscreen.png +share/icons/mate/32x32/actions/view-refresh.png +share/icons/mate/32x32/actions/view-restore.png +share/icons/mate/32x32/actions/view-sort-ascending.png +share/icons/mate/32x32/actions/view-sort-descending.png +share/icons/mate/32x32/actions/viewmag+.png +share/icons/mate/32x32/actions/viewmag-.png +share/icons/mate/32x32/actions/viewmag1.png +share/icons/mate/32x32/actions/viewmagfit.png +share/icons/mate/32x32/actions/window-close.png +share/icons/mate/32x32/actions/window-new.png +share/icons/mate/32x32/actions/window_fullscreen.png +share/icons/mate/32x32/actions/window_new.png +share/icons/mate/32x32/actions/window_nofullscreen.png +share/icons/mate/32x32/actions/xfce-system-exit.png +share/icons/mate/32x32/actions/xfce-system-lock.png +share/icons/mate/32x32/actions/zoom-best-fit.png +share/icons/mate/32x32/actions/zoom-fit-best.png +share/icons/mate/32x32/actions/zoom-in.png +share/icons/mate/32x32/actions/zoom-original.png +share/icons/mate/32x32/actions/zoom-out.png +share/icons/mate/32x32/animations/gnome-spinner.png +share/icons/mate/32x32/animations/process-working.png +share/icons/mate/32x32/apps/access.png +share/icons/mate/32x32/apps/accessibility-directory.png +share/icons/mate/32x32/apps/accessories-calculator.png +share/icons/mate/32x32/apps/accessories-character-map.png +share/icons/mate/32x32/apps/accessories-dictionary.png +share/icons/mate/32x32/apps/accessories-text-editor.png +share/icons/mate/32x32/apps/applets-screenshooter.png +share/icons/mate/32x32/apps/arts.png +share/icons/mate/32x32/apps/background.png +share/icons/mate/32x32/apps/calc.png +share/icons/mate/32x32/apps/config-language.png +share/icons/mate/32x32/apps/config-users.png +share/icons/mate/32x32/apps/dconf-editor.png +share/icons/mate/32x32/apps/file-manager.png +share/icons/mate/32x32/apps/fonts.png +share/icons/mate/32x32/apps/gnome-calculator.png +share/icons/mate/32x32/apps/gnome-character-map.png +share/icons/mate/32x32/apps/gnome-help.png +share/icons/mate/32x32/apps/gnome-mixer.png +share/icons/mate/32x32/apps/gnome-monitor.png +share/icons/mate/32x32/apps/gnome-remote-desktop.png +share/icons/mate/32x32/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/32x32/apps/gnome-settings-background.png +share/icons/mate/32x32/apps/gnome-settings-font.png +share/icons/mate/32x32/apps/gnome-settings-keybindings.png +share/icons/mate/32x32/apps/gnome-settings-theme.png +share/icons/mate/32x32/apps/gnome-terminal.png +share/icons/mate/32x32/apps/gnome-window-manager.png +share/icons/mate/32x32/apps/gucharmap.png +share/icons/mate/32x32/apps/help-browser.png +share/icons/mate/32x32/apps/kcalc.png +share/icons/mate/32x32/apps/kcharselect.png +share/icons/mate/32x32/apps/kcmkwm.png +share/icons/mate/32x32/apps/kcmsound.png +share/icons/mate/32x32/apps/kedit.png +share/icons/mate/32x32/apps/key_bindings.png +share/icons/mate/32x32/apps/kfm.png +share/icons/mate/32x32/apps/khelpcenter.png +share/icons/mate/32x32/apps/konsole.png +share/icons/mate/32x32/apps/krfb.png +share/icons/mate/32x32/apps/kscreensaver.png +share/icons/mate/32x32/apps/ksysguard.png +share/icons/mate/32x32/apps/kuser.png +share/icons/mate/32x32/apps/kwin.png +share/icons/mate/32x32/apps/locale.png +share/icons/mate/32x32/apps/logviewer.png +share/icons/mate/32x32/apps/mate.png +share/icons/mate/32x32/apps/multimedia-volume-control.png +share/icons/mate/32x32/apps/multimedia.png +share/icons/mate/32x32/apps/openterm.png +share/icons/mate/32x32/apps/preferences-desktop-accessibility.png +share/icons/mate/32x32/apps/preferences-desktop-default-applications.png +share/icons/mate/32x32/apps/preferences-desktop-display.png +share/icons/mate/32x32/apps/preferences-desktop-font.png +share/icons/mate/32x32/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/32x32/apps/preferences-desktop-keyboard.png +share/icons/mate/32x32/apps/preferences-desktop-locale.png +share/icons/mate/32x32/apps/preferences-desktop-remote-desktop.png +share/icons/mate/32x32/apps/preferences-desktop-screensaver.png +share/icons/mate/32x32/apps/preferences-desktop-theme.png +share/icons/mate/32x32/apps/preferences-desktop-wallpaper.png +share/icons/mate/32x32/apps/preferences-system-windows.png +share/icons/mate/32x32/apps/redhat-filemanager.png +share/icons/mate/32x32/apps/screensaver.png +share/icons/mate/32x32/apps/style.png +share/icons/mate/32x32/apps/susehelpcenter.png +share/icons/mate/32x32/apps/system-config-users.png +share/icons/mate/32x32/apps/system-file-manager.png +share/icons/mate/32x32/apps/system-software-install.png +share/icons/mate/32x32/apps/system-software-update.png +share/icons/mate/32x32/apps/system-users.png +share/icons/mate/32x32/apps/terminal.png +share/icons/mate/32x32/apps/text-editor.png +share/icons/mate/32x32/apps/update-manager.png +share/icons/mate/32x32/apps/user-info.png +share/icons/mate/32x32/apps/utilities-system-monitor.png +share/icons/mate/32x32/apps/utilities-terminal.png +share/icons/mate/32x32/apps/volume-knob.png +share/icons/mate/32x32/apps/wallpaper.png +share/icons/mate/32x32/apps/web-browser.png +share/icons/mate/32x32/apps/xfce-filemanager.png +share/icons/mate/32x32/apps/xfce-terminal.png +share/icons/mate/32x32/apps/xfce4-backdrop.png +share/icons/mate/32x32/apps/xfce4-mixer.png +share/icons/mate/32x32/apps/xfwm4.png +share/icons/mate/32x32/apps/xscreensaver.png +share/icons/mate/32x32/apps/zen-icon.png +share/icons/mate/32x32/categories/applications-accessories.png +share/icons/mate/32x32/categories/applications-development.png +share/icons/mate/32x32/categories/applications-engineering.png +share/icons/mate/32x32/categories/applications-games.png +share/icons/mate/32x32/categories/applications-graphics.png +share/icons/mate/32x32/categories/applications-internet.png +share/icons/mate/32x32/categories/applications-multimedia.png +share/icons/mate/32x32/categories/applications-office.png +share/icons/mate/32x32/categories/applications-other.png +share/icons/mate/32x32/categories/applications-science.png +share/icons/mate/32x32/categories/applications-system.png +share/icons/mate/32x32/categories/applications-utilities.png +share/icons/mate/32x32/categories/gnome-applications.png +share/icons/mate/32x32/categories/gnome-control-center.png +share/icons/mate/32x32/categories/gnome-devel.png +share/icons/mate/32x32/categories/gnome-globe.png +share/icons/mate/32x32/categories/gnome-graphics.png +share/icons/mate/32x32/categories/gnome-joystick.png +share/icons/mate/32x32/categories/gnome-multimedia.png +share/icons/mate/32x32/categories/gnome-other.png +share/icons/mate/32x32/categories/gnome-settings.png +share/icons/mate/32x32/categories/gnome-system.png +share/icons/mate/32x32/categories/gnome-util.png +share/icons/mate/32x32/categories/gtk-preferences.png +share/icons/mate/32x32/categories/input_devices_settings.png +share/icons/mate/32x32/categories/kcontrol.png +share/icons/mate/32x32/categories/package_development.png +share/icons/mate/32x32/categories/package_games.png +share/icons/mate/32x32/categories/package_graphics.png +share/icons/mate/32x32/categories/package_multimedia.png +share/icons/mate/32x32/categories/package_network.png +share/icons/mate/32x32/categories/package_office.png +share/icons/mate/32x32/categories/package_settings.png +share/icons/mate/32x32/categories/package_system.png +share/icons/mate/32x32/categories/package_utilities.png +share/icons/mate/32x32/categories/preferences-desktop-peripherals.png +share/icons/mate/32x32/categories/preferences-desktop-personal.png +share/icons/mate/32x32/categories/preferences-desktop.png +share/icons/mate/32x32/categories/preferences-other.png +share/icons/mate/32x32/categories/preferences-system-network.png +share/icons/mate/32x32/categories/preferences-system.png +share/icons/mate/32x32/categories/redhat-accessories.png +share/icons/mate/32x32/categories/redhat-games.png +share/icons/mate/32x32/categories/redhat-graphics.png +share/icons/mate/32x32/categories/redhat-internet.png +share/icons/mate/32x32/categories/redhat-office.png +share/icons/mate/32x32/categories/redhat-preferences.png +share/icons/mate/32x32/categories/redhat-programming.png +share/icons/mate/32x32/categories/redhat-sound_video.png +share/icons/mate/32x32/categories/redhat-system_settings.png +share/icons/mate/32x32/categories/redhat-system_tools.png +share/icons/mate/32x32/categories/stock_internet.png +share/icons/mate/32x32/categories/system-help.png +share/icons/mate/32x32/categories/xfce-games.png +share/icons/mate/32x32/categories/xfce-graphics.png +share/icons/mate/32x32/categories/xfce-internet.png +share/icons/mate/32x32/categories/xfce-multimedia.png +share/icons/mate/32x32/categories/xfce-office.png +share/icons/mate/32x32/categories/xfce-system-settings.png +share/icons/mate/32x32/categories/xfce-utils.png +share/icons/mate/32x32/categories/xfce4-settings.png +share/icons/mate/32x32/devices/3floppy_unmount.png +share/icons/mate/32x32/devices/ac-adapter.png +share/icons/mate/32x32/devices/audio-card.png +share/icons/mate/32x32/devices/audio-input-microphone.png +share/icons/mate/32x32/devices/battery.png +share/icons/mate/32x32/devices/camera-photo.png +share/icons/mate/32x32/devices/camera-video.png +share/icons/mate/32x32/devices/camera-web.png +share/icons/mate/32x32/devices/camera.png +share/icons/mate/32x32/devices/camera_unmount.png +share/icons/mate/32x32/devices/cdrom_unmount.png +share/icons/mate/32x32/devices/cdwriter_unmount.png +share/icons/mate/32x32/devices/chardevice.png +share/icons/mate/32x32/devices/computer.png +share/icons/mate/32x32/devices/display.png +share/icons/mate/32x32/devices/drive-cdrom.png +share/icons/mate/32x32/devices/drive-harddisk.png +share/icons/mate/32x32/devices/drive-optical.png +share/icons/mate/32x32/devices/drive-removable-media.png +share/icons/mate/32x32/devices/dvd_unmount.png +share/icons/mate/32x32/devices/gnome-dev-battery.png +share/icons/mate/32x32/devices/gnome-dev-cdrom-audio.png +share/icons/mate/32x32/devices/gnome-dev-cdrom.png +share/icons/mate/32x32/devices/gnome-dev-computer.png +share/icons/mate/32x32/devices/gnome-dev-disc-cdr.png +share/icons/mate/32x32/devices/gnome-dev-disc-cdrw.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdr.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdram.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/32x32/devices/gnome-dev-dvd.png +share/icons/mate/32x32/devices/gnome-dev-ethernet.png +share/icons/mate/32x32/devices/gnome-dev-floppy.png +share/icons/mate/32x32/devices/gnome-dev-harddisk-1394.png +share/icons/mate/32x32/devices/gnome-dev-harddisk-usb.png +share/icons/mate/32x32/devices/gnome-dev-harddisk.png +share/icons/mate/32x32/devices/gnome-dev-ipod.png +share/icons/mate/32x32/devices/gnome-dev-keyboard.png +share/icons/mate/32x32/devices/gnome-dev-media-cf.png +share/icons/mate/32x32/devices/gnome-dev-media-ms.png +share/icons/mate/32x32/devices/gnome-dev-media-sdmmc.png +share/icons/mate/32x32/devices/gnome-dev-media-sm.png +share/icons/mate/32x32/devices/gnome-dev-mouse-ball.png +share/icons/mate/32x32/devices/gnome-dev-mouse-optical.png +share/icons/mate/32x32/devices/gnome-dev-printer.png +share/icons/mate/32x32/devices/gnome-dev-removable-1394.png +share/icons/mate/32x32/devices/gnome-dev-removable-usb.png +share/icons/mate/32x32/devices/gnome-dev-removable.png +share/icons/mate/32x32/devices/gnome-dev-wavelan.png +share/icons/mate/32x32/devices/gnome-fs-client.png +share/icons/mate/32x32/devices/gnome-modem.png +share/icons/mate/32x32/devices/gnome-stock-mic.png +share/icons/mate/32x32/devices/gtk-cdrom.png +share/icons/mate/32x32/devices/gtk-floppy.png +share/icons/mate/32x32/devices/gtk-harddisk.png +share/icons/mate/32x32/devices/harddrive.png +share/icons/mate/32x32/devices/hdd_unmount.png +share/icons/mate/32x32/devices/input-gaming.png +share/icons/mate/32x32/devices/input-keyboard.png +share/icons/mate/32x32/devices/input-mouse.png +share/icons/mate/32x32/devices/input-tablet.png +share/icons/mate/32x32/devices/input-touchpad.png +share/icons/mate/32x32/devices/ipod_mount.png +share/icons/mate/32x32/devices/joystick.png +share/icons/mate/32x32/devices/keyboard.png +share/icons/mate/32x32/devices/kjobviewer.png +share/icons/mate/32x32/devices/kxkb.png +share/icons/mate/32x32/devices/media-cdrom.png +share/icons/mate/32x32/devices/media-flash.png +share/icons/mate/32x32/devices/media-floppy.png +share/icons/mate/32x32/devices/media-optical.png +share/icons/mate/32x32/devices/media-tape.png +share/icons/mate/32x32/devices/modem.png +share/icons/mate/32x32/devices/mouse.png +share/icons/mate/32x32/devices/multimedia-player.png +share/icons/mate/32x32/devices/network-wired.png +share/icons/mate/32x32/devices/network-wireless.png +share/icons/mate/32x32/devices/pda.png +share/icons/mate/32x32/devices/phone.png +share/icons/mate/32x32/devices/printer-remote.png +share/icons/mate/32x32/devices/printer.png +share/icons/mate/32x32/devices/printer1.png +share/icons/mate/32x32/devices/printmgr.png +share/icons/mate/32x32/devices/scanner.png +share/icons/mate/32x32/devices/stock_cell-phone.png +share/icons/mate/32x32/devices/stock_mic.png +share/icons/mate/32x32/devices/stock_printers.png +share/icons/mate/32x32/devices/system-floppy.png +share/icons/mate/32x32/devices/system.png +share/icons/mate/32x32/devices/usbpendrive_unmount.png +share/icons/mate/32x32/devices/video-display.png +share/icons/mate/32x32/devices/xfce-printer.png +share/icons/mate/32x32/devices/xfce4-display.png +share/icons/mate/32x32/devices/xfce4-keyboard.png +share/icons/mate/32x32/devices/xfce4-mouse.png +share/icons/mate/32x32/devices/yast_HD.png +share/icons/mate/32x32/devices/yast_idetude.png +share/icons/mate/32x32/devices/yast_joystick.png +share/icons/mate/32x32/devices/yast_mouse.png +share/icons/mate/32x32/devices/yast_printer.png +share/icons/mate/32x32/devices/yast_soundcard.png +share/icons/mate/32x32/emblems/emblem-default.png +share/icons/mate/32x32/emblems/emblem-documents.png +share/icons/mate/32x32/emblems/emblem-downloads.png +share/icons/mate/32x32/emblems/emblem-favorite.png +share/icons/mate/32x32/emblems/emblem-generic.png +share/icons/mate/32x32/emblems/emblem-important.png +share/icons/mate/32x32/emblems/emblem-mail.png +share/icons/mate/32x32/emblems/emblem-new.png +share/icons/mate/32x32/emblems/emblem-noread.png +share/icons/mate/32x32/emblems/emblem-nowrite.png +share/icons/mate/32x32/emblems/emblem-package.png +share/icons/mate/32x32/emblems/emblem-photos.png +share/icons/mate/32x32/emblems/emblem-readonly.png +share/icons/mate/32x32/emblems/emblem-shared.png +share/icons/mate/32x32/emblems/emblem-symbolic-link.png +share/icons/mate/32x32/emblems/emblem-synchronizing.png +share/icons/mate/32x32/emblems/emblem-system.png +share/icons/mate/32x32/emblems/emblem-unreadable.png +share/icons/mate/32x32/emblems/emblem-urgent.png +share/icons/mate/32x32/emblems/emblem-web.png +share/icons/mate/32x32/emotes/face-angel.png +share/icons/mate/32x32/emotes/face-angry.png +share/icons/mate/32x32/emotes/face-cool.png +share/icons/mate/32x32/emotes/face-crying.png +share/icons/mate/32x32/emotes/face-devilish.png +share/icons/mate/32x32/emotes/face-embarrassed.png +share/icons/mate/32x32/emotes/face-glasses.png +share/icons/mate/32x32/emotes/face-kiss.png +share/icons/mate/32x32/emotes/face-laugh.png +share/icons/mate/32x32/emotes/face-monkey.png +share/icons/mate/32x32/emotes/face-plain.png +share/icons/mate/32x32/emotes/face-raspberry.png +share/icons/mate/32x32/emotes/face-sad.png +share/icons/mate/32x32/emotes/face-sick.png +share/icons/mate/32x32/emotes/face-smile-big.png +share/icons/mate/32x32/emotes/face-smile.png +share/icons/mate/32x32/emotes/face-smirk.png +share/icons/mate/32x32/emotes/face-surprise.png +share/icons/mate/32x32/emotes/face-tired.png +share/icons/mate/32x32/emotes/face-uncertain.png +share/icons/mate/32x32/emotes/face-wink.png +share/icons/mate/32x32/emotes/face-worried.png +share/icons/mate/32x32/emotes/stock_smiley-1.png +share/icons/mate/32x32/emotes/stock_smiley-10.png +share/icons/mate/32x32/emotes/stock_smiley-11.png +share/icons/mate/32x32/emotes/stock_smiley-13.png +share/icons/mate/32x32/emotes/stock_smiley-15.png +share/icons/mate/32x32/emotes/stock_smiley-18.png +share/icons/mate/32x32/emotes/stock_smiley-2.png +share/icons/mate/32x32/emotes/stock_smiley-22.png +share/icons/mate/32x32/emotes/stock_smiley-3.png +share/icons/mate/32x32/emotes/stock_smiley-4.png +share/icons/mate/32x32/emotes/stock_smiley-5.png +share/icons/mate/32x32/emotes/stock_smiley-6.png +share/icons/mate/32x32/emotes/stock_smiley-7.png +share/icons/mate/32x32/emotes/stock_smiley-8.png +share/icons/mate/32x32/mimetypes/application-certificate.png +share/icons/mate/32x32/mimetypes/application-pdf.png +share/icons/mate/32x32/mimetypes/application-pgp-encrypted.png +share/icons/mate/32x32/mimetypes/application-rss+xml.png +share/icons/mate/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/32x32/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/32x32/mimetypes/application-x-bittorrent.png +share/icons/mate/32x32/mimetypes/application-x-blender.png +share/icons/mate/32x32/mimetypes/application-x-cd-image.png +share/icons/mate/32x32/mimetypes/application-x-desktop.png +share/icons/mate/32x32/mimetypes/application-x-executable.png +share/icons/mate/32x32/mimetypes/application-x-homebank.png +share/icons/mate/32x32/mimetypes/application-x-java-archive.png +share/icons/mate/32x32/mimetypes/application-x-java.png +share/icons/mate/32x32/mimetypes/application-x-javascript.png +share/icons/mate/32x32/mimetypes/application-x-keepass.png +share/icons/mate/32x32/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/32x32/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/32x32/mimetypes/application-x-package-list.png +share/icons/mate/32x32/mimetypes/application-x-perl.png +share/icons/mate/32x32/mimetypes/application-x-php.png +share/icons/mate/32x32/mimetypes/application-x-planner.png +share/icons/mate/32x32/mimetypes/application-x-python-bytecode.png +share/icons/mate/32x32/mimetypes/application-x-remote-connection.png +share/icons/mate/32x32/mimetypes/application-x-ruby.png +share/icons/mate/32x32/mimetypes/application-x-theme.png +share/icons/mate/32x32/mimetypes/application-x-vnc.png +share/icons/mate/32x32/mimetypes/ascii.png +share/icons/mate/32x32/mimetypes/audio-x-generic.png +share/icons/mate/32x32/mimetypes/binary.png +share/icons/mate/32x32/mimetypes/contents2.png +share/icons/mate/32x32/mimetypes/deb.png +share/icons/mate/32x32/mimetypes/document.png +share/icons/mate/32x32/mimetypes/empty.png +share/icons/mate/32x32/mimetypes/exec.png +share/icons/mate/32x32/mimetypes/folder_tar.png +share/icons/mate/32x32/mimetypes/font-x-generic.png +share/icons/mate/32x32/mimetypes/font.png +share/icons/mate/32x32/mimetypes/font_bitmap.png +share/icons/mate/32x32/mimetypes/font_truetype.png +share/icons/mate/32x32/mimetypes/font_type1.png +share/icons/mate/32x32/mimetypes/gnome-fs-executable.png +share/icons/mate/32x32/mimetypes/gnome-fs-regular.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-msword.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-zip.png +share/icons/mate/32x32/mimetypes/gnome-mime-audio.png +share/icons/mate/32x32/mimetypes/gnome-mime-image.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-html.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/32x32/mimetypes/gnome-mime-text.png +share/icons/mate/32x32/mimetypes/gnome-mime-video.png +share/icons/mate/32x32/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/32x32/mimetypes/gnome-package.png +share/icons/mate/32x32/mimetypes/gtk-file.png +share/icons/mate/32x32/mimetypes/html.png +share/icons/mate/32x32/mimetypes/image-svg+xml-compressed.png +share/icons/mate/32x32/mimetypes/image-svg+xml.png +share/icons/mate/32x32/mimetypes/image-x-compressed-xcf.png +share/icons/mate/32x32/mimetypes/image-x-generic.png +share/icons/mate/32x32/mimetypes/image-x-xcf.png +share/icons/mate/32x32/mimetypes/image.png +share/icons/mate/32x32/mimetypes/kpresenter_kpr.png +share/icons/mate/32x32/mimetypes/mime_ascii.png +share/icons/mate/32x32/mimetypes/misc.png +share/icons/mate/32x32/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg-extension.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/32x32/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-text.png +share/icons/mate/32x32/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg3-extension.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/32x32/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg3-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-text.png +share/icons/mate/32x32/mimetypes/package-x-generic.png +share/icons/mate/32x32/mimetypes/package.png +share/icons/mate/32x32/mimetypes/package_editors.png +share/icons/mate/32x32/mimetypes/package_wordprocessing.png +share/icons/mate/32x32/mimetypes/plan.png +share/icons/mate/32x32/mimetypes/rpm.png +share/icons/mate/32x32/mimetypes/shellscript.png +share/icons/mate/32x32/mimetypes/sound.png +share/icons/mate/32x32/mimetypes/spreadsheet.png +share/icons/mate/32x32/mimetypes/stock_addressbook.png +share/icons/mate/32x32/mimetypes/stock_calendar.png +share/icons/mate/32x32/mimetypes/stock_certificate.png +share/icons/mate/32x32/mimetypes/stock_script.png +share/icons/mate/32x32/mimetypes/tar.png +share/icons/mate/32x32/mimetypes/template_source.png +share/icons/mate/32x32/mimetypes/text-css.png +share/icons/mate/32x32/mimetypes/text-csv.png +share/icons/mate/32x32/mimetypes/text-html.png +share/icons/mate/32x32/mimetypes/text-x-apport.png +share/icons/mate/32x32/mimetypes/text-x-authors.png +share/icons/mate/32x32/mimetypes/text-x-boo.png +share/icons/mate/32x32/mimetypes/text-x-c++hdr.png +share/icons/mate/32x32/mimetypes/text-x-c++src.png +share/icons/mate/32x32/mimetypes/text-x-changelog.png +share/icons/mate/32x32/mimetypes/text-x-chdr.png +share/icons/mate/32x32/mimetypes/text-x-copying.png +share/icons/mate/32x32/mimetypes/text-x-csharp.png +share/icons/mate/32x32/mimetypes/text-x-csrc.png +share/icons/mate/32x32/mimetypes/text-x-generic-template.png +share/icons/mate/32x32/mimetypes/text-x-generic.png +share/icons/mate/32x32/mimetypes/text-x-install.png +share/icons/mate/32x32/mimetypes/text-x-java.png +share/icons/mate/32x32/mimetypes/text-x-log.png +share/icons/mate/32x32/mimetypes/text-x-makefile.png +share/icons/mate/32x32/mimetypes/text-x-opml+xml.png +share/icons/mate/32x32/mimetypes/text-x-patch.png +share/icons/mate/32x32/mimetypes/text-x-preview.png +share/icons/mate/32x32/mimetypes/text-x-python.png +share/icons/mate/32x32/mimetypes/text-x-readme.png +share/icons/mate/32x32/mimetypes/text-x-script.png +share/icons/mate/32x32/mimetypes/tgz.png +share/icons/mate/32x32/mimetypes/txt.png +share/icons/mate/32x32/mimetypes/txt2.png +share/icons/mate/32x32/mimetypes/unknown.png +share/icons/mate/32x32/mimetypes/vcalendar.png +share/icons/mate/32x32/mimetypes/vcard.png +share/icons/mate/32x32/mimetypes/video-x-generic.png +share/icons/mate/32x32/mimetypes/video.png +share/icons/mate/32x32/mimetypes/wordprocessing.png +share/icons/mate/32x32/mimetypes/www.png +share/icons/mate/32x32/mimetypes/x-office-address-book.png +share/icons/mate/32x32/mimetypes/x-office-calendar.png +share/icons/mate/32x32/mimetypes/x-office-document-template.png +share/icons/mate/32x32/mimetypes/x-office-document.png +share/icons/mate/32x32/mimetypes/x-office-drawing-template.png +share/icons/mate/32x32/mimetypes/x-office-drawing.png +share/icons/mate/32x32/mimetypes/x-office-presentation-template.png +share/icons/mate/32x32/mimetypes/x-office-presentation.png +share/icons/mate/32x32/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/x-office-spreadsheet.png +share/icons/mate/32x32/mimetypes/zip.png +share/icons/mate/32x32/places/application-x-gnome-saved-search.png +share/icons/mate/32x32/places/desktop.png +share/icons/mate/32x32/places/distributor-logo.png +share/icons/mate/32x32/places/emptytrash.png +share/icons/mate/32x32/places/folder-documents.png +share/icons/mate/32x32/places/folder-download.png +share/icons/mate/32x32/places/folder-music.png +share/icons/mate/32x32/places/folder-pictures.png +share/icons/mate/32x32/places/folder-publicshare.png +share/icons/mate/32x32/places/folder-remote.png +share/icons/mate/32x32/places/folder-saved-search.png +share/icons/mate/32x32/places/folder-templates.png +share/icons/mate/32x32/places/folder-videos.png +share/icons/mate/32x32/places/folder.png +share/icons/mate/32x32/places/folder_home.png +share/icons/mate/32x32/places/gnome-fs-desktop.png +share/icons/mate/32x32/places/gnome-fs-directory.png +share/icons/mate/32x32/places/gnome-fs-ftp.png +share/icons/mate/32x32/places/gnome-fs-home.png +share/icons/mate/32x32/places/gnome-fs-network.png +share/icons/mate/32x32/places/gnome-fs-nfs.png +share/icons/mate/32x32/places/gnome-fs-server.png +share/icons/mate/32x32/places/gnome-fs-share.png +share/icons/mate/32x32/places/gnome-fs-smb.png +share/icons/mate/32x32/places/gnome-fs-ssh.png +share/icons/mate/32x32/places/gnome-fs-trash-empty.png +share/icons/mate/32x32/places/gnome-main-menu.png +share/icons/mate/32x32/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/32x32/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/32x32/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/32x32/places/gnome-stock-trash.png +share/icons/mate/32x32/places/gtk-directory.png +share/icons/mate/32x32/places/gtk-network.png +share/icons/mate/32x32/places/inode-directory.png +share/icons/mate/32x32/places/network-server.png +share/icons/mate/32x32/places/network-workgroup.png +share/icons/mate/32x32/places/network.png +share/icons/mate/32x32/places/network_local.png +share/icons/mate/32x32/places/novell-button.png +share/icons/mate/32x32/places/redhat-network-server.png +share/icons/mate/32x32/places/server.png +share/icons/mate/32x32/places/start-here.png +share/icons/mate/32x32/places/stock_folder.png +share/icons/mate/32x32/places/trashcan_empty.png +share/icons/mate/32x32/places/user-bookmarks.png +share/icons/mate/32x32/places/user-desktop.png +share/icons/mate/32x32/places/user-home.png +share/icons/mate/32x32/places/user-trash.png +share/icons/mate/32x32/places/xfce-trash_empty.png +share/icons/mate/32x32/status/appointment-missed.png +share/icons/mate/32x32/status/appointment-soon.png +share/icons/mate/32x32/status/audio-volume-high.png +share/icons/mate/32x32/status/audio-volume-low.png +share/icons/mate/32x32/status/audio-volume-medium.png +share/icons/mate/32x32/status/audio-volume-muted.png +share/icons/mate/32x32/status/avatar-default.png +share/icons/mate/32x32/status/battery-caution-charging.png +share/icons/mate/32x32/status/battery-caution.png +share/icons/mate/32x32/status/battery-empty.png +share/icons/mate/32x32/status/battery-full-charged.png +share/icons/mate/32x32/status/battery-full-charging.png +share/icons/mate/32x32/status/battery-full.png +share/icons/mate/32x32/status/battery-good-charging.png +share/icons/mate/32x32/status/battery-good.png +share/icons/mate/32x32/status/battery-low-charging.png +share/icons/mate/32x32/status/battery-low.png +share/icons/mate/32x32/status/battery-missing.png +share/icons/mate/32x32/status/changes-allow.png +share/icons/mate/32x32/status/changes-prevent.png +share/icons/mate/32x32/status/connect_creating.png +share/icons/mate/32x32/status/connect_established.png +share/icons/mate/32x32/status/connect_no.png +share/icons/mate/32x32/status/dialog-error.png +share/icons/mate/32x32/status/dialog-information.png +share/icons/mate/32x32/status/dialog-password.png +share/icons/mate/32x32/status/dialog-question.png +share/icons/mate/32x32/status/dialog-warning.png +share/icons/mate/32x32/status/edittrash.png +share/icons/mate/32x32/status/error.png +share/icons/mate/32x32/status/folder-drag-accept.png +share/icons/mate/32x32/status/folder-open.png +share/icons/mate/32x32/status/folder-visiting.png +share/icons/mate/32x32/status/folder_open.png +share/icons/mate/32x32/status/gnome-fs-directory-accept.png +share/icons/mate/32x32/status/gnome-fs-directory-visiting.png +share/icons/mate/32x32/status/gnome-fs-loading-icon.png +share/icons/mate/32x32/status/gnome-fs-trash-full.png +share/icons/mate/32x32/status/gnome-netstatus-disconn.png +share/icons/mate/32x32/status/gnome-netstatus-error.png +share/icons/mate/32x32/status/gnome-netstatus-idle.png +share/icons/mate/32x32/status/gnome-netstatus-rx.png +share/icons/mate/32x32/status/gnome-netstatus-tx.png +share/icons/mate/32x32/status/gnome-netstatus-txrx.png +share/icons/mate/32x32/status/gnome-stock-trash-full.png +share/icons/mate/32x32/status/gtk-dialog-authentication.png +share/icons/mate/32x32/status/gtk-dialog-error.png +share/icons/mate/32x32/status/gtk-dialog-info.png +share/icons/mate/32x32/status/gtk-dialog-question.png +share/icons/mate/32x32/status/gtk-dialog-warning.png +share/icons/mate/32x32/status/gtk-missing-image.png +share/icons/mate/32x32/status/image-loading.png +share/icons/mate/32x32/status/image-missing.png +share/icons/mate/32x32/status/important.png +share/icons/mate/32x32/status/info.png +share/icons/mate/32x32/status/mail-attachment.png +share/icons/mate/32x32/status/mail-read.png +share/icons/mate/32x32/status/mail-replied.png +share/icons/mate/32x32/status/mail-unread.png +share/icons/mate/32x32/status/media-playlist-repeat.png +share/icons/mate/32x32/status/media-playlist-shuffle.png +share/icons/mate/32x32/status/messagebox_critical.png +share/icons/mate/32x32/status/messagebox_info.png +share/icons/mate/32x32/status/messagebox_warning.png +share/icons/mate/32x32/status/network-error.png +share/icons/mate/32x32/status/network-idle.png +share/icons/mate/32x32/status/network-offline.png +share/icons/mate/32x32/status/network-receive.png +share/icons/mate/32x32/status/network-transmit-receive.png +share/icons/mate/32x32/status/network-transmit.png +share/icons/mate/32x32/status/nm-adhoc.png +share/icons/mate/32x32/status/nm-device-wired.png +share/icons/mate/32x32/status/nm-device-wireless.png +share/icons/mate/32x32/status/nm-no-connection.png +share/icons/mate/32x32/status/printer-error.png +share/icons/mate/32x32/status/printer-printing.png +share/icons/mate/32x32/status/security-high.png +share/icons/mate/32x32/status/security-low.png +share/icons/mate/32x32/status/security-medium.png +share/icons/mate/32x32/status/software-update-available.png +share/icons/mate/32x32/status/software-update-urgent.png +share/icons/mate/32x32/status/stock_appointment-reminder-excl.png +share/icons/mate/32x32/status/stock_appointment-reminder.png +share/icons/mate/32x32/status/stock_attach.png +share/icons/mate/32x32/status/stock_dialog-error.png +share/icons/mate/32x32/status/stock_dialog-info.png +share/icons/mate/32x32/status/stock_dialog-question.png +share/icons/mate/32x32/status/stock_dialog-warning.png +share/icons/mate/32x32/status/stock_lock-broken.png +share/icons/mate/32x32/status/stock_lock-ok.png +share/icons/mate/32x32/status/stock_lock-open.png +share/icons/mate/32x32/status/stock_lock.png +share/icons/mate/32x32/status/stock_mail-open.png +share/icons/mate/32x32/status/stock_mail-replied.png +share/icons/mate/32x32/status/stock_mail-unread.png +share/icons/mate/32x32/status/stock_open.png +share/icons/mate/32x32/status/stock_repeat.png +share/icons/mate/32x32/status/stock_shuffle.png +share/icons/mate/32x32/status/stock_trash_full.png +share/icons/mate/32x32/status/stock_volume-0.png +share/icons/mate/32x32/status/stock_volume-max.png +share/icons/mate/32x32/status/stock_volume-med.png +share/icons/mate/32x32/status/stock_volume-min.png +share/icons/mate/32x32/status/stock_volume-mute.png +share/icons/mate/32x32/status/stock_volume.png +share/icons/mate/32x32/status/stock_weather-cloudy.png +share/icons/mate/32x32/status/stock_weather-few-clouds.png +share/icons/mate/32x32/status/stock_weather-fog.png +share/icons/mate/32x32/status/stock_weather-night-clear.png +share/icons/mate/32x32/status/stock_weather-night-few-clouds.png +share/icons/mate/32x32/status/stock_weather-showers.png +share/icons/mate/32x32/status/stock_weather-snow.png +share/icons/mate/32x32/status/stock_weather-storm.png +share/icons/mate/32x32/status/stock_weather-sunny.png +share/icons/mate/32x32/status/sunny.png +share/icons/mate/32x32/status/task-due.png +share/icons/mate/32x32/status/task-past-due.png +share/icons/mate/32x32/status/trashcan_full.png +share/icons/mate/32x32/status/user-available.png +share/icons/mate/32x32/status/user-away.png +share/icons/mate/32x32/status/user-busy.png +share/icons/mate/32x32/status/user-idle.png +share/icons/mate/32x32/status/user-invisible.png +share/icons/mate/32x32/status/user-offline.png +share/icons/mate/32x32/status/user-trash-full.png +share/icons/mate/32x32/status/weather-clear-night.png +share/icons/mate/32x32/status/weather-clear.png +share/icons/mate/32x32/status/weather-few-clouds-night.png +share/icons/mate/32x32/status/weather-few-clouds.png +share/icons/mate/32x32/status/weather-fog.png +share/icons/mate/32x32/status/weather-overcast.png +share/icons/mate/32x32/status/weather-severe-alert.png +share/icons/mate/32x32/status/weather-showers-scattered.png +share/icons/mate/32x32/status/weather-showers.png +share/icons/mate/32x32/status/weather-snow.png +share/icons/mate/32x32/status/weather-storm.png +share/icons/mate/32x32/status/xfce-trash_full.png +share/icons/mate/48x48/actions/add.png +share/icons/mate/48x48/actions/address-book-new.png +share/icons/mate/48x48/actions/application-exit.png +share/icons/mate/48x48/actions/appointment-new.png +share/icons/mate/48x48/actions/appointment.png +share/icons/mate/48x48/actions/back.png +share/icons/mate/48x48/actions/bookmark-new.png +share/icons/mate/48x48/actions/bookmark_add.png +share/icons/mate/48x48/actions/bookmarks_list_add.png +share/icons/mate/48x48/actions/bottom.png +share/icons/mate/48x48/actions/call-start.png +share/icons/mate/48x48/actions/call-stop.png +share/icons/mate/48x48/actions/centrejust.png +share/icons/mate/48x48/actions/contact-new.png +share/icons/mate/48x48/actions/document-new.png +share/icons/mate/48x48/actions/document-open-recent.png +share/icons/mate/48x48/actions/document-open.png +share/icons/mate/48x48/actions/document-page-setup.png +share/icons/mate/48x48/actions/document-print-preview.png +share/icons/mate/48x48/actions/document-print.png +share/icons/mate/48x48/actions/document-properties.png +share/icons/mate/48x48/actions/document-revert.png +share/icons/mate/48x48/actions/document-save-as.png +share/icons/mate/48x48/actions/document-save.png +share/icons/mate/48x48/actions/document-send.png +share/icons/mate/48x48/actions/down.png +share/icons/mate/48x48/actions/edit-clear.png +share/icons/mate/48x48/actions/edit-copy.png +share/icons/mate/48x48/actions/edit-cut.png +share/icons/mate/48x48/actions/edit-delete.png +share/icons/mate/48x48/actions/edit-find-replace.png +share/icons/mate/48x48/actions/edit-find.png +share/icons/mate/48x48/actions/edit-paste.png +share/icons/mate/48x48/actions/edit-redo.png +share/icons/mate/48x48/actions/edit-select-all.png +share/icons/mate/48x48/actions/edit-undo.png +share/icons/mate/48x48/actions/editclear.png +share/icons/mate/48x48/actions/editcopy.png +share/icons/mate/48x48/actions/editcut.png +share/icons/mate/48x48/actions/editdelete.png +share/icons/mate/48x48/actions/editpaste.png +share/icons/mate/48x48/actions/exit.png +share/icons/mate/48x48/actions/filefind.png +share/icons/mate/48x48/actions/filenew.png +share/icons/mate/48x48/actions/fileopen.png +share/icons/mate/48x48/actions/fileprint.png +share/icons/mate/48x48/actions/filequickprint.png +share/icons/mate/48x48/actions/filesave.png +share/icons/mate/48x48/actions/filesaveas.png +share/icons/mate/48x48/actions/find.png +share/icons/mate/48x48/actions/finish.png +share/icons/mate/48x48/actions/folder-new.png +share/icons/mate/48x48/actions/folder_new.png +share/icons/mate/48x48/actions/format-indent-less.png +share/icons/mate/48x48/actions/format-indent-more.png +share/icons/mate/48x48/actions/format-justify-center.png +share/icons/mate/48x48/actions/format-justify-fill.png +share/icons/mate/48x48/actions/format-justify-left.png +share/icons/mate/48x48/actions/format-justify-right.png +share/icons/mate/48x48/actions/format-text-bold.png +share/icons/mate/48x48/actions/format-text-direction-ltr.png +share/icons/mate/48x48/actions/format-text-direction-rtl.png +share/icons/mate/48x48/actions/format-text-italic.png +share/icons/mate/48x48/actions/format-text-strikethrough.png +share/icons/mate/48x48/actions/format-text-underline.png +share/icons/mate/48x48/actions/forward.png +share/icons/mate/48x48/actions/gnome-lockscreen.png +share/icons/mate/48x48/actions/gnome-logout.png +share/icons/mate/48x48/actions/gnome-run.png +share/icons/mate/48x48/actions/gnome-searchtool.png +share/icons/mate/48x48/actions/gnome-shutdown.png +share/icons/mate/48x48/actions/gnome-stock-mail-fwd.png +share/icons/mate/48x48/actions/gnome-stock-mail-new.png +share/icons/mate/48x48/actions/gnome-stock-mail-rpl.png +share/icons/mate/48x48/actions/gnome-stock-mail-snd.png +share/icons/mate/48x48/actions/gnome-stock-text-indent.png +share/icons/mate/48x48/actions/gnome-stock-text-unindent.png +share/icons/mate/48x48/actions/go-bottom.png +share/icons/mate/48x48/actions/go-down.png +share/icons/mate/48x48/actions/go-first.png +share/icons/mate/48x48/actions/go-home.png +share/icons/mate/48x48/actions/go-jump.png +share/icons/mate/48x48/actions/go-last.png +share/icons/mate/48x48/actions/go-next.png +share/icons/mate/48x48/actions/go-previous.png +share/icons/mate/48x48/actions/go-top.png +share/icons/mate/48x48/actions/go-up.png +share/icons/mate/48x48/actions/gohome.png +share/icons/mate/48x48/actions/gtk-about.png +share/icons/mate/48x48/actions/gtk-add.png +share/icons/mate/48x48/actions/gtk-bold.png +share/icons/mate/48x48/actions/gtk-cancel.png +share/icons/mate/48x48/actions/gtk-clear.png +share/icons/mate/48x48/actions/gtk-close.png +share/icons/mate/48x48/actions/gtk-copy.png +share/icons/mate/48x48/actions/gtk-cut.png +share/icons/mate/48x48/actions/gtk-delete.png +share/icons/mate/48x48/actions/gtk-execute.png +share/icons/mate/48x48/actions/gtk-find-and-replace.png +share/icons/mate/48x48/actions/gtk-find.png +share/icons/mate/48x48/actions/gtk-fullscreen.png +share/icons/mate/48x48/actions/gtk-go-back-ltr.png +share/icons/mate/48x48/actions/gtk-go-back-rtl.png +share/icons/mate/48x48/actions/gtk-go-down.png +share/icons/mate/48x48/actions/gtk-go-forward-ltr.png +share/icons/mate/48x48/actions/gtk-go-forward-rtl.png +share/icons/mate/48x48/actions/gtk-go-up.png +share/icons/mate/48x48/actions/gtk-goto-bottom.png +share/icons/mate/48x48/actions/gtk-goto-first-ltr.png +share/icons/mate/48x48/actions/gtk-goto-first-rtl.png +share/icons/mate/48x48/actions/gtk-goto-last-ltr.png +share/icons/mate/48x48/actions/gtk-goto-last-rtl.png +share/icons/mate/48x48/actions/gtk-goto-top.png +share/icons/mate/48x48/actions/gtk-help.png +share/icons/mate/48x48/actions/gtk-home.png +share/icons/mate/48x48/actions/gtk-indent-ltr.png +share/icons/mate/48x48/actions/gtk-indent-rtl.png +share/icons/mate/48x48/actions/gtk-italic.png +share/icons/mate/48x48/actions/gtk-jump-to-ltr.png +share/icons/mate/48x48/actions/gtk-jump-to-rtl.png +share/icons/mate/48x48/actions/gtk-justify-center.png +share/icons/mate/48x48/actions/gtk-justify-fill.png +share/icons/mate/48x48/actions/gtk-justify-left.png +share/icons/mate/48x48/actions/gtk-justify-right.png +share/icons/mate/48x48/actions/gtk-leave-fullscreen.png +share/icons/mate/48x48/actions/gtk-media-forward-ltr.png +share/icons/mate/48x48/actions/gtk-media-forward-rtl.png +share/icons/mate/48x48/actions/gtk-media-next-ltr.png +share/icons/mate/48x48/actions/gtk-media-next-rtl.png +share/icons/mate/48x48/actions/gtk-media-pause.png +share/icons/mate/48x48/actions/gtk-media-play-ltr.png +share/icons/mate/48x48/actions/gtk-media-previous-ltr.png +share/icons/mate/48x48/actions/gtk-media-previous-rtl.png +share/icons/mate/48x48/actions/gtk-media-record.png +share/icons/mate/48x48/actions/gtk-media-rewind-ltr.png +share/icons/mate/48x48/actions/gtk-media-rewind-rtl.png +share/icons/mate/48x48/actions/gtk-media-stop.png +share/icons/mate/48x48/actions/gtk-new.png +share/icons/mate/48x48/actions/gtk-open.png +share/icons/mate/48x48/actions/gtk-paste.png +share/icons/mate/48x48/actions/gtk-print-preview.png +share/icons/mate/48x48/actions/gtk-print.png +share/icons/mate/48x48/actions/gtk-properties.png +share/icons/mate/48x48/actions/gtk-quit.png +share/icons/mate/48x48/actions/gtk-redo-ltr.png +share/icons/mate/48x48/actions/gtk-refresh.png +share/icons/mate/48x48/actions/gtk-remove.png +share/icons/mate/48x48/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/48x48/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/48x48/actions/gtk-save-as.png +share/icons/mate/48x48/actions/gtk-save.png +share/icons/mate/48x48/actions/gtk-select-all.png +share/icons/mate/48x48/actions/gtk-sort-ascending.png +share/icons/mate/48x48/actions/gtk-sort-descending.png +share/icons/mate/48x48/actions/gtk-spell-check.png +share/icons/mate/48x48/actions/gtk-stop.png +share/icons/mate/48x48/actions/gtk-strikethrough.png +share/icons/mate/48x48/actions/gtk-underline.png +share/icons/mate/48x48/actions/gtk-undo-ltr.png +share/icons/mate/48x48/actions/gtk-unindent-ltr.png +share/icons/mate/48x48/actions/gtk-unindent-rtl.png +share/icons/mate/48x48/actions/gtk-zoom-100.png +share/icons/mate/48x48/actions/gtk-zoom-fit.png +share/icons/mate/48x48/actions/gtk-zoom-in.png +share/icons/mate/48x48/actions/gtk-zoom-out.png +share/icons/mate/48x48/actions/help-about.png +share/icons/mate/48x48/actions/help-contents.png +share/icons/mate/48x48/actions/help-faq.png +share/icons/mate/48x48/actions/help.png +share/icons/mate/48x48/actions/insert-image.png +share/icons/mate/48x48/actions/insert-link.png +share/icons/mate/48x48/actions/insert-object.png +share/icons/mate/48x48/actions/insert-text.png +share/icons/mate/48x48/actions/kfind.png +share/icons/mate/48x48/actions/kfm_home.png +share/icons/mate/48x48/actions/leftjust.png +share/icons/mate/48x48/actions/list-add.png +share/icons/mate/48x48/actions/list-remove.png +share/icons/mate/48x48/actions/lock.png +share/icons/mate/48x48/actions/mail-forward.png +share/icons/mate/48x48/actions/mail-mark-important.png +share/icons/mate/48x48/actions/mail-mark-junk.png +share/icons/mate/48x48/actions/mail-mark-notjunk.png +share/icons/mate/48x48/actions/mail-mark-read.png +share/icons/mate/48x48/actions/mail-mark-unread.png +share/icons/mate/48x48/actions/mail-message-new.png +share/icons/mate/48x48/actions/mail-reply-all.png +share/icons/mate/48x48/actions/mail-reply-sender.png +share/icons/mate/48x48/actions/mail-send-receive.png +share/icons/mate/48x48/actions/mail-send.png +share/icons/mate/48x48/actions/mail_forward.png +share/icons/mate/48x48/actions/mail_new.png +share/icons/mate/48x48/actions/mail_reply.png +share/icons/mate/48x48/actions/mail_replyall.png +share/icons/mate/48x48/actions/mail_send.png +share/icons/mate/48x48/actions/mail_spam.png +share/icons/mate/48x48/actions/media-eject.png +share/icons/mate/48x48/actions/media-playback-pause.png +share/icons/mate/48x48/actions/media-playback-start.png +share/icons/mate/48x48/actions/media-playback-stop.png +share/icons/mate/48x48/actions/media-record.png +share/icons/mate/48x48/actions/media-seek-backward.png +share/icons/mate/48x48/actions/media-seek-forward.png +share/icons/mate/48x48/actions/media-skip-backward.png +share/icons/mate/48x48/actions/media-skip-forward.png +share/icons/mate/48x48/actions/next.png +share/icons/mate/48x48/actions/object-flip-horizontal.png +share/icons/mate/48x48/actions/object-flip-vertical.png +share/icons/mate/48x48/actions/object-rotate-left.png +share/icons/mate/48x48/actions/object-rotate-right.png +share/icons/mate/48x48/actions/player_eject.png +share/icons/mate/48x48/actions/player_end.png +share/icons/mate/48x48/actions/player_fwd.png +share/icons/mate/48x48/actions/player_pause.png +share/icons/mate/48x48/actions/player_play.png +share/icons/mate/48x48/actions/player_record.png +share/icons/mate/48x48/actions/player_rew.png +share/icons/mate/48x48/actions/player_start.png +share/icons/mate/48x48/actions/player_stop.png +share/icons/mate/48x48/actions/previous.png +share/icons/mate/48x48/actions/process-stop.png +share/icons/mate/48x48/actions/redhat-home.png +share/icons/mate/48x48/actions/redo.png +share/icons/mate/48x48/actions/reload.png +share/icons/mate/48x48/actions/reload3.png +share/icons/mate/48x48/actions/reload_all_tabs.png +share/icons/mate/48x48/actions/reload_page.png +share/icons/mate/48x48/actions/remove.png +share/icons/mate/48x48/actions/revert.png +share/icons/mate/48x48/actions/rightjust.png +share/icons/mate/48x48/actions/search.png +share/icons/mate/48x48/actions/start.png +share/icons/mate/48x48/actions/stock_about.png +share/icons/mate/48x48/actions/stock_add-bookmark.png +share/icons/mate/48x48/actions/stock_bottom.png +share/icons/mate/48x48/actions/stock_close.png +share/icons/mate/48x48/actions/stock_copy.png +share/icons/mate/48x48/actions/stock_cut.png +share/icons/mate/48x48/actions/stock_delete.png +share/icons/mate/48x48/actions/stock_down.png +share/icons/mate/48x48/actions/stock_file-properites.png +share/icons/mate/48x48/actions/stock_first.png +share/icons/mate/48x48/actions/stock_fullscreen.png +share/icons/mate/48x48/actions/stock_help-add-bookmark.png +share/icons/mate/48x48/actions/stock_help.png +share/icons/mate/48x48/actions/stock_home.png +share/icons/mate/48x48/actions/stock_last.png +share/icons/mate/48x48/actions/stock_leave-fullscreen.png +share/icons/mate/48x48/actions/stock_left.png +share/icons/mate/48x48/actions/stock_mail-compose.png +share/icons/mate/48x48/actions/stock_mail-forward.png +share/icons/mate/48x48/actions/stock_mail-reply-to-all.png +share/icons/mate/48x48/actions/stock_mail-reply.png +share/icons/mate/48x48/actions/stock_mail-send-receive.png +share/icons/mate/48x48/actions/stock_mail-send.png +share/icons/mate/48x48/actions/stock_media-fwd.png +share/icons/mate/48x48/actions/stock_media-next.png +share/icons/mate/48x48/actions/stock_media-pause.png +share/icons/mate/48x48/actions/stock_media-play.png +share/icons/mate/48x48/actions/stock_media-prev.png +share/icons/mate/48x48/actions/stock_media-rec.png +share/icons/mate/48x48/actions/stock_media-rew.png +share/icons/mate/48x48/actions/stock_media-stop.png +share/icons/mate/48x48/actions/stock_new-address-book.png +share/icons/mate/48x48/actions/stock_new-appointment.png +share/icons/mate/48x48/actions/stock_new-bcard.png +share/icons/mate/48x48/actions/stock_new-dir.png +share/icons/mate/48x48/actions/stock_new-text.png +share/icons/mate/48x48/actions/stock_new-window.png +share/icons/mate/48x48/actions/stock_paste.png +share/icons/mate/48x48/actions/stock_print-preview.png +share/icons/mate/48x48/actions/stock_print-setup.png +share/icons/mate/48x48/actions/stock_print.png +share/icons/mate/48x48/actions/stock_properties.png +share/icons/mate/48x48/actions/stock_redo.png +share/icons/mate/48x48/actions/stock_refresh.png +share/icons/mate/48x48/actions/stock_right.png +share/icons/mate/48x48/actions/stock_save-as.png +share/icons/mate/48x48/actions/stock_save.png +share/icons/mate/48x48/actions/stock_search-and-replace.png +share/icons/mate/48x48/actions/stock_search.png +share/icons/mate/48x48/actions/stock_select-all.png +share/icons/mate/48x48/actions/stock_spam.png +share/icons/mate/48x48/actions/stock_spellcheck.png +share/icons/mate/48x48/actions/stock_stop.png +share/icons/mate/48x48/actions/stock_text-strikethrough.png +share/icons/mate/48x48/actions/stock_text_bold.png +share/icons/mate/48x48/actions/stock_text_center.png +share/icons/mate/48x48/actions/stock_text_indent.png +share/icons/mate/48x48/actions/stock_text_italic.png +share/icons/mate/48x48/actions/stock_text_justify.png +share/icons/mate/48x48/actions/stock_text_left.png +share/icons/mate/48x48/actions/stock_text_right.png +share/icons/mate/48x48/actions/stock_text_underlined.png +share/icons/mate/48x48/actions/stock_text_unindent.png +share/icons/mate/48x48/actions/stock_top.png +share/icons/mate/48x48/actions/stock_undo.png +share/icons/mate/48x48/actions/stock_up.png +share/icons/mate/48x48/actions/stock_zoom-1.png +share/icons/mate/48x48/actions/stock_zoom-in.png +share/icons/mate/48x48/actions/stock_zoom-out.png +share/icons/mate/48x48/actions/stock_zoom-page.png +share/icons/mate/48x48/actions/stop.png +share/icons/mate/48x48/actions/system-lock-screen.png +share/icons/mate/48x48/actions/system-log-out.png +share/icons/mate/48x48/actions/system-run.png +share/icons/mate/48x48/actions/system-search.png +share/icons/mate/48x48/actions/system-shutdown.png +share/icons/mate/48x48/actions/text_bold.png +share/icons/mate/48x48/actions/text_italic.png +share/icons/mate/48x48/actions/text_strike.png +share/icons/mate/48x48/actions/text_under.png +share/icons/mate/48x48/actions/tools-check-spelling.png +share/icons/mate/48x48/actions/top.png +share/icons/mate/48x48/actions/undo.png +share/icons/mate/48x48/actions/up.png +share/icons/mate/48x48/actions/view-fullscreen.png +share/icons/mate/48x48/actions/view-refresh.png +share/icons/mate/48x48/actions/view-restore.png +share/icons/mate/48x48/actions/view-sort-ascending.png +share/icons/mate/48x48/actions/view-sort-descending.png +share/icons/mate/48x48/actions/viewmag+.png +share/icons/mate/48x48/actions/viewmag-.png +share/icons/mate/48x48/actions/viewmag1.png +share/icons/mate/48x48/actions/viewmagfit.png +share/icons/mate/48x48/actions/window-close.png +share/icons/mate/48x48/actions/window-new.png +share/icons/mate/48x48/actions/window_fullscreen.png +share/icons/mate/48x48/actions/window_new.png +share/icons/mate/48x48/actions/window_nofullscreen.png +share/icons/mate/48x48/actions/xfce-system-exit.png +share/icons/mate/48x48/actions/xfce-system-lock.png +share/icons/mate/48x48/actions/zoom-best-fit.png +share/icons/mate/48x48/actions/zoom-fit-best.png +share/icons/mate/48x48/actions/zoom-in.png +share/icons/mate/48x48/actions/zoom-original.png +share/icons/mate/48x48/actions/zoom-out.png +share/icons/mate/48x48/animations/gnome-spinner.png +share/icons/mate/48x48/animations/process-working.png +share/icons/mate/48x48/apps/access.png +share/icons/mate/48x48/apps/accessibility-directory.png +share/icons/mate/48x48/apps/accessories-calculator.png +share/icons/mate/48x48/apps/accessories-character-map.png +share/icons/mate/48x48/apps/accessories-dictionary.png +share/icons/mate/48x48/apps/accessories-text-editor.png +share/icons/mate/48x48/apps/applets-screenshooter.png +share/icons/mate/48x48/apps/arts.png +share/icons/mate/48x48/apps/background.png +share/icons/mate/48x48/apps/calc.png +share/icons/mate/48x48/apps/config-language.png +share/icons/mate/48x48/apps/config-users.png +share/icons/mate/48x48/apps/dconf-editor.png +share/icons/mate/48x48/apps/file-manager.png +share/icons/mate/48x48/apps/fonts.png +share/icons/mate/48x48/apps/gnome-calculator.png +share/icons/mate/48x48/apps/gnome-character-map.png +share/icons/mate/48x48/apps/gnome-help.png +share/icons/mate/48x48/apps/gnome-mixer.png +share/icons/mate/48x48/apps/gnome-monitor.png +share/icons/mate/48x48/apps/gnome-remote-desktop.png +share/icons/mate/48x48/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/48x48/apps/gnome-settings-background.png +share/icons/mate/48x48/apps/gnome-settings-font.png +share/icons/mate/48x48/apps/gnome-settings-keybindings.png +share/icons/mate/48x48/apps/gnome-settings-theme.png +share/icons/mate/48x48/apps/gnome-terminal.png +share/icons/mate/48x48/apps/gnome-window-manager.png +share/icons/mate/48x48/apps/gucharmap.png +share/icons/mate/48x48/apps/help-browser.png +share/icons/mate/48x48/apps/kcalc.png +share/icons/mate/48x48/apps/kcharselect.png +share/icons/mate/48x48/apps/kcmkwm.png +share/icons/mate/48x48/apps/kcmsound.png +share/icons/mate/48x48/apps/kedit.png +share/icons/mate/48x48/apps/key_bindings.png +share/icons/mate/48x48/apps/kfm.png +share/icons/mate/48x48/apps/khelpcenter.png +share/icons/mate/48x48/apps/konsole.png +share/icons/mate/48x48/apps/krfb.png +share/icons/mate/48x48/apps/kscreensaver.png +share/icons/mate/48x48/apps/ksysguard.png +share/icons/mate/48x48/apps/kuser.png +share/icons/mate/48x48/apps/kwin.png +share/icons/mate/48x48/apps/locale.png +share/icons/mate/48x48/apps/logviewer.png +share/icons/mate/48x48/apps/mate.png +share/icons/mate/48x48/apps/multimedia-volume-control.png +share/icons/mate/48x48/apps/multimedia.png +share/icons/mate/48x48/apps/openterm.png +share/icons/mate/48x48/apps/preferences-desktop-accessibility.png +share/icons/mate/48x48/apps/preferences-desktop-default-applications.png +share/icons/mate/48x48/apps/preferences-desktop-display.png +share/icons/mate/48x48/apps/preferences-desktop-font.png +share/icons/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/48x48/apps/preferences-desktop-keyboard.png +share/icons/mate/48x48/apps/preferences-desktop-locale.png +share/icons/mate/48x48/apps/preferences-desktop-remote-desktop.png +share/icons/mate/48x48/apps/preferences-desktop-screensaver.png +share/icons/mate/48x48/apps/preferences-desktop-theme.png +share/icons/mate/48x48/apps/preferences-desktop-wallpaper.png +share/icons/mate/48x48/apps/preferences-system-windows.png +share/icons/mate/48x48/apps/redhat-filemanager.png +share/icons/mate/48x48/apps/screensaver.png +share/icons/mate/48x48/apps/style.png +share/icons/mate/48x48/apps/susehelpcenter.png +share/icons/mate/48x48/apps/system-config-users.png +share/icons/mate/48x48/apps/system-file-manager.png +share/icons/mate/48x48/apps/system-software-install.png +share/icons/mate/48x48/apps/system-software-update.png +share/icons/mate/48x48/apps/system-users.png +share/icons/mate/48x48/apps/terminal.png +share/icons/mate/48x48/apps/text-editor.png +share/icons/mate/48x48/apps/update-manager.png +share/icons/mate/48x48/apps/user-info.png +share/icons/mate/48x48/apps/utilities-system-monitor.png +share/icons/mate/48x48/apps/utilities-terminal.png +share/icons/mate/48x48/apps/visor.png +share/icons/mate/48x48/apps/volume-knob.png +share/icons/mate/48x48/apps/wallpaper.png +share/icons/mate/48x48/apps/web-browser.png +share/icons/mate/48x48/apps/xfce-filemanager.png +share/icons/mate/48x48/apps/xfce-terminal.png +share/icons/mate/48x48/apps/xfce4-backdrop.png +share/icons/mate/48x48/apps/xfce4-mixer.png +share/icons/mate/48x48/apps/xfwm4.png +share/icons/mate/48x48/apps/xscreensaver.png +share/icons/mate/48x48/apps/zen-icon.png +share/icons/mate/48x48/categories/applications-accessories.png +share/icons/mate/48x48/categories/applications-development.png +share/icons/mate/48x48/categories/applications-engineering.png +share/icons/mate/48x48/categories/applications-games.png +share/icons/mate/48x48/categories/applications-graphics.png +share/icons/mate/48x48/categories/applications-internet.png +share/icons/mate/48x48/categories/applications-multimedia.png +share/icons/mate/48x48/categories/applications-office.png +share/icons/mate/48x48/categories/applications-other.png +share/icons/mate/48x48/categories/applications-science.png +share/icons/mate/48x48/categories/applications-system.png +share/icons/mate/48x48/categories/applications-utilities.png +share/icons/mate/48x48/categories/gnome-applications.png +share/icons/mate/48x48/categories/gnome-control-center.png +share/icons/mate/48x48/categories/gnome-devel.png +share/icons/mate/48x48/categories/gnome-globe.png +share/icons/mate/48x48/categories/gnome-graphics.png +share/icons/mate/48x48/categories/gnome-joystick.png +share/icons/mate/48x48/categories/gnome-multimedia.png +share/icons/mate/48x48/categories/gnome-other.png +share/icons/mate/48x48/categories/gnome-settings.png +share/icons/mate/48x48/categories/gnome-system.png +share/icons/mate/48x48/categories/gnome-util.png +share/icons/mate/48x48/categories/gtk-preferences.png +share/icons/mate/48x48/categories/input_devices_settings.png +share/icons/mate/48x48/categories/kcontrol.png +share/icons/mate/48x48/categories/package_development.png +share/icons/mate/48x48/categories/package_games.png +share/icons/mate/48x48/categories/package_graphics.png +share/icons/mate/48x48/categories/package_multimedia.png +share/icons/mate/48x48/categories/package_network.png +share/icons/mate/48x48/categories/package_office.png +share/icons/mate/48x48/categories/package_settings.png +share/icons/mate/48x48/categories/package_system.png +share/icons/mate/48x48/categories/package_utilities.png +share/icons/mate/48x48/categories/preferences-desktop-peripherals.png +share/icons/mate/48x48/categories/preferences-desktop-personal.png +share/icons/mate/48x48/categories/preferences-desktop.png +share/icons/mate/48x48/categories/preferences-other.png +share/icons/mate/48x48/categories/preferences-system-network.png +share/icons/mate/48x48/categories/preferences-system.png +share/icons/mate/48x48/categories/redhat-accessories.png +share/icons/mate/48x48/categories/redhat-games.png +share/icons/mate/48x48/categories/redhat-graphics.png +share/icons/mate/48x48/categories/redhat-internet.png +share/icons/mate/48x48/categories/redhat-office.png +share/icons/mate/48x48/categories/redhat-preferences.png +share/icons/mate/48x48/categories/redhat-programming.png +share/icons/mate/48x48/categories/redhat-sound_video.png +share/icons/mate/48x48/categories/redhat-system_settings.png +share/icons/mate/48x48/categories/redhat-system_tools.png +share/icons/mate/48x48/categories/stock_internet.png +share/icons/mate/48x48/categories/system-help.png +share/icons/mate/48x48/categories/xfce-games.png +share/icons/mate/48x48/categories/xfce-graphics.png +share/icons/mate/48x48/categories/xfce-internet.png +share/icons/mate/48x48/categories/xfce-multimedia.png +share/icons/mate/48x48/categories/xfce-office.png +share/icons/mate/48x48/categories/xfce-system-settings.png +share/icons/mate/48x48/categories/xfce-utils.png +share/icons/mate/48x48/categories/xfce4-settings.png +share/icons/mate/48x48/devices/3floppy_unmount.png +share/icons/mate/48x48/devices/ac-adapter.png +share/icons/mate/48x48/devices/audio-card.png +share/icons/mate/48x48/devices/audio-input-microphone.png +share/icons/mate/48x48/devices/battery.png +share/icons/mate/48x48/devices/camera-photo.png +share/icons/mate/48x48/devices/camera-video.png +share/icons/mate/48x48/devices/camera-web.png +share/icons/mate/48x48/devices/camera.png +share/icons/mate/48x48/devices/camera_unmount.png +share/icons/mate/48x48/devices/cdrom_unmount.png +share/icons/mate/48x48/devices/cdwriter_unmount.png +share/icons/mate/48x48/devices/chardevice.png +share/icons/mate/48x48/devices/computer.png +share/icons/mate/48x48/devices/display.png +share/icons/mate/48x48/devices/drive-cdrom.png +share/icons/mate/48x48/devices/drive-harddisk.png +share/icons/mate/48x48/devices/drive-optical.png +share/icons/mate/48x48/devices/drive-removable-media.png +share/icons/mate/48x48/devices/dvd_unmount.png +share/icons/mate/48x48/devices/gnome-dev-battery.png +share/icons/mate/48x48/devices/gnome-dev-cdrom-audio.png +share/icons/mate/48x48/devices/gnome-dev-cdrom.png +share/icons/mate/48x48/devices/gnome-dev-computer.png +share/icons/mate/48x48/devices/gnome-dev-disc-cdr.png +share/icons/mate/48x48/devices/gnome-dev-disc-cdrw.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdr.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdram.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/48x48/devices/gnome-dev-dvd.png +share/icons/mate/48x48/devices/gnome-dev-ethernet.png +share/icons/mate/48x48/devices/gnome-dev-floppy.png +share/icons/mate/48x48/devices/gnome-dev-harddisk-1394.png +share/icons/mate/48x48/devices/gnome-dev-harddisk-usb.png +share/icons/mate/48x48/devices/gnome-dev-harddisk.png +share/icons/mate/48x48/devices/gnome-dev-ipod.png +share/icons/mate/48x48/devices/gnome-dev-keyboard.png +share/icons/mate/48x48/devices/gnome-dev-media-cf.png +share/icons/mate/48x48/devices/gnome-dev-media-ms.png +share/icons/mate/48x48/devices/gnome-dev-media-sdmmc.png +share/icons/mate/48x48/devices/gnome-dev-media-sm.png +share/icons/mate/48x48/devices/gnome-dev-mouse-ball.png +share/icons/mate/48x48/devices/gnome-dev-mouse-optical.png +share/icons/mate/48x48/devices/gnome-dev-printer.png +share/icons/mate/48x48/devices/gnome-dev-removable-1394.png +share/icons/mate/48x48/devices/gnome-dev-removable-usb.png +share/icons/mate/48x48/devices/gnome-dev-removable.png +share/icons/mate/48x48/devices/gnome-dev-wavelan.png +share/icons/mate/48x48/devices/gnome-fs-client.png +share/icons/mate/48x48/devices/gnome-modem.png +share/icons/mate/48x48/devices/gnome-stock-mic.png +share/icons/mate/48x48/devices/gtk-cdrom.png +share/icons/mate/48x48/devices/gtk-floppy.png +share/icons/mate/48x48/devices/gtk-harddisk.png +share/icons/mate/48x48/devices/harddrive.png +share/icons/mate/48x48/devices/hdd_unmount.png +share/icons/mate/48x48/devices/input-gaming.png +share/icons/mate/48x48/devices/input-keyboard.png +share/icons/mate/48x48/devices/input-mouse.png +share/icons/mate/48x48/devices/input-tablet.png +share/icons/mate/48x48/devices/input-touchpad.png +share/icons/mate/48x48/devices/ipod_mount.png +share/icons/mate/48x48/devices/joystick.png +share/icons/mate/48x48/devices/keyboard.png +share/icons/mate/48x48/devices/kjobviewer.png +share/icons/mate/48x48/devices/kxkb.png +share/icons/mate/48x48/devices/media-cdrom.png +share/icons/mate/48x48/devices/media-flash.png +share/icons/mate/48x48/devices/media-floppy.png +share/icons/mate/48x48/devices/media-optical.png +share/icons/mate/48x48/devices/media-tape.png +share/icons/mate/48x48/devices/modem.png +share/icons/mate/48x48/devices/mouse.png +share/icons/mate/48x48/devices/multimedia-player.png +share/icons/mate/48x48/devices/network-wired.png +share/icons/mate/48x48/devices/network-wireless.png +share/icons/mate/48x48/devices/pda.png +share/icons/mate/48x48/devices/phone.png +share/icons/mate/48x48/devices/printer-remote.png +share/icons/mate/48x48/devices/printer.png +share/icons/mate/48x48/devices/printer1.png +share/icons/mate/48x48/devices/printmgr.png +share/icons/mate/48x48/devices/scanner.png +share/icons/mate/48x48/devices/stock_cell-phone.png +share/icons/mate/48x48/devices/stock_mic.png +share/icons/mate/48x48/devices/stock_printers.png +share/icons/mate/48x48/devices/system-floppy.png +share/icons/mate/48x48/devices/system.png +share/icons/mate/48x48/devices/usbpendrive_unmount.png +share/icons/mate/48x48/devices/video-display.png +share/icons/mate/48x48/devices/xfce-printer.png +share/icons/mate/48x48/devices/xfce4-display.png +share/icons/mate/48x48/devices/xfce4-keyboard.png +share/icons/mate/48x48/devices/xfce4-mouse.png +share/icons/mate/48x48/devices/yast_HD.png +share/icons/mate/48x48/devices/yast_idetude.png +share/icons/mate/48x48/devices/yast_joystick.png +share/icons/mate/48x48/devices/yast_mouse.png +share/icons/mate/48x48/devices/yast_printer.png +share/icons/mate/48x48/devices/yast_soundcard.png +share/icons/mate/48x48/emblems/emblem-default.png +share/icons/mate/48x48/emblems/emblem-desktop.png +share/icons/mate/48x48/emblems/emblem-documents.png +share/icons/mate/48x48/emblems/emblem-downloads.png +share/icons/mate/48x48/emblems/emblem-favorite.png +share/icons/mate/48x48/emblems/emblem-generic.png +share/icons/mate/48x48/emblems/emblem-important.png +share/icons/mate/48x48/emblems/emblem-mail.png +share/icons/mate/48x48/emblems/emblem-new.png +share/icons/mate/48x48/emblems/emblem-noread.png +share/icons/mate/48x48/emblems/emblem-nowrite.png +share/icons/mate/48x48/emblems/emblem-package.png +share/icons/mate/48x48/emblems/emblem-photos.png +share/icons/mate/48x48/emblems/emblem-readonly.png +share/icons/mate/48x48/emblems/emblem-shared.png +share/icons/mate/48x48/emblems/emblem-symbolic-link.png +share/icons/mate/48x48/emblems/emblem-synchronizing.png +share/icons/mate/48x48/emblems/emblem-system.png +share/icons/mate/48x48/emblems/emblem-unreadable.png +share/icons/mate/48x48/emblems/emblem-urgent.png +share/icons/mate/48x48/emblems/emblem-web.png +share/icons/mate/48x48/emotes/face-angel.png +share/icons/mate/48x48/emotes/face-angry.png +share/icons/mate/48x48/emotes/face-cool.png +share/icons/mate/48x48/emotes/face-crying.png +share/icons/mate/48x48/emotes/face-devilish.png +share/icons/mate/48x48/emotes/face-embarrassed.png +share/icons/mate/48x48/emotes/face-glasses.png +share/icons/mate/48x48/emotes/face-kiss.png +share/icons/mate/48x48/emotes/face-laugh.png +share/icons/mate/48x48/emotes/face-monkey.png +share/icons/mate/48x48/emotes/face-plain.png +share/icons/mate/48x48/emotes/face-raspberry.png +share/icons/mate/48x48/emotes/face-sad.png +share/icons/mate/48x48/emotes/face-sick.png +share/icons/mate/48x48/emotes/face-smile-big.png +share/icons/mate/48x48/emotes/face-smile.png +share/icons/mate/48x48/emotes/face-smirk.png +share/icons/mate/48x48/emotes/face-surprise.png +share/icons/mate/48x48/emotes/face-tired.png +share/icons/mate/48x48/emotes/face-uncertain.png +share/icons/mate/48x48/emotes/face-wink.png +share/icons/mate/48x48/emotes/face-worried.png +share/icons/mate/48x48/emotes/stock_smiley-1.png +share/icons/mate/48x48/emotes/stock_smiley-10.png +share/icons/mate/48x48/emotes/stock_smiley-11.png +share/icons/mate/48x48/emotes/stock_smiley-13.png +share/icons/mate/48x48/emotes/stock_smiley-15.png +share/icons/mate/48x48/emotes/stock_smiley-18.png +share/icons/mate/48x48/emotes/stock_smiley-2.png +share/icons/mate/48x48/emotes/stock_smiley-22.png +share/icons/mate/48x48/emotes/stock_smiley-3.png +share/icons/mate/48x48/emotes/stock_smiley-4.png +share/icons/mate/48x48/emotes/stock_smiley-5.png +share/icons/mate/48x48/emotes/stock_smiley-6.png +share/icons/mate/48x48/emotes/stock_smiley-7.png +share/icons/mate/48x48/emotes/stock_smiley-8.png +share/icons/mate/48x48/mimetypes/application-certificate.png +share/icons/mate/48x48/mimetypes/application-pdf.png +share/icons/mate/48x48/mimetypes/application-pgp-encrypted.png +share/icons/mate/48x48/mimetypes/application-rss+xml.png +share/icons/mate/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/48x48/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/48x48/mimetypes/application-x-bittorrent.png +share/icons/mate/48x48/mimetypes/application-x-blender.png +share/icons/mate/48x48/mimetypes/application-x-cd-image.png +share/icons/mate/48x48/mimetypes/application-x-desktop.png +share/icons/mate/48x48/mimetypes/application-x-executable.png +share/icons/mate/48x48/mimetypes/application-x-homebank.png +share/icons/mate/48x48/mimetypes/application-x-java-archive.png +share/icons/mate/48x48/mimetypes/application-x-java.png +share/icons/mate/48x48/mimetypes/application-x-javascript.png +share/icons/mate/48x48/mimetypes/application-x-keepass.png +share/icons/mate/48x48/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/48x48/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/48x48/mimetypes/application-x-package-list.png +share/icons/mate/48x48/mimetypes/application-x-perl.png +share/icons/mate/48x48/mimetypes/application-x-php.png +share/icons/mate/48x48/mimetypes/application-x-planner.png +share/icons/mate/48x48/mimetypes/application-x-python-bytecode.png +share/icons/mate/48x48/mimetypes/application-x-remote-connection.png +share/icons/mate/48x48/mimetypes/application-x-ruby.png +share/icons/mate/48x48/mimetypes/application-x-theme.png +share/icons/mate/48x48/mimetypes/application-x-vnc.png +share/icons/mate/48x48/mimetypes/ascii.png +share/icons/mate/48x48/mimetypes/audio-x-generic.png +share/icons/mate/48x48/mimetypes/binary.png +share/icons/mate/48x48/mimetypes/contents2.png +share/icons/mate/48x48/mimetypes/deb.png +share/icons/mate/48x48/mimetypes/document.png +share/icons/mate/48x48/mimetypes/empty.png +share/icons/mate/48x48/mimetypes/exec.png +share/icons/mate/48x48/mimetypes/folder_tar.png +share/icons/mate/48x48/mimetypes/font-x-generic.png +share/icons/mate/48x48/mimetypes/font.png +share/icons/mate/48x48/mimetypes/font_bitmap.png +share/icons/mate/48x48/mimetypes/font_truetype.png +share/icons/mate/48x48/mimetypes/font_type1.png +share/icons/mate/48x48/mimetypes/gnome-fs-executable.png +share/icons/mate/48x48/mimetypes/gnome-fs-regular.icon +share/icons/mate/48x48/mimetypes/gnome-fs-regular.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-msword.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-zip.png +share/icons/mate/48x48/mimetypes/gnome-mime-audio.png +share/icons/mate/48x48/mimetypes/gnome-mime-image.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-html.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/48x48/mimetypes/gnome-mime-text.png +share/icons/mate/48x48/mimetypes/gnome-mime-video.png +share/icons/mate/48x48/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/48x48/mimetypes/gnome-package.png +share/icons/mate/48x48/mimetypes/gtk-file.icon +share/icons/mate/48x48/mimetypes/gtk-file.png +share/icons/mate/48x48/mimetypes/html.png +share/icons/mate/48x48/mimetypes/image-svg+xml-compressed.png +share/icons/mate/48x48/mimetypes/image-svg+xml.png +share/icons/mate/48x48/mimetypes/image-x-compressed-xcf.png +share/icons/mate/48x48/mimetypes/image-x-generic.png +share/icons/mate/48x48/mimetypes/image-x-xcf.png +share/icons/mate/48x48/mimetypes/image.png +share/icons/mate/48x48/mimetypes/kpresenter_kpr.png +share/icons/mate/48x48/mimetypes/mime_ascii.png +share/icons/mate/48x48/mimetypes/misc.png +share/icons/mate/48x48/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg-extension.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/48x48/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-text.png +share/icons/mate/48x48/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg3-extension.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/48x48/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg3-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-text.png +share/icons/mate/48x48/mimetypes/package-x-generic.png +share/icons/mate/48x48/mimetypes/package.png +share/icons/mate/48x48/mimetypes/package_editors.png +share/icons/mate/48x48/mimetypes/package_wordprocessing.png +share/icons/mate/48x48/mimetypes/plan.png +share/icons/mate/48x48/mimetypes/rpm.png +share/icons/mate/48x48/mimetypes/shellscript.png +share/icons/mate/48x48/mimetypes/sound.png +share/icons/mate/48x48/mimetypes/spreadsheet.png +share/icons/mate/48x48/mimetypes/stock_addressbook.png +share/icons/mate/48x48/mimetypes/stock_calendar.png +share/icons/mate/48x48/mimetypes/stock_certificate.png +share/icons/mate/48x48/mimetypes/stock_script.png +share/icons/mate/48x48/mimetypes/tar.png +share/icons/mate/48x48/mimetypes/template_source.png +share/icons/mate/48x48/mimetypes/text-css.png +share/icons/mate/48x48/mimetypes/text-csv.png +share/icons/mate/48x48/mimetypes/text-html.png +share/icons/mate/48x48/mimetypes/text-x-apport.png +share/icons/mate/48x48/mimetypes/text-x-authors.png +share/icons/mate/48x48/mimetypes/text-x-boo.png +share/icons/mate/48x48/mimetypes/text-x-c++hdr.png +share/icons/mate/48x48/mimetypes/text-x-c++src.png +share/icons/mate/48x48/mimetypes/text-x-changelog.png +share/icons/mate/48x48/mimetypes/text-x-chdr.png +share/icons/mate/48x48/mimetypes/text-x-copying.png +share/icons/mate/48x48/mimetypes/text-x-csharp.png +share/icons/mate/48x48/mimetypes/text-x-csrc.png +share/icons/mate/48x48/mimetypes/text-x-generic-template.png +share/icons/mate/48x48/mimetypes/text-x-generic.png +share/icons/mate/48x48/mimetypes/text-x-install.png +share/icons/mate/48x48/mimetypes/text-x-java.png +share/icons/mate/48x48/mimetypes/text-x-log.png +share/icons/mate/48x48/mimetypes/text-x-makefile.png +share/icons/mate/48x48/mimetypes/text-x-opml+xml.png +share/icons/mate/48x48/mimetypes/text-x-patch.png +share/icons/mate/48x48/mimetypes/text-x-preview.icon +share/icons/mate/48x48/mimetypes/text-x-preview.png +share/icons/mate/48x48/mimetypes/text-x-python.png +share/icons/mate/48x48/mimetypes/text-x-readme.png +share/icons/mate/48x48/mimetypes/text-x-script.png +share/icons/mate/48x48/mimetypes/tgz.png +share/icons/mate/48x48/mimetypes/txt.png +share/icons/mate/48x48/mimetypes/txt2.png +share/icons/mate/48x48/mimetypes/unknown.png +share/icons/mate/48x48/mimetypes/vcalendar.png +share/icons/mate/48x48/mimetypes/vcard.png +share/icons/mate/48x48/mimetypes/video-x-generic.png +share/icons/mate/48x48/mimetypes/video.png +share/icons/mate/48x48/mimetypes/wordprocessing.png +share/icons/mate/48x48/mimetypes/www.png +share/icons/mate/48x48/mimetypes/x-office-address-book.png +share/icons/mate/48x48/mimetypes/x-office-calendar.png +share/icons/mate/48x48/mimetypes/x-office-document-template.png +share/icons/mate/48x48/mimetypes/x-office-document.png +share/icons/mate/48x48/mimetypes/x-office-drawing-template.png +share/icons/mate/48x48/mimetypes/x-office-drawing.png +share/icons/mate/48x48/mimetypes/x-office-presentation-template.png +share/icons/mate/48x48/mimetypes/x-office-presentation.png +share/icons/mate/48x48/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/x-office-spreadsheet.png +share/icons/mate/48x48/mimetypes/zip.png +share/icons/mate/48x48/places/application-x-gnome-saved-search.png +share/icons/mate/48x48/places/desktop.png +share/icons/mate/48x48/places/distributor-logo.png +share/icons/mate/48x48/places/emptytrash.png +share/icons/mate/48x48/places/folder-documents.png +share/icons/mate/48x48/places/folder-download.png +share/icons/mate/48x48/places/folder-music.png +share/icons/mate/48x48/places/folder-pictures.png +share/icons/mate/48x48/places/folder-publicshare.png +share/icons/mate/48x48/places/folder-remote.png +share/icons/mate/48x48/places/folder-saved-search.png +share/icons/mate/48x48/places/folder-templates.png +share/icons/mate/48x48/places/folder-videos.png +share/icons/mate/48x48/places/folder.png +share/icons/mate/48x48/places/folder_home.png +share/icons/mate/48x48/places/gnome-fs-desktop.png +share/icons/mate/48x48/places/gnome-fs-directory.png +share/icons/mate/48x48/places/gnome-fs-ftp.png +share/icons/mate/48x48/places/gnome-fs-home.png +share/icons/mate/48x48/places/gnome-fs-network.png +share/icons/mate/48x48/places/gnome-fs-nfs.png +share/icons/mate/48x48/places/gnome-fs-server.png +share/icons/mate/48x48/places/gnome-fs-share.png +share/icons/mate/48x48/places/gnome-fs-smb.png +share/icons/mate/48x48/places/gnome-fs-ssh.png +share/icons/mate/48x48/places/gnome-fs-trash-empty.png +share/icons/mate/48x48/places/gnome-main-menu.png +share/icons/mate/48x48/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/48x48/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/48x48/places/gnome-stock-trash.png +share/icons/mate/48x48/places/gtk-directory.png +share/icons/mate/48x48/places/gtk-network.png +share/icons/mate/48x48/places/inode-directory.png +share/icons/mate/48x48/places/network-server.png +share/icons/mate/48x48/places/network-workgroup.png +share/icons/mate/48x48/places/network.png +share/icons/mate/48x48/places/network_local.png +share/icons/mate/48x48/places/novell-button.png +share/icons/mate/48x48/places/redhat-network-server.png +share/icons/mate/48x48/places/server.png +share/icons/mate/48x48/places/start-here.png +share/icons/mate/48x48/places/stock_folder.png +share/icons/mate/48x48/places/trashcan_empty.png +share/icons/mate/48x48/places/user-bookmarks.png +share/icons/mate/48x48/places/user-desktop.png +share/icons/mate/48x48/places/user-home.png +share/icons/mate/48x48/places/user-trash.png +share/icons/mate/48x48/places/xfce-trash_empty.png +share/icons/mate/48x48/status/appointment-missed.png +share/icons/mate/48x48/status/appointment-soon.png +share/icons/mate/48x48/status/audio-volume-high.png +share/icons/mate/48x48/status/audio-volume-low.png +share/icons/mate/48x48/status/audio-volume-medium.png +share/icons/mate/48x48/status/audio-volume-muted.png +share/icons/mate/48x48/status/avatar-default.png +share/icons/mate/48x48/status/battery-caution-charging.png +share/icons/mate/48x48/status/battery-caution.png +share/icons/mate/48x48/status/battery-empty.png +share/icons/mate/48x48/status/battery-full-charged.png +share/icons/mate/48x48/status/battery-full-charging.png +share/icons/mate/48x48/status/battery-full.png +share/icons/mate/48x48/status/battery-good-charging.png +share/icons/mate/48x48/status/battery-good.png +share/icons/mate/48x48/status/battery-low-charging.png +share/icons/mate/48x48/status/battery-low.png +share/icons/mate/48x48/status/battery-missing.png +share/icons/mate/48x48/status/changes-allow.png +share/icons/mate/48x48/status/changes-prevent.png +share/icons/mate/48x48/status/connect_creating.png +share/icons/mate/48x48/status/connect_established.png +share/icons/mate/48x48/status/connect_no.png +share/icons/mate/48x48/status/dialog-error.png +share/icons/mate/48x48/status/dialog-information.png +share/icons/mate/48x48/status/dialog-password.png +share/icons/mate/48x48/status/dialog-question.png +share/icons/mate/48x48/status/dialog-warning.png +share/icons/mate/48x48/status/edittrash.png +share/icons/mate/48x48/status/error.png +share/icons/mate/48x48/status/folder-drag-accept.png +share/icons/mate/48x48/status/folder-open.png +share/icons/mate/48x48/status/folder-visiting.png +share/icons/mate/48x48/status/folder_open.png +share/icons/mate/48x48/status/gnome-fs-directory-accept.png +share/icons/mate/48x48/status/gnome-fs-directory-visiting.png +share/icons/mate/48x48/status/gnome-fs-loading-icon.png +share/icons/mate/48x48/status/gnome-fs-trash-full.png +share/icons/mate/48x48/status/gnome-netstatus-disconn.png +share/icons/mate/48x48/status/gnome-netstatus-error.png +share/icons/mate/48x48/status/gnome-netstatus-idle.png +share/icons/mate/48x48/status/gnome-netstatus-rx.png +share/icons/mate/48x48/status/gnome-netstatus-tx.png +share/icons/mate/48x48/status/gnome-netstatus-txrx.png +share/icons/mate/48x48/status/gnome-stock-trash-full.png +share/icons/mate/48x48/status/gtk-dialog-authentication.png +share/icons/mate/48x48/status/gtk-dialog-error.png +share/icons/mate/48x48/status/gtk-dialog-info.png +share/icons/mate/48x48/status/gtk-dialog-question.png +share/icons/mate/48x48/status/gtk-dialog-warning.png +share/icons/mate/48x48/status/gtk-missing-image.png +share/icons/mate/48x48/status/image-loading.png +share/icons/mate/48x48/status/image-missing.png +share/icons/mate/48x48/status/important.png +share/icons/mate/48x48/status/info.png +share/icons/mate/48x48/status/mail-attachment.png +share/icons/mate/48x48/status/mail-read.png +share/icons/mate/48x48/status/mail-replied.png +share/icons/mate/48x48/status/mail-unread.png +share/icons/mate/48x48/status/media-playlist-repeat.png +share/icons/mate/48x48/status/media-playlist-shuffle.png +share/icons/mate/48x48/status/messagebox_critical.png +share/icons/mate/48x48/status/messagebox_info.png +share/icons/mate/48x48/status/messagebox_warning.png +share/icons/mate/48x48/status/network-error.png +share/icons/mate/48x48/status/network-idle.png +share/icons/mate/48x48/status/network-offline.png +share/icons/mate/48x48/status/network-receive.png +share/icons/mate/48x48/status/network-transmit-receive.png +share/icons/mate/48x48/status/network-transmit.png +share/icons/mate/48x48/status/nm-adhoc.png +share/icons/mate/48x48/status/nm-device-wired.png +share/icons/mate/48x48/status/nm-device-wireless.png +share/icons/mate/48x48/status/nm-no-connection.png +share/icons/mate/48x48/status/printer-error.png +share/icons/mate/48x48/status/printer-printing.png +share/icons/mate/48x48/status/security-high.png +share/icons/mate/48x48/status/security-low.png +share/icons/mate/48x48/status/security-medium.png +share/icons/mate/48x48/status/software-update-available.png +share/icons/mate/48x48/status/software-update-urgent.png +share/icons/mate/48x48/status/stock_appointment-reminder-excl.png +share/icons/mate/48x48/status/stock_appointment-reminder.png +share/icons/mate/48x48/status/stock_attach.png +share/icons/mate/48x48/status/stock_dialog-error.png +share/icons/mate/48x48/status/stock_dialog-info.png +share/icons/mate/48x48/status/stock_dialog-question.png +share/icons/mate/48x48/status/stock_dialog-warning.png +share/icons/mate/48x48/status/stock_lock-broken.png +share/icons/mate/48x48/status/stock_lock-ok.png +share/icons/mate/48x48/status/stock_lock-open.png +share/icons/mate/48x48/status/stock_lock.png +share/icons/mate/48x48/status/stock_mail-open.png +share/icons/mate/48x48/status/stock_mail-replied.png +share/icons/mate/48x48/status/stock_mail-unread.png +share/icons/mate/48x48/status/stock_open.png +share/icons/mate/48x48/status/stock_repeat.png +share/icons/mate/48x48/status/stock_shuffle.png +share/icons/mate/48x48/status/stock_trash_full.png +share/icons/mate/48x48/status/stock_volume-0.png +share/icons/mate/48x48/status/stock_volume-max.png +share/icons/mate/48x48/status/stock_volume-med.png +share/icons/mate/48x48/status/stock_volume-min.png +share/icons/mate/48x48/status/stock_volume-mute.png +share/icons/mate/48x48/status/stock_volume.png +share/icons/mate/48x48/status/stock_weather-cloudy.png +share/icons/mate/48x48/status/stock_weather-few-clouds.png +share/icons/mate/48x48/status/stock_weather-fog.png +share/icons/mate/48x48/status/stock_weather-night-clear.png +share/icons/mate/48x48/status/stock_weather-night-few-clouds.png +share/icons/mate/48x48/status/stock_weather-showers.png +share/icons/mate/48x48/status/stock_weather-snow.png +share/icons/mate/48x48/status/stock_weather-storm.png +share/icons/mate/48x48/status/stock_weather-sunny.png +share/icons/mate/48x48/status/sunny.png +share/icons/mate/48x48/status/task-due.png +share/icons/mate/48x48/status/task-past-due.png +share/icons/mate/48x48/status/trashcan_full.png +share/icons/mate/48x48/status/user-available.png +share/icons/mate/48x48/status/user-away.png +share/icons/mate/48x48/status/user-busy.png +share/icons/mate/48x48/status/user-idle.png +share/icons/mate/48x48/status/user-invisible.png +share/icons/mate/48x48/status/user-offline.png +share/icons/mate/48x48/status/user-trash-full.png +share/icons/mate/48x48/status/weather-clear-night.png +share/icons/mate/48x48/status/weather-clear.png +share/icons/mate/48x48/status/weather-few-clouds-night.png +share/icons/mate/48x48/status/weather-few-clouds.png +share/icons/mate/48x48/status/weather-fog.png +share/icons/mate/48x48/status/weather-overcast.png +share/icons/mate/48x48/status/weather-severe-alert.png +share/icons/mate/48x48/status/weather-showers-scattered.png +share/icons/mate/48x48/status/weather-showers.png +share/icons/mate/48x48/status/weather-snow.png +share/icons/mate/48x48/status/weather-storm.png +share/icons/mate/48x48/status/xfce-trash_full.png +share/icons/mate/8x8/emblems/emblem-default.png +share/icons/mate/8x8/emblems/emblem-new.png +share/icons/mate/8x8/emblems/emblem-noread.png +share/icons/mate/8x8/emblems/emblem-nowrite.png +share/icons/mate/8x8/emblems/emblem-readonly.png +share/icons/mate/8x8/emblems/emblem-symbolic-link.png +share/icons/mate/8x8/emblems/emblem-synchronizing.png +share/icons/mate/8x8/emblems/emblem-unreadable.png +share/icons/mate/index.theme +share/icons/mate/scalable/actions/action-unavailable-symbolic.svg +share/icons/mate/scalable/actions/bookmark-add-symbolic.svg +share/icons/mate/scalable/actions/bookmark-new-symbolic.svg +share/icons/mate/scalable/actions/call-end-symbolic.svg +share/icons/mate/scalable/actions/call-start-symbolic.svg +share/icons/mate/scalable/actions/document-open-recent-symbolic.svg +share/icons/mate/scalable/actions/document-open-symbolic.svg +share/icons/mate/scalable/actions/document-page-setup-symbolic.svg +share/icons/mate/scalable/actions/document-properties-symbolic.svg +share/icons/mate/scalable/actions/document-save-as-symbolic.svg +share/icons/mate/scalable/actions/document-save-symbolic.svg +share/icons/mate/scalable/actions/document-send-symbolic.svg +share/icons/mate/scalable/actions/drive-multidisk-symbolic.svg +share/icons/mate/scalable/actions/edit-clear-all-symbolic.svg +share/icons/mate/scalable/actions/edit-clear-rtl-symbolic.svg +share/icons/mate/scalable/actions/edit-clear-symbolic.svg +share/icons/mate/scalable/actions/edit-copy-symbolic.svg +share/icons/mate/scalable/actions/edit-cut-symbolic.svg +share/icons/mate/scalable/actions/edit-delete-symbolic.svg +share/icons/mate/scalable/actions/edit-find-symbolic.svg +share/icons/mate/scalable/actions/edit-paste-symbolic.svg +share/icons/mate/scalable/actions/edit-redo-rtl-symbolic.svg +share/icons/mate/scalable/actions/edit-redo-symbolic.svg +share/icons/mate/scalable/actions/edit-select-all-symbolic.svg +share/icons/mate/scalable/actions/edit-select-symbolic.svg +share/icons/mate/scalable/actions/edit-undo-rtl-symbolic.svg +share/icons/mate/scalable/actions/edit-undo-symbolic.svg +share/icons/mate/scalable/actions/find-location-symbolic.svg +share/icons/mate/scalable/actions/format-indent-less-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-indent-less-symbolic.svg +share/icons/mate/scalable/actions/format-indent-more-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-indent-more-symbolic.svg +share/icons/mate/scalable/actions/format-justify-center-symbolic.svg +share/icons/mate/scalable/actions/format-justify-fill-symbolic.svg +share/icons/mate/scalable/actions/format-justify-left-symbolic.svg +share/icons/mate/scalable/actions/format-justify-right-symbolic.svg +share/icons/mate/scalable/actions/format-text-bold-symbolic.svg +share/icons/mate/scalable/actions/format-text-direction-ltr-symbolic.svg +share/icons/mate/scalable/actions/format-text-direction-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-text-italic-symbolic.svg +share/icons/mate/scalable/actions/format-text-strikethrough-symbolic.svg +share/icons/mate/scalable/actions/format-text-underline-symbolic.svg +share/icons/mate/scalable/actions/go-bottom-symbolic.svg +share/icons/mate/scalable/actions/go-down-symbolic.svg +share/icons/mate/scalable/actions/go-first-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-first-symbolic.svg +share/icons/mate/scalable/actions/go-home-symbolic.svg +share/icons/mate/scalable/actions/go-jump-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-jump-symbolic.svg +share/icons/mate/scalable/actions/go-last-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-last-symbolic.svg +share/icons/mate/scalable/actions/go-next-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-next-symbolic.svg +share/icons/mate/scalable/actions/go-previous-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-previous-symbolic.svg +share/icons/mate/scalable/actions/go-top-symbolic.svg +share/icons/mate/scalable/actions/go-up-symbolic.svg +share/icons/mate/scalable/actions/insert-image-symbolic.svg +share/icons/mate/scalable/actions/insert-link-symbolic.svg +share/icons/mate/scalable/actions/insert-object-symbolic.svg +share/icons/mate/scalable/actions/insert-text-symbolic.svg +share/icons/mate/scalable/actions/list-add-symbolic.svg +share/icons/mate/scalable/actions/list-remove-all-symbolic.svg +share/icons/mate/scalable/actions/list-remove-symbolic.svg +share/icons/mate/scalable/actions/mail-mark-important-symbolic.svg +share/icons/mate/scalable/actions/mail-send-receive-symbolic.svg +share/icons/mate/scalable/actions/mail-send-symbolic.svg +share/icons/mate/scalable/actions/media-eject-symbolic.svg +share/icons/mate/scalable/actions/media-playback-pause-symbolic.svg +share/icons/mate/scalable/actions/media-playback-start-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-playback-start-symbolic.svg +share/icons/mate/scalable/actions/media-playback-stop-symbolic.svg +share/icons/mate/scalable/actions/media-record-symbolic.svg +share/icons/mate/scalable/actions/media-seek-backward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-seek-backward-symbolic.svg +share/icons/mate/scalable/actions/media-seek-forward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-seek-forward-symbolic.svg +share/icons/mate/scalable/actions/media-skip-backward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-skip-backward-symbolic.svg +share/icons/mate/scalable/actions/media-skip-forward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-skip-forward-symbolic.svg +share/icons/mate/scalable/actions/object-flip-horizontal-symbolic.svg +share/icons/mate/scalable/actions/object-flip-vertical-symbolic.svg +share/icons/mate/scalable/actions/object-rotate-left-symbolic.svg +share/icons/mate/scalable/actions/object-rotate-right-symbolic.svg +share/icons/mate/scalable/actions/object-select-symbolic.svg +share/icons/mate/scalable/actions/process-stop-symbolic.svg +share/icons/mate/scalable/actions/send-to-symbolic.svg +share/icons/mate/scalable/actions/system-run-symbolic.svg +share/icons/mate/scalable/actions/system-shutdown-symbolic.svg +share/icons/mate/scalable/actions/tab-new-symbolic.svg +share/icons/mate/scalable/actions/view-continuous-symbolic.svg +share/icons/mate/scalable/actions/view-dual-symbolic.svg +share/icons/mate/scalable/actions/view-fullscreen-symbolic.svg +share/icons/mate/scalable/actions/view-grid-symbolic.svg +share/icons/mate/scalable/actions/view-list-symbolic.svg +share/icons/mate/scalable/actions/view-more-symbolic.svg +share/icons/mate/scalable/actions/view-paged-symbolic.svg +share/icons/mate/scalable/actions/view-refresh-symbolic.svg +share/icons/mate/scalable/actions/view-restore-symbolic.svg +share/icons/mate/scalable/actions/window-close-symbolic.svg +share/icons/mate/scalable/actions/zoom-fit-best-symbolic.svg +share/icons/mate/scalable/actions/zoom-in-symbolic.svg +share/icons/mate/scalable/actions/zoom-original-symbolic.svg +share/icons/mate/scalable/actions/zoom-out-symbolic.svg +share/icons/mate/scalable/apps/accessories-calculator-symbolic.svg +share/icons/mate/scalable/apps/accessories-character-map-symbolic.svg +share/icons/mate/scalable/apps/accessories-dictionary-symbolic.svg +share/icons/mate/scalable/apps/accessories-text-editor-symbolic.svg +share/icons/mate/scalable/apps/applets-screenshooter-symbolic.svg +share/icons/mate/scalable/apps/bluetooth-symbolic.svg +share/icons/mate/scalable/apps/gnome-power-manager-symbolic.svg +share/icons/mate/scalable/apps/goa-panel-symbolic.svg +share/icons/mate/scalable/apps/help-browser-symbolic.svg +share/icons/mate/scalable/apps/preferences-color-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-accessibility-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-display-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-locale-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-screensaver-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-wallpaper-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-network-proxy-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-network-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-notifications-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-privacy-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-search-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-sharing-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-time-symbolic.svg +share/icons/mate/scalable/apps/system-file-manager-symbolic.svg +share/icons/mate/scalable/apps/system-software-install-symbolic.svg +share/icons/mate/scalable/apps/system-users-symbolic.svg +share/icons/mate/scalable/apps/text-editor-symbolic.svg +share/icons/mate/scalable/apps/user-info-symbolic.svg +share/icons/mate/scalable/apps/utilities-system-monitor-symbolic.svg +share/icons/mate/scalable/apps/utilities-terminal-symbolic.svg +share/icons/mate/scalable/apps/web-browser-symbolic.svg +share/icons/mate/scalable/categories/applications-engineering-symbolic.svg +share/icons/mate/scalable/categories/applications-games-symbolic.svg +share/icons/mate/scalable/categories/applications-graphics-symbolic.svg +share/icons/mate/scalable/categories/applications-multimedia-symbolic.svg +share/icons/mate/scalable/categories/applications-science-symbolic.svg +share/icons/mate/scalable/categories/applications-utilities-symbolic.svg +share/icons/mate/scalable/categories/preferences-other-symbolic.svg +share/icons/mate/scalable/categories/preferences-system-symbolic.svg +share/icons/mate/scalable/categories/system-help-symbolic.svg +share/icons/mate/scalable/devices/audio-card-symbolic.svg +share/icons/mate/scalable/devices/audio-input-microphone-symbolic.svg +share/icons/mate/scalable/devices/camera-photo-symbolic.svg +share/icons/mate/scalable/devices/camera-web-symbolic.svg +share/icons/mate/scalable/devices/colorimeter-colorhug-symbolic.svg +share/icons/mate/scalable/devices/computer-apple-ipad-symbolic.svg +share/icons/mate/scalable/devices/computer-symbolic.svg +share/icons/mate/scalable/devices/display-projector-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-system-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-usb-symbolic.svg +share/icons/mate/scalable/devices/drive-multidisk-symbolic.svg +share/icons/mate/scalable/devices/drive-optical-symbolic.svg +share/icons/mate/scalable/devices/drive-removable-media-symbolic.svg +share/icons/mate/scalable/devices/headphones-symbolic.svg +share/icons/mate/scalable/devices/input-dialpad-symbolic.svg +share/icons/mate/scalable/devices/input-gaming-symbolic.svg +share/icons/mate/scalable/devices/input-keyboard-symbolic.svg +share/icons/mate/scalable/devices/input-mouse-symbolic.svg +share/icons/mate/scalable/devices/input-tablet-symbolic.svg +share/icons/mate/scalable/devices/input-touchpad-symbolic.svg +share/icons/mate/scalable/devices/media-flash-symbolic.svg +share/icons/mate/scalable/devices/media-floppy-symbolic.svg +share/icons/mate/scalable/devices/media-optical-bd-symbolic.svg +share/icons/mate/scalable/devices/media-optical-cd-audio-symbolic.svg +share/icons/mate/scalable/devices/media-optical-dvd-symbolic.svg +share/icons/mate/scalable/devices/media-optical-symbolic.svg +share/icons/mate/scalable/devices/media-removable-symbolic.svg +share/icons/mate/scalable/devices/media-zip-symbolic.svg +share/icons/mate/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg +share/icons/mate/scalable/devices/multimedia-player-symbolic.svg +share/icons/mate/scalable/devices/phone-apple-iphone-symbolic.svg +share/icons/mate/scalable/devices/phone-symbolic.svg +share/icons/mate/scalable/devices/printer-network-symbolic.svg +share/icons/mate/scalable/devices/printer-symbolic.svg +share/icons/mate/scalable/devices/scanner-symbolic.svg +share/icons/mate/scalable/devices/video-display-symbolic.svg +share/icons/mate/scalable/emblems/emblem-default-symbolic.svg +share/icons/mate/scalable/emblems/emblem-documents-symbolic.svg +share/icons/mate/scalable/emblems/emblem-favorite-symbolic.svg +share/icons/mate/scalable/emblems/emblem-important-symbolic.svg +share/icons/mate/scalable/emblems/emblem-music-symbolic.svg +share/icons/mate/scalable/emblems/emblem-ok-symbolic.svg +share/icons/mate/scalable/emblems/emblem-photos-symbolic.svg +share/icons/mate/scalable/emblems/emblem-shared-symbolic.svg +share/icons/mate/scalable/emblems/emblem-synchronizing-symbolic.svg +share/icons/mate/scalable/emblems/emblem-system-symbolic.svg +share/icons/mate/scalable/emblems/emblem-videos-symbolic.svg +share/icons/mate/scalable/emotes/face-angel-symbolic.svg +share/icons/mate/scalable/emotes/face-angry-symbolic.svg +share/icons/mate/scalable/emotes/face-confused-symbolic.svg +share/icons/mate/scalable/emotes/face-cool-symbolic.svg +share/icons/mate/scalable/emotes/face-crying-symbolic.svg +share/icons/mate/scalable/emotes/face-devilish-symbolic.svg +share/icons/mate/scalable/emotes/face-embarrassed-symbolic.svg +share/icons/mate/scalable/emotes/face-kiss-symbolic.svg +share/icons/mate/scalable/emotes/face-laugh-symbolic.svg +share/icons/mate/scalable/emotes/face-monkey-symbolic.svg +share/icons/mate/scalable/emotes/face-plain-symbolic.svg +share/icons/mate/scalable/emotes/face-raspberry-symbolic.svg +share/icons/mate/scalable/emotes/face-sad-symbolic.svg +share/icons/mate/scalable/emotes/face-shutmouth-symbolic.svg +share/icons/mate/scalable/emotes/face-sick-symbolic.svg +share/icons/mate/scalable/emotes/face-smile-big-symbolic.svg +share/icons/mate/scalable/emotes/face-smile-symbolic.svg +share/icons/mate/scalable/emotes/face-smirk-symbolic.svg +share/icons/mate/scalable/emotes/face-surprised-symbolic.svg +share/icons/mate/scalable/emotes/face-tired-symbolic.svg +share/icons/mate/scalable/emotes/face-uncertain-symbolic.svg +share/icons/mate/scalable/emotes/face-wink-symbolic.svg +share/icons/mate/scalable/emotes/face-worried-symbolic.svg +share/icons/mate/scalable/emotes/face-yawn-symbolic.svg +share/icons/mate/scalable/mimetypes/application-certificate-symbolic.svg +share/icons/mate/scalable/mimetypes/application-rss+xml-symbolic.svg +share/icons/mate/scalable/mimetypes/application-x-appliance-symbolic.svg +share/icons/mate/scalable/mimetypes/audio-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/package-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/text-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/video-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/x-office-calendar-symbolic.svg +share/icons/mate/scalable/places/folder-documents-symbolic.svg +share/icons/mate/scalable/places/folder-download-symbolic.svg +share/icons/mate/scalable/places/folder-music-symbolic.svg +share/icons/mate/scalable/places/folder-pictures-symbolic.svg +share/icons/mate/scalable/places/folder-publicshare-symbolic.svg +share/icons/mate/scalable/places/folder-remote-symbolic.svg +share/icons/mate/scalable/places/folder-saved-search-symbolic.svg +share/icons/mate/scalable/places/folder-symbolic.svg +share/icons/mate/scalable/places/folder-templates-symbolic.svg +share/icons/mate/scalable/places/folder-videos-symbolic.svg +share/icons/mate/scalable/places/network-server-symbolic.svg +share/icons/mate/scalable/places/network-workgroup-symbolic.svg +share/icons/mate/scalable/places/start-here-symbolic.svg +share/icons/mate/scalable/places/user-bookmarks-symbolic.svg +share/icons/mate/scalable/places/user-home-symbolic.svg +share/icons/mate/scalable/places/user-trash-symbolic.svg +share/icons/mate/scalable/status/alarm-symbolic.svg +share/icons/mate/scalable/status/appointment-missed-symbolic.svg +share/icons/mate/scalable/status/appointment-soon-symbolic.svg +share/icons/mate/scalable/status/audio-volume-high-symbolic.svg +share/icons/mate/scalable/status/audio-volume-low-symbolic.svg +share/icons/mate/scalable/status/audio-volume-medium-symbolic.svg +share/icons/mate/scalable/status/audio-volume-muted-symbolic.svg +share/icons/mate/scalable/status/avatar-default-symbolic.svg +share/icons/mate/scalable/status/battery-caution-charging-symbolic.svg +share/icons/mate/scalable/status/battery-caution-symbolic.svg +share/icons/mate/scalable/status/battery-empty-charging-symbolic.svg +share/icons/mate/scalable/status/battery-empty-symbolic.svg +share/icons/mate/scalable/status/battery-full-charged-symbolic.svg +share/icons/mate/scalable/status/battery-full-charging-symbolic.svg +share/icons/mate/scalable/status/battery-full-symbolic.svg +share/icons/mate/scalable/status/battery-good-charging-symbolic.svg +share/icons/mate/scalable/status/battery-good-symbolic.svg +share/icons/mate/scalable/status/battery-low-charging-symbolic.svg +share/icons/mate/scalable/status/battery-low-symbolic.svg +share/icons/mate/scalable/status/battery-missing-symbolic.svg +share/icons/mate/scalable/status/bluetooth-active-symbolic.svg +share/icons/mate/scalable/status/bluetooth-disabled-symbolic.svg +share/icons/mate/scalable/status/call-missed-symbolic.svg +share/icons/mate/scalable/status/changes-allow-symbolic.svg +share/icons/mate/scalable/status/changes-prevent-symbolic.svg +share/icons/mate/scalable/status/channel-insecure-symbolic.svg +share/icons/mate/scalable/status/channel-secure-symbolic.svg +share/icons/mate/scalable/status/computer-fail-symbolic.svg +share/icons/mate/scalable/status/dialog-error-symbolic.svg +share/icons/mate/scalable/status/dialog-information-symbolic.svg +share/icons/mate/scalable/status/dialog-password-symbolic.svg +share/icons/mate/scalable/status/dialog-question-symbolic.svg +share/icons/mate/scalable/status/dialog-warning-symbolic.svg +share/icons/mate/scalable/status/display-brightness-symbolic.svg +share/icons/mate/scalable/status/keyboard-brightness-symbolic.svg +share/icons/mate/scalable/status/mail-attachment-symbolic.svg +share/icons/mate/scalable/status/mail-read-symbolic.svg +share/icons/mate/scalable/status/mail-replied-symbolic.svg +share/icons/mate/scalable/status/mail-unread-symbolic.svg +share/icons/mate/scalable/status/media-playlist-repeat-symbolic.svg +share/icons/mate/scalable/status/media-playlist-shuffle-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-high-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-low-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-medium-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-muted-symbolic.svg +share/icons/mate/scalable/status/network-cellular-3g-symbolic.svg +share/icons/mate/scalable/status/network-cellular-4g-symbolic.svg +share/icons/mate/scalable/status/network-cellular-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-cellular-connected-symbolic.svg +share/icons/mate/scalable/status/network-cellular-edge-symbolic.svg +share/icons/mate/scalable/status/network-cellular-gprs-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-excellent-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-good-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-none-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-ok-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-weak-symbolic.svg +share/icons/mate/scalable/status/network-cellular-umts-symbolic.svg +share/icons/mate/scalable/status/network-error-symbolic.svg +share/icons/mate/scalable/status/network-idle-symbolic.svg +share/icons/mate/scalable/status/network-no-route-symbolic.svg +share/icons/mate/scalable/status/network-offline-symbolic.svg +share/icons/mate/scalable/status/network-receive-symbolic.svg +share/icons/mate/scalable/status/network-transmit-receive-symbolic.svg +share/icons/mate/scalable/status/network-transmit-symbolic.svg +share/icons/mate/scalable/status/network-vpn-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-vpn-symbolic.svg +share/icons/mate/scalable/status/network-wired-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-wired-disconnected-symbolic.svg +share/icons/mate/scalable/status/network-wired-symbolic.svg +share/icons/mate/scalable/status/network-wireless-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-wireless-connected-symbolic.svg +share/icons/mate/scalable/status/network-wireless-encrypted-symbolic.svg +share/icons/mate/scalable/status/network-wireless-hotspot-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-excellent-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-good-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-none-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-ok-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-weak-symbolic.svg +share/icons/mate/scalable/status/non-starred-symbolic.svg +share/icons/mate/scalable/status/printer-error-symbolic.svg +share/icons/mate/scalable/status/printer-printing-symbolic.svg +share/icons/mate/scalable/status/printer-warning-symbolic.svg +share/icons/mate/scalable/status/security-high-symbolic.svg +share/icons/mate/scalable/status/security-low-symbolic.svg +share/icons/mate/scalable/status/security-medium-symbolic.svg +share/icons/mate/scalable/status/semi-starred-rtl-symbolic.svg +share/icons/mate/scalable/status/semi-starred-symbolic.svg +share/icons/mate/scalable/status/software-update-available-symbolic.svg +share/icons/mate/scalable/status/software-update-urgent-symbolic.svg +share/icons/mate/scalable/status/starred-symbolic.svg +share/icons/mate/scalable/status/task-due-symbolic.svg +share/icons/mate/scalable/status/task-past-due-symbolic.svg +share/icons/mate/scalable/status/touchpad-disabled-symbolic.svg +share/icons/mate/scalable/status/user-available-symbolic.svg +share/icons/mate/scalable/status/user-away-symbolic.svg +share/icons/mate/scalable/status/user-busy-symbolic.svg +share/icons/mate/scalable/status/user-idle-symbolic.svg +share/icons/mate/scalable/status/user-invisible-symbolic.svg +share/icons/mate/scalable/status/user-offline-symbolic.svg +share/icons/mate/scalable/status/user-status-pending-symbolic.svg +share/icons/mate/scalable/status/user-trash-full-symbolic.svg +share/icons/mate/scalable/status/view-wrapped-symbolic.svg +share/icons/mate/scalable/status/weather-clear-night-symbolic.svg +share/icons/mate/scalable/status/weather-clear-symbolic.svg +share/icons/mate/scalable/status/weather-few-clouds-night-symbolic.svg +share/icons/mate/scalable/status/weather-few-clouds-symbolic.svg +share/icons/mate/scalable/status/weather-fog-symbolic.svg +share/icons/mate/scalable/status/weather-overcast-symbolic.svg +share/icons/mate/scalable/status/weather-severe-alert-symbolic.svg +share/icons/mate/scalable/status/weather-showers-scattered-symbolic.svg +share/icons/mate/scalable/status/weather-showers-symbolic.svg +share/icons/mate/scalable/status/weather-snow-symbolic.svg +share/icons/mate/scalable/status/weather-storm-symbolic.svg +share/icons/menta/16x16/actions/add.png +share/icons/menta/16x16/actions/document-open.png +share/icons/menta/16x16/actions/fileopen.png +share/icons/menta/16x16/actions/folder-new.png +share/icons/menta/16x16/actions/folder_new.png +share/icons/menta/16x16/actions/gtk-add.png +share/icons/menta/16x16/actions/gtk-open.png +share/icons/menta/16x16/actions/gtk-remove.png +share/icons/menta/16x16/actions/list-add.png +share/icons/menta/16x16/actions/list-remove.png +share/icons/menta/16x16/actions/remove.png +share/icons/menta/16x16/actions/stock_new-dir.png +share/icons/menta/16x16/apps/background.png +share/icons/menta/16x16/apps/gnome-remote-desktop.png +share/icons/menta/16x16/apps/gnome-settings-background.png +share/icons/menta/16x16/apps/krfb.png +share/icons/menta/16x16/apps/preferences-desktop-display.png +share/icons/menta/16x16/apps/preferences-desktop-remote-desktop.png +share/icons/menta/16x16/apps/preferences-desktop-wallpaper.png +share/icons/menta/16x16/apps/wallpaper.png +share/icons/menta/16x16/apps/xfce4-backdrop.png +share/icons/menta/16x16/categories/preferences-system-network.png +share/icons/menta/16x16/devices/chardevice.png +share/icons/menta/16x16/devices/computer.png +share/icons/menta/16x16/devices/display.png +share/icons/menta/16x16/devices/gnome-dev-computer.png +share/icons/menta/16x16/devices/gnome-fs-client.png +share/icons/menta/16x16/devices/system.png +share/icons/menta/16x16/devices/video-display.png +share/icons/menta/16x16/devices/xfce4-display.png +share/icons/menta/16x16/places/desktop.png +share/icons/menta/16x16/places/distributor-logo.png +share/icons/menta/16x16/places/folder-documents.png +share/icons/menta/16x16/places/folder-download.png +share/icons/menta/16x16/places/folder-music.png +share/icons/menta/16x16/places/folder-pictures.png +share/icons/menta/16x16/places/folder-publicshare.png +share/icons/menta/16x16/places/folder-remote.png +share/icons/menta/16x16/places/folder-templates.png +share/icons/menta/16x16/places/folder-videos.png +share/icons/menta/16x16/places/folder.png +share/icons/menta/16x16/places/folder_home.png +share/icons/menta/16x16/places/gnome-fs-desktop.png +share/icons/menta/16x16/places/gnome-fs-directory.png +share/icons/menta/16x16/places/gnome-fs-ftp.png +share/icons/menta/16x16/places/gnome-fs-home.png +share/icons/menta/16x16/places/gnome-fs-network.png +share/icons/menta/16x16/places/gnome-fs-nfs.png +share/icons/menta/16x16/places/gnome-fs-share.png +share/icons/menta/16x16/places/gnome-fs-smb.png +share/icons/menta/16x16/places/gnome-fs-ssh.png +share/icons/menta/16x16/places/gnome-main-menu.png +share/icons/menta/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/16x16/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/16x16/places/gtk-directory.png +share/icons/menta/16x16/places/gtk-network.png +share/icons/menta/16x16/places/inode-directory.png +share/icons/menta/16x16/places/network-workgroup.png +share/icons/menta/16x16/places/network.png +share/icons/menta/16x16/places/network_local.png +share/icons/menta/16x16/places/novell-button.png +share/icons/menta/16x16/places/start-here.png +share/icons/menta/16x16/places/stock_folder.png +share/icons/menta/16x16/places/user-bookmarks.png +share/icons/menta/16x16/places/user-desktop.png +share/icons/menta/16x16/places/user-home.png +share/icons/menta/16x16/status/avatar-default.png +share/icons/menta/16x16/status/connect_creating.png +share/icons/menta/16x16/status/connect_established.png +share/icons/menta/16x16/status/connect_no.png +share/icons/menta/16x16/status/folder-drag-accept.png +share/icons/menta/16x16/status/folder-open.png +share/icons/menta/16x16/status/folder-visiting.png +share/icons/menta/16x16/status/folder_open.png +share/icons/menta/16x16/status/gnome-fs-directory-accept.png +share/icons/menta/16x16/status/gnome-fs-directory-visiting.png +share/icons/menta/16x16/status/gnome-netstatus-disconn.png +share/icons/menta/16x16/status/gnome-netstatus-error.png +share/icons/menta/16x16/status/gnome-netstatus-idle.png +share/icons/menta/16x16/status/gnome-netstatus-rx.png +share/icons/menta/16x16/status/gnome-netstatus-tx.png +share/icons/menta/16x16/status/gnome-netstatus-txrx.png +share/icons/menta/16x16/status/network-error.png +share/icons/menta/16x16/status/network-idle.png +share/icons/menta/16x16/status/network-offline.png +share/icons/menta/16x16/status/network-receive.png +share/icons/menta/16x16/status/network-transmit-receive.png +share/icons/menta/16x16/status/network-transmit.png +share/icons/menta/16x16/status/nm-adhoc.png +share/icons/menta/16x16/status/nm-device-wired.png +share/icons/menta/16x16/status/nm-device-wireless.png +share/icons/menta/16x16/status/nm-no-connection.png +share/icons/menta/16x16/status/stock_open.png +share/icons/menta/22x22/actions/add.png +share/icons/menta/22x22/actions/document-open.png +share/icons/menta/22x22/actions/fileopen.png +share/icons/menta/22x22/actions/folder-new.png +share/icons/menta/22x22/actions/folder_new.png +share/icons/menta/22x22/actions/gtk-add.png +share/icons/menta/22x22/actions/gtk-open.png +share/icons/menta/22x22/actions/gtk-remove.png +share/icons/menta/22x22/actions/list-add.png +share/icons/menta/22x22/actions/list-remove.png +share/icons/menta/22x22/actions/remove.png +share/icons/menta/22x22/actions/stock_new-dir.png +share/icons/menta/22x22/apps/background.png +share/icons/menta/22x22/apps/gnome-remote-desktop.png +share/icons/menta/22x22/apps/gnome-settings-background.png +share/icons/menta/22x22/apps/krfb.png +share/icons/menta/22x22/apps/preferences-desktop-display.png +share/icons/menta/22x22/apps/preferences-desktop-remote-desktop.png +share/icons/menta/22x22/apps/preferences-desktop-wallpaper.png +share/icons/menta/22x22/apps/wallpaper.png +share/icons/menta/22x22/apps/xfce4-backdrop.png +share/icons/menta/22x22/categories/preferences-system-network.png +share/icons/menta/22x22/devices/chardevice.png +share/icons/menta/22x22/devices/computer.png +share/icons/menta/22x22/devices/display.png +share/icons/menta/22x22/devices/gnome-dev-computer.png +share/icons/menta/22x22/devices/gnome-fs-client.png +share/icons/menta/22x22/devices/system.png +share/icons/menta/22x22/devices/video-display.png +share/icons/menta/22x22/devices/xfce4-display.png +share/icons/menta/22x22/places/desktop.png +share/icons/menta/22x22/places/distributor-logo.png +share/icons/menta/22x22/places/folder-documents.png +share/icons/menta/22x22/places/folder-download.png +share/icons/menta/22x22/places/folder-music.png +share/icons/menta/22x22/places/folder-pictures.png +share/icons/menta/22x22/places/folder-publicshare.png +share/icons/menta/22x22/places/folder-remote.png +share/icons/menta/22x22/places/folder-templates.png +share/icons/menta/22x22/places/folder-videos.png +share/icons/menta/22x22/places/folder.png +share/icons/menta/22x22/places/folder_home.png +share/icons/menta/22x22/places/gnome-fs-desktop.png +share/icons/menta/22x22/places/gnome-fs-directory.png +share/icons/menta/22x22/places/gnome-fs-ftp.png +share/icons/menta/22x22/places/gnome-fs-home.png +share/icons/menta/22x22/places/gnome-fs-network.png +share/icons/menta/22x22/places/gnome-fs-nfs.png +share/icons/menta/22x22/places/gnome-fs-share.png +share/icons/menta/22x22/places/gnome-fs-smb.png +share/icons/menta/22x22/places/gnome-fs-ssh.png +share/icons/menta/22x22/places/gnome-main-menu.png +share/icons/menta/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/22x22/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/22x22/places/gtk-directory.png +share/icons/menta/22x22/places/gtk-network.png +share/icons/menta/22x22/places/inode-directory.png +share/icons/menta/22x22/places/network-workgroup.png +share/icons/menta/22x22/places/network.png +share/icons/menta/22x22/places/network_local.png +share/icons/menta/22x22/places/novell-button.png +share/icons/menta/22x22/places/start-here.png +share/icons/menta/22x22/places/stock_folder.png +share/icons/menta/22x22/places/user-bookmarks.png +share/icons/menta/22x22/places/user-desktop.png +share/icons/menta/22x22/places/user-home.png +share/icons/menta/22x22/status/avatar-default.png +share/icons/menta/22x22/status/connect_creating.png +share/icons/menta/22x22/status/connect_established.png +share/icons/menta/22x22/status/connect_no.png +share/icons/menta/22x22/status/folder-drag-accept.png +share/icons/menta/22x22/status/folder-open.png +share/icons/menta/22x22/status/folder-visiting.png +share/icons/menta/22x22/status/folder_open.png +share/icons/menta/22x22/status/gnome-fs-directory-accept.png +share/icons/menta/22x22/status/gnome-fs-directory-visiting.png +share/icons/menta/22x22/status/gnome-netstatus-disconn.png +share/icons/menta/22x22/status/gnome-netstatus-error.png +share/icons/menta/22x22/status/gnome-netstatus-idle.png +share/icons/menta/22x22/status/gnome-netstatus-rx.png +share/icons/menta/22x22/status/gnome-netstatus-tx.png +share/icons/menta/22x22/status/gnome-netstatus-txrx.png +share/icons/menta/22x22/status/network-error.png +share/icons/menta/22x22/status/network-idle.png +share/icons/menta/22x22/status/network-offline.png +share/icons/menta/22x22/status/network-receive.png +share/icons/menta/22x22/status/network-transmit-receive.png +share/icons/menta/22x22/status/network-transmit.png +share/icons/menta/22x22/status/nm-adhoc.png +share/icons/menta/22x22/status/nm-device-wired.png +share/icons/menta/22x22/status/nm-device-wireless.png +share/icons/menta/22x22/status/nm-no-connection.png +share/icons/menta/22x22/status/stock_open.png +share/icons/menta/24x24/actions/add.png +share/icons/menta/24x24/actions/document-open.png +share/icons/menta/24x24/actions/fileopen.png +share/icons/menta/24x24/actions/folder-new.png +share/icons/menta/24x24/actions/folder_new.png +share/icons/menta/24x24/actions/gtk-add.png +share/icons/menta/24x24/actions/gtk-open.png +share/icons/menta/24x24/actions/gtk-remove.png +share/icons/menta/24x24/actions/list-add.png +share/icons/menta/24x24/actions/list-remove.png +share/icons/menta/24x24/actions/remove.png +share/icons/menta/24x24/actions/stock_new-dir.png +share/icons/menta/24x24/apps/background.png +share/icons/menta/24x24/apps/gnome-remote-desktop.png +share/icons/menta/24x24/apps/gnome-settings-background.png +share/icons/menta/24x24/apps/krfb.png +share/icons/menta/24x24/apps/preferences-desktop-display.png +share/icons/menta/24x24/apps/preferences-desktop-remote-desktop.png +share/icons/menta/24x24/apps/preferences-desktop-wallpaper.png +share/icons/menta/24x24/apps/wallpaper.png +share/icons/menta/24x24/apps/xfce4-backdrop.png +share/icons/menta/24x24/categories/preferences-system-network.png +share/icons/menta/24x24/devices/chardevice.png +share/icons/menta/24x24/devices/computer.png +share/icons/menta/24x24/devices/display.png +share/icons/menta/24x24/devices/gnome-dev-computer.png +share/icons/menta/24x24/devices/gnome-fs-client.png +share/icons/menta/24x24/devices/system.png +share/icons/menta/24x24/devices/video-display.png +share/icons/menta/24x24/devices/xfce4-display.png +share/icons/menta/24x24/places/desktop.png +share/icons/menta/24x24/places/distributor-logo.png +share/icons/menta/24x24/places/folder-documents.png +share/icons/menta/24x24/places/folder-download.png +share/icons/menta/24x24/places/folder-music.png +share/icons/menta/24x24/places/folder-pictures.png +share/icons/menta/24x24/places/folder-publicshare.png +share/icons/menta/24x24/places/folder-remote.png +share/icons/menta/24x24/places/folder-templates.png +share/icons/menta/24x24/places/folder-videos.png +share/icons/menta/24x24/places/folder.png +share/icons/menta/24x24/places/folder_home.png +share/icons/menta/24x24/places/gnome-fs-desktop.png +share/icons/menta/24x24/places/gnome-fs-directory.png +share/icons/menta/24x24/places/gnome-fs-ftp.png +share/icons/menta/24x24/places/gnome-fs-home.png +share/icons/menta/24x24/places/gnome-fs-network.png +share/icons/menta/24x24/places/gnome-fs-nfs.png +share/icons/menta/24x24/places/gnome-fs-share.png +share/icons/menta/24x24/places/gnome-fs-smb.png +share/icons/menta/24x24/places/gnome-fs-ssh.png +share/icons/menta/24x24/places/gnome-main-menu.png +share/icons/menta/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/24x24/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/24x24/places/gtk-directory.png +share/icons/menta/24x24/places/gtk-network.png +share/icons/menta/24x24/places/inode-directory.png +share/icons/menta/24x24/places/network-workgroup.png +share/icons/menta/24x24/places/network.png +share/icons/menta/24x24/places/network_local.png +share/icons/menta/24x24/places/novell-button.png +share/icons/menta/24x24/places/start-here.png +share/icons/menta/24x24/places/stock_folder.png +share/icons/menta/24x24/places/user-bookmarks.png +share/icons/menta/24x24/places/user-desktop.png +share/icons/menta/24x24/places/user-home.png +share/icons/menta/24x24/status/avatar-default.png +share/icons/menta/24x24/status/connect_creating.png +share/icons/menta/24x24/status/connect_established.png +share/icons/menta/24x24/status/connect_no.png +share/icons/menta/24x24/status/folder-drag-accept.png +share/icons/menta/24x24/status/folder-open.png +share/icons/menta/24x24/status/folder-visiting.png +share/icons/menta/24x24/status/folder_open.png +share/icons/menta/24x24/status/gnome-fs-directory-accept.png +share/icons/menta/24x24/status/gnome-fs-directory-visiting.png +share/icons/menta/24x24/status/gnome-netstatus-disconn.png +share/icons/menta/24x24/status/gnome-netstatus-error.png +share/icons/menta/24x24/status/gnome-netstatus-idle.png +share/icons/menta/24x24/status/gnome-netstatus-rx.png +share/icons/menta/24x24/status/gnome-netstatus-tx.png +share/icons/menta/24x24/status/gnome-netstatus-txrx.png +share/icons/menta/24x24/status/network-error.png +share/icons/menta/24x24/status/network-idle.png +share/icons/menta/24x24/status/network-offline.png +share/icons/menta/24x24/status/network-receive.png +share/icons/menta/24x24/status/network-transmit-receive.png +share/icons/menta/24x24/status/network-transmit.png +share/icons/menta/24x24/status/nm-adhoc.png +share/icons/menta/24x24/status/nm-device-wired.png +share/icons/menta/24x24/status/nm-device-wireless.png +share/icons/menta/24x24/status/nm-no-connection.png +share/icons/menta/24x24/status/stock_open.png +share/icons/menta/256x256/actions/document-open.png +share/icons/menta/256x256/actions/fileopen.png +share/icons/menta/256x256/actions/folder-new.png +share/icons/menta/256x256/actions/folder_new.png +share/icons/menta/256x256/actions/gtk-open.png +share/icons/menta/256x256/actions/stock_new-dir.png +share/icons/menta/256x256/apps/background.png +share/icons/menta/256x256/apps/gnome-remote-desktop.png +share/icons/menta/256x256/apps/gnome-settings-background.png +share/icons/menta/256x256/apps/krfb.png +share/icons/menta/256x256/apps/preferences-desktop-display.png +share/icons/menta/256x256/apps/preferences-desktop-remote-desktop.png +share/icons/menta/256x256/apps/preferences-desktop-wallpaper.png +share/icons/menta/256x256/apps/wallpaper.png +share/icons/menta/256x256/apps/xfce4-backdrop.png +share/icons/menta/256x256/categories/preferences-system-network.png +share/icons/menta/256x256/devices/chardevice.png +share/icons/menta/256x256/devices/computer.png +share/icons/menta/256x256/devices/display.png +share/icons/menta/256x256/devices/gnome-dev-computer.png +share/icons/menta/256x256/devices/gnome-fs-client.png +share/icons/menta/256x256/devices/system.png +share/icons/menta/256x256/devices/video-display.png +share/icons/menta/256x256/devices/xfce4-display.png +share/icons/menta/256x256/places/desktop.png +share/icons/menta/256x256/places/folder-documents.png +share/icons/menta/256x256/places/folder-download.png +share/icons/menta/256x256/places/folder-music.png +share/icons/menta/256x256/places/folder-pictures.png +share/icons/menta/256x256/places/folder-publicshare.png +share/icons/menta/256x256/places/folder-remote.png +share/icons/menta/256x256/places/folder-templates.png +share/icons/menta/256x256/places/folder-videos.png +share/icons/menta/256x256/places/folder.png +share/icons/menta/256x256/places/folder_home.png +share/icons/menta/256x256/places/gnome-fs-desktop.png +share/icons/menta/256x256/places/gnome-fs-directory.png +share/icons/menta/256x256/places/gnome-fs-ftp.png +share/icons/menta/256x256/places/gnome-fs-home.png +share/icons/menta/256x256/places/gnome-fs-network.png +share/icons/menta/256x256/places/gnome-fs-nfs.png +share/icons/menta/256x256/places/gnome-fs-share.png +share/icons/menta/256x256/places/gnome-fs-smb.png +share/icons/menta/256x256/places/gnome-fs-ssh.png +share/icons/menta/256x256/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/256x256/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/256x256/places/gtk-directory.png +share/icons/menta/256x256/places/gtk-network.png +share/icons/menta/256x256/places/inode-directory.png +share/icons/menta/256x256/places/network-workgroup.png +share/icons/menta/256x256/places/network.png +share/icons/menta/256x256/places/network_local.png +share/icons/menta/256x256/places/stock_folder.png +share/icons/menta/256x256/places/user-bookmarks.png +share/icons/menta/256x256/places/user-desktop.png +share/icons/menta/256x256/places/user-home.png +share/icons/menta/256x256/status/avatar-default.png +share/icons/menta/256x256/status/connect_creating.png +share/icons/menta/256x256/status/connect_established.png +share/icons/menta/256x256/status/connect_no.png +share/icons/menta/256x256/status/folder-drag-accept.png +share/icons/menta/256x256/status/folder-open.png +share/icons/menta/256x256/status/folder-visiting.png +share/icons/menta/256x256/status/folder_open.png +share/icons/menta/256x256/status/gnome-fs-directory-accept.png +share/icons/menta/256x256/status/gnome-fs-directory-visiting.png +share/icons/menta/256x256/status/gnome-netstatus-disconn.png +share/icons/menta/256x256/status/gnome-netstatus-error.png +share/icons/menta/256x256/status/gnome-netstatus-idle.png +share/icons/menta/256x256/status/gnome-netstatus-rx.png +share/icons/menta/256x256/status/gnome-netstatus-tx.png +share/icons/menta/256x256/status/gnome-netstatus-txrx.png +share/icons/menta/256x256/status/network-error.png +share/icons/menta/256x256/status/network-idle.png +share/icons/menta/256x256/status/network-offline.png +share/icons/menta/256x256/status/network-receive.png +share/icons/menta/256x256/status/network-transmit-receive.png +share/icons/menta/256x256/status/network-transmit.png +share/icons/menta/256x256/status/nm-adhoc.png +share/icons/menta/256x256/status/nm-device-wired.png +share/icons/menta/256x256/status/nm-device-wireless.png +share/icons/menta/256x256/status/nm-no-connection.png +share/icons/menta/256x256/status/stock_open.png +share/icons/menta/32x32/actions/add.png +share/icons/menta/32x32/actions/document-open.png +share/icons/menta/32x32/actions/fileopen.png +share/icons/menta/32x32/actions/folder-new.png +share/icons/menta/32x32/actions/folder_new.png +share/icons/menta/32x32/actions/gtk-add.png +share/icons/menta/32x32/actions/gtk-open.png +share/icons/menta/32x32/actions/gtk-remove.png +share/icons/menta/32x32/actions/list-add.png +share/icons/menta/32x32/actions/list-remove.png +share/icons/menta/32x32/actions/remove.png +share/icons/menta/32x32/actions/stock_new-dir.png +share/icons/menta/32x32/apps/background.png +share/icons/menta/32x32/apps/gnome-remote-desktop.png +share/icons/menta/32x32/apps/gnome-settings-background.png +share/icons/menta/32x32/apps/krfb.png +share/icons/menta/32x32/apps/preferences-desktop-display.png +share/icons/menta/32x32/apps/preferences-desktop-remote-desktop.png +share/icons/menta/32x32/apps/preferences-desktop-wallpaper.png +share/icons/menta/32x32/apps/wallpaper.png +share/icons/menta/32x32/apps/xfce4-backdrop.png +share/icons/menta/32x32/categories/preferences-system-network.png +share/icons/menta/32x32/devices/chardevice.png +share/icons/menta/32x32/devices/computer.png +share/icons/menta/32x32/devices/display.png +share/icons/menta/32x32/devices/gnome-dev-computer.png +share/icons/menta/32x32/devices/gnome-fs-client.png +share/icons/menta/32x32/devices/system.png +share/icons/menta/32x32/devices/video-display.png +share/icons/menta/32x32/devices/xfce4-display.png +share/icons/menta/32x32/places/desktop.png +share/icons/menta/32x32/places/distributor-logo.png +share/icons/menta/32x32/places/folder-documents.png +share/icons/menta/32x32/places/folder-download.png +share/icons/menta/32x32/places/folder-music.png +share/icons/menta/32x32/places/folder-pictures.png +share/icons/menta/32x32/places/folder-publicshare.png +share/icons/menta/32x32/places/folder-remote.png +share/icons/menta/32x32/places/folder-templates.png +share/icons/menta/32x32/places/folder-videos.png +share/icons/menta/32x32/places/folder.png +share/icons/menta/32x32/places/folder_home.png +share/icons/menta/32x32/places/gnome-fs-desktop.png +share/icons/menta/32x32/places/gnome-fs-directory.png +share/icons/menta/32x32/places/gnome-fs-ftp.png +share/icons/menta/32x32/places/gnome-fs-home.png +share/icons/menta/32x32/places/gnome-fs-network.png +share/icons/menta/32x32/places/gnome-fs-nfs.png +share/icons/menta/32x32/places/gnome-fs-share.png +share/icons/menta/32x32/places/gnome-fs-smb.png +share/icons/menta/32x32/places/gnome-fs-ssh.png +share/icons/menta/32x32/places/gnome-main-menu.png +share/icons/menta/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/32x32/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/32x32/places/gtk-directory.png +share/icons/menta/32x32/places/gtk-network.png +share/icons/menta/32x32/places/inode-directory.png +share/icons/menta/32x32/places/network-workgroup.png +share/icons/menta/32x32/places/network.png +share/icons/menta/32x32/places/network_local.png +share/icons/menta/32x32/places/novell-button.png +share/icons/menta/32x32/places/start-here.png +share/icons/menta/32x32/places/stock_folder.png +share/icons/menta/32x32/places/user-bookmarks.png +share/icons/menta/32x32/places/user-desktop.png +share/icons/menta/32x32/places/user-home.png +share/icons/menta/32x32/status/avatar-default.png +share/icons/menta/32x32/status/connect_creating.png +share/icons/menta/32x32/status/connect_established.png +share/icons/menta/32x32/status/connect_no.png +share/icons/menta/32x32/status/folder-drag-accept.png +share/icons/menta/32x32/status/folder-open.png +share/icons/menta/32x32/status/folder-visiting.png +share/icons/menta/32x32/status/folder_open.png +share/icons/menta/32x32/status/gnome-fs-directory-accept.png +share/icons/menta/32x32/status/gnome-fs-directory-visiting.png +share/icons/menta/32x32/status/gnome-netstatus-disconn.png +share/icons/menta/32x32/status/gnome-netstatus-error.png +share/icons/menta/32x32/status/gnome-netstatus-idle.png +share/icons/menta/32x32/status/gnome-netstatus-rx.png +share/icons/menta/32x32/status/gnome-netstatus-tx.png +share/icons/menta/32x32/status/gnome-netstatus-txrx.png +share/icons/menta/32x32/status/network-error.png +share/icons/menta/32x32/status/network-idle.png +share/icons/menta/32x32/status/network-offline.png +share/icons/menta/32x32/status/network-receive.png +share/icons/menta/32x32/status/network-transmit-receive.png +share/icons/menta/32x32/status/network-transmit.png +share/icons/menta/32x32/status/nm-adhoc.png +share/icons/menta/32x32/status/nm-device-wired.png +share/icons/menta/32x32/status/nm-device-wireless.png +share/icons/menta/32x32/status/nm-no-connection.png +share/icons/menta/32x32/status/stock_open.png +share/icons/menta/48x48/actions/add.png +share/icons/menta/48x48/actions/document-open.png +share/icons/menta/48x48/actions/fileopen.png +share/icons/menta/48x48/actions/folder-new.png +share/icons/menta/48x48/actions/folder_new.png +share/icons/menta/48x48/actions/gtk-add.png +share/icons/menta/48x48/actions/gtk-open.png +share/icons/menta/48x48/actions/gtk-remove.png +share/icons/menta/48x48/actions/list-add.png +share/icons/menta/48x48/actions/list-remove.png +share/icons/menta/48x48/actions/remove.png +share/icons/menta/48x48/actions/stock_new-dir.png +share/icons/menta/48x48/apps/background.png +share/icons/menta/48x48/apps/gnome-remote-desktop.png +share/icons/menta/48x48/apps/gnome-settings-background.png +share/icons/menta/48x48/apps/krfb.png +share/icons/menta/48x48/apps/preferences-desktop-display.png +share/icons/menta/48x48/apps/preferences-desktop-remote-desktop.png +share/icons/menta/48x48/apps/preferences-desktop-wallpaper.png +share/icons/menta/48x48/apps/wallpaper.png +share/icons/menta/48x48/apps/xfce4-backdrop.png +share/icons/menta/48x48/categories/preferences-system-network.png +share/icons/menta/48x48/devices/chardevice.png +share/icons/menta/48x48/devices/computer.png +share/icons/menta/48x48/devices/display.png +share/icons/menta/48x48/devices/gnome-dev-computer.png +share/icons/menta/48x48/devices/gnome-fs-client.png +share/icons/menta/48x48/devices/system.png +share/icons/menta/48x48/devices/video-display.png +share/icons/menta/48x48/devices/xfce4-display.png +share/icons/menta/48x48/places/desktop.png +share/icons/menta/48x48/places/distributor-logo.png +share/icons/menta/48x48/places/folder-documents.png +share/icons/menta/48x48/places/folder-download.png +share/icons/menta/48x48/places/folder-music.png +share/icons/menta/48x48/places/folder-pictures.png +share/icons/menta/48x48/places/folder-publicshare.png +share/icons/menta/48x48/places/folder-remote.png +share/icons/menta/48x48/places/folder-templates.png +share/icons/menta/48x48/places/folder-videos.png +share/icons/menta/48x48/places/folder.png +share/icons/menta/48x48/places/folder_home.png +share/icons/menta/48x48/places/gnome-fs-desktop.png +share/icons/menta/48x48/places/gnome-fs-directory.png +share/icons/menta/48x48/places/gnome-fs-ftp.png +share/icons/menta/48x48/places/gnome-fs-home.png +share/icons/menta/48x48/places/gnome-fs-network.png +share/icons/menta/48x48/places/gnome-fs-nfs.png +share/icons/menta/48x48/places/gnome-fs-share.png +share/icons/menta/48x48/places/gnome-fs-smb.png +share/icons/menta/48x48/places/gnome-fs-ssh.png +share/icons/menta/48x48/places/gnome-main-menu.png +share/icons/menta/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/48x48/places/gtk-directory.png +share/icons/menta/48x48/places/gtk-network.png +share/icons/menta/48x48/places/inode-directory.png +share/icons/menta/48x48/places/network-workgroup.png +share/icons/menta/48x48/places/network.png +share/icons/menta/48x48/places/network_local.png +share/icons/menta/48x48/places/novell-button.png +share/icons/menta/48x48/places/start-here.png +share/icons/menta/48x48/places/stock_folder.png +share/icons/menta/48x48/places/user-bookmarks.png +share/icons/menta/48x48/places/user-desktop.png +share/icons/menta/48x48/places/user-home.png +share/icons/menta/48x48/status/avatar-default.png +share/icons/menta/48x48/status/connect_creating.png +share/icons/menta/48x48/status/connect_established.png +share/icons/menta/48x48/status/connect_no.png +share/icons/menta/48x48/status/folder-drag-accept.png +share/icons/menta/48x48/status/folder-open.png +share/icons/menta/48x48/status/folder-visiting.png +share/icons/menta/48x48/status/folder_open.png +share/icons/menta/48x48/status/gnome-fs-directory-accept.png +share/icons/menta/48x48/status/gnome-fs-directory-visiting.png +share/icons/menta/48x48/status/gnome-netstatus-disconn.png +share/icons/menta/48x48/status/gnome-netstatus-error.png +share/icons/menta/48x48/status/gnome-netstatus-idle.png +share/icons/menta/48x48/status/gnome-netstatus-rx.png +share/icons/menta/48x48/status/gnome-netstatus-tx.png +share/icons/menta/48x48/status/gnome-netstatus-txrx.png +share/icons/menta/48x48/status/network-error.png +share/icons/menta/48x48/status/network-idle.png +share/icons/menta/48x48/status/network-offline.png +share/icons/menta/48x48/status/network-receive.png +share/icons/menta/48x48/status/network-transmit-receive.png +share/icons/menta/48x48/status/network-transmit.png +share/icons/menta/48x48/status/nm-adhoc.png +share/icons/menta/48x48/status/nm-device-wired.png +share/icons/menta/48x48/status/nm-device-wireless.png +share/icons/menta/48x48/status/nm-no-connection.png +share/icons/menta/48x48/status/stock_open.png +share/icons/menta/index.theme +share/icons/menta/scalable/actions/action-unavailable-symbolic.svg +share/icons/menta/scalable/actions/bookmark-add-symbolic.svg +share/icons/menta/scalable/actions/bookmark-new-symbolic.svg +share/icons/menta/scalable/actions/call-end-symbolic.svg +share/icons/menta/scalable/actions/call-start-symbolic.svg +share/icons/menta/scalable/actions/document-open-recent-symbolic.svg +share/icons/menta/scalable/actions/document-open-symbolic.svg +share/icons/menta/scalable/actions/document-page-setup-symbolic.svg +share/icons/menta/scalable/actions/document-properties-symbolic.svg +share/icons/menta/scalable/actions/document-save-as-symbolic.svg +share/icons/menta/scalable/actions/document-save-symbolic.svg +share/icons/menta/scalable/actions/document-send-symbolic.svg +share/icons/menta/scalable/actions/drive-multidisk-symbolic.svg +share/icons/menta/scalable/actions/edit-clear-all-symbolic.svg +share/icons/menta/scalable/actions/edit-clear-rtl-symbolic.svg +share/icons/menta/scalable/actions/edit-clear-symbolic.svg +share/icons/menta/scalable/actions/edit-copy-symbolic.svg +share/icons/menta/scalable/actions/edit-cut-symbolic.svg +share/icons/menta/scalable/actions/edit-delete-symbolic.svg +share/icons/menta/scalable/actions/edit-find-symbolic.svg +share/icons/menta/scalable/actions/edit-paste-symbolic.svg +share/icons/menta/scalable/actions/edit-redo-rtl-symbolic.svg +share/icons/menta/scalable/actions/edit-redo-symbolic.svg +share/icons/menta/scalable/actions/edit-select-all-symbolic.svg +share/icons/menta/scalable/actions/edit-select-symbolic.svg +share/icons/menta/scalable/actions/edit-undo-rtl-symbolic.svg +share/icons/menta/scalable/actions/edit-undo-symbolic.svg +share/icons/menta/scalable/actions/find-location-symbolic.svg +share/icons/menta/scalable/actions/format-indent-less-rtl-symbolic.svg +share/icons/menta/scalable/actions/format-indent-less-symbolic.svg +share/icons/menta/scalable/actions/format-indent-more-rtl-symbolic.svg +share/icons/menta/scalable/actions/format-indent-more-symbolic.svg +share/icons/menta/scalable/actions/format-justify-center-symbolic.svg +share/icons/menta/scalable/actions/format-justify-fill-symbolic.svg +share/icons/menta/scalable/actions/format-justify-left-symbolic.svg +share/icons/menta/scalable/actions/format-justify-right-symbolic.svg +share/icons/menta/scalable/actions/format-text-bold-symbolic.svg +share/icons/menta/scalable/actions/format-text-direction-ltr-symbolic.svg +share/icons/menta/scalable/actions/format-text-direction-rtl-symbolic.svg +share/icons/menta/scalable/actions/format-text-italic-symbolic.svg +share/icons/menta/scalable/actions/format-text-strikethrough-symbolic.svg +share/icons/menta/scalable/actions/format-text-underline-symbolic.svg +share/icons/menta/scalable/actions/go-bottom-symbolic.svg +share/icons/menta/scalable/actions/go-down-symbolic.svg +share/icons/menta/scalable/actions/go-first-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-first-symbolic.svg +share/icons/menta/scalable/actions/go-home-symbolic.svg +share/icons/menta/scalable/actions/go-jump-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-jump-symbolic.svg +share/icons/menta/scalable/actions/go-last-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-last-symbolic.svg +share/icons/menta/scalable/actions/go-next-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-next-symbolic.svg +share/icons/menta/scalable/actions/go-previous-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-previous-symbolic.svg +share/icons/menta/scalable/actions/go-top-symbolic.svg +share/icons/menta/scalable/actions/go-up-symbolic.svg +share/icons/menta/scalable/actions/insert-image-symbolic.svg +share/icons/menta/scalable/actions/insert-link-symbolic.svg +share/icons/menta/scalable/actions/insert-object-symbolic.svg +share/icons/menta/scalable/actions/insert-text-symbolic.svg +share/icons/menta/scalable/actions/list-add-symbolic.svg +share/icons/menta/scalable/actions/list-remove-all-symbolic.svg +share/icons/menta/scalable/actions/list-remove-symbolic.svg +share/icons/menta/scalable/actions/mail-mark-important-symbolic.svg +share/icons/menta/scalable/actions/mail-send-receive-symbolic.svg +share/icons/menta/scalable/actions/mail-send-symbolic.svg +share/icons/menta/scalable/actions/media-eject-symbolic.svg +share/icons/menta/scalable/actions/media-playback-pause-symbolic.svg +share/icons/menta/scalable/actions/media-playback-start-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-playback-start-symbolic.svg +share/icons/menta/scalable/actions/media-playback-stop-symbolic.svg +share/icons/menta/scalable/actions/media-record-symbolic.svg +share/icons/menta/scalable/actions/media-seek-backward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-seek-backward-symbolic.svg +share/icons/menta/scalable/actions/media-seek-forward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-seek-forward-symbolic.svg +share/icons/menta/scalable/actions/media-skip-backward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-skip-backward-symbolic.svg +share/icons/menta/scalable/actions/media-skip-forward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-skip-forward-symbolic.svg +share/icons/menta/scalable/actions/object-flip-horizontal-symbolic.svg +share/icons/menta/scalable/actions/object-flip-vertical-symbolic.svg +share/icons/menta/scalable/actions/object-rotate-left-symbolic.svg +share/icons/menta/scalable/actions/object-rotate-right-symbolic.svg +share/icons/menta/scalable/actions/object-select-symbolic.svg +share/icons/menta/scalable/actions/process-stop-symbolic.svg +share/icons/menta/scalable/actions/send-to-symbolic.svg +share/icons/menta/scalable/actions/system-run-symbolic.svg +share/icons/menta/scalable/actions/system-shutdown-symbolic.svg +share/icons/menta/scalable/actions/tab-new-symbolic.svg +share/icons/menta/scalable/actions/view-continuous-symbolic.svg +share/icons/menta/scalable/actions/view-dual-symbolic.svg +share/icons/menta/scalable/actions/view-fullscreen-symbolic.svg +share/icons/menta/scalable/actions/view-grid-symbolic.svg +share/icons/menta/scalable/actions/view-list-symbolic.svg +share/icons/menta/scalable/actions/view-more-symbolic.svg +share/icons/menta/scalable/actions/view-paged-symbolic.svg +share/icons/menta/scalable/actions/view-refresh-symbolic.svg +share/icons/menta/scalable/actions/view-restore-symbolic.svg +share/icons/menta/scalable/actions/window-close-symbolic.svg +share/icons/menta/scalable/actions/zoom-fit-best-symbolic.svg +share/icons/menta/scalable/actions/zoom-in-symbolic.svg +share/icons/menta/scalable/actions/zoom-original-symbolic.svg +share/icons/menta/scalable/actions/zoom-out-symbolic.svg +share/icons/menta/scalable/apps/accessories-calculator-symbolic.svg +share/icons/menta/scalable/apps/accessories-character-map-symbolic.svg +share/icons/menta/scalable/apps/accessories-dictionary-symbolic.svg +share/icons/menta/scalable/apps/accessories-text-editor-symbolic.svg +share/icons/menta/scalable/apps/applets-screenshooter-symbolic.svg +share/icons/menta/scalable/apps/bluetooth-symbolic.svg +share/icons/menta/scalable/apps/gnome-power-manager-symbolic.svg +share/icons/menta/scalable/apps/goa-panel-symbolic.svg +share/icons/menta/scalable/apps/help-browser-symbolic.svg +share/icons/menta/scalable/apps/preferences-color-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-accessibility-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-display-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-locale-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-screensaver-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-wallpaper-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-network-proxy-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-network-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-notifications-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-privacy-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-search-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-sharing-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-time-symbolic.svg +share/icons/menta/scalable/apps/system-file-manager-symbolic.svg +share/icons/menta/scalable/apps/system-software-install-symbolic.svg +share/icons/menta/scalable/apps/system-users-symbolic.svg +share/icons/menta/scalable/apps/text-editor-symbolic.svg +share/icons/menta/scalable/apps/user-info-symbolic.svg +share/icons/menta/scalable/apps/utilities-system-monitor-symbolic.svg +share/icons/menta/scalable/apps/utilities-terminal-symbolic.svg +share/icons/menta/scalable/apps/web-browser-symbolic.svg +share/icons/menta/scalable/categories/applications-engineering-symbolic.svg +share/icons/menta/scalable/categories/applications-games-symbolic.svg +share/icons/menta/scalable/categories/applications-graphics-symbolic.svg +share/icons/menta/scalable/categories/applications-multimedia-symbolic.svg +share/icons/menta/scalable/categories/applications-science-symbolic.svg +share/icons/menta/scalable/categories/applications-utilities-symbolic.svg +share/icons/menta/scalable/categories/preferences-other-symbolic.svg +share/icons/menta/scalable/categories/preferences-system-symbolic.svg +share/icons/menta/scalable/categories/system-help-symbolic.svg +share/icons/menta/scalable/devices/audio-card-symbolic.svg +share/icons/menta/scalable/devices/audio-input-microphone-symbolic.svg +share/icons/menta/scalable/devices/camera-photo-symbolic.svg +share/icons/menta/scalable/devices/camera-web-symbolic.svg +share/icons/menta/scalable/devices/colorimeter-colorhug-symbolic.svg +share/icons/menta/scalable/devices/computer-apple-ipad-symbolic.svg +share/icons/menta/scalable/devices/computer-symbolic.svg +share/icons/menta/scalable/devices/display-projector-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-system-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-usb-symbolic.svg +share/icons/menta/scalable/devices/drive-multidisk-symbolic.svg +share/icons/menta/scalable/devices/drive-optical-symbolic.svg +share/icons/menta/scalable/devices/drive-removable-media-symbolic.svg +share/icons/menta/scalable/devices/headphones-symbolic.svg +share/icons/menta/scalable/devices/input-dialpad-symbolic.svg +share/icons/menta/scalable/devices/input-gaming-symbolic.svg +share/icons/menta/scalable/devices/input-keyboard-symbolic.svg +share/icons/menta/scalable/devices/input-mouse-symbolic.svg +share/icons/menta/scalable/devices/input-tablet-symbolic.svg +share/icons/menta/scalable/devices/input-touchpad-symbolic.svg +share/icons/menta/scalable/devices/media-flash-symbolic.svg +share/icons/menta/scalable/devices/media-floppy-symbolic.svg +share/icons/menta/scalable/devices/media-optical-bd-symbolic.svg +share/icons/menta/scalable/devices/media-optical-cd-audio-symbolic.svg +share/icons/menta/scalable/devices/media-optical-dvd-symbolic.svg +share/icons/menta/scalable/devices/media-optical-symbolic.svg +share/icons/menta/scalable/devices/media-removable-symbolic.svg +share/icons/menta/scalable/devices/media-zip-symbolic.svg +share/icons/menta/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg +share/icons/menta/scalable/devices/multimedia-player-symbolic.svg +share/icons/menta/scalable/devices/phone-apple-iphone-symbolic.svg +share/icons/menta/scalable/devices/phone-symbolic.svg +share/icons/menta/scalable/devices/printer-network-symbolic.svg +share/icons/menta/scalable/devices/printer-symbolic.svg +share/icons/menta/scalable/devices/scanner-symbolic.svg +share/icons/menta/scalable/devices/video-display-symbolic.svg +share/icons/menta/scalable/emblems/emblem-default-symbolic.svg +share/icons/menta/scalable/emblems/emblem-documents-symbolic.svg +share/icons/menta/scalable/emblems/emblem-favorite-symbolic.svg +share/icons/menta/scalable/emblems/emblem-important-symbolic.svg +share/icons/menta/scalable/emblems/emblem-music-symbolic.svg +share/icons/menta/scalable/emblems/emblem-ok-symbolic.svg +share/icons/menta/scalable/emblems/emblem-photos-symbolic.svg +share/icons/menta/scalable/emblems/emblem-shared-symbolic.svg +share/icons/menta/scalable/emblems/emblem-synchronizing-symbolic.svg +share/icons/menta/scalable/emblems/emblem-system-symbolic.svg +share/icons/menta/scalable/emblems/emblem-videos-symbolic.svg +share/icons/menta/scalable/emotes/face-angel-symbolic.svg +share/icons/menta/scalable/emotes/face-angry-symbolic.svg +share/icons/menta/scalable/emotes/face-confused-symbolic.svg +share/icons/menta/scalable/emotes/face-cool-symbolic.svg +share/icons/menta/scalable/emotes/face-crying-symbolic.svg +share/icons/menta/scalable/emotes/face-devilish-symbolic.svg +share/icons/menta/scalable/emotes/face-embarrassed-symbolic.svg +share/icons/menta/scalable/emotes/face-kiss-symbolic.svg +share/icons/menta/scalable/emotes/face-laugh-symbolic.svg +share/icons/menta/scalable/emotes/face-monkey-symbolic.svg +share/icons/menta/scalable/emotes/face-plain-symbolic.svg +share/icons/menta/scalable/emotes/face-raspberry-symbolic.svg +share/icons/menta/scalable/emotes/face-sad-symbolic.svg +share/icons/menta/scalable/emotes/face-shutmouth-symbolic.svg +share/icons/menta/scalable/emotes/face-sick-symbolic.svg +share/icons/menta/scalable/emotes/face-smile-big-symbolic.svg +share/icons/menta/scalable/emotes/face-smile-symbolic.svg +share/icons/menta/scalable/emotes/face-smirk-symbolic.svg +share/icons/menta/scalable/emotes/face-surprised-symbolic.svg +share/icons/menta/scalable/emotes/face-tired-symbolic.svg +share/icons/menta/scalable/emotes/face-uncertain-symbolic.svg +share/icons/menta/scalable/emotes/face-wink-symbolic.svg +share/icons/menta/scalable/emotes/face-worried-symbolic.svg +share/icons/menta/scalable/emotes/face-yawn-symbolic.svg +share/icons/menta/scalable/mimetypes/application-certificate-symbolic.svg +share/icons/menta/scalable/mimetypes/application-rss+xml-symbolic.svg +share/icons/menta/scalable/mimetypes/application-x-appliance-symbolic.svg +share/icons/menta/scalable/mimetypes/audio-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/package-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/text-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/video-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/x-office-calendar-symbolic.svg +share/icons/menta/scalable/places/folder-documents-symbolic.svg +share/icons/menta/scalable/places/folder-download-symbolic.svg +share/icons/menta/scalable/places/folder-music-symbolic.svg +share/icons/menta/scalable/places/folder-pictures-symbolic.svg +share/icons/menta/scalable/places/folder-publicshare-symbolic.svg +share/icons/menta/scalable/places/folder-remote-symbolic.svg +share/icons/menta/scalable/places/folder-saved-search-symbolic.svg +share/icons/menta/scalable/places/folder-symbolic.svg +share/icons/menta/scalable/places/folder-templates-symbolic.svg +share/icons/menta/scalable/places/folder-videos-symbolic.svg +share/icons/menta/scalable/places/network-server-symbolic.svg +share/icons/menta/scalable/places/network-workgroup-symbolic.svg +share/icons/menta/scalable/places/start-here-symbolic.svg +share/icons/menta/scalable/places/user-bookmarks-symbolic.svg +share/icons/menta/scalable/places/user-home-symbolic.svg +share/icons/menta/scalable/places/user-trash-symbolic.svg +share/icons/menta/scalable/status/alarm-symbolic.svg +share/icons/menta/scalable/status/appointment-missed-symbolic.svg +share/icons/menta/scalable/status/appointment-soon-symbolic.svg +share/icons/menta/scalable/status/audio-volume-high-symbolic.svg +share/icons/menta/scalable/status/audio-volume-low-symbolic.svg +share/icons/menta/scalable/status/audio-volume-medium-symbolic.svg +share/icons/menta/scalable/status/audio-volume-muted-symbolic.svg +share/icons/menta/scalable/status/avatar-default-symbolic.svg +share/icons/menta/scalable/status/battery-caution-charging-symbolic.svg +share/icons/menta/scalable/status/battery-caution-symbolic.svg +share/icons/menta/scalable/status/battery-empty-charging-symbolic.svg +share/icons/menta/scalable/status/battery-empty-symbolic.svg +share/icons/menta/scalable/status/battery-full-charged-symbolic.svg +share/icons/menta/scalable/status/battery-full-charging-symbolic.svg +share/icons/menta/scalable/status/battery-full-symbolic.svg +share/icons/menta/scalable/status/battery-good-charging-symbolic.svg +share/icons/menta/scalable/status/battery-good-symbolic.svg +share/icons/menta/scalable/status/battery-low-charging-symbolic.svg +share/icons/menta/scalable/status/battery-low-symbolic.svg +share/icons/menta/scalable/status/battery-missing-symbolic.svg +share/icons/menta/scalable/status/bluetooth-active-symbolic.svg +share/icons/menta/scalable/status/bluetooth-disabled-symbolic.svg +share/icons/menta/scalable/status/call-missed-symbolic.svg +share/icons/menta/scalable/status/changes-allow-symbolic.svg +share/icons/menta/scalable/status/changes-prevent-symbolic.svg +share/icons/menta/scalable/status/channel-insecure-symbolic.svg +share/icons/menta/scalable/status/channel-secure-symbolic.svg +share/icons/menta/scalable/status/computer-fail-symbolic.svg +share/icons/menta/scalable/status/dialog-error-symbolic.svg +share/icons/menta/scalable/status/dialog-information-symbolic.svg +share/icons/menta/scalable/status/dialog-password-symbolic.svg +share/icons/menta/scalable/status/dialog-question-symbolic.svg +share/icons/menta/scalable/status/dialog-warning-symbolic.svg +share/icons/menta/scalable/status/display-brightness-symbolic.svg +share/icons/menta/scalable/status/keyboard-brightness-symbolic.svg +share/icons/menta/scalable/status/mail-attachment-symbolic.svg +share/icons/menta/scalable/status/mail-read-symbolic.svg +share/icons/menta/scalable/status/mail-replied-symbolic.svg +share/icons/menta/scalable/status/mail-unread-symbolic.svg +share/icons/menta/scalable/status/media-playlist-repeat-symbolic.svg +share/icons/menta/scalable/status/media-playlist-shuffle-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-high-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-low-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-medium-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-muted-symbolic.svg +share/icons/menta/scalable/status/network-cellular-3g-symbolic.svg +share/icons/menta/scalable/status/network-cellular-4g-symbolic.svg +share/icons/menta/scalable/status/network-cellular-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-cellular-connected-symbolic.svg +share/icons/menta/scalable/status/network-cellular-edge-symbolic.svg +share/icons/menta/scalable/status/network-cellular-gprs-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-excellent-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-good-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-none-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-ok-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-weak-symbolic.svg +share/icons/menta/scalable/status/network-cellular-umts-symbolic.svg +share/icons/menta/scalable/status/network-error-symbolic.svg +share/icons/menta/scalable/status/network-idle-symbolic.svg +share/icons/menta/scalable/status/network-no-route-symbolic.svg +share/icons/menta/scalable/status/network-offline-symbolic.svg +share/icons/menta/scalable/status/network-receive-symbolic.svg +share/icons/menta/scalable/status/network-transmit-receive-symbolic.svg +share/icons/menta/scalable/status/network-transmit-symbolic.svg +share/icons/menta/scalable/status/network-vpn-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-vpn-symbolic.svg +share/icons/menta/scalable/status/network-wired-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-wired-disconnected-symbolic.svg +share/icons/menta/scalable/status/network-wired-symbolic.svg +share/icons/menta/scalable/status/network-wireless-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-wireless-connected-symbolic.svg +share/icons/menta/scalable/status/network-wireless-encrypted-symbolic.svg +share/icons/menta/scalable/status/network-wireless-hotspot-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-excellent-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-good-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-none-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-ok-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-weak-symbolic.svg +share/icons/menta/scalable/status/non-starred-symbolic.svg +share/icons/menta/scalable/status/printer-error-symbolic.svg +share/icons/menta/scalable/status/printer-printing-symbolic.svg +share/icons/menta/scalable/status/printer-warning-symbolic.svg +share/icons/menta/scalable/status/security-high-symbolic.svg +share/icons/menta/scalable/status/security-low-symbolic.svg +share/icons/menta/scalable/status/security-medium-symbolic.svg +share/icons/menta/scalable/status/semi-starred-rtl-symbolic.svg +share/icons/menta/scalable/status/semi-starred-symbolic.svg +share/icons/menta/scalable/status/software-update-available-symbolic.svg +share/icons/menta/scalable/status/software-update-urgent-symbolic.svg +share/icons/menta/scalable/status/starred-symbolic.svg +share/icons/menta/scalable/status/task-due-symbolic.svg +share/icons/menta/scalable/status/task-past-due-symbolic.svg +share/icons/menta/scalable/status/touchpad-disabled-symbolic.svg +share/icons/menta/scalable/status/user-available-symbolic.svg +share/icons/menta/scalable/status/user-away-symbolic.svg +share/icons/menta/scalable/status/user-busy-symbolic.svg +share/icons/menta/scalable/status/user-idle-symbolic.svg +share/icons/menta/scalable/status/user-invisible-symbolic.svg +share/icons/menta/scalable/status/user-offline-symbolic.svg +share/icons/menta/scalable/status/user-status-pending-symbolic.svg +share/icons/menta/scalable/status/user-trash-full-symbolic.svg +share/icons/menta/scalable/status/view-wrapped-symbolic.svg +share/icons/menta/scalable/status/weather-clear-night-symbolic.svg +share/icons/menta/scalable/status/weather-clear-symbolic.svg +share/icons/menta/scalable/status/weather-few-clouds-night-symbolic.svg +share/icons/menta/scalable/status/weather-few-clouds-symbolic.svg +share/icons/menta/scalable/status/weather-fog-symbolic.svg +share/icons/menta/scalable/status/weather-overcast-symbolic.svg +share/icons/menta/scalable/status/weather-severe-alert-symbolic.svg +share/icons/menta/scalable/status/weather-showers-scattered-symbolic.svg +share/icons/menta/scalable/status/weather-showers-symbolic.svg +share/icons/menta/scalable/status/weather-snow-symbolic.svg +share/icons/menta/scalable/status/weather-storm-symbolic.svg +@dirrmtry share/icons/menta/scalable/status +@dirrmtry share/icons/menta/scalable/places +@dirrmtry share/icons/menta/scalable/mimetypes +@dirrmtry share/icons/menta/scalable/emotes +@dirrmtry share/icons/menta/scalable/emblems +@dirrmtry share/icons/menta/scalable/devices +@dirrmtry share/icons/menta/scalable/categories +@dirrmtry share/icons/menta/scalable/apps +@dirrmtry share/icons/menta/scalable/actions +@dirrmtry share/icons/menta/scalable +@dirrmtry share/icons/menta/48x48/status +@dirrmtry share/icons/menta/48x48/places +@dirrmtry share/icons/menta/48x48/devices +@dirrmtry share/icons/menta/48x48/categories +@dirrmtry share/icons/menta/48x48/apps +@dirrmtry share/icons/menta/48x48/actions +@dirrmtry share/icons/menta/48x48 +@dirrmtry share/icons/menta/32x32/status +@dirrmtry share/icons/menta/32x32/places +@dirrmtry share/icons/menta/32x32/devices +@dirrmtry share/icons/menta/32x32/categories +@dirrmtry share/icons/menta/32x32/apps +@dirrmtry share/icons/menta/32x32/actions +@dirrmtry share/icons/menta/32x32 +@dirrmtry share/icons/menta/256x256/status +@dirrmtry share/icons/menta/256x256/places +@dirrmtry share/icons/menta/256x256/devices +@dirrmtry share/icons/menta/256x256/categories +@dirrmtry share/icons/menta/256x256/apps +@dirrmtry share/icons/menta/256x256/actions +@dirrmtry share/icons/menta/256x256 +@dirrmtry share/icons/menta/24x24/status +@dirrmtry share/icons/menta/24x24/places +@dirrmtry share/icons/menta/24x24/devices +@dirrmtry share/icons/menta/24x24/categories +@dirrmtry share/icons/menta/24x24/apps +@dirrmtry share/icons/menta/24x24/actions +@dirrmtry share/icons/menta/24x24 +@dirrmtry share/icons/menta/22x22/status +@dirrmtry share/icons/menta/22x22/places +@dirrmtry share/icons/menta/22x22/devices +@dirrmtry share/icons/menta/22x22/categories +@dirrmtry share/icons/menta/22x22/apps +@dirrmtry share/icons/menta/22x22/actions +@dirrmtry share/icons/menta/22x22 +@dirrmtry share/icons/menta/16x16/status +@dirrmtry share/icons/menta/16x16/places +@dirrmtry share/icons/menta/16x16/devices +@dirrmtry share/icons/menta/16x16/categories +@dirrmtry share/icons/menta/16x16/apps +@dirrmtry share/icons/menta/16x16/actions +@dirrmtry share/icons/menta/16x16 +@dirrmtry share/icons/menta +@dirrmtry share/icons/mate/scalable/status +@dirrmtry share/icons/mate/scalable/places +@dirrmtry share/icons/mate/scalable/mimetypes +@dirrmtry share/icons/mate/scalable/emotes +@dirrmtry share/icons/mate/scalable/emblems +@dirrmtry share/icons/mate/scalable/devices +@dirrmtry share/icons/mate/scalable/categories +@dirrmtry share/icons/mate/scalable/apps +@dirrmtry share/icons/mate/scalable/actions +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/8x8/emblems +@dirrmtry share/icons/mate/8x8 +@dirrmtry share/icons/mate/48x48/status +@dirrmtry share/icons/mate/48x48/places +@dirrmtry share/icons/mate/48x48/mimetypes +@dirrmtry share/icons/mate/48x48/emotes +@dirrmtry share/icons/mate/48x48/emblems +@dirrmtry share/icons/mate/48x48/devices +@dirrmtry share/icons/mate/48x48/categories +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48/animations +@dirrmtry share/icons/mate/48x48/actions +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate/32x32/status +@dirrmtry share/icons/mate/32x32/places +@dirrmtry share/icons/mate/32x32/mimetypes +@dirrmtry share/icons/mate/32x32/emotes +@dirrmtry share/icons/mate/32x32/emblems +@dirrmtry share/icons/mate/32x32/devices +@dirrmtry share/icons/mate/32x32/categories +@dirrmtry share/icons/mate/32x32/apps +@dirrmtry share/icons/mate/32x32/animations +@dirrmtry share/icons/mate/32x32/actions +@dirrmtry share/icons/mate/32x32 +@dirrmtry share/icons/mate/256x256/status +@dirrmtry share/icons/mate/256x256/places +@dirrmtry share/icons/mate/256x256/mimetypes +@dirrmtry share/icons/mate/256x256/emotes +@dirrmtry share/icons/mate/256x256/emblems +@dirrmtry share/icons/mate/256x256/devices +@dirrmtry share/icons/mate/256x256/categories +@dirrmtry share/icons/mate/256x256/apps +@dirrmtry share/icons/mate/256x256/actions +@dirrmtry share/icons/mate/256x256 +@dirrmtry share/icons/mate/24x24/status +@dirrmtry share/icons/mate/24x24/places +@dirrmtry share/icons/mate/24x24/mimetypes +@dirrmtry share/icons/mate/24x24/emotes +@dirrmtry share/icons/mate/24x24/emblems +@dirrmtry share/icons/mate/24x24/devices +@dirrmtry share/icons/mate/24x24/categories +@dirrmtry share/icons/mate/24x24/apps +@dirrmtry share/icons/mate/24x24/actions +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate/22x22/status +@dirrmtry share/icons/mate/22x22/places +@dirrmtry share/icons/mate/22x22/mimetypes +@dirrmtry share/icons/mate/22x22/emotes +@dirrmtry share/icons/mate/22x22/emblems +@dirrmtry share/icons/mate/22x22/devices +@dirrmtry share/icons/mate/22x22/categories +@dirrmtry share/icons/mate/22x22/apps +@dirrmtry share/icons/mate/22x22/animations +@dirrmtry share/icons/mate/22x22/actions +@dirrmtry share/icons/mate/22x22 +@dirrmtry share/icons/mate/16x16/status +@dirrmtry share/icons/mate/16x16/places +@dirrmtry share/icons/mate/16x16/mimetypes +@dirrmtry share/icons/mate/16x16/emotes +@dirrmtry share/icons/mate/16x16/emblems +@dirrmtry share/icons/mate/16x16/devices +@dirrmtry share/icons/mate/16x16/categories +@dirrmtry share/icons/mate/16x16/apps +@dirrmtry share/icons/mate/16x16/animations +@dirrmtry share/icons/mate/16x16/actions +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons Property changes on: head/x11-themes/mate-icon-theme/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-icon-theme-faenza/Makefile =================================================================== --- head/x11-themes/mate-icon-theme-faenza/Makefile (nonexistent) +++ head/x11-themes/mate-icon-theme-faenza/Makefile (revision 334661) @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-icon-theme-faenza +PORTVERSION= 1.6.0 +CATEGORIES= x11-themes mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of Faenza and Faience icons for the MATE desktop + +PORTSCOUT= limitw:1,even + +USE_XZ= yes +NO_BUILD= yes +INSTALLS_ICONS= yes + +pre-install: +# work around space in filename which make stage scripts barf +. for i in 16 22 24 32 48 + ${MV} ${WRKSRC}/matefaenza/apps/${i}/numpty\ physics.png \ + ${WRKSRC}/matefaenza/apps/${i}/numptyphysics.png +. endfor + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons + cd ${WRKSRC} && ${COPYTREE_SHARE} matefaenza ${STAGEDIR}${PREFIX}/share/icons + cd ${WRKSRC} && ${COPYTREE_SHARE} matefaenzadark ${STAGEDIR}${PREFIX}/share/icons + cd ${WRKSRC} && ${COPYTREE_SHARE} matefaenzagray ${STAGEDIR}${PREFIX}/share/icons + +.include Property changes on: head/x11-themes/mate-icon-theme-faenza/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-icon-theme-faenza/distinfo =================================================================== --- head/x11-themes/mate-icon-theme-faenza/distinfo (nonexistent) +++ head/x11-themes/mate-icon-theme-faenza/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-icon-theme-faenza-1.6.0.tar.xz) = 8fdf1ebf45b1156230ac923c237e55b26366ffafe19db6c6ba1d46ccb819928b +SIZE (mate/mate-icon-theme-faenza-1.6.0.tar.xz) = 21000520 Property changes on: head/x11-themes/mate-icon-theme-faenza/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-icon-theme-faenza/pkg-descr =================================================================== --- head/x11-themes/mate-icon-theme-faenza/pkg-descr (nonexistent) +++ head/x11-themes/mate-icon-theme-faenza/pkg-descr (revision 334661) @@ -0,0 +1,6 @@ +This icon theme uses Faenza and Faience icon themes by ~Tiheum and +some icons customized for MATE by Rowen Stipe. + +Also, there are some icons from Mint-X-F and Faenza-Fresh icon packs. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-themes/mate-icon-theme-faenza/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-icon-theme-faenza/pkg-plist =================================================================== --- head/x11-themes/mate-icon-theme-faenza/pkg-plist (nonexistent) +++ head/x11-themes/mate-icon-theme-faenza/pkg-plist (revision 334661) @@ -0,0 +1,27630 @@ +share/icons/matefaenza/actions/16/add-files-to-archive.png +share/icons/matefaenza/actions/16/add-folder-to-archive.png +share/icons/matefaenza/actions/16/add.png +share/icons/matefaenza/actions/16/address-book-new.png +share/icons/matefaenza/actions/16/application-exit.png +share/icons/matefaenza/actions/16/appointment-new.png +share/icons/matefaenza/actions/16/appointment.png +share/icons/matefaenza/actions/16/audio-cd-duplicate.png +share/icons/matefaenza/actions/16/audio-cd-new.png +share/icons/matefaenza/actions/16/back.png +share/icons/matefaenza/actions/16/bonobo-component-browser.png +share/icons/matefaenza/actions/16/bookmark-new.png +share/icons/matefaenza/actions/16/bookmark_add.png +share/icons/matefaenza/actions/16/bookmark_list_add.png +share/icons/matefaenza/actions/16/bottom.png +share/icons/matefaenza/actions/16/browser-download.png +share/icons/matefaenza/actions/16/cab_extract.png +share/icons/matefaenza/actions/16/call-start.png +share/icons/matefaenza/actions/16/call-stop.png +share/icons/matefaenza/actions/16/centrejust.png +share/icons/matefaenza/actions/16/contact-new.png +share/icons/matefaenza/actions/16/dialog-apply.png +share/icons/matefaenza/actions/16/dialog-no.png +share/icons/matefaenza/actions/16/dialog-ok.png +share/icons/matefaenza/actions/16/dialog-yes.png +share/icons/matefaenza/actions/16/document-export.png +share/icons/matefaenza/actions/16/document-import.png +share/icons/matefaenza/actions/16/document-new.png +share/icons/matefaenza/actions/16/document-open-recent.png +share/icons/matefaenza/actions/16/document-open.png +share/icons/matefaenza/actions/16/document-page-setup.png +share/icons/matefaenza/actions/16/document-print-preview.png +share/icons/matefaenza/actions/16/document-print.png +share/icons/matefaenza/actions/16/document-properties.png +share/icons/matefaenza/actions/16/document-revert.png +share/icons/matefaenza/actions/16/document-save-as.png +share/icons/matefaenza/actions/16/document-save.png +share/icons/matefaenza/actions/16/document-send.png +share/icons/matefaenza/actions/16/down.png +share/icons/matefaenza/actions/16/edit-add.png +share/icons/matefaenza/actions/16/edit-clear.png +share/icons/matefaenza/actions/16/edit-copy.png +share/icons/matefaenza/actions/16/edit-cut.png +share/icons/matefaenza/actions/16/edit-delete.png +share/icons/matefaenza/actions/16/edit-find-replace.png +share/icons/matefaenza/actions/16/edit-find.png +share/icons/matefaenza/actions/16/edit-paste.png +share/icons/matefaenza/actions/16/edit-redo.png +share/icons/matefaenza/actions/16/edit-select-all.png +share/icons/matefaenza/actions/16/edit-undo.png +share/icons/matefaenza/actions/16/editclear.png +share/icons/matefaenza/actions/16/editcopy.png +share/icons/matefaenza/actions/16/editcut.png +share/icons/matefaenza/actions/16/editdelete.png +share/icons/matefaenza/actions/16/editpaste.png +share/icons/matefaenza/actions/16/exit.png +share/icons/matefaenza/actions/16/extract-archive.png +share/icons/matefaenza/actions/16/file_new.png +share/icons/matefaenza/actions/16/filefind.png +share/icons/matefaenza/actions/16/fileopen.png +share/icons/matefaenza/actions/16/fileprint.png +share/icons/matefaenza/actions/16/filesave.png +share/icons/matefaenza/actions/16/filesaveas.png +share/icons/matefaenza/actions/16/find.png +share/icons/matefaenza/actions/16/finish.png +share/icons/matefaenza/actions/16/folder-copy.png +share/icons/matefaenza/actions/16/folder-move.png +share/icons/matefaenza/actions/16/folder-new.png +share/icons/matefaenza/actions/16/folder_new.png +share/icons/matefaenza/actions/16/format-indent-less.png +share/icons/matefaenza/actions/16/format-indent-more.png +share/icons/matefaenza/actions/16/format-justify-center.png +share/icons/matefaenza/actions/16/format-justify-fill.png +share/icons/matefaenza/actions/16/format-justify-left.png +share/icons/matefaenza/actions/16/format-justify-right.png +share/icons/matefaenza/actions/16/format-text-bold.png +share/icons/matefaenza/actions/16/format-text-direction-ltr.png +share/icons/matefaenza/actions/16/format-text-direction-rtl.png +share/icons/matefaenza/actions/16/format-text-italic.png +share/icons/matefaenza/actions/16/format-text-strikethrough.png +share/icons/matefaenza/actions/16/format-text-underline.png +share/icons/matefaenza/actions/16/forward.png +share/icons/matefaenza/actions/16/games-endturn.png +share/icons/matefaenza/actions/16/gnome-app-install-star.png +share/icons/matefaenza/actions/16/gnome-lockscreen.png +share/icons/matefaenza/actions/16/gnome-log-out.png +share/icons/matefaenza/actions/16/gnome-logout.png +share/icons/matefaenza/actions/16/gnome-run.png +share/icons/matefaenza/actions/16/gnome-searchtool.png +share/icons/matefaenza/actions/16/gnome-session-logout.png +share/icons/matefaenza/actions/16/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/16/gnome-stock-mail-new.png +share/icons/matefaenza/actions/16/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/16/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/16/gnome-stock-text-indent.png +share/icons/matefaenza/actions/16/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/16/go-bottom.png +share/icons/matefaenza/actions/16/go-down.png +share/icons/matefaenza/actions/16/go-first.png +share/icons/matefaenza/actions/16/go-home.png +share/icons/matefaenza/actions/16/go-jump.png +share/icons/matefaenza/actions/16/go-last.png +share/icons/matefaenza/actions/16/go-next.png +share/icons/matefaenza/actions/16/go-previous.png +share/icons/matefaenza/actions/16/go-top.png +share/icons/matefaenza/actions/16/go-up.png +share/icons/matefaenza/actions/16/gohome.png +share/icons/matefaenza/actions/16/gtk-about.png +share/icons/matefaenza/actions/16/gtk-add.png +share/icons/matefaenza/actions/16/gtk-apply.png +share/icons/matefaenza/actions/16/gtk-bold.png +share/icons/matefaenza/actions/16/gtk-cancel.png +share/icons/matefaenza/actions/16/gtk-clear.png +share/icons/matefaenza/actions/16/gtk-close.png +share/icons/matefaenza/actions/16/gtk-copy.png +share/icons/matefaenza/actions/16/gtk-cut.png +share/icons/matefaenza/actions/16/gtk-delete.png +share/icons/matefaenza/actions/16/gtk-edit.png +share/icons/matefaenza/actions/16/gtk-execute.png +share/icons/matefaenza/actions/16/gtk-find-and-replace.png +share/icons/matefaenza/actions/16/gtk-find.png +share/icons/matefaenza/actions/16/gtk-fullscreen.png +share/icons/matefaenza/actions/16/gtk-go-back-ltr.png +share/icons/matefaenza/actions/16/gtk-go-back-rtl.png +share/icons/matefaenza/actions/16/gtk-go-down.png +share/icons/matefaenza/actions/16/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/16/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/16/gtk-go-up.png +share/icons/matefaenza/actions/16/gtk-goto-bottom.png +share/icons/matefaenza/actions/16/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/16/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/16/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/16/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/16/gtk-goto-top.png +share/icons/matefaenza/actions/16/gtk-home.png +share/icons/matefaenza/actions/16/gtk-indent-ltr.png +share/icons/matefaenza/actions/16/gtk-indent-rtl.png +share/icons/matefaenza/actions/16/gtk-info.png +share/icons/matefaenza/actions/16/gtk-italic.png +share/icons/matefaenza/actions/16/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/16/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/16/gtk-justify-center.png +share/icons/matefaenza/actions/16/gtk-justify-fill.png +share/icons/matefaenza/actions/16/gtk-justify-left.png +share/icons/matefaenza/actions/16/gtk-justify-right.png +share/icons/matefaenza/actions/16/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/16/gtk-media-next-ltr.png +share/icons/matefaenza/actions/16/gtk-media-next-rtl.png +share/icons/matefaenza/actions/16/gtk-media-pause.png +share/icons/matefaenza/actions/16/gtk-media-play-ltr.png +share/icons/matefaenza/actions/16/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/16/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/16/gtk-media-record.png +share/icons/matefaenza/actions/16/gtk-media-stop.png +share/icons/matefaenza/actions/16/gtk-new.png +share/icons/matefaenza/actions/16/gtk-no.png +share/icons/matefaenza/actions/16/gtk-ok.png +share/icons/matefaenza/actions/16/gtk-open.png +share/icons/matefaenza/actions/16/gtk-paste.png +share/icons/matefaenza/actions/16/gtk-print-preview.png +share/icons/matefaenza/actions/16/gtk-print.png +share/icons/matefaenza/actions/16/gtk-properties.png +share/icons/matefaenza/actions/16/gtk-quit.png +share/icons/matefaenza/actions/16/gtk-redo-ltr.png +share/icons/matefaenza/actions/16/gtk-refresh.png +share/icons/matefaenza/actions/16/gtk-remove.png +share/icons/matefaenza/actions/16/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/16/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/16/gtk-save-as.png +share/icons/matefaenza/actions/16/gtk-save.png +share/icons/matefaenza/actions/16/gtk-select-all.png +share/icons/matefaenza/actions/16/gtk-sort-ascending.png +share/icons/matefaenza/actions/16/gtk-sort-descending.png +share/icons/matefaenza/actions/16/gtk-spell-check.png +share/icons/matefaenza/actions/16/gtk-stop.png +share/icons/matefaenza/actions/16/gtk-strikethrough.png +share/icons/matefaenza/actions/16/gtk-underline.png +share/icons/matefaenza/actions/16/gtk-undo-ltr.png +share/icons/matefaenza/actions/16/gtk-unindent-ltr.png +share/icons/matefaenza/actions/16/gtk-unindent-rtl.png +share/icons/matefaenza/actions/16/gtk-yes.png +share/icons/matefaenza/actions/16/gtk-zoom-100.png +share/icons/matefaenza/actions/16/gtk-zoom-fit.png +share/icons/matefaenza/actions/16/gtk-zoom-in.png +share/icons/matefaenza/actions/16/gtk-zoom-out.png +share/icons/matefaenza/actions/16/help-about.png +share/icons/matefaenza/actions/16/help-contents.png +share/icons/matefaenza/actions/16/im-message-new.png +share/icons/matefaenza/actions/16/insert-image.png +share/icons/matefaenza/actions/16/insert-link.png +share/icons/matefaenza/actions/16/insert-text.png +share/icons/matefaenza/actions/16/internet-radio-new.png +share/icons/matefaenza/actions/16/iso-image-burn.png +share/icons/matefaenza/actions/16/kfind.png +share/icons/matefaenza/actions/16/kfm-home.png +share/icons/matefaenza/actions/16/leftjust.png +share/icons/matefaenza/actions/16/list-add.png +share/icons/matefaenza/actions/16/list-remove.png +share/icons/matefaenza/actions/16/locationbar-erase.png +share/icons/matefaenza/actions/16/lock.png +share/icons/matefaenza/actions/16/lock.xpm +share/icons/matefaenza/actions/16/lpi-bug.png +share/icons/matefaenza/actions/16/lpi-help.png +share/icons/matefaenza/actions/16/lpi-translate.png +share/icons/matefaenza/actions/16/lxde-logout.png +share/icons/matefaenza/actions/16/mail-attachment.png +share/icons/matefaenza/actions/16/mail-folder-sent.png +share/icons/matefaenza/actions/16/mail-forward.png +share/icons/matefaenza/actions/16/mail-inbox.png +share/icons/matefaenza/actions/16/mail-mark-important.png +share/icons/matefaenza/actions/16/mail-mark-junk.png +share/icons/matefaenza/actions/16/mail-mark-not-junk.png +share/icons/matefaenza/actions/16/mail-mark-notjunk.png +share/icons/matefaenza/actions/16/mail-mark-read.png +share/icons/matefaenza/actions/16/mail-mark-unread.png +share/icons/matefaenza/actions/16/mail-message-new.png +share/icons/matefaenza/actions/16/mail-outbox.png +share/icons/matefaenza/actions/16/mail-read.png +share/icons/matefaenza/actions/16/mail-replied.png +share/icons/matefaenza/actions/16/mail-reply-all.png +share/icons/matefaenza/actions/16/mail-reply-sender.png +share/icons/matefaenza/actions/16/mail-send-receive.png +share/icons/matefaenza/actions/16/mail-send.png +share/icons/matefaenza/actions/16/mail-sent.png +share/icons/matefaenza/actions/16/mail-unread.png +share/icons/matefaenza/actions/16/mail_forward.png +share/icons/matefaenza/actions/16/mail_new.png +share/icons/matefaenza/actions/16/mail_reply.png +share/icons/matefaenza/actions/16/mail_replyall.png +share/icons/matefaenza/actions/16/mail_send.png +share/icons/matefaenza/actions/16/media-eject.png +share/icons/matefaenza/actions/16/media-import-audio-cd.png +share/icons/matefaenza/actions/16/media-optical-audio-new.png +share/icons/matefaenza/actions/16/media-optical-burn.png +share/icons/matefaenza/actions/16/media-optical-copy.png +share/icons/matefaenza/actions/16/media-playback-pause.png +share/icons/matefaenza/actions/16/media-playback-start.png +share/icons/matefaenza/actions/16/media-playback-stop.png +share/icons/matefaenza/actions/16/media-playlist-repeat.png +share/icons/matefaenza/actions/16/media-playlist-shuffle.png +share/icons/matefaenza/actions/16/media-record.png +share/icons/matefaenza/actions/16/media-skip-backward.png +share/icons/matefaenza/actions/16/media-skip-forward.png +share/icons/matefaenza/actions/16/media-write-cd.png +share/icons/matefaenza/actions/16/music-library.png +share/icons/matefaenza/actions/16/next.png +share/icons/matefaenza/actions/16/object-flip-horizontal.png +share/icons/matefaenza/actions/16/object-flip-vertical.png +share/icons/matefaenza/actions/16/object-rotate-left.png +share/icons/matefaenza/actions/16/object-rotate-right.png +share/icons/matefaenza/actions/16/ok.png +share/icons/matefaenza/actions/16/package-available-locked.png +share/icons/matefaenza/actions/16/package-available.png +share/icons/matefaenza/actions/16/package-broken.png +share/icons/matefaenza/actions/16/package-downgrade.png +share/icons/matefaenza/actions/16/package-install.png +share/icons/matefaenza/actions/16/package-installed-locked.png +share/icons/matefaenza/actions/16/package-installed-outdated.png +share/icons/matefaenza/actions/16/package-installed-updated.png +share/icons/matefaenza/actions/16/package-new.png +share/icons/matefaenza/actions/16/package-purge.png +share/icons/matefaenza/actions/16/package-reinstall.png +share/icons/matefaenza/actions/16/package-remove.png +share/icons/matefaenza/actions/16/package-supported.png +share/icons/matefaenza/actions/16/package-upgrade.png +share/icons/matefaenza/actions/16/player-eject.png +share/icons/matefaenza/actions/16/player_end.png +share/icons/matefaenza/actions/16/player_pause.png +share/icons/matefaenza/actions/16/player_play.png +share/icons/matefaenza/actions/16/player_record.png +share/icons/matefaenza/actions/16/player_start.png +share/icons/matefaenza/actions/16/player_stop.png +share/icons/matefaenza/actions/16/podcast-new.png +share/icons/matefaenza/actions/16/preview-file.png +share/icons/matefaenza/actions/16/previous.png +share/icons/matefaenza/actions/16/process-stop.png +share/icons/matefaenza/actions/16/redhat-home.png +share/icons/matefaenza/actions/16/redo.png +share/icons/matefaenza/actions/16/reload.png +share/icons/matefaenza/actions/16/reload3.png +share/icons/matefaenza/actions/16/reload_all_tabs.png +share/icons/matefaenza/actions/16/reload_page.png +share/icons/matefaenza/actions/16/remove.png +share/icons/matefaenza/actions/16/revert.png +share/icons/matefaenza/actions/16/rhythmbox-set-star.png +share/icons/matefaenza/actions/16/rightjust.png +share/icons/matefaenza/actions/16/rotate.png +share/icons/matefaenza/actions/16/search.png +share/icons/matefaenza/actions/16/star.png +share/icons/matefaenza/actions/16/start.png +share/icons/matefaenza/actions/16/stock-refresh.png +share/icons/matefaenza/actions/16/stock_about.png +share/icons/matefaenza/actions/16/stock_add-bookmark.png +share/icons/matefaenza/actions/16/stock_attach.png +share/icons/matefaenza/actions/16/stock_bottom.png +share/icons/matefaenza/actions/16/stock_calc-accept.png +share/icons/matefaenza/actions/16/stock_close.png +share/icons/matefaenza/actions/16/stock_copy.png +share/icons/matefaenza/actions/16/stock_cut.png +share/icons/matefaenza/actions/16/stock_delete.png +share/icons/matefaenza/actions/16/stock_down.png +share/icons/matefaenza/actions/16/stock_file-properties.png +share/icons/matefaenza/actions/16/stock_first.png +share/icons/matefaenza/actions/16/stock_folder-copy.png +share/icons/matefaenza/actions/16/stock_folder-move.png +share/icons/matefaenza/actions/16/stock_folder-properties.png +share/icons/matefaenza/actions/16/stock_fullscreen.png +share/icons/matefaenza/actions/16/stock_help-add-bookmark.png +share/icons/matefaenza/actions/16/stock_home.png +share/icons/matefaenza/actions/16/stock_inbox.png +share/icons/matefaenza/actions/16/stock_last.png +share/icons/matefaenza/actions/16/stock_leave-fullscreen.png +share/icons/matefaenza/actions/16/stock_left.png +share/icons/matefaenza/actions/16/stock_mail-compose.png +share/icons/matefaenza/actions/16/stock_mail-filters-apply.png +share/icons/matefaenza/actions/16/stock_mail-forward.png +share/icons/matefaenza/actions/16/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/16/stock_mail-reply.png +share/icons/matefaenza/actions/16/stock_mail-send-receive.png +share/icons/matefaenza/actions/16/stock_mail-send.png +share/icons/matefaenza/actions/16/stock_mark.png +share/icons/matefaenza/actions/16/stock_media-next.png +share/icons/matefaenza/actions/16/stock_media-pause.png +share/icons/matefaenza/actions/16/stock_media-play.png +share/icons/matefaenza/actions/16/stock_media-prev.png +share/icons/matefaenza/actions/16/stock_media-rec.png +share/icons/matefaenza/actions/16/stock_media-stop.png +share/icons/matefaenza/actions/16/stock_new-address-book.png +share/icons/matefaenza/actions/16/stock_new-appointment.png +share/icons/matefaenza/actions/16/stock_new-bcard.png +share/icons/matefaenza/actions/16/stock_new-dir.png +share/icons/matefaenza/actions/16/stock_new-tab.png +share/icons/matefaenza/actions/16/stock_new-text.png +share/icons/matefaenza/actions/16/stock_new-window.png +share/icons/matefaenza/actions/16/stock_no.png +share/icons/matefaenza/actions/16/stock_outbox.png +share/icons/matefaenza/actions/16/stock_paste.png +share/icons/matefaenza/actions/16/stock_print-preview.png +share/icons/matefaenza/actions/16/stock_print-setup.png +share/icons/matefaenza/actions/16/stock_print.png +share/icons/matefaenza/actions/16/stock_properties.png +share/icons/matefaenza/actions/16/stock_redo.png +share/icons/matefaenza/actions/16/stock_repeat.png +share/icons/matefaenza/actions/16/stock_right.png +share/icons/matefaenza/actions/16/stock_save-as.png +share/icons/matefaenza/actions/16/stock_save.png +share/icons/matefaenza/actions/16/stock_search-and-replace.png +share/icons/matefaenza/actions/16/stock_search.png +share/icons/matefaenza/actions/16/stock_select-all.png +share/icons/matefaenza/actions/16/stock_sent-mail.png +share/icons/matefaenza/actions/16/stock_shuffle.png +share/icons/matefaenza/actions/16/stock_spellcheck.png +share/icons/matefaenza/actions/16/stock_stop.png +share/icons/matefaenza/actions/16/stock_text-strikethrough.png +share/icons/matefaenza/actions/16/stock_text_bold.png +share/icons/matefaenza/actions/16/stock_text_center.png +share/icons/matefaenza/actions/16/stock_text_indent.png +share/icons/matefaenza/actions/16/stock_text_italic.png +share/icons/matefaenza/actions/16/stock_text_justify.png +share/icons/matefaenza/actions/16/stock_text_left.png +share/icons/matefaenza/actions/16/stock_text_right.png +share/icons/matefaenza/actions/16/stock_text_underlined.png +share/icons/matefaenza/actions/16/stock_text_unindent.png +share/icons/matefaenza/actions/16/stock_top.png +share/icons/matefaenza/actions/16/stock_undo.png +share/icons/matefaenza/actions/16/stock_up.png +share/icons/matefaenza/actions/16/stock_yes.png +share/icons/matefaenza/actions/16/stock_zoom-1.png +share/icons/matefaenza/actions/16/stock_zoom-in.png +share/icons/matefaenza/actions/16/stock_zoom-out.png +share/icons/matefaenza/actions/16/stock_zoom-page.png +share/icons/matefaenza/actions/16/stop.png +share/icons/matefaenza/actions/16/system-lock-screen.png +share/icons/matefaenza/actions/16/system-log-out.png +share/icons/matefaenza/actions/16/system-restart-panel.png +share/icons/matefaenza/actions/16/system-run.png +share/icons/matefaenza/actions/16/system-search.png +share/icons/matefaenza/actions/16/system-shutdown-panel-restart.png +share/icons/matefaenza/actions/16/system-shutdown-panel.png +share/icons/matefaenza/actions/16/system-shutdown-restart-panel.png +share/icons/matefaenza/actions/16/system-shutdown.png +share/icons/matefaenza/actions/16/system-upgrade.png +share/icons/matefaenza/actions/16/tab-new.png +share/icons/matefaenza/actions/16/tab_new.png +share/icons/matefaenza/actions/16/tag-new.png +share/icons/matefaenza/actions/16/text_bold.png +share/icons/matefaenza/actions/16/text_italic.png +share/icons/matefaenza/actions/16/text_strike.png +share/icons/matefaenza/actions/16/text_under.png +share/icons/matefaenza/actions/16/tools-check-spelling.png +share/icons/matefaenza/actions/16/top.png +share/icons/matefaenza/actions/16/top.xpm +share/icons/matefaenza/actions/16/undo.png +share/icons/matefaenza/actions/16/up.png +share/icons/matefaenza/actions/16/view-fullscreen.png +share/icons/matefaenza/actions/16/view-list-compact-symbolic.png +share/icons/matefaenza/actions/16/view-list-compact.png +share/icons/matefaenza/actions/16/view-list-details-symbolic.png +share/icons/matefaenza/actions/16/view-list-details.png +share/icons/matefaenza/actions/16/view-list-icons-symbolic.png +share/icons/matefaenza/actions/16/view-list-icons.png +share/icons/matefaenza/actions/16/view-refresh.png +share/icons/matefaenza/actions/16/view-restore.png +share/icons/matefaenza/actions/16/view-sort-ascending.png +share/icons/matefaenza/actions/16/view-sort-descending.png +share/icons/matefaenza/actions/16/viewmag+.png +share/icons/matefaenza/actions/16/viewmag-.png +share/icons/matefaenza/actions/16/viewmag1.png +share/icons/matefaenza/actions/16/viewmagfit.png +share/icons/matefaenza/actions/16/visualization.png +share/icons/matefaenza/actions/16/window-close.png +share/icons/matefaenza/actions/16/window-new.png +share/icons/matefaenza/actions/16/window_fullscreen.png +share/icons/matefaenza/actions/16/window_new.png +share/icons/matefaenza/actions/16/window_nofullscreen.png +share/icons/matefaenza/actions/16/xfce-system-exit.png +share/icons/matefaenza/actions/16/xfce-system-lock.png +share/icons/matefaenza/actions/16/xfsm-logout.png +share/icons/matefaenza/actions/16/zoom-best-fit.png +share/icons/matefaenza/actions/16/zoom-fit-best.png +share/icons/matefaenza/actions/16/zoom-fit.png +share/icons/matefaenza/actions/16/zoom-in.png +share/icons/matefaenza/actions/16/zoom-original.png +share/icons/matefaenza/actions/16/zoom-out.png +share/icons/matefaenza/actions/22/add-files-to-archive.png +share/icons/matefaenza/actions/22/add-folder-to-archive.png +share/icons/matefaenza/actions/22/add.png +share/icons/matefaenza/actions/22/address-book-new.png +share/icons/matefaenza/actions/22/application-exit.png +share/icons/matefaenza/actions/22/appointment-new.png +share/icons/matefaenza/actions/22/appointment.png +share/icons/matefaenza/actions/22/audio-cd-duplicate.png +share/icons/matefaenza/actions/22/audio-cd-new.png +share/icons/matefaenza/actions/22/back.png +share/icons/matefaenza/actions/22/bonobo-component-browser.png +share/icons/matefaenza/actions/22/bookmark-new.png +share/icons/matefaenza/actions/22/bookmark_add.png +share/icons/matefaenza/actions/22/bookmark_list_add.png +share/icons/matefaenza/actions/22/bottom.png +share/icons/matefaenza/actions/22/browser-download.png +share/icons/matefaenza/actions/22/cab_extract.png +share/icons/matefaenza/actions/22/call-start.png +share/icons/matefaenza/actions/22/call-stop.png +share/icons/matefaenza/actions/22/centrejust.png +share/icons/matefaenza/actions/22/contact-new.png +share/icons/matefaenza/actions/22/dialog-apply.png +share/icons/matefaenza/actions/22/dialog-no.png +share/icons/matefaenza/actions/22/dialog-ok.png +share/icons/matefaenza/actions/22/dialog-yes.png +share/icons/matefaenza/actions/22/document-export.png +share/icons/matefaenza/actions/22/document-import.png +share/icons/matefaenza/actions/22/document-new.png +share/icons/matefaenza/actions/22/document-open-recent.png +share/icons/matefaenza/actions/22/document-open.png +share/icons/matefaenza/actions/22/document-page-setup.png +share/icons/matefaenza/actions/22/document-print-preview.png +share/icons/matefaenza/actions/22/document-print.png +share/icons/matefaenza/actions/22/document-properties.png +share/icons/matefaenza/actions/22/document-revert.png +share/icons/matefaenza/actions/22/document-save-as.png +share/icons/matefaenza/actions/22/document-save.png +share/icons/matefaenza/actions/22/document-send.png +share/icons/matefaenza/actions/22/down.png +share/icons/matefaenza/actions/22/edit-add.png +share/icons/matefaenza/actions/22/edit-clear.png +share/icons/matefaenza/actions/22/edit-copy.png +share/icons/matefaenza/actions/22/edit-cut.png +share/icons/matefaenza/actions/22/edit-delete.png +share/icons/matefaenza/actions/22/edit-find-replace.png +share/icons/matefaenza/actions/22/edit-find.png +share/icons/matefaenza/actions/22/edit-paste.png +share/icons/matefaenza/actions/22/edit-redo.png +share/icons/matefaenza/actions/22/edit-select-all.png +share/icons/matefaenza/actions/22/edit-undo.png +share/icons/matefaenza/actions/22/editclear.png +share/icons/matefaenza/actions/22/editcopy.png +share/icons/matefaenza/actions/22/editcut.png +share/icons/matefaenza/actions/22/editdelete.png +share/icons/matefaenza/actions/22/editpaste.png +share/icons/matefaenza/actions/22/exit.png +share/icons/matefaenza/actions/22/extract-archive.png +share/icons/matefaenza/actions/22/file_new.png +share/icons/matefaenza/actions/22/filefind.png +share/icons/matefaenza/actions/22/fileopen.png +share/icons/matefaenza/actions/22/fileprint.png +share/icons/matefaenza/actions/22/filesave.png +share/icons/matefaenza/actions/22/filesaveas.png +share/icons/matefaenza/actions/22/find.png +share/icons/matefaenza/actions/22/finish.png +share/icons/matefaenza/actions/22/folder-copy.png +share/icons/matefaenza/actions/22/folder-move.png +share/icons/matefaenza/actions/22/folder-new.png +share/icons/matefaenza/actions/22/folder_new.png +share/icons/matefaenza/actions/22/format-indent-less.png +share/icons/matefaenza/actions/22/format-indent-more.png +share/icons/matefaenza/actions/22/format-justify-center.png +share/icons/matefaenza/actions/22/format-justify-fill.png +share/icons/matefaenza/actions/22/format-justify-left.png +share/icons/matefaenza/actions/22/format-justify-right.png +share/icons/matefaenza/actions/22/format-text-bold.png +share/icons/matefaenza/actions/22/format-text-direction-ltr.png +share/icons/matefaenza/actions/22/format-text-direction-rtl.png +share/icons/matefaenza/actions/22/format-text-italic.png +share/icons/matefaenza/actions/22/format-text-strikethrough.png +share/icons/matefaenza/actions/22/format-text-underline.png +share/icons/matefaenza/actions/22/forward.png +share/icons/matefaenza/actions/22/games-endturn.png +share/icons/matefaenza/actions/22/gnome-app-install-star.png +share/icons/matefaenza/actions/22/gnome-lockscreen.png +share/icons/matefaenza/actions/22/gnome-log-out.png +share/icons/matefaenza/actions/22/gnome-logout.png +share/icons/matefaenza/actions/22/gnome-run.png +share/icons/matefaenza/actions/22/gnome-searchtool.png +share/icons/matefaenza/actions/22/gnome-session-logout.png +share/icons/matefaenza/actions/22/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/22/gnome-stock-mail-new.png +share/icons/matefaenza/actions/22/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/22/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/22/gnome-stock-text-indent.png +share/icons/matefaenza/actions/22/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/22/go-bottom.png +share/icons/matefaenza/actions/22/go-down.png +share/icons/matefaenza/actions/22/go-first.png +share/icons/matefaenza/actions/22/go-home.png +share/icons/matefaenza/actions/22/go-jump.png +share/icons/matefaenza/actions/22/go-last.png +share/icons/matefaenza/actions/22/go-next.png +share/icons/matefaenza/actions/22/go-previous.png +share/icons/matefaenza/actions/22/go-top.png +share/icons/matefaenza/actions/22/go-up.png +share/icons/matefaenza/actions/22/gohome.png +share/icons/matefaenza/actions/22/gtk-about.png +share/icons/matefaenza/actions/22/gtk-add.png +share/icons/matefaenza/actions/22/gtk-apply.png +share/icons/matefaenza/actions/22/gtk-bold.png +share/icons/matefaenza/actions/22/gtk-cancel.png +share/icons/matefaenza/actions/22/gtk-clear.png +share/icons/matefaenza/actions/22/gtk-close.png +share/icons/matefaenza/actions/22/gtk-copy.png +share/icons/matefaenza/actions/22/gtk-cut.png +share/icons/matefaenza/actions/22/gtk-delete.png +share/icons/matefaenza/actions/22/gtk-edit.png +share/icons/matefaenza/actions/22/gtk-execute.png +share/icons/matefaenza/actions/22/gtk-find-and-replace.png +share/icons/matefaenza/actions/22/gtk-find.png +share/icons/matefaenza/actions/22/gtk-fullscreen.png +share/icons/matefaenza/actions/22/gtk-go-back-ltr.png +share/icons/matefaenza/actions/22/gtk-go-back-rtl.png +share/icons/matefaenza/actions/22/gtk-go-down.png +share/icons/matefaenza/actions/22/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/22/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/22/gtk-go-up.png +share/icons/matefaenza/actions/22/gtk-goto-bottom.png +share/icons/matefaenza/actions/22/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/22/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/22/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/22/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/22/gtk-goto-top.png +share/icons/matefaenza/actions/22/gtk-home.png +share/icons/matefaenza/actions/22/gtk-indent-ltr.png +share/icons/matefaenza/actions/22/gtk-indent-rtl.png +share/icons/matefaenza/actions/22/gtk-info.png +share/icons/matefaenza/actions/22/gtk-italic.png +share/icons/matefaenza/actions/22/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/22/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/22/gtk-justify-center.png +share/icons/matefaenza/actions/22/gtk-justify-fill.png +share/icons/matefaenza/actions/22/gtk-justify-left.png +share/icons/matefaenza/actions/22/gtk-justify-right.png +share/icons/matefaenza/actions/22/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/22/gtk-media-next-ltr.png +share/icons/matefaenza/actions/22/gtk-media-next-rtl.png +share/icons/matefaenza/actions/22/gtk-media-pause.png +share/icons/matefaenza/actions/22/gtk-media-play-ltr.png +share/icons/matefaenza/actions/22/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/22/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/22/gtk-media-record.png +share/icons/matefaenza/actions/22/gtk-media-stop.png +share/icons/matefaenza/actions/22/gtk-new.png +share/icons/matefaenza/actions/22/gtk-no.png +share/icons/matefaenza/actions/22/gtk-ok.png +share/icons/matefaenza/actions/22/gtk-open.png +share/icons/matefaenza/actions/22/gtk-paste.png +share/icons/matefaenza/actions/22/gtk-print-preview.png +share/icons/matefaenza/actions/22/gtk-print.png +share/icons/matefaenza/actions/22/gtk-properties.png +share/icons/matefaenza/actions/22/gtk-quit.png +share/icons/matefaenza/actions/22/gtk-redo-ltr.png +share/icons/matefaenza/actions/22/gtk-refresh.png +share/icons/matefaenza/actions/22/gtk-remove.png +share/icons/matefaenza/actions/22/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/22/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/22/gtk-save-as.png +share/icons/matefaenza/actions/22/gtk-save.png +share/icons/matefaenza/actions/22/gtk-select-all.png +share/icons/matefaenza/actions/22/gtk-sort-ascending.png +share/icons/matefaenza/actions/22/gtk-sort-descending.png +share/icons/matefaenza/actions/22/gtk-spell-check.png +share/icons/matefaenza/actions/22/gtk-stop.png +share/icons/matefaenza/actions/22/gtk-strikethrough.png +share/icons/matefaenza/actions/22/gtk-underline.png +share/icons/matefaenza/actions/22/gtk-undo-ltr.png +share/icons/matefaenza/actions/22/gtk-unindent-ltr.png +share/icons/matefaenza/actions/22/gtk-unindent-rtl.png +share/icons/matefaenza/actions/22/gtk-yes.png +share/icons/matefaenza/actions/22/gtk-zoom-100.png +share/icons/matefaenza/actions/22/gtk-zoom-fit.png +share/icons/matefaenza/actions/22/gtk-zoom-in.png +share/icons/matefaenza/actions/22/gtk-zoom-out.png +share/icons/matefaenza/actions/22/help-about.png +share/icons/matefaenza/actions/22/help-contents.png +share/icons/matefaenza/actions/22/im-message-new.png +share/icons/matefaenza/actions/22/insert-image.png +share/icons/matefaenza/actions/22/insert-link.png +share/icons/matefaenza/actions/22/insert-object.png +share/icons/matefaenza/actions/22/insert-text.png +share/icons/matefaenza/actions/22/internet-radio-new.png +share/icons/matefaenza/actions/22/iso-image-burn.png +share/icons/matefaenza/actions/22/kfind.png +share/icons/matefaenza/actions/22/kfm-home.png +share/icons/matefaenza/actions/22/leftjust.png +share/icons/matefaenza/actions/22/list-add.png +share/icons/matefaenza/actions/22/list-remove.png +share/icons/matefaenza/actions/22/locationbar-erase.png +share/icons/matefaenza/actions/22/lock.png +share/icons/matefaenza/actions/22/lock.xpm +share/icons/matefaenza/actions/22/lxde-logout.png +share/icons/matefaenza/actions/22/mail-attachment.png +share/icons/matefaenza/actions/22/mail-folder-sent.png +share/icons/matefaenza/actions/22/mail-forward.png +share/icons/matefaenza/actions/22/mail-inbox.png +share/icons/matefaenza/actions/22/mail-mark-important.png +share/icons/matefaenza/actions/22/mail-mark-junk.png +share/icons/matefaenza/actions/22/mail-mark-not-junk.png +share/icons/matefaenza/actions/22/mail-mark-notjunk.png +share/icons/matefaenza/actions/22/mail-mark-read.png +share/icons/matefaenza/actions/22/mail-mark-unread.png +share/icons/matefaenza/actions/22/mail-message-new.png +share/icons/matefaenza/actions/22/mail-outbox.png +share/icons/matefaenza/actions/22/mail-read.png +share/icons/matefaenza/actions/22/mail-replied.png +share/icons/matefaenza/actions/22/mail-reply-all.png +share/icons/matefaenza/actions/22/mail-reply-sender.png +share/icons/matefaenza/actions/22/mail-send-receive.png +share/icons/matefaenza/actions/22/mail-send.png +share/icons/matefaenza/actions/22/mail-sent.png +share/icons/matefaenza/actions/22/mail-unread.png +share/icons/matefaenza/actions/22/mail_forward.png +share/icons/matefaenza/actions/22/mail_new.png +share/icons/matefaenza/actions/22/mail_reply.png +share/icons/matefaenza/actions/22/mail_replyall.png +share/icons/matefaenza/actions/22/mail_send.png +share/icons/matefaenza/actions/22/media-eject.png +share/icons/matefaenza/actions/22/media-import-audio-cd.png +share/icons/matefaenza/actions/22/media-optical-audio-new.png +share/icons/matefaenza/actions/22/media-optical-burn.png +share/icons/matefaenza/actions/22/media-optical-copy.png +share/icons/matefaenza/actions/22/media-playback-pause.png +share/icons/matefaenza/actions/22/media-playback-start.png +share/icons/matefaenza/actions/22/media-playback-stop.png +share/icons/matefaenza/actions/22/media-playlist-repeat.png +share/icons/matefaenza/actions/22/media-playlist-shuffle.png +share/icons/matefaenza/actions/22/media-record.png +share/icons/matefaenza/actions/22/media-skip-backward.png +share/icons/matefaenza/actions/22/media-skip-forward.png +share/icons/matefaenza/actions/22/media-write-cd.png +share/icons/matefaenza/actions/22/music-library.png +share/icons/matefaenza/actions/22/next.png +share/icons/matefaenza/actions/22/object-flip-horizontal.png +share/icons/matefaenza/actions/22/object-flip-vertical.png +share/icons/matefaenza/actions/22/object-rotate-left.png +share/icons/matefaenza/actions/22/object-rotate-right.png +share/icons/matefaenza/actions/22/offline.png +share/icons/matefaenza/actions/22/ok.png +share/icons/matefaenza/actions/22/online.png +share/icons/matefaenza/actions/22/package-install.png +share/icons/matefaenza/actions/22/package-remove.png +share/icons/matefaenza/actions/22/package-upgrade.png +share/icons/matefaenza/actions/22/player-eject.png +share/icons/matefaenza/actions/22/player_end.png +share/icons/matefaenza/actions/22/player_pause.png +share/icons/matefaenza/actions/22/player_play.png +share/icons/matefaenza/actions/22/player_record.png +share/icons/matefaenza/actions/22/player_start.png +share/icons/matefaenza/actions/22/player_stop.png +share/icons/matefaenza/actions/22/podcast-new.png +share/icons/matefaenza/actions/22/preview-file.png +share/icons/matefaenza/actions/22/previous.png +share/icons/matefaenza/actions/22/process-stop.png +share/icons/matefaenza/actions/22/redhat-home.png +share/icons/matefaenza/actions/22/redo.png +share/icons/matefaenza/actions/22/reload.png +share/icons/matefaenza/actions/22/reload3.png +share/icons/matefaenza/actions/22/reload_all_tabs.png +share/icons/matefaenza/actions/22/reload_page.png +share/icons/matefaenza/actions/22/remove.png +share/icons/matefaenza/actions/22/revert.png +share/icons/matefaenza/actions/22/rhythmbox-set-star.png +share/icons/matefaenza/actions/22/rightjust.png +share/icons/matefaenza/actions/22/rotate.png +share/icons/matefaenza/actions/22/search.png +share/icons/matefaenza/actions/22/star.png +share/icons/matefaenza/actions/22/start.png +share/icons/matefaenza/actions/22/stock-refresh.png +share/icons/matefaenza/actions/22/stock_about.png +share/icons/matefaenza/actions/22/stock_add-bookmark.png +share/icons/matefaenza/actions/22/stock_attach.png +share/icons/matefaenza/actions/22/stock_bookmark.png +share/icons/matefaenza/actions/22/stock_bottom.png +share/icons/matefaenza/actions/22/stock_calc-accept.png +share/icons/matefaenza/actions/22/stock_close.png +share/icons/matefaenza/actions/22/stock_copy.png +share/icons/matefaenza/actions/22/stock_cut.png +share/icons/matefaenza/actions/22/stock_delete.png +share/icons/matefaenza/actions/22/stock_down.png +share/icons/matefaenza/actions/22/stock_file-properties.png +share/icons/matefaenza/actions/22/stock_first.png +share/icons/matefaenza/actions/22/stock_folder-copy.png +share/icons/matefaenza/actions/22/stock_folder-move.png +share/icons/matefaenza/actions/22/stock_folder-properties.png +share/icons/matefaenza/actions/22/stock_fullscreen.png +share/icons/matefaenza/actions/22/stock_help-add-bookmark.png +share/icons/matefaenza/actions/22/stock_home.png +share/icons/matefaenza/actions/22/stock_inbox.png +share/icons/matefaenza/actions/22/stock_last.png +share/icons/matefaenza/actions/22/stock_leave-fullscreen.png +share/icons/matefaenza/actions/22/stock_left.png +share/icons/matefaenza/actions/22/stock_mail-compose.png +share/icons/matefaenza/actions/22/stock_mail-filters-apply.png +share/icons/matefaenza/actions/22/stock_mail-forward.png +share/icons/matefaenza/actions/22/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/22/stock_mail-reply.png +share/icons/matefaenza/actions/22/stock_mail-send-receive.png +share/icons/matefaenza/actions/22/stock_mail-send.png +share/icons/matefaenza/actions/22/stock_mark.png +share/icons/matefaenza/actions/22/stock_media-next.png +share/icons/matefaenza/actions/22/stock_media-pause.png +share/icons/matefaenza/actions/22/stock_media-play.png +share/icons/matefaenza/actions/22/stock_media-prev.png +share/icons/matefaenza/actions/22/stock_media-rec.png +share/icons/matefaenza/actions/22/stock_media-stop.png +share/icons/matefaenza/actions/22/stock_new-address-book.png +share/icons/matefaenza/actions/22/stock_new-appointment.png +share/icons/matefaenza/actions/22/stock_new-bcard.png +share/icons/matefaenza/actions/22/stock_new-dir.png +share/icons/matefaenza/actions/22/stock_new-tab.png +share/icons/matefaenza/actions/22/stock_new-text.png +share/icons/matefaenza/actions/22/stock_new-window.png +share/icons/matefaenza/actions/22/stock_no.png +share/icons/matefaenza/actions/22/stock_outbox.png +share/icons/matefaenza/actions/22/stock_paste.png +share/icons/matefaenza/actions/22/stock_print-preview.png +share/icons/matefaenza/actions/22/stock_print-setup.png +share/icons/matefaenza/actions/22/stock_print.png +share/icons/matefaenza/actions/22/stock_properties.png +share/icons/matefaenza/actions/22/stock_redo.png +share/icons/matefaenza/actions/22/stock_repeat.png +share/icons/matefaenza/actions/22/stock_right.png +share/icons/matefaenza/actions/22/stock_save-as.png +share/icons/matefaenza/actions/22/stock_save.png +share/icons/matefaenza/actions/22/stock_search-and-replace.png +share/icons/matefaenza/actions/22/stock_search.png +share/icons/matefaenza/actions/22/stock_select-all.png +share/icons/matefaenza/actions/22/stock_sent-mail.png +share/icons/matefaenza/actions/22/stock_shuffle.png +share/icons/matefaenza/actions/22/stock_spellcheck.png +share/icons/matefaenza/actions/22/stock_stop.png +share/icons/matefaenza/actions/22/stock_text-strikethrough.png +share/icons/matefaenza/actions/22/stock_text_bold.png +share/icons/matefaenza/actions/22/stock_text_center.png +share/icons/matefaenza/actions/22/stock_text_indent.png +share/icons/matefaenza/actions/22/stock_text_italic.png +share/icons/matefaenza/actions/22/stock_text_justify.png +share/icons/matefaenza/actions/22/stock_text_left.png +share/icons/matefaenza/actions/22/stock_text_right.png +share/icons/matefaenza/actions/22/stock_text_underlined.png +share/icons/matefaenza/actions/22/stock_text_unindent.png +share/icons/matefaenza/actions/22/stock_top.png +share/icons/matefaenza/actions/22/stock_undo.png +share/icons/matefaenza/actions/22/stock_up.png +share/icons/matefaenza/actions/22/stock_yes.png +share/icons/matefaenza/actions/22/stock_zoom-1.png +share/icons/matefaenza/actions/22/stock_zoom-in.png +share/icons/matefaenza/actions/22/stock_zoom-out.png +share/icons/matefaenza/actions/22/stock_zoom-page.png +share/icons/matefaenza/actions/22/stop.png +share/icons/matefaenza/actions/22/system-lock-screen.png +share/icons/matefaenza/actions/22/system-log-out.png +share/icons/matefaenza/actions/22/system-restart-panel.png +share/icons/matefaenza/actions/22/system-run.png +share/icons/matefaenza/actions/22/system-search.png +share/icons/matefaenza/actions/22/system-shutdown-panel-restart.png +share/icons/matefaenza/actions/22/system-shutdown-panel.png +share/icons/matefaenza/actions/22/system-shutdown-restart-panel.png +share/icons/matefaenza/actions/22/system-shutdown.png +share/icons/matefaenza/actions/22/system-upgrade.png +share/icons/matefaenza/actions/22/tab-new.png +share/icons/matefaenza/actions/22/tab_new.png +share/icons/matefaenza/actions/22/tag-new.png +share/icons/matefaenza/actions/22/text_bold.png +share/icons/matefaenza/actions/22/text_italic.png +share/icons/matefaenza/actions/22/text_strike.png +share/icons/matefaenza/actions/22/text_under.png +share/icons/matefaenza/actions/22/tools-check-spelling.png +share/icons/matefaenza/actions/22/top.png +share/icons/matefaenza/actions/22/top.xpm +share/icons/matefaenza/actions/22/undo.png +share/icons/matefaenza/actions/22/up.png +share/icons/matefaenza/actions/22/view-fullscreen.png +share/icons/matefaenza/actions/22/view-list-compact-symbolic.png +share/icons/matefaenza/actions/22/view-list-compact.png +share/icons/matefaenza/actions/22/view-list-details-symbolic.png +share/icons/matefaenza/actions/22/view-list-details.png +share/icons/matefaenza/actions/22/view-list-icons-symbolic.png +share/icons/matefaenza/actions/22/view-list-icons.png +share/icons/matefaenza/actions/22/view-refresh.png +share/icons/matefaenza/actions/22/view-restore.png +share/icons/matefaenza/actions/22/view-sort-ascending.png +share/icons/matefaenza/actions/22/view-sort-descending.png +share/icons/matefaenza/actions/22/viewmag+.png +share/icons/matefaenza/actions/22/viewmag-.png +share/icons/matefaenza/actions/22/viewmag1.png +share/icons/matefaenza/actions/22/viewmagfit.png +share/icons/matefaenza/actions/22/visualization.png +share/icons/matefaenza/actions/22/window-close.png +share/icons/matefaenza/actions/22/window-new.png +share/icons/matefaenza/actions/22/window_fullscreen.png +share/icons/matefaenza/actions/22/window_new.png +share/icons/matefaenza/actions/22/window_nofullscreen.png +share/icons/matefaenza/actions/22/xfce-system-exit.png +share/icons/matefaenza/actions/22/xfce-system-lock.png +share/icons/matefaenza/actions/22/xfsm-logout.png +share/icons/matefaenza/actions/22/zoom-best-fit.png +share/icons/matefaenza/actions/22/zoom-fit-best.png +share/icons/matefaenza/actions/22/zoom-fit.png +share/icons/matefaenza/actions/22/zoom-in.png +share/icons/matefaenza/actions/22/zoom-original.png +share/icons/matefaenza/actions/22/zoom-out.png +share/icons/matefaenza/actions/24/add-files-to-archive.png +share/icons/matefaenza/actions/24/add-folder-to-archive.png +share/icons/matefaenza/actions/24/add.png +share/icons/matefaenza/actions/24/address-book-new.png +share/icons/matefaenza/actions/24/application-exit.png +share/icons/matefaenza/actions/24/appointment-new.png +share/icons/matefaenza/actions/24/appointment.png +share/icons/matefaenza/actions/24/audio-cd-duplicate.png +share/icons/matefaenza/actions/24/audio-cd-new.png +share/icons/matefaenza/actions/24/back.png +share/icons/matefaenza/actions/24/bonobo-component-browser.png +share/icons/matefaenza/actions/24/bookmark-new.png +share/icons/matefaenza/actions/24/bookmark_add.png +share/icons/matefaenza/actions/24/bookmark_list_add.png +share/icons/matefaenza/actions/24/bottom.png +share/icons/matefaenza/actions/24/browser-download.png +share/icons/matefaenza/actions/24/cab_extract.png +share/icons/matefaenza/actions/24/call-start.png +share/icons/matefaenza/actions/24/call-stop.png +share/icons/matefaenza/actions/24/centrejust.png +share/icons/matefaenza/actions/24/contact-new.png +share/icons/matefaenza/actions/24/dialog-apply.png +share/icons/matefaenza/actions/24/dialog-no.png +share/icons/matefaenza/actions/24/dialog-ok.png +share/icons/matefaenza/actions/24/dialog-yes.png +share/icons/matefaenza/actions/24/document-export.png +share/icons/matefaenza/actions/24/document-import.png +share/icons/matefaenza/actions/24/document-new.png +share/icons/matefaenza/actions/24/document-open-recent.png +share/icons/matefaenza/actions/24/document-open.png +share/icons/matefaenza/actions/24/document-page-setup.png +share/icons/matefaenza/actions/24/document-print-preview.png +share/icons/matefaenza/actions/24/document-print.png +share/icons/matefaenza/actions/24/document-properties.png +share/icons/matefaenza/actions/24/document-revert.png +share/icons/matefaenza/actions/24/document-save-as.png +share/icons/matefaenza/actions/24/document-save.png +share/icons/matefaenza/actions/24/document-send.png +share/icons/matefaenza/actions/24/down.png +share/icons/matefaenza/actions/24/edit-add.png +share/icons/matefaenza/actions/24/edit-clear.png +share/icons/matefaenza/actions/24/edit-copy.png +share/icons/matefaenza/actions/24/edit-cut.png +share/icons/matefaenza/actions/24/edit-delete.png +share/icons/matefaenza/actions/24/edit-find-replace.png +share/icons/matefaenza/actions/24/edit-find.png +share/icons/matefaenza/actions/24/edit-paste.png +share/icons/matefaenza/actions/24/edit-redo.png +share/icons/matefaenza/actions/24/edit-select-all.png +share/icons/matefaenza/actions/24/edit-undo.png +share/icons/matefaenza/actions/24/editclear.png +share/icons/matefaenza/actions/24/editcopy.png +share/icons/matefaenza/actions/24/editcut.png +share/icons/matefaenza/actions/24/editdelete.png +share/icons/matefaenza/actions/24/editpaste.png +share/icons/matefaenza/actions/24/exit.png +share/icons/matefaenza/actions/24/extract-archive.png +share/icons/matefaenza/actions/24/file_new.png +share/icons/matefaenza/actions/24/filefind.png +share/icons/matefaenza/actions/24/fileopen.png +share/icons/matefaenza/actions/24/fileprint.png +share/icons/matefaenza/actions/24/filesave.png +share/icons/matefaenza/actions/24/filesaveas.png +share/icons/matefaenza/actions/24/find.png +share/icons/matefaenza/actions/24/finish.png +share/icons/matefaenza/actions/24/folder-copy.png +share/icons/matefaenza/actions/24/folder-move.png +share/icons/matefaenza/actions/24/folder-new.png +share/icons/matefaenza/actions/24/folder_new.png +share/icons/matefaenza/actions/24/format-indent-less.png +share/icons/matefaenza/actions/24/format-indent-more.png +share/icons/matefaenza/actions/24/format-justify-center.png +share/icons/matefaenza/actions/24/format-justify-fill.png +share/icons/matefaenza/actions/24/format-justify-left.png +share/icons/matefaenza/actions/24/format-justify-right.png +share/icons/matefaenza/actions/24/format-text-bold.png +share/icons/matefaenza/actions/24/format-text-direction-ltr.png +share/icons/matefaenza/actions/24/format-text-direction-rtl.png +share/icons/matefaenza/actions/24/format-text-italic.png +share/icons/matefaenza/actions/24/format-text-strikethrough.png +share/icons/matefaenza/actions/24/format-text-underline.png +share/icons/matefaenza/actions/24/forward.png +share/icons/matefaenza/actions/24/games-endturn.png +share/icons/matefaenza/actions/24/gnome-app-install-star.png +share/icons/matefaenza/actions/24/gnome-lockscreen.png +share/icons/matefaenza/actions/24/gnome-log-out.png +share/icons/matefaenza/actions/24/gnome-logout.png +share/icons/matefaenza/actions/24/gnome-run.png +share/icons/matefaenza/actions/24/gnome-searchtool.png +share/icons/matefaenza/actions/24/gnome-session-logout.png +share/icons/matefaenza/actions/24/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/24/gnome-stock-mail-new.png +share/icons/matefaenza/actions/24/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/24/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/24/gnome-stock-text-indent.png +share/icons/matefaenza/actions/24/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/24/go-bottom.png +share/icons/matefaenza/actions/24/go-down.png +share/icons/matefaenza/actions/24/go-first.png +share/icons/matefaenza/actions/24/go-home.png +share/icons/matefaenza/actions/24/go-jump.png +share/icons/matefaenza/actions/24/go-last.png +share/icons/matefaenza/actions/24/go-next.png +share/icons/matefaenza/actions/24/go-previous.png +share/icons/matefaenza/actions/24/go-top.png +share/icons/matefaenza/actions/24/go-up.png +share/icons/matefaenza/actions/24/gohome.png +share/icons/matefaenza/actions/24/gtk-about.png +share/icons/matefaenza/actions/24/gtk-add.png +share/icons/matefaenza/actions/24/gtk-apply.png +share/icons/matefaenza/actions/24/gtk-bold.png +share/icons/matefaenza/actions/24/gtk-cancel.png +share/icons/matefaenza/actions/24/gtk-clear.png +share/icons/matefaenza/actions/24/gtk-close.png +share/icons/matefaenza/actions/24/gtk-copy.png +share/icons/matefaenza/actions/24/gtk-cut.png +share/icons/matefaenza/actions/24/gtk-delete.png +share/icons/matefaenza/actions/24/gtk-edit.png +share/icons/matefaenza/actions/24/gtk-execute.png +share/icons/matefaenza/actions/24/gtk-find-and-replace.png +share/icons/matefaenza/actions/24/gtk-find.png +share/icons/matefaenza/actions/24/gtk-fullscreen.png +share/icons/matefaenza/actions/24/gtk-go-back-ltr.png +share/icons/matefaenza/actions/24/gtk-go-back-rtl.png +share/icons/matefaenza/actions/24/gtk-go-down.png +share/icons/matefaenza/actions/24/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/24/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/24/gtk-go-up.png +share/icons/matefaenza/actions/24/gtk-goto-bottom.png +share/icons/matefaenza/actions/24/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/24/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/24/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/24/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/24/gtk-goto-top.png +share/icons/matefaenza/actions/24/gtk-home.png +share/icons/matefaenza/actions/24/gtk-indent-ltr.png +share/icons/matefaenza/actions/24/gtk-indent-rtl.png +share/icons/matefaenza/actions/24/gtk-info.png +share/icons/matefaenza/actions/24/gtk-italic.png +share/icons/matefaenza/actions/24/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/24/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/24/gtk-justify-center.png +share/icons/matefaenza/actions/24/gtk-justify-fill.png +share/icons/matefaenza/actions/24/gtk-justify-left.png +share/icons/matefaenza/actions/24/gtk-justify-right.png +share/icons/matefaenza/actions/24/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/24/gtk-media-next-ltr.png +share/icons/matefaenza/actions/24/gtk-media-next-rtl.png +share/icons/matefaenza/actions/24/gtk-media-pause.png +share/icons/matefaenza/actions/24/gtk-media-play-ltr.png +share/icons/matefaenza/actions/24/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/24/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/24/gtk-media-record.png +share/icons/matefaenza/actions/24/gtk-media-stop.png +share/icons/matefaenza/actions/24/gtk-new.png +share/icons/matefaenza/actions/24/gtk-no.png +share/icons/matefaenza/actions/24/gtk-ok.png +share/icons/matefaenza/actions/24/gtk-open.png +share/icons/matefaenza/actions/24/gtk-paste.png +share/icons/matefaenza/actions/24/gtk-print-preview.png +share/icons/matefaenza/actions/24/gtk-print.png +share/icons/matefaenza/actions/24/gtk-properties.png +share/icons/matefaenza/actions/24/gtk-quit.png +share/icons/matefaenza/actions/24/gtk-redo-ltr.png +share/icons/matefaenza/actions/24/gtk-refresh.png +share/icons/matefaenza/actions/24/gtk-remove.png +share/icons/matefaenza/actions/24/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/24/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/24/gtk-save-as.png +share/icons/matefaenza/actions/24/gtk-save.png +share/icons/matefaenza/actions/24/gtk-select-all.png +share/icons/matefaenza/actions/24/gtk-sort-ascending.png +share/icons/matefaenza/actions/24/gtk-sort-descending.png +share/icons/matefaenza/actions/24/gtk-spell-check.png +share/icons/matefaenza/actions/24/gtk-stop.png +share/icons/matefaenza/actions/24/gtk-strikethrough.png +share/icons/matefaenza/actions/24/gtk-underline.png +share/icons/matefaenza/actions/24/gtk-undo-ltr.png +share/icons/matefaenza/actions/24/gtk-unindent-ltr.png +share/icons/matefaenza/actions/24/gtk-unindent-rtl.png +share/icons/matefaenza/actions/24/gtk-yes.png +share/icons/matefaenza/actions/24/gtk-zoom-100.png +share/icons/matefaenza/actions/24/gtk-zoom-fit.png +share/icons/matefaenza/actions/24/gtk-zoom-in.png +share/icons/matefaenza/actions/24/gtk-zoom-out.png +share/icons/matefaenza/actions/24/help-about.png +share/icons/matefaenza/actions/24/help-contents.png +share/icons/matefaenza/actions/24/im-message-new.png +share/icons/matefaenza/actions/24/insert-image.png +share/icons/matefaenza/actions/24/insert-link.png +share/icons/matefaenza/actions/24/insert-object.png +share/icons/matefaenza/actions/24/insert-text.png +share/icons/matefaenza/actions/24/internet-radio-new.png +share/icons/matefaenza/actions/24/iso-image-burn.png +share/icons/matefaenza/actions/24/kfind.png +share/icons/matefaenza/actions/24/kfm-home.png +share/icons/matefaenza/actions/24/leftjust.png +share/icons/matefaenza/actions/24/list-add.png +share/icons/matefaenza/actions/24/list-remove.png +share/icons/matefaenza/actions/24/locationbar-erase.png +share/icons/matefaenza/actions/24/lock.png +share/icons/matefaenza/actions/24/lock.xpm +share/icons/matefaenza/actions/24/lxde-logout.png +share/icons/matefaenza/actions/24/mail-attachment.png +share/icons/matefaenza/actions/24/mail-folder-sent.png +share/icons/matefaenza/actions/24/mail-forward.png +share/icons/matefaenza/actions/24/mail-inbox.png +share/icons/matefaenza/actions/24/mail-mark-important.png +share/icons/matefaenza/actions/24/mail-mark-junk.png +share/icons/matefaenza/actions/24/mail-mark-not-junk.png +share/icons/matefaenza/actions/24/mail-mark-notjunk.png +share/icons/matefaenza/actions/24/mail-mark-read.png +share/icons/matefaenza/actions/24/mail-mark-unread.png +share/icons/matefaenza/actions/24/mail-message-new.png +share/icons/matefaenza/actions/24/mail-outbox.png +share/icons/matefaenza/actions/24/mail-read.png +share/icons/matefaenza/actions/24/mail-replied.png +share/icons/matefaenza/actions/24/mail-reply-all.png +share/icons/matefaenza/actions/24/mail-reply-sender.png +share/icons/matefaenza/actions/24/mail-send-receive.png +share/icons/matefaenza/actions/24/mail-send.png +share/icons/matefaenza/actions/24/mail-sent.png +share/icons/matefaenza/actions/24/mail-unread.png +share/icons/matefaenza/actions/24/mail_forward.png +share/icons/matefaenza/actions/24/mail_new.png +share/icons/matefaenza/actions/24/mail_reply.png +share/icons/matefaenza/actions/24/mail_replyall.png +share/icons/matefaenza/actions/24/mail_send.png +share/icons/matefaenza/actions/24/media-eject.png +share/icons/matefaenza/actions/24/media-import-audio-cd.png +share/icons/matefaenza/actions/24/media-optical-audio-new.png +share/icons/matefaenza/actions/24/media-optical-burn.png +share/icons/matefaenza/actions/24/media-optical-copy.png +share/icons/matefaenza/actions/24/media-playback-pause.png +share/icons/matefaenza/actions/24/media-playback-start.png +share/icons/matefaenza/actions/24/media-playback-stop.png +share/icons/matefaenza/actions/24/media-playlist-repeat.png +share/icons/matefaenza/actions/24/media-playlist-shuffle.png +share/icons/matefaenza/actions/24/media-record.png +share/icons/matefaenza/actions/24/media-skip-backward.png +share/icons/matefaenza/actions/24/media-skip-forward.png +share/icons/matefaenza/actions/24/media-write-cd.png +share/icons/matefaenza/actions/24/music-library.png +share/icons/matefaenza/actions/24/next.png +share/icons/matefaenza/actions/24/object-flip-horizontal.png +share/icons/matefaenza/actions/24/object-flip-vertical.png +share/icons/matefaenza/actions/24/object-rotate-left.png +share/icons/matefaenza/actions/24/object-rotate-right.png +share/icons/matefaenza/actions/24/offline.png +share/icons/matefaenza/actions/24/ok.png +share/icons/matefaenza/actions/24/online.png +share/icons/matefaenza/actions/24/package-install.png +share/icons/matefaenza/actions/24/package-remove.png +share/icons/matefaenza/actions/24/package-upgrade.png +share/icons/matefaenza/actions/24/player-eject.png +share/icons/matefaenza/actions/24/player_end.png +share/icons/matefaenza/actions/24/player_pause.png +share/icons/matefaenza/actions/24/player_play.png +share/icons/matefaenza/actions/24/player_record.png +share/icons/matefaenza/actions/24/player_start.png +share/icons/matefaenza/actions/24/player_stop.png +share/icons/matefaenza/actions/24/podcast-new.png +share/icons/matefaenza/actions/24/preview-file.png +share/icons/matefaenza/actions/24/previous.png +share/icons/matefaenza/actions/24/process-stop.png +share/icons/matefaenza/actions/24/redhat-home.png +share/icons/matefaenza/actions/24/redo.png +share/icons/matefaenza/actions/24/reload.png +share/icons/matefaenza/actions/24/reload3.png +share/icons/matefaenza/actions/24/reload_all_tabs.png +share/icons/matefaenza/actions/24/reload_page.png +share/icons/matefaenza/actions/24/remove.png +share/icons/matefaenza/actions/24/revert.png +share/icons/matefaenza/actions/24/rhythmbox-set-star.png +share/icons/matefaenza/actions/24/rightjust.png +share/icons/matefaenza/actions/24/rotate.png +share/icons/matefaenza/actions/24/search.png +share/icons/matefaenza/actions/24/star.png +share/icons/matefaenza/actions/24/start.png +share/icons/matefaenza/actions/24/stock-refresh.png +share/icons/matefaenza/actions/24/stock_about.png +share/icons/matefaenza/actions/24/stock_add-bookmark.png +share/icons/matefaenza/actions/24/stock_attach.png +share/icons/matefaenza/actions/24/stock_bookmark.png +share/icons/matefaenza/actions/24/stock_bottom.png +share/icons/matefaenza/actions/24/stock_calc-accept.png +share/icons/matefaenza/actions/24/stock_close.png +share/icons/matefaenza/actions/24/stock_copy.png +share/icons/matefaenza/actions/24/stock_cut.png +share/icons/matefaenza/actions/24/stock_delete.png +share/icons/matefaenza/actions/24/stock_down.png +share/icons/matefaenza/actions/24/stock_file-properties.png +share/icons/matefaenza/actions/24/stock_first.png +share/icons/matefaenza/actions/24/stock_folder-copy.png +share/icons/matefaenza/actions/24/stock_folder-move.png +share/icons/matefaenza/actions/24/stock_folder-properties.png +share/icons/matefaenza/actions/24/stock_fullscreen.png +share/icons/matefaenza/actions/24/stock_help-add-bookmark.png +share/icons/matefaenza/actions/24/stock_home.png +share/icons/matefaenza/actions/24/stock_inbox.png +share/icons/matefaenza/actions/24/stock_last.png +share/icons/matefaenza/actions/24/stock_leave-fullscreen.png +share/icons/matefaenza/actions/24/stock_left.png +share/icons/matefaenza/actions/24/stock_mail-compose.png +share/icons/matefaenza/actions/24/stock_mail-filters-apply.png +share/icons/matefaenza/actions/24/stock_mail-forward.png +share/icons/matefaenza/actions/24/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/24/stock_mail-reply.png +share/icons/matefaenza/actions/24/stock_mail-send-receive.png +share/icons/matefaenza/actions/24/stock_mail-send.png +share/icons/matefaenza/actions/24/stock_mark.png +share/icons/matefaenza/actions/24/stock_media-next.png +share/icons/matefaenza/actions/24/stock_media-pause.png +share/icons/matefaenza/actions/24/stock_media-play.png +share/icons/matefaenza/actions/24/stock_media-prev.png +share/icons/matefaenza/actions/24/stock_media-rec.png +share/icons/matefaenza/actions/24/stock_media-stop.png +share/icons/matefaenza/actions/24/stock_new-address-book.png +share/icons/matefaenza/actions/24/stock_new-appointment.png +share/icons/matefaenza/actions/24/stock_new-bcard.png +share/icons/matefaenza/actions/24/stock_new-dir.png +share/icons/matefaenza/actions/24/stock_new-tab.png +share/icons/matefaenza/actions/24/stock_new-text.png +share/icons/matefaenza/actions/24/stock_new-window.png +share/icons/matefaenza/actions/24/stock_no.png +share/icons/matefaenza/actions/24/stock_outbox.png +share/icons/matefaenza/actions/24/stock_paste.png +share/icons/matefaenza/actions/24/stock_print-preview.png +share/icons/matefaenza/actions/24/stock_print-setup.png +share/icons/matefaenza/actions/24/stock_print.png +share/icons/matefaenza/actions/24/stock_properties.png +share/icons/matefaenza/actions/24/stock_redo.png +share/icons/matefaenza/actions/24/stock_repeat.png +share/icons/matefaenza/actions/24/stock_right.png +share/icons/matefaenza/actions/24/stock_save-as.png +share/icons/matefaenza/actions/24/stock_save.png +share/icons/matefaenza/actions/24/stock_search-and-replace.png +share/icons/matefaenza/actions/24/stock_search.png +share/icons/matefaenza/actions/24/stock_select-all.png +share/icons/matefaenza/actions/24/stock_sent-mail.png +share/icons/matefaenza/actions/24/stock_shuffle.png +share/icons/matefaenza/actions/24/stock_spellcheck.png +share/icons/matefaenza/actions/24/stock_stop.png +share/icons/matefaenza/actions/24/stock_text-strikethrough.png +share/icons/matefaenza/actions/24/stock_text_bold.png +share/icons/matefaenza/actions/24/stock_text_center.png +share/icons/matefaenza/actions/24/stock_text_indent.png +share/icons/matefaenza/actions/24/stock_text_italic.png +share/icons/matefaenza/actions/24/stock_text_justify.png +share/icons/matefaenza/actions/24/stock_text_left.png +share/icons/matefaenza/actions/24/stock_text_right.png +share/icons/matefaenza/actions/24/stock_text_underlined.png +share/icons/matefaenza/actions/24/stock_text_unindent.png +share/icons/matefaenza/actions/24/stock_top.png +share/icons/matefaenza/actions/24/stock_undo.png +share/icons/matefaenza/actions/24/stock_up.png +share/icons/matefaenza/actions/24/stock_yes.png +share/icons/matefaenza/actions/24/stock_zoom-1.png +share/icons/matefaenza/actions/24/stock_zoom-in.png +share/icons/matefaenza/actions/24/stock_zoom-out.png +share/icons/matefaenza/actions/24/stock_zoom-page.png +share/icons/matefaenza/actions/24/stop.png +share/icons/matefaenza/actions/24/system-lock-screen.png +share/icons/matefaenza/actions/24/system-log-out.png +share/icons/matefaenza/actions/24/system-restart-panel.png +share/icons/matefaenza/actions/24/system-run.png +share/icons/matefaenza/actions/24/system-search.png +share/icons/matefaenza/actions/24/system-shutdown-panel-restart.png +share/icons/matefaenza/actions/24/system-shutdown-panel.png +share/icons/matefaenza/actions/24/system-shutdown-restart-panel.png +share/icons/matefaenza/actions/24/system-shutdown.png +share/icons/matefaenza/actions/24/system-upgrade.png +share/icons/matefaenza/actions/24/tab-new.png +share/icons/matefaenza/actions/24/tab_new.png +share/icons/matefaenza/actions/24/tag-new.png +share/icons/matefaenza/actions/24/text_bold.png +share/icons/matefaenza/actions/24/text_italic.png +share/icons/matefaenza/actions/24/text_strike.png +share/icons/matefaenza/actions/24/text_under.png +share/icons/matefaenza/actions/24/tools-check-spelling.png +share/icons/matefaenza/actions/24/top.png +share/icons/matefaenza/actions/24/top.xpm +share/icons/matefaenza/actions/24/undo.png +share/icons/matefaenza/actions/24/up.png +share/icons/matefaenza/actions/24/view-fullscreen.png +share/icons/matefaenza/actions/24/view-list-compact-symbolic.png +share/icons/matefaenza/actions/24/view-list-compact.png +share/icons/matefaenza/actions/24/view-list-details-symbolic.png +share/icons/matefaenza/actions/24/view-list-details.png +share/icons/matefaenza/actions/24/view-list-icons-symbolic.png +share/icons/matefaenza/actions/24/view-list-icons.png +share/icons/matefaenza/actions/24/view-refresh.png +share/icons/matefaenza/actions/24/view-restore.png +share/icons/matefaenza/actions/24/view-sort-ascending.png +share/icons/matefaenza/actions/24/view-sort-descending.png +share/icons/matefaenza/actions/24/viewmag+.png +share/icons/matefaenza/actions/24/viewmag-.png +share/icons/matefaenza/actions/24/viewmag1.png +share/icons/matefaenza/actions/24/viewmagfit.png +share/icons/matefaenza/actions/24/visualization.png +share/icons/matefaenza/actions/24/window-close.png +share/icons/matefaenza/actions/24/window-new.png +share/icons/matefaenza/actions/24/window_fullscreen.png +share/icons/matefaenza/actions/24/window_new.png +share/icons/matefaenza/actions/24/window_nofullscreen.png +share/icons/matefaenza/actions/24/xfce-system-exit.png +share/icons/matefaenza/actions/24/xfce-system-lock.png +share/icons/matefaenza/actions/24/xfsm-logout.png +share/icons/matefaenza/actions/24/zoom-best-fit.png +share/icons/matefaenza/actions/24/zoom-fit-best.png +share/icons/matefaenza/actions/24/zoom-fit.png +share/icons/matefaenza/actions/24/zoom-in.png +share/icons/matefaenza/actions/24/zoom-original.png +share/icons/matefaenza/actions/24/zoom-out.png +share/icons/matefaenza/actions/32/add-files-to-archive.png +share/icons/matefaenza/actions/32/add-folder-to-archive.png +share/icons/matefaenza/actions/32/add.png +share/icons/matefaenza/actions/32/address-book-new.png +share/icons/matefaenza/actions/32/application-exit.png +share/icons/matefaenza/actions/32/appointment-new.png +share/icons/matefaenza/actions/32/appointment.png +share/icons/matefaenza/actions/32/audio-cd-duplicate.png +share/icons/matefaenza/actions/32/audio-cd-new.png +share/icons/matefaenza/actions/32/back.png +share/icons/matefaenza/actions/32/bonobo-component-browser.png +share/icons/matefaenza/actions/32/bookmark-new.png +share/icons/matefaenza/actions/32/bookmark_add.png +share/icons/matefaenza/actions/32/bookmark_list_add.png +share/icons/matefaenza/actions/32/bottom.png +share/icons/matefaenza/actions/32/browser-download.png +share/icons/matefaenza/actions/32/cab_extract.png +share/icons/matefaenza/actions/32/call-start.png +share/icons/matefaenza/actions/32/call-stop.png +share/icons/matefaenza/actions/32/centrejust.png +share/icons/matefaenza/actions/32/contact-new.png +share/icons/matefaenza/actions/32/dialog-apply.png +share/icons/matefaenza/actions/32/dialog-no.png +share/icons/matefaenza/actions/32/dialog-ok.png +share/icons/matefaenza/actions/32/dialog-yes.png +share/icons/matefaenza/actions/32/document-export.png +share/icons/matefaenza/actions/32/document-import.png +share/icons/matefaenza/actions/32/document-new.png +share/icons/matefaenza/actions/32/document-open-recent.png +share/icons/matefaenza/actions/32/document-open.png +share/icons/matefaenza/actions/32/document-page-setup.png +share/icons/matefaenza/actions/32/document-print-preview.png +share/icons/matefaenza/actions/32/document-print.png +share/icons/matefaenza/actions/32/document-properties.png +share/icons/matefaenza/actions/32/document-revert.png +share/icons/matefaenza/actions/32/document-save-as.png +share/icons/matefaenza/actions/32/document-save.png +share/icons/matefaenza/actions/32/document-send.png +share/icons/matefaenza/actions/32/down.png +share/icons/matefaenza/actions/32/edit-add.png +share/icons/matefaenza/actions/32/edit-clear.png +share/icons/matefaenza/actions/32/edit-copy.png +share/icons/matefaenza/actions/32/edit-cut.png +share/icons/matefaenza/actions/32/edit-delete.png +share/icons/matefaenza/actions/32/edit-find-replace.png +share/icons/matefaenza/actions/32/edit-find.png +share/icons/matefaenza/actions/32/edit-paste.png +share/icons/matefaenza/actions/32/edit-redo.png +share/icons/matefaenza/actions/32/edit-select-all.png +share/icons/matefaenza/actions/32/edit-undo.png +share/icons/matefaenza/actions/32/editclear.png +share/icons/matefaenza/actions/32/editcopy.png +share/icons/matefaenza/actions/32/editcut.png +share/icons/matefaenza/actions/32/editdelete.png +share/icons/matefaenza/actions/32/editpaste.png +share/icons/matefaenza/actions/32/exit.png +share/icons/matefaenza/actions/32/extract-archive.png +share/icons/matefaenza/actions/32/file_new.png +share/icons/matefaenza/actions/32/filefind.png +share/icons/matefaenza/actions/32/fileopen.png +share/icons/matefaenza/actions/32/fileprint.png +share/icons/matefaenza/actions/32/filesave.png +share/icons/matefaenza/actions/32/filesaveas.png +share/icons/matefaenza/actions/32/find.png +share/icons/matefaenza/actions/32/finish.png +share/icons/matefaenza/actions/32/folder-copy.png +share/icons/matefaenza/actions/32/folder-move.png +share/icons/matefaenza/actions/32/folder-new.png +share/icons/matefaenza/actions/32/folder_new.png +share/icons/matefaenza/actions/32/format-indent-less.png +share/icons/matefaenza/actions/32/format-indent-more.png +share/icons/matefaenza/actions/32/format-justify-center.png +share/icons/matefaenza/actions/32/format-justify-fill.png +share/icons/matefaenza/actions/32/format-justify-left.png +share/icons/matefaenza/actions/32/format-justify-right.png +share/icons/matefaenza/actions/32/format-text-bold.png +share/icons/matefaenza/actions/32/format-text-direction-ltr.png +share/icons/matefaenza/actions/32/format-text-direction-rtl.png +share/icons/matefaenza/actions/32/format-text-italic.png +share/icons/matefaenza/actions/32/format-text-strikethrough.png +share/icons/matefaenza/actions/32/format-text-underline.png +share/icons/matefaenza/actions/32/forward.png +share/icons/matefaenza/actions/32/games-endturn.png +share/icons/matefaenza/actions/32/gnome-app-install-star.png +share/icons/matefaenza/actions/32/gnome-lockscreen.png +share/icons/matefaenza/actions/32/gnome-log-out.png +share/icons/matefaenza/actions/32/gnome-logout.png +share/icons/matefaenza/actions/32/gnome-run.png +share/icons/matefaenza/actions/32/gnome-searchtool.png +share/icons/matefaenza/actions/32/gnome-session-logout.png +share/icons/matefaenza/actions/32/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/32/gnome-stock-mail-new.png +share/icons/matefaenza/actions/32/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/32/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/32/gnome-stock-text-indent.png +share/icons/matefaenza/actions/32/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/32/go-bottom.png +share/icons/matefaenza/actions/32/go-down.png +share/icons/matefaenza/actions/32/go-first.png +share/icons/matefaenza/actions/32/go-home.png +share/icons/matefaenza/actions/32/go-jump.png +share/icons/matefaenza/actions/32/go-last.png +share/icons/matefaenza/actions/32/go-next.png +share/icons/matefaenza/actions/32/go-previous.png +share/icons/matefaenza/actions/32/go-top.png +share/icons/matefaenza/actions/32/go-up.png +share/icons/matefaenza/actions/32/gohome.png +share/icons/matefaenza/actions/32/gtk-about.png +share/icons/matefaenza/actions/32/gtk-add.png +share/icons/matefaenza/actions/32/gtk-apply.png +share/icons/matefaenza/actions/32/gtk-bold.png +share/icons/matefaenza/actions/32/gtk-cancel.png +share/icons/matefaenza/actions/32/gtk-clear.png +share/icons/matefaenza/actions/32/gtk-close.png +share/icons/matefaenza/actions/32/gtk-copy.png +share/icons/matefaenza/actions/32/gtk-cut.png +share/icons/matefaenza/actions/32/gtk-delete.png +share/icons/matefaenza/actions/32/gtk-edit.png +share/icons/matefaenza/actions/32/gtk-execute.png +share/icons/matefaenza/actions/32/gtk-find-and-replace.png +share/icons/matefaenza/actions/32/gtk-find.png +share/icons/matefaenza/actions/32/gtk-fullscreen.png +share/icons/matefaenza/actions/32/gtk-go-back-ltr.png +share/icons/matefaenza/actions/32/gtk-go-back-rtl.png +share/icons/matefaenza/actions/32/gtk-go-down.png +share/icons/matefaenza/actions/32/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/32/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/32/gtk-go-up.png +share/icons/matefaenza/actions/32/gtk-goto-bottom.png +share/icons/matefaenza/actions/32/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/32/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/32/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/32/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/32/gtk-goto-top.png +share/icons/matefaenza/actions/32/gtk-home.png +share/icons/matefaenza/actions/32/gtk-indent-ltr.png +share/icons/matefaenza/actions/32/gtk-indent-rtl.png +share/icons/matefaenza/actions/32/gtk-info.png +share/icons/matefaenza/actions/32/gtk-italic.png +share/icons/matefaenza/actions/32/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/32/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/32/gtk-justify-center.png +share/icons/matefaenza/actions/32/gtk-justify-fill.png +share/icons/matefaenza/actions/32/gtk-justify-left.png +share/icons/matefaenza/actions/32/gtk-justify-right.png +share/icons/matefaenza/actions/32/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/32/gtk-media-next-ltr.png +share/icons/matefaenza/actions/32/gtk-media-next-rtl.png +share/icons/matefaenza/actions/32/gtk-media-pause.png +share/icons/matefaenza/actions/32/gtk-media-play-ltr.png +share/icons/matefaenza/actions/32/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/32/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/32/gtk-media-record.png +share/icons/matefaenza/actions/32/gtk-media-stop.png +share/icons/matefaenza/actions/32/gtk-new.png +share/icons/matefaenza/actions/32/gtk-no.png +share/icons/matefaenza/actions/32/gtk-ok.png +share/icons/matefaenza/actions/32/gtk-open.png +share/icons/matefaenza/actions/32/gtk-paste.png +share/icons/matefaenza/actions/32/gtk-print-preview.png +share/icons/matefaenza/actions/32/gtk-print.png +share/icons/matefaenza/actions/32/gtk-properties.png +share/icons/matefaenza/actions/32/gtk-quit.png +share/icons/matefaenza/actions/32/gtk-redo-ltr.png +share/icons/matefaenza/actions/32/gtk-refresh.png +share/icons/matefaenza/actions/32/gtk-remove.png +share/icons/matefaenza/actions/32/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/32/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/32/gtk-save-as.png +share/icons/matefaenza/actions/32/gtk-save.png +share/icons/matefaenza/actions/32/gtk-select-all.png +share/icons/matefaenza/actions/32/gtk-sort-ascending.png +share/icons/matefaenza/actions/32/gtk-sort-descending.png +share/icons/matefaenza/actions/32/gtk-spell-check.png +share/icons/matefaenza/actions/32/gtk-stop.png +share/icons/matefaenza/actions/32/gtk-strikethrough.png +share/icons/matefaenza/actions/32/gtk-underline.png +share/icons/matefaenza/actions/32/gtk-undo-ltr.png +share/icons/matefaenza/actions/32/gtk-unindent-ltr.png +share/icons/matefaenza/actions/32/gtk-unindent-rtl.png +share/icons/matefaenza/actions/32/gtk-yes.png +share/icons/matefaenza/actions/32/gtk-zoom-100.png +share/icons/matefaenza/actions/32/gtk-zoom-fit.png +share/icons/matefaenza/actions/32/gtk-zoom-in.png +share/icons/matefaenza/actions/32/gtk-zoom-out.png +share/icons/matefaenza/actions/32/help-about.png +share/icons/matefaenza/actions/32/help-contents.png +share/icons/matefaenza/actions/32/im-message-new.png +share/icons/matefaenza/actions/32/insert-image.png +share/icons/matefaenza/actions/32/insert-link.png +share/icons/matefaenza/actions/32/insert-object.png +share/icons/matefaenza/actions/32/insert-text.png +share/icons/matefaenza/actions/32/internet-radio-new.png +share/icons/matefaenza/actions/32/iso-image-burn.png +share/icons/matefaenza/actions/32/kfind.png +share/icons/matefaenza/actions/32/kfm-home.png +share/icons/matefaenza/actions/32/leftjust.png +share/icons/matefaenza/actions/32/list-add.png +share/icons/matefaenza/actions/32/list-remove.png +share/icons/matefaenza/actions/32/locationbar-erase.png +share/icons/matefaenza/actions/32/lock.png +share/icons/matefaenza/actions/32/lock.xpm +share/icons/matefaenza/actions/32/lxde-logout.png +share/icons/matefaenza/actions/32/mail-attachment.png +share/icons/matefaenza/actions/32/mail-folder-sent.png +share/icons/matefaenza/actions/32/mail-forward.png +share/icons/matefaenza/actions/32/mail-inbox.png +share/icons/matefaenza/actions/32/mail-mark-important.png +share/icons/matefaenza/actions/32/mail-mark-junk.png +share/icons/matefaenza/actions/32/mail-mark-not-junk.png +share/icons/matefaenza/actions/32/mail-mark-notjunk.png +share/icons/matefaenza/actions/32/mail-mark-read.png +share/icons/matefaenza/actions/32/mail-mark-unread.png +share/icons/matefaenza/actions/32/mail-message-new.png +share/icons/matefaenza/actions/32/mail-outbox.png +share/icons/matefaenza/actions/32/mail-read.png +share/icons/matefaenza/actions/32/mail-replied.png +share/icons/matefaenza/actions/32/mail-reply-all.png +share/icons/matefaenza/actions/32/mail-reply-sender.png +share/icons/matefaenza/actions/32/mail-send-receive.png +share/icons/matefaenza/actions/32/mail-send.png +share/icons/matefaenza/actions/32/mail-sent.png +share/icons/matefaenza/actions/32/mail-unread.png +share/icons/matefaenza/actions/32/mail_forward.png +share/icons/matefaenza/actions/32/mail_new.png +share/icons/matefaenza/actions/32/mail_reply.png +share/icons/matefaenza/actions/32/mail_replyall.png +share/icons/matefaenza/actions/32/mail_send.png +share/icons/matefaenza/actions/32/media-eject.png +share/icons/matefaenza/actions/32/media-import-audio-cd.png +share/icons/matefaenza/actions/32/media-optical-audio-new.png +share/icons/matefaenza/actions/32/media-optical-burn.png +share/icons/matefaenza/actions/32/media-optical-copy.png +share/icons/matefaenza/actions/32/media-optical-data-new.png +share/icons/matefaenza/actions/32/media-optical-video-new.png +share/icons/matefaenza/actions/32/media-playback-pause.png +share/icons/matefaenza/actions/32/media-playback-start.png +share/icons/matefaenza/actions/32/media-playback-stop.png +share/icons/matefaenza/actions/32/media-playlist-repeat.png +share/icons/matefaenza/actions/32/media-playlist-shuffle.png +share/icons/matefaenza/actions/32/media-record.png +share/icons/matefaenza/actions/32/media-skip-backward.png +share/icons/matefaenza/actions/32/media-skip-forward.png +share/icons/matefaenza/actions/32/media-write-cd.png +share/icons/matefaenza/actions/32/next.png +share/icons/matefaenza/actions/32/object-flip-horizontal.png +share/icons/matefaenza/actions/32/object-flip-vertical.png +share/icons/matefaenza/actions/32/object-rotate-left.png +share/icons/matefaenza/actions/32/object-rotate-right.png +share/icons/matefaenza/actions/32/ok.png +share/icons/matefaenza/actions/32/package-install.png +share/icons/matefaenza/actions/32/package-remove.png +share/icons/matefaenza/actions/32/package-upgrade.png +share/icons/matefaenza/actions/32/player-eject.png +share/icons/matefaenza/actions/32/player_end.png +share/icons/matefaenza/actions/32/player_pause.png +share/icons/matefaenza/actions/32/player_play.png +share/icons/matefaenza/actions/32/player_record.png +share/icons/matefaenza/actions/32/player_start.png +share/icons/matefaenza/actions/32/player_stop.png +share/icons/matefaenza/actions/32/podcast-new.png +share/icons/matefaenza/actions/32/preview-file.png +share/icons/matefaenza/actions/32/previous.png +share/icons/matefaenza/actions/32/process-stop.png +share/icons/matefaenza/actions/32/redhat-home.png +share/icons/matefaenza/actions/32/redo.png +share/icons/matefaenza/actions/32/reload.png +share/icons/matefaenza/actions/32/reload3.png +share/icons/matefaenza/actions/32/reload_all_tabs.png +share/icons/matefaenza/actions/32/reload_page.png +share/icons/matefaenza/actions/32/remove.png +share/icons/matefaenza/actions/32/revert.png +share/icons/matefaenza/actions/32/rhythmbox-set-star.png +share/icons/matefaenza/actions/32/rightjust.png +share/icons/matefaenza/actions/32/rotate.png +share/icons/matefaenza/actions/32/search.png +share/icons/matefaenza/actions/32/star.png +share/icons/matefaenza/actions/32/start.png +share/icons/matefaenza/actions/32/stock-refresh.png +share/icons/matefaenza/actions/32/stock_about.png +share/icons/matefaenza/actions/32/stock_add-bookmark.png +share/icons/matefaenza/actions/32/stock_attach.png +share/icons/matefaenza/actions/32/stock_bookmark.png +share/icons/matefaenza/actions/32/stock_bottom.png +share/icons/matefaenza/actions/32/stock_calc-accept.png +share/icons/matefaenza/actions/32/stock_close.png +share/icons/matefaenza/actions/32/stock_copy.png +share/icons/matefaenza/actions/32/stock_cut.png +share/icons/matefaenza/actions/32/stock_delete.png +share/icons/matefaenza/actions/32/stock_down.png +share/icons/matefaenza/actions/32/stock_file-properties.png +share/icons/matefaenza/actions/32/stock_first.png +share/icons/matefaenza/actions/32/stock_folder-copy.png +share/icons/matefaenza/actions/32/stock_folder-move.png +share/icons/matefaenza/actions/32/stock_folder-properties.png +share/icons/matefaenza/actions/32/stock_fullscreen.png +share/icons/matefaenza/actions/32/stock_help-add-bookmark.png +share/icons/matefaenza/actions/32/stock_home.png +share/icons/matefaenza/actions/32/stock_inbox.png +share/icons/matefaenza/actions/32/stock_last.png +share/icons/matefaenza/actions/32/stock_leave-fullscreen.png +share/icons/matefaenza/actions/32/stock_left.png +share/icons/matefaenza/actions/32/stock_mail-compose.png +share/icons/matefaenza/actions/32/stock_mail-filters-apply.png +share/icons/matefaenza/actions/32/stock_mail-forward.png +share/icons/matefaenza/actions/32/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/32/stock_mail-reply.png +share/icons/matefaenza/actions/32/stock_mail-send-receive.png +share/icons/matefaenza/actions/32/stock_mail-send.png +share/icons/matefaenza/actions/32/stock_mark.png +share/icons/matefaenza/actions/32/stock_media-next.png +share/icons/matefaenza/actions/32/stock_media-pause.png +share/icons/matefaenza/actions/32/stock_media-play.png +share/icons/matefaenza/actions/32/stock_media-prev.png +share/icons/matefaenza/actions/32/stock_media-rec.png +share/icons/matefaenza/actions/32/stock_media-stop.png +share/icons/matefaenza/actions/32/stock_new-address-book.png +share/icons/matefaenza/actions/32/stock_new-appointment.png +share/icons/matefaenza/actions/32/stock_new-bcard.png +share/icons/matefaenza/actions/32/stock_new-dir.png +share/icons/matefaenza/actions/32/stock_new-tab.png +share/icons/matefaenza/actions/32/stock_new-text.png +share/icons/matefaenza/actions/32/stock_new-window.png +share/icons/matefaenza/actions/32/stock_no.png +share/icons/matefaenza/actions/32/stock_outbox.png +share/icons/matefaenza/actions/32/stock_paste.png +share/icons/matefaenza/actions/32/stock_print-preview.png +share/icons/matefaenza/actions/32/stock_print-setup.png +share/icons/matefaenza/actions/32/stock_print.png +share/icons/matefaenza/actions/32/stock_properties.png +share/icons/matefaenza/actions/32/stock_redo.png +share/icons/matefaenza/actions/32/stock_repeat.png +share/icons/matefaenza/actions/32/stock_right.png +share/icons/matefaenza/actions/32/stock_save-as.png +share/icons/matefaenza/actions/32/stock_save.png +share/icons/matefaenza/actions/32/stock_search-and-replace.png +share/icons/matefaenza/actions/32/stock_search.png +share/icons/matefaenza/actions/32/stock_select-all.png +share/icons/matefaenza/actions/32/stock_sent-mail.png +share/icons/matefaenza/actions/32/stock_shuffle.png +share/icons/matefaenza/actions/32/stock_spellcheck.png +share/icons/matefaenza/actions/32/stock_stop.png +share/icons/matefaenza/actions/32/stock_text-strikethrough.png +share/icons/matefaenza/actions/32/stock_text_bold.png +share/icons/matefaenza/actions/32/stock_text_center.png +share/icons/matefaenza/actions/32/stock_text_indent.png +share/icons/matefaenza/actions/32/stock_text_italic.png +share/icons/matefaenza/actions/32/stock_text_justify.png +share/icons/matefaenza/actions/32/stock_text_left.png +share/icons/matefaenza/actions/32/stock_text_right.png +share/icons/matefaenza/actions/32/stock_text_underlined.png +share/icons/matefaenza/actions/32/stock_text_unindent.png +share/icons/matefaenza/actions/32/stock_top.png +share/icons/matefaenza/actions/32/stock_undo.png +share/icons/matefaenza/actions/32/stock_up.png +share/icons/matefaenza/actions/32/stock_yes.png +share/icons/matefaenza/actions/32/stock_zoom-1.png +share/icons/matefaenza/actions/32/stock_zoom-in.png +share/icons/matefaenza/actions/32/stock_zoom-out.png +share/icons/matefaenza/actions/32/stock_zoom-page.png +share/icons/matefaenza/actions/32/stop.png +share/icons/matefaenza/actions/32/system-lock-screen.png +share/icons/matefaenza/actions/32/system-log-out.png +share/icons/matefaenza/actions/32/system-run.png +share/icons/matefaenza/actions/32/system-search.png +share/icons/matefaenza/actions/32/system-shutdown.png +share/icons/matefaenza/actions/32/system-upgrade.png +share/icons/matefaenza/actions/32/tab-new.png +share/icons/matefaenza/actions/32/tab_new.png +share/icons/matefaenza/actions/32/tag-new.png +share/icons/matefaenza/actions/32/text_bold.png +share/icons/matefaenza/actions/32/text_italic.png +share/icons/matefaenza/actions/32/text_strike.png +share/icons/matefaenza/actions/32/text_under.png +share/icons/matefaenza/actions/32/tools-check-spelling.png +share/icons/matefaenza/actions/32/top.png +share/icons/matefaenza/actions/32/top.xpm +share/icons/matefaenza/actions/32/undo.png +share/icons/matefaenza/actions/32/up.png +share/icons/matefaenza/actions/32/view-fullscreen.png +share/icons/matefaenza/actions/32/view-list-compact-symbolic.png +share/icons/matefaenza/actions/32/view-list-compact.png +share/icons/matefaenza/actions/32/view-list-details-symbolic.png +share/icons/matefaenza/actions/32/view-list-details.png +share/icons/matefaenza/actions/32/view-list-icons-symbolic.png +share/icons/matefaenza/actions/32/view-list-icons.png +share/icons/matefaenza/actions/32/view-refresh.png +share/icons/matefaenza/actions/32/view-restore.png +share/icons/matefaenza/actions/32/view-sort-ascending.png +share/icons/matefaenza/actions/32/view-sort-descending.png +share/icons/matefaenza/actions/32/viewmag+.png +share/icons/matefaenza/actions/32/viewmag-.png +share/icons/matefaenza/actions/32/viewmag1.png +share/icons/matefaenza/actions/32/viewmagfit.png +share/icons/matefaenza/actions/32/visualization.png +share/icons/matefaenza/actions/32/window-close.png +share/icons/matefaenza/actions/32/window-new.png +share/icons/matefaenza/actions/32/window_fullscreen.png +share/icons/matefaenza/actions/32/window_new.png +share/icons/matefaenza/actions/32/window_nofullscreen.png +share/icons/matefaenza/actions/32/xfce-system-exit.png +share/icons/matefaenza/actions/32/xfce-system-lock.png +share/icons/matefaenza/actions/32/xfsm-logout.png +share/icons/matefaenza/actions/32/zoom-best-fit.png +share/icons/matefaenza/actions/32/zoom-fit-best.png +share/icons/matefaenza/actions/32/zoom-fit.png +share/icons/matefaenza/actions/32/zoom-in.png +share/icons/matefaenza/actions/32/zoom-original.png +share/icons/matefaenza/actions/32/zoom-out.png +share/icons/matefaenza/actions/48/add-files-to-archive.png +share/icons/matefaenza/actions/48/add-folder-to-archive.png +share/icons/matefaenza/actions/48/add.png +share/icons/matefaenza/actions/48/address-book-new.png +share/icons/matefaenza/actions/48/application-exit.png +share/icons/matefaenza/actions/48/appointment-new.png +share/icons/matefaenza/actions/48/appointment.png +share/icons/matefaenza/actions/48/audio-cd-duplicate.png +share/icons/matefaenza/actions/48/audio-cd-new.png +share/icons/matefaenza/actions/48/back.png +share/icons/matefaenza/actions/48/bonobo-component-browser.png +share/icons/matefaenza/actions/48/bookmark-new.png +share/icons/matefaenza/actions/48/bookmark_add.png +share/icons/matefaenza/actions/48/bookmark_list_add.png +share/icons/matefaenza/actions/48/bottom.png +share/icons/matefaenza/actions/48/browser-download.png +share/icons/matefaenza/actions/48/cab_extract.png +share/icons/matefaenza/actions/48/call-start.png +share/icons/matefaenza/actions/48/call-stop.png +share/icons/matefaenza/actions/48/centrejust.png +share/icons/matefaenza/actions/48/contact-new.png +share/icons/matefaenza/actions/48/dialog-apply.png +share/icons/matefaenza/actions/48/dialog-no.png +share/icons/matefaenza/actions/48/dialog-ok.png +share/icons/matefaenza/actions/48/dialog-yes.png +share/icons/matefaenza/actions/48/document-export.png +share/icons/matefaenza/actions/48/document-import.png +share/icons/matefaenza/actions/48/document-new.png +share/icons/matefaenza/actions/48/document-open-recent.png +share/icons/matefaenza/actions/48/document-open.png +share/icons/matefaenza/actions/48/document-page-setup.png +share/icons/matefaenza/actions/48/document-print-preview.png +share/icons/matefaenza/actions/48/document-print.png +share/icons/matefaenza/actions/48/document-properties.png +share/icons/matefaenza/actions/48/document-revert.png +share/icons/matefaenza/actions/48/document-save-as.png +share/icons/matefaenza/actions/48/document-save.png +share/icons/matefaenza/actions/48/document-send.png +share/icons/matefaenza/actions/48/down.png +share/icons/matefaenza/actions/48/edit-add.png +share/icons/matefaenza/actions/48/edit-clear.png +share/icons/matefaenza/actions/48/edit-copy.png +share/icons/matefaenza/actions/48/edit-cut.png +share/icons/matefaenza/actions/48/edit-delete.png +share/icons/matefaenza/actions/48/edit-find-replace.png +share/icons/matefaenza/actions/48/edit-find.png +share/icons/matefaenza/actions/48/edit-paste.png +share/icons/matefaenza/actions/48/edit-redo.png +share/icons/matefaenza/actions/48/edit-select-all.png +share/icons/matefaenza/actions/48/edit-undo.png +share/icons/matefaenza/actions/48/editclear.png +share/icons/matefaenza/actions/48/editcopy.png +share/icons/matefaenza/actions/48/editcut.png +share/icons/matefaenza/actions/48/editdelete.png +share/icons/matefaenza/actions/48/editpaste.png +share/icons/matefaenza/actions/48/exit.png +share/icons/matefaenza/actions/48/extract-archive.png +share/icons/matefaenza/actions/48/file_new.png +share/icons/matefaenza/actions/48/filefind.png +share/icons/matefaenza/actions/48/fileopen.png +share/icons/matefaenza/actions/48/fileprint.png +share/icons/matefaenza/actions/48/filesave.png +share/icons/matefaenza/actions/48/filesaveas.png +share/icons/matefaenza/actions/48/find.png +share/icons/matefaenza/actions/48/finish.png +share/icons/matefaenza/actions/48/folder-copy.png +share/icons/matefaenza/actions/48/folder-move.png +share/icons/matefaenza/actions/48/folder-new.png +share/icons/matefaenza/actions/48/folder_new.png +share/icons/matefaenza/actions/48/format-indent-less.png +share/icons/matefaenza/actions/48/format-indent-more.png +share/icons/matefaenza/actions/48/format-justify-center.png +share/icons/matefaenza/actions/48/format-justify-fill.png +share/icons/matefaenza/actions/48/format-justify-left.png +share/icons/matefaenza/actions/48/format-justify-right.png +share/icons/matefaenza/actions/48/format-text-bold.png +share/icons/matefaenza/actions/48/format-text-direction-ltr.png +share/icons/matefaenza/actions/48/format-text-direction-rtl.png +share/icons/matefaenza/actions/48/format-text-italic.png +share/icons/matefaenza/actions/48/format-text-strikethrough.png +share/icons/matefaenza/actions/48/format-text-underline.png +share/icons/matefaenza/actions/48/forward.png +share/icons/matefaenza/actions/48/games-endturn.png +share/icons/matefaenza/actions/48/gnome-app-install-star.png +share/icons/matefaenza/actions/48/gnome-lockscreen.png +share/icons/matefaenza/actions/48/gnome-log-out.png +share/icons/matefaenza/actions/48/gnome-logout.png +share/icons/matefaenza/actions/48/gnome-run.png +share/icons/matefaenza/actions/48/gnome-searchtool.png +share/icons/matefaenza/actions/48/gnome-session-logout.png +share/icons/matefaenza/actions/48/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/48/gnome-stock-mail-new.png +share/icons/matefaenza/actions/48/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/48/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/48/gnome-stock-text-indent.png +share/icons/matefaenza/actions/48/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/48/go-bottom.png +share/icons/matefaenza/actions/48/go-down.png +share/icons/matefaenza/actions/48/go-first.png +share/icons/matefaenza/actions/48/go-home.png +share/icons/matefaenza/actions/48/go-jump.png +share/icons/matefaenza/actions/48/go-last.png +share/icons/matefaenza/actions/48/go-next.png +share/icons/matefaenza/actions/48/go-previous.png +share/icons/matefaenza/actions/48/go-top.png +share/icons/matefaenza/actions/48/go-up.png +share/icons/matefaenza/actions/48/gohome.png +share/icons/matefaenza/actions/48/gtk-about.png +share/icons/matefaenza/actions/48/gtk-add.png +share/icons/matefaenza/actions/48/gtk-apply.png +share/icons/matefaenza/actions/48/gtk-bold.png +share/icons/matefaenza/actions/48/gtk-cancel.png +share/icons/matefaenza/actions/48/gtk-clear.png +share/icons/matefaenza/actions/48/gtk-close.png +share/icons/matefaenza/actions/48/gtk-copy.png +share/icons/matefaenza/actions/48/gtk-cut.png +share/icons/matefaenza/actions/48/gtk-delete.png +share/icons/matefaenza/actions/48/gtk-edit.png +share/icons/matefaenza/actions/48/gtk-execute.png +share/icons/matefaenza/actions/48/gtk-find-and-replace.png +share/icons/matefaenza/actions/48/gtk-find.png +share/icons/matefaenza/actions/48/gtk-fullscreen.png +share/icons/matefaenza/actions/48/gtk-go-back-ltr.png +share/icons/matefaenza/actions/48/gtk-go-back-rtl.png +share/icons/matefaenza/actions/48/gtk-go-down.png +share/icons/matefaenza/actions/48/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/48/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/48/gtk-go-up.png +share/icons/matefaenza/actions/48/gtk-goto-bottom.png +share/icons/matefaenza/actions/48/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/48/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/48/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/48/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/48/gtk-goto-top.png +share/icons/matefaenza/actions/48/gtk-home.png +share/icons/matefaenza/actions/48/gtk-indent-ltr.png +share/icons/matefaenza/actions/48/gtk-indent-rtl.png +share/icons/matefaenza/actions/48/gtk-info.png +share/icons/matefaenza/actions/48/gtk-italic.png +share/icons/matefaenza/actions/48/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/48/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/48/gtk-justify-center.png +share/icons/matefaenza/actions/48/gtk-justify-fill.png +share/icons/matefaenza/actions/48/gtk-justify-left.png +share/icons/matefaenza/actions/48/gtk-justify-right.png +share/icons/matefaenza/actions/48/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/48/gtk-media-next-ltr.png +share/icons/matefaenza/actions/48/gtk-media-next-rtl.png +share/icons/matefaenza/actions/48/gtk-media-pause.png +share/icons/matefaenza/actions/48/gtk-media-play-ltr.png +share/icons/matefaenza/actions/48/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/48/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/48/gtk-media-record.png +share/icons/matefaenza/actions/48/gtk-media-stop.png +share/icons/matefaenza/actions/48/gtk-new.png +share/icons/matefaenza/actions/48/gtk-no.png +share/icons/matefaenza/actions/48/gtk-ok.png +share/icons/matefaenza/actions/48/gtk-open.png +share/icons/matefaenza/actions/48/gtk-paste.png +share/icons/matefaenza/actions/48/gtk-print-preview.png +share/icons/matefaenza/actions/48/gtk-print.png +share/icons/matefaenza/actions/48/gtk-properties.png +share/icons/matefaenza/actions/48/gtk-quit.png +share/icons/matefaenza/actions/48/gtk-redo-ltr.png +share/icons/matefaenza/actions/48/gtk-refresh.png +share/icons/matefaenza/actions/48/gtk-remove.png +share/icons/matefaenza/actions/48/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/48/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/48/gtk-save-as.png +share/icons/matefaenza/actions/48/gtk-save.png +share/icons/matefaenza/actions/48/gtk-select-all.png +share/icons/matefaenza/actions/48/gtk-sort-ascending.png +share/icons/matefaenza/actions/48/gtk-sort-descending.png +share/icons/matefaenza/actions/48/gtk-spell-check.png +share/icons/matefaenza/actions/48/gtk-stop.png +share/icons/matefaenza/actions/48/gtk-strikethrough.png +share/icons/matefaenza/actions/48/gtk-underline.png +share/icons/matefaenza/actions/48/gtk-undo-ltr.png +share/icons/matefaenza/actions/48/gtk-unindent-ltr.png +share/icons/matefaenza/actions/48/gtk-unindent-rtl.png +share/icons/matefaenza/actions/48/gtk-yes.png +share/icons/matefaenza/actions/48/gtk-zoom-100.png +share/icons/matefaenza/actions/48/gtk-zoom-fit.png +share/icons/matefaenza/actions/48/gtk-zoom-in.png +share/icons/matefaenza/actions/48/gtk-zoom-out.png +share/icons/matefaenza/actions/48/help-about.png +share/icons/matefaenza/actions/48/help-contents.png +share/icons/matefaenza/actions/48/im-message-new.png +share/icons/matefaenza/actions/48/insert-image.png +share/icons/matefaenza/actions/48/insert-link.png +share/icons/matefaenza/actions/48/insert-object.png +share/icons/matefaenza/actions/48/insert-text.png +share/icons/matefaenza/actions/48/internet-radio-new.png +share/icons/matefaenza/actions/48/iso-image-burn.png +share/icons/matefaenza/actions/48/kfind.png +share/icons/matefaenza/actions/48/kfm-home.png +share/icons/matefaenza/actions/48/leftjust.png +share/icons/matefaenza/actions/48/list-add.png +share/icons/matefaenza/actions/48/list-remove.png +share/icons/matefaenza/actions/48/locationbar-erase.png +share/icons/matefaenza/actions/48/lock.png +share/icons/matefaenza/actions/48/lock.xpm +share/icons/matefaenza/actions/48/lxde-logout.png +share/icons/matefaenza/actions/48/mail-attachment.png +share/icons/matefaenza/actions/48/mail-folder-sent.png +share/icons/matefaenza/actions/48/mail-forward.png +share/icons/matefaenza/actions/48/mail-inbox.png +share/icons/matefaenza/actions/48/mail-mark-important.png +share/icons/matefaenza/actions/48/mail-mark-junk.png +share/icons/matefaenza/actions/48/mail-mark-not-junk.png +share/icons/matefaenza/actions/48/mail-mark-notjunk.png +share/icons/matefaenza/actions/48/mail-mark-read.png +share/icons/matefaenza/actions/48/mail-mark-unread.png +share/icons/matefaenza/actions/48/mail-message-new.png +share/icons/matefaenza/actions/48/mail-outbox.png +share/icons/matefaenza/actions/48/mail-read.png +share/icons/matefaenza/actions/48/mail-replied.png +share/icons/matefaenza/actions/48/mail-reply-all.png +share/icons/matefaenza/actions/48/mail-reply-sender.png +share/icons/matefaenza/actions/48/mail-send-receive.png +share/icons/matefaenza/actions/48/mail-send.png +share/icons/matefaenza/actions/48/mail-sent.png +share/icons/matefaenza/actions/48/mail-unread.png +share/icons/matefaenza/actions/48/mail_forward.png +share/icons/matefaenza/actions/48/mail_new.png +share/icons/matefaenza/actions/48/mail_reply.png +share/icons/matefaenza/actions/48/mail_replyall.png +share/icons/matefaenza/actions/48/mail_send.png +share/icons/matefaenza/actions/48/media-eject.png +share/icons/matefaenza/actions/48/media-import-audio-cd.png +share/icons/matefaenza/actions/48/media-optical-audio-new.png +share/icons/matefaenza/actions/48/media-optical-burn.png +share/icons/matefaenza/actions/48/media-optical-copy.png +share/icons/matefaenza/actions/48/media-optical-data-new.png +share/icons/matefaenza/actions/48/media-optical-video-new.png +share/icons/matefaenza/actions/48/media-playback-pause.png +share/icons/matefaenza/actions/48/media-playback-start.png +share/icons/matefaenza/actions/48/media-playback-stop.png +share/icons/matefaenza/actions/48/media-playlist-repeat.png +share/icons/matefaenza/actions/48/media-playlist-shuffle.png +share/icons/matefaenza/actions/48/media-record.png +share/icons/matefaenza/actions/48/media-skip-backward.png +share/icons/matefaenza/actions/48/media-skip-forward.png +share/icons/matefaenza/actions/48/media-write-cd.png +share/icons/matefaenza/actions/48/next.png +share/icons/matefaenza/actions/48/object-flip-horizontal.png +share/icons/matefaenza/actions/48/object-flip-vertical.png +share/icons/matefaenza/actions/48/object-rotate-left.png +share/icons/matefaenza/actions/48/object-rotate-right.png +share/icons/matefaenza/actions/48/ok.png +share/icons/matefaenza/actions/48/package-install.png +share/icons/matefaenza/actions/48/package-remove.png +share/icons/matefaenza/actions/48/package-upgrade.png +share/icons/matefaenza/actions/48/player-eject.png +share/icons/matefaenza/actions/48/player_end.png +share/icons/matefaenza/actions/48/player_pause.png +share/icons/matefaenza/actions/48/player_play.png +share/icons/matefaenza/actions/48/player_record.png +share/icons/matefaenza/actions/48/player_start.png +share/icons/matefaenza/actions/48/player_stop.png +share/icons/matefaenza/actions/48/podcast-new.png +share/icons/matefaenza/actions/48/preview-file.png +share/icons/matefaenza/actions/48/previous.png +share/icons/matefaenza/actions/48/process-stop.png +share/icons/matefaenza/actions/48/redhat-home.png +share/icons/matefaenza/actions/48/redo.png +share/icons/matefaenza/actions/48/reload.png +share/icons/matefaenza/actions/48/reload3.png +share/icons/matefaenza/actions/48/reload_all_tabs.png +share/icons/matefaenza/actions/48/reload_page.png +share/icons/matefaenza/actions/48/remove.png +share/icons/matefaenza/actions/48/revert.png +share/icons/matefaenza/actions/48/rhythmbox-set-star.png +share/icons/matefaenza/actions/48/rightjust.png +share/icons/matefaenza/actions/48/rotate.png +share/icons/matefaenza/actions/48/search.png +share/icons/matefaenza/actions/48/star.png +share/icons/matefaenza/actions/48/start.png +share/icons/matefaenza/actions/48/stock-refresh.png +share/icons/matefaenza/actions/48/stock_about.png +share/icons/matefaenza/actions/48/stock_add-bookmark.png +share/icons/matefaenza/actions/48/stock_attach.png +share/icons/matefaenza/actions/48/stock_bookmark.png +share/icons/matefaenza/actions/48/stock_bottom.png +share/icons/matefaenza/actions/48/stock_calc-accept.png +share/icons/matefaenza/actions/48/stock_close.png +share/icons/matefaenza/actions/48/stock_copy.png +share/icons/matefaenza/actions/48/stock_cut.png +share/icons/matefaenza/actions/48/stock_delete.png +share/icons/matefaenza/actions/48/stock_down.png +share/icons/matefaenza/actions/48/stock_file-properties.png +share/icons/matefaenza/actions/48/stock_first.png +share/icons/matefaenza/actions/48/stock_folder-copy.png +share/icons/matefaenza/actions/48/stock_folder-move.png +share/icons/matefaenza/actions/48/stock_folder-properties.png +share/icons/matefaenza/actions/48/stock_fullscreen.png +share/icons/matefaenza/actions/48/stock_help-add-bookmark.png +share/icons/matefaenza/actions/48/stock_home.png +share/icons/matefaenza/actions/48/stock_inbox.png +share/icons/matefaenza/actions/48/stock_last.png +share/icons/matefaenza/actions/48/stock_leave-fullscreen.png +share/icons/matefaenza/actions/48/stock_left.png +share/icons/matefaenza/actions/48/stock_mail-compose.png +share/icons/matefaenza/actions/48/stock_mail-filters-apply.png +share/icons/matefaenza/actions/48/stock_mail-forward.png +share/icons/matefaenza/actions/48/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/48/stock_mail-reply.png +share/icons/matefaenza/actions/48/stock_mail-send-receive.png +share/icons/matefaenza/actions/48/stock_mail-send.png +share/icons/matefaenza/actions/48/stock_mark.png +share/icons/matefaenza/actions/48/stock_media-next.png +share/icons/matefaenza/actions/48/stock_media-pause.png +share/icons/matefaenza/actions/48/stock_media-play.png +share/icons/matefaenza/actions/48/stock_media-prev.png +share/icons/matefaenza/actions/48/stock_media-rec.png +share/icons/matefaenza/actions/48/stock_media-stop.png +share/icons/matefaenza/actions/48/stock_new-address-book.png +share/icons/matefaenza/actions/48/stock_new-appointment.png +share/icons/matefaenza/actions/48/stock_new-bcard.png +share/icons/matefaenza/actions/48/stock_new-dir.png +share/icons/matefaenza/actions/48/stock_new-tab.png +share/icons/matefaenza/actions/48/stock_new-text.png +share/icons/matefaenza/actions/48/stock_new-window.png +share/icons/matefaenza/actions/48/stock_no.png +share/icons/matefaenza/actions/48/stock_outbox.png +share/icons/matefaenza/actions/48/stock_paste.png +share/icons/matefaenza/actions/48/stock_print-preview.png +share/icons/matefaenza/actions/48/stock_print-setup.png +share/icons/matefaenza/actions/48/stock_print.png +share/icons/matefaenza/actions/48/stock_properties.png +share/icons/matefaenza/actions/48/stock_redo.png +share/icons/matefaenza/actions/48/stock_repeat.png +share/icons/matefaenza/actions/48/stock_right.png +share/icons/matefaenza/actions/48/stock_save-as.png +share/icons/matefaenza/actions/48/stock_save.png +share/icons/matefaenza/actions/48/stock_search-and-replace.png +share/icons/matefaenza/actions/48/stock_search.png +share/icons/matefaenza/actions/48/stock_select-all.png +share/icons/matefaenza/actions/48/stock_sent-mail.png +share/icons/matefaenza/actions/48/stock_shuffle.png +share/icons/matefaenza/actions/48/stock_spellcheck.png +share/icons/matefaenza/actions/48/stock_stop.png +share/icons/matefaenza/actions/48/stock_text-strikethrough.png +share/icons/matefaenza/actions/48/stock_text_bold.png +share/icons/matefaenza/actions/48/stock_text_center.png +share/icons/matefaenza/actions/48/stock_text_indent.png +share/icons/matefaenza/actions/48/stock_text_italic.png +share/icons/matefaenza/actions/48/stock_text_justify.png +share/icons/matefaenza/actions/48/stock_text_left.png +share/icons/matefaenza/actions/48/stock_text_right.png +share/icons/matefaenza/actions/48/stock_text_underlined.png +share/icons/matefaenza/actions/48/stock_text_unindent.png +share/icons/matefaenza/actions/48/stock_top.png +share/icons/matefaenza/actions/48/stock_undo.png +share/icons/matefaenza/actions/48/stock_up.png +share/icons/matefaenza/actions/48/stock_yes.png +share/icons/matefaenza/actions/48/stock_zoom-1.png +share/icons/matefaenza/actions/48/stock_zoom-in.png +share/icons/matefaenza/actions/48/stock_zoom-out.png +share/icons/matefaenza/actions/48/stock_zoom-page.png +share/icons/matefaenza/actions/48/stop.png +share/icons/matefaenza/actions/48/system-lock-screen.png +share/icons/matefaenza/actions/48/system-log-out.png +share/icons/matefaenza/actions/48/system-run.png +share/icons/matefaenza/actions/48/system-search.png +share/icons/matefaenza/actions/48/system-shutdown.png +share/icons/matefaenza/actions/48/system-upgrade.png +share/icons/matefaenza/actions/48/tab-new.png +share/icons/matefaenza/actions/48/tab_new.png +share/icons/matefaenza/actions/48/tag-new.png +share/icons/matefaenza/actions/48/text_bold.png +share/icons/matefaenza/actions/48/text_italic.png +share/icons/matefaenza/actions/48/text_strike.png +share/icons/matefaenza/actions/48/text_under.png +share/icons/matefaenza/actions/48/tools-check-spelling.png +share/icons/matefaenza/actions/48/top.png +share/icons/matefaenza/actions/48/top.xpm +share/icons/matefaenza/actions/48/undo.png +share/icons/matefaenza/actions/48/up.png +share/icons/matefaenza/actions/48/view-fullscreen.png +share/icons/matefaenza/actions/48/view-list-compact-symbolic.png +share/icons/matefaenza/actions/48/view-list-compact.png +share/icons/matefaenza/actions/48/view-list-details-symbolic.png +share/icons/matefaenza/actions/48/view-list-details.png +share/icons/matefaenza/actions/48/view-list-icons-symbolic.png +share/icons/matefaenza/actions/48/view-list-icons.png +share/icons/matefaenza/actions/48/view-refresh.png +share/icons/matefaenza/actions/48/view-restore.png +share/icons/matefaenza/actions/48/view-sort-ascending.png +share/icons/matefaenza/actions/48/view-sort-descending.png +share/icons/matefaenza/actions/48/viewmag+.png +share/icons/matefaenza/actions/48/viewmag-.png +share/icons/matefaenza/actions/48/viewmag1.png +share/icons/matefaenza/actions/48/viewmagfit.png +share/icons/matefaenza/actions/48/visualization.png +share/icons/matefaenza/actions/48/window-close.png +share/icons/matefaenza/actions/48/window-new.png +share/icons/matefaenza/actions/48/window_fullscreen.png +share/icons/matefaenza/actions/48/window_new.png +share/icons/matefaenza/actions/48/window_nofullscreen.png +share/icons/matefaenza/actions/48/xfce-system-exit.png +share/icons/matefaenza/actions/48/xfce-system-lock.png +share/icons/matefaenza/actions/48/xfsm-logout.png +share/icons/matefaenza/actions/48/zoom-best-fit.png +share/icons/matefaenza/actions/48/zoom-fit-best.png +share/icons/matefaenza/actions/48/zoom-fit.png +share/icons/matefaenza/actions/48/zoom-in.png +share/icons/matefaenza/actions/48/zoom-original.png +share/icons/matefaenza/actions/48/zoom-out.png +share/icons/matefaenza/actions/64/add-files-to-archive.png +share/icons/matefaenza/actions/64/add-folder-to-archive.png +share/icons/matefaenza/actions/64/add.png +share/icons/matefaenza/actions/64/address-book-new.png +share/icons/matefaenza/actions/64/application-exit.png +share/icons/matefaenza/actions/64/appointment-new.png +share/icons/matefaenza/actions/64/appointment.png +share/icons/matefaenza/actions/64/audio-cd-duplicate.png +share/icons/matefaenza/actions/64/audio-cd-new.png +share/icons/matefaenza/actions/64/back.png +share/icons/matefaenza/actions/64/bonobo-component-browser.png +share/icons/matefaenza/actions/64/bookmark-new.png +share/icons/matefaenza/actions/64/bookmark_add.png +share/icons/matefaenza/actions/64/bookmark_list_add.png +share/icons/matefaenza/actions/64/bottom.png +share/icons/matefaenza/actions/64/browser-download.png +share/icons/matefaenza/actions/64/cab_extract.png +share/icons/matefaenza/actions/64/call-start.png +share/icons/matefaenza/actions/64/call-stop.png +share/icons/matefaenza/actions/64/centrejust.png +share/icons/matefaenza/actions/64/contact-new.png +share/icons/matefaenza/actions/64/dialog-apply.png +share/icons/matefaenza/actions/64/dialog-no.png +share/icons/matefaenza/actions/64/dialog-ok.png +share/icons/matefaenza/actions/64/dialog-yes.png +share/icons/matefaenza/actions/64/document-export.png +share/icons/matefaenza/actions/64/document-import.png +share/icons/matefaenza/actions/64/document-new.png +share/icons/matefaenza/actions/64/document-open-recent.png +share/icons/matefaenza/actions/64/document-open.png +share/icons/matefaenza/actions/64/document-page-setup.png +share/icons/matefaenza/actions/64/document-print-preview.png +share/icons/matefaenza/actions/64/document-print.png +share/icons/matefaenza/actions/64/document-properties.png +share/icons/matefaenza/actions/64/document-revert.png +share/icons/matefaenza/actions/64/document-save-as.png +share/icons/matefaenza/actions/64/document-save.png +share/icons/matefaenza/actions/64/document-send.png +share/icons/matefaenza/actions/64/down.png +share/icons/matefaenza/actions/64/edit-add.png +share/icons/matefaenza/actions/64/edit-clear.png +share/icons/matefaenza/actions/64/edit-copy.png +share/icons/matefaenza/actions/64/edit-cut.png +share/icons/matefaenza/actions/64/edit-delete.png +share/icons/matefaenza/actions/64/edit-find-replace.png +share/icons/matefaenza/actions/64/edit-find.png +share/icons/matefaenza/actions/64/edit-paste.png +share/icons/matefaenza/actions/64/edit-redo.png +share/icons/matefaenza/actions/64/edit-select-all.png +share/icons/matefaenza/actions/64/edit-undo.png +share/icons/matefaenza/actions/64/editclear.png +share/icons/matefaenza/actions/64/editcopy.png +share/icons/matefaenza/actions/64/editcut.png +share/icons/matefaenza/actions/64/editdelete.png +share/icons/matefaenza/actions/64/editpaste.png +share/icons/matefaenza/actions/64/exit.png +share/icons/matefaenza/actions/64/extract-archive.png +share/icons/matefaenza/actions/64/file_new.png +share/icons/matefaenza/actions/64/filefind.png +share/icons/matefaenza/actions/64/fileopen.png +share/icons/matefaenza/actions/64/fileprint.png +share/icons/matefaenza/actions/64/filesave.png +share/icons/matefaenza/actions/64/filesaveas.png +share/icons/matefaenza/actions/64/find.png +share/icons/matefaenza/actions/64/finish.png +share/icons/matefaenza/actions/64/folder-copy.png +share/icons/matefaenza/actions/64/folder-move.png +share/icons/matefaenza/actions/64/folder-new.png +share/icons/matefaenza/actions/64/folder_new.png +share/icons/matefaenza/actions/64/format-indent-less.png +share/icons/matefaenza/actions/64/format-indent-more.png +share/icons/matefaenza/actions/64/format-justify-center.png +share/icons/matefaenza/actions/64/format-justify-fill.png +share/icons/matefaenza/actions/64/format-justify-left.png +share/icons/matefaenza/actions/64/format-justify-right.png +share/icons/matefaenza/actions/64/format-text-bold.png +share/icons/matefaenza/actions/64/format-text-direction-ltr.png +share/icons/matefaenza/actions/64/format-text-direction-rtl.png +share/icons/matefaenza/actions/64/format-text-italic.png +share/icons/matefaenza/actions/64/format-text-strikethrough.png +share/icons/matefaenza/actions/64/format-text-underline.png +share/icons/matefaenza/actions/64/forward.png +share/icons/matefaenza/actions/64/games-endturn.png +share/icons/matefaenza/actions/64/gnome-app-install-star.png +share/icons/matefaenza/actions/64/gnome-lockscreen.png +share/icons/matefaenza/actions/64/gnome-log-out.png +share/icons/matefaenza/actions/64/gnome-logout.png +share/icons/matefaenza/actions/64/gnome-run.png +share/icons/matefaenza/actions/64/gnome-searchtool.png +share/icons/matefaenza/actions/64/gnome-session-logout.png +share/icons/matefaenza/actions/64/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/64/gnome-stock-mail-new.png +share/icons/matefaenza/actions/64/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/64/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/64/gnome-stock-text-indent.png +share/icons/matefaenza/actions/64/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/64/go-bottom.png +share/icons/matefaenza/actions/64/go-down.png +share/icons/matefaenza/actions/64/go-first.png +share/icons/matefaenza/actions/64/go-home.png +share/icons/matefaenza/actions/64/go-jump.png +share/icons/matefaenza/actions/64/go-last.png +share/icons/matefaenza/actions/64/go-next.png +share/icons/matefaenza/actions/64/go-previous.png +share/icons/matefaenza/actions/64/go-top.png +share/icons/matefaenza/actions/64/go-up.png +share/icons/matefaenza/actions/64/gohome.png +share/icons/matefaenza/actions/64/gtk-about.png +share/icons/matefaenza/actions/64/gtk-add.png +share/icons/matefaenza/actions/64/gtk-apply.png +share/icons/matefaenza/actions/64/gtk-bold.png +share/icons/matefaenza/actions/64/gtk-cancel.png +share/icons/matefaenza/actions/64/gtk-clear.png +share/icons/matefaenza/actions/64/gtk-close.png +share/icons/matefaenza/actions/64/gtk-copy.png +share/icons/matefaenza/actions/64/gtk-cut.png +share/icons/matefaenza/actions/64/gtk-delete.png +share/icons/matefaenza/actions/64/gtk-edit.png +share/icons/matefaenza/actions/64/gtk-execute.png +share/icons/matefaenza/actions/64/gtk-find-and-replace.png +share/icons/matefaenza/actions/64/gtk-find.png +share/icons/matefaenza/actions/64/gtk-fullscreen.png +share/icons/matefaenza/actions/64/gtk-go-back-ltr.png +share/icons/matefaenza/actions/64/gtk-go-back-rtl.png +share/icons/matefaenza/actions/64/gtk-go-down.png +share/icons/matefaenza/actions/64/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/64/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/64/gtk-go-up.png +share/icons/matefaenza/actions/64/gtk-goto-bottom.png +share/icons/matefaenza/actions/64/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/64/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/64/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/64/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/64/gtk-goto-top.png +share/icons/matefaenza/actions/64/gtk-home.png +share/icons/matefaenza/actions/64/gtk-indent-ltr.png +share/icons/matefaenza/actions/64/gtk-indent-rtl.png +share/icons/matefaenza/actions/64/gtk-info.png +share/icons/matefaenza/actions/64/gtk-italic.png +share/icons/matefaenza/actions/64/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/64/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/64/gtk-justify-center.png +share/icons/matefaenza/actions/64/gtk-justify-fill.png +share/icons/matefaenza/actions/64/gtk-justify-left.png +share/icons/matefaenza/actions/64/gtk-justify-right.png +share/icons/matefaenza/actions/64/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/64/gtk-media-next-ltr.png +share/icons/matefaenza/actions/64/gtk-media-next-rtl.png +share/icons/matefaenza/actions/64/gtk-media-pause.png +share/icons/matefaenza/actions/64/gtk-media-play-ltr.png +share/icons/matefaenza/actions/64/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/64/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/64/gtk-media-record.png +share/icons/matefaenza/actions/64/gtk-media-stop.png +share/icons/matefaenza/actions/64/gtk-new.png +share/icons/matefaenza/actions/64/gtk-no.png +share/icons/matefaenza/actions/64/gtk-ok.png +share/icons/matefaenza/actions/64/gtk-open.png +share/icons/matefaenza/actions/64/gtk-paste.png +share/icons/matefaenza/actions/64/gtk-print-preview.png +share/icons/matefaenza/actions/64/gtk-print.png +share/icons/matefaenza/actions/64/gtk-properties.png +share/icons/matefaenza/actions/64/gtk-quit.png +share/icons/matefaenza/actions/64/gtk-redo-ltr.png +share/icons/matefaenza/actions/64/gtk-refresh.png +share/icons/matefaenza/actions/64/gtk-remove.png +share/icons/matefaenza/actions/64/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/64/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/64/gtk-save-as.png +share/icons/matefaenza/actions/64/gtk-save.png +share/icons/matefaenza/actions/64/gtk-select-all.png +share/icons/matefaenza/actions/64/gtk-sort-ascending.png +share/icons/matefaenza/actions/64/gtk-sort-descending.png +share/icons/matefaenza/actions/64/gtk-spell-check.png +share/icons/matefaenza/actions/64/gtk-stop.png +share/icons/matefaenza/actions/64/gtk-strikethrough.png +share/icons/matefaenza/actions/64/gtk-underline.png +share/icons/matefaenza/actions/64/gtk-undo-ltr.png +share/icons/matefaenza/actions/64/gtk-unindent-ltr.png +share/icons/matefaenza/actions/64/gtk-unindent-rtl.png +share/icons/matefaenza/actions/64/gtk-yes.png +share/icons/matefaenza/actions/64/gtk-zoom-100.png +share/icons/matefaenza/actions/64/gtk-zoom-fit.png +share/icons/matefaenza/actions/64/gtk-zoom-in.png +share/icons/matefaenza/actions/64/gtk-zoom-out.png +share/icons/matefaenza/actions/64/help-about.png +share/icons/matefaenza/actions/64/help-contents.png +share/icons/matefaenza/actions/64/im-message-new.png +share/icons/matefaenza/actions/64/insert-image.png +share/icons/matefaenza/actions/64/insert-link.png +share/icons/matefaenza/actions/64/insert-object.png +share/icons/matefaenza/actions/64/insert-text.png +share/icons/matefaenza/actions/64/internet-radio-new.png +share/icons/matefaenza/actions/64/iso-image-burn.png +share/icons/matefaenza/actions/64/kfind.png +share/icons/matefaenza/actions/64/kfm-home.png +share/icons/matefaenza/actions/64/leftjust.png +share/icons/matefaenza/actions/64/list-add.png +share/icons/matefaenza/actions/64/list-remove.png +share/icons/matefaenza/actions/64/locationbar-erase.png +share/icons/matefaenza/actions/64/lock.png +share/icons/matefaenza/actions/64/lxde-logout.png +share/icons/matefaenza/actions/64/mail-attachment.png +share/icons/matefaenza/actions/64/mail-folder-sent.png +share/icons/matefaenza/actions/64/mail-forward.png +share/icons/matefaenza/actions/64/mail-inbox.png +share/icons/matefaenza/actions/64/mail-mark-important.png +share/icons/matefaenza/actions/64/mail-mark-junk.png +share/icons/matefaenza/actions/64/mail-mark-not-junk.png +share/icons/matefaenza/actions/64/mail-mark-notjunk.png +share/icons/matefaenza/actions/64/mail-mark-read.png +share/icons/matefaenza/actions/64/mail-mark-unread.png +share/icons/matefaenza/actions/64/mail-message-new.png +share/icons/matefaenza/actions/64/mail-outbox.png +share/icons/matefaenza/actions/64/mail-read.png +share/icons/matefaenza/actions/64/mail-replied.png +share/icons/matefaenza/actions/64/mail-reply-all.png +share/icons/matefaenza/actions/64/mail-reply-sender.png +share/icons/matefaenza/actions/64/mail-send-receive.png +share/icons/matefaenza/actions/64/mail-send.png +share/icons/matefaenza/actions/64/mail-sent.png +share/icons/matefaenza/actions/64/mail-unread.png +share/icons/matefaenza/actions/64/mail_forward.png +share/icons/matefaenza/actions/64/mail_new.png +share/icons/matefaenza/actions/64/mail_reply.png +share/icons/matefaenza/actions/64/mail_replyall.png +share/icons/matefaenza/actions/64/mail_send.png +share/icons/matefaenza/actions/64/media-eject.png +share/icons/matefaenza/actions/64/media-import-audio-cd.png +share/icons/matefaenza/actions/64/media-optical-audio-new.png +share/icons/matefaenza/actions/64/media-optical-burn.png +share/icons/matefaenza/actions/64/media-optical-copy.png +share/icons/matefaenza/actions/64/media-optical-data-new.png +share/icons/matefaenza/actions/64/media-optical-video-new.png +share/icons/matefaenza/actions/64/media-playback-pause.png +share/icons/matefaenza/actions/64/media-playback-start.png +share/icons/matefaenza/actions/64/media-playback-stop.png +share/icons/matefaenza/actions/64/media-playlist-repeat.png +share/icons/matefaenza/actions/64/media-playlist-shuffle.png +share/icons/matefaenza/actions/64/media-record.png +share/icons/matefaenza/actions/64/media-skip-backward.png +share/icons/matefaenza/actions/64/media-skip-forward.png +share/icons/matefaenza/actions/64/media-write-cd.png +share/icons/matefaenza/actions/64/next.png +share/icons/matefaenza/actions/64/object-flip-horizontal.png +share/icons/matefaenza/actions/64/object-flip-vertical.png +share/icons/matefaenza/actions/64/object-rotate-left.png +share/icons/matefaenza/actions/64/object-rotate-right.png +share/icons/matefaenza/actions/64/ok.png +share/icons/matefaenza/actions/64/package-install.png +share/icons/matefaenza/actions/64/package-remove.png +share/icons/matefaenza/actions/64/package-upgrade.png +share/icons/matefaenza/actions/64/player-eject.png +share/icons/matefaenza/actions/64/player_end.png +share/icons/matefaenza/actions/64/player_pause.png +share/icons/matefaenza/actions/64/player_play.png +share/icons/matefaenza/actions/64/player_record.png +share/icons/matefaenza/actions/64/player_start.png +share/icons/matefaenza/actions/64/player_stop.png +share/icons/matefaenza/actions/64/podcast-new.png +share/icons/matefaenza/actions/64/preview-file.png +share/icons/matefaenza/actions/64/previous.png +share/icons/matefaenza/actions/64/process-stop.png +share/icons/matefaenza/actions/64/redhat-home.png +share/icons/matefaenza/actions/64/redo.png +share/icons/matefaenza/actions/64/reload.png +share/icons/matefaenza/actions/64/reload3.png +share/icons/matefaenza/actions/64/reload_all_tabs.png +share/icons/matefaenza/actions/64/reload_page.png +share/icons/matefaenza/actions/64/remove.png +share/icons/matefaenza/actions/64/revert.png +share/icons/matefaenza/actions/64/rhythmbox-set-star.png +share/icons/matefaenza/actions/64/rightjust.png +share/icons/matefaenza/actions/64/rotate.png +share/icons/matefaenza/actions/64/search.png +share/icons/matefaenza/actions/64/star.png +share/icons/matefaenza/actions/64/start.png +share/icons/matefaenza/actions/64/stock-refresh.png +share/icons/matefaenza/actions/64/stock_about.png +share/icons/matefaenza/actions/64/stock_add-bookmark.png +share/icons/matefaenza/actions/64/stock_attach.png +share/icons/matefaenza/actions/64/stock_bookmark.png +share/icons/matefaenza/actions/64/stock_bottom.png +share/icons/matefaenza/actions/64/stock_calc-accept.png +share/icons/matefaenza/actions/64/stock_close.png +share/icons/matefaenza/actions/64/stock_copy.png +share/icons/matefaenza/actions/64/stock_cut.png +share/icons/matefaenza/actions/64/stock_delete.png +share/icons/matefaenza/actions/64/stock_down.png +share/icons/matefaenza/actions/64/stock_file-properties.png +share/icons/matefaenza/actions/64/stock_first.png +share/icons/matefaenza/actions/64/stock_folder-copy.png +share/icons/matefaenza/actions/64/stock_folder-move.png +share/icons/matefaenza/actions/64/stock_folder-properties.png +share/icons/matefaenza/actions/64/stock_fullscreen.png +share/icons/matefaenza/actions/64/stock_help-add-bookmark.png +share/icons/matefaenza/actions/64/stock_home.png +share/icons/matefaenza/actions/64/stock_inbox.png +share/icons/matefaenza/actions/64/stock_last.png +share/icons/matefaenza/actions/64/stock_leave-fullscreen.png +share/icons/matefaenza/actions/64/stock_left.png +share/icons/matefaenza/actions/64/stock_mail-compose.png +share/icons/matefaenza/actions/64/stock_mail-filters-apply.png +share/icons/matefaenza/actions/64/stock_mail-forward.png +share/icons/matefaenza/actions/64/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/64/stock_mail-reply.png +share/icons/matefaenza/actions/64/stock_mail-send-receive.png +share/icons/matefaenza/actions/64/stock_mail-send.png +share/icons/matefaenza/actions/64/stock_mark.png +share/icons/matefaenza/actions/64/stock_media-next.png +share/icons/matefaenza/actions/64/stock_media-pause.png +share/icons/matefaenza/actions/64/stock_media-play.png +share/icons/matefaenza/actions/64/stock_media-prev.png +share/icons/matefaenza/actions/64/stock_media-rec.png +share/icons/matefaenza/actions/64/stock_media-stop.png +share/icons/matefaenza/actions/64/stock_new-address-book.png +share/icons/matefaenza/actions/64/stock_new-appointment.png +share/icons/matefaenza/actions/64/stock_new-bcard.png +share/icons/matefaenza/actions/64/stock_new-dir.png +share/icons/matefaenza/actions/64/stock_new-tab.png +share/icons/matefaenza/actions/64/stock_new-text.png +share/icons/matefaenza/actions/64/stock_new-window.png +share/icons/matefaenza/actions/64/stock_no.png +share/icons/matefaenza/actions/64/stock_outbox.png +share/icons/matefaenza/actions/64/stock_paste.png +share/icons/matefaenza/actions/64/stock_print-preview.png +share/icons/matefaenza/actions/64/stock_print-setup.png +share/icons/matefaenza/actions/64/stock_print.png +share/icons/matefaenza/actions/64/stock_properties.png +share/icons/matefaenza/actions/64/stock_redo.png +share/icons/matefaenza/actions/64/stock_repeat.png +share/icons/matefaenza/actions/64/stock_right.png +share/icons/matefaenza/actions/64/stock_save-as.png +share/icons/matefaenza/actions/64/stock_save.png +share/icons/matefaenza/actions/64/stock_search-and-replace.png +share/icons/matefaenza/actions/64/stock_search.png +share/icons/matefaenza/actions/64/stock_select-all.png +share/icons/matefaenza/actions/64/stock_sent-mail.png +share/icons/matefaenza/actions/64/stock_shuffle.png +share/icons/matefaenza/actions/64/stock_spellcheck.png +share/icons/matefaenza/actions/64/stock_stop.png +share/icons/matefaenza/actions/64/stock_text-strikethrough.png +share/icons/matefaenza/actions/64/stock_text_bold.png +share/icons/matefaenza/actions/64/stock_text_center.png +share/icons/matefaenza/actions/64/stock_text_indent.png +share/icons/matefaenza/actions/64/stock_text_italic.png +share/icons/matefaenza/actions/64/stock_text_justify.png +share/icons/matefaenza/actions/64/stock_text_left.png +share/icons/matefaenza/actions/64/stock_text_right.png +share/icons/matefaenza/actions/64/stock_text_underlined.png +share/icons/matefaenza/actions/64/stock_text_unindent.png +share/icons/matefaenza/actions/64/stock_top.png +share/icons/matefaenza/actions/64/stock_undo.png +share/icons/matefaenza/actions/64/stock_up.png +share/icons/matefaenza/actions/64/stock_yes.png +share/icons/matefaenza/actions/64/stock_zoom-1.png +share/icons/matefaenza/actions/64/stock_zoom-in.png +share/icons/matefaenza/actions/64/stock_zoom-out.png +share/icons/matefaenza/actions/64/stock_zoom-page.png +share/icons/matefaenza/actions/64/stop.png +share/icons/matefaenza/actions/64/system-lock-screen.png +share/icons/matefaenza/actions/64/system-log-out.png +share/icons/matefaenza/actions/64/system-run.png +share/icons/matefaenza/actions/64/system-search.png +share/icons/matefaenza/actions/64/system-shutdown.png +share/icons/matefaenza/actions/64/system-upgrade.png +share/icons/matefaenza/actions/64/tab-new.png +share/icons/matefaenza/actions/64/tab_new.png +share/icons/matefaenza/actions/64/tag-new.png +share/icons/matefaenza/actions/64/text_bold.png +share/icons/matefaenza/actions/64/text_italic.png +share/icons/matefaenza/actions/64/text_strike.png +share/icons/matefaenza/actions/64/text_under.png +share/icons/matefaenza/actions/64/tools-check-spelling.png +share/icons/matefaenza/actions/64/top.png +share/icons/matefaenza/actions/64/undo.png +share/icons/matefaenza/actions/64/up.png +share/icons/matefaenza/actions/64/view-fullscreen.png +share/icons/matefaenza/actions/64/view-list-compact-symbolic.png +share/icons/matefaenza/actions/64/view-list-compact.png +share/icons/matefaenza/actions/64/view-list-details-symbolic.png +share/icons/matefaenza/actions/64/view-list-details.png +share/icons/matefaenza/actions/64/view-list-icons-symbolic.png +share/icons/matefaenza/actions/64/view-list-icons.png +share/icons/matefaenza/actions/64/view-refresh.png +share/icons/matefaenza/actions/64/view-restore.png +share/icons/matefaenza/actions/64/view-sort-ascending.png +share/icons/matefaenza/actions/64/view-sort-descending.png +share/icons/matefaenza/actions/64/viewmag+.png +share/icons/matefaenza/actions/64/viewmag-.png +share/icons/matefaenza/actions/64/viewmag1.png +share/icons/matefaenza/actions/64/viewmagfit.png +share/icons/matefaenza/actions/64/visualization.png +share/icons/matefaenza/actions/64/window-close.png +share/icons/matefaenza/actions/64/window-new.png +share/icons/matefaenza/actions/64/window_fullscreen.png +share/icons/matefaenza/actions/64/window_new.png +share/icons/matefaenza/actions/64/window_nofullscreen.png +share/icons/matefaenza/actions/64/xfce-system-exit.png +share/icons/matefaenza/actions/64/xfce-system-lock.png +share/icons/matefaenza/actions/64/xfsm-logout.png +share/icons/matefaenza/actions/64/zoom-best-fit.png +share/icons/matefaenza/actions/64/zoom-fit-best.png +share/icons/matefaenza/actions/64/zoom-fit.png +share/icons/matefaenza/actions/64/zoom-in.png +share/icons/matefaenza/actions/64/zoom-original.png +share/icons/matefaenza/actions/64/zoom-out.png +share/icons/matefaenza/actions/96/add-files-to-archive.png +share/icons/matefaenza/actions/96/add-folder-to-archive.png +share/icons/matefaenza/actions/96/add.png +share/icons/matefaenza/actions/96/address-book-new.png +share/icons/matefaenza/actions/96/application-exit.png +share/icons/matefaenza/actions/96/appointment-new.png +share/icons/matefaenza/actions/96/appointment.png +share/icons/matefaenza/actions/96/audio-cd-duplicate.png +share/icons/matefaenza/actions/96/audio-cd-new.png +share/icons/matefaenza/actions/96/back.png +share/icons/matefaenza/actions/96/bonobo-component-browser.png +share/icons/matefaenza/actions/96/bookmark-new.png +share/icons/matefaenza/actions/96/bookmark_add.png +share/icons/matefaenza/actions/96/bookmark_list_add.png +share/icons/matefaenza/actions/96/bottom.png +share/icons/matefaenza/actions/96/browser-download.png +share/icons/matefaenza/actions/96/cab_extract.png +share/icons/matefaenza/actions/96/call-start.png +share/icons/matefaenza/actions/96/call-stop.png +share/icons/matefaenza/actions/96/centrejust.png +share/icons/matefaenza/actions/96/contact-new.png +share/icons/matefaenza/actions/96/dialog-apply.png +share/icons/matefaenza/actions/96/dialog-no.png +share/icons/matefaenza/actions/96/dialog-ok.png +share/icons/matefaenza/actions/96/dialog-yes.png +share/icons/matefaenza/actions/96/document-export.png +share/icons/matefaenza/actions/96/document-import.png +share/icons/matefaenza/actions/96/document-new.png +share/icons/matefaenza/actions/96/document-open-recent.png +share/icons/matefaenza/actions/96/document-open.png +share/icons/matefaenza/actions/96/document-page-setup.png +share/icons/matefaenza/actions/96/document-print-preview.png +share/icons/matefaenza/actions/96/document-print.png +share/icons/matefaenza/actions/96/document-properties.png +share/icons/matefaenza/actions/96/document-revert.png +share/icons/matefaenza/actions/96/document-save-as.png +share/icons/matefaenza/actions/96/document-save.png +share/icons/matefaenza/actions/96/document-send.png +share/icons/matefaenza/actions/96/down.png +share/icons/matefaenza/actions/96/edit-add.png +share/icons/matefaenza/actions/96/edit-clear.png +share/icons/matefaenza/actions/96/edit-copy.png +share/icons/matefaenza/actions/96/edit-cut.png +share/icons/matefaenza/actions/96/edit-delete.png +share/icons/matefaenza/actions/96/edit-find-replace.png +share/icons/matefaenza/actions/96/edit-find.png +share/icons/matefaenza/actions/96/edit-paste.png +share/icons/matefaenza/actions/96/edit-redo.png +share/icons/matefaenza/actions/96/edit-select-all.png +share/icons/matefaenza/actions/96/edit-undo.png +share/icons/matefaenza/actions/96/editclear.png +share/icons/matefaenza/actions/96/editcopy.png +share/icons/matefaenza/actions/96/editcut.png +share/icons/matefaenza/actions/96/editdelete.png +share/icons/matefaenza/actions/96/editpaste.png +share/icons/matefaenza/actions/96/exit.png +share/icons/matefaenza/actions/96/extract-archive.png +share/icons/matefaenza/actions/96/file_new.png +share/icons/matefaenza/actions/96/filefind.png +share/icons/matefaenza/actions/96/fileopen.png +share/icons/matefaenza/actions/96/fileprint.png +share/icons/matefaenza/actions/96/filesave.png +share/icons/matefaenza/actions/96/filesaveas.png +share/icons/matefaenza/actions/96/find.png +share/icons/matefaenza/actions/96/finish.png +share/icons/matefaenza/actions/96/folder-copy.png +share/icons/matefaenza/actions/96/folder-move.png +share/icons/matefaenza/actions/96/folder-new.png +share/icons/matefaenza/actions/96/folder_new.png +share/icons/matefaenza/actions/96/format-indent-less.png +share/icons/matefaenza/actions/96/format-indent-more.png +share/icons/matefaenza/actions/96/format-justify-center.png +share/icons/matefaenza/actions/96/format-justify-fill.png +share/icons/matefaenza/actions/96/format-justify-left.png +share/icons/matefaenza/actions/96/format-justify-right.png +share/icons/matefaenza/actions/96/format-text-bold.png +share/icons/matefaenza/actions/96/format-text-direction-ltr.png +share/icons/matefaenza/actions/96/format-text-direction-rtl.png +share/icons/matefaenza/actions/96/format-text-italic.png +share/icons/matefaenza/actions/96/format-text-strikethrough.png +share/icons/matefaenza/actions/96/format-text-underline.png +share/icons/matefaenza/actions/96/forward.png +share/icons/matefaenza/actions/96/games-endturn.png +share/icons/matefaenza/actions/96/gnome-app-install-star.png +share/icons/matefaenza/actions/96/gnome-lockscreen.png +share/icons/matefaenza/actions/96/gnome-log-out.png +share/icons/matefaenza/actions/96/gnome-logout.png +share/icons/matefaenza/actions/96/gnome-run.png +share/icons/matefaenza/actions/96/gnome-searchtool.png +share/icons/matefaenza/actions/96/gnome-session-logout.png +share/icons/matefaenza/actions/96/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/96/gnome-stock-mail-new.png +share/icons/matefaenza/actions/96/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/96/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/96/gnome-stock-text-indent.png +share/icons/matefaenza/actions/96/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/96/go-bottom.png +share/icons/matefaenza/actions/96/go-down.png +share/icons/matefaenza/actions/96/go-first.png +share/icons/matefaenza/actions/96/go-home.png +share/icons/matefaenza/actions/96/go-jump.png +share/icons/matefaenza/actions/96/go-last.png +share/icons/matefaenza/actions/96/go-next.png +share/icons/matefaenza/actions/96/go-previous.png +share/icons/matefaenza/actions/96/go-top.png +share/icons/matefaenza/actions/96/go-up.png +share/icons/matefaenza/actions/96/gohome.png +share/icons/matefaenza/actions/96/gtk-about.png +share/icons/matefaenza/actions/96/gtk-add.png +share/icons/matefaenza/actions/96/gtk-apply.png +share/icons/matefaenza/actions/96/gtk-bold.png +share/icons/matefaenza/actions/96/gtk-cancel.png +share/icons/matefaenza/actions/96/gtk-clear.png +share/icons/matefaenza/actions/96/gtk-close.png +share/icons/matefaenza/actions/96/gtk-copy.png +share/icons/matefaenza/actions/96/gtk-cut.png +share/icons/matefaenza/actions/96/gtk-delete.png +share/icons/matefaenza/actions/96/gtk-edit.png +share/icons/matefaenza/actions/96/gtk-execute.png +share/icons/matefaenza/actions/96/gtk-find-and-replace.png +share/icons/matefaenza/actions/96/gtk-find.png +share/icons/matefaenza/actions/96/gtk-fullscreen.png +share/icons/matefaenza/actions/96/gtk-go-back-ltr.png +share/icons/matefaenza/actions/96/gtk-go-back-rtl.png +share/icons/matefaenza/actions/96/gtk-go-down.png +share/icons/matefaenza/actions/96/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/96/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/96/gtk-go-up.png +share/icons/matefaenza/actions/96/gtk-goto-bottom.png +share/icons/matefaenza/actions/96/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/96/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/96/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/96/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/96/gtk-goto-top.png +share/icons/matefaenza/actions/96/gtk-home.png +share/icons/matefaenza/actions/96/gtk-indent-ltr.png +share/icons/matefaenza/actions/96/gtk-indent-rtl.png +share/icons/matefaenza/actions/96/gtk-info.png +share/icons/matefaenza/actions/96/gtk-italic.png +share/icons/matefaenza/actions/96/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/96/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/96/gtk-justify-center.png +share/icons/matefaenza/actions/96/gtk-justify-fill.png +share/icons/matefaenza/actions/96/gtk-justify-left.png +share/icons/matefaenza/actions/96/gtk-justify-right.png +share/icons/matefaenza/actions/96/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/96/gtk-media-next-ltr.png +share/icons/matefaenza/actions/96/gtk-media-next-rtl.png +share/icons/matefaenza/actions/96/gtk-media-pause.png +share/icons/matefaenza/actions/96/gtk-media-play-ltr.png +share/icons/matefaenza/actions/96/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/96/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/96/gtk-media-record.png +share/icons/matefaenza/actions/96/gtk-media-stop.png +share/icons/matefaenza/actions/96/gtk-new.png +share/icons/matefaenza/actions/96/gtk-no.png +share/icons/matefaenza/actions/96/gtk-ok.png +share/icons/matefaenza/actions/96/gtk-open.png +share/icons/matefaenza/actions/96/gtk-paste.png +share/icons/matefaenza/actions/96/gtk-print-preview.png +share/icons/matefaenza/actions/96/gtk-print.png +share/icons/matefaenza/actions/96/gtk-properties.png +share/icons/matefaenza/actions/96/gtk-quit.png +share/icons/matefaenza/actions/96/gtk-redo-ltr.png +share/icons/matefaenza/actions/96/gtk-refresh.png +share/icons/matefaenza/actions/96/gtk-remove.png +share/icons/matefaenza/actions/96/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/96/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/96/gtk-save-as.png +share/icons/matefaenza/actions/96/gtk-save.png +share/icons/matefaenza/actions/96/gtk-select-all.png +share/icons/matefaenza/actions/96/gtk-sort-ascending.png +share/icons/matefaenza/actions/96/gtk-sort-descending.png +share/icons/matefaenza/actions/96/gtk-spell-check.png +share/icons/matefaenza/actions/96/gtk-stop.png +share/icons/matefaenza/actions/96/gtk-strikethrough.png +share/icons/matefaenza/actions/96/gtk-underline.png +share/icons/matefaenza/actions/96/gtk-undo-ltr.png +share/icons/matefaenza/actions/96/gtk-unindent-ltr.png +share/icons/matefaenza/actions/96/gtk-unindent-rtl.png +share/icons/matefaenza/actions/96/gtk-yes.png +share/icons/matefaenza/actions/96/gtk-zoom-100.png +share/icons/matefaenza/actions/96/gtk-zoom-fit.png +share/icons/matefaenza/actions/96/gtk-zoom-in.png +share/icons/matefaenza/actions/96/gtk-zoom-out.png +share/icons/matefaenza/actions/96/help-about.png +share/icons/matefaenza/actions/96/help-contents.png +share/icons/matefaenza/actions/96/im-message-new.png +share/icons/matefaenza/actions/96/insert-image.png +share/icons/matefaenza/actions/96/insert-link.png +share/icons/matefaenza/actions/96/insert-object.png +share/icons/matefaenza/actions/96/insert-text.png +share/icons/matefaenza/actions/96/internet-radio-new.png +share/icons/matefaenza/actions/96/iso-image-burn.png +share/icons/matefaenza/actions/96/kfind.png +share/icons/matefaenza/actions/96/kfm-home.png +share/icons/matefaenza/actions/96/leftjust.png +share/icons/matefaenza/actions/96/list-add.png +share/icons/matefaenza/actions/96/list-remove.png +share/icons/matefaenza/actions/96/locationbar-erase.png +share/icons/matefaenza/actions/96/lock.png +share/icons/matefaenza/actions/96/lxde-logout.png +share/icons/matefaenza/actions/96/mail-attachment.png +share/icons/matefaenza/actions/96/mail-folder-sent.png +share/icons/matefaenza/actions/96/mail-forward.png +share/icons/matefaenza/actions/96/mail-inbox.png +share/icons/matefaenza/actions/96/mail-mark-important.png +share/icons/matefaenza/actions/96/mail-mark-junk.png +share/icons/matefaenza/actions/96/mail-mark-not-junk.png +share/icons/matefaenza/actions/96/mail-mark-notjunk.png +share/icons/matefaenza/actions/96/mail-mark-read.png +share/icons/matefaenza/actions/96/mail-mark-unread.png +share/icons/matefaenza/actions/96/mail-message-new.png +share/icons/matefaenza/actions/96/mail-outbox.png +share/icons/matefaenza/actions/96/mail-read.png +share/icons/matefaenza/actions/96/mail-replied.png +share/icons/matefaenza/actions/96/mail-reply-all.png +share/icons/matefaenza/actions/96/mail-reply-sender.png +share/icons/matefaenza/actions/96/mail-send-receive.png +share/icons/matefaenza/actions/96/mail-send.png +share/icons/matefaenza/actions/96/mail-sent.png +share/icons/matefaenza/actions/96/mail-unread.png +share/icons/matefaenza/actions/96/mail_forward.png +share/icons/matefaenza/actions/96/mail_new.png +share/icons/matefaenza/actions/96/mail_reply.png +share/icons/matefaenza/actions/96/mail_replyall.png +share/icons/matefaenza/actions/96/mail_send.png +share/icons/matefaenza/actions/96/media-eject.png +share/icons/matefaenza/actions/96/media-import-audio-cd.png +share/icons/matefaenza/actions/96/media-optical-audio-new.png +share/icons/matefaenza/actions/96/media-optical-burn.png +share/icons/matefaenza/actions/96/media-optical-copy.png +share/icons/matefaenza/actions/96/media-optical-data-new.png +share/icons/matefaenza/actions/96/media-optical-video-new.png +share/icons/matefaenza/actions/96/media-playback-pause.png +share/icons/matefaenza/actions/96/media-playback-start.png +share/icons/matefaenza/actions/96/media-playback-stop.png +share/icons/matefaenza/actions/96/media-playlist-repeat.png +share/icons/matefaenza/actions/96/media-playlist-shuffle.png +share/icons/matefaenza/actions/96/media-record.png +share/icons/matefaenza/actions/96/media-skip-backward.png +share/icons/matefaenza/actions/96/media-skip-forward.png +share/icons/matefaenza/actions/96/media-write-cd.png +share/icons/matefaenza/actions/96/next.png +share/icons/matefaenza/actions/96/object-flip-horizontal.png +share/icons/matefaenza/actions/96/object-flip-vertical.png +share/icons/matefaenza/actions/96/object-rotate-left.png +share/icons/matefaenza/actions/96/object-rotate-right.png +share/icons/matefaenza/actions/96/ok.png +share/icons/matefaenza/actions/96/package-install.png +share/icons/matefaenza/actions/96/package-remove.png +share/icons/matefaenza/actions/96/package-upgrade.png +share/icons/matefaenza/actions/96/player-eject.png +share/icons/matefaenza/actions/96/player_end.png +share/icons/matefaenza/actions/96/player_pause.png +share/icons/matefaenza/actions/96/player_play.png +share/icons/matefaenza/actions/96/player_record.png +share/icons/matefaenza/actions/96/player_start.png +share/icons/matefaenza/actions/96/player_stop.png +share/icons/matefaenza/actions/96/podcast-new.png +share/icons/matefaenza/actions/96/preview-file.png +share/icons/matefaenza/actions/96/previous.png +share/icons/matefaenza/actions/96/process-stop.png +share/icons/matefaenza/actions/96/redhat-home.png +share/icons/matefaenza/actions/96/redo.png +share/icons/matefaenza/actions/96/reload.png +share/icons/matefaenza/actions/96/reload3.png +share/icons/matefaenza/actions/96/reload_all_tabs.png +share/icons/matefaenza/actions/96/reload_page.png +share/icons/matefaenza/actions/96/remove.png +share/icons/matefaenza/actions/96/revert.png +share/icons/matefaenza/actions/96/rhythmbox-set-star.png +share/icons/matefaenza/actions/96/rightjust.png +share/icons/matefaenza/actions/96/rotate.png +share/icons/matefaenza/actions/96/search.png +share/icons/matefaenza/actions/96/star.png +share/icons/matefaenza/actions/96/start.png +share/icons/matefaenza/actions/96/stock-refresh.png +share/icons/matefaenza/actions/96/stock_about.png +share/icons/matefaenza/actions/96/stock_add-bookmark.png +share/icons/matefaenza/actions/96/stock_attach.png +share/icons/matefaenza/actions/96/stock_bookmark.png +share/icons/matefaenza/actions/96/stock_bottom.png +share/icons/matefaenza/actions/96/stock_calc-accept.png +share/icons/matefaenza/actions/96/stock_close.png +share/icons/matefaenza/actions/96/stock_copy.png +share/icons/matefaenza/actions/96/stock_cut.png +share/icons/matefaenza/actions/96/stock_delete.png +share/icons/matefaenza/actions/96/stock_down.png +share/icons/matefaenza/actions/96/stock_file-properties.png +share/icons/matefaenza/actions/96/stock_first.png +share/icons/matefaenza/actions/96/stock_folder-copy.png +share/icons/matefaenza/actions/96/stock_folder-move.png +share/icons/matefaenza/actions/96/stock_folder-properties.png +share/icons/matefaenza/actions/96/stock_fullscreen.png +share/icons/matefaenza/actions/96/stock_help-add-bookmark.png +share/icons/matefaenza/actions/96/stock_home.png +share/icons/matefaenza/actions/96/stock_inbox.png +share/icons/matefaenza/actions/96/stock_last.png +share/icons/matefaenza/actions/96/stock_leave-fullscreen.png +share/icons/matefaenza/actions/96/stock_left.png +share/icons/matefaenza/actions/96/stock_mail-compose.png +share/icons/matefaenza/actions/96/stock_mail-filters-apply.png +share/icons/matefaenza/actions/96/stock_mail-forward.png +share/icons/matefaenza/actions/96/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/96/stock_mail-reply.png +share/icons/matefaenza/actions/96/stock_mail-send-receive.png +share/icons/matefaenza/actions/96/stock_mail-send.png +share/icons/matefaenza/actions/96/stock_mark.png +share/icons/matefaenza/actions/96/stock_media-next.png +share/icons/matefaenza/actions/96/stock_media-pause.png +share/icons/matefaenza/actions/96/stock_media-play.png +share/icons/matefaenza/actions/96/stock_media-prev.png +share/icons/matefaenza/actions/96/stock_media-rec.png +share/icons/matefaenza/actions/96/stock_media-stop.png +share/icons/matefaenza/actions/96/stock_new-address-book.png +share/icons/matefaenza/actions/96/stock_new-appointment.png +share/icons/matefaenza/actions/96/stock_new-bcard.png +share/icons/matefaenza/actions/96/stock_new-dir.png +share/icons/matefaenza/actions/96/stock_new-tab.png +share/icons/matefaenza/actions/96/stock_new-text.png +share/icons/matefaenza/actions/96/stock_new-window.png +share/icons/matefaenza/actions/96/stock_no.png +share/icons/matefaenza/actions/96/stock_outbox.png +share/icons/matefaenza/actions/96/stock_paste.png +share/icons/matefaenza/actions/96/stock_print-preview.png +share/icons/matefaenza/actions/96/stock_print-setup.png +share/icons/matefaenza/actions/96/stock_print.png +share/icons/matefaenza/actions/96/stock_properties.png +share/icons/matefaenza/actions/96/stock_redo.png +share/icons/matefaenza/actions/96/stock_repeat.png +share/icons/matefaenza/actions/96/stock_right.png +share/icons/matefaenza/actions/96/stock_save-as.png +share/icons/matefaenza/actions/96/stock_save.png +share/icons/matefaenza/actions/96/stock_search-and-replace.png +share/icons/matefaenza/actions/96/stock_search.png +share/icons/matefaenza/actions/96/stock_select-all.png +share/icons/matefaenza/actions/96/stock_sent-mail.png +share/icons/matefaenza/actions/96/stock_shuffle.png +share/icons/matefaenza/actions/96/stock_spellcheck.png +share/icons/matefaenza/actions/96/stock_stop.png +share/icons/matefaenza/actions/96/stock_text-strikethrough.png +share/icons/matefaenza/actions/96/stock_text_bold.png +share/icons/matefaenza/actions/96/stock_text_center.png +share/icons/matefaenza/actions/96/stock_text_indent.png +share/icons/matefaenza/actions/96/stock_text_italic.png +share/icons/matefaenza/actions/96/stock_text_justify.png +share/icons/matefaenza/actions/96/stock_text_left.png +share/icons/matefaenza/actions/96/stock_text_right.png +share/icons/matefaenza/actions/96/stock_text_underlined.png +share/icons/matefaenza/actions/96/stock_text_unindent.png +share/icons/matefaenza/actions/96/stock_top.png +share/icons/matefaenza/actions/96/stock_undo.png +share/icons/matefaenza/actions/96/stock_up.png +share/icons/matefaenza/actions/96/stock_yes.png +share/icons/matefaenza/actions/96/stock_zoom-1.png +share/icons/matefaenza/actions/96/stock_zoom-in.png +share/icons/matefaenza/actions/96/stock_zoom-out.png +share/icons/matefaenza/actions/96/stock_zoom-page.png +share/icons/matefaenza/actions/96/stop.png +share/icons/matefaenza/actions/96/system-lock-screen.png +share/icons/matefaenza/actions/96/system-log-out.png +share/icons/matefaenza/actions/96/system-run.png +share/icons/matefaenza/actions/96/system-search.png +share/icons/matefaenza/actions/96/system-shutdown.png +share/icons/matefaenza/actions/96/system-upgrade.png +share/icons/matefaenza/actions/96/tab-new.png +share/icons/matefaenza/actions/96/tab_new.png +share/icons/matefaenza/actions/96/tag-new.png +share/icons/matefaenza/actions/96/text_bold.png +share/icons/matefaenza/actions/96/text_italic.png +share/icons/matefaenza/actions/96/text_strike.png +share/icons/matefaenza/actions/96/text_under.png +share/icons/matefaenza/actions/96/tools-check-spelling.png +share/icons/matefaenza/actions/96/top.png +share/icons/matefaenza/actions/96/undo.png +share/icons/matefaenza/actions/96/up.png +share/icons/matefaenza/actions/96/view-fullscreen.png +share/icons/matefaenza/actions/96/view-list-compact-symbolic.png +share/icons/matefaenza/actions/96/view-list-compact.png +share/icons/matefaenza/actions/96/view-list-details-symbolic.png +share/icons/matefaenza/actions/96/view-list-details.png +share/icons/matefaenza/actions/96/view-list-icons-symbolic.png +share/icons/matefaenza/actions/96/view-list-icons.png +share/icons/matefaenza/actions/96/view-refresh.png +share/icons/matefaenza/actions/96/view-restore.png +share/icons/matefaenza/actions/96/view-sort-ascending.png +share/icons/matefaenza/actions/96/view-sort-descending.png +share/icons/matefaenza/actions/96/viewmag+.png +share/icons/matefaenza/actions/96/viewmag-.png +share/icons/matefaenza/actions/96/viewmag1.png +share/icons/matefaenza/actions/96/viewmagfit.png +share/icons/matefaenza/actions/96/visualization.png +share/icons/matefaenza/actions/96/window-close.png +share/icons/matefaenza/actions/96/window-new.png +share/icons/matefaenza/actions/96/window_fullscreen.png +share/icons/matefaenza/actions/96/window_new.png +share/icons/matefaenza/actions/96/window_nofullscreen.png +share/icons/matefaenza/actions/96/xfce-system-exit.png +share/icons/matefaenza/actions/96/xfce-system-lock.png +share/icons/matefaenza/actions/96/xfsm-logout.png +share/icons/matefaenza/actions/96/zoom-best-fit.png +share/icons/matefaenza/actions/96/zoom-fit-best.png +share/icons/matefaenza/actions/96/zoom-fit.png +share/icons/matefaenza/actions/96/zoom-in.png +share/icons/matefaenza/actions/96/zoom-original.png +share/icons/matefaenza/actions/96/zoom-out.png +share/icons/matefaenza/actions/scalable/add-files-to-archive.svg +share/icons/matefaenza/actions/scalable/add-folder-to-archive.svg +share/icons/matefaenza/actions/scalable/add.svg +share/icons/matefaenza/actions/scalable/address-book-new.svg +share/icons/matefaenza/actions/scalable/application-exit.svg +share/icons/matefaenza/actions/scalable/appointment-new.svg +share/icons/matefaenza/actions/scalable/appointment.svg +share/icons/matefaenza/actions/scalable/audio-cd-duplicate.svg +share/icons/matefaenza/actions/scalable/audio-cd-new.svg +share/icons/matefaenza/actions/scalable/back.svg +share/icons/matefaenza/actions/scalable/bonobo-component-browser.svg +share/icons/matefaenza/actions/scalable/bookmark-new.svg +share/icons/matefaenza/actions/scalable/bookmark_add.svg +share/icons/matefaenza/actions/scalable/bookmark_list_add.svg +share/icons/matefaenza/actions/scalable/bottom.svg +share/icons/matefaenza/actions/scalable/browser-download.svg +share/icons/matefaenza/actions/scalable/cab_extract.svg +share/icons/matefaenza/actions/scalable/call-start.svg +share/icons/matefaenza/actions/scalable/call-stop.svg +share/icons/matefaenza/actions/scalable/centrejust.svg +share/icons/matefaenza/actions/scalable/contact-new.svg +share/icons/matefaenza/actions/scalable/dialog-apply.svg +share/icons/matefaenza/actions/scalable/dialog-no.svg +share/icons/matefaenza/actions/scalable/dialog-ok.svg +share/icons/matefaenza/actions/scalable/dialog-yes.svg +share/icons/matefaenza/actions/scalable/document-export.svg +share/icons/matefaenza/actions/scalable/document-import.svg +share/icons/matefaenza/actions/scalable/document-new.svg +share/icons/matefaenza/actions/scalable/document-open-recent-symbolic.svg +share/icons/matefaenza/actions/scalable/document-open-recent.svg +share/icons/matefaenza/actions/scalable/document-open.svg +share/icons/matefaenza/actions/scalable/document-page-setup.svg +share/icons/matefaenza/actions/scalable/document-print-preview.svg +share/icons/matefaenza/actions/scalable/document-print.svg +share/icons/matefaenza/actions/scalable/document-properties.svg +share/icons/matefaenza/actions/scalable/document-revert.svg +share/icons/matefaenza/actions/scalable/document-save-as-symbolic.svg +share/icons/matefaenza/actions/scalable/document-save-as.svg +share/icons/matefaenza/actions/scalable/document-save-symbolic.svg +share/icons/matefaenza/actions/scalable/document-save.svg +share/icons/matefaenza/actions/scalable/document-send.svg +share/icons/matefaenza/actions/scalable/down.svg +share/icons/matefaenza/actions/scalable/edit-add.svg +share/icons/matefaenza/actions/scalable/edit-clear-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-clear.svg +share/icons/matefaenza/actions/scalable/edit-copy-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-copy.svg +share/icons/matefaenza/actions/scalable/edit-cut-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-cut.svg +share/icons/matefaenza/actions/scalable/edit-delete-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-delete.svg +share/icons/matefaenza/actions/scalable/edit-find-replace.svg +share/icons/matefaenza/actions/scalable/edit-find-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-find.svg +share/icons/matefaenza/actions/scalable/edit-paste-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-paste.svg +share/icons/matefaenza/actions/scalable/edit-redo-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-redo.svg +share/icons/matefaenza/actions/scalable/edit-select-all.svg +share/icons/matefaenza/actions/scalable/edit-undo-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-undo.svg +share/icons/matefaenza/actions/scalable/editclear.svg +share/icons/matefaenza/actions/scalable/editcopy.svg +share/icons/matefaenza/actions/scalable/editcut.svg +share/icons/matefaenza/actions/scalable/editdelete.svg +share/icons/matefaenza/actions/scalable/editpaste.svg +share/icons/matefaenza/actions/scalable/exit.svg +share/icons/matefaenza/actions/scalable/extract-archive.svg +share/icons/matefaenza/actions/scalable/file_new.svg +share/icons/matefaenza/actions/scalable/filefind.svg +share/icons/matefaenza/actions/scalable/fileopen.svg +share/icons/matefaenza/actions/scalable/fileprint.svg +share/icons/matefaenza/actions/scalable/filesave.svg +share/icons/matefaenza/actions/scalable/filesaveas.svg +share/icons/matefaenza/actions/scalable/find.svg +share/icons/matefaenza/actions/scalable/finish.svg +share/icons/matefaenza/actions/scalable/folder-copy.svg +share/icons/matefaenza/actions/scalable/folder-move.svg +share/icons/matefaenza/actions/scalable/folder-new.svg +share/icons/matefaenza/actions/scalable/folder_new.svg +share/icons/matefaenza/actions/scalable/format-indent-less-symbolic.svg +share/icons/matefaenza/actions/scalable/format-indent-less.svg +share/icons/matefaenza/actions/scalable/format-indent-more-symbolic.svg +share/icons/matefaenza/actions/scalable/format-indent-more.svg +share/icons/matefaenza/actions/scalable/format-justify-center-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-center.svg +share/icons/matefaenza/actions/scalable/format-justify-fill-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-fill.svg +share/icons/matefaenza/actions/scalable/format-justify-left-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-left.svg +share/icons/matefaenza/actions/scalable/format-justify-right-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-right.svg +share/icons/matefaenza/actions/scalable/format-text-bold-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-bold.svg +share/icons/matefaenza/actions/scalable/format-text-direction-ltr.svg +share/icons/matefaenza/actions/scalable/format-text-direction-rtl.svg +share/icons/matefaenza/actions/scalable/format-text-italic-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-italic.svg +share/icons/matefaenza/actions/scalable/format-text-strikethrough-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-strikethrough.svg +share/icons/matefaenza/actions/scalable/format-text-underline-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-underline.svg +share/icons/matefaenza/actions/scalable/forward.svg +share/icons/matefaenza/actions/scalable/games-endturn.svg +share/icons/matefaenza/actions/scalable/gnome-app-install-star.svg +share/icons/matefaenza/actions/scalable/gnome-lockscreen.svg +share/icons/matefaenza/actions/scalable/gnome-log-out.svg +share/icons/matefaenza/actions/scalable/gnome-logout.svg +share/icons/matefaenza/actions/scalable/gnome-run.svg +share/icons/matefaenza/actions/scalable/gnome-searchtool.svg +share/icons/matefaenza/actions/scalable/gnome-session-logout.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-fwd.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-new.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-rpl.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-snd.svg +share/icons/matefaenza/actions/scalable/gnome-stock-text-indent.svg +share/icons/matefaenza/actions/scalable/gnome-stock-text-unindent.svg +share/icons/matefaenza/actions/scalable/go-bottom-symbolic.svg +share/icons/matefaenza/actions/scalable/go-bottom.svg +share/icons/matefaenza/actions/scalable/go-down-symbolic.svg +share/icons/matefaenza/actions/scalable/go-down.svg +share/icons/matefaenza/actions/scalable/go-first-symbolic.svg +share/icons/matefaenza/actions/scalable/go-first.svg +share/icons/matefaenza/actions/scalable/go-home.svg +share/icons/matefaenza/actions/scalable/go-jump.svg +share/icons/matefaenza/actions/scalable/go-last-symbolic.svg +share/icons/matefaenza/actions/scalable/go-last.svg +share/icons/matefaenza/actions/scalable/go-next-symbolic.svg +share/icons/matefaenza/actions/scalable/go-next.svg +share/icons/matefaenza/actions/scalable/go-previous-symbolic.svg +share/icons/matefaenza/actions/scalable/go-previous.svg +share/icons/matefaenza/actions/scalable/go-top-symbolic.svg +share/icons/matefaenza/actions/scalable/go-top.svg +share/icons/matefaenza/actions/scalable/go-up-symbolic.svg +share/icons/matefaenza/actions/scalable/go-up.svg +share/icons/matefaenza/actions/scalable/gohome.svg +share/icons/matefaenza/actions/scalable/gtk-about.svg +share/icons/matefaenza/actions/scalable/gtk-add.svg +share/icons/matefaenza/actions/scalable/gtk-apply.svg +share/icons/matefaenza/actions/scalable/gtk-bold.svg +share/icons/matefaenza/actions/scalable/gtk-cancel.svg +share/icons/matefaenza/actions/scalable/gtk-clear.svg +share/icons/matefaenza/actions/scalable/gtk-close.svg +share/icons/matefaenza/actions/scalable/gtk-copy.svg +share/icons/matefaenza/actions/scalable/gtk-cut.svg +share/icons/matefaenza/actions/scalable/gtk-delete.svg +share/icons/matefaenza/actions/scalable/gtk-edit.svg +share/icons/matefaenza/actions/scalable/gtk-execute.svg +share/icons/matefaenza/actions/scalable/gtk-find-and-replace.svg +share/icons/matefaenza/actions/scalable/gtk-find.svg +share/icons/matefaenza/actions/scalable/gtk-fullscreen.svg +share/icons/matefaenza/actions/scalable/gtk-go-back-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-go-back-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-go-down.svg +share/icons/matefaenza/actions/scalable/gtk-go-forward-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-go-forward-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-go-up.svg +share/icons/matefaenza/actions/scalable/gtk-goto-bottom.svg +share/icons/matefaenza/actions/scalable/gtk-goto-first-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-goto-first-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-goto-last-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-goto-last-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-goto-top.svg +share/icons/matefaenza/actions/scalable/gtk-home.svg +share/icons/matefaenza/actions/scalable/gtk-indent-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-indent-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-info.svg +share/icons/matefaenza/actions/scalable/gtk-italic.svg +share/icons/matefaenza/actions/scalable/gtk-jump-to-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-jump-to-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-justify-center.svg +share/icons/matefaenza/actions/scalable/gtk-justify-fill.svg +share/icons/matefaenza/actions/scalable/gtk-justify-left.svg +share/icons/matefaenza/actions/scalable/gtk-justify-right.svg +share/icons/matefaenza/actions/scalable/gtk-leave-fullscreen.svg +share/icons/matefaenza/actions/scalable/gtk-media-next-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-media-next-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-media-pause.svg +share/icons/matefaenza/actions/scalable/gtk-media-play-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-media-previous-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-media-previous-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-media-record.svg +share/icons/matefaenza/actions/scalable/gtk-media-stop.svg +share/icons/matefaenza/actions/scalable/gtk-new.svg +share/icons/matefaenza/actions/scalable/gtk-no.svg +share/icons/matefaenza/actions/scalable/gtk-ok.svg +share/icons/matefaenza/actions/scalable/gtk-open.svg +share/icons/matefaenza/actions/scalable/gtk-paste.svg +share/icons/matefaenza/actions/scalable/gtk-print-preview.svg +share/icons/matefaenza/actions/scalable/gtk-print.svg +share/icons/matefaenza/actions/scalable/gtk-properties.svg +share/icons/matefaenza/actions/scalable/gtk-quit.svg +share/icons/matefaenza/actions/scalable/gtk-redo-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-refresh.svg +share/icons/matefaenza/actions/scalable/gtk-remove.svg +share/icons/matefaenza/actions/scalable/gtk-revert-to-saved-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-revert-to-saved-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-save-as.svg +share/icons/matefaenza/actions/scalable/gtk-save.svg +share/icons/matefaenza/actions/scalable/gtk-select-all.svg +share/icons/matefaenza/actions/scalable/gtk-sort-ascending.svg +share/icons/matefaenza/actions/scalable/gtk-sort-descending.svg +share/icons/matefaenza/actions/scalable/gtk-spell-check.svg +share/icons/matefaenza/actions/scalable/gtk-stop.svg +share/icons/matefaenza/actions/scalable/gtk-strikethrough.svg +share/icons/matefaenza/actions/scalable/gtk-underline.svg +share/icons/matefaenza/actions/scalable/gtk-undo-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-unindent-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-unindent-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-yes.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-100.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-fit.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-in.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-out.svg +share/icons/matefaenza/actions/scalable/help-about.svg +share/icons/matefaenza/actions/scalable/help-contents.svg +share/icons/matefaenza/actions/scalable/im-message-new.svg +share/icons/matefaenza/actions/scalable/insert-image.svg +share/icons/matefaenza/actions/scalable/insert-link.svg +share/icons/matefaenza/actions/scalable/insert-object.svg +share/icons/matefaenza/actions/scalable/insert-text.svg +share/icons/matefaenza/actions/scalable/internet-radio-new.svg +share/icons/matefaenza/actions/scalable/iso-image-burn.svg +share/icons/matefaenza/actions/scalable/kfind.svg +share/icons/matefaenza/actions/scalable/kfm-home.svg +share/icons/matefaenza/actions/scalable/leftjust.svg +share/icons/matefaenza/actions/scalable/list-add-symbolic.svg +share/icons/matefaenza/actions/scalable/list-add.svg +share/icons/matefaenza/actions/scalable/list-remove-symbolic.svg +share/icons/matefaenza/actions/scalable/list-remove.svg +share/icons/matefaenza/actions/scalable/locationbar-erase.svg +share/icons/matefaenza/actions/scalable/lock.svg +share/icons/matefaenza/actions/scalable/lxde-logout.svg +share/icons/matefaenza/actions/scalable/mail-attachment.svg +share/icons/matefaenza/actions/scalable/mail-folder-sent.svg +share/icons/matefaenza/actions/scalable/mail-forward.svg +share/icons/matefaenza/actions/scalable/mail-inbox.svg +share/icons/matefaenza/actions/scalable/mail-mark-important.svg +share/icons/matefaenza/actions/scalable/mail-mark-junk.svg +share/icons/matefaenza/actions/scalable/mail-mark-not-junk.svg +share/icons/matefaenza/actions/scalable/mail-mark-notjunk.svg +share/icons/matefaenza/actions/scalable/mail-mark-read.svg +share/icons/matefaenza/actions/scalable/mail-mark-unread.svg +share/icons/matefaenza/actions/scalable/mail-message-new.svg +share/icons/matefaenza/actions/scalable/mail-outbox.svg +share/icons/matefaenza/actions/scalable/mail-read.svg +share/icons/matefaenza/actions/scalable/mail-replied.svg +share/icons/matefaenza/actions/scalable/mail-reply-all.svg +share/icons/matefaenza/actions/scalable/mail-reply-sender.svg +share/icons/matefaenza/actions/scalable/mail-send-receive-symbolic.svg +share/icons/matefaenza/actions/scalable/mail-send-receive.svg +share/icons/matefaenza/actions/scalable/mail-send.svg +share/icons/matefaenza/actions/scalable/mail-sent.svg +share/icons/matefaenza/actions/scalable/mail-unread.svg +share/icons/matefaenza/actions/scalable/mail_forward.svg +share/icons/matefaenza/actions/scalable/mail_new.svg +share/icons/matefaenza/actions/scalable/mail_reply.svg +share/icons/matefaenza/actions/scalable/mail_replyall.svg +share/icons/matefaenza/actions/scalable/mail_send.svg +share/icons/matefaenza/actions/scalable/media-eject-symbolic.svg +share/icons/matefaenza/actions/scalable/media-eject.svg +share/icons/matefaenza/actions/scalable/media-import-audio-cd.svg +share/icons/matefaenza/actions/scalable/media-optical-audio-new.svg +share/icons/matefaenza/actions/scalable/media-optical-burn.svg +share/icons/matefaenza/actions/scalable/media-optical-copy.svg +share/icons/matefaenza/actions/scalable/media-optical-data-new.svg +share/icons/matefaenza/actions/scalable/media-optical-video-new.svg +share/icons/matefaenza/actions/scalable/media-playback-pause-symbolic.svg +share/icons/matefaenza/actions/scalable/media-playback-pause.svg +share/icons/matefaenza/actions/scalable/media-playback-start-symbolic.svg +share/icons/matefaenza/actions/scalable/media-playback-start.svg +share/icons/matefaenza/actions/scalable/media-playback-stop-symbolic.svg +share/icons/matefaenza/actions/scalable/media-playback-stop.svg +share/icons/matefaenza/actions/scalable/media-playlist-repeat.svg +share/icons/matefaenza/actions/scalable/media-playlist-shuffle.svg +share/icons/matefaenza/actions/scalable/media-record-symbolic.svg +share/icons/matefaenza/actions/scalable/media-record.svg +share/icons/matefaenza/actions/scalable/media-skip-backward-symbolic.svg +share/icons/matefaenza/actions/scalable/media-skip-backward.svg +share/icons/matefaenza/actions/scalable/media-skip-forward-symbolic.svg +share/icons/matefaenza/actions/scalable/media-skip-forward.svg +share/icons/matefaenza/actions/scalable/media-write-cd.svg +share/icons/matefaenza/actions/scalable/next.svg +share/icons/matefaenza/actions/scalable/object-flip-horizontal.svg +share/icons/matefaenza/actions/scalable/object-flip-vertical.svg +share/icons/matefaenza/actions/scalable/object-rotate-left.svg +share/icons/matefaenza/actions/scalable/object-rotate-right.svg +share/icons/matefaenza/actions/scalable/ok.svg +share/icons/matefaenza/actions/scalable/package-install.svg +share/icons/matefaenza/actions/scalable/package-remove.svg +share/icons/matefaenza/actions/scalable/package-upgrade.svg +share/icons/matefaenza/actions/scalable/player-eject.svg +share/icons/matefaenza/actions/scalable/player_end.svg +share/icons/matefaenza/actions/scalable/player_pause.svg +share/icons/matefaenza/actions/scalable/player_play.svg +share/icons/matefaenza/actions/scalable/player_record.svg +share/icons/matefaenza/actions/scalable/player_start.svg +share/icons/matefaenza/actions/scalable/player_stop.svg +share/icons/matefaenza/actions/scalable/podcast-new.svg +share/icons/matefaenza/actions/scalable/preview-file.svg +share/icons/matefaenza/actions/scalable/previous.svg +share/icons/matefaenza/actions/scalable/process-stop-symbolic.svg +share/icons/matefaenza/actions/scalable/process-stop.svg +share/icons/matefaenza/actions/scalable/redhat-home.svg +share/icons/matefaenza/actions/scalable/redo.svg +share/icons/matefaenza/actions/scalable/reload.svg +share/icons/matefaenza/actions/scalable/reload3.svg +share/icons/matefaenza/actions/scalable/reload_all_tabs.svg +share/icons/matefaenza/actions/scalable/reload_page.svg +share/icons/matefaenza/actions/scalable/remove.svg +share/icons/matefaenza/actions/scalable/revert.svg +share/icons/matefaenza/actions/scalable/rhythmbox-set-star.svg +share/icons/matefaenza/actions/scalable/rightjust.svg +share/icons/matefaenza/actions/scalable/rotate.svg +share/icons/matefaenza/actions/scalable/search.svg +share/icons/matefaenza/actions/scalable/star.svg +share/icons/matefaenza/actions/scalable/start.svg +share/icons/matefaenza/actions/scalable/stock-refresh.svg +share/icons/matefaenza/actions/scalable/stock_about.svg +share/icons/matefaenza/actions/scalable/stock_add-bookmark.svg +share/icons/matefaenza/actions/scalable/stock_attach.svg +share/icons/matefaenza/actions/scalable/stock_bookmark.svg +share/icons/matefaenza/actions/scalable/stock_bottom.svg +share/icons/matefaenza/actions/scalable/stock_calc-accept.svg +share/icons/matefaenza/actions/scalable/stock_close.svg +share/icons/matefaenza/actions/scalable/stock_copy.svg +share/icons/matefaenza/actions/scalable/stock_cut.svg +share/icons/matefaenza/actions/scalable/stock_delete.svg +share/icons/matefaenza/actions/scalable/stock_down.svg +share/icons/matefaenza/actions/scalable/stock_file-properties.svg +share/icons/matefaenza/actions/scalable/stock_first.svg +share/icons/matefaenza/actions/scalable/stock_folder-copy.svg +share/icons/matefaenza/actions/scalable/stock_folder-move.svg +share/icons/matefaenza/actions/scalable/stock_folder-properties.svg +share/icons/matefaenza/actions/scalable/stock_fullscreen.svg +share/icons/matefaenza/actions/scalable/stock_help-add-bookmark.svg +share/icons/matefaenza/actions/scalable/stock_home.svg +share/icons/matefaenza/actions/scalable/stock_inbox.svg +share/icons/matefaenza/actions/scalable/stock_last.svg +share/icons/matefaenza/actions/scalable/stock_leave-fullscreen.svg +share/icons/matefaenza/actions/scalable/stock_left.svg +share/icons/matefaenza/actions/scalable/stock_mail-compose.svg +share/icons/matefaenza/actions/scalable/stock_mail-filters-apply.svg +share/icons/matefaenza/actions/scalable/stock_mail-forward.svg +share/icons/matefaenza/actions/scalable/stock_mail-reply-to-all.svg +share/icons/matefaenza/actions/scalable/stock_mail-reply.svg +share/icons/matefaenza/actions/scalable/stock_mail-send-receive.svg +share/icons/matefaenza/actions/scalable/stock_mail-send.svg +share/icons/matefaenza/actions/scalable/stock_mark.svg +share/icons/matefaenza/actions/scalable/stock_media-next.svg +share/icons/matefaenza/actions/scalable/stock_media-pause.svg +share/icons/matefaenza/actions/scalable/stock_media-play.svg +share/icons/matefaenza/actions/scalable/stock_media-prev.svg +share/icons/matefaenza/actions/scalable/stock_media-rec.svg +share/icons/matefaenza/actions/scalable/stock_media-stop.svg +share/icons/matefaenza/actions/scalable/stock_new-address-book.svg +share/icons/matefaenza/actions/scalable/stock_new-appointment.svg +share/icons/matefaenza/actions/scalable/stock_new-bcard.svg +share/icons/matefaenza/actions/scalable/stock_new-dir.svg +share/icons/matefaenza/actions/scalable/stock_new-tab.svg +share/icons/matefaenza/actions/scalable/stock_new-text.svg +share/icons/matefaenza/actions/scalable/stock_new-window.svg +share/icons/matefaenza/actions/scalable/stock_no.svg +share/icons/matefaenza/actions/scalable/stock_outbox.svg +share/icons/matefaenza/actions/scalable/stock_paste.svg +share/icons/matefaenza/actions/scalable/stock_print-preview.svg +share/icons/matefaenza/actions/scalable/stock_print-setup.svg +share/icons/matefaenza/actions/scalable/stock_print.svg +share/icons/matefaenza/actions/scalable/stock_properties.svg +share/icons/matefaenza/actions/scalable/stock_redo.svg +share/icons/matefaenza/actions/scalable/stock_repeat.svg +share/icons/matefaenza/actions/scalable/stock_right.svg +share/icons/matefaenza/actions/scalable/stock_save-as.svg +share/icons/matefaenza/actions/scalable/stock_save.svg +share/icons/matefaenza/actions/scalable/stock_search-and-replace.svg +share/icons/matefaenza/actions/scalable/stock_search.svg +share/icons/matefaenza/actions/scalable/stock_select-all.svg +share/icons/matefaenza/actions/scalable/stock_sent-mail.svg +share/icons/matefaenza/actions/scalable/stock_shuffle.svg +share/icons/matefaenza/actions/scalable/stock_spellcheck.svg +share/icons/matefaenza/actions/scalable/stock_stop.svg +share/icons/matefaenza/actions/scalable/stock_text-strikethrough.svg +share/icons/matefaenza/actions/scalable/stock_text_bold.svg +share/icons/matefaenza/actions/scalable/stock_text_center.svg +share/icons/matefaenza/actions/scalable/stock_text_indent.svg +share/icons/matefaenza/actions/scalable/stock_text_italic.svg +share/icons/matefaenza/actions/scalable/stock_text_justify.svg +share/icons/matefaenza/actions/scalable/stock_text_left.svg +share/icons/matefaenza/actions/scalable/stock_text_right.svg +share/icons/matefaenza/actions/scalable/stock_text_underlined.svg +share/icons/matefaenza/actions/scalable/stock_text_unindent.svg +share/icons/matefaenza/actions/scalable/stock_top.svg +share/icons/matefaenza/actions/scalable/stock_undo.svg +share/icons/matefaenza/actions/scalable/stock_up.svg +share/icons/matefaenza/actions/scalable/stock_yes.svg +share/icons/matefaenza/actions/scalable/stock_zoom-1.svg +share/icons/matefaenza/actions/scalable/stock_zoom-in.svg +share/icons/matefaenza/actions/scalable/stock_zoom-out.svg +share/icons/matefaenza/actions/scalable/stock_zoom-page.svg +share/icons/matefaenza/actions/scalable/stop.svg +share/icons/matefaenza/actions/scalable/system-lock-screen.svg +share/icons/matefaenza/actions/scalable/system-log-out.svg +share/icons/matefaenza/actions/scalable/system-run-symbolic.svg +share/icons/matefaenza/actions/scalable/system-run.svg +share/icons/matefaenza/actions/scalable/system-search.svg +share/icons/matefaenza/actions/scalable/system-shutdown-symbolic.svg +share/icons/matefaenza/actions/scalable/system-shutdown.svg +share/icons/matefaenza/actions/scalable/system-upgrade.svg +share/icons/matefaenza/actions/scalable/tab-new.svg +share/icons/matefaenza/actions/scalable/tab_new.svg +share/icons/matefaenza/actions/scalable/tag-new.svg +share/icons/matefaenza/actions/scalable/text_bold.svg +share/icons/matefaenza/actions/scalable/text_italic.svg +share/icons/matefaenza/actions/scalable/text_strike.svg +share/icons/matefaenza/actions/scalable/text_under.svg +share/icons/matefaenza/actions/scalable/tools-check-spelling.svg +share/icons/matefaenza/actions/scalable/top.svg +share/icons/matefaenza/actions/scalable/undo.svg +share/icons/matefaenza/actions/scalable/up.svg +share/icons/matefaenza/actions/scalable/view-fullscreen-symbolic.svg +share/icons/matefaenza/actions/scalable/view-fullscreen.svg +share/icons/matefaenza/actions/scalable/view-list-compact-symbolic.svg +share/icons/matefaenza/actions/scalable/view-list-compact.svg +share/icons/matefaenza/actions/scalable/view-list-details-symbolic.svg +share/icons/matefaenza/actions/scalable/view-list-details.svg +share/icons/matefaenza/actions/scalable/view-list-icons-symbolic.svg +share/icons/matefaenza/actions/scalable/view-list-icons.svg +share/icons/matefaenza/actions/scalable/view-refresh-symbolic.svg +share/icons/matefaenza/actions/scalable/view-refresh.svg +share/icons/matefaenza/actions/scalable/view-restore-symbolic.svg +share/icons/matefaenza/actions/scalable/view-restore.svg +share/icons/matefaenza/actions/scalable/view-sort-ascending.svg +share/icons/matefaenza/actions/scalable/view-sort-descending.svg +share/icons/matefaenza/actions/scalable/viewmag+.svg +share/icons/matefaenza/actions/scalable/viewmag-.svg +share/icons/matefaenza/actions/scalable/viewmag1.svg +share/icons/matefaenza/actions/scalable/viewmagfit.svg +share/icons/matefaenza/actions/scalable/visualization.svg +share/icons/matefaenza/actions/scalable/window-close-symbolic.svg +share/icons/matefaenza/actions/scalable/window-close.svg +share/icons/matefaenza/actions/scalable/window-new.svg +share/icons/matefaenza/actions/scalable/window_fullscreen.svg +share/icons/matefaenza/actions/scalable/window_new.svg +share/icons/matefaenza/actions/scalable/window_nofullscreen.svg +share/icons/matefaenza/actions/scalable/xfce-system-exit.svg +share/icons/matefaenza/actions/scalable/xfce-system-lock.svg +share/icons/matefaenza/actions/scalable/xfsm-logout.svg +share/icons/matefaenza/actions/scalable/zoom-best-fit.svg +share/icons/matefaenza/actions/scalable/zoom-fit-best.svg +share/icons/matefaenza/actions/scalable/zoom-fit-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-fit.svg +share/icons/matefaenza/actions/scalable/zoom-in-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-in.svg +share/icons/matefaenza/actions/scalable/zoom-original-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-original.svg +share/icons/matefaenza/actions/scalable/zoom-out-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-out.svg +share/icons/matefaenza/apps/16/0ad.png +share/icons/matefaenza/apps/16/AdobeAIR.png +share/icons/matefaenza/apps/16/AdobeReader.png +share/icons/matefaenza/apps/16/AdobeReader10.png +share/icons/matefaenza/apps/16/AdobeReader8.png +share/icons/matefaenza/apps/16/AdobeReader9.png +share/icons/matefaenza/apps/16/DC++.png +share/icons/matefaenza/apps/16/DC++.xpm +share/icons/matefaenza/apps/16/EasyTAG_icon.png +share/icons/matefaenza/apps/16/Etermutilities-terminal.png +share/icons/matefaenza/apps/16/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/16/Terminal.png +share/icons/matefaenza/apps/16/Thunar.png +share/icons/matefaenza/apps/16/VBox.png +share/icons/matefaenza/apps/16/WorldOfGoo.png +share/icons/matefaenza/apps/16/Wunderlist.png +share/icons/matefaenza/apps/16/a4.png +share/icons/matefaenza/apps/16/abiword.png +share/icons/matefaenza/apps/16/abiword_48.png +share/icons/matefaenza/apps/16/abrt.png +share/icons/matefaenza/apps/16/access.png +share/icons/matefaenza/apps/16/accessibility-directory.png +share/icons/matefaenza/apps/16/accessories-calculator.png +share/icons/matefaenza/apps/16/accessories-character-map.png +share/icons/matefaenza/apps/16/accessories-dictionary.png +share/icons/matefaenza/apps/16/accessories-text-editor.png +share/icons/matefaenza/apps/16/acroread.png +share/icons/matefaenza/apps/16/activity-log-manager.png +share/icons/matefaenza/apps/16/addressbook.png +share/icons/matefaenza/apps/16/adobe-air.png +share/icons/matefaenza/apps/16/adobe-flashplayer.png +share/icons/matefaenza/apps/16/adobeflashplugin.png +share/icons/matefaenza/apps/16/akregator.png +share/icons/matefaenza/apps/16/alacarte.png +share/icons/matefaenza/apps/16/alchemy.png +share/icons/matefaenza/apps/16/alien-arena.png +share/icons/matefaenza/apps/16/amarok.png +share/icons/matefaenza/apps/16/amazon-mp3-store-source.png +share/icons/matefaenza/apps/16/amazon-store.png +share/icons/matefaenza/apps/16/amule.png +share/icons/matefaenza/apps/16/anjuta.png +share/icons/matefaenza/apps/16/anki.png +share/icons/matefaenza/apps/16/applets-screenshooter.png +share/icons/matefaenza/apps/16/application-default-icon.png +share/icons/matefaenza/apps/16/application-x-clementine.png +share/icons/matefaenza/apps/16/aqualung.png +share/icons/matefaenza/apps/16/as-icon.png +share/icons/matefaenza/apps/16/as-powered.png +share/icons/matefaenza/apps/16/assistant.png +share/icons/matefaenza/apps/16/atril.png +share/icons/matefaenza/apps/16/audacious.png +share/icons/matefaenza/apps/16/audacity.png +share/icons/matefaenza/apps/16/audiobook.png +share/icons/matefaenza/apps/16/autoplus.png +share/icons/matefaenza/apps/16/avant-window-navigator.png +share/icons/matefaenza/apps/16/awn-settings.png +share/icons/matefaenza/apps/16/ax-applet.png +share/icons/matefaenza/apps/16/background.png +share/icons/matefaenza/apps/16/badge-small.png +share/icons/matefaenza/apps/16/banshee-1.png +share/icons/matefaenza/apps/16/banshee.png +share/icons/matefaenza/apps/16/baobab.png +share/icons/matefaenza/apps/16/bash.png +share/icons/matefaenza/apps/16/bazaar.png +share/icons/matefaenza/apps/16/bleachbit.png +share/icons/matefaenza/apps/16/blender.png +share/icons/matefaenza/apps/16/bluefish-icon.png +share/icons/matefaenza/apps/16/bluefish.png +share/icons/matefaenza/apps/16/bluefish.xpm +share/icons/matefaenza/apps/16/bluegriffon.png +share/icons/matefaenza/apps/16/blueman.png +share/icons/matefaenza/apps/16/blueradio-48.png +share/icons/matefaenza/apps/16/blueradio.png +share/icons/matefaenza/apps/16/bluetooth-48.png +share/icons/matefaenza/apps/16/bluetooth.png +share/icons/matefaenza/apps/16/bluetoothradio.png +share/icons/matefaenza/apps/16/boot.png +share/icons/matefaenza/apps/16/brasero.png +share/icons/matefaenza/apps/16/browser-help.png +share/icons/matefaenza/apps/16/browser.png +share/icons/matefaenza/apps/16/browser.xpm +share/icons/matefaenza/apps/16/bt-logo.png +share/icons/matefaenza/apps/16/bug-buddy.png +share/icons/matefaenza/apps/16/bzr-explorer.png +share/icons/matefaenza/apps/16/caffeine.png +share/icons/matefaenza/apps/16/cairo-clock.png +share/icons/matefaenza/apps/16/calc.png +share/icons/matefaenza/apps/16/catfish.png +share/icons/matefaenza/apps/16/ccc_large.png +share/icons/matefaenza/apps/16/ccc_large.xpm +share/icons/matefaenza/apps/16/ccsm.png +share/icons/matefaenza/apps/16/checkbox.png +share/icons/matefaenza/apps/16/checkgmail.png +share/icons/matefaenza/apps/16/cheese.png +share/icons/matefaenza/apps/16/chromium-browser.png +share/icons/matefaenza/apps/16/chromium-browser2.png +share/icons/matefaenza/apps/16/chromium.png +share/icons/matefaenza/apps/16/claws-mail.png +share/icons/matefaenza/apps/16/clementine.png +share/icons/matefaenza/apps/16/clock.png +share/icons/matefaenza/apps/16/clocks.png +share/icons/matefaenza/apps/16/codeblocks.png +share/icons/matefaenza/apps/16/comix.png +share/icons/matefaenza/apps/16/computerjanitor.png +share/icons/matefaenza/apps/16/config-date.png +share/icons/matefaenza/apps/16/config-language.png +share/icons/matefaenza/apps/16/config-users.png +share/icons/matefaenza/apps/16/confity.png +share/icons/matefaenza/apps/16/control-center2.png +share/icons/matefaenza/apps/16/control-center2.xpm +share/icons/matefaenza/apps/16/covergloobus.png +share/icons/matefaenza/apps/16/credentials-preferences.png +share/icons/matefaenza/apps/16/cryptkeeper.png +share/icons/matefaenza/apps/16/cups.png +share/icons/matefaenza/apps/16/dc++.png +share/icons/matefaenza/apps/16/dconf-editor.png +share/icons/matefaenza/apps/16/deadbeef.png +share/icons/matefaenza/apps/16/defcon.png +share/icons/matefaenza/apps/16/deja-dup.png +share/icons/matefaenza/apps/16/deluge-torrent.png +share/icons/matefaenza/apps/16/deluge.png +share/icons/matefaenza/apps/16/designer.png +share/icons/matefaenza/apps/16/desktop-effects.png +share/icons/matefaenza/apps/16/desura.png +share/icons/matefaenza/apps/16/devede.png +share/icons/matefaenza/apps/16/devhelp.png +share/icons/matefaenza/apps/16/dia.png +share/icons/matefaenza/apps/16/display-capplet.png +share/icons/matefaenza/apps/16/display.im6.png +share/icons/matefaenza/apps/16/docky.png +share/icons/matefaenza/apps/16/dolphin.png +share/icons/matefaenza/apps/16/drakconf.png +share/icons/matefaenza/apps/16/drakmenustyle.png +share/icons/matefaenza/apps/16/drakstats.png +share/icons/matefaenza/apps/16/dropbox.png +share/icons/matefaenza/apps/16/dvdrip.png +share/icons/matefaenza/apps/16/eagle.png +share/icons/matefaenza/apps/16/easylife.png +share/icons/matefaenza/apps/16/easytag.png +share/icons/matefaenza/apps/16/eclipse.png +share/icons/matefaenza/apps/16/edit-urpm-sources.png +share/icons/matefaenza/apps/16/eekboard.png +share/icons/matefaenza/apps/16/ejecter.png +share/icons/matefaenza/apps/16/ekiga.png +share/icons/matefaenza/apps/16/emacs.png +share/icons/matefaenza/apps/16/emacs23.png +share/icons/matefaenza/apps/16/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/16/emerillon.png +share/icons/matefaenza/apps/16/emesene.png +share/icons/matefaenza/apps/16/empathy.png +share/icons/matefaenza/apps/16/engrampa.png +share/icons/matefaenza/apps/16/eog.png +share/icons/matefaenza/apps/16/eom.png +share/icons/matefaenza/apps/16/evernote.png +share/icons/matefaenza/apps/16/evince.png +share/icons/matefaenza/apps/16/evolution-calendar.png +share/icons/matefaenza/apps/16/evolution-mail.png +share/icons/matefaenza/apps/16/evolution-memos.png +share/icons/matefaenza/apps/16/evolution-tasks.png +share/icons/matefaenza/apps/16/evolution.png +share/icons/matefaenza/apps/16/exaile.png +share/icons/matefaenza/apps/16/f-spot.png +share/icons/matefaenza/apps/16/facebook.png +share/icons/matefaenza/apps/16/fedora-release-notes.png +share/icons/matefaenza/apps/16/file-manager.png +share/icons/matefaenza/apps/16/file-roller.png +share/icons/matefaenza/apps/16/filezilla.png +share/icons/matefaenza/apps/16/firefox-3.0.png +share/icons/matefaenza/apps/16/firefox-3.5.png +share/icons/matefaenza/apps/16/firefox-4.0.png +share/icons/matefaenza/apps/16/firefox-original.png +share/icons/matefaenza/apps/16/firefox.png +share/icons/matefaenza/apps/16/firestarter.png +share/icons/matefaenza/apps/16/flash-player-properties.png +share/icons/matefaenza/apps/16/flash.png +share/icons/matefaenza/apps/16/flashplayer.png +share/icons/matefaenza/apps/16/flegita.png +share/icons/matefaenza/apps/16/flickr.png +share/icons/matefaenza/apps/16/fontforge.png +share/icons/matefaenza/apps/16/fontmatrix.png +share/icons/matefaenza/apps/16/fonts.png +share/icons/matefaenza/apps/16/fontypython.png +share/icons/matefaenza/apps/16/freetuxtv.png +share/icons/matefaenza/apps/16/fretsonfire.png +share/icons/matefaenza/apps/16/frostwire.png +share/icons/matefaenza/apps/16/fusion-icon.png +share/icons/matefaenza/apps/16/gajim.png +share/icons/matefaenza/apps/16/galculator.png +share/icons/matefaenza/apps/16/gazpacho-icon.png +share/icons/matefaenza/apps/16/gazpacho.png +share/icons/matefaenza/apps/16/gbrainy.png +share/icons/matefaenza/apps/16/gcolor2.png +share/icons/matefaenza/apps/16/gcolor2.xpm +share/icons/matefaenza/apps/16/gconf-editor.png +share/icons/matefaenza/apps/16/gconfeditor.png +share/icons/matefaenza/apps/16/gcstar.png +share/icons/matefaenza/apps/16/gdeb.png +share/icons/matefaenza/apps/16/gdebi.png +share/icons/matefaenza/apps/16/gdm-setup.png +share/icons/matefaenza/apps/16/gdm-xnest.png +share/icons/matefaenza/apps/16/gdm.png +share/icons/matefaenza/apps/16/geany.png +share/icons/matefaenza/apps/16/geogebra.png +share/icons/matefaenza/apps/16/gespeaker.png +share/icons/matefaenza/apps/16/ghex.png +share/icons/matefaenza/apps/16/giggle.png +share/icons/matefaenza/apps/16/gimp.png +share/icons/matefaenza/apps/16/git-cola.png +share/icons/matefaenza/apps/16/git.png +share/icons/matefaenza/apps/16/gkdebconf-icon.png +share/icons/matefaenza/apps/16/gkdebconf.png +share/icons/matefaenza/apps/16/gksu-debian.png +share/icons/matefaenza/apps/16/gksu-root-terminal.png +share/icons/matefaenza/apps/16/glade-3.png +share/icons/matefaenza/apps/16/glade.png +share/icons/matefaenza/apps/16/glippy.png +share/icons/matefaenza/apps/16/gloobus-preview.png +share/icons/matefaenza/apps/16/gloobus.png +share/icons/matefaenza/apps/16/gmail.png +share/icons/matefaenza/apps/16/gmailwatcher.png +share/icons/matefaenza/apps/16/gmdb2.png +share/icons/matefaenza/apps/16/gmusicbrowser.png +share/icons/matefaenza/apps/16/gnochm.png +share/icons/matefaenza/apps/16/gnome-about-logo.png +share/icons/matefaenza/apps/16/gnome-activity-journal.png +share/icons/matefaenza/apps/16/gnome-activity-journal.xpm +share/icons/matefaenza/apps/16/gnome-aisleriot.png +share/icons/matefaenza/apps/16/gnome-app-install.png +share/icons/matefaenza/apps/16/gnome-apt.png +share/icons/matefaenza/apps/16/gnome-audio.png +share/icons/matefaenza/apps/16/gnome-calculator.png +share/icons/matefaenza/apps/16/gnome-calendar.png +share/icons/matefaenza/apps/16/gnome-character-map.png +share/icons/matefaenza/apps/16/gnome-contacts.png +share/icons/matefaenza/apps/16/gnome-desktop-config.png +share/icons/matefaenza/apps/16/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/16/gnome-device-manager.png +share/icons/matefaenza/apps/16/gnome-dictionary.png +share/icons/matefaenza/apps/16/gnome-disks.png +share/icons/matefaenza/apps/16/gnome-display-properties.png +share/icons/matefaenza/apps/16/gnome-do.png +share/icons/matefaenza/apps/16/gnome-documents.png +share/icons/matefaenza/apps/16/gnome-eterm.png +share/icons/matefaenza/apps/16/gnome-freecell.png +share/icons/matefaenza/apps/16/gnome-glchess.png +share/icons/matefaenza/apps/16/gnome-glines.png +share/icons/matefaenza/apps/16/gnome-gmenu.png +share/icons/matefaenza/apps/16/gnome-gnect.png +share/icons/matefaenza/apps/16/gnome-gnibbles.png +share/icons/matefaenza/apps/16/gnome-help.png +share/icons/matefaenza/apps/16/gnome-iagno.png +share/icons/matefaenza/apps/16/gnome-info.png +share/icons/matefaenza/apps/16/gnome-klotski.png +share/icons/matefaenza/apps/16/gnome-lightsoff.png +share/icons/matefaenza/apps/16/gnome-log-out.png +share/icons/matefaenza/apps/16/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/16/gnome-logout.png +share/icons/matefaenza/apps/16/gnome-mahjongg.png +share/icons/matefaenza/apps/16/gnome-mines.png +share/icons/matefaenza/apps/16/gnome-monitor.png +share/icons/matefaenza/apps/16/gnome-mplayer.png +share/icons/matefaenza/apps/16/gnome-nettool.png +share/icons/matefaenza/apps/16/gnome-network-properties.png +share/icons/matefaenza/apps/16/gnome-networktool.png +share/icons/matefaenza/apps/16/gnome-note.png +share/icons/matefaenza/apps/16/gnome-package.png +share/icons/matefaenza/apps/16/gnome-panel-clock.png +share/icons/matefaenza/apps/16/gnome-panel-launcher.png +share/icons/matefaenza/apps/16/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/16/gnome-panel.png +share/icons/matefaenza/apps/16/gnome-power-manager.png +share/icons/matefaenza/apps/16/gnome-power-statistics.png +share/icons/matefaenza/apps/16/gnome-quadrapassel.png +share/icons/matefaenza/apps/16/gnome-remote-desktop.png +share/icons/matefaenza/apps/16/gnome-robots.png +share/icons/matefaenza/apps/16/gnome-samegnome.png +share/icons/matefaenza/apps/16/gnome-screenshot.png +share/icons/matefaenza/apps/16/gnome-session-halt.png +share/icons/matefaenza/apps/16/gnome-session-hibernate.png +share/icons/matefaenza/apps/16/gnome-session-logout.png +share/icons/matefaenza/apps/16/gnome-session-reboot.png +share/icons/matefaenza/apps/16/gnome-session-sleep.png +share/icons/matefaenza/apps/16/gnome-session-suspend.png +share/icons/matefaenza/apps/16/gnome-session-switch.png +share/icons/matefaenza/apps/16/gnome-session.png +share/icons/matefaenza/apps/16/gnome-set-time.png +share/icons/matefaenza/apps/16/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/16/gnome-settings-background.png +share/icons/matefaenza/apps/16/gnome-settings-default-applications.png +share/icons/matefaenza/apps/16/gnome-settings-font.png +share/icons/matefaenza/apps/16/gnome-settings-sound.png +share/icons/matefaenza/apps/16/gnome-settings-theme.png +share/icons/matefaenza/apps/16/gnome-shutdown.png +share/icons/matefaenza/apps/16/gnome-sound-properties.png +share/icons/matefaenza/apps/16/gnome-sound-recorder.png +share/icons/matefaenza/apps/16/gnome-status.png +share/icons/matefaenza/apps/16/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/16/gnome-sudoku.png +share/icons/matefaenza/apps/16/gnome-swell-foop.png +share/icons/matefaenza/apps/16/gnome-system-monitor.png +share/icons/matefaenza/apps/16/gnome-tali.png +share/icons/matefaenza/apps/16/gnome-term.png +share/icons/matefaenza/apps/16/gnome-term.xpm +share/icons/matefaenza/apps/16/gnome-terminal.png +share/icons/matefaenza/apps/16/gnome-terminal.xpm +share/icons/matefaenza/apps/16/gnome-tetravex.png +share/icons/matefaenza/apps/16/gnome-translate.png +share/icons/matefaenza/apps/16/gnome-unknown.png +share/icons/matefaenza/apps/16/gnome-volume-control.png +share/icons/matefaenza/apps/16/gnome-web-browser.png +share/icons/matefaenza/apps/16/gnome-window-manager.png +share/icons/matefaenza/apps/16/gnome-word.png +share/icons/matefaenza/apps/16/gnome-xterm.png +share/icons/matefaenza/apps/16/gnomeradio.png +share/icons/matefaenza/apps/16/gnomine.png +share/icons/matefaenza/apps/16/gnote.png +share/icons/matefaenza/apps/16/gnucash-icon.png +share/icons/matefaenza/apps/16/gnumeric.png +share/icons/matefaenza/apps/16/goa-account-facebook.png +share/icons/matefaenza/apps/16/goa-account-google.png +share/icons/matefaenza/apps/16/goa-account-twitter.png +share/icons/matefaenza/apps/16/goa-account-yahoo.png +share/icons/matefaenza/apps/16/goa-account.png +share/icons/matefaenza/apps/16/goa-panel.png +share/icons/matefaenza/apps/16/gobby-0.5.png +share/icons/matefaenza/apps/16/gobby.png +share/icons/matefaenza/apps/16/goldendict.png +share/icons/matefaenza/apps/16/google-chrome-unstable.png +share/icons/matefaenza/apps/16/google-chrome.png +share/icons/matefaenza/apps/16/google-chrome2.png +share/icons/matefaenza/apps/16/google-earth.png +share/icons/matefaenza/apps/16/google-plus.png +share/icons/matefaenza/apps/16/google.png +share/icons/matefaenza/apps/16/google.xpm +share/icons/matefaenza/apps/16/googleearth.png +share/icons/matefaenza/apps/16/googleearth.xpm +share/icons/matefaenza/apps/16/googlemusicframe.png +share/icons/matefaenza/apps/16/googleplus.png +share/icons/matefaenza/apps/16/gparted.png +share/icons/matefaenza/apps/16/gpicview.png +share/icons/matefaenza/apps/16/gpk-prefs.png +share/icons/matefaenza/apps/16/gpk-repo.png +share/icons/matefaenza/apps/16/gpodder.png +share/icons/matefaenza/apps/16/gresistor.png +share/icons/matefaenza/apps/16/griffith.png +share/icons/matefaenza/apps/16/grisbi.png +share/icons/matefaenza/apps/16/gtg.png +share/icons/matefaenza/apps/16/gthumb.png +share/icons/matefaenza/apps/16/gtk-help.png +share/icons/matefaenza/apps/16/gtk-info.png +share/icons/matefaenza/apps/16/gtk-recordmydesktop.png +share/icons/matefaenza/apps/16/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/16/gtwitter.png +share/icons/matefaenza/apps/16/guake-notification.png +share/icons/matefaenza/apps/16/guake-prefs.png +share/icons/matefaenza/apps/16/guake.png +share/icons/matefaenza/apps/16/guayadeque.png +share/icons/matefaenza/apps/16/gucharmap.png +share/icons/matefaenza/apps/16/gufw.png +share/icons/matefaenza/apps/16/gufw_menu.png +share/icons/matefaenza/apps/16/gunity.png +share/icons/matefaenza/apps/16/gvim.png +share/icons/matefaenza/apps/16/gwenview.png +share/icons/matefaenza/apps/16/gwibber.png +share/icons/matefaenza/apps/16/haguichi.png +share/icons/matefaenza/apps/16/hardinfo.png +share/icons/matefaenza/apps/16/help-browser.png +share/icons/matefaenza/apps/16/help.png +share/icons/matefaenza/apps/16/hi48-app-wireshark.png +share/icons/matefaenza/apps/16/homebank.png +share/icons/matefaenza/apps/16/hotwire.png +share/icons/matefaenza/apps/16/htop.png +share/icons/matefaenza/apps/16/hydrogen.png +share/icons/matefaenza/apps/16/ibus-setup.png +share/icons/matefaenza/apps/16/ibus.png +share/icons/matefaenza/apps/16/icedove.png +share/icons/matefaenza/apps/16/iceweasel.png +share/icons/matefaenza/apps/16/im-chooser.png +share/icons/matefaenza/apps/16/imagemagick.png +share/icons/matefaenza/apps/16/indicator-applet.png +share/icons/matefaenza/apps/16/indicator-weather.png +share/icons/matefaenza/apps/16/inkscape.png +share/icons/matefaenza/apps/16/internet-archive.png +share/icons/matefaenza/apps/16/internet-mail.png +share/icons/matefaenza/apps/16/internet-news-reader.png +share/icons/matefaenza/apps/16/internet-web-browser.png +share/icons/matefaenza/apps/16/itunes.png +share/icons/matefaenza/apps/16/jack-rack.png +share/icons/matefaenza/apps/16/jack.png +share/icons/matefaenza/apps/16/jackbeat.png +share/icons/matefaenza/apps/16/jackeq.png +share/icons/matefaenza/apps/16/jamendo.png +share/icons/matefaenza/apps/16/jamin.png +share/icons/matefaenza/apps/16/jdownloader.png +share/icons/matefaenza/apps/16/jockey-kde.png +share/icons/matefaenza/apps/16/jockey.png +share/icons/matefaenza/apps/16/jokosher.png +share/icons/matefaenza/apps/16/k3b.png +share/icons/matefaenza/apps/16/kadu.png +share/icons/matefaenza/apps/16/kaffeine.png +share/icons/matefaenza/apps/16/kate.png +share/icons/matefaenza/apps/16/kcharselect.png +share/icons/matefaenza/apps/16/kcmkwm.png +share/icons/matefaenza/apps/16/kdenlive.png +share/icons/matefaenza/apps/16/kedit.png +share/icons/matefaenza/apps/16/keepassx.png +share/icons/matefaenza/apps/16/kentoo.png +share/icons/matefaenza/apps/16/key_bindings.png +share/icons/matefaenza/apps/16/keyring-manager.png +share/icons/matefaenza/apps/16/kflickr.png +share/icons/matefaenza/apps/16/kfm.png +share/icons/matefaenza/apps/16/khelpcenter.png +share/icons/matefaenza/apps/16/klavaro.png +share/icons/matefaenza/apps/16/kmail.png +share/icons/matefaenza/apps/16/kmousetool.png +share/icons/matefaenza/apps/16/kmplayer.png +share/icons/matefaenza/apps/16/knotes.png +share/icons/matefaenza/apps/16/kompozer.png +share/icons/matefaenza/apps/16/konsole.png +share/icons/matefaenza/apps/16/kopete.png +share/icons/matefaenza/apps/16/korganizer.png +share/icons/matefaenza/apps/16/kpackage.png +share/icons/matefaenza/apps/16/kplayer.png +share/icons/matefaenza/apps/16/kradio.png +share/icons/matefaenza/apps/16/kradio4.png +share/icons/matefaenza/apps/16/kscreensaver.png +share/icons/matefaenza/apps/16/ksnapshot.png +share/icons/matefaenza/apps/16/ksysguard.png +share/icons/matefaenza/apps/16/ktorrent.png +share/icons/matefaenza/apps/16/ktouch.png +share/icons/matefaenza/apps/16/kupfer.png +share/icons/matefaenza/apps/16/kuser.png +share/icons/matefaenza/apps/16/kwin.png +share/icons/matefaenza/apps/16/kynpatic.png +share/icons/matefaenza/apps/16/last-fm.png +share/icons/matefaenza/apps/16/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/16/lastfm.png +share/icons/matefaenza/apps/16/leafpad.png +share/icons/matefaenza/apps/16/library-internet-radio.png +share/icons/matefaenza/apps/16/library-podcast.png +share/icons/matefaenza/apps/16/libreoffice-printeradmin.png +share/icons/matefaenza/apps/16/libreoffice-startcenter.png +share/icons/matefaenza/apps/16/libreoffice-template.png +share/icons/matefaenza/apps/16/libreoffice-writer.png +share/icons/matefaenza/apps/16/libreoffice3-base.png +share/icons/matefaenza/apps/16/libreoffice3-calc.png +share/icons/matefaenza/apps/16/libreoffice3-draw.png +share/icons/matefaenza/apps/16/libreoffice3-impress.png +share/icons/matefaenza/apps/16/libreoffice3-math.png +share/icons/matefaenza/apps/16/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/16/libreoffice3-startcenter.png +share/icons/matefaenza/apps/16/libreoffice3-template.png +share/icons/matefaenza/apps/16/libreoffice3-writer.png +share/icons/matefaenza/apps/16/libreoffice34-base.png +share/icons/matefaenza/apps/16/libreoffice34-calc.png +share/icons/matefaenza/apps/16/libreoffice34-draw.png +share/icons/matefaenza/apps/16/libreoffice34-impress.png +share/icons/matefaenza/apps/16/libreoffice34-math.png +share/icons/matefaenza/apps/16/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/16/libreoffice34-startcenter.png +share/icons/matefaenza/apps/16/libreoffice34-template.png +share/icons/matefaenza/apps/16/libreoffice34-writer.png +share/icons/matefaenza/apps/16/lifeograph.png +share/icons/matefaenza/apps/16/liferea.png +share/icons/matefaenza/apps/16/linguist.png +share/icons/matefaenza/apps/16/locale.png +share/icons/matefaenza/apps/16/logview.png +share/icons/matefaenza/apps/16/logviewer.png +share/icons/matefaenza/apps/16/love.png +share/icons/matefaenza/apps/16/lxterminal.png +share/icons/matefaenza/apps/16/magnatune.png +share/icons/matefaenza/apps/16/mahjongg.png +share/icons/matefaenza/apps/16/mail-notification.png +share/icons/matefaenza/apps/16/mailnag.png +share/icons/matefaenza/apps/16/mandrivaupdate.png +share/icons/matefaenza/apps/16/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/16/mate-desktop-item-edit.png +share/icons/matefaenza/apps/16/mate-eyes-applet.png +share/icons/matefaenza/apps/16/mate-netspeed-applet.png +share/icons/matefaenza/apps/16/mate-network-properties.png +share/icons/matefaenza/apps/16/mate-notification-properties.png +share/icons/matefaenza/apps/16/mate-panel-clock.png +share/icons/matefaenza/apps/16/mate-panel-launcher.png +share/icons/matefaenza/apps/16/mate-panel-notification-area.png +share/icons/matefaenza/apps/16/mate-panel-window-list.png +share/icons/matefaenza/apps/16/mate-panel-window-menu.png +share/icons/matefaenza/apps/16/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/16/mate-panel.png +share/icons/matefaenza/apps/16/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/16/mate-sensors-applet.png +share/icons/matefaenza/apps/16/mate-session-properties.png +share/icons/matefaenza/apps/16/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/16/mateconf-editor.png +share/icons/matefaenza/apps/16/me-tv.png +share/icons/matefaenza/apps/16/media-player-banshee.png +share/icons/matefaenza/apps/16/meld.png +share/icons/matefaenza/apps/16/memaker.png +share/icons/matefaenza/apps/16/mendeley.png +share/icons/matefaenza/apps/16/mendeleydesktop.png +share/icons/matefaenza/apps/16/menu-editor.png +share/icons/matefaenza/apps/16/midori.png +share/icons/matefaenza/apps/16/minitube.png +share/icons/matefaenza/apps/16/minitunes.png +share/icons/matefaenza/apps/16/miro-guide-source.png +share/icons/matefaenza/apps/16/miro.png +share/icons/matefaenza/apps/16/mitter.png +share/icons/matefaenza/apps/16/mm.png +share/icons/matefaenza/apps/16/monodevelop.png +share/icons/matefaenza/apps/16/monodoc-browser.png +share/icons/matefaenza/apps/16/monodoc-http.png +share/icons/matefaenza/apps/16/mousepad.png +share/icons/matefaenza/apps/16/mozilla-firefox.png +share/icons/matefaenza/apps/16/mozilla-thunderbird.png +share/icons/matefaenza/apps/16/mozo.png +share/icons/matefaenza/apps/16/mplayer.png +share/icons/matefaenza/apps/16/msd-xrandr.png +share/icons/matefaenza/apps/16/mtpaint.png +share/icons/matefaenza/apps/16/multimedia-volume-control.png +share/icons/matefaenza/apps/16/mumble.png +share/icons/matefaenza/apps/16/musescore.png +share/icons/matefaenza/apps/16/musicstore_icon.png +share/icons/matefaenza/apps/16/mypaint.png +share/icons/matefaenza/apps/16/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/16/nautilus-actions.png +share/icons/matefaenza/apps/16/nautilus-cd-burner.png +share/icons/matefaenza/apps/16/nautilus.png +share/icons/matefaenza/apps/16/netbeans.png +share/icons/matefaenza/apps/16/nexuiz.png +share/icons/matefaenza/apps/16/nixnote.png +share/icons/matefaenza/apps/16/numptyphysics.png +share/icons/matefaenza/apps/16/nvidia-current-settings.png +share/icons/matefaenza/apps/16/nvidia-settings.png +share/icons/matefaenza/apps/16/office-address-book.png +share/icons/matefaenza/apps/16/office-calendar.png +share/icons/matefaenza/apps/16/office-date.png +share/icons/matefaenza/apps/16/office-writer.png +share/icons/matefaenza/apps/16/oggconvert.png +share/icons/matefaenza/apps/16/omgwords.png +share/icons/matefaenza/apps/16/onboard.png +share/icons/matefaenza/apps/16/ooo-base.png +share/icons/matefaenza/apps/16/ooo-base3.0.png +share/icons/matefaenza/apps/16/ooo-calc.png +share/icons/matefaenza/apps/16/ooo-calc2.png +share/icons/matefaenza/apps/16/ooo-calc24.png +share/icons/matefaenza/apps/16/ooo-calc3.0.png +share/icons/matefaenza/apps/16/ooo-draw.png +share/icons/matefaenza/apps/16/ooo-draw3.0.png +share/icons/matefaenza/apps/16/ooo-impress.png +share/icons/matefaenza/apps/16/ooo-impress2.png +share/icons/matefaenza/apps/16/ooo-impress24.png +share/icons/matefaenza/apps/16/ooo-impress3.0.png +share/icons/matefaenza/apps/16/ooo-math.png +share/icons/matefaenza/apps/16/ooo-math3.0.png +share/icons/matefaenza/apps/16/ooo-printeradmin.png +share/icons/matefaenza/apps/16/ooo-template.png +share/icons/matefaenza/apps/16/ooo-template3.0.png +share/icons/matefaenza/apps/16/ooo-writer.png +share/icons/matefaenza/apps/16/ooo-writer2.png +share/icons/matefaenza/apps/16/ooo-writer24.png +share/icons/matefaenza/apps/16/ooo-writer3.0.png +share/icons/matefaenza/apps/16/openbravo-erp.png +share/icons/matefaenza/apps/16/openerp-client.png +share/icons/matefaenza/apps/16/openjdk-6.png +share/icons/matefaenza/apps/16/openjdk-7.png +share/icons/matefaenza/apps/16/openofficeorg-base.png +share/icons/matefaenza/apps/16/openofficeorg-calc.png +share/icons/matefaenza/apps/16/openofficeorg-draw.png +share/icons/matefaenza/apps/16/openofficeorg-impress.png +share/icons/matefaenza/apps/16/openofficeorg-math.png +share/icons/matefaenza/apps/16/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/16/openofficeorg-template.png +share/icons/matefaenza/apps/16/openofficeorg-writer.png +share/icons/matefaenza/apps/16/openofficeorg24-calc.png +share/icons/matefaenza/apps/16/openofficeorg24-impress.png +share/icons/matefaenza/apps/16/openofficeorg24-writer.png +share/icons/matefaenza/apps/16/openofficeorg3-base.png +share/icons/matefaenza/apps/16/openofficeorg3-calc.png +share/icons/matefaenza/apps/16/openofficeorg3-draw.png +share/icons/matefaenza/apps/16/openofficeorg3-impress.png +share/icons/matefaenza/apps/16/openofficeorg3-math.png +share/icons/matefaenza/apps/16/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/16/openofficeorg3-template.png +share/icons/matefaenza/apps/16/openofficeorg3-writer.png +share/icons/matefaenza/apps/16/openofficeorg3.0-base.png +share/icons/matefaenza/apps/16/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/16/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/16/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/16/openofficeorg3.0-math.png +share/icons/matefaenza/apps/16/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/16/openofficeorg3.0-template.png +share/icons/matefaenza/apps/16/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/16/openshot.png +share/icons/matefaenza/apps/16/openterm.png +share/icons/matefaenza/apps/16/openttd.png +share/icons/matefaenza/apps/16/opera-browser.png +share/icons/matefaenza/apps/16/opera-browser.xpm +share/icons/matefaenza/apps/16/opera-widget-manager.png +share/icons/matefaenza/apps/16/opera-widget.png +share/icons/matefaenza/apps/16/opera.png +share/icons/matefaenza/apps/16/opera.xpm +share/icons/matefaenza/apps/16/orca.png +share/icons/matefaenza/apps/16/oregano.png +share/icons/matefaenza/apps/16/package-manager-icon.png +share/icons/matefaenza/apps/16/palimpsest.png +share/icons/matefaenza/apps/16/paprefs.png +share/icons/matefaenza/apps/16/parole.png +share/icons/matefaenza/apps/16/partner.png +share/icons/matefaenza/apps/16/password.png +share/icons/matefaenza/apps/16/pdfmod.png +share/icons/matefaenza/apps/16/phatch-inspector.png +share/icons/matefaenza/apps/16/phatch.png +share/icons/matefaenza/apps/16/picasa-fontcfg.png +share/icons/matefaenza/apps/16/picasa-fontcfg.xpm +share/icons/matefaenza/apps/16/picasa.png +share/icons/matefaenza/apps/16/picasa.xpm +share/icons/matefaenza/apps/16/picasa32x32.png +share/icons/matefaenza/apps/16/pidgin.png +share/icons/matefaenza/apps/16/pino.png +share/icons/matefaenza/apps/16/pirut.png +share/icons/matefaenza/apps/16/pithos.png +share/icons/matefaenza/apps/16/pitivi.png +share/icons/matefaenza/apps/16/pk-package-sources.png +share/icons/matefaenza/apps/16/plan.png +share/icons/matefaenza/apps/16/playitslowly.png +share/icons/matefaenza/apps/16/playonlinux.png +share/icons/matefaenza/apps/16/podcast.png +share/icons/matefaenza/apps/16/poedit.png +share/icons/matefaenza/apps/16/porthole.png +share/icons/matefaenza/apps/16/postr.png +share/icons/matefaenza/apps/16/ppa.png +share/icons/matefaenza/apps/16/preferences-color.png +share/icons/matefaenza/apps/16/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/16/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/16/preferences-desktop-display.png +share/icons/matefaenza/apps/16/preferences-desktop-font.png +share/icons/matefaenza/apps/16/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/16/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/16/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/16/preferences-desktop-locale.png +share/icons/matefaenza/apps/16/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/16/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/16/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/16/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/16/preferences-desktop-sound.png +share/icons/matefaenza/apps/16/preferences-desktop-theme.png +share/icons/matefaenza/apps/16/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/16/preferences-management-service.png +share/icons/matefaenza/apps/16/preferences-sound.png +share/icons/matefaenza/apps/16/preferences-system-bluetooth.png +share/icons/matefaenza/apps/16/preferences-system-firewall.png +share/icons/matefaenza/apps/16/preferences-system-network.png +share/icons/matefaenza/apps/16/preferences-system-time.png +share/icons/matefaenza/apps/16/preferences-system-windows.png +share/icons/matefaenza/apps/16/pup.png +share/icons/matefaenza/apps/16/pychess.png +share/icons/matefaenza/apps/16/pyneighborhood_48x48.png +share/icons/matefaenza/apps/16/q4wine.png +share/icons/matefaenza/apps/16/qgit.png +share/icons/matefaenza/apps/16/qjackctl.png +share/icons/matefaenza/apps/16/qtassistant.png +share/icons/matefaenza/apps/16/qtconfig-qt4.png +share/icons/matefaenza/apps/16/qtcreator.png +share/icons/matefaenza/apps/16/qtcreator_logo_32.png +share/icons/matefaenza/apps/16/qtdesigner.png +share/icons/matefaenza/apps/16/qtlinguist.png +share/icons/matefaenza/apps/16/qucs.png +share/icons/matefaenza/apps/16/radio.png +share/icons/matefaenza/apps/16/radiotray.png +share/icons/matefaenza/apps/16/rclock.png +share/icons/matefaenza/apps/16/redhat-filemanager.png +share/icons/matefaenza/apps/16/redhat-server_settings.png +share/icons/matefaenza/apps/16/redhat-tools.png +share/icons/matefaenza/apps/16/redhat-web-browser.png +share/icons/matefaenza/apps/16/remmina.png +share/icons/matefaenza/apps/16/revelation.png +share/icons/matefaenza/apps/16/rhythmbox.png +share/icons/matefaenza/apps/16/ristretto.png +share/icons/matefaenza/apps/16/rosegarden.png +share/icons/matefaenza/apps/16/rpmdrake.png +share/icons/matefaenza/apps/16/rssowl.png +share/icons/matefaenza/apps/16/screenie-qt.png +share/icons/matefaenza/apps/16/screenie.png +share/icons/matefaenza/apps/16/screenruler-icon.png +share/icons/matefaenza/apps/16/screenruler.png +share/icons/matefaenza/apps/16/screensaver.png +share/icons/matefaenza/apps/16/scribes.png +share/icons/matefaenza/apps/16/scribus.png +share/icons/matefaenza/apps/16/seahorse-preferences.png +share/icons/matefaenza/apps/16/seahorse.png +share/icons/matefaenza/apps/16/seamonkey.png +share/icons/matefaenza/apps/16/session-properties.png +share/icons/matefaenza/apps/16/setroubleshoot_icon.png +share/icons/matefaenza/apps/16/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/16/shares.png +share/icons/matefaenza/apps/16/shotwell.png +share/icons/matefaenza/apps/16/shutter.png +share/icons/matefaenza/apps/16/simple-ccsm.png +share/icons/matefaenza/apps/16/skype.png +share/icons/matefaenza/apps/16/sleep.png +share/icons/matefaenza/apps/16/smc.png +share/icons/matefaenza/apps/16/smplayer.png +share/icons/matefaenza/apps/16/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/16/software-properties.png +share/icons/matefaenza/apps/16/softwarecenter-debian.png +share/icons/matefaenza/apps/16/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/16/softwarecenter.png +share/icons/matefaenza/apps/16/sound-juicer.png +share/icons/matefaenza/apps/16/soundconverter.png +share/icons/matefaenza/apps/16/speedcrunch.png +share/icons/matefaenza/apps/16/spotify-linux-48x48.png +share/icons/matefaenza/apps/16/spotify-linux-512x512.png +share/icons/matefaenza/apps/16/spotify.png +share/icons/matefaenza/apps/16/sqlitebrowser.png +share/icons/matefaenza/apps/16/stardict.png +share/icons/matefaenza/apps/16/startupmanager.png +share/icons/matefaenza/apps/16/steam.png +share/icons/matefaenza/apps/16/steampowered.png +share/icons/matefaenza/apps/16/stellarium.png +share/icons/matefaenza/apps/16/sticky-notes.png +share/icons/matefaenza/apps/16/stock_alarm.png +share/icons/matefaenza/apps/16/stock_calendar.png +share/icons/matefaenza/apps/16/stock_help.png +share/icons/matefaenza/apps/16/stock_insert-note.png +share/icons/matefaenza/apps/16/stock_keyring.png +share/icons/matefaenza/apps/16/stock_notes.png +share/icons/matefaenza/apps/16/stock_task.png +share/icons/matefaenza/apps/16/stock_unknown.png +share/icons/matefaenza/apps/16/stock_view-details.png +share/icons/matefaenza/apps/16/style.png +share/icons/matefaenza/apps/16/sun-java.png +share/icons/matefaenza/apps/16/sun-java6.png +share/icons/matefaenza/apps/16/sun-java7.png +share/icons/matefaenza/apps/16/sun-javaws.png +share/icons/matefaenza/apps/16/sun-jcontrol.png +share/icons/matefaenza/apps/16/supertux.png +share/icons/matefaenza/apps/16/susehelpcenter.png +share/icons/matefaenza/apps/16/susers.png +share/icons/matefaenza/apps/16/sylpheed.png +share/icons/matefaenza/apps/16/synapse.png +share/icons/matefaenza/apps/16/synaptic.png +share/icons/matefaenza/apps/16/synfig.png +share/icons/matefaenza/apps/16/sysprof-icon.png +share/icons/matefaenza/apps/16/system-config-authentication.png +share/icons/matefaenza/apps/16/system-config-date.png +share/icons/matefaenza/apps/16/system-config-displayca.png +share/icons/matefaenza/apps/16/system-config-users.png +share/icons/matefaenza/apps/16/system-file-manager.png +share/icons/matefaenza/apps/16/system-hibernate.png +share/icons/matefaenza/apps/16/system-installer.png +share/icons/matefaenza/apps/16/system-restart.png +share/icons/matefaenza/apps/16/system-shut-down.png +share/icons/matefaenza/apps/16/system-software-install.png +share/icons/matefaenza/apps/16/system-software-installer.png +share/icons/matefaenza/apps/16/system-software-update.png +share/icons/matefaenza/apps/16/system-suspend-hibernate.png +share/icons/matefaenza/apps/16/system-suspend.png +share/icons/matefaenza/apps/16/system-switch-java.png +share/icons/matefaenza/apps/16/system-switch-user.png +share/icons/matefaenza/apps/16/system-users.png +share/icons/matefaenza/apps/16/teamviewer.png +share/icons/matefaenza/apps/16/teeworlds.png +share/icons/matefaenza/apps/16/telepathy.png +share/icons/matefaenza/apps/16/terminal.png +share/icons/matefaenza/apps/16/terminal.xpm +share/icons/matefaenza/apps/16/terminator.png +share/icons/matefaenza/apps/16/text-editor.png +share/icons/matefaenza/apps/16/the-board.png +share/icons/matefaenza/apps/16/thunar.png +share/icons/matefaenza/apps/16/thunderbird-icon.png +share/icons/matefaenza/apps/16/thunderbird.png +share/icons/matefaenza/apps/16/tilda.png +share/icons/matefaenza/apps/16/time-admin.png +share/icons/matefaenza/apps/16/time.png +share/icons/matefaenza/apps/16/timer-applet.png +share/icons/matefaenza/apps/16/tomboy-note.png +share/icons/matefaenza/apps/16/tomboy.png +share/icons/matefaenza/apps/16/totem.png +share/icons/matefaenza/apps/16/tracker.png +share/icons/matefaenza/apps/16/transmission.png +share/icons/matefaenza/apps/16/truecrypt.png +share/icons/matefaenza/apps/16/tsclient.png +share/icons/matefaenza/apps/16/tuxguitar.png +share/icons/matefaenza/apps/16/tvtime.png +share/icons/matefaenza/apps/16/twitter.png +share/icons/matefaenza/apps/16/twitux.png +share/icons/matefaenza/apps/16/ubuntu-tweak.png +share/icons/matefaenza/apps/16/ubuntuone-client.png +share/icons/matefaenza/apps/16/ubuntuone-installer.png +share/icons/matefaenza/apps/16/ubuntuone-music.png +share/icons/matefaenza/apps/16/ubuntuone.png +share/icons/matefaenza/apps/16/uck.png +share/icons/matefaenza/apps/16/ufw-frontends.png +share/icons/matefaenza/apps/16/umusicstore.png +share/icons/matefaenza/apps/16/un-reboot.png +share/icons/matefaenza/apps/16/unison-gtk.png +share/icons/matefaenza/apps/16/unknown-channel.png +share/icons/matefaenza/apps/16/update-manager.png +share/icons/matefaenza/apps/16/update-notifier.png +share/icons/matefaenza/apps/16/usb-creator-gtk.png +share/icons/matefaenza/apps/16/usb-creator.png +share/icons/matefaenza/apps/16/user-info.png +share/icons/matefaenza/apps/16/user_auth.png +share/icons/matefaenza/apps/16/usermount.png +share/icons/matefaenza/apps/16/utilities-file-archiver.png +share/icons/matefaenza/apps/16/utilities-log-viewer.png +share/icons/matefaenza/apps/16/utilities-system-monitor.png +share/icons/matefaenza/apps/16/utilities-terminal.png +share/icons/matefaenza/apps/16/varicad.png +share/icons/matefaenza/apps/16/vim.png +share/icons/matefaenza/apps/16/vinagre.png +share/icons/matefaenza/apps/16/virtualbox-ose.png +share/icons/matefaenza/apps/16/virtualbox.png +share/icons/matefaenza/apps/16/vlc.png +share/icons/matefaenza/apps/16/volleybrawl.png +share/icons/matefaenza/apps/16/wallpaper.png +share/icons/matefaenza/apps/16/warmux.png +share/icons/matefaenza/apps/16/warsow.png +share/icons/matefaenza/apps/16/web-browser.png +share/icons/matefaenza/apps/16/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/16/wesnoth.png +share/icons/matefaenza/apps/16/wikipedia.png +share/icons/matefaenza/apps/16/window-manager.png +share/icons/matefaenza/apps/16/wine-notepad.png +share/icons/matefaenza/apps/16/wine-uninstaller.png +share/icons/matefaenza/apps/16/wine-winecfg.png +share/icons/matefaenza/apps/16/wine-winetricks.png +share/icons/matefaenza/apps/16/wine.png +share/icons/matefaenza/apps/16/wireshark.png +share/icons/matefaenza/apps/16/wmtweaks.png +share/icons/matefaenza/apps/16/wordpress.png +share/icons/matefaenza/apps/16/workspace-switcher.png +share/icons/matefaenza/apps/16/wunderlist.png +share/icons/matefaenza/apps/16/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/16/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/16/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/16/wxbanker.png +share/icons/matefaenza/apps/16/x-office-address-book.png +share/icons/matefaenza/apps/16/x-office-calendar.png +share/icons/matefaenza/apps/16/x-system-software-sources.png +share/icons/matefaenza/apps/16/xarchiver.png +share/icons/matefaenza/apps/16/xbmc.png +share/icons/matefaenza/apps/16/xchat-gnome.png +share/icons/matefaenza/apps/16/xchat-mini.png +share/icons/matefaenza/apps/16/xchat.png +share/icons/matefaenza/apps/16/xchat.xpm +share/icons/matefaenza/apps/16/xfburn.png +share/icons/matefaenza/apps/16/xfcalendar.png +share/icons/matefaenza/apps/16/xfce-edit.png +share/icons/matefaenza/apps/16/xfce-filemanager.png +share/icons/matefaenza/apps/16/xfce-mail.png +share/icons/matefaenza/apps/16/xfce-man.png +share/icons/matefaenza/apps/16/xfce-schedule.png +share/icons/matefaenza/apps/16/xfce-sound.png +share/icons/matefaenza/apps/16/xfce-system-info.png +share/icons/matefaenza/apps/16/xfce-terminal.png +share/icons/matefaenza/apps/16/xfce-ui.png +share/icons/matefaenza/apps/16/xfce4-appfinder.png +share/icons/matefaenza/apps/16/xfce4-backdrop.png +share/icons/matefaenza/apps/16/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/16/xfce4-clock.png +share/icons/matefaenza/apps/16/xfce4-dict.png +share/icons/matefaenza/apps/16/xfce4-mcs-manager.png +share/icons/matefaenza/apps/16/xfce4-menueditor.png +share/icons/matefaenza/apps/16/xfce4-notes-plugin.png +share/icons/matefaenza/apps/16/xfce4-panel.png +share/icons/matefaenza/apps/16/xfce4-session.png +share/icons/matefaenza/apps/16/xfce4-workspaces.png +share/icons/matefaenza/apps/16/xfce_unknown.png +share/icons/matefaenza/apps/16/xfsm-hibernate.png +share/icons/matefaenza/apps/16/xfsm-logout.png +share/icons/matefaenza/apps/16/xfsm-reboot.png +share/icons/matefaenza/apps/16/xfsm-shutdown.png +share/icons/matefaenza/apps/16/xfsm-suspend.png +share/icons/matefaenza/apps/16/xfsm-switch.png +share/icons/matefaenza/apps/16/xfwm4.png +share/icons/matefaenza/apps/16/ximian-evolution-calendar.png +share/icons/matefaenza/apps/16/xine.png +share/icons/matefaenza/apps/16/xmoto.png +share/icons/matefaenza/apps/16/xonotic.png +share/icons/matefaenza/apps/16/xoscope.png +share/icons/matefaenza/apps/16/xournal.png +share/icons/matefaenza/apps/16/xpad.png +share/icons/matefaenza/apps/16/xscreensaver.png +share/icons/matefaenza/apps/16/xterm-color_32x32.png +share/icons/matefaenza/apps/16/xterm-color_32x32.xpm +share/icons/matefaenza/apps/16/xterm-color_48x48.png +share/icons/matefaenza/apps/16/xterm-color_48x48.xpm +share/icons/matefaenza/apps/16/xterm.png +share/icons/matefaenza/apps/16/xterm.xpm +share/icons/matefaenza/apps/16/xterm_32x32.png +share/icons/matefaenza/apps/16/xterm_32x32.xpm +share/icons/matefaenza/apps/16/xterm_48x48.png +share/icons/matefaenza/apps/16/xterm_48x48.xpm +share/icons/matefaenza/apps/16/yahoo.png +share/icons/matefaenza/apps/16/youtube.png +share/icons/matefaenza/apps/16/yumex.png +share/icons/matefaenza/apps/16/zeitgeist.png +share/icons/matefaenza/apps/16/zen-icon.png +share/icons/matefaenza/apps/16/zenmap.png +share/icons/matefaenza/apps/16/zim.png +share/icons/matefaenza/apps/16/zsnes.png +share/icons/matefaenza/apps/22/0ad.png +share/icons/matefaenza/apps/22/AdobeAIR.png +share/icons/matefaenza/apps/22/AdobeReader.png +share/icons/matefaenza/apps/22/AdobeReader10.png +share/icons/matefaenza/apps/22/AdobeReader8.png +share/icons/matefaenza/apps/22/AdobeReader9.png +share/icons/matefaenza/apps/22/DC++.png +share/icons/matefaenza/apps/22/DC++.xpm +share/icons/matefaenza/apps/22/EasyTAG_icon.png +share/icons/matefaenza/apps/22/Etermutilities-terminal.png +share/icons/matefaenza/apps/22/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/22/Terminal.png +share/icons/matefaenza/apps/22/Thunar.png +share/icons/matefaenza/apps/22/VBox.png +share/icons/matefaenza/apps/22/WorldOfGoo.png +share/icons/matefaenza/apps/22/Wunderlist.png +share/icons/matefaenza/apps/22/a4.png +share/icons/matefaenza/apps/22/abiword.png +share/icons/matefaenza/apps/22/abiword_48.png +share/icons/matefaenza/apps/22/abrt.png +share/icons/matefaenza/apps/22/access.png +share/icons/matefaenza/apps/22/accessibility-directory.png +share/icons/matefaenza/apps/22/accessories-calculator.png +share/icons/matefaenza/apps/22/accessories-character-map.png +share/icons/matefaenza/apps/22/accessories-dictionary.png +share/icons/matefaenza/apps/22/accessories-text-editor.png +share/icons/matefaenza/apps/22/acroread.png +share/icons/matefaenza/apps/22/activity-log-manager.png +share/icons/matefaenza/apps/22/addressbook.png +share/icons/matefaenza/apps/22/adobe-air.png +share/icons/matefaenza/apps/22/adobe-flashplayer.png +share/icons/matefaenza/apps/22/adobeflashplugin.png +share/icons/matefaenza/apps/22/akregator.png +share/icons/matefaenza/apps/22/alacarte.png +share/icons/matefaenza/apps/22/alchemy.png +share/icons/matefaenza/apps/22/alien-arena.png +share/icons/matefaenza/apps/22/amarok.png +share/icons/matefaenza/apps/22/amazon-mp3-store-source.png +share/icons/matefaenza/apps/22/amazon-store.png +share/icons/matefaenza/apps/22/amule.png +share/icons/matefaenza/apps/22/anjuta.png +share/icons/matefaenza/apps/22/anki.png +share/icons/matefaenza/apps/22/applets-screenshooter.png +share/icons/matefaenza/apps/22/application-default-icon.png +share/icons/matefaenza/apps/22/application-x-clementine.png +share/icons/matefaenza/apps/22/aqualung.png +share/icons/matefaenza/apps/22/as-icon.png +share/icons/matefaenza/apps/22/as-powered.png +share/icons/matefaenza/apps/22/assistant.png +share/icons/matefaenza/apps/22/atril.png +share/icons/matefaenza/apps/22/audacious.png +share/icons/matefaenza/apps/22/audacity.png +share/icons/matefaenza/apps/22/audiobook.png +share/icons/matefaenza/apps/22/autoplus.png +share/icons/matefaenza/apps/22/avant-window-navigator.png +share/icons/matefaenza/apps/22/awn-settings.png +share/icons/matefaenza/apps/22/ax-applet.png +share/icons/matefaenza/apps/22/background.png +share/icons/matefaenza/apps/22/badge-small.png +share/icons/matefaenza/apps/22/banshee-1.png +share/icons/matefaenza/apps/22/banshee.png +share/icons/matefaenza/apps/22/baobab.png +share/icons/matefaenza/apps/22/bash.png +share/icons/matefaenza/apps/22/bazaar.png +share/icons/matefaenza/apps/22/bleachbit.png +share/icons/matefaenza/apps/22/blender.png +share/icons/matefaenza/apps/22/bluefish-icon.png +share/icons/matefaenza/apps/22/bluefish.png +share/icons/matefaenza/apps/22/bluefish.xpm +share/icons/matefaenza/apps/22/bluegriffon.png +share/icons/matefaenza/apps/22/blueman.png +share/icons/matefaenza/apps/22/blueradio-48.png +share/icons/matefaenza/apps/22/blueradio.png +share/icons/matefaenza/apps/22/bluetooth-48.png +share/icons/matefaenza/apps/22/bluetooth.png +share/icons/matefaenza/apps/22/bluetoothradio.png +share/icons/matefaenza/apps/22/boot.png +share/icons/matefaenza/apps/22/brasero.png +share/icons/matefaenza/apps/22/browser-help.png +share/icons/matefaenza/apps/22/browser.png +share/icons/matefaenza/apps/22/browser.xpm +share/icons/matefaenza/apps/22/bt-logo.png +share/icons/matefaenza/apps/22/bug-buddy.png +share/icons/matefaenza/apps/22/bzr-explorer.png +share/icons/matefaenza/apps/22/caffeine.png +share/icons/matefaenza/apps/22/cairo-clock.png +share/icons/matefaenza/apps/22/calc.png +share/icons/matefaenza/apps/22/catfish.png +share/icons/matefaenza/apps/22/ccc_large.png +share/icons/matefaenza/apps/22/ccc_large.xpm +share/icons/matefaenza/apps/22/ccsm.png +share/icons/matefaenza/apps/22/checkbox.png +share/icons/matefaenza/apps/22/checkgmail.png +share/icons/matefaenza/apps/22/cheese.png +share/icons/matefaenza/apps/22/chromium-browser.png +share/icons/matefaenza/apps/22/chromium-browser2.png +share/icons/matefaenza/apps/22/chromium.png +share/icons/matefaenza/apps/22/claws-mail.png +share/icons/matefaenza/apps/22/clementine.png +share/icons/matefaenza/apps/22/clock.png +share/icons/matefaenza/apps/22/clocks.png +share/icons/matefaenza/apps/22/codeblocks.png +share/icons/matefaenza/apps/22/comix.png +share/icons/matefaenza/apps/22/computerjanitor.png +share/icons/matefaenza/apps/22/config-date.png +share/icons/matefaenza/apps/22/config-language.png +share/icons/matefaenza/apps/22/config-users.png +share/icons/matefaenza/apps/22/confity.png +share/icons/matefaenza/apps/22/control-center2.png +share/icons/matefaenza/apps/22/control-center2.xpm +share/icons/matefaenza/apps/22/covergloobus.png +share/icons/matefaenza/apps/22/credentials-preferences.png +share/icons/matefaenza/apps/22/cryptkeeper.png +share/icons/matefaenza/apps/22/cups.png +share/icons/matefaenza/apps/22/dc++.png +share/icons/matefaenza/apps/22/dconf-editor.png +share/icons/matefaenza/apps/22/deadbeef.png +share/icons/matefaenza/apps/22/defcon.png +share/icons/matefaenza/apps/22/deja-dup.png +share/icons/matefaenza/apps/22/deluge-torrent.png +share/icons/matefaenza/apps/22/deluge.png +share/icons/matefaenza/apps/22/designer.png +share/icons/matefaenza/apps/22/desktop-effects.png +share/icons/matefaenza/apps/22/desura.png +share/icons/matefaenza/apps/22/devede.png +share/icons/matefaenza/apps/22/devhelp.png +share/icons/matefaenza/apps/22/dia.png +share/icons/matefaenza/apps/22/display-capplet.png +share/icons/matefaenza/apps/22/display.im6.png +share/icons/matefaenza/apps/22/docky.png +share/icons/matefaenza/apps/22/dolphin.png +share/icons/matefaenza/apps/22/drakconf.png +share/icons/matefaenza/apps/22/drakmenustyle.png +share/icons/matefaenza/apps/22/drakstats.png +share/icons/matefaenza/apps/22/dropbox.png +share/icons/matefaenza/apps/22/dvdrip.png +share/icons/matefaenza/apps/22/eagle.png +share/icons/matefaenza/apps/22/easylife.png +share/icons/matefaenza/apps/22/easytag.png +share/icons/matefaenza/apps/22/eclipse.png +share/icons/matefaenza/apps/22/edit-urpm-sources.png +share/icons/matefaenza/apps/22/eekboard.png +share/icons/matefaenza/apps/22/ejecter.png +share/icons/matefaenza/apps/22/ekiga.png +share/icons/matefaenza/apps/22/emacs.png +share/icons/matefaenza/apps/22/emacs23.png +share/icons/matefaenza/apps/22/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/22/emerillon.png +share/icons/matefaenza/apps/22/emesene.png +share/icons/matefaenza/apps/22/empathy.png +share/icons/matefaenza/apps/22/engrampa.png +share/icons/matefaenza/apps/22/eog.png +share/icons/matefaenza/apps/22/eom.png +share/icons/matefaenza/apps/22/evernote.png +share/icons/matefaenza/apps/22/evince.png +share/icons/matefaenza/apps/22/evolution-calendar.png +share/icons/matefaenza/apps/22/evolution-mail.png +share/icons/matefaenza/apps/22/evolution-memos.png +share/icons/matefaenza/apps/22/evolution-tasks.png +share/icons/matefaenza/apps/22/evolution.png +share/icons/matefaenza/apps/22/exaile.png +share/icons/matefaenza/apps/22/f-spot.png +share/icons/matefaenza/apps/22/facebook.png +share/icons/matefaenza/apps/22/fedora-release-notes.png +share/icons/matefaenza/apps/22/file-manager.png +share/icons/matefaenza/apps/22/file-roller.png +share/icons/matefaenza/apps/22/filezilla.png +share/icons/matefaenza/apps/22/firefox-3.0.png +share/icons/matefaenza/apps/22/firefox-3.5.png +share/icons/matefaenza/apps/22/firefox-4.0.png +share/icons/matefaenza/apps/22/firefox-original.png +share/icons/matefaenza/apps/22/firefox.png +share/icons/matefaenza/apps/22/firestarter.png +share/icons/matefaenza/apps/22/flash-player-properties.png +share/icons/matefaenza/apps/22/flash.png +share/icons/matefaenza/apps/22/flashplayer.png +share/icons/matefaenza/apps/22/flegita.png +share/icons/matefaenza/apps/22/flickr.png +share/icons/matefaenza/apps/22/fontforge.png +share/icons/matefaenza/apps/22/fontmatrix.png +share/icons/matefaenza/apps/22/fonts.png +share/icons/matefaenza/apps/22/fontypython.png +share/icons/matefaenza/apps/22/freetuxtv.png +share/icons/matefaenza/apps/22/fretsonfire.png +share/icons/matefaenza/apps/22/frostwire.png +share/icons/matefaenza/apps/22/fusion-icon.png +share/icons/matefaenza/apps/22/gajim.png +share/icons/matefaenza/apps/22/galculator.png +share/icons/matefaenza/apps/22/gazpacho-icon.png +share/icons/matefaenza/apps/22/gazpacho.png +share/icons/matefaenza/apps/22/gbrainy.png +share/icons/matefaenza/apps/22/gcolor2.png +share/icons/matefaenza/apps/22/gcolor2.xpm +share/icons/matefaenza/apps/22/gconf-editor.png +share/icons/matefaenza/apps/22/gconfeditor.png +share/icons/matefaenza/apps/22/gcstar.png +share/icons/matefaenza/apps/22/gdeb.png +share/icons/matefaenza/apps/22/gdebi.png +share/icons/matefaenza/apps/22/gdm-setup.png +share/icons/matefaenza/apps/22/gdm-xnest.png +share/icons/matefaenza/apps/22/gdm.png +share/icons/matefaenza/apps/22/geany.png +share/icons/matefaenza/apps/22/geogebra.png +share/icons/matefaenza/apps/22/gespeaker.png +share/icons/matefaenza/apps/22/ghex.png +share/icons/matefaenza/apps/22/giggle.png +share/icons/matefaenza/apps/22/gimp.png +share/icons/matefaenza/apps/22/git-cola.png +share/icons/matefaenza/apps/22/git.png +share/icons/matefaenza/apps/22/gkdebconf-icon.png +share/icons/matefaenza/apps/22/gkdebconf.png +share/icons/matefaenza/apps/22/gksu-debian.png +share/icons/matefaenza/apps/22/gksu-root-terminal.png +share/icons/matefaenza/apps/22/glade-3.png +share/icons/matefaenza/apps/22/glade.png +share/icons/matefaenza/apps/22/glippy.png +share/icons/matefaenza/apps/22/gloobus-preview.png +share/icons/matefaenza/apps/22/gloobus.png +share/icons/matefaenza/apps/22/gmail.png +share/icons/matefaenza/apps/22/gmailwatcher.png +share/icons/matefaenza/apps/22/gmdb2.png +share/icons/matefaenza/apps/22/gmusicbrowser.png +share/icons/matefaenza/apps/22/gnochm.png +share/icons/matefaenza/apps/22/gnome-about-logo.png +share/icons/matefaenza/apps/22/gnome-activity-journal.png +share/icons/matefaenza/apps/22/gnome-activity-journal.xpm +share/icons/matefaenza/apps/22/gnome-aisleriot.png +share/icons/matefaenza/apps/22/gnome-app-install.png +share/icons/matefaenza/apps/22/gnome-apt.png +share/icons/matefaenza/apps/22/gnome-audio.png +share/icons/matefaenza/apps/22/gnome-calculator.png +share/icons/matefaenza/apps/22/gnome-calendar.png +share/icons/matefaenza/apps/22/gnome-character-map.png +share/icons/matefaenza/apps/22/gnome-contacts.png +share/icons/matefaenza/apps/22/gnome-desktop-config.png +share/icons/matefaenza/apps/22/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/22/gnome-device-manager.png +share/icons/matefaenza/apps/22/gnome-dictionary.png +share/icons/matefaenza/apps/22/gnome-disks.png +share/icons/matefaenza/apps/22/gnome-display-properties.png +share/icons/matefaenza/apps/22/gnome-do.png +share/icons/matefaenza/apps/22/gnome-documents.png +share/icons/matefaenza/apps/22/gnome-eterm.png +share/icons/matefaenza/apps/22/gnome-freecell.png +share/icons/matefaenza/apps/22/gnome-glchess.png +share/icons/matefaenza/apps/22/gnome-glines.png +share/icons/matefaenza/apps/22/gnome-gmenu.png +share/icons/matefaenza/apps/22/gnome-gnect.png +share/icons/matefaenza/apps/22/gnome-gnibbles.png +share/icons/matefaenza/apps/22/gnome-help.png +share/icons/matefaenza/apps/22/gnome-iagno.png +share/icons/matefaenza/apps/22/gnome-info.png +share/icons/matefaenza/apps/22/gnome-klotski.png +share/icons/matefaenza/apps/22/gnome-lightsoff.png +share/icons/matefaenza/apps/22/gnome-log-out.png +share/icons/matefaenza/apps/22/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/22/gnome-logout.png +share/icons/matefaenza/apps/22/gnome-mahjongg.png +share/icons/matefaenza/apps/22/gnome-mines.png +share/icons/matefaenza/apps/22/gnome-monitor.png +share/icons/matefaenza/apps/22/gnome-mplayer.png +share/icons/matefaenza/apps/22/gnome-nettool.png +share/icons/matefaenza/apps/22/gnome-network-properties.png +share/icons/matefaenza/apps/22/gnome-networktool.png +share/icons/matefaenza/apps/22/gnome-note.png +share/icons/matefaenza/apps/22/gnome-package.png +share/icons/matefaenza/apps/22/gnome-panel-clock.png +share/icons/matefaenza/apps/22/gnome-panel-launcher.png +share/icons/matefaenza/apps/22/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/22/gnome-panel.png +share/icons/matefaenza/apps/22/gnome-power-manager.png +share/icons/matefaenza/apps/22/gnome-power-statistics.png +share/icons/matefaenza/apps/22/gnome-quadrapassel.png +share/icons/matefaenza/apps/22/gnome-remote-desktop.png +share/icons/matefaenza/apps/22/gnome-robots.png +share/icons/matefaenza/apps/22/gnome-samegnome.png +share/icons/matefaenza/apps/22/gnome-screenshot.png +share/icons/matefaenza/apps/22/gnome-session-halt.png +share/icons/matefaenza/apps/22/gnome-session-hibernate.png +share/icons/matefaenza/apps/22/gnome-session-logout.png +share/icons/matefaenza/apps/22/gnome-session-reboot.png +share/icons/matefaenza/apps/22/gnome-session-sleep.png +share/icons/matefaenza/apps/22/gnome-session-suspend.png +share/icons/matefaenza/apps/22/gnome-session-switch.png +share/icons/matefaenza/apps/22/gnome-session.png +share/icons/matefaenza/apps/22/gnome-set-time.png +share/icons/matefaenza/apps/22/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/22/gnome-settings-background.png +share/icons/matefaenza/apps/22/gnome-settings-default-applications.png +share/icons/matefaenza/apps/22/gnome-settings-font.png +share/icons/matefaenza/apps/22/gnome-settings-sound.png +share/icons/matefaenza/apps/22/gnome-settings-theme.png +share/icons/matefaenza/apps/22/gnome-shutdown.png +share/icons/matefaenza/apps/22/gnome-sound-properties.png +share/icons/matefaenza/apps/22/gnome-sound-recorder.png +share/icons/matefaenza/apps/22/gnome-status.png +share/icons/matefaenza/apps/22/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/22/gnome-sudoku.png +share/icons/matefaenza/apps/22/gnome-swell-foop.png +share/icons/matefaenza/apps/22/gnome-system-monitor.png +share/icons/matefaenza/apps/22/gnome-tali.png +share/icons/matefaenza/apps/22/gnome-term.png +share/icons/matefaenza/apps/22/gnome-term.xpm +share/icons/matefaenza/apps/22/gnome-terminal.png +share/icons/matefaenza/apps/22/gnome-terminal.xpm +share/icons/matefaenza/apps/22/gnome-tetravex.png +share/icons/matefaenza/apps/22/gnome-translate.png +share/icons/matefaenza/apps/22/gnome-unknown.png +share/icons/matefaenza/apps/22/gnome-volume-control.png +share/icons/matefaenza/apps/22/gnome-web-browser.png +share/icons/matefaenza/apps/22/gnome-window-manager.png +share/icons/matefaenza/apps/22/gnome-word.png +share/icons/matefaenza/apps/22/gnome-xterm.png +share/icons/matefaenza/apps/22/gnomeradio.png +share/icons/matefaenza/apps/22/gnomine.png +share/icons/matefaenza/apps/22/gnote.png +share/icons/matefaenza/apps/22/gnucash-icon.png +share/icons/matefaenza/apps/22/gnumeric.png +share/icons/matefaenza/apps/22/goa-account-facebook.png +share/icons/matefaenza/apps/22/goa-account-google.png +share/icons/matefaenza/apps/22/goa-account-twitter.png +share/icons/matefaenza/apps/22/goa-account-yahoo.png +share/icons/matefaenza/apps/22/goa-account.png +share/icons/matefaenza/apps/22/goa-panel.png +share/icons/matefaenza/apps/22/gobby-0.5.png +share/icons/matefaenza/apps/22/gobby.png +share/icons/matefaenza/apps/22/goldendict.png +share/icons/matefaenza/apps/22/google-chrome-unstable.png +share/icons/matefaenza/apps/22/google-chrome.png +share/icons/matefaenza/apps/22/google-chrome2.png +share/icons/matefaenza/apps/22/google-earth.png +share/icons/matefaenza/apps/22/google-plus.png +share/icons/matefaenza/apps/22/google.png +share/icons/matefaenza/apps/22/google.xpm +share/icons/matefaenza/apps/22/googleearth.png +share/icons/matefaenza/apps/22/googleearth.xpm +share/icons/matefaenza/apps/22/googlemusicframe.png +share/icons/matefaenza/apps/22/googleplus.png +share/icons/matefaenza/apps/22/gparted.png +share/icons/matefaenza/apps/22/gpicview.png +share/icons/matefaenza/apps/22/gpk-prefs.png +share/icons/matefaenza/apps/22/gpk-repo.png +share/icons/matefaenza/apps/22/gpodder.png +share/icons/matefaenza/apps/22/gresistor.png +share/icons/matefaenza/apps/22/griffith.png +share/icons/matefaenza/apps/22/grisbi.png +share/icons/matefaenza/apps/22/gtg.png +share/icons/matefaenza/apps/22/gthumb.png +share/icons/matefaenza/apps/22/gtk-help.png +share/icons/matefaenza/apps/22/gtk-info.png +share/icons/matefaenza/apps/22/gtk-recordmydesktop.png +share/icons/matefaenza/apps/22/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/22/gtwitter.png +share/icons/matefaenza/apps/22/guake-notification.png +share/icons/matefaenza/apps/22/guake-prefs.png +share/icons/matefaenza/apps/22/guake.png +share/icons/matefaenza/apps/22/guayadeque.png +share/icons/matefaenza/apps/22/gucharmap.png +share/icons/matefaenza/apps/22/gufw.png +share/icons/matefaenza/apps/22/gufw_menu.png +share/icons/matefaenza/apps/22/gunity.png +share/icons/matefaenza/apps/22/gvim.png +share/icons/matefaenza/apps/22/gwenview.png +share/icons/matefaenza/apps/22/gwibber.png +share/icons/matefaenza/apps/22/haguichi.png +share/icons/matefaenza/apps/22/hardinfo.png +share/icons/matefaenza/apps/22/help-browser.png +share/icons/matefaenza/apps/22/help.png +share/icons/matefaenza/apps/22/hi48-app-wireshark.png +share/icons/matefaenza/apps/22/homebank.png +share/icons/matefaenza/apps/22/hotwire.png +share/icons/matefaenza/apps/22/htop.png +share/icons/matefaenza/apps/22/hydrogen.png +share/icons/matefaenza/apps/22/ibus-setup.png +share/icons/matefaenza/apps/22/ibus.png +share/icons/matefaenza/apps/22/icedove.png +share/icons/matefaenza/apps/22/iceweasel.png +share/icons/matefaenza/apps/22/im-chooser.png +share/icons/matefaenza/apps/22/imagemagick.png +share/icons/matefaenza/apps/22/indicator-applet.png +share/icons/matefaenza/apps/22/indicator-weather.png +share/icons/matefaenza/apps/22/inkscape.png +share/icons/matefaenza/apps/22/internet-archive.png +share/icons/matefaenza/apps/22/internet-mail.png +share/icons/matefaenza/apps/22/internet-news-reader.png +share/icons/matefaenza/apps/22/internet-web-browser.png +share/icons/matefaenza/apps/22/itunes.png +share/icons/matefaenza/apps/22/jack-rack.png +share/icons/matefaenza/apps/22/jack.png +share/icons/matefaenza/apps/22/jackbeat.png +share/icons/matefaenza/apps/22/jackeq.png +share/icons/matefaenza/apps/22/jamendo.png +share/icons/matefaenza/apps/22/jamin.png +share/icons/matefaenza/apps/22/jdownloader.png +share/icons/matefaenza/apps/22/jockey-kde.png +share/icons/matefaenza/apps/22/jockey.png +share/icons/matefaenza/apps/22/jokosher.png +share/icons/matefaenza/apps/22/k3b.png +share/icons/matefaenza/apps/22/kadu.png +share/icons/matefaenza/apps/22/kaffeine.png +share/icons/matefaenza/apps/22/kate.png +share/icons/matefaenza/apps/22/kcharselect.png +share/icons/matefaenza/apps/22/kcmkwm.png +share/icons/matefaenza/apps/22/kdenlive.png +share/icons/matefaenza/apps/22/kedit.png +share/icons/matefaenza/apps/22/keepassx.png +share/icons/matefaenza/apps/22/kentoo.png +share/icons/matefaenza/apps/22/key_bindings.png +share/icons/matefaenza/apps/22/keyring-manager.png +share/icons/matefaenza/apps/22/kflickr.png +share/icons/matefaenza/apps/22/kfm.png +share/icons/matefaenza/apps/22/khelpcenter.png +share/icons/matefaenza/apps/22/klavaro.png +share/icons/matefaenza/apps/22/kmail.png +share/icons/matefaenza/apps/22/kmousetool.png +share/icons/matefaenza/apps/22/kmplayer.png +share/icons/matefaenza/apps/22/knotes.png +share/icons/matefaenza/apps/22/kompozer.png +share/icons/matefaenza/apps/22/konsole.png +share/icons/matefaenza/apps/22/kopete.png +share/icons/matefaenza/apps/22/korganizer.png +share/icons/matefaenza/apps/22/kpackage.png +share/icons/matefaenza/apps/22/kplayer.png +share/icons/matefaenza/apps/22/kradio.png +share/icons/matefaenza/apps/22/kradio4.png +share/icons/matefaenza/apps/22/kscreensaver.png +share/icons/matefaenza/apps/22/ksnapshot.png +share/icons/matefaenza/apps/22/ksysguard.png +share/icons/matefaenza/apps/22/ktorrent.png +share/icons/matefaenza/apps/22/ktouch.png +share/icons/matefaenza/apps/22/kupfer.png +share/icons/matefaenza/apps/22/kuser.png +share/icons/matefaenza/apps/22/kwin.png +share/icons/matefaenza/apps/22/kynpatic.png +share/icons/matefaenza/apps/22/last-fm.png +share/icons/matefaenza/apps/22/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/22/lastfm.png +share/icons/matefaenza/apps/22/leafpad.png +share/icons/matefaenza/apps/22/library-internet-radio.png +share/icons/matefaenza/apps/22/library-podcast.png +share/icons/matefaenza/apps/22/libreoffice-base.png +share/icons/matefaenza/apps/22/libreoffice-calc.png +share/icons/matefaenza/apps/22/libreoffice-draw.png +share/icons/matefaenza/apps/22/libreoffice-impress.png +share/icons/matefaenza/apps/22/libreoffice-main.png +share/icons/matefaenza/apps/22/libreoffice-math.png +share/icons/matefaenza/apps/22/libreoffice-printeradmin.png +share/icons/matefaenza/apps/22/libreoffice-startcenter.png +share/icons/matefaenza/apps/22/libreoffice-template.png +share/icons/matefaenza/apps/22/libreoffice-writer.png +share/icons/matefaenza/apps/22/libreoffice3-base.png +share/icons/matefaenza/apps/22/libreoffice3-calc.png +share/icons/matefaenza/apps/22/libreoffice3-draw.png +share/icons/matefaenza/apps/22/libreoffice3-impress.png +share/icons/matefaenza/apps/22/libreoffice3-math.png +share/icons/matefaenza/apps/22/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/22/libreoffice3-startcenter.png +share/icons/matefaenza/apps/22/libreoffice3-template.png +share/icons/matefaenza/apps/22/libreoffice3-writer.png +share/icons/matefaenza/apps/22/libreoffice34-base.png +share/icons/matefaenza/apps/22/libreoffice34-calc.png +share/icons/matefaenza/apps/22/libreoffice34-draw.png +share/icons/matefaenza/apps/22/libreoffice34-impress.png +share/icons/matefaenza/apps/22/libreoffice34-math.png +share/icons/matefaenza/apps/22/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/22/libreoffice34-startcenter.png +share/icons/matefaenza/apps/22/libreoffice34-template.png +share/icons/matefaenza/apps/22/libreoffice34-writer.png +share/icons/matefaenza/apps/22/lifeograph.png +share/icons/matefaenza/apps/22/liferea.png +share/icons/matefaenza/apps/22/linguist.png +share/icons/matefaenza/apps/22/locale.png +share/icons/matefaenza/apps/22/logview.png +share/icons/matefaenza/apps/22/logviewer.png +share/icons/matefaenza/apps/22/love.png +share/icons/matefaenza/apps/22/lxterminal.png +share/icons/matefaenza/apps/22/magnatune.png +share/icons/matefaenza/apps/22/mahjongg.png +share/icons/matefaenza/apps/22/mail-notification.png +share/icons/matefaenza/apps/22/mailnag.png +share/icons/matefaenza/apps/22/mandrivaupdate.png +share/icons/matefaenza/apps/22/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/22/mate-desktop-item-edit.png +share/icons/matefaenza/apps/22/mate-eyes-applet.png +share/icons/matefaenza/apps/22/mate-netspeed-applet.png +share/icons/matefaenza/apps/22/mate-network-properties.png +share/icons/matefaenza/apps/22/mate-notification-properties.png +share/icons/matefaenza/apps/22/mate-panel-clock.png +share/icons/matefaenza/apps/22/mate-panel-launcher.png +share/icons/matefaenza/apps/22/mate-panel-notification-area.png +share/icons/matefaenza/apps/22/mate-panel-window-list.png +share/icons/matefaenza/apps/22/mate-panel-window-menu.png +share/icons/matefaenza/apps/22/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/22/mate-panel.png +share/icons/matefaenza/apps/22/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/22/mate-sensors-applet.png +share/icons/matefaenza/apps/22/mate-session-properties.png +share/icons/matefaenza/apps/22/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/22/mateconf-editor.png +share/icons/matefaenza/apps/22/me-tv.png +share/icons/matefaenza/apps/22/media-player-banshee.png +share/icons/matefaenza/apps/22/meld.png +share/icons/matefaenza/apps/22/memaker.png +share/icons/matefaenza/apps/22/mendeley.png +share/icons/matefaenza/apps/22/mendeleydesktop.png +share/icons/matefaenza/apps/22/menu-editor.png +share/icons/matefaenza/apps/22/midori.png +share/icons/matefaenza/apps/22/minitube.png +share/icons/matefaenza/apps/22/minitunes.png +share/icons/matefaenza/apps/22/miro-guide-source.png +share/icons/matefaenza/apps/22/miro.png +share/icons/matefaenza/apps/22/mitter.png +share/icons/matefaenza/apps/22/mm.png +share/icons/matefaenza/apps/22/monodevelop.png +share/icons/matefaenza/apps/22/monodoc-browser.png +share/icons/matefaenza/apps/22/monodoc-http.png +share/icons/matefaenza/apps/22/mousepad.png +share/icons/matefaenza/apps/22/mozilla-firefox.png +share/icons/matefaenza/apps/22/mozilla-thunderbird.png +share/icons/matefaenza/apps/22/mozo.png +share/icons/matefaenza/apps/22/mplayer.png +share/icons/matefaenza/apps/22/msd-xrandr.png +share/icons/matefaenza/apps/22/mtpaint.png +share/icons/matefaenza/apps/22/multimedia-volume-control.png +share/icons/matefaenza/apps/22/mumble.png +share/icons/matefaenza/apps/22/musescore.png +share/icons/matefaenza/apps/22/musicstore_icon.png +share/icons/matefaenza/apps/22/mypaint.png +share/icons/matefaenza/apps/22/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/22/nautilus-actions.png +share/icons/matefaenza/apps/22/nautilus-cd-burner.png +share/icons/matefaenza/apps/22/nautilus.png +share/icons/matefaenza/apps/22/netbeans.png +share/icons/matefaenza/apps/22/nexuiz.png +share/icons/matefaenza/apps/22/nixnote.png +share/icons/matefaenza/apps/22/nm-stage01-connecting01.png +share/icons/matefaenza/apps/22/nm-stage01-connecting02.png +share/icons/matefaenza/apps/22/nm-stage01-connecting03.png +share/icons/matefaenza/apps/22/nm-stage01-connecting04.png +share/icons/matefaenza/apps/22/nm-stage01-connecting05.png +share/icons/matefaenza/apps/22/nm-stage01-connecting06.png +share/icons/matefaenza/apps/22/nm-stage01-connecting07.png +share/icons/matefaenza/apps/22/nm-stage01-connecting08.png +share/icons/matefaenza/apps/22/nm-stage01-connecting09.png +share/icons/matefaenza/apps/22/nm-stage01-connecting10.png +share/icons/matefaenza/apps/22/nm-stage01-connecting11.png +share/icons/matefaenza/apps/22/nm-stage02-connecting01.png +share/icons/matefaenza/apps/22/nm-stage02-connecting02.png +share/icons/matefaenza/apps/22/nm-stage02-connecting03.png +share/icons/matefaenza/apps/22/nm-stage02-connecting04.png +share/icons/matefaenza/apps/22/nm-stage02-connecting05.png +share/icons/matefaenza/apps/22/nm-stage02-connecting06.png +share/icons/matefaenza/apps/22/nm-stage02-connecting07.png +share/icons/matefaenza/apps/22/nm-stage02-connecting08.png +share/icons/matefaenza/apps/22/nm-stage02-connecting09.png +share/icons/matefaenza/apps/22/nm-stage02-connecting10.png +share/icons/matefaenza/apps/22/nm-stage02-connecting11.png +share/icons/matefaenza/apps/22/nm-stage03-connecting01.png +share/icons/matefaenza/apps/22/nm-stage03-connecting02.png +share/icons/matefaenza/apps/22/nm-stage03-connecting03.png +share/icons/matefaenza/apps/22/nm-stage03-connecting04.png +share/icons/matefaenza/apps/22/nm-stage03-connecting05.png +share/icons/matefaenza/apps/22/nm-stage03-connecting06.png +share/icons/matefaenza/apps/22/nm-stage03-connecting07.png +share/icons/matefaenza/apps/22/nm-stage03-connecting08.png +share/icons/matefaenza/apps/22/nm-stage03-connecting09.png +share/icons/matefaenza/apps/22/nm-stage03-connecting10.png +share/icons/matefaenza/apps/22/nm-stage03-connecting11.png +share/icons/matefaenza/apps/22/nm-vpn-connecting01.png +share/icons/matefaenza/apps/22/nm-vpn-connecting02.png +share/icons/matefaenza/apps/22/nm-vpn-connecting03.png +share/icons/matefaenza/apps/22/nm-vpn-connecting04.png +share/icons/matefaenza/apps/22/nm-vpn-connecting05.png +share/icons/matefaenza/apps/22/nm-vpn-connecting06.png +share/icons/matefaenza/apps/22/nm-vpn-connecting07.png +share/icons/matefaenza/apps/22/nm-vpn-connecting08.png +share/icons/matefaenza/apps/22/nm-vpn-connecting09.png +share/icons/matefaenza/apps/22/nm-vpn-connecting10.png +share/icons/matefaenza/apps/22/nm-vpn-connecting11.png +share/icons/matefaenza/apps/22/numptyphysics.png +share/icons/matefaenza/apps/22/nvidia-current-settings.png +share/icons/matefaenza/apps/22/nvidia-settings.png +share/icons/matefaenza/apps/22/office-address-book.png +share/icons/matefaenza/apps/22/office-calendar.png +share/icons/matefaenza/apps/22/office-date.png +share/icons/matefaenza/apps/22/office-writer.png +share/icons/matefaenza/apps/22/oggconvert.png +share/icons/matefaenza/apps/22/omgwords.png +share/icons/matefaenza/apps/22/onboard.png +share/icons/matefaenza/apps/22/ooo-base.png +share/icons/matefaenza/apps/22/ooo-base3.0.png +share/icons/matefaenza/apps/22/ooo-calc.png +share/icons/matefaenza/apps/22/ooo-calc2.png +share/icons/matefaenza/apps/22/ooo-calc24.png +share/icons/matefaenza/apps/22/ooo-calc3.0.png +share/icons/matefaenza/apps/22/ooo-draw.png +share/icons/matefaenza/apps/22/ooo-draw3.0.png +share/icons/matefaenza/apps/22/ooo-impress.png +share/icons/matefaenza/apps/22/ooo-impress2.png +share/icons/matefaenza/apps/22/ooo-impress24.png +share/icons/matefaenza/apps/22/ooo-impress3.0.png +share/icons/matefaenza/apps/22/ooo-math.png +share/icons/matefaenza/apps/22/ooo-math3.0.png +share/icons/matefaenza/apps/22/ooo-printeradmin.png +share/icons/matefaenza/apps/22/ooo-template.png +share/icons/matefaenza/apps/22/ooo-template3.0.png +share/icons/matefaenza/apps/22/ooo-writer.png +share/icons/matefaenza/apps/22/ooo-writer2.png +share/icons/matefaenza/apps/22/ooo-writer24.png +share/icons/matefaenza/apps/22/ooo-writer3.0.png +share/icons/matefaenza/apps/22/openbravo-erp.png +share/icons/matefaenza/apps/22/openerp-client.png +share/icons/matefaenza/apps/22/openjdk-6.png +share/icons/matefaenza/apps/22/openjdk-7.png +share/icons/matefaenza/apps/22/openofficeorg-base.png +share/icons/matefaenza/apps/22/openofficeorg-calc.png +share/icons/matefaenza/apps/22/openofficeorg-draw.png +share/icons/matefaenza/apps/22/openofficeorg-impress.png +share/icons/matefaenza/apps/22/openofficeorg-math.png +share/icons/matefaenza/apps/22/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/22/openofficeorg-template.png +share/icons/matefaenza/apps/22/openofficeorg-writer.png +share/icons/matefaenza/apps/22/openofficeorg24-calc.png +share/icons/matefaenza/apps/22/openofficeorg24-impress.png +share/icons/matefaenza/apps/22/openofficeorg24-writer.png +share/icons/matefaenza/apps/22/openofficeorg3-base.png +share/icons/matefaenza/apps/22/openofficeorg3-calc.png +share/icons/matefaenza/apps/22/openofficeorg3-draw.png +share/icons/matefaenza/apps/22/openofficeorg3-impress.png +share/icons/matefaenza/apps/22/openofficeorg3-math.png +share/icons/matefaenza/apps/22/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/22/openofficeorg3-template.png +share/icons/matefaenza/apps/22/openofficeorg3-writer.png +share/icons/matefaenza/apps/22/openofficeorg3.0-base.png +share/icons/matefaenza/apps/22/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/22/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/22/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/22/openofficeorg3.0-math.png +share/icons/matefaenza/apps/22/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/22/openofficeorg3.0-template.png +share/icons/matefaenza/apps/22/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/22/openshot.png +share/icons/matefaenza/apps/22/openterm.png +share/icons/matefaenza/apps/22/openttd.png +share/icons/matefaenza/apps/22/opera-browser.png +share/icons/matefaenza/apps/22/opera-browser.xpm +share/icons/matefaenza/apps/22/opera-widget-manager.png +share/icons/matefaenza/apps/22/opera-widget.png +share/icons/matefaenza/apps/22/opera.png +share/icons/matefaenza/apps/22/opera.xpm +share/icons/matefaenza/apps/22/orca.png +share/icons/matefaenza/apps/22/oregano.png +share/icons/matefaenza/apps/22/package-manager-icon.png +share/icons/matefaenza/apps/22/palimpsest.png +share/icons/matefaenza/apps/22/paprefs.png +share/icons/matefaenza/apps/22/parole.png +share/icons/matefaenza/apps/22/partner.png +share/icons/matefaenza/apps/22/password.png +share/icons/matefaenza/apps/22/pdfmod.png +share/icons/matefaenza/apps/22/phatch-inspector.png +share/icons/matefaenza/apps/22/phatch.png +share/icons/matefaenza/apps/22/picasa-fontcfg.png +share/icons/matefaenza/apps/22/picasa-fontcfg.xpm +share/icons/matefaenza/apps/22/picasa.png +share/icons/matefaenza/apps/22/picasa.xpm +share/icons/matefaenza/apps/22/picasa32x32.png +share/icons/matefaenza/apps/22/pidgin.png +share/icons/matefaenza/apps/22/pino.png +share/icons/matefaenza/apps/22/pirut.png +share/icons/matefaenza/apps/22/pithos.png +share/icons/matefaenza/apps/22/pitivi.png +share/icons/matefaenza/apps/22/pk-package-sources.png +share/icons/matefaenza/apps/22/plan.png +share/icons/matefaenza/apps/22/playitslowly.png +share/icons/matefaenza/apps/22/playonlinux.png +share/icons/matefaenza/apps/22/podcast.png +share/icons/matefaenza/apps/22/poedit.png +share/icons/matefaenza/apps/22/porthole.png +share/icons/matefaenza/apps/22/postr.png +share/icons/matefaenza/apps/22/ppa.png +share/icons/matefaenza/apps/22/preferences-color.png +share/icons/matefaenza/apps/22/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/22/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/22/preferences-desktop-display.png +share/icons/matefaenza/apps/22/preferences-desktop-font.png +share/icons/matefaenza/apps/22/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/22/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/22/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/22/preferences-desktop-locale.png +share/icons/matefaenza/apps/22/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/22/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/22/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/22/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/22/preferences-desktop-sound.png +share/icons/matefaenza/apps/22/preferences-desktop-theme.png +share/icons/matefaenza/apps/22/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/22/preferences-management-service.png +share/icons/matefaenza/apps/22/preferences-sound.png +share/icons/matefaenza/apps/22/preferences-system-bluetooth.png +share/icons/matefaenza/apps/22/preferences-system-firewall.png +share/icons/matefaenza/apps/22/preferences-system-network.png +share/icons/matefaenza/apps/22/preferences-system-time.png +share/icons/matefaenza/apps/22/preferences-system-windows.png +share/icons/matefaenza/apps/22/pup.png +share/icons/matefaenza/apps/22/pychess.png +share/icons/matefaenza/apps/22/pyneighborhood_48x48.png +share/icons/matefaenza/apps/22/q4wine.png +share/icons/matefaenza/apps/22/qgit.png +share/icons/matefaenza/apps/22/qjackctl.png +share/icons/matefaenza/apps/22/qtassistant.png +share/icons/matefaenza/apps/22/qtconfig-qt4.png +share/icons/matefaenza/apps/22/qtcreator.png +share/icons/matefaenza/apps/22/qtcreator_logo_32.png +share/icons/matefaenza/apps/22/qtdesigner.png +share/icons/matefaenza/apps/22/qtlinguist.png +share/icons/matefaenza/apps/22/qucs.png +share/icons/matefaenza/apps/22/radio.png +share/icons/matefaenza/apps/22/radiotray.png +share/icons/matefaenza/apps/22/rclock.png +share/icons/matefaenza/apps/22/redhat-filemanager.png +share/icons/matefaenza/apps/22/redhat-server_settings.png +share/icons/matefaenza/apps/22/redhat-tools.png +share/icons/matefaenza/apps/22/redhat-web-browser.png +share/icons/matefaenza/apps/22/remmina.png +share/icons/matefaenza/apps/22/revelation.png +share/icons/matefaenza/apps/22/rhythmbox.png +share/icons/matefaenza/apps/22/ristretto.png +share/icons/matefaenza/apps/22/rosegarden.png +share/icons/matefaenza/apps/22/rpmdrake.png +share/icons/matefaenza/apps/22/rssowl.png +share/icons/matefaenza/apps/22/screenie-qt.png +share/icons/matefaenza/apps/22/screenie.png +share/icons/matefaenza/apps/22/screenruler-icon.png +share/icons/matefaenza/apps/22/screenruler.png +share/icons/matefaenza/apps/22/screensaver.png +share/icons/matefaenza/apps/22/scribes.png +share/icons/matefaenza/apps/22/scribus.png +share/icons/matefaenza/apps/22/seahorse-preferences.png +share/icons/matefaenza/apps/22/seahorse.png +share/icons/matefaenza/apps/22/seamonkey.png +share/icons/matefaenza/apps/22/session-properties.png +share/icons/matefaenza/apps/22/setroubleshoot_icon.png +share/icons/matefaenza/apps/22/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/22/shares.png +share/icons/matefaenza/apps/22/shotwell.png +share/icons/matefaenza/apps/22/shutter.png +share/icons/matefaenza/apps/22/simple-ccsm.png +share/icons/matefaenza/apps/22/skype.png +share/icons/matefaenza/apps/22/sleep.png +share/icons/matefaenza/apps/22/smc.png +share/icons/matefaenza/apps/22/smplayer.png +share/icons/matefaenza/apps/22/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/22/software-properties.png +share/icons/matefaenza/apps/22/softwarecenter-debian.png +share/icons/matefaenza/apps/22/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/22/softwarecenter.png +share/icons/matefaenza/apps/22/sound-juicer.png +share/icons/matefaenza/apps/22/soundconverter.png +share/icons/matefaenza/apps/22/speedcrunch.png +share/icons/matefaenza/apps/22/spotify-linux-48x48.png +share/icons/matefaenza/apps/22/spotify-linux-512x512.png +share/icons/matefaenza/apps/22/spotify.png +share/icons/matefaenza/apps/22/sqlitebrowser.png +share/icons/matefaenza/apps/22/stardict.png +share/icons/matefaenza/apps/22/startupmanager.png +share/icons/matefaenza/apps/22/steam.png +share/icons/matefaenza/apps/22/steampowered.png +share/icons/matefaenza/apps/22/stellarium.png +share/icons/matefaenza/apps/22/sticky-notes.png +share/icons/matefaenza/apps/22/stock_alarm.png +share/icons/matefaenza/apps/22/stock_calendar.png +share/icons/matefaenza/apps/22/stock_help.png +share/icons/matefaenza/apps/22/stock_insert-note.png +share/icons/matefaenza/apps/22/stock_keyring.png +share/icons/matefaenza/apps/22/stock_notes.png +share/icons/matefaenza/apps/22/stock_task.png +share/icons/matefaenza/apps/22/stock_unknown.png +share/icons/matefaenza/apps/22/stock_view-details.png +share/icons/matefaenza/apps/22/style.png +share/icons/matefaenza/apps/22/sun-java.png +share/icons/matefaenza/apps/22/sun-java6.png +share/icons/matefaenza/apps/22/sun-java7.png +share/icons/matefaenza/apps/22/sun-javaws.png +share/icons/matefaenza/apps/22/sun-jcontrol.png +share/icons/matefaenza/apps/22/supertux.png +share/icons/matefaenza/apps/22/susehelpcenter.png +share/icons/matefaenza/apps/22/susers.png +share/icons/matefaenza/apps/22/sylpheed.png +share/icons/matefaenza/apps/22/synapse.png +share/icons/matefaenza/apps/22/synaptic.png +share/icons/matefaenza/apps/22/synfig.png +share/icons/matefaenza/apps/22/sysprof-icon.png +share/icons/matefaenza/apps/22/system-config-authentication.png +share/icons/matefaenza/apps/22/system-config-date.png +share/icons/matefaenza/apps/22/system-config-displayca.png +share/icons/matefaenza/apps/22/system-config-users.png +share/icons/matefaenza/apps/22/system-file-manager.png +share/icons/matefaenza/apps/22/system-hibernate.png +share/icons/matefaenza/apps/22/system-installer.png +share/icons/matefaenza/apps/22/system-restart.png +share/icons/matefaenza/apps/22/system-shut-down.png +share/icons/matefaenza/apps/22/system-software-install.png +share/icons/matefaenza/apps/22/system-software-installer.png +share/icons/matefaenza/apps/22/system-software-update.png +share/icons/matefaenza/apps/22/system-suspend-hibernate.png +share/icons/matefaenza/apps/22/system-suspend.png +share/icons/matefaenza/apps/22/system-switch-java.png +share/icons/matefaenza/apps/22/system-switch-user.png +share/icons/matefaenza/apps/22/system-users.png +share/icons/matefaenza/apps/22/teamviewer.png +share/icons/matefaenza/apps/22/teeworlds.png +share/icons/matefaenza/apps/22/telepathy.png +share/icons/matefaenza/apps/22/terminal.png +share/icons/matefaenza/apps/22/terminal.xpm +share/icons/matefaenza/apps/22/terminator.png +share/icons/matefaenza/apps/22/text-editor.png +share/icons/matefaenza/apps/22/the-board.png +share/icons/matefaenza/apps/22/thunar.png +share/icons/matefaenza/apps/22/thunderbird-icon.png +share/icons/matefaenza/apps/22/thunderbird.png +share/icons/matefaenza/apps/22/tilda.png +share/icons/matefaenza/apps/22/time-admin.png +share/icons/matefaenza/apps/22/time.png +share/icons/matefaenza/apps/22/timer-applet.png +share/icons/matefaenza/apps/22/tomboy-note.png +share/icons/matefaenza/apps/22/tomboy.png +share/icons/matefaenza/apps/22/totem.png +share/icons/matefaenza/apps/22/tracker.png +share/icons/matefaenza/apps/22/transmission.png +share/icons/matefaenza/apps/22/truecrypt.png +share/icons/matefaenza/apps/22/tsclient.png +share/icons/matefaenza/apps/22/tuxguitar.png +share/icons/matefaenza/apps/22/tvtime.png +share/icons/matefaenza/apps/22/twitter.png +share/icons/matefaenza/apps/22/twitux.png +share/icons/matefaenza/apps/22/ubuntu-tweak.png +share/icons/matefaenza/apps/22/ubuntuone-client.png +share/icons/matefaenza/apps/22/ubuntuone-installer.png +share/icons/matefaenza/apps/22/ubuntuone-music.png +share/icons/matefaenza/apps/22/ubuntuone.png +share/icons/matefaenza/apps/22/uck.png +share/icons/matefaenza/apps/22/ufw-frontends.png +share/icons/matefaenza/apps/22/umusicstore.png +share/icons/matefaenza/apps/22/un-reboot.png +share/icons/matefaenza/apps/22/unison-gtk.png +share/icons/matefaenza/apps/22/unknown-channel.png +share/icons/matefaenza/apps/22/update-manager.png +share/icons/matefaenza/apps/22/update-notifier.png +share/icons/matefaenza/apps/22/usb-creator-gtk.png +share/icons/matefaenza/apps/22/usb-creator.png +share/icons/matefaenza/apps/22/user-info.png +share/icons/matefaenza/apps/22/user_auth.png +share/icons/matefaenza/apps/22/usermount.png +share/icons/matefaenza/apps/22/utilities-file-archiver.png +share/icons/matefaenza/apps/22/utilities-log-viewer.png +share/icons/matefaenza/apps/22/utilities-system-monitor.png +share/icons/matefaenza/apps/22/utilities-terminal.png +share/icons/matefaenza/apps/22/varicad.png +share/icons/matefaenza/apps/22/vim.png +share/icons/matefaenza/apps/22/vinagre.png +share/icons/matefaenza/apps/22/virtualbox-ose.png +share/icons/matefaenza/apps/22/virtualbox.png +share/icons/matefaenza/apps/22/vlc.png +share/icons/matefaenza/apps/22/volleybrawl.png +share/icons/matefaenza/apps/22/wallpaper.png +share/icons/matefaenza/apps/22/warmux.png +share/icons/matefaenza/apps/22/warsow.png +share/icons/matefaenza/apps/22/web-browser.png +share/icons/matefaenza/apps/22/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/22/wesnoth.png +share/icons/matefaenza/apps/22/wikipedia.png +share/icons/matefaenza/apps/22/window-manager.png +share/icons/matefaenza/apps/22/wine-notepad.png +share/icons/matefaenza/apps/22/wine-uninstaller.png +share/icons/matefaenza/apps/22/wine-winecfg.png +share/icons/matefaenza/apps/22/wine-winetricks.png +share/icons/matefaenza/apps/22/wine.png +share/icons/matefaenza/apps/22/wireshark.png +share/icons/matefaenza/apps/22/wmtweaks.png +share/icons/matefaenza/apps/22/wordpress.png +share/icons/matefaenza/apps/22/workspace-switcher.png +share/icons/matefaenza/apps/22/wunderlist.png +share/icons/matefaenza/apps/22/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/22/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/22/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/22/wxbanker.png +share/icons/matefaenza/apps/22/x-office-address-book.png +share/icons/matefaenza/apps/22/x-office-calendar.png +share/icons/matefaenza/apps/22/x-system-software-sources.png +share/icons/matefaenza/apps/22/xarchiver.png +share/icons/matefaenza/apps/22/xbmc.png +share/icons/matefaenza/apps/22/xchat-gnome.png +share/icons/matefaenza/apps/22/xchat-mini.png +share/icons/matefaenza/apps/22/xchat.png +share/icons/matefaenza/apps/22/xchat.xpm +share/icons/matefaenza/apps/22/xfburn.png +share/icons/matefaenza/apps/22/xfcalendar.png +share/icons/matefaenza/apps/22/xfce-edit.png +share/icons/matefaenza/apps/22/xfce-filemanager.png +share/icons/matefaenza/apps/22/xfce-mail.png +share/icons/matefaenza/apps/22/xfce-man.png +share/icons/matefaenza/apps/22/xfce-schedule.png +share/icons/matefaenza/apps/22/xfce-sound.png +share/icons/matefaenza/apps/22/xfce-system-info.png +share/icons/matefaenza/apps/22/xfce-terminal.png +share/icons/matefaenza/apps/22/xfce-ui.png +share/icons/matefaenza/apps/22/xfce4-appfinder.png +share/icons/matefaenza/apps/22/xfce4-backdrop.png +share/icons/matefaenza/apps/22/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/22/xfce4-clock.png +share/icons/matefaenza/apps/22/xfce4-dict.png +share/icons/matefaenza/apps/22/xfce4-mcs-manager.png +share/icons/matefaenza/apps/22/xfce4-menueditor.png +share/icons/matefaenza/apps/22/xfce4-notes-plugin.png +share/icons/matefaenza/apps/22/xfce4-panel.png +share/icons/matefaenza/apps/22/xfce4-session.png +share/icons/matefaenza/apps/22/xfce4-workspaces.png +share/icons/matefaenza/apps/22/xfce_unknown.png +share/icons/matefaenza/apps/22/xfsm-hibernate.png +share/icons/matefaenza/apps/22/xfsm-logout.png +share/icons/matefaenza/apps/22/xfsm-reboot.png +share/icons/matefaenza/apps/22/xfsm-shutdown.png +share/icons/matefaenza/apps/22/xfsm-suspend.png +share/icons/matefaenza/apps/22/xfsm-switch.png +share/icons/matefaenza/apps/22/xfwm4.png +share/icons/matefaenza/apps/22/ximian-evolution-calendar.png +share/icons/matefaenza/apps/22/xine.png +share/icons/matefaenza/apps/22/xmoto.png +share/icons/matefaenza/apps/22/xonotic.png +share/icons/matefaenza/apps/22/xoscope.png +share/icons/matefaenza/apps/22/xournal.png +share/icons/matefaenza/apps/22/xpad.png +share/icons/matefaenza/apps/22/xscreensaver.png +share/icons/matefaenza/apps/22/xterm-color_32x32.png +share/icons/matefaenza/apps/22/xterm-color_32x32.xpm +share/icons/matefaenza/apps/22/xterm-color_48x48.png +share/icons/matefaenza/apps/22/xterm-color_48x48.xpm +share/icons/matefaenza/apps/22/xterm.png +share/icons/matefaenza/apps/22/xterm.xpm +share/icons/matefaenza/apps/22/xterm_32x32.png +share/icons/matefaenza/apps/22/xterm_32x32.xpm +share/icons/matefaenza/apps/22/xterm_48x48.png +share/icons/matefaenza/apps/22/xterm_48x48.xpm +share/icons/matefaenza/apps/22/yahoo.png +share/icons/matefaenza/apps/22/youtube.png +share/icons/matefaenza/apps/22/yumex.png +share/icons/matefaenza/apps/22/zeitgeist.png +share/icons/matefaenza/apps/22/zen-icon.png +share/icons/matefaenza/apps/22/zenmap.png +share/icons/matefaenza/apps/22/zim.png +share/icons/matefaenza/apps/22/zsnes.png +share/icons/matefaenza/apps/24/0ad.png +share/icons/matefaenza/apps/24/AdobeAIR.png +share/icons/matefaenza/apps/24/AdobeReader.png +share/icons/matefaenza/apps/24/AdobeReader10.png +share/icons/matefaenza/apps/24/AdobeReader8.png +share/icons/matefaenza/apps/24/AdobeReader9.png +share/icons/matefaenza/apps/24/DC++.png +share/icons/matefaenza/apps/24/DC++.xpm +share/icons/matefaenza/apps/24/EasyTAG_icon.png +share/icons/matefaenza/apps/24/Etermutilities-terminal.png +share/icons/matefaenza/apps/24/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/24/Terminal.png +share/icons/matefaenza/apps/24/Thunar.png +share/icons/matefaenza/apps/24/VBox.png +share/icons/matefaenza/apps/24/WorldOfGoo.png +share/icons/matefaenza/apps/24/Wunderlist.png +share/icons/matefaenza/apps/24/a4.png +share/icons/matefaenza/apps/24/abiword.png +share/icons/matefaenza/apps/24/abiword_48.png +share/icons/matefaenza/apps/24/abrt.png +share/icons/matefaenza/apps/24/access.png +share/icons/matefaenza/apps/24/accessibility-directory.png +share/icons/matefaenza/apps/24/accessories-calculator.png +share/icons/matefaenza/apps/24/accessories-character-map.png +share/icons/matefaenza/apps/24/accessories-dictionary.png +share/icons/matefaenza/apps/24/accessories-text-editor.png +share/icons/matefaenza/apps/24/acroread.png +share/icons/matefaenza/apps/24/activity-log-manager.png +share/icons/matefaenza/apps/24/addressbook.png +share/icons/matefaenza/apps/24/adobe-air.png +share/icons/matefaenza/apps/24/adobe-flashplayer.png +share/icons/matefaenza/apps/24/adobeflashplugin.png +share/icons/matefaenza/apps/24/akregator.png +share/icons/matefaenza/apps/24/alacarte.png +share/icons/matefaenza/apps/24/alchemy.png +share/icons/matefaenza/apps/24/alien-arena.png +share/icons/matefaenza/apps/24/amarok.png +share/icons/matefaenza/apps/24/amazon-mp3-store-source.png +share/icons/matefaenza/apps/24/amazon-store.png +share/icons/matefaenza/apps/24/amule.png +share/icons/matefaenza/apps/24/anjuta.png +share/icons/matefaenza/apps/24/anki.png +share/icons/matefaenza/apps/24/applets-screenshooter.png +share/icons/matefaenza/apps/24/application-default-icon.png +share/icons/matefaenza/apps/24/application-x-clementine.png +share/icons/matefaenza/apps/24/aqualung.png +share/icons/matefaenza/apps/24/as-icon.png +share/icons/matefaenza/apps/24/as-powered.png +share/icons/matefaenza/apps/24/assistant.png +share/icons/matefaenza/apps/24/atril.png +share/icons/matefaenza/apps/24/audacious.png +share/icons/matefaenza/apps/24/audacity.png +share/icons/matefaenza/apps/24/audiobook.png +share/icons/matefaenza/apps/24/autoplus.png +share/icons/matefaenza/apps/24/avant-window-navigator.png +share/icons/matefaenza/apps/24/awn-settings.png +share/icons/matefaenza/apps/24/ax-applet.png +share/icons/matefaenza/apps/24/background.png +share/icons/matefaenza/apps/24/badge-small.png +share/icons/matefaenza/apps/24/banshee-1.png +share/icons/matefaenza/apps/24/banshee.png +share/icons/matefaenza/apps/24/baobab.png +share/icons/matefaenza/apps/24/bash.png +share/icons/matefaenza/apps/24/bazaar.png +share/icons/matefaenza/apps/24/bleachbit.png +share/icons/matefaenza/apps/24/blender.png +share/icons/matefaenza/apps/24/bluefish-icon.png +share/icons/matefaenza/apps/24/bluefish.png +share/icons/matefaenza/apps/24/bluefish.xpm +share/icons/matefaenza/apps/24/bluegriffon.png +share/icons/matefaenza/apps/24/blueman.png +share/icons/matefaenza/apps/24/blueradio-48.png +share/icons/matefaenza/apps/24/blueradio.png +share/icons/matefaenza/apps/24/bluetooth-48.png +share/icons/matefaenza/apps/24/bluetooth.png +share/icons/matefaenza/apps/24/bluetoothradio.png +share/icons/matefaenza/apps/24/boot.png +share/icons/matefaenza/apps/24/brasero.png +share/icons/matefaenza/apps/24/browser-help.png +share/icons/matefaenza/apps/24/browser.png +share/icons/matefaenza/apps/24/browser.xpm +share/icons/matefaenza/apps/24/bt-logo.png +share/icons/matefaenza/apps/24/bug-buddy.png +share/icons/matefaenza/apps/24/bzr-explorer.png +share/icons/matefaenza/apps/24/caffeine.png +share/icons/matefaenza/apps/24/cairo-clock.png +share/icons/matefaenza/apps/24/calc.png +share/icons/matefaenza/apps/24/catfish.png +share/icons/matefaenza/apps/24/ccc_large.png +share/icons/matefaenza/apps/24/ccc_large.xpm +share/icons/matefaenza/apps/24/ccsm.png +share/icons/matefaenza/apps/24/checkbox.png +share/icons/matefaenza/apps/24/checkgmail.png +share/icons/matefaenza/apps/24/cheese.png +share/icons/matefaenza/apps/24/chromium-browser.png +share/icons/matefaenza/apps/24/chromium-browser2.png +share/icons/matefaenza/apps/24/chromium.png +share/icons/matefaenza/apps/24/claws-mail.png +share/icons/matefaenza/apps/24/clementine.png +share/icons/matefaenza/apps/24/clock.png +share/icons/matefaenza/apps/24/clocks.png +share/icons/matefaenza/apps/24/codeblocks.png +share/icons/matefaenza/apps/24/comix.png +share/icons/matefaenza/apps/24/computerjanitor.png +share/icons/matefaenza/apps/24/config-date.png +share/icons/matefaenza/apps/24/config-language.png +share/icons/matefaenza/apps/24/config-users.png +share/icons/matefaenza/apps/24/confity.png +share/icons/matefaenza/apps/24/control-center2.png +share/icons/matefaenza/apps/24/control-center2.xpm +share/icons/matefaenza/apps/24/covergloobus.png +share/icons/matefaenza/apps/24/credentials-preferences.png +share/icons/matefaenza/apps/24/cryptkeeper.png +share/icons/matefaenza/apps/24/cups.png +share/icons/matefaenza/apps/24/dc++.png +share/icons/matefaenza/apps/24/dconf-editor.png +share/icons/matefaenza/apps/24/deadbeef.png +share/icons/matefaenza/apps/24/defcon.png +share/icons/matefaenza/apps/24/deja-dup.png +share/icons/matefaenza/apps/24/deluge-torrent.png +share/icons/matefaenza/apps/24/deluge.png +share/icons/matefaenza/apps/24/designer.png +share/icons/matefaenza/apps/24/desktop-effects.png +share/icons/matefaenza/apps/24/desura.png +share/icons/matefaenza/apps/24/devede.png +share/icons/matefaenza/apps/24/devhelp.png +share/icons/matefaenza/apps/24/dia.png +share/icons/matefaenza/apps/24/display-capplet.png +share/icons/matefaenza/apps/24/display.im6.png +share/icons/matefaenza/apps/24/docky.png +share/icons/matefaenza/apps/24/dolphin.png +share/icons/matefaenza/apps/24/drakconf.png +share/icons/matefaenza/apps/24/drakmenustyle.png +share/icons/matefaenza/apps/24/drakstats.png +share/icons/matefaenza/apps/24/dropbox.png +share/icons/matefaenza/apps/24/dvdrip.png +share/icons/matefaenza/apps/24/eagle.png +share/icons/matefaenza/apps/24/easylife.png +share/icons/matefaenza/apps/24/easytag.png +share/icons/matefaenza/apps/24/eclipse.png +share/icons/matefaenza/apps/24/edit-urpm-sources.png +share/icons/matefaenza/apps/24/eekboard.png +share/icons/matefaenza/apps/24/ejecter.png +share/icons/matefaenza/apps/24/ekiga.png +share/icons/matefaenza/apps/24/emacs.png +share/icons/matefaenza/apps/24/emacs23.png +share/icons/matefaenza/apps/24/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/24/emerillon.png +share/icons/matefaenza/apps/24/emesene.png +share/icons/matefaenza/apps/24/empathy.png +share/icons/matefaenza/apps/24/engrampa.png +share/icons/matefaenza/apps/24/eog.png +share/icons/matefaenza/apps/24/eom.png +share/icons/matefaenza/apps/24/evernote.png +share/icons/matefaenza/apps/24/evince.png +share/icons/matefaenza/apps/24/evolution-calendar.png +share/icons/matefaenza/apps/24/evolution-mail.png +share/icons/matefaenza/apps/24/evolution-memos.png +share/icons/matefaenza/apps/24/evolution-tasks.png +share/icons/matefaenza/apps/24/evolution.png +share/icons/matefaenza/apps/24/exaile.png +share/icons/matefaenza/apps/24/f-spot.png +share/icons/matefaenza/apps/24/facebook.png +share/icons/matefaenza/apps/24/fedora-release-notes.png +share/icons/matefaenza/apps/24/file-manager.png +share/icons/matefaenza/apps/24/file-roller.png +share/icons/matefaenza/apps/24/filezilla.png +share/icons/matefaenza/apps/24/firefox-3.0.png +share/icons/matefaenza/apps/24/firefox-3.5.png +share/icons/matefaenza/apps/24/firefox-4.0.png +share/icons/matefaenza/apps/24/firefox-original.png +share/icons/matefaenza/apps/24/firefox.png +share/icons/matefaenza/apps/24/firestarter.png +share/icons/matefaenza/apps/24/flash-player-properties.png +share/icons/matefaenza/apps/24/flash.png +share/icons/matefaenza/apps/24/flashplayer.png +share/icons/matefaenza/apps/24/flegita.png +share/icons/matefaenza/apps/24/flickr.png +share/icons/matefaenza/apps/24/fontforge.png +share/icons/matefaenza/apps/24/fontmatrix.png +share/icons/matefaenza/apps/24/fonts.png +share/icons/matefaenza/apps/24/fontypython.png +share/icons/matefaenza/apps/24/freetuxtv.png +share/icons/matefaenza/apps/24/fretsonfire.png +share/icons/matefaenza/apps/24/frostwire.png +share/icons/matefaenza/apps/24/fusion-icon.png +share/icons/matefaenza/apps/24/gajim.png +share/icons/matefaenza/apps/24/galculator.png +share/icons/matefaenza/apps/24/gazpacho-icon.png +share/icons/matefaenza/apps/24/gazpacho.png +share/icons/matefaenza/apps/24/gbrainy.png +share/icons/matefaenza/apps/24/gcolor2.png +share/icons/matefaenza/apps/24/gcolor2.xpm +share/icons/matefaenza/apps/24/gconf-editor.png +share/icons/matefaenza/apps/24/gconfeditor.png +share/icons/matefaenza/apps/24/gcstar.png +share/icons/matefaenza/apps/24/gdeb.png +share/icons/matefaenza/apps/24/gdebi.png +share/icons/matefaenza/apps/24/gdm-setup.png +share/icons/matefaenza/apps/24/gdm-xnest.png +share/icons/matefaenza/apps/24/gdm.png +share/icons/matefaenza/apps/24/geany.png +share/icons/matefaenza/apps/24/geogebra.png +share/icons/matefaenza/apps/24/gespeaker.png +share/icons/matefaenza/apps/24/ghex.png +share/icons/matefaenza/apps/24/giggle.png +share/icons/matefaenza/apps/24/gimp.png +share/icons/matefaenza/apps/24/git-cola.png +share/icons/matefaenza/apps/24/git.png +share/icons/matefaenza/apps/24/gkdebconf-icon.png +share/icons/matefaenza/apps/24/gkdebconf.png +share/icons/matefaenza/apps/24/gksu-debian.png +share/icons/matefaenza/apps/24/gksu-root-terminal.png +share/icons/matefaenza/apps/24/glade-3.png +share/icons/matefaenza/apps/24/glade.png +share/icons/matefaenza/apps/24/glippy.png +share/icons/matefaenza/apps/24/gloobus-preview.png +share/icons/matefaenza/apps/24/gloobus.png +share/icons/matefaenza/apps/24/gmail.png +share/icons/matefaenza/apps/24/gmailwatcher.png +share/icons/matefaenza/apps/24/gmdb2.png +share/icons/matefaenza/apps/24/gmusicbrowser.png +share/icons/matefaenza/apps/24/gnochm.png +share/icons/matefaenza/apps/24/gnome-about-logo.png +share/icons/matefaenza/apps/24/gnome-activity-journal.png +share/icons/matefaenza/apps/24/gnome-activity-journal.xpm +share/icons/matefaenza/apps/24/gnome-aisleriot.png +share/icons/matefaenza/apps/24/gnome-app-install.png +share/icons/matefaenza/apps/24/gnome-apt.png +share/icons/matefaenza/apps/24/gnome-audio.png +share/icons/matefaenza/apps/24/gnome-calculator.png +share/icons/matefaenza/apps/24/gnome-calendar.png +share/icons/matefaenza/apps/24/gnome-character-map.png +share/icons/matefaenza/apps/24/gnome-contacts.png +share/icons/matefaenza/apps/24/gnome-desktop-config.png +share/icons/matefaenza/apps/24/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/24/gnome-device-manager.png +share/icons/matefaenza/apps/24/gnome-dictionary.png +share/icons/matefaenza/apps/24/gnome-disks.png +share/icons/matefaenza/apps/24/gnome-display-properties.png +share/icons/matefaenza/apps/24/gnome-do.png +share/icons/matefaenza/apps/24/gnome-documents.png +share/icons/matefaenza/apps/24/gnome-eterm.png +share/icons/matefaenza/apps/24/gnome-freecell.png +share/icons/matefaenza/apps/24/gnome-glchess.png +share/icons/matefaenza/apps/24/gnome-glines.png +share/icons/matefaenza/apps/24/gnome-gmenu.png +share/icons/matefaenza/apps/24/gnome-gnect.png +share/icons/matefaenza/apps/24/gnome-gnibbles.png +share/icons/matefaenza/apps/24/gnome-help.png +share/icons/matefaenza/apps/24/gnome-iagno.png +share/icons/matefaenza/apps/24/gnome-info.png +share/icons/matefaenza/apps/24/gnome-klotski.png +share/icons/matefaenza/apps/24/gnome-lightsoff.png +share/icons/matefaenza/apps/24/gnome-log-out.png +share/icons/matefaenza/apps/24/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/24/gnome-logout.png +share/icons/matefaenza/apps/24/gnome-mahjongg.png +share/icons/matefaenza/apps/24/gnome-mines.png +share/icons/matefaenza/apps/24/gnome-monitor.png +share/icons/matefaenza/apps/24/gnome-mplayer.png +share/icons/matefaenza/apps/24/gnome-nettool.png +share/icons/matefaenza/apps/24/gnome-network-properties.png +share/icons/matefaenza/apps/24/gnome-networktool.png +share/icons/matefaenza/apps/24/gnome-note.png +share/icons/matefaenza/apps/24/gnome-package.png +share/icons/matefaenza/apps/24/gnome-panel-clock.png +share/icons/matefaenza/apps/24/gnome-panel-launcher.png +share/icons/matefaenza/apps/24/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/24/gnome-panel.png +share/icons/matefaenza/apps/24/gnome-power-manager.png +share/icons/matefaenza/apps/24/gnome-power-statistics.png +share/icons/matefaenza/apps/24/gnome-quadrapassel.png +share/icons/matefaenza/apps/24/gnome-remote-desktop.png +share/icons/matefaenza/apps/24/gnome-robots.png +share/icons/matefaenza/apps/24/gnome-samegnome.png +share/icons/matefaenza/apps/24/gnome-screenshot.png +share/icons/matefaenza/apps/24/gnome-session-halt.png +share/icons/matefaenza/apps/24/gnome-session-hibernate.png +share/icons/matefaenza/apps/24/gnome-session-logout.png +share/icons/matefaenza/apps/24/gnome-session-reboot.png +share/icons/matefaenza/apps/24/gnome-session-sleep.png +share/icons/matefaenza/apps/24/gnome-session-suspend.png +share/icons/matefaenza/apps/24/gnome-session-switch.png +share/icons/matefaenza/apps/24/gnome-session.png +share/icons/matefaenza/apps/24/gnome-set-time.png +share/icons/matefaenza/apps/24/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/24/gnome-settings-background.png +share/icons/matefaenza/apps/24/gnome-settings-default-applications.png +share/icons/matefaenza/apps/24/gnome-settings-font.png +share/icons/matefaenza/apps/24/gnome-settings-sound.png +share/icons/matefaenza/apps/24/gnome-settings-theme.png +share/icons/matefaenza/apps/24/gnome-shutdown.png +share/icons/matefaenza/apps/24/gnome-sound-properties.png +share/icons/matefaenza/apps/24/gnome-sound-recorder.png +share/icons/matefaenza/apps/24/gnome-status.png +share/icons/matefaenza/apps/24/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/24/gnome-sudoku.png +share/icons/matefaenza/apps/24/gnome-swell-foop.png +share/icons/matefaenza/apps/24/gnome-system-monitor.png +share/icons/matefaenza/apps/24/gnome-tali.png +share/icons/matefaenza/apps/24/gnome-term.png +share/icons/matefaenza/apps/24/gnome-term.xpm +share/icons/matefaenza/apps/24/gnome-terminal.png +share/icons/matefaenza/apps/24/gnome-terminal.xpm +share/icons/matefaenza/apps/24/gnome-tetravex.png +share/icons/matefaenza/apps/24/gnome-translate.png +share/icons/matefaenza/apps/24/gnome-unknown.png +share/icons/matefaenza/apps/24/gnome-volume-control.png +share/icons/matefaenza/apps/24/gnome-web-browser.png +share/icons/matefaenza/apps/24/gnome-window-manager.png +share/icons/matefaenza/apps/24/gnome-word.png +share/icons/matefaenza/apps/24/gnome-xterm.png +share/icons/matefaenza/apps/24/gnomeradio.png +share/icons/matefaenza/apps/24/gnomine.png +share/icons/matefaenza/apps/24/gnote.png +share/icons/matefaenza/apps/24/gnucash-icon.png +share/icons/matefaenza/apps/24/gnumeric.png +share/icons/matefaenza/apps/24/goa-account-facebook.png +share/icons/matefaenza/apps/24/goa-account-google.png +share/icons/matefaenza/apps/24/goa-account-twitter.png +share/icons/matefaenza/apps/24/goa-account-yahoo.png +share/icons/matefaenza/apps/24/goa-account.png +share/icons/matefaenza/apps/24/goa-panel.png +share/icons/matefaenza/apps/24/gobby-0.5.png +share/icons/matefaenza/apps/24/gobby.png +share/icons/matefaenza/apps/24/goldendict.png +share/icons/matefaenza/apps/24/google-chrome-unstable.png +share/icons/matefaenza/apps/24/google-chrome.png +share/icons/matefaenza/apps/24/google-chrome2.png +share/icons/matefaenza/apps/24/google-earth.png +share/icons/matefaenza/apps/24/google-plus.png +share/icons/matefaenza/apps/24/google.png +share/icons/matefaenza/apps/24/google.xpm +share/icons/matefaenza/apps/24/googleearth.png +share/icons/matefaenza/apps/24/googleearth.xpm +share/icons/matefaenza/apps/24/googlemusicframe.png +share/icons/matefaenza/apps/24/googleplus.png +share/icons/matefaenza/apps/24/gparted.png +share/icons/matefaenza/apps/24/gpicview.png +share/icons/matefaenza/apps/24/gpk-prefs.png +share/icons/matefaenza/apps/24/gpk-repo.png +share/icons/matefaenza/apps/24/gpodder.png +share/icons/matefaenza/apps/24/gresistor.png +share/icons/matefaenza/apps/24/griffith.png +share/icons/matefaenza/apps/24/grisbi.png +share/icons/matefaenza/apps/24/gtg.png +share/icons/matefaenza/apps/24/gthumb.png +share/icons/matefaenza/apps/24/gtk-help.png +share/icons/matefaenza/apps/24/gtk-info.png +share/icons/matefaenza/apps/24/gtk-recordmydesktop.png +share/icons/matefaenza/apps/24/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/24/gtwitter.png +share/icons/matefaenza/apps/24/guake-notification.png +share/icons/matefaenza/apps/24/guake-prefs.png +share/icons/matefaenza/apps/24/guake.png +share/icons/matefaenza/apps/24/guayadeque.png +share/icons/matefaenza/apps/24/gucharmap.png +share/icons/matefaenza/apps/24/gufw.png +share/icons/matefaenza/apps/24/gufw_menu.png +share/icons/matefaenza/apps/24/gunity.png +share/icons/matefaenza/apps/24/gvim.png +share/icons/matefaenza/apps/24/gwenview.png +share/icons/matefaenza/apps/24/gwibber.png +share/icons/matefaenza/apps/24/haguichi.png +share/icons/matefaenza/apps/24/hardinfo.png +share/icons/matefaenza/apps/24/help-browser.png +share/icons/matefaenza/apps/24/help.png +share/icons/matefaenza/apps/24/hi48-app-wireshark.png +share/icons/matefaenza/apps/24/homebank.png +share/icons/matefaenza/apps/24/hotwire.png +share/icons/matefaenza/apps/24/htop.png +share/icons/matefaenza/apps/24/hydrogen.png +share/icons/matefaenza/apps/24/ibus-setup.png +share/icons/matefaenza/apps/24/ibus.png +share/icons/matefaenza/apps/24/icedove.png +share/icons/matefaenza/apps/24/iceweasel.png +share/icons/matefaenza/apps/24/im-chooser.png +share/icons/matefaenza/apps/24/imagemagick.png +share/icons/matefaenza/apps/24/indicator-applet.png +share/icons/matefaenza/apps/24/indicator-weather.png +share/icons/matefaenza/apps/24/inkscape.png +share/icons/matefaenza/apps/24/internet-archive.png +share/icons/matefaenza/apps/24/internet-mail.png +share/icons/matefaenza/apps/24/internet-news-reader.png +share/icons/matefaenza/apps/24/internet-web-browser.png +share/icons/matefaenza/apps/24/itunes.png +share/icons/matefaenza/apps/24/jack-rack.png +share/icons/matefaenza/apps/24/jack.png +share/icons/matefaenza/apps/24/jackbeat.png +share/icons/matefaenza/apps/24/jackeq.png +share/icons/matefaenza/apps/24/jamendo.png +share/icons/matefaenza/apps/24/jamin.png +share/icons/matefaenza/apps/24/jdownloader.png +share/icons/matefaenza/apps/24/jockey-kde.png +share/icons/matefaenza/apps/24/jockey.png +share/icons/matefaenza/apps/24/jokosher.png +share/icons/matefaenza/apps/24/k3b.png +share/icons/matefaenza/apps/24/kadu.png +share/icons/matefaenza/apps/24/kaffeine.png +share/icons/matefaenza/apps/24/kate.png +share/icons/matefaenza/apps/24/kcharselect.png +share/icons/matefaenza/apps/24/kcmkwm.png +share/icons/matefaenza/apps/24/kdenlive.png +share/icons/matefaenza/apps/24/kedit.png +share/icons/matefaenza/apps/24/keepassx.png +share/icons/matefaenza/apps/24/kentoo.png +share/icons/matefaenza/apps/24/key_bindings.png +share/icons/matefaenza/apps/24/keyring-manager.png +share/icons/matefaenza/apps/24/kflickr.png +share/icons/matefaenza/apps/24/kfm.png +share/icons/matefaenza/apps/24/khelpcenter.png +share/icons/matefaenza/apps/24/klavaro.png +share/icons/matefaenza/apps/24/kmail.png +share/icons/matefaenza/apps/24/kmousetool.png +share/icons/matefaenza/apps/24/kmplayer.png +share/icons/matefaenza/apps/24/knotes.png +share/icons/matefaenza/apps/24/kompozer.png +share/icons/matefaenza/apps/24/konsole.png +share/icons/matefaenza/apps/24/kopete.png +share/icons/matefaenza/apps/24/korganizer.png +share/icons/matefaenza/apps/24/kpackage.png +share/icons/matefaenza/apps/24/kplayer.png +share/icons/matefaenza/apps/24/kradio.png +share/icons/matefaenza/apps/24/kradio4.png +share/icons/matefaenza/apps/24/kscreensaver.png +share/icons/matefaenza/apps/24/ksnapshot.png +share/icons/matefaenza/apps/24/ksysguard.png +share/icons/matefaenza/apps/24/ktorrent.png +share/icons/matefaenza/apps/24/ktouch.png +share/icons/matefaenza/apps/24/kupfer.png +share/icons/matefaenza/apps/24/kuser.png +share/icons/matefaenza/apps/24/kwin.png +share/icons/matefaenza/apps/24/kynpatic.png +share/icons/matefaenza/apps/24/last-fm.png +share/icons/matefaenza/apps/24/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/24/lastfm.png +share/icons/matefaenza/apps/24/leafpad.png +share/icons/matefaenza/apps/24/library-internet-radio.png +share/icons/matefaenza/apps/24/library-podcast.png +share/icons/matefaenza/apps/24/libreoffice-base.png +share/icons/matefaenza/apps/24/libreoffice-calc.png +share/icons/matefaenza/apps/24/libreoffice-draw.png +share/icons/matefaenza/apps/24/libreoffice-impress.png +share/icons/matefaenza/apps/24/libreoffice-main.png +share/icons/matefaenza/apps/24/libreoffice-math.png +share/icons/matefaenza/apps/24/libreoffice-printeradmin.png +share/icons/matefaenza/apps/24/libreoffice-startcenter.png +share/icons/matefaenza/apps/24/libreoffice-template.png +share/icons/matefaenza/apps/24/libreoffice-writer.png +share/icons/matefaenza/apps/24/libreoffice3-base.png +share/icons/matefaenza/apps/24/libreoffice3-calc.png +share/icons/matefaenza/apps/24/libreoffice3-draw.png +share/icons/matefaenza/apps/24/libreoffice3-impress.png +share/icons/matefaenza/apps/24/libreoffice3-math.png +share/icons/matefaenza/apps/24/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/24/libreoffice3-startcenter.png +share/icons/matefaenza/apps/24/libreoffice3-template.png +share/icons/matefaenza/apps/24/libreoffice3-writer.png +share/icons/matefaenza/apps/24/libreoffice34-base.png +share/icons/matefaenza/apps/24/libreoffice34-calc.png +share/icons/matefaenza/apps/24/libreoffice34-draw.png +share/icons/matefaenza/apps/24/libreoffice34-impress.png +share/icons/matefaenza/apps/24/libreoffice34-math.png +share/icons/matefaenza/apps/24/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/24/libreoffice34-startcenter.png +share/icons/matefaenza/apps/24/libreoffice34-template.png +share/icons/matefaenza/apps/24/libreoffice34-writer.png +share/icons/matefaenza/apps/24/lifeograph.png +share/icons/matefaenza/apps/24/liferea.png +share/icons/matefaenza/apps/24/linguist.png +share/icons/matefaenza/apps/24/locale.png +share/icons/matefaenza/apps/24/logview.png +share/icons/matefaenza/apps/24/logviewer.png +share/icons/matefaenza/apps/24/love.png +share/icons/matefaenza/apps/24/lxterminal.png +share/icons/matefaenza/apps/24/magnatune.png +share/icons/matefaenza/apps/24/mahjongg.png +share/icons/matefaenza/apps/24/mail-notification.png +share/icons/matefaenza/apps/24/mailnag.png +share/icons/matefaenza/apps/24/mandrivaupdate.png +share/icons/matefaenza/apps/24/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/24/mate-desktop-item-edit.png +share/icons/matefaenza/apps/24/mate-eyes-applet.png +share/icons/matefaenza/apps/24/mate-netspeed-applet.png +share/icons/matefaenza/apps/24/mate-network-properties.png +share/icons/matefaenza/apps/24/mate-notification-properties.png +share/icons/matefaenza/apps/24/mate-panel-clock.png +share/icons/matefaenza/apps/24/mate-panel-launcher.png +share/icons/matefaenza/apps/24/mate-panel-notification-area.png +share/icons/matefaenza/apps/24/mate-panel-window-list.png +share/icons/matefaenza/apps/24/mate-panel-window-menu.png +share/icons/matefaenza/apps/24/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/24/mate-panel.png +share/icons/matefaenza/apps/24/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/24/mate-sensors-applet.png +share/icons/matefaenza/apps/24/mate-session-properties.png +share/icons/matefaenza/apps/24/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/24/mateconf-editor.png +share/icons/matefaenza/apps/24/me-tv.png +share/icons/matefaenza/apps/24/media-player-banshee.png +share/icons/matefaenza/apps/24/meld.png +share/icons/matefaenza/apps/24/memaker.png +share/icons/matefaenza/apps/24/mendeley.png +share/icons/matefaenza/apps/24/mendeleydesktop.png +share/icons/matefaenza/apps/24/menu-editor.png +share/icons/matefaenza/apps/24/midori.png +share/icons/matefaenza/apps/24/minitube.png +share/icons/matefaenza/apps/24/minitunes.png +share/icons/matefaenza/apps/24/miro-guide-source.png +share/icons/matefaenza/apps/24/miro.png +share/icons/matefaenza/apps/24/mitter.png +share/icons/matefaenza/apps/24/mm.png +share/icons/matefaenza/apps/24/monodevelop.png +share/icons/matefaenza/apps/24/monodoc-browser.png +share/icons/matefaenza/apps/24/monodoc-http.png +share/icons/matefaenza/apps/24/mousepad.png +share/icons/matefaenza/apps/24/mozilla-firefox.png +share/icons/matefaenza/apps/24/mozilla-thunderbird.png +share/icons/matefaenza/apps/24/mozo.png +share/icons/matefaenza/apps/24/mplayer.png +share/icons/matefaenza/apps/24/msd-xrandr.png +share/icons/matefaenza/apps/24/mtpaint.png +share/icons/matefaenza/apps/24/multimedia-volume-control.png +share/icons/matefaenza/apps/24/mumble.png +share/icons/matefaenza/apps/24/musescore.png +share/icons/matefaenza/apps/24/musicstore_icon.png +share/icons/matefaenza/apps/24/mypaint.png +share/icons/matefaenza/apps/24/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/24/nautilus-actions.png +share/icons/matefaenza/apps/24/nautilus-cd-burner.png +share/icons/matefaenza/apps/24/nautilus.png +share/icons/matefaenza/apps/24/netbeans.png +share/icons/matefaenza/apps/24/nexuiz.png +share/icons/matefaenza/apps/24/nixnote.png +share/icons/matefaenza/apps/24/nm-stage01-connecting01.png +share/icons/matefaenza/apps/24/nm-stage01-connecting02.png +share/icons/matefaenza/apps/24/nm-stage01-connecting03.png +share/icons/matefaenza/apps/24/nm-stage01-connecting04.png +share/icons/matefaenza/apps/24/nm-stage01-connecting05.png +share/icons/matefaenza/apps/24/nm-stage01-connecting06.png +share/icons/matefaenza/apps/24/nm-stage01-connecting07.png +share/icons/matefaenza/apps/24/nm-stage01-connecting08.png +share/icons/matefaenza/apps/24/nm-stage01-connecting09.png +share/icons/matefaenza/apps/24/nm-stage01-connecting10.png +share/icons/matefaenza/apps/24/nm-stage01-connecting11.png +share/icons/matefaenza/apps/24/nm-stage02-connecting01.png +share/icons/matefaenza/apps/24/nm-stage02-connecting02.png +share/icons/matefaenza/apps/24/nm-stage02-connecting03.png +share/icons/matefaenza/apps/24/nm-stage02-connecting04.png +share/icons/matefaenza/apps/24/nm-stage02-connecting05.png +share/icons/matefaenza/apps/24/nm-stage02-connecting06.png +share/icons/matefaenza/apps/24/nm-stage02-connecting07.png +share/icons/matefaenza/apps/24/nm-stage02-connecting08.png +share/icons/matefaenza/apps/24/nm-stage02-connecting09.png +share/icons/matefaenza/apps/24/nm-stage02-connecting10.png +share/icons/matefaenza/apps/24/nm-stage02-connecting11.png +share/icons/matefaenza/apps/24/nm-stage03-connecting01.png +share/icons/matefaenza/apps/24/nm-stage03-connecting02.png +share/icons/matefaenza/apps/24/nm-stage03-connecting03.png +share/icons/matefaenza/apps/24/nm-stage03-connecting04.png +share/icons/matefaenza/apps/24/nm-stage03-connecting05.png +share/icons/matefaenza/apps/24/nm-stage03-connecting06.png +share/icons/matefaenza/apps/24/nm-stage03-connecting07.png +share/icons/matefaenza/apps/24/nm-stage03-connecting08.png +share/icons/matefaenza/apps/24/nm-stage03-connecting09.png +share/icons/matefaenza/apps/24/nm-stage03-connecting10.png +share/icons/matefaenza/apps/24/nm-stage03-connecting11.png +share/icons/matefaenza/apps/24/nm-vpn-connecting01.png +share/icons/matefaenza/apps/24/nm-vpn-connecting02.png +share/icons/matefaenza/apps/24/nm-vpn-connecting03.png +share/icons/matefaenza/apps/24/nm-vpn-connecting04.png +share/icons/matefaenza/apps/24/nm-vpn-connecting05.png +share/icons/matefaenza/apps/24/nm-vpn-connecting06.png +share/icons/matefaenza/apps/24/nm-vpn-connecting07.png +share/icons/matefaenza/apps/24/nm-vpn-connecting08.png +share/icons/matefaenza/apps/24/nm-vpn-connecting09.png +share/icons/matefaenza/apps/24/nm-vpn-connecting10.png +share/icons/matefaenza/apps/24/nm-vpn-connecting11.png +share/icons/matefaenza/apps/24/numptyphysics.png +share/icons/matefaenza/apps/24/nvidia-current-settings.png +share/icons/matefaenza/apps/24/nvidia-settings.png +share/icons/matefaenza/apps/24/office-address-book.png +share/icons/matefaenza/apps/24/office-calendar.png +share/icons/matefaenza/apps/24/office-date.png +share/icons/matefaenza/apps/24/office-writer.png +share/icons/matefaenza/apps/24/oggconvert.png +share/icons/matefaenza/apps/24/omgwords.png +share/icons/matefaenza/apps/24/onboard.png +share/icons/matefaenza/apps/24/ooo-base.png +share/icons/matefaenza/apps/24/ooo-base3.0.png +share/icons/matefaenza/apps/24/ooo-calc.png +share/icons/matefaenza/apps/24/ooo-calc2.png +share/icons/matefaenza/apps/24/ooo-calc24.png +share/icons/matefaenza/apps/24/ooo-calc3.0.png +share/icons/matefaenza/apps/24/ooo-draw.png +share/icons/matefaenza/apps/24/ooo-draw3.0.png +share/icons/matefaenza/apps/24/ooo-impress.png +share/icons/matefaenza/apps/24/ooo-impress2.png +share/icons/matefaenza/apps/24/ooo-impress24.png +share/icons/matefaenza/apps/24/ooo-impress3.0.png +share/icons/matefaenza/apps/24/ooo-math.png +share/icons/matefaenza/apps/24/ooo-math3.0.png +share/icons/matefaenza/apps/24/ooo-printeradmin.png +share/icons/matefaenza/apps/24/ooo-template.png +share/icons/matefaenza/apps/24/ooo-template3.0.png +share/icons/matefaenza/apps/24/ooo-writer.png +share/icons/matefaenza/apps/24/ooo-writer2.png +share/icons/matefaenza/apps/24/ooo-writer24.png +share/icons/matefaenza/apps/24/ooo-writer3.0.png +share/icons/matefaenza/apps/24/openbravo-erp.png +share/icons/matefaenza/apps/24/openerp-client.png +share/icons/matefaenza/apps/24/openjdk-6.png +share/icons/matefaenza/apps/24/openjdk-7.png +share/icons/matefaenza/apps/24/openofficeorg-base.png +share/icons/matefaenza/apps/24/openofficeorg-calc.png +share/icons/matefaenza/apps/24/openofficeorg-draw.png +share/icons/matefaenza/apps/24/openofficeorg-impress.png +share/icons/matefaenza/apps/24/openofficeorg-math.png +share/icons/matefaenza/apps/24/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/24/openofficeorg-template.png +share/icons/matefaenza/apps/24/openofficeorg-writer.png +share/icons/matefaenza/apps/24/openofficeorg24-calc.png +share/icons/matefaenza/apps/24/openofficeorg24-impress.png +share/icons/matefaenza/apps/24/openofficeorg24-writer.png +share/icons/matefaenza/apps/24/openofficeorg3-base.png +share/icons/matefaenza/apps/24/openofficeorg3-calc.png +share/icons/matefaenza/apps/24/openofficeorg3-draw.png +share/icons/matefaenza/apps/24/openofficeorg3-impress.png +share/icons/matefaenza/apps/24/openofficeorg3-math.png +share/icons/matefaenza/apps/24/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/24/openofficeorg3-template.png +share/icons/matefaenza/apps/24/openofficeorg3-writer.png +share/icons/matefaenza/apps/24/openofficeorg3.0-base.png +share/icons/matefaenza/apps/24/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/24/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/24/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/24/openofficeorg3.0-math.png +share/icons/matefaenza/apps/24/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/24/openofficeorg3.0-template.png +share/icons/matefaenza/apps/24/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/24/openshot.png +share/icons/matefaenza/apps/24/openterm.png +share/icons/matefaenza/apps/24/openttd.png +share/icons/matefaenza/apps/24/opera-browser.png +share/icons/matefaenza/apps/24/opera-browser.xpm +share/icons/matefaenza/apps/24/opera-widget-manager.png +share/icons/matefaenza/apps/24/opera-widget.png +share/icons/matefaenza/apps/24/opera.png +share/icons/matefaenza/apps/24/opera.xpm +share/icons/matefaenza/apps/24/orca.png +share/icons/matefaenza/apps/24/oregano.png +share/icons/matefaenza/apps/24/package-manager-icon.png +share/icons/matefaenza/apps/24/palimpsest.png +share/icons/matefaenza/apps/24/paprefs.png +share/icons/matefaenza/apps/24/parole.png +share/icons/matefaenza/apps/24/partner.png +share/icons/matefaenza/apps/24/password.png +share/icons/matefaenza/apps/24/pdfmod.png +share/icons/matefaenza/apps/24/phatch-inspector.png +share/icons/matefaenza/apps/24/phatch.png +share/icons/matefaenza/apps/24/picasa-fontcfg.png +share/icons/matefaenza/apps/24/picasa-fontcfg.xpm +share/icons/matefaenza/apps/24/picasa.png +share/icons/matefaenza/apps/24/picasa.xpm +share/icons/matefaenza/apps/24/picasa32x32.png +share/icons/matefaenza/apps/24/pidgin.png +share/icons/matefaenza/apps/24/pino.png +share/icons/matefaenza/apps/24/pirut.png +share/icons/matefaenza/apps/24/pithos.png +share/icons/matefaenza/apps/24/pitivi.png +share/icons/matefaenza/apps/24/pk-package-sources.png +share/icons/matefaenza/apps/24/plan.png +share/icons/matefaenza/apps/24/playitslowly.png +share/icons/matefaenza/apps/24/playonlinux.png +share/icons/matefaenza/apps/24/podcast.png +share/icons/matefaenza/apps/24/poedit.png +share/icons/matefaenza/apps/24/porthole.png +share/icons/matefaenza/apps/24/postr.png +share/icons/matefaenza/apps/24/ppa.png +share/icons/matefaenza/apps/24/preferences-color.png +share/icons/matefaenza/apps/24/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/24/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/24/preferences-desktop-display.png +share/icons/matefaenza/apps/24/preferences-desktop-font.png +share/icons/matefaenza/apps/24/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/24/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/24/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/24/preferences-desktop-locale.png +share/icons/matefaenza/apps/24/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/24/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/24/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/24/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/24/preferences-desktop-sound.png +share/icons/matefaenza/apps/24/preferences-desktop-theme.png +share/icons/matefaenza/apps/24/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/24/preferences-management-service.png +share/icons/matefaenza/apps/24/preferences-sound.png +share/icons/matefaenza/apps/24/preferences-system-bluetooth.png +share/icons/matefaenza/apps/24/preferences-system-firewall.png +share/icons/matefaenza/apps/24/preferences-system-network.png +share/icons/matefaenza/apps/24/preferences-system-time.png +share/icons/matefaenza/apps/24/preferences-system-windows.png +share/icons/matefaenza/apps/24/pup.png +share/icons/matefaenza/apps/24/pychess.png +share/icons/matefaenza/apps/24/pyneighborhood_48x48.png +share/icons/matefaenza/apps/24/q4wine.png +share/icons/matefaenza/apps/24/qgit.png +share/icons/matefaenza/apps/24/qjackctl.png +share/icons/matefaenza/apps/24/qtassistant.png +share/icons/matefaenza/apps/24/qtconfig-qt4.png +share/icons/matefaenza/apps/24/qtcreator.png +share/icons/matefaenza/apps/24/qtcreator_logo_32.png +share/icons/matefaenza/apps/24/qtdesigner.png +share/icons/matefaenza/apps/24/qtlinguist.png +share/icons/matefaenza/apps/24/qucs.png +share/icons/matefaenza/apps/24/radio.png +share/icons/matefaenza/apps/24/radiotray.png +share/icons/matefaenza/apps/24/rclock.png +share/icons/matefaenza/apps/24/redhat-filemanager.png +share/icons/matefaenza/apps/24/redhat-server_settings.png +share/icons/matefaenza/apps/24/redhat-tools.png +share/icons/matefaenza/apps/24/redhat-web-browser.png +share/icons/matefaenza/apps/24/remmina.png +share/icons/matefaenza/apps/24/revelation.png +share/icons/matefaenza/apps/24/rhythmbox.png +share/icons/matefaenza/apps/24/ristretto.png +share/icons/matefaenza/apps/24/rosegarden.png +share/icons/matefaenza/apps/24/rpmdrake.png +share/icons/matefaenza/apps/24/rssowl.png +share/icons/matefaenza/apps/24/screenie-qt.png +share/icons/matefaenza/apps/24/screenie.png +share/icons/matefaenza/apps/24/screenruler-icon.png +share/icons/matefaenza/apps/24/screenruler.png +share/icons/matefaenza/apps/24/screensaver.png +share/icons/matefaenza/apps/24/scribes.png +share/icons/matefaenza/apps/24/scribus.png +share/icons/matefaenza/apps/24/seahorse-preferences.png +share/icons/matefaenza/apps/24/seahorse.png +share/icons/matefaenza/apps/24/seamonkey.png +share/icons/matefaenza/apps/24/session-properties.png +share/icons/matefaenza/apps/24/setroubleshoot_icon.png +share/icons/matefaenza/apps/24/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/24/shares.png +share/icons/matefaenza/apps/24/shotwell.png +share/icons/matefaenza/apps/24/shutter.png +share/icons/matefaenza/apps/24/simple-ccsm.png +share/icons/matefaenza/apps/24/skype.png +share/icons/matefaenza/apps/24/sleep.png +share/icons/matefaenza/apps/24/smc.png +share/icons/matefaenza/apps/24/smplayer.png +share/icons/matefaenza/apps/24/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/24/software-properties.png +share/icons/matefaenza/apps/24/softwarecenter-debian.png +share/icons/matefaenza/apps/24/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/24/softwarecenter.png +share/icons/matefaenza/apps/24/sound-juicer.png +share/icons/matefaenza/apps/24/soundconverter.png +share/icons/matefaenza/apps/24/speedcrunch.png +share/icons/matefaenza/apps/24/spotify-linux-48x48.png +share/icons/matefaenza/apps/24/spotify-linux-512x512.png +share/icons/matefaenza/apps/24/spotify.png +share/icons/matefaenza/apps/24/sqlitebrowser.png +share/icons/matefaenza/apps/24/stardict.png +share/icons/matefaenza/apps/24/startupmanager.png +share/icons/matefaenza/apps/24/steam.png +share/icons/matefaenza/apps/24/steampowered.png +share/icons/matefaenza/apps/24/stellarium.png +share/icons/matefaenza/apps/24/sticky-notes.png +share/icons/matefaenza/apps/24/stock_alarm.png +share/icons/matefaenza/apps/24/stock_calendar.png +share/icons/matefaenza/apps/24/stock_help.png +share/icons/matefaenza/apps/24/stock_insert-note.png +share/icons/matefaenza/apps/24/stock_keyring.png +share/icons/matefaenza/apps/24/stock_notes.png +share/icons/matefaenza/apps/24/stock_task.png +share/icons/matefaenza/apps/24/stock_unknown.png +share/icons/matefaenza/apps/24/stock_view-details.png +share/icons/matefaenza/apps/24/style.png +share/icons/matefaenza/apps/24/sun-java.png +share/icons/matefaenza/apps/24/sun-java6.png +share/icons/matefaenza/apps/24/sun-java7.png +share/icons/matefaenza/apps/24/sun-javaws.png +share/icons/matefaenza/apps/24/sun-jcontrol.png +share/icons/matefaenza/apps/24/supertux.png +share/icons/matefaenza/apps/24/susehelpcenter.png +share/icons/matefaenza/apps/24/susers.png +share/icons/matefaenza/apps/24/sylpheed.png +share/icons/matefaenza/apps/24/synapse.png +share/icons/matefaenza/apps/24/synaptic.png +share/icons/matefaenza/apps/24/synfig.png +share/icons/matefaenza/apps/24/sysprof-icon.png +share/icons/matefaenza/apps/24/system-config-authentication.png +share/icons/matefaenza/apps/24/system-config-date.png +share/icons/matefaenza/apps/24/system-config-displayca.png +share/icons/matefaenza/apps/24/system-config-users.png +share/icons/matefaenza/apps/24/system-file-manager.png +share/icons/matefaenza/apps/24/system-hibernate.png +share/icons/matefaenza/apps/24/system-installer.png +share/icons/matefaenza/apps/24/system-restart.png +share/icons/matefaenza/apps/24/system-shut-down.png +share/icons/matefaenza/apps/24/system-software-install.png +share/icons/matefaenza/apps/24/system-software-installer.png +share/icons/matefaenza/apps/24/system-software-update.png +share/icons/matefaenza/apps/24/system-suspend-hibernate.png +share/icons/matefaenza/apps/24/system-suspend.png +share/icons/matefaenza/apps/24/system-switch-java.png +share/icons/matefaenza/apps/24/system-switch-user.png +share/icons/matefaenza/apps/24/system-users.png +share/icons/matefaenza/apps/24/teamviewer.png +share/icons/matefaenza/apps/24/teeworlds.png +share/icons/matefaenza/apps/24/telepathy.png +share/icons/matefaenza/apps/24/terminal.png +share/icons/matefaenza/apps/24/terminal.xpm +share/icons/matefaenza/apps/24/terminator.png +share/icons/matefaenza/apps/24/text-editor.png +share/icons/matefaenza/apps/24/the-board.png +share/icons/matefaenza/apps/24/thunar.png +share/icons/matefaenza/apps/24/thunderbird-icon.png +share/icons/matefaenza/apps/24/thunderbird.png +share/icons/matefaenza/apps/24/tilda.png +share/icons/matefaenza/apps/24/time-admin.png +share/icons/matefaenza/apps/24/time.png +share/icons/matefaenza/apps/24/timer-applet.png +share/icons/matefaenza/apps/24/tomboy-note.png +share/icons/matefaenza/apps/24/tomboy.png +share/icons/matefaenza/apps/24/totem.png +share/icons/matefaenza/apps/24/tracker.png +share/icons/matefaenza/apps/24/transmission.png +share/icons/matefaenza/apps/24/truecrypt.png +share/icons/matefaenza/apps/24/tsclient.png +share/icons/matefaenza/apps/24/tuxguitar.png +share/icons/matefaenza/apps/24/tvtime.png +share/icons/matefaenza/apps/24/twitter.png +share/icons/matefaenza/apps/24/twitux.png +share/icons/matefaenza/apps/24/ubuntu-tweak.png +share/icons/matefaenza/apps/24/ubuntuone-client.png +share/icons/matefaenza/apps/24/ubuntuone-installer.png +share/icons/matefaenza/apps/24/ubuntuone-music.png +share/icons/matefaenza/apps/24/ubuntuone.png +share/icons/matefaenza/apps/24/uck.png +share/icons/matefaenza/apps/24/ufw-frontends.png +share/icons/matefaenza/apps/24/umusicstore.png +share/icons/matefaenza/apps/24/un-reboot.png +share/icons/matefaenza/apps/24/unison-gtk.png +share/icons/matefaenza/apps/24/unknown-channel.png +share/icons/matefaenza/apps/24/update-manager.png +share/icons/matefaenza/apps/24/update-notifier.png +share/icons/matefaenza/apps/24/usb-creator-gtk.png +share/icons/matefaenza/apps/24/usb-creator.png +share/icons/matefaenza/apps/24/user-info.png +share/icons/matefaenza/apps/24/user_auth.png +share/icons/matefaenza/apps/24/usermount.png +share/icons/matefaenza/apps/24/utilities-file-archiver.png +share/icons/matefaenza/apps/24/utilities-log-viewer.png +share/icons/matefaenza/apps/24/utilities-system-monitor.png +share/icons/matefaenza/apps/24/utilities-terminal.png +share/icons/matefaenza/apps/24/varicad.png +share/icons/matefaenza/apps/24/vim.png +share/icons/matefaenza/apps/24/vinagre.png +share/icons/matefaenza/apps/24/virtualbox-ose.png +share/icons/matefaenza/apps/24/virtualbox.png +share/icons/matefaenza/apps/24/vlc.png +share/icons/matefaenza/apps/24/volleybrawl.png +share/icons/matefaenza/apps/24/wallpaper.png +share/icons/matefaenza/apps/24/warmux.png +share/icons/matefaenza/apps/24/warsow.png +share/icons/matefaenza/apps/24/web-browser.png +share/icons/matefaenza/apps/24/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/24/wesnoth.png +share/icons/matefaenza/apps/24/wikipedia.png +share/icons/matefaenza/apps/24/window-manager.png +share/icons/matefaenza/apps/24/wine-notepad.png +share/icons/matefaenza/apps/24/wine-uninstaller.png +share/icons/matefaenza/apps/24/wine-winecfg.png +share/icons/matefaenza/apps/24/wine-winetricks.png +share/icons/matefaenza/apps/24/wine.png +share/icons/matefaenza/apps/24/wireshark.png +share/icons/matefaenza/apps/24/wmtweaks.png +share/icons/matefaenza/apps/24/wordpress.png +share/icons/matefaenza/apps/24/workspace-switcher.png +share/icons/matefaenza/apps/24/wunderlist.png +share/icons/matefaenza/apps/24/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/24/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/24/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/24/wxbanker.png +share/icons/matefaenza/apps/24/x-office-address-book.png +share/icons/matefaenza/apps/24/x-office-calendar.png +share/icons/matefaenza/apps/24/x-system-software-sources.png +share/icons/matefaenza/apps/24/xarchiver.png +share/icons/matefaenza/apps/24/xbmc.png +share/icons/matefaenza/apps/24/xchat-gnome.png +share/icons/matefaenza/apps/24/xchat-mini.png +share/icons/matefaenza/apps/24/xchat.png +share/icons/matefaenza/apps/24/xchat.xpm +share/icons/matefaenza/apps/24/xfburn.png +share/icons/matefaenza/apps/24/xfcalendar.png +share/icons/matefaenza/apps/24/xfce-edit.png +share/icons/matefaenza/apps/24/xfce-filemanager.png +share/icons/matefaenza/apps/24/xfce-mail.png +share/icons/matefaenza/apps/24/xfce-man.png +share/icons/matefaenza/apps/24/xfce-schedule.png +share/icons/matefaenza/apps/24/xfce-sound.png +share/icons/matefaenza/apps/24/xfce-system-info.png +share/icons/matefaenza/apps/24/xfce-terminal.png +share/icons/matefaenza/apps/24/xfce-ui.png +share/icons/matefaenza/apps/24/xfce4-appfinder.png +share/icons/matefaenza/apps/24/xfce4-backdrop.png +share/icons/matefaenza/apps/24/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/24/xfce4-clock.png +share/icons/matefaenza/apps/24/xfce4-dict.png +share/icons/matefaenza/apps/24/xfce4-mcs-manager.png +share/icons/matefaenza/apps/24/xfce4-menueditor.png +share/icons/matefaenza/apps/24/xfce4-notes-plugin.png +share/icons/matefaenza/apps/24/xfce4-panel.png +share/icons/matefaenza/apps/24/xfce4-session.png +share/icons/matefaenza/apps/24/xfce4-workspaces.png +share/icons/matefaenza/apps/24/xfce_unknown.png +share/icons/matefaenza/apps/24/xfsm-hibernate.png +share/icons/matefaenza/apps/24/xfsm-logout.png +share/icons/matefaenza/apps/24/xfsm-reboot.png +share/icons/matefaenza/apps/24/xfsm-shutdown.png +share/icons/matefaenza/apps/24/xfsm-suspend.png +share/icons/matefaenza/apps/24/xfsm-switch.png +share/icons/matefaenza/apps/24/xfwm4.png +share/icons/matefaenza/apps/24/ximian-evolution-calendar.png +share/icons/matefaenza/apps/24/xine.png +share/icons/matefaenza/apps/24/xmoto.png +share/icons/matefaenza/apps/24/xonotic.png +share/icons/matefaenza/apps/24/xoscope.png +share/icons/matefaenza/apps/24/xournal.png +share/icons/matefaenza/apps/24/xpad.png +share/icons/matefaenza/apps/24/xscreensaver.png +share/icons/matefaenza/apps/24/xterm-color_32x32.png +share/icons/matefaenza/apps/24/xterm-color_32x32.xpm +share/icons/matefaenza/apps/24/xterm-color_48x48.png +share/icons/matefaenza/apps/24/xterm-color_48x48.xpm +share/icons/matefaenza/apps/24/xterm.png +share/icons/matefaenza/apps/24/xterm.xpm +share/icons/matefaenza/apps/24/xterm_32x32.png +share/icons/matefaenza/apps/24/xterm_32x32.xpm +share/icons/matefaenza/apps/24/xterm_48x48.png +share/icons/matefaenza/apps/24/xterm_48x48.xpm +share/icons/matefaenza/apps/24/yahoo.png +share/icons/matefaenza/apps/24/youtube.png +share/icons/matefaenza/apps/24/yumex.png +share/icons/matefaenza/apps/24/zeitgeist.png +share/icons/matefaenza/apps/24/zen-icon.png +share/icons/matefaenza/apps/24/zenmap.png +share/icons/matefaenza/apps/24/zim.png +share/icons/matefaenza/apps/24/zsnes.png +share/icons/matefaenza/apps/32/0ad.png +share/icons/matefaenza/apps/32/AdobeAIR.png +share/icons/matefaenza/apps/32/AdobeReader.png +share/icons/matefaenza/apps/32/AdobeReader10.png +share/icons/matefaenza/apps/32/AdobeReader8.png +share/icons/matefaenza/apps/32/AdobeReader9.png +share/icons/matefaenza/apps/32/DC++.png +share/icons/matefaenza/apps/32/DC++.xpm +share/icons/matefaenza/apps/32/Doom3.png +share/icons/matefaenza/apps/32/ET-quakewars.png +share/icons/matefaenza/apps/32/EasyTAG_icon.png +share/icons/matefaenza/apps/32/Etermutilities-terminal.png +share/icons/matefaenza/apps/32/Gish.png +share/icons/matefaenza/apps/32/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/32/Osmos.png +share/icons/matefaenza/apps/32/OsmosDemo.png +share/icons/matefaenza/apps/32/Penumbra.png +share/icons/matefaenza/apps/32/Savage2.png +share/icons/matefaenza/apps/32/Terminal.png +share/icons/matefaenza/apps/32/Thunar.png +share/icons/matefaenza/apps/32/Trine.png +share/icons/matefaenza/apps/32/VBox.png +share/icons/matefaenza/apps/32/WorldOfGoo.png +share/icons/matefaenza/apps/32/WorldOfGooDemo.png +share/icons/matefaenza/apps/32/WorldofPadman.png +share/icons/matefaenza/apps/32/Wunderlist.png +share/icons/matefaenza/apps/32/a4.png +share/icons/matefaenza/apps/32/abiword.png +share/icons/matefaenza/apps/32/abiword_48.png +share/icons/matefaenza/apps/32/abrt.png +share/icons/matefaenza/apps/32/access.png +share/icons/matefaenza/apps/32/accessibility-directory.png +share/icons/matefaenza/apps/32/accessories-calculator.png +share/icons/matefaenza/apps/32/accessories-character-map.png +share/icons/matefaenza/apps/32/accessories-dictionary.png +share/icons/matefaenza/apps/32/accessories-text-editor.png +share/icons/matefaenza/apps/32/acroread.png +share/icons/matefaenza/apps/32/activity-log-manager.png +share/icons/matefaenza/apps/32/addressbook.png +share/icons/matefaenza/apps/32/adobe-air.png +share/icons/matefaenza/apps/32/adobe-flashplayer.png +share/icons/matefaenza/apps/32/adobeflashplugin.png +share/icons/matefaenza/apps/32/akregator.png +share/icons/matefaenza/apps/32/alacarte.png +share/icons/matefaenza/apps/32/alchemy.png +share/icons/matefaenza/apps/32/alien-arena.png +share/icons/matefaenza/apps/32/alien-arena.xpm +share/icons/matefaenza/apps/32/amarok.png +share/icons/matefaenza/apps/32/amazon-mp3-store-source.png +share/icons/matefaenza/apps/32/amazon-store.png +share/icons/matefaenza/apps/32/amnesia-dark-decent.png +share/icons/matefaenza/apps/32/amule.png +share/icons/matefaenza/apps/32/anjuta.png +share/icons/matefaenza/apps/32/anki.png +share/icons/matefaenza/apps/32/applets-screenshooter.png +share/icons/matefaenza/apps/32/application-default-icon.png +share/icons/matefaenza/apps/32/application-x-clementine.png +share/icons/matefaenza/apps/32/aqualung.png +share/icons/matefaenza/apps/32/as-icon.png +share/icons/matefaenza/apps/32/as-powered.png +share/icons/matefaenza/apps/32/assistant.png +share/icons/matefaenza/apps/32/atril.png +share/icons/matefaenza/apps/32/audacious.png +share/icons/matefaenza/apps/32/audacity.png +share/icons/matefaenza/apps/32/audiobook.png +share/icons/matefaenza/apps/32/autoplus.png +share/icons/matefaenza/apps/32/avant-window-navigator.png +share/icons/matefaenza/apps/32/awn-settings.png +share/icons/matefaenza/apps/32/ax-applet.png +share/icons/matefaenza/apps/32/background.png +share/icons/matefaenza/apps/32/badge-small.png +share/icons/matefaenza/apps/32/banshee-1.png +share/icons/matefaenza/apps/32/banshee.png +share/icons/matefaenza/apps/32/baobab.png +share/icons/matefaenza/apps/32/bash.png +share/icons/matefaenza/apps/32/bazaar.png +share/icons/matefaenza/apps/32/bleachbit.png +share/icons/matefaenza/apps/32/blender.png +share/icons/matefaenza/apps/32/bluefish-icon.png +share/icons/matefaenza/apps/32/bluefish.png +share/icons/matefaenza/apps/32/bluefish.xpm +share/icons/matefaenza/apps/32/bluegriffon.png +share/icons/matefaenza/apps/32/blueman.png +share/icons/matefaenza/apps/32/blueradio-48.png +share/icons/matefaenza/apps/32/blueradio.png +share/icons/matefaenza/apps/32/bluetooth-48.png +share/icons/matefaenza/apps/32/bluetooth.png +share/icons/matefaenza/apps/32/bluetoothradio.png +share/icons/matefaenza/apps/32/boot.png +share/icons/matefaenza/apps/32/brasero.png +share/icons/matefaenza/apps/32/browser-help.png +share/icons/matefaenza/apps/32/browser.png +share/icons/matefaenza/apps/32/browser.xpm +share/icons/matefaenza/apps/32/bt-logo.png +share/icons/matefaenza/apps/32/bug-buddy.png +share/icons/matefaenza/apps/32/bzr-explorer.png +share/icons/matefaenza/apps/32/c128.png +share/icons/matefaenza/apps/32/c610.png +share/icons/matefaenza/apps/32/c64.png +share/icons/matefaenza/apps/32/caffeine.png +share/icons/matefaenza/apps/32/cairo-clock.png +share/icons/matefaenza/apps/32/calc.png +share/icons/matefaenza/apps/32/catfish.png +share/icons/matefaenza/apps/32/ccc_large.png +share/icons/matefaenza/apps/32/ccc_large.xpm +share/icons/matefaenza/apps/32/ccsm.png +share/icons/matefaenza/apps/32/checkbox.png +share/icons/matefaenza/apps/32/checkgmail.png +share/icons/matefaenza/apps/32/cheese.png +share/icons/matefaenza/apps/32/chromium-browser.png +share/icons/matefaenza/apps/32/chromium-browser2.png +share/icons/matefaenza/apps/32/chromium.png +share/icons/matefaenza/apps/32/claws-mail.png +share/icons/matefaenza/apps/32/clementine.png +share/icons/matefaenza/apps/32/clock.png +share/icons/matefaenza/apps/32/clocks.png +share/icons/matefaenza/apps/32/codeblocks.png +share/icons/matefaenza/apps/32/comix.png +share/icons/matefaenza/apps/32/computerjanitor.png +share/icons/matefaenza/apps/32/config-date.png +share/icons/matefaenza/apps/32/config-language.png +share/icons/matefaenza/apps/32/config-users.png +share/icons/matefaenza/apps/32/confity.png +share/icons/matefaenza/apps/32/control-center2.png +share/icons/matefaenza/apps/32/control-center2.xpm +share/icons/matefaenza/apps/32/covergloobus.png +share/icons/matefaenza/apps/32/credentials-preferences.png +share/icons/matefaenza/apps/32/cryptkeeper.png +share/icons/matefaenza/apps/32/cups.png +share/icons/matefaenza/apps/32/dc++.png +share/icons/matefaenza/apps/32/dconf-editor.png +share/icons/matefaenza/apps/32/deadbeef.png +share/icons/matefaenza/apps/32/defcon.png +share/icons/matefaenza/apps/32/deja-dup.png +share/icons/matefaenza/apps/32/deluge-torrent.png +share/icons/matefaenza/apps/32/deluge.png +share/icons/matefaenza/apps/32/designer.png +share/icons/matefaenza/apps/32/desktop-effects.png +share/icons/matefaenza/apps/32/desura.png +share/icons/matefaenza/apps/32/devede.png +share/icons/matefaenza/apps/32/devhelp.png +share/icons/matefaenza/apps/32/dia.png +share/icons/matefaenza/apps/32/display-capplet.png +share/icons/matefaenza/apps/32/display.im6.png +share/icons/matefaenza/apps/32/docky.png +share/icons/matefaenza/apps/32/dolphin.png +share/icons/matefaenza/apps/32/dosbox.png +share/icons/matefaenza/apps/32/drakconf.png +share/icons/matefaenza/apps/32/drakmenustyle.png +share/icons/matefaenza/apps/32/drakstats.png +share/icons/matefaenza/apps/32/dropbox.png +share/icons/matefaenza/apps/32/dvdrip.png +share/icons/matefaenza/apps/32/eagle.png +share/icons/matefaenza/apps/32/easylife.png +share/icons/matefaenza/apps/32/easytag.png +share/icons/matefaenza/apps/32/eclipse.png +share/icons/matefaenza/apps/32/edit-urpm-sources.png +share/icons/matefaenza/apps/32/eekboard.png +share/icons/matefaenza/apps/32/ejecter.png +share/icons/matefaenza/apps/32/ekiga.png +share/icons/matefaenza/apps/32/emacs.png +share/icons/matefaenza/apps/32/emacs23.png +share/icons/matefaenza/apps/32/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/32/emerillon.png +share/icons/matefaenza/apps/32/emesene.png +share/icons/matefaenza/apps/32/empathy.png +share/icons/matefaenza/apps/32/engrampa.png +share/icons/matefaenza/apps/32/eog.png +share/icons/matefaenza/apps/32/eom.png +share/icons/matefaenza/apps/32/evernote.png +share/icons/matefaenza/apps/32/evince.png +share/icons/matefaenza/apps/32/evolution-calendar.png +share/icons/matefaenza/apps/32/evolution-mail.png +share/icons/matefaenza/apps/32/evolution-memos.png +share/icons/matefaenza/apps/32/evolution-tasks.png +share/icons/matefaenza/apps/32/evolution.png +share/icons/matefaenza/apps/32/exaile.png +share/icons/matefaenza/apps/32/f-spot.png +share/icons/matefaenza/apps/32/facebook.png +share/icons/matefaenza/apps/32/fedora-release-notes.png +share/icons/matefaenza/apps/32/fightgear.png +share/icons/matefaenza/apps/32/file-manager.png +share/icons/matefaenza/apps/32/file-roller.png +share/icons/matefaenza/apps/32/filezilla.png +share/icons/matefaenza/apps/32/firefox-3.0.png +share/icons/matefaenza/apps/32/firefox-3.5.png +share/icons/matefaenza/apps/32/firefox-4.0.png +share/icons/matefaenza/apps/32/firefox-original.png +share/icons/matefaenza/apps/32/firefox.png +share/icons/matefaenza/apps/32/firestarter.png +share/icons/matefaenza/apps/32/flash-player-properties.png +share/icons/matefaenza/apps/32/flash.png +share/icons/matefaenza/apps/32/flashplayer.png +share/icons/matefaenza/apps/32/flegita.png +share/icons/matefaenza/apps/32/flickr.png +share/icons/matefaenza/apps/32/flightgear.xpm +share/icons/matefaenza/apps/32/fontforge.png +share/icons/matefaenza/apps/32/fontmatrix.png +share/icons/matefaenza/apps/32/fonts.png +share/icons/matefaenza/apps/32/fontypython.png +share/icons/matefaenza/apps/32/freetuxtv.png +share/icons/matefaenza/apps/32/fretsonfire.png +share/icons/matefaenza/apps/32/frostwire.png +share/icons/matefaenza/apps/32/frozen-bubble-icon-32x32.png +share/icons/matefaenza/apps/32/frozen-bubble.png +share/icons/matefaenza/apps/32/frozen-bubble.xpm +share/icons/matefaenza/apps/32/fusion-icon.png +share/icons/matefaenza/apps/32/gajim.png +share/icons/matefaenza/apps/32/galculator.png +share/icons/matefaenza/apps/32/gazpacho-icon.png +share/icons/matefaenza/apps/32/gazpacho.png +share/icons/matefaenza/apps/32/gbrainy.png +share/icons/matefaenza/apps/32/gcolor2.png +share/icons/matefaenza/apps/32/gcolor2.xpm +share/icons/matefaenza/apps/32/gconf-editor.png +share/icons/matefaenza/apps/32/gconfeditor.png +share/icons/matefaenza/apps/32/gcstar.png +share/icons/matefaenza/apps/32/gdeb.png +share/icons/matefaenza/apps/32/gdebi.png +share/icons/matefaenza/apps/32/gdm-setup.png +share/icons/matefaenza/apps/32/gdm-xnest.png +share/icons/matefaenza/apps/32/gdm.png +share/icons/matefaenza/apps/32/geany.png +share/icons/matefaenza/apps/32/geogebra.png +share/icons/matefaenza/apps/32/gespeaker.png +share/icons/matefaenza/apps/32/ghex.png +share/icons/matefaenza/apps/32/giggle.png +share/icons/matefaenza/apps/32/gimp.png +share/icons/matefaenza/apps/32/git-cola.png +share/icons/matefaenza/apps/32/git.png +share/icons/matefaenza/apps/32/gkdebconf-icon.png +share/icons/matefaenza/apps/32/gkdebconf.png +share/icons/matefaenza/apps/32/gksu-debian.png +share/icons/matefaenza/apps/32/gksu-root-terminal.png +share/icons/matefaenza/apps/32/glade-3.png +share/icons/matefaenza/apps/32/glade.png +share/icons/matefaenza/apps/32/glippy.png +share/icons/matefaenza/apps/32/gloobus-preview.png +share/icons/matefaenza/apps/32/gloobus.png +share/icons/matefaenza/apps/32/gmail.png +share/icons/matefaenza/apps/32/gmailwatcher.png +share/icons/matefaenza/apps/32/gmameui.png +share/icons/matefaenza/apps/32/gmdb2.png +share/icons/matefaenza/apps/32/gmusicbrowser.png +share/icons/matefaenza/apps/32/gnochm.png +share/icons/matefaenza/apps/32/gnome-about-logo.png +share/icons/matefaenza/apps/32/gnome-activity-journal.png +share/icons/matefaenza/apps/32/gnome-activity-journal.xpm +share/icons/matefaenza/apps/32/gnome-aisleriot.png +share/icons/matefaenza/apps/32/gnome-app-install.png +share/icons/matefaenza/apps/32/gnome-apt.png +share/icons/matefaenza/apps/32/gnome-audio.png +share/icons/matefaenza/apps/32/gnome-calculator.png +share/icons/matefaenza/apps/32/gnome-calendar.png +share/icons/matefaenza/apps/32/gnome-character-map.png +share/icons/matefaenza/apps/32/gnome-contacts.png +share/icons/matefaenza/apps/32/gnome-desktop-config.png +share/icons/matefaenza/apps/32/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/32/gnome-device-manager.png +share/icons/matefaenza/apps/32/gnome-dictionary.png +share/icons/matefaenza/apps/32/gnome-disks.png +share/icons/matefaenza/apps/32/gnome-display-properties.png +share/icons/matefaenza/apps/32/gnome-do.png +share/icons/matefaenza/apps/32/gnome-documents.png +share/icons/matefaenza/apps/32/gnome-eterm.png +share/icons/matefaenza/apps/32/gnome-freecell.png +share/icons/matefaenza/apps/32/gnome-glchess.png +share/icons/matefaenza/apps/32/gnome-glines.png +share/icons/matefaenza/apps/32/gnome-gmenu.png +share/icons/matefaenza/apps/32/gnome-gnect.png +share/icons/matefaenza/apps/32/gnome-gnibbles.png +share/icons/matefaenza/apps/32/gnome-help.png +share/icons/matefaenza/apps/32/gnome-iagno.png +share/icons/matefaenza/apps/32/gnome-info.png +share/icons/matefaenza/apps/32/gnome-klotski.png +share/icons/matefaenza/apps/32/gnome-lightsoff.png +share/icons/matefaenza/apps/32/gnome-log-out.png +share/icons/matefaenza/apps/32/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/32/gnome-logout.png +share/icons/matefaenza/apps/32/gnome-mahjongg.png +share/icons/matefaenza/apps/32/gnome-mines.png +share/icons/matefaenza/apps/32/gnome-monitor.png +share/icons/matefaenza/apps/32/gnome-mplayer.png +share/icons/matefaenza/apps/32/gnome-nettool.png +share/icons/matefaenza/apps/32/gnome-network-properties.png +share/icons/matefaenza/apps/32/gnome-networktool.png +share/icons/matefaenza/apps/32/gnome-note.png +share/icons/matefaenza/apps/32/gnome-package.png +share/icons/matefaenza/apps/32/gnome-panel-clock.png +share/icons/matefaenza/apps/32/gnome-panel-launcher.png +share/icons/matefaenza/apps/32/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/32/gnome-panel.png +share/icons/matefaenza/apps/32/gnome-power-manager.png +share/icons/matefaenza/apps/32/gnome-power-statistics.png +share/icons/matefaenza/apps/32/gnome-quadrapassel.png +share/icons/matefaenza/apps/32/gnome-remote-desktop.png +share/icons/matefaenza/apps/32/gnome-robots.png +share/icons/matefaenza/apps/32/gnome-samegnome.png +share/icons/matefaenza/apps/32/gnome-screenshot.png +share/icons/matefaenza/apps/32/gnome-session-halt.png +share/icons/matefaenza/apps/32/gnome-session-hibernate.png +share/icons/matefaenza/apps/32/gnome-session-logout.png +share/icons/matefaenza/apps/32/gnome-session-reboot.png +share/icons/matefaenza/apps/32/gnome-session-sleep.png +share/icons/matefaenza/apps/32/gnome-session-suspend.png +share/icons/matefaenza/apps/32/gnome-session-switch.png +share/icons/matefaenza/apps/32/gnome-session.png +share/icons/matefaenza/apps/32/gnome-set-time.png +share/icons/matefaenza/apps/32/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/32/gnome-settings-background.png +share/icons/matefaenza/apps/32/gnome-settings-default-applications.png +share/icons/matefaenza/apps/32/gnome-settings-font.png +share/icons/matefaenza/apps/32/gnome-settings-sound.png +share/icons/matefaenza/apps/32/gnome-settings-theme.png +share/icons/matefaenza/apps/32/gnome-shutdown.png +share/icons/matefaenza/apps/32/gnome-sound-properties.png +share/icons/matefaenza/apps/32/gnome-sound-recorder.png +share/icons/matefaenza/apps/32/gnome-status.png +share/icons/matefaenza/apps/32/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/32/gnome-sudoku.png +share/icons/matefaenza/apps/32/gnome-swell-foop.png +share/icons/matefaenza/apps/32/gnome-system-monitor.png +share/icons/matefaenza/apps/32/gnome-tali.png +share/icons/matefaenza/apps/32/gnome-term.png +share/icons/matefaenza/apps/32/gnome-term.xpm +share/icons/matefaenza/apps/32/gnome-terminal.png +share/icons/matefaenza/apps/32/gnome-terminal.xpm +share/icons/matefaenza/apps/32/gnome-tetravex.png +share/icons/matefaenza/apps/32/gnome-translate.png +share/icons/matefaenza/apps/32/gnome-unknown.png +share/icons/matefaenza/apps/32/gnome-volume-control.png +share/icons/matefaenza/apps/32/gnome-web-browser.png +share/icons/matefaenza/apps/32/gnome-window-manager.png +share/icons/matefaenza/apps/32/gnome-word.png +share/icons/matefaenza/apps/32/gnome-xterm.png +share/icons/matefaenza/apps/32/gnomeradio.png +share/icons/matefaenza/apps/32/gnomine.png +share/icons/matefaenza/apps/32/gnote.png +share/icons/matefaenza/apps/32/gnucash-icon.png +share/icons/matefaenza/apps/32/gnumeric.png +share/icons/matefaenza/apps/32/goa-account-facebook.png +share/icons/matefaenza/apps/32/goa-account-google.png +share/icons/matefaenza/apps/32/goa-account-twitter.png +share/icons/matefaenza/apps/32/goa-account-yahoo.png +share/icons/matefaenza/apps/32/goa-account.png +share/icons/matefaenza/apps/32/goa-panel.png +share/icons/matefaenza/apps/32/gobby-0.5.png +share/icons/matefaenza/apps/32/gobby.png +share/icons/matefaenza/apps/32/goldendict.png +share/icons/matefaenza/apps/32/google-chrome-unstable.png +share/icons/matefaenza/apps/32/google-chrome.png +share/icons/matefaenza/apps/32/google-chrome2.png +share/icons/matefaenza/apps/32/google-earth.png +share/icons/matefaenza/apps/32/google-plus.png +share/icons/matefaenza/apps/32/google.png +share/icons/matefaenza/apps/32/google.xpm +share/icons/matefaenza/apps/32/googleearth.png +share/icons/matefaenza/apps/32/googleearth.xpm +share/icons/matefaenza/apps/32/googlemusicframe.png +share/icons/matefaenza/apps/32/googleplus.png +share/icons/matefaenza/apps/32/gparted.png +share/icons/matefaenza/apps/32/gpicview.png +share/icons/matefaenza/apps/32/gpk-prefs.png +share/icons/matefaenza/apps/32/gpk-repo.png +share/icons/matefaenza/apps/32/gpodder.png +share/icons/matefaenza/apps/32/gresistor.png +share/icons/matefaenza/apps/32/griffith.png +share/icons/matefaenza/apps/32/grisbi.png +share/icons/matefaenza/apps/32/gtg.png +share/icons/matefaenza/apps/32/gthumb.png +share/icons/matefaenza/apps/32/gtk-help.png +share/icons/matefaenza/apps/32/gtk-info.png +share/icons/matefaenza/apps/32/gtk-recordmydesktop.png +share/icons/matefaenza/apps/32/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/32/gtwitter.png +share/icons/matefaenza/apps/32/guake-notification.png +share/icons/matefaenza/apps/32/guake-prefs.png +share/icons/matefaenza/apps/32/guake.png +share/icons/matefaenza/apps/32/guayadeque.png +share/icons/matefaenza/apps/32/gucharmap.png +share/icons/matefaenza/apps/32/gufw.png +share/icons/matefaenza/apps/32/gufw_menu.png +share/icons/matefaenza/apps/32/gunity.png +share/icons/matefaenza/apps/32/gvim.png +share/icons/matefaenza/apps/32/gwenview.png +share/icons/matefaenza/apps/32/gwibber.png +share/icons/matefaenza/apps/32/haguichi.png +share/icons/matefaenza/apps/32/hardinfo.png +share/icons/matefaenza/apps/32/hedgewars.png +share/icons/matefaenza/apps/32/help-browser.png +share/icons/matefaenza/apps/32/help.png +share/icons/matefaenza/apps/32/hi48-app-wireshark.png +share/icons/matefaenza/apps/32/homebank.png +share/icons/matefaenza/apps/32/hotwire.png +share/icons/matefaenza/apps/32/htop.png +share/icons/matefaenza/apps/32/hydrogen.png +share/icons/matefaenza/apps/32/ibus-setup.png +share/icons/matefaenza/apps/32/ibus.png +share/icons/matefaenza/apps/32/icedove.png +share/icons/matefaenza/apps/32/iceweasel.png +share/icons/matefaenza/apps/32/im-chooser.png +share/icons/matefaenza/apps/32/imagemagick.png +share/icons/matefaenza/apps/32/indicator-applet.png +share/icons/matefaenza/apps/32/indicator-weather.png +share/icons/matefaenza/apps/32/inkscape.png +share/icons/matefaenza/apps/32/internet-mail.png +share/icons/matefaenza/apps/32/internet-news-reader.png +share/icons/matefaenza/apps/32/internet-web-browser.png +share/icons/matefaenza/apps/32/itunes.png +share/icons/matefaenza/apps/32/jack-rack.png +share/icons/matefaenza/apps/32/jack.png +share/icons/matefaenza/apps/32/jackbeat.png +share/icons/matefaenza/apps/32/jackeq.png +share/icons/matefaenza/apps/32/jag.png +share/icons/matefaenza/apps/32/jag.xpm +share/icons/matefaenza/apps/32/jag_editor.png +share/icons/matefaenza/apps/32/jamin.png +share/icons/matefaenza/apps/32/jdownloader.png +share/icons/matefaenza/apps/32/jockey-kde.png +share/icons/matefaenza/apps/32/jockey.png +share/icons/matefaenza/apps/32/jokosher.png +share/icons/matefaenza/apps/32/k3b.png +share/icons/matefaenza/apps/32/kadu.png +share/icons/matefaenza/apps/32/kaffeine.png +share/icons/matefaenza/apps/32/kate.png +share/icons/matefaenza/apps/32/kcharselect.png +share/icons/matefaenza/apps/32/kcmkwm.png +share/icons/matefaenza/apps/32/kdenlive.png +share/icons/matefaenza/apps/32/kedit.png +share/icons/matefaenza/apps/32/keepassx.png +share/icons/matefaenza/apps/32/kentoo.png +share/icons/matefaenza/apps/32/key_bindings.png +share/icons/matefaenza/apps/32/keyring-manager.png +share/icons/matefaenza/apps/32/kflickr.png +share/icons/matefaenza/apps/32/kfm.png +share/icons/matefaenza/apps/32/khelpcenter.png +share/icons/matefaenza/apps/32/klavaro.png +share/icons/matefaenza/apps/32/kmail.png +share/icons/matefaenza/apps/32/kmousetool.png +share/icons/matefaenza/apps/32/kmplayer.png +share/icons/matefaenza/apps/32/knotes.png +share/icons/matefaenza/apps/32/kobo-icon.png +share/icons/matefaenza/apps/32/kobo-icon.xpm +share/icons/matefaenza/apps/32/kompozer.png +share/icons/matefaenza/apps/32/konsole.png +share/icons/matefaenza/apps/32/kopete.png +share/icons/matefaenza/apps/32/korganizer.png +share/icons/matefaenza/apps/32/kpackage.png +share/icons/matefaenza/apps/32/kplayer.png +share/icons/matefaenza/apps/32/kradio.png +share/icons/matefaenza/apps/32/kradio4.png +share/icons/matefaenza/apps/32/kscreensaver.png +share/icons/matefaenza/apps/32/ksnapshot.png +share/icons/matefaenza/apps/32/ksysguard.png +share/icons/matefaenza/apps/32/ktorrent.png +share/icons/matefaenza/apps/32/ktouch.png +share/icons/matefaenza/apps/32/kupfer.png +share/icons/matefaenza/apps/32/kuser.png +share/icons/matefaenza/apps/32/kwin.png +share/icons/matefaenza/apps/32/kynpatic.png +share/icons/matefaenza/apps/32/last-fm.png +share/icons/matefaenza/apps/32/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/32/lastfm.png +share/icons/matefaenza/apps/32/leafpad.png +share/icons/matefaenza/apps/32/library-internet-radio.png +share/icons/matefaenza/apps/32/library-podcast.png +share/icons/matefaenza/apps/32/libreoffice-base.png +share/icons/matefaenza/apps/32/libreoffice-calc.png +share/icons/matefaenza/apps/32/libreoffice-draw.png +share/icons/matefaenza/apps/32/libreoffice-impress.png +share/icons/matefaenza/apps/32/libreoffice-main.png +share/icons/matefaenza/apps/32/libreoffice-math.png +share/icons/matefaenza/apps/32/libreoffice-printeradmin.png +share/icons/matefaenza/apps/32/libreoffice-startcenter.png +share/icons/matefaenza/apps/32/libreoffice-template.png +share/icons/matefaenza/apps/32/libreoffice-writer.png +share/icons/matefaenza/apps/32/libreoffice3-base.png +share/icons/matefaenza/apps/32/libreoffice3-calc.png +share/icons/matefaenza/apps/32/libreoffice3-draw.png +share/icons/matefaenza/apps/32/libreoffice3-impress.png +share/icons/matefaenza/apps/32/libreoffice3-math.png +share/icons/matefaenza/apps/32/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/32/libreoffice3-startcenter.png +share/icons/matefaenza/apps/32/libreoffice3-template.png +share/icons/matefaenza/apps/32/libreoffice3-writer.png +share/icons/matefaenza/apps/32/libreoffice34-base.png +share/icons/matefaenza/apps/32/libreoffice34-calc.png +share/icons/matefaenza/apps/32/libreoffice34-draw.png +share/icons/matefaenza/apps/32/libreoffice34-impress.png +share/icons/matefaenza/apps/32/libreoffice34-math.png +share/icons/matefaenza/apps/32/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/32/libreoffice34-startcenter.png +share/icons/matefaenza/apps/32/libreoffice34-template.png +share/icons/matefaenza/apps/32/libreoffice34-writer.png +share/icons/matefaenza/apps/32/lifeograph.png +share/icons/matefaenza/apps/32/liferea.png +share/icons/matefaenza/apps/32/linguist.png +share/icons/matefaenza/apps/32/locale.png +share/icons/matefaenza/apps/32/logview.png +share/icons/matefaenza/apps/32/logviewer.png +share/icons/matefaenza/apps/32/love.png +share/icons/matefaenza/apps/32/lugaru-hd.png +share/icons/matefaenza/apps/32/lxterminal.png +share/icons/matefaenza/apps/32/machinarium.png +share/icons/matefaenza/apps/32/mahjongg.png +share/icons/matefaenza/apps/32/mail-notification.png +share/icons/matefaenza/apps/32/mailnag.png +share/icons/matefaenza/apps/32/mame.png +share/icons/matefaenza/apps/32/mame.xpm +share/icons/matefaenza/apps/32/mandrivaupdate.png +share/icons/matefaenza/apps/32/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/32/mate-desktop-item-edit.png +share/icons/matefaenza/apps/32/mate-eyes-applet.png +share/icons/matefaenza/apps/32/mate-netspeed-applet.png +share/icons/matefaenza/apps/32/mate-network-properties.png +share/icons/matefaenza/apps/32/mate-notification-properties.png +share/icons/matefaenza/apps/32/mate-panel-clock.png +share/icons/matefaenza/apps/32/mate-panel-launcher.png +share/icons/matefaenza/apps/32/mate-panel-notification-area.png +share/icons/matefaenza/apps/32/mate-panel-window-list.png +share/icons/matefaenza/apps/32/mate-panel-window-menu.png +share/icons/matefaenza/apps/32/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/32/mate-panel.png +share/icons/matefaenza/apps/32/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/32/mate-sensors-applet.png +share/icons/matefaenza/apps/32/mate-session-properties.png +share/icons/matefaenza/apps/32/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/32/mateconf-editor.png +share/icons/matefaenza/apps/32/me-tv.png +share/icons/matefaenza/apps/32/media-player-banshee.png +share/icons/matefaenza/apps/32/meld.png +share/icons/matefaenza/apps/32/memaker.png +share/icons/matefaenza/apps/32/mendeley.png +share/icons/matefaenza/apps/32/mendeleydesktop.png +share/icons/matefaenza/apps/32/menu-editor.png +share/icons/matefaenza/apps/32/midori.png +share/icons/matefaenza/apps/32/minecraft.png +share/icons/matefaenza/apps/32/minitube.png +share/icons/matefaenza/apps/32/minitunes.png +share/icons/matefaenza/apps/32/miro-guide-source.png +share/icons/matefaenza/apps/32/miro.png +share/icons/matefaenza/apps/32/mitter.png +share/icons/matefaenza/apps/32/mm.png +share/icons/matefaenza/apps/32/monodevelop.png +share/icons/matefaenza/apps/32/monodoc-browser.png +share/icons/matefaenza/apps/32/monodoc-http.png +share/icons/matefaenza/apps/32/mousepad.png +share/icons/matefaenza/apps/32/mozilla-firefox.png +share/icons/matefaenza/apps/32/mozilla-thunderbird.png +share/icons/matefaenza/apps/32/mozo.png +share/icons/matefaenza/apps/32/mplayer.png +share/icons/matefaenza/apps/32/msd-xrandr.png +share/icons/matefaenza/apps/32/mtpaint.png +share/icons/matefaenza/apps/32/multimedia-volume-control.png +share/icons/matefaenza/apps/32/mumble.png +share/icons/matefaenza/apps/32/musescore.png +share/icons/matefaenza/apps/32/mypaint.png +share/icons/matefaenza/apps/32/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/32/nautilus-actions.png +share/icons/matefaenza/apps/32/nautilus-cd-burner.png +share/icons/matefaenza/apps/32/nautilus.png +share/icons/matefaenza/apps/32/netbeans.png +share/icons/matefaenza/apps/32/nexuiz.png +share/icons/matefaenza/apps/32/nexuiz.xpm +share/icons/matefaenza/apps/32/nixnote.png +share/icons/matefaenza/apps/32/numptyphysics.png +share/icons/matefaenza/apps/32/nvidia-current-settings.png +share/icons/matefaenza/apps/32/nvidia-settings.png +share/icons/matefaenza/apps/32/office-address-book.png +share/icons/matefaenza/apps/32/office-calendar.png +share/icons/matefaenza/apps/32/office-date.png +share/icons/matefaenza/apps/32/office-writer.png +share/icons/matefaenza/apps/32/oggconvert.png +share/icons/matefaenza/apps/32/omgwords.png +share/icons/matefaenza/apps/32/onboard.png +share/icons/matefaenza/apps/32/ooo-base.png +share/icons/matefaenza/apps/32/ooo-base3.0.png +share/icons/matefaenza/apps/32/ooo-calc.png +share/icons/matefaenza/apps/32/ooo-calc2.png +share/icons/matefaenza/apps/32/ooo-calc24.png +share/icons/matefaenza/apps/32/ooo-calc3.0.png +share/icons/matefaenza/apps/32/ooo-draw.png +share/icons/matefaenza/apps/32/ooo-draw3.0.png +share/icons/matefaenza/apps/32/ooo-impress.png +share/icons/matefaenza/apps/32/ooo-impress2.png +share/icons/matefaenza/apps/32/ooo-impress24.png +share/icons/matefaenza/apps/32/ooo-impress3.0.png +share/icons/matefaenza/apps/32/ooo-math.png +share/icons/matefaenza/apps/32/ooo-math3.0.png +share/icons/matefaenza/apps/32/ooo-printeradmin.png +share/icons/matefaenza/apps/32/ooo-template.png +share/icons/matefaenza/apps/32/ooo-template3.0.png +share/icons/matefaenza/apps/32/ooo-writer.png +share/icons/matefaenza/apps/32/ooo-writer2.png +share/icons/matefaenza/apps/32/ooo-writer24.png +share/icons/matefaenza/apps/32/ooo-writer3.0.png +share/icons/matefaenza/apps/32/openarena.png +share/icons/matefaenza/apps/32/openarena32.png +share/icons/matefaenza/apps/32/openbravo-erp.png +share/icons/matefaenza/apps/32/openerp-client.png +share/icons/matefaenza/apps/32/openjdk-6.png +share/icons/matefaenza/apps/32/openjdk-7.png +share/icons/matefaenza/apps/32/openofficeorg-base.png +share/icons/matefaenza/apps/32/openofficeorg-calc.png +share/icons/matefaenza/apps/32/openofficeorg-draw.png +share/icons/matefaenza/apps/32/openofficeorg-impress.png +share/icons/matefaenza/apps/32/openofficeorg-math.png +share/icons/matefaenza/apps/32/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/32/openofficeorg-template.png +share/icons/matefaenza/apps/32/openofficeorg-writer.png +share/icons/matefaenza/apps/32/openofficeorg24-calc.png +share/icons/matefaenza/apps/32/openofficeorg24-impress.png +share/icons/matefaenza/apps/32/openofficeorg24-writer.png +share/icons/matefaenza/apps/32/openofficeorg3-base.png +share/icons/matefaenza/apps/32/openofficeorg3-calc.png +share/icons/matefaenza/apps/32/openofficeorg3-draw.png +share/icons/matefaenza/apps/32/openofficeorg3-impress.png +share/icons/matefaenza/apps/32/openofficeorg3-math.png +share/icons/matefaenza/apps/32/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/32/openofficeorg3-template.png +share/icons/matefaenza/apps/32/openofficeorg3-writer.png +share/icons/matefaenza/apps/32/openofficeorg3.0-base.png +share/icons/matefaenza/apps/32/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/32/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/32/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/32/openofficeorg3.0-math.png +share/icons/matefaenza/apps/32/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/32/openofficeorg3.0-template.png +share/icons/matefaenza/apps/32/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/32/openshot.png +share/icons/matefaenza/apps/32/openterm.png +share/icons/matefaenza/apps/32/openttd.png +share/icons/matefaenza/apps/32/opera-browser.png +share/icons/matefaenza/apps/32/opera-browser.xpm +share/icons/matefaenza/apps/32/opera-widget-manager.png +share/icons/matefaenza/apps/32/opera-widget.png +share/icons/matefaenza/apps/32/opera.png +share/icons/matefaenza/apps/32/opera.xpm +share/icons/matefaenza/apps/32/orca.png +share/icons/matefaenza/apps/32/oregano.png +share/icons/matefaenza/apps/32/package-manager-icon.png +share/icons/matefaenza/apps/32/palimpsest.png +share/icons/matefaenza/apps/32/paprefs.png +share/icons/matefaenza/apps/32/parole.png +share/icons/matefaenza/apps/32/partner.png +share/icons/matefaenza/apps/32/password.png +share/icons/matefaenza/apps/32/pdfmod.png +share/icons/matefaenza/apps/32/pet.png +share/icons/matefaenza/apps/32/phatch-inspector.png +share/icons/matefaenza/apps/32/phatch.png +share/icons/matefaenza/apps/32/picasa-fontcfg.png +share/icons/matefaenza/apps/32/picasa-fontcfg.xpm +share/icons/matefaenza/apps/32/picasa.png +share/icons/matefaenza/apps/32/picasa.xpm +share/icons/matefaenza/apps/32/picasa32x32.png +share/icons/matefaenza/apps/32/pidgin.png +share/icons/matefaenza/apps/32/pingus.png +share/icons/matefaenza/apps/32/pino.png +share/icons/matefaenza/apps/32/pinus.xpm +share/icons/matefaenza/apps/32/pirut.png +share/icons/matefaenza/apps/32/pithos.png +share/icons/matefaenza/apps/32/pitivi.png +share/icons/matefaenza/apps/32/pk-package-sources.png +share/icons/matefaenza/apps/32/plan.png +share/icons/matefaenza/apps/32/playitslowly.png +share/icons/matefaenza/apps/32/playonlinux.png +share/icons/matefaenza/apps/32/plus4.png +share/icons/matefaenza/apps/32/podcast.png +share/icons/matefaenza/apps/32/poedit.png +share/icons/matefaenza/apps/32/porthole.png +share/icons/matefaenza/apps/32/postr.png +share/icons/matefaenza/apps/32/ppa.png +share/icons/matefaenza/apps/32/preferences-color.png +share/icons/matefaenza/apps/32/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/32/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/32/preferences-desktop-display.png +share/icons/matefaenza/apps/32/preferences-desktop-font.png +share/icons/matefaenza/apps/32/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/32/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/32/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/32/preferences-desktop-locale.png +share/icons/matefaenza/apps/32/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/32/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/32/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/32/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/32/preferences-desktop-sound.png +share/icons/matefaenza/apps/32/preferences-desktop-theme.png +share/icons/matefaenza/apps/32/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/32/preferences-management-service.png +share/icons/matefaenza/apps/32/preferences-sound.png +share/icons/matefaenza/apps/32/preferences-system-bluetooth.png +share/icons/matefaenza/apps/32/preferences-system-firewall.png +share/icons/matefaenza/apps/32/preferences-system-network.png +share/icons/matefaenza/apps/32/preferences-system-time.png +share/icons/matefaenza/apps/32/preferences-system-windows.png +share/icons/matefaenza/apps/32/pup.png +share/icons/matefaenza/apps/32/pychess.png +share/icons/matefaenza/apps/32/pyneighborhood_48x48.png +share/icons/matefaenza/apps/32/q4wine.png +share/icons/matefaenza/apps/32/qgit.png +share/icons/matefaenza/apps/32/qjackctl.png +share/icons/matefaenza/apps/32/qtassistant.png +share/icons/matefaenza/apps/32/qtconfig-qt4.png +share/icons/matefaenza/apps/32/qtcreator.png +share/icons/matefaenza/apps/32/qtcreator_logo_32.png +share/icons/matefaenza/apps/32/qtdesigner.png +share/icons/matefaenza/apps/32/qtlinguist.png +share/icons/matefaenza/apps/32/quake.png +share/icons/matefaenza/apps/32/quake2.png +share/icons/matefaenza/apps/32/quake3.png +share/icons/matefaenza/apps/32/quake4.png +share/icons/matefaenza/apps/32/qucs.png +share/icons/matefaenza/apps/32/radio.png +share/icons/matefaenza/apps/32/radiotray.png +share/icons/matefaenza/apps/32/rclock.png +share/icons/matefaenza/apps/32/redhat-filemanager.png +share/icons/matefaenza/apps/32/redhat-server_settings.png +share/icons/matefaenza/apps/32/redhat-tools.png +share/icons/matefaenza/apps/32/redhat-web-browser.png +share/icons/matefaenza/apps/32/remmina.png +share/icons/matefaenza/apps/32/revelation.png +share/icons/matefaenza/apps/32/revenge.png +share/icons/matefaenza/apps/32/rhythmbox.png +share/icons/matefaenza/apps/32/ristretto.png +share/icons/matefaenza/apps/32/rosegarden.png +share/icons/matefaenza/apps/32/rpmdrake.png +share/icons/matefaenza/apps/32/rssowl.png +share/icons/matefaenza/apps/32/sauerbraten.png +share/icons/matefaenza/apps/32/sauerbraten.xpm +share/icons/matefaenza/apps/32/screenie-qt.png +share/icons/matefaenza/apps/32/screenie.png +share/icons/matefaenza/apps/32/screenruler-icon.png +share/icons/matefaenza/apps/32/screenruler.png +share/icons/matefaenza/apps/32/screensaver.png +share/icons/matefaenza/apps/32/scribes.png +share/icons/matefaenza/apps/32/scribus.png +share/icons/matefaenza/apps/32/seahorse-preferences.png +share/icons/matefaenza/apps/32/seahorse.png +share/icons/matefaenza/apps/32/seamonkey.png +share/icons/matefaenza/apps/32/session-properties.png +share/icons/matefaenza/apps/32/setroubleshoot_icon.png +share/icons/matefaenza/apps/32/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/32/shares.png +share/icons/matefaenza/apps/32/shotwell.png +share/icons/matefaenza/apps/32/shutter.png +share/icons/matefaenza/apps/32/simple-ccsm.png +share/icons/matefaenza/apps/32/skype.png +share/icons/matefaenza/apps/32/sleep.png +share/icons/matefaenza/apps/32/slingshot.png +share/icons/matefaenza/apps/32/smc.png +share/icons/matefaenza/apps/32/smplayer.png +share/icons/matefaenza/apps/32/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/32/software-properties.png +share/icons/matefaenza/apps/32/softwarecenter-debian.png +share/icons/matefaenza/apps/32/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/32/softwarecenter.png +share/icons/matefaenza/apps/32/sound-juicer.png +share/icons/matefaenza/apps/32/soundconverter.png +share/icons/matefaenza/apps/32/speedcrunch.png +share/icons/matefaenza/apps/32/spotify-linux-48x48.png +share/icons/matefaenza/apps/32/spotify-linux-512x512.png +share/icons/matefaenza/apps/32/spotify.png +share/icons/matefaenza/apps/32/sqlitebrowser.png +share/icons/matefaenza/apps/32/stardict.png +share/icons/matefaenza/apps/32/startupmanager.png +share/icons/matefaenza/apps/32/steam.png +share/icons/matefaenza/apps/32/steampowered.png +share/icons/matefaenza/apps/32/stellarium.png +share/icons/matefaenza/apps/32/sticky-notes.png +share/icons/matefaenza/apps/32/stock_alarm.png +share/icons/matefaenza/apps/32/stock_calendar.png +share/icons/matefaenza/apps/32/stock_help.png +share/icons/matefaenza/apps/32/stock_insert-note.png +share/icons/matefaenza/apps/32/stock_keyring.png +share/icons/matefaenza/apps/32/stock_notes.png +share/icons/matefaenza/apps/32/stock_task.png +share/icons/matefaenza/apps/32/stock_unknown.png +share/icons/matefaenza/apps/32/stock_view-details.png +share/icons/matefaenza/apps/32/style.png +share/icons/matefaenza/apps/32/sun-java.png +share/icons/matefaenza/apps/32/sun-java6.png +share/icons/matefaenza/apps/32/sun-java7.png +share/icons/matefaenza/apps/32/sun-javaws.png +share/icons/matefaenza/apps/32/sun-jcontrol.png +share/icons/matefaenza/apps/32/supertux.png +share/icons/matefaenza/apps/32/supertuxkart.png +share/icons/matefaenza/apps/32/supertuxkart.xpm +share/icons/matefaenza/apps/32/susehelpcenter.png +share/icons/matefaenza/apps/32/susers.png +share/icons/matefaenza/apps/32/sylpheed.png +share/icons/matefaenza/apps/32/synapse.png +share/icons/matefaenza/apps/32/synaptic.png +share/icons/matefaenza/apps/32/synfig.png +share/icons/matefaenza/apps/32/sysprof-icon.png +share/icons/matefaenza/apps/32/system-config-authentication.png +share/icons/matefaenza/apps/32/system-config-date.png +share/icons/matefaenza/apps/32/system-config-displayca.png +share/icons/matefaenza/apps/32/system-config-users.png +share/icons/matefaenza/apps/32/system-file-manager.png +share/icons/matefaenza/apps/32/system-hibernate.png +share/icons/matefaenza/apps/32/system-installer.png +share/icons/matefaenza/apps/32/system-restart.png +share/icons/matefaenza/apps/32/system-shut-down.png +share/icons/matefaenza/apps/32/system-software-install.png +share/icons/matefaenza/apps/32/system-software-installer.png +share/icons/matefaenza/apps/32/system-software-update.png +share/icons/matefaenza/apps/32/system-suspend-hibernate.png +share/icons/matefaenza/apps/32/system-suspend.png +share/icons/matefaenza/apps/32/system-switch-java.png +share/icons/matefaenza/apps/32/system-switch-user.png +share/icons/matefaenza/apps/32/system-users.png +share/icons/matefaenza/apps/32/teamviewer.png +share/icons/matefaenza/apps/32/teeworlds.png +share/icons/matefaenza/apps/32/telepathy.png +share/icons/matefaenza/apps/32/terminal.png +share/icons/matefaenza/apps/32/terminal.xpm +share/icons/matefaenza/apps/32/terminator.png +share/icons/matefaenza/apps/32/text-editor.png +share/icons/matefaenza/apps/32/the-board.png +share/icons/matefaenza/apps/32/thunar.png +share/icons/matefaenza/apps/32/thunderbird-icon.png +share/icons/matefaenza/apps/32/thunderbird.png +share/icons/matefaenza/apps/32/tilda.png +share/icons/matefaenza/apps/32/time-admin.png +share/icons/matefaenza/apps/32/time.png +share/icons/matefaenza/apps/32/timer-applet.png +share/icons/matefaenza/apps/32/tomboy-note.png +share/icons/matefaenza/apps/32/tomboy.png +share/icons/matefaenza/apps/32/torcs.png +share/icons/matefaenza/apps/32/torcs.xpm +share/icons/matefaenza/apps/32/totem.png +share/icons/matefaenza/apps/32/tracker.png +share/icons/matefaenza/apps/32/transmission.png +share/icons/matefaenza/apps/32/truecrypt.png +share/icons/matefaenza/apps/32/tsclient.png +share/icons/matefaenza/apps/32/tuxguitar.png +share/icons/matefaenza/apps/32/tvtime.png +share/icons/matefaenza/apps/32/twitter.png +share/icons/matefaenza/apps/32/twitux.png +share/icons/matefaenza/apps/32/ubuntu-tweak.png +share/icons/matefaenza/apps/32/ubuntuone-client.png +share/icons/matefaenza/apps/32/ubuntuone-installer.png +share/icons/matefaenza/apps/32/ubuntuone-music.png +share/icons/matefaenza/apps/32/ubuntuone.png +share/icons/matefaenza/apps/32/uck.png +share/icons/matefaenza/apps/32/ufw-frontends.png +share/icons/matefaenza/apps/32/un-reboot.png +share/icons/matefaenza/apps/32/unison-gtk.png +share/icons/matefaenza/apps/32/unreal-tournament.png +share/icons/matefaenza/apps/32/update-manager.png +share/icons/matefaenza/apps/32/update-notifier.png +share/icons/matefaenza/apps/32/urban-terror.png +share/icons/matefaenza/apps/32/usb-creator-gtk.png +share/icons/matefaenza/apps/32/usb-creator.png +share/icons/matefaenza/apps/32/user-info.png +share/icons/matefaenza/apps/32/user_auth.png +share/icons/matefaenza/apps/32/usermount.png +share/icons/matefaenza/apps/32/ut2004.png +share/icons/matefaenza/apps/32/utilities-file-archiver.png +share/icons/matefaenza/apps/32/utilities-log-viewer.png +share/icons/matefaenza/apps/32/utilities-system-monitor.png +share/icons/matefaenza/apps/32/utilities-terminal.png +share/icons/matefaenza/apps/32/varicad.png +share/icons/matefaenza/apps/32/vendetta-online.png +share/icons/matefaenza/apps/32/vic20.png +share/icons/matefaenza/apps/32/vim.png +share/icons/matefaenza/apps/32/vinagre.png +share/icons/matefaenza/apps/32/virtualbox-ose.png +share/icons/matefaenza/apps/32/virtualbox.png +share/icons/matefaenza/apps/32/vlc.png +share/icons/matefaenza/apps/32/volleybrawl.png +share/icons/matefaenza/apps/32/wallpaper.png +share/icons/matefaenza/apps/32/warmux.png +share/icons/matefaenza/apps/32/warsow.png +share/icons/matefaenza/apps/32/web-browser.png +share/icons/matefaenza/apps/32/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/32/wesnoth.png +share/icons/matefaenza/apps/32/wikipedia.png +share/icons/matefaenza/apps/32/window-manager.png +share/icons/matefaenza/apps/32/wine-notepad.png +share/icons/matefaenza/apps/32/wine-uninstaller.png +share/icons/matefaenza/apps/32/wine-winecfg.png +share/icons/matefaenza/apps/32/wine-winetricks.png +share/icons/matefaenza/apps/32/wine.png +share/icons/matefaenza/apps/32/wireshark.png +share/icons/matefaenza/apps/32/wmtweaks.png +share/icons/matefaenza/apps/32/wordpress.png +share/icons/matefaenza/apps/32/workspace-switcher.png +share/icons/matefaenza/apps/32/wormux.png +share/icons/matefaenza/apps/32/wunderlist.png +share/icons/matefaenza/apps/32/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/32/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/32/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/32/wxbanker.png +share/icons/matefaenza/apps/32/x-office-address-book.png +share/icons/matefaenza/apps/32/x-office-calendar.png +share/icons/matefaenza/apps/32/x-system-software-sources.png +share/icons/matefaenza/apps/32/xarchiver.png +share/icons/matefaenza/apps/32/xbmc.png +share/icons/matefaenza/apps/32/xchat-gnome.png +share/icons/matefaenza/apps/32/xchat-mini.png +share/icons/matefaenza/apps/32/xchat.png +share/icons/matefaenza/apps/32/xchat.xpm +share/icons/matefaenza/apps/32/xfburn.png +share/icons/matefaenza/apps/32/xfcalendar.png +share/icons/matefaenza/apps/32/xfce-edit.png +share/icons/matefaenza/apps/32/xfce-filemanager.png +share/icons/matefaenza/apps/32/xfce-mail.png +share/icons/matefaenza/apps/32/xfce-man.png +share/icons/matefaenza/apps/32/xfce-schedule.png +share/icons/matefaenza/apps/32/xfce-sound.png +share/icons/matefaenza/apps/32/xfce-system-info.png +share/icons/matefaenza/apps/32/xfce-terminal.png +share/icons/matefaenza/apps/32/xfce-ui.png +share/icons/matefaenza/apps/32/xfce4-appfinder.png +share/icons/matefaenza/apps/32/xfce4-backdrop.png +share/icons/matefaenza/apps/32/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/32/xfce4-clock.png +share/icons/matefaenza/apps/32/xfce4-dict.png +share/icons/matefaenza/apps/32/xfce4-mcs-manager.png +share/icons/matefaenza/apps/32/xfce4-menueditor.png +share/icons/matefaenza/apps/32/xfce4-notes-plugin.png +share/icons/matefaenza/apps/32/xfce4-panel.png +share/icons/matefaenza/apps/32/xfce4-session.png +share/icons/matefaenza/apps/32/xfce4-workspaces.png +share/icons/matefaenza/apps/32/xfce_unknown.png +share/icons/matefaenza/apps/32/xfsm-hibernate.png +share/icons/matefaenza/apps/32/xfsm-logout.png +share/icons/matefaenza/apps/32/xfsm-reboot.png +share/icons/matefaenza/apps/32/xfsm-shutdown.png +share/icons/matefaenza/apps/32/xfsm-suspend.png +share/icons/matefaenza/apps/32/xfsm-switch.png +share/icons/matefaenza/apps/32/xfwm4.png +share/icons/matefaenza/apps/32/ximian-evolution-calendar.png +share/icons/matefaenza/apps/32/xine.png +share/icons/matefaenza/apps/32/xmoto.png +share/icons/matefaenza/apps/32/xonotic.png +share/icons/matefaenza/apps/32/xoscope.png +share/icons/matefaenza/apps/32/xournal.png +share/icons/matefaenza/apps/32/xpad.png +share/icons/matefaenza/apps/32/xscreensaver.png +share/icons/matefaenza/apps/32/xterm-color_32x32.png +share/icons/matefaenza/apps/32/xterm-color_32x32.xpm +share/icons/matefaenza/apps/32/xterm-color_48x48.png +share/icons/matefaenza/apps/32/xterm-color_48x48.xpm +share/icons/matefaenza/apps/32/xterm.png +share/icons/matefaenza/apps/32/xterm.xpm +share/icons/matefaenza/apps/32/xterm_32x32.png +share/icons/matefaenza/apps/32/xterm_32x32.xpm +share/icons/matefaenza/apps/32/xterm_48x48.png +share/icons/matefaenza/apps/32/xterm_48x48.xpm +share/icons/matefaenza/apps/32/yahoo.png +share/icons/matefaenza/apps/32/youtube.png +share/icons/matefaenza/apps/32/yumex.png +share/icons/matefaenza/apps/32/zeitgeist.png +share/icons/matefaenza/apps/32/zen-icon.png +share/icons/matefaenza/apps/32/zenmap.png +share/icons/matefaenza/apps/32/zim.png +share/icons/matefaenza/apps/32/zsnes.png +share/icons/matefaenza/apps/48/0ad.png +share/icons/matefaenza/apps/48/AdobeAIR.png +share/icons/matefaenza/apps/48/AdobeReader.png +share/icons/matefaenza/apps/48/AdobeReader10.png +share/icons/matefaenza/apps/48/AdobeReader8.png +share/icons/matefaenza/apps/48/AdobeReader9.png +share/icons/matefaenza/apps/48/DC++.png +share/icons/matefaenza/apps/48/DC++.xpm +share/icons/matefaenza/apps/48/Doom3.png +share/icons/matefaenza/apps/48/ET-quakewars.png +share/icons/matefaenza/apps/48/EasyTAG_icon.png +share/icons/matefaenza/apps/48/Etermutilities-terminal.png +share/icons/matefaenza/apps/48/Gish.png +share/icons/matefaenza/apps/48/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/48/Osmos.png +share/icons/matefaenza/apps/48/OsmosDemo.png +share/icons/matefaenza/apps/48/Penumbra.png +share/icons/matefaenza/apps/48/Savage2.png +share/icons/matefaenza/apps/48/Terminal.png +share/icons/matefaenza/apps/48/Thunar.png +share/icons/matefaenza/apps/48/Trine.png +share/icons/matefaenza/apps/48/VBox.png +share/icons/matefaenza/apps/48/WorldOfGoo.png +share/icons/matefaenza/apps/48/WorldOfGooDemo.png +share/icons/matefaenza/apps/48/WorldofPadman.png +share/icons/matefaenza/apps/48/Wunderlist.png +share/icons/matefaenza/apps/48/a4.png +share/icons/matefaenza/apps/48/abiword.png +share/icons/matefaenza/apps/48/abiword_48.png +share/icons/matefaenza/apps/48/abrt.png +share/icons/matefaenza/apps/48/access.png +share/icons/matefaenza/apps/48/accessibility-directory.png +share/icons/matefaenza/apps/48/accessories-calculator.png +share/icons/matefaenza/apps/48/accessories-character-map.png +share/icons/matefaenza/apps/48/accessories-dictionary.png +share/icons/matefaenza/apps/48/accessories-text-editor.png +share/icons/matefaenza/apps/48/acroread.png +share/icons/matefaenza/apps/48/activity-log-manager.png +share/icons/matefaenza/apps/48/addressbook.png +share/icons/matefaenza/apps/48/adobe-air.png +share/icons/matefaenza/apps/48/adobe-flashplayer.png +share/icons/matefaenza/apps/48/adobeflashplugin.png +share/icons/matefaenza/apps/48/akregator.png +share/icons/matefaenza/apps/48/alacarte.png +share/icons/matefaenza/apps/48/alchemy.png +share/icons/matefaenza/apps/48/alien-arena.png +share/icons/matefaenza/apps/48/alien-arena.xpm +share/icons/matefaenza/apps/48/amarok.png +share/icons/matefaenza/apps/48/amazon-mp3-store-source.png +share/icons/matefaenza/apps/48/amazon-store.png +share/icons/matefaenza/apps/48/amnesia-dark-decent.png +share/icons/matefaenza/apps/48/amule.png +share/icons/matefaenza/apps/48/anjuta.png +share/icons/matefaenza/apps/48/anki.png +share/icons/matefaenza/apps/48/applets-screenshooter.png +share/icons/matefaenza/apps/48/application-default-icon.png +share/icons/matefaenza/apps/48/application-x-clementine.png +share/icons/matefaenza/apps/48/aqualung.png +share/icons/matefaenza/apps/48/as-icon.png +share/icons/matefaenza/apps/48/as-powered.png +share/icons/matefaenza/apps/48/assistant.png +share/icons/matefaenza/apps/48/atril.png +share/icons/matefaenza/apps/48/audacious.png +share/icons/matefaenza/apps/48/audacity.png +share/icons/matefaenza/apps/48/audiobook.png +share/icons/matefaenza/apps/48/autoplus.png +share/icons/matefaenza/apps/48/avant-window-navigator.png +share/icons/matefaenza/apps/48/awn-settings.png +share/icons/matefaenza/apps/48/ax-applet.png +share/icons/matefaenza/apps/48/background.png +share/icons/matefaenza/apps/48/badge-small.png +share/icons/matefaenza/apps/48/banshee-1.png +share/icons/matefaenza/apps/48/banshee.png +share/icons/matefaenza/apps/48/baobab.png +share/icons/matefaenza/apps/48/bash.png +share/icons/matefaenza/apps/48/bazaar.png +share/icons/matefaenza/apps/48/bleachbit.png +share/icons/matefaenza/apps/48/blender.png +share/icons/matefaenza/apps/48/bluefish-icon.png +share/icons/matefaenza/apps/48/bluefish.png +share/icons/matefaenza/apps/48/bluefish.xpm +share/icons/matefaenza/apps/48/bluegriffon.png +share/icons/matefaenza/apps/48/blueman.png +share/icons/matefaenza/apps/48/blueradio-48.png +share/icons/matefaenza/apps/48/blueradio.png +share/icons/matefaenza/apps/48/bluetooth-48.png +share/icons/matefaenza/apps/48/bluetooth.png +share/icons/matefaenza/apps/48/bluetoothradio.png +share/icons/matefaenza/apps/48/boot.png +share/icons/matefaenza/apps/48/brasero.png +share/icons/matefaenza/apps/48/browser-help.png +share/icons/matefaenza/apps/48/browser.png +share/icons/matefaenza/apps/48/browser.xpm +share/icons/matefaenza/apps/48/bt-logo.png +share/icons/matefaenza/apps/48/bug-buddy.png +share/icons/matefaenza/apps/48/bzr-explorer.png +share/icons/matefaenza/apps/48/c128.png +share/icons/matefaenza/apps/48/c610.png +share/icons/matefaenza/apps/48/c64.png +share/icons/matefaenza/apps/48/caffeine.png +share/icons/matefaenza/apps/48/cairo-clock.png +share/icons/matefaenza/apps/48/calc.png +share/icons/matefaenza/apps/48/catfish.png +share/icons/matefaenza/apps/48/ccc_large.png +share/icons/matefaenza/apps/48/ccc_large.xpm +share/icons/matefaenza/apps/48/ccsm.png +share/icons/matefaenza/apps/48/checkbox.png +share/icons/matefaenza/apps/48/checkgmail.png +share/icons/matefaenza/apps/48/cheese.png +share/icons/matefaenza/apps/48/chromium-browser.png +share/icons/matefaenza/apps/48/chromium-browser2.png +share/icons/matefaenza/apps/48/chromium.png +share/icons/matefaenza/apps/48/claws-mail.png +share/icons/matefaenza/apps/48/clementine.png +share/icons/matefaenza/apps/48/clock.png +share/icons/matefaenza/apps/48/clocks.png +share/icons/matefaenza/apps/48/codeblocks.png +share/icons/matefaenza/apps/48/comix.png +share/icons/matefaenza/apps/48/computerjanitor.png +share/icons/matefaenza/apps/48/config-date.png +share/icons/matefaenza/apps/48/config-language.png +share/icons/matefaenza/apps/48/config-users.png +share/icons/matefaenza/apps/48/confity.png +share/icons/matefaenza/apps/48/control-center2.png +share/icons/matefaenza/apps/48/control-center2.xpm +share/icons/matefaenza/apps/48/covergloobus.png +share/icons/matefaenza/apps/48/credentials-preferences.png +share/icons/matefaenza/apps/48/cryptkeeper.png +share/icons/matefaenza/apps/48/cups.png +share/icons/matefaenza/apps/48/dc++.png +share/icons/matefaenza/apps/48/dconf-editor.png +share/icons/matefaenza/apps/48/deadbeef.png +share/icons/matefaenza/apps/48/defcon.png +share/icons/matefaenza/apps/48/deja-dup.png +share/icons/matefaenza/apps/48/deluge-torrent.png +share/icons/matefaenza/apps/48/deluge.png +share/icons/matefaenza/apps/48/designer.png +share/icons/matefaenza/apps/48/desktop-effects.png +share/icons/matefaenza/apps/48/desura.png +share/icons/matefaenza/apps/48/devede.png +share/icons/matefaenza/apps/48/devhelp.png +share/icons/matefaenza/apps/48/dia.png +share/icons/matefaenza/apps/48/display-capplet.png +share/icons/matefaenza/apps/48/display.im6.png +share/icons/matefaenza/apps/48/docky.png +share/icons/matefaenza/apps/48/dolphin.png +share/icons/matefaenza/apps/48/dosbox.png +share/icons/matefaenza/apps/48/drakconf.png +share/icons/matefaenza/apps/48/drakmenustyle.png +share/icons/matefaenza/apps/48/drakstats.png +share/icons/matefaenza/apps/48/dropbox.png +share/icons/matefaenza/apps/48/dvdrip.png +share/icons/matefaenza/apps/48/eagle.png +share/icons/matefaenza/apps/48/easylife.png +share/icons/matefaenza/apps/48/easytag.png +share/icons/matefaenza/apps/48/eclipse.png +share/icons/matefaenza/apps/48/edit-urpm-sources.png +share/icons/matefaenza/apps/48/eekboard.png +share/icons/matefaenza/apps/48/ejecter.png +share/icons/matefaenza/apps/48/ekiga.png +share/icons/matefaenza/apps/48/emacs.png +share/icons/matefaenza/apps/48/emacs23.png +share/icons/matefaenza/apps/48/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/48/emerillon.png +share/icons/matefaenza/apps/48/emesene.png +share/icons/matefaenza/apps/48/empathy.png +share/icons/matefaenza/apps/48/engrampa.png +share/icons/matefaenza/apps/48/eog.png +share/icons/matefaenza/apps/48/eom.png +share/icons/matefaenza/apps/48/evernote.png +share/icons/matefaenza/apps/48/evince.png +share/icons/matefaenza/apps/48/evolution-calendar.png +share/icons/matefaenza/apps/48/evolution-mail.png +share/icons/matefaenza/apps/48/evolution-memos.png +share/icons/matefaenza/apps/48/evolution-tasks.png +share/icons/matefaenza/apps/48/evolution.png +share/icons/matefaenza/apps/48/exaile.png +share/icons/matefaenza/apps/48/f-spot.png +share/icons/matefaenza/apps/48/facebook.png +share/icons/matefaenza/apps/48/fedora-release-notes.png +share/icons/matefaenza/apps/48/fightgear.png +share/icons/matefaenza/apps/48/file-manager.png +share/icons/matefaenza/apps/48/file-roller.png +share/icons/matefaenza/apps/48/filezilla.png +share/icons/matefaenza/apps/48/firefox-3.0.png +share/icons/matefaenza/apps/48/firefox-3.5.png +share/icons/matefaenza/apps/48/firefox-4.0.png +share/icons/matefaenza/apps/48/firefox-original.png +share/icons/matefaenza/apps/48/firefox.png +share/icons/matefaenza/apps/48/firestarter.png +share/icons/matefaenza/apps/48/flash-player-properties.png +share/icons/matefaenza/apps/48/flash.png +share/icons/matefaenza/apps/48/flashplayer.png +share/icons/matefaenza/apps/48/flegita.png +share/icons/matefaenza/apps/48/flickr.png +share/icons/matefaenza/apps/48/flightgear.xpm +share/icons/matefaenza/apps/48/fontforge.png +share/icons/matefaenza/apps/48/fontmatrix.png +share/icons/matefaenza/apps/48/fonts.png +share/icons/matefaenza/apps/48/fontypython.png +share/icons/matefaenza/apps/48/freetuxtv.png +share/icons/matefaenza/apps/48/fretsonfire.png +share/icons/matefaenza/apps/48/frostwire.png +share/icons/matefaenza/apps/48/frozen-bubble-icon-48x48.png +share/icons/matefaenza/apps/48/frozen-bubble.png +share/icons/matefaenza/apps/48/fusion-icon.png +share/icons/matefaenza/apps/48/gajim.png +share/icons/matefaenza/apps/48/galculator.png +share/icons/matefaenza/apps/48/gazpacho-icon.png +share/icons/matefaenza/apps/48/gazpacho.png +share/icons/matefaenza/apps/48/gbrainy.png +share/icons/matefaenza/apps/48/gcolor2.png +share/icons/matefaenza/apps/48/gcolor2.xpm +share/icons/matefaenza/apps/48/gconf-editor.png +share/icons/matefaenza/apps/48/gconfeditor.png +share/icons/matefaenza/apps/48/gcstar.png +share/icons/matefaenza/apps/48/gdeb.png +share/icons/matefaenza/apps/48/gdebi.png +share/icons/matefaenza/apps/48/gdm-setup.png +share/icons/matefaenza/apps/48/gdm-xnest.png +share/icons/matefaenza/apps/48/gdm.png +share/icons/matefaenza/apps/48/geany.png +share/icons/matefaenza/apps/48/geogebra.png +share/icons/matefaenza/apps/48/gespeaker.png +share/icons/matefaenza/apps/48/ghex.png +share/icons/matefaenza/apps/48/giggle.png +share/icons/matefaenza/apps/48/gimp.png +share/icons/matefaenza/apps/48/git-cola.png +share/icons/matefaenza/apps/48/git.png +share/icons/matefaenza/apps/48/gkdebconf-icon.png +share/icons/matefaenza/apps/48/gkdebconf.png +share/icons/matefaenza/apps/48/gksu-debian.png +share/icons/matefaenza/apps/48/gksu-root-terminal.png +share/icons/matefaenza/apps/48/glade-3.png +share/icons/matefaenza/apps/48/glade.png +share/icons/matefaenza/apps/48/glippy.png +share/icons/matefaenza/apps/48/gloobus-preview.png +share/icons/matefaenza/apps/48/gloobus.png +share/icons/matefaenza/apps/48/gmail.png +share/icons/matefaenza/apps/48/gmailwatcher.png +share/icons/matefaenza/apps/48/gmameui.png +share/icons/matefaenza/apps/48/gmdb2.png +share/icons/matefaenza/apps/48/gmusicbrowser.png +share/icons/matefaenza/apps/48/gnochm.png +share/icons/matefaenza/apps/48/gnome-about-logo.png +share/icons/matefaenza/apps/48/gnome-activity-journal.png +share/icons/matefaenza/apps/48/gnome-activity-journal.xpm +share/icons/matefaenza/apps/48/gnome-aisleriot.png +share/icons/matefaenza/apps/48/gnome-app-install.png +share/icons/matefaenza/apps/48/gnome-apt.png +share/icons/matefaenza/apps/48/gnome-audio.png +share/icons/matefaenza/apps/48/gnome-calculator.png +share/icons/matefaenza/apps/48/gnome-calendar.png +share/icons/matefaenza/apps/48/gnome-character-map.png +share/icons/matefaenza/apps/48/gnome-contacts.png +share/icons/matefaenza/apps/48/gnome-desktop-config.png +share/icons/matefaenza/apps/48/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/48/gnome-device-manager.png +share/icons/matefaenza/apps/48/gnome-dictionary.png +share/icons/matefaenza/apps/48/gnome-disks.png +share/icons/matefaenza/apps/48/gnome-display-properties.png +share/icons/matefaenza/apps/48/gnome-do.png +share/icons/matefaenza/apps/48/gnome-documents.png +share/icons/matefaenza/apps/48/gnome-eterm.png +share/icons/matefaenza/apps/48/gnome-freecell.png +share/icons/matefaenza/apps/48/gnome-glchess.png +share/icons/matefaenza/apps/48/gnome-glines.png +share/icons/matefaenza/apps/48/gnome-gmenu.png +share/icons/matefaenza/apps/48/gnome-gnect.png +share/icons/matefaenza/apps/48/gnome-gnibbles.png +share/icons/matefaenza/apps/48/gnome-help.png +share/icons/matefaenza/apps/48/gnome-iagno.png +share/icons/matefaenza/apps/48/gnome-info.png +share/icons/matefaenza/apps/48/gnome-klotski.png +share/icons/matefaenza/apps/48/gnome-lightsoff.png +share/icons/matefaenza/apps/48/gnome-log-out.png +share/icons/matefaenza/apps/48/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/48/gnome-logout.png +share/icons/matefaenza/apps/48/gnome-mahjongg.png +share/icons/matefaenza/apps/48/gnome-mines.png +share/icons/matefaenza/apps/48/gnome-monitor.png +share/icons/matefaenza/apps/48/gnome-mplayer.png +share/icons/matefaenza/apps/48/gnome-nettool.png +share/icons/matefaenza/apps/48/gnome-network-properties.png +share/icons/matefaenza/apps/48/gnome-networktool.png +share/icons/matefaenza/apps/48/gnome-note.png +share/icons/matefaenza/apps/48/gnome-package.png +share/icons/matefaenza/apps/48/gnome-panel-clock.png +share/icons/matefaenza/apps/48/gnome-panel-launcher.png +share/icons/matefaenza/apps/48/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/48/gnome-panel.png +share/icons/matefaenza/apps/48/gnome-power-manager.png +share/icons/matefaenza/apps/48/gnome-power-statistics.png +share/icons/matefaenza/apps/48/gnome-quadrapassel.png +share/icons/matefaenza/apps/48/gnome-remote-desktop.png +share/icons/matefaenza/apps/48/gnome-robots.png +share/icons/matefaenza/apps/48/gnome-samegnome.png +share/icons/matefaenza/apps/48/gnome-screenshot.png +share/icons/matefaenza/apps/48/gnome-session-halt.png +share/icons/matefaenza/apps/48/gnome-session-hibernate.png +share/icons/matefaenza/apps/48/gnome-session-logout.png +share/icons/matefaenza/apps/48/gnome-session-reboot.png +share/icons/matefaenza/apps/48/gnome-session-sleep.png +share/icons/matefaenza/apps/48/gnome-session-suspend.png +share/icons/matefaenza/apps/48/gnome-session-switch.png +share/icons/matefaenza/apps/48/gnome-session.png +share/icons/matefaenza/apps/48/gnome-set-time.png +share/icons/matefaenza/apps/48/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/48/gnome-settings-background.png +share/icons/matefaenza/apps/48/gnome-settings-default-applications.png +share/icons/matefaenza/apps/48/gnome-settings-font.png +share/icons/matefaenza/apps/48/gnome-settings-sound.png +share/icons/matefaenza/apps/48/gnome-settings-theme.png +share/icons/matefaenza/apps/48/gnome-shutdown.png +share/icons/matefaenza/apps/48/gnome-sound-properties.png +share/icons/matefaenza/apps/48/gnome-sound-recorder.png +share/icons/matefaenza/apps/48/gnome-status.png +share/icons/matefaenza/apps/48/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/48/gnome-sudoku.png +share/icons/matefaenza/apps/48/gnome-swell-foop.png +share/icons/matefaenza/apps/48/gnome-system-monitor.png +share/icons/matefaenza/apps/48/gnome-tali.png +share/icons/matefaenza/apps/48/gnome-term.png +share/icons/matefaenza/apps/48/gnome-term.xpm +share/icons/matefaenza/apps/48/gnome-terminal.png +share/icons/matefaenza/apps/48/gnome-terminal.xpm +share/icons/matefaenza/apps/48/gnome-tetravex.png +share/icons/matefaenza/apps/48/gnome-translate.png +share/icons/matefaenza/apps/48/gnome-unknown.png +share/icons/matefaenza/apps/48/gnome-volume-control.png +share/icons/matefaenza/apps/48/gnome-web-browser.png +share/icons/matefaenza/apps/48/gnome-window-manager.png +share/icons/matefaenza/apps/48/gnome-word.png +share/icons/matefaenza/apps/48/gnome-xterm.png +share/icons/matefaenza/apps/48/gnomeradio.png +share/icons/matefaenza/apps/48/gnomine.png +share/icons/matefaenza/apps/48/gnote.png +share/icons/matefaenza/apps/48/gnucash-icon.png +share/icons/matefaenza/apps/48/gnumeric.png +share/icons/matefaenza/apps/48/goa-account-facebook.png +share/icons/matefaenza/apps/48/goa-account-google.png +share/icons/matefaenza/apps/48/goa-account-twitter.png +share/icons/matefaenza/apps/48/goa-account-yahoo.png +share/icons/matefaenza/apps/48/goa-account.png +share/icons/matefaenza/apps/48/goa-panel.png +share/icons/matefaenza/apps/48/gobby-0.5.png +share/icons/matefaenza/apps/48/gobby.png +share/icons/matefaenza/apps/48/goldendict.png +share/icons/matefaenza/apps/48/google-chrome-unstable.png +share/icons/matefaenza/apps/48/google-chrome.png +share/icons/matefaenza/apps/48/google-chrome2.png +share/icons/matefaenza/apps/48/google-earth.png +share/icons/matefaenza/apps/48/google-plus.png +share/icons/matefaenza/apps/48/google.png +share/icons/matefaenza/apps/48/google.xpm +share/icons/matefaenza/apps/48/googleearth.png +share/icons/matefaenza/apps/48/googleearth.xpm +share/icons/matefaenza/apps/48/googlemusicframe.png +share/icons/matefaenza/apps/48/googleplus.png +share/icons/matefaenza/apps/48/gparted.png +share/icons/matefaenza/apps/48/gpicview.png +share/icons/matefaenza/apps/48/gpk-prefs.png +share/icons/matefaenza/apps/48/gpk-repo.png +share/icons/matefaenza/apps/48/gpodder.png +share/icons/matefaenza/apps/48/gresistor.png +share/icons/matefaenza/apps/48/griffith.png +share/icons/matefaenza/apps/48/grisbi.png +share/icons/matefaenza/apps/48/gtg.png +share/icons/matefaenza/apps/48/gthumb.png +share/icons/matefaenza/apps/48/gtk-help.png +share/icons/matefaenza/apps/48/gtk-info.png +share/icons/matefaenza/apps/48/gtk-recordmydesktop.png +share/icons/matefaenza/apps/48/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/48/gtwitter.png +share/icons/matefaenza/apps/48/guake-notification.png +share/icons/matefaenza/apps/48/guake-prefs.png +share/icons/matefaenza/apps/48/guake.png +share/icons/matefaenza/apps/48/guayadeque.png +share/icons/matefaenza/apps/48/gucharmap.png +share/icons/matefaenza/apps/48/gufw.png +share/icons/matefaenza/apps/48/gufw_menu.png +share/icons/matefaenza/apps/48/gunity.png +share/icons/matefaenza/apps/48/gvim.png +share/icons/matefaenza/apps/48/gwenview.png +share/icons/matefaenza/apps/48/gwibber.png +share/icons/matefaenza/apps/48/haguichi.png +share/icons/matefaenza/apps/48/hardinfo.png +share/icons/matefaenza/apps/48/hedgewars.png +share/icons/matefaenza/apps/48/help-browser.png +share/icons/matefaenza/apps/48/help.png +share/icons/matefaenza/apps/48/hi48-app-wireshark.png +share/icons/matefaenza/apps/48/homebank.png +share/icons/matefaenza/apps/48/hotwire.png +share/icons/matefaenza/apps/48/htop.png +share/icons/matefaenza/apps/48/hydrogen.png +share/icons/matefaenza/apps/48/ibus-setup.png +share/icons/matefaenza/apps/48/ibus.png +share/icons/matefaenza/apps/48/icedove.png +share/icons/matefaenza/apps/48/iceweasel.png +share/icons/matefaenza/apps/48/im-chooser.png +share/icons/matefaenza/apps/48/imagemagick.png +share/icons/matefaenza/apps/48/indicator-applet.png +share/icons/matefaenza/apps/48/indicator-weather.png +share/icons/matefaenza/apps/48/inkscape.png +share/icons/matefaenza/apps/48/internet-mail.png +share/icons/matefaenza/apps/48/internet-news-reader.png +share/icons/matefaenza/apps/48/internet-web-browser.png +share/icons/matefaenza/apps/48/itunes.png +share/icons/matefaenza/apps/48/jack-rack.png +share/icons/matefaenza/apps/48/jack.png +share/icons/matefaenza/apps/48/jackbeat.png +share/icons/matefaenza/apps/48/jackeq.png +share/icons/matefaenza/apps/48/jag.png +share/icons/matefaenza/apps/48/jag.xpm +share/icons/matefaenza/apps/48/jag_editor.png +share/icons/matefaenza/apps/48/jamin.png +share/icons/matefaenza/apps/48/jdownloader.png +share/icons/matefaenza/apps/48/jockey-kde.png +share/icons/matefaenza/apps/48/jockey.png +share/icons/matefaenza/apps/48/jokosher.png +share/icons/matefaenza/apps/48/k3b.png +share/icons/matefaenza/apps/48/kadu.png +share/icons/matefaenza/apps/48/kaffeine.png +share/icons/matefaenza/apps/48/kate.png +share/icons/matefaenza/apps/48/kcharselect.png +share/icons/matefaenza/apps/48/kcmkwm.png +share/icons/matefaenza/apps/48/kdenlive.png +share/icons/matefaenza/apps/48/kedit.png +share/icons/matefaenza/apps/48/keepassx.png +share/icons/matefaenza/apps/48/kentoo.png +share/icons/matefaenza/apps/48/key_bindings.png +share/icons/matefaenza/apps/48/keyring-manager.png +share/icons/matefaenza/apps/48/kflickr.png +share/icons/matefaenza/apps/48/kfm.png +share/icons/matefaenza/apps/48/khelpcenter.png +share/icons/matefaenza/apps/48/klavaro.png +share/icons/matefaenza/apps/48/kmail.png +share/icons/matefaenza/apps/48/kmousetool.png +share/icons/matefaenza/apps/48/kmplayer.png +share/icons/matefaenza/apps/48/knotes.png +share/icons/matefaenza/apps/48/kobo-icon.png +share/icons/matefaenza/apps/48/kobo-icon.xpm +share/icons/matefaenza/apps/48/kompozer.png +share/icons/matefaenza/apps/48/konsole.png +share/icons/matefaenza/apps/48/kopete.png +share/icons/matefaenza/apps/48/korganizer.png +share/icons/matefaenza/apps/48/kpackage.png +share/icons/matefaenza/apps/48/kplayer.png +share/icons/matefaenza/apps/48/kradio.png +share/icons/matefaenza/apps/48/kradio4.png +share/icons/matefaenza/apps/48/kscreensaver.png +share/icons/matefaenza/apps/48/ksnapshot.png +share/icons/matefaenza/apps/48/ksysguard.png +share/icons/matefaenza/apps/48/ktorrent.png +share/icons/matefaenza/apps/48/ktouch.png +share/icons/matefaenza/apps/48/kupfer.png +share/icons/matefaenza/apps/48/kuser.png +share/icons/matefaenza/apps/48/kwin.png +share/icons/matefaenza/apps/48/kynpatic.png +share/icons/matefaenza/apps/48/last-fm.png +share/icons/matefaenza/apps/48/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/48/lastfm.png +share/icons/matefaenza/apps/48/leafpad.png +share/icons/matefaenza/apps/48/library-internet-radio.png +share/icons/matefaenza/apps/48/library-podcast.png +share/icons/matefaenza/apps/48/libreoffice-base.png +share/icons/matefaenza/apps/48/libreoffice-calc.png +share/icons/matefaenza/apps/48/libreoffice-draw.png +share/icons/matefaenza/apps/48/libreoffice-impress.png +share/icons/matefaenza/apps/48/libreoffice-main.png +share/icons/matefaenza/apps/48/libreoffice-math.png +share/icons/matefaenza/apps/48/libreoffice-printeradmin.png +share/icons/matefaenza/apps/48/libreoffice-startcenter.png +share/icons/matefaenza/apps/48/libreoffice-template.png +share/icons/matefaenza/apps/48/libreoffice-writer.png +share/icons/matefaenza/apps/48/libreoffice3-base.png +share/icons/matefaenza/apps/48/libreoffice3-calc.png +share/icons/matefaenza/apps/48/libreoffice3-draw.png +share/icons/matefaenza/apps/48/libreoffice3-impress.png +share/icons/matefaenza/apps/48/libreoffice3-math.png +share/icons/matefaenza/apps/48/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/48/libreoffice3-startcenter.png +share/icons/matefaenza/apps/48/libreoffice3-template.png +share/icons/matefaenza/apps/48/libreoffice3-writer.png +share/icons/matefaenza/apps/48/libreoffice34-base.png +share/icons/matefaenza/apps/48/libreoffice34-calc.png +share/icons/matefaenza/apps/48/libreoffice34-draw.png +share/icons/matefaenza/apps/48/libreoffice34-impress.png +share/icons/matefaenza/apps/48/libreoffice34-math.png +share/icons/matefaenza/apps/48/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/48/libreoffice34-startcenter.png +share/icons/matefaenza/apps/48/libreoffice34-template.png +share/icons/matefaenza/apps/48/libreoffice34-writer.png +share/icons/matefaenza/apps/48/lifeograph.png +share/icons/matefaenza/apps/48/liferea.png +share/icons/matefaenza/apps/48/linguist.png +share/icons/matefaenza/apps/48/locale.png +share/icons/matefaenza/apps/48/logview.png +share/icons/matefaenza/apps/48/logviewer.png +share/icons/matefaenza/apps/48/love.png +share/icons/matefaenza/apps/48/lugaru-hd.png +share/icons/matefaenza/apps/48/lxterminal.png +share/icons/matefaenza/apps/48/machinarium.png +share/icons/matefaenza/apps/48/mahjongg.png +share/icons/matefaenza/apps/48/mail-notification.png +share/icons/matefaenza/apps/48/mailnag.png +share/icons/matefaenza/apps/48/mame.png +share/icons/matefaenza/apps/48/mame.xpm +share/icons/matefaenza/apps/48/mandrivaupdate.png +share/icons/matefaenza/apps/48/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/48/mate-desktop-item-edit.png +share/icons/matefaenza/apps/48/mate-eyes-applet.png +share/icons/matefaenza/apps/48/mate-netspeed-applet.png +share/icons/matefaenza/apps/48/mate-network-properties.png +share/icons/matefaenza/apps/48/mate-notification-properties.png +share/icons/matefaenza/apps/48/mate-panel-clock.png +share/icons/matefaenza/apps/48/mate-panel-launcher.png +share/icons/matefaenza/apps/48/mate-panel-notification-area.png +share/icons/matefaenza/apps/48/mate-panel-window-list.png +share/icons/matefaenza/apps/48/mate-panel-window-menu.png +share/icons/matefaenza/apps/48/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/48/mate-panel.png +share/icons/matefaenza/apps/48/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/48/mate-sensors-applet.png +share/icons/matefaenza/apps/48/mate-session-properties.png +share/icons/matefaenza/apps/48/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/48/mateconf-editor.png +share/icons/matefaenza/apps/48/me-tv.png +share/icons/matefaenza/apps/48/media-player-banshee.png +share/icons/matefaenza/apps/48/meld.png +share/icons/matefaenza/apps/48/memaker.png +share/icons/matefaenza/apps/48/mendeley.png +share/icons/matefaenza/apps/48/mendeleydesktop.png +share/icons/matefaenza/apps/48/menu-editor.png +share/icons/matefaenza/apps/48/midori.png +share/icons/matefaenza/apps/48/minecraft.png +share/icons/matefaenza/apps/48/minitube.png +share/icons/matefaenza/apps/48/minitunes.png +share/icons/matefaenza/apps/48/miro-guide-source.png +share/icons/matefaenza/apps/48/miro.png +share/icons/matefaenza/apps/48/mitter.png +share/icons/matefaenza/apps/48/mm.png +share/icons/matefaenza/apps/48/monodevelop.png +share/icons/matefaenza/apps/48/monodoc-browser.png +share/icons/matefaenza/apps/48/mousepad.png +share/icons/matefaenza/apps/48/mozilla-firefox.png +share/icons/matefaenza/apps/48/mozilla-thunderbird.png +share/icons/matefaenza/apps/48/mozo.png +share/icons/matefaenza/apps/48/mplayer.png +share/icons/matefaenza/apps/48/msd-xrandr.png +share/icons/matefaenza/apps/48/mtpaint.png +share/icons/matefaenza/apps/48/multimedia-volume-control.png +share/icons/matefaenza/apps/48/mumble.png +share/icons/matefaenza/apps/48/musescore.png +share/icons/matefaenza/apps/48/mypaint.png +share/icons/matefaenza/apps/48/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/48/nautilus-actions.png +share/icons/matefaenza/apps/48/nautilus-cd-burner.png +share/icons/matefaenza/apps/48/nautilus.png +share/icons/matefaenza/apps/48/netbeans.png +share/icons/matefaenza/apps/48/nexuiz-48x48.png +share/icons/matefaenza/apps/48/nexuiz.png +share/icons/matefaenza/apps/48/nexuiz.xpm +share/icons/matefaenza/apps/48/nixnote.png +share/icons/matefaenza/apps/48/numptyphysics.png +share/icons/matefaenza/apps/48/nvidia-current-settings.png +share/icons/matefaenza/apps/48/nvidia-settings.png +share/icons/matefaenza/apps/48/office-address-book.png +share/icons/matefaenza/apps/48/office-calendar.png +share/icons/matefaenza/apps/48/office-date.png +share/icons/matefaenza/apps/48/office-writer.png +share/icons/matefaenza/apps/48/oggconvert.png +share/icons/matefaenza/apps/48/omgwords.png +share/icons/matefaenza/apps/48/onboard.png +share/icons/matefaenza/apps/48/ooo-base.png +share/icons/matefaenza/apps/48/ooo-base3.0.png +share/icons/matefaenza/apps/48/ooo-calc.png +share/icons/matefaenza/apps/48/ooo-calc2.png +share/icons/matefaenza/apps/48/ooo-calc24.png +share/icons/matefaenza/apps/48/ooo-calc3.0.png +share/icons/matefaenza/apps/48/ooo-draw.png +share/icons/matefaenza/apps/48/ooo-draw3.0.png +share/icons/matefaenza/apps/48/ooo-impress.png +share/icons/matefaenza/apps/48/ooo-impress2.png +share/icons/matefaenza/apps/48/ooo-impress24.png +share/icons/matefaenza/apps/48/ooo-impress3.0.png +share/icons/matefaenza/apps/48/ooo-math.png +share/icons/matefaenza/apps/48/ooo-math3.0.png +share/icons/matefaenza/apps/48/ooo-printeradmin.png +share/icons/matefaenza/apps/48/ooo-template.png +share/icons/matefaenza/apps/48/ooo-template3.0.png +share/icons/matefaenza/apps/48/ooo-writer.png +share/icons/matefaenza/apps/48/ooo-writer2.png +share/icons/matefaenza/apps/48/ooo-writer24.png +share/icons/matefaenza/apps/48/ooo-writer3.0.png +share/icons/matefaenza/apps/48/openarena.png +share/icons/matefaenza/apps/48/openbravo-erp.png +share/icons/matefaenza/apps/48/openerp-client.png +share/icons/matefaenza/apps/48/openjdk-6.png +share/icons/matefaenza/apps/48/openjdk-7.png +share/icons/matefaenza/apps/48/openofficeorg-base.png +share/icons/matefaenza/apps/48/openofficeorg-calc.png +share/icons/matefaenza/apps/48/openofficeorg-draw.png +share/icons/matefaenza/apps/48/openofficeorg-impress.png +share/icons/matefaenza/apps/48/openofficeorg-math.png +share/icons/matefaenza/apps/48/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/48/openofficeorg-template.png +share/icons/matefaenza/apps/48/openofficeorg-writer.png +share/icons/matefaenza/apps/48/openofficeorg24-calc.png +share/icons/matefaenza/apps/48/openofficeorg24-impress.png +share/icons/matefaenza/apps/48/openofficeorg24-writer.png +share/icons/matefaenza/apps/48/openofficeorg3-base.png +share/icons/matefaenza/apps/48/openofficeorg3-calc.png +share/icons/matefaenza/apps/48/openofficeorg3-draw.png +share/icons/matefaenza/apps/48/openofficeorg3-impress.png +share/icons/matefaenza/apps/48/openofficeorg3-math.png +share/icons/matefaenza/apps/48/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/48/openofficeorg3-template.png +share/icons/matefaenza/apps/48/openofficeorg3-writer.png +share/icons/matefaenza/apps/48/openofficeorg3.0-base.png +share/icons/matefaenza/apps/48/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/48/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/48/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/48/openofficeorg3.0-math.png +share/icons/matefaenza/apps/48/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/48/openofficeorg3.0-template.png +share/icons/matefaenza/apps/48/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/48/openshot.png +share/icons/matefaenza/apps/48/openterm.png +share/icons/matefaenza/apps/48/openttd.png +share/icons/matefaenza/apps/48/opera-browser.png +share/icons/matefaenza/apps/48/opera-browser.xpm +share/icons/matefaenza/apps/48/opera-widget-manager.png +share/icons/matefaenza/apps/48/opera-widget.png +share/icons/matefaenza/apps/48/opera.png +share/icons/matefaenza/apps/48/opera.xpm +share/icons/matefaenza/apps/48/orca.png +share/icons/matefaenza/apps/48/oregano.png +share/icons/matefaenza/apps/48/package-manager-icon.png +share/icons/matefaenza/apps/48/palimpsest.png +share/icons/matefaenza/apps/48/paprefs.png +share/icons/matefaenza/apps/48/parole.png +share/icons/matefaenza/apps/48/partner.png +share/icons/matefaenza/apps/48/password.png +share/icons/matefaenza/apps/48/pdfmod.png +share/icons/matefaenza/apps/48/pet.png +share/icons/matefaenza/apps/48/phatch-inspector.png +share/icons/matefaenza/apps/48/phatch.png +share/icons/matefaenza/apps/48/picasa-fontcfg.png +share/icons/matefaenza/apps/48/picasa-fontcfg.xpm +share/icons/matefaenza/apps/48/picasa.png +share/icons/matefaenza/apps/48/picasa.xpm +share/icons/matefaenza/apps/48/picasa32x32.png +share/icons/matefaenza/apps/48/pidgin.png +share/icons/matefaenza/apps/48/pingus.png +share/icons/matefaenza/apps/48/pino.png +share/icons/matefaenza/apps/48/pinus.xpm +share/icons/matefaenza/apps/48/pirut.png +share/icons/matefaenza/apps/48/pithos.png +share/icons/matefaenza/apps/48/pitivi.png +share/icons/matefaenza/apps/48/pk-package-sources.png +share/icons/matefaenza/apps/48/plan.png +share/icons/matefaenza/apps/48/playitslowly.png +share/icons/matefaenza/apps/48/playonlinux.png +share/icons/matefaenza/apps/48/plus4.png +share/icons/matefaenza/apps/48/podcast.png +share/icons/matefaenza/apps/48/poedit.png +share/icons/matefaenza/apps/48/porthole.png +share/icons/matefaenza/apps/48/postr.png +share/icons/matefaenza/apps/48/ppa.png +share/icons/matefaenza/apps/48/preferences-color.png +share/icons/matefaenza/apps/48/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/48/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/48/preferences-desktop-display.png +share/icons/matefaenza/apps/48/preferences-desktop-font.png +share/icons/matefaenza/apps/48/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/48/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/48/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/48/preferences-desktop-locale.png +share/icons/matefaenza/apps/48/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/48/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/48/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/48/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/48/preferences-desktop-sound.png +share/icons/matefaenza/apps/48/preferences-desktop-theme.png +share/icons/matefaenza/apps/48/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/48/preferences-management-service.png +share/icons/matefaenza/apps/48/preferences-sound.png +share/icons/matefaenza/apps/48/preferences-system-bluetooth.png +share/icons/matefaenza/apps/48/preferences-system-firewall.png +share/icons/matefaenza/apps/48/preferences-system-network.png +share/icons/matefaenza/apps/48/preferences-system-time.png +share/icons/matefaenza/apps/48/preferences-system-windows.png +share/icons/matefaenza/apps/48/pup.png +share/icons/matefaenza/apps/48/pychess.png +share/icons/matefaenza/apps/48/pyneighborhood_48x48.png +share/icons/matefaenza/apps/48/q4wine.png +share/icons/matefaenza/apps/48/qgit.png +share/icons/matefaenza/apps/48/qjackctl.png +share/icons/matefaenza/apps/48/qtassistant.png +share/icons/matefaenza/apps/48/qtconfig-qt4.png +share/icons/matefaenza/apps/48/qtcreator.png +share/icons/matefaenza/apps/48/qtcreator_logo_32.png +share/icons/matefaenza/apps/48/qtdesigner.png +share/icons/matefaenza/apps/48/qtlinguist.png +share/icons/matefaenza/apps/48/quake.png +share/icons/matefaenza/apps/48/quake2.png +share/icons/matefaenza/apps/48/quake3.png +share/icons/matefaenza/apps/48/quake4.png +share/icons/matefaenza/apps/48/qucs.png +share/icons/matefaenza/apps/48/radio.png +share/icons/matefaenza/apps/48/radiotray.png +share/icons/matefaenza/apps/48/rclock.png +share/icons/matefaenza/apps/48/redhat-filemanager.png +share/icons/matefaenza/apps/48/redhat-server_settings.png +share/icons/matefaenza/apps/48/redhat-tools.png +share/icons/matefaenza/apps/48/redhat-web-browser.png +share/icons/matefaenza/apps/48/remmina.png +share/icons/matefaenza/apps/48/revelation.png +share/icons/matefaenza/apps/48/revenge.png +share/icons/matefaenza/apps/48/rhythmbox.png +share/icons/matefaenza/apps/48/ristretto.png +share/icons/matefaenza/apps/48/rosegarden.png +share/icons/matefaenza/apps/48/rpmdrake.png +share/icons/matefaenza/apps/48/rssowl.png +share/icons/matefaenza/apps/48/sauerbraten.png +share/icons/matefaenza/apps/48/sauerbraten.xpm +share/icons/matefaenza/apps/48/screenie-qt.png +share/icons/matefaenza/apps/48/screenie.png +share/icons/matefaenza/apps/48/screenruler-icon.png +share/icons/matefaenza/apps/48/screenruler.png +share/icons/matefaenza/apps/48/screensaver.png +share/icons/matefaenza/apps/48/scribes.png +share/icons/matefaenza/apps/48/scribus.png +share/icons/matefaenza/apps/48/seahorse-preferences.png +share/icons/matefaenza/apps/48/seahorse.png +share/icons/matefaenza/apps/48/seamonkey.png +share/icons/matefaenza/apps/48/session-properties.png +share/icons/matefaenza/apps/48/setroubleshoot_icon.png +share/icons/matefaenza/apps/48/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/48/shares.png +share/icons/matefaenza/apps/48/shotwell.png +share/icons/matefaenza/apps/48/shutter.png +share/icons/matefaenza/apps/48/simple-ccsm.png +share/icons/matefaenza/apps/48/skype.png +share/icons/matefaenza/apps/48/sleep.png +share/icons/matefaenza/apps/48/slingshot.png +share/icons/matefaenza/apps/48/smc.png +share/icons/matefaenza/apps/48/smplayer.png +share/icons/matefaenza/apps/48/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/48/software-properties.png +share/icons/matefaenza/apps/48/softwarecenter-debian.png +share/icons/matefaenza/apps/48/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/48/softwarecenter.png +share/icons/matefaenza/apps/48/sound-juicer.png +share/icons/matefaenza/apps/48/soundconverter.png +share/icons/matefaenza/apps/48/speedcrunch.png +share/icons/matefaenza/apps/48/spotify-linux-48x48.png +share/icons/matefaenza/apps/48/spotify-linux-512x512.png +share/icons/matefaenza/apps/48/spotify.png +share/icons/matefaenza/apps/48/sqlitebrowser.png +share/icons/matefaenza/apps/48/stardict.png +share/icons/matefaenza/apps/48/startupmanager.png +share/icons/matefaenza/apps/48/steam.png +share/icons/matefaenza/apps/48/steampowered.png +share/icons/matefaenza/apps/48/stellarium.png +share/icons/matefaenza/apps/48/sticky-notes.png +share/icons/matefaenza/apps/48/stock_alarm.png +share/icons/matefaenza/apps/48/stock_calendar.png +share/icons/matefaenza/apps/48/stock_help.png +share/icons/matefaenza/apps/48/stock_insert-note.png +share/icons/matefaenza/apps/48/stock_keyring.png +share/icons/matefaenza/apps/48/stock_notes.png +share/icons/matefaenza/apps/48/stock_task.png +share/icons/matefaenza/apps/48/stock_unknown.png +share/icons/matefaenza/apps/48/stock_view-details.png +share/icons/matefaenza/apps/48/style.png +share/icons/matefaenza/apps/48/sun-java.png +share/icons/matefaenza/apps/48/sun-java6.png +share/icons/matefaenza/apps/48/sun-java7.png +share/icons/matefaenza/apps/48/sun-javaws.png +share/icons/matefaenza/apps/48/sun-jcontrol.png +share/icons/matefaenza/apps/48/supertux.png +share/icons/matefaenza/apps/48/supertuxkart.png +share/icons/matefaenza/apps/48/supertuxkart.xpm +share/icons/matefaenza/apps/48/susehelpcenter.png +share/icons/matefaenza/apps/48/susers.png +share/icons/matefaenza/apps/48/sylpheed.png +share/icons/matefaenza/apps/48/synapse.png +share/icons/matefaenza/apps/48/synaptic.png +share/icons/matefaenza/apps/48/synfig.png +share/icons/matefaenza/apps/48/sysprof-icon.png +share/icons/matefaenza/apps/48/system-config-authentication.png +share/icons/matefaenza/apps/48/system-config-date.png +share/icons/matefaenza/apps/48/system-config-displayca.png +share/icons/matefaenza/apps/48/system-config-users.png +share/icons/matefaenza/apps/48/system-file-manager.png +share/icons/matefaenza/apps/48/system-hibernate.png +share/icons/matefaenza/apps/48/system-installer.png +share/icons/matefaenza/apps/48/system-restart.png +share/icons/matefaenza/apps/48/system-shut-down.png +share/icons/matefaenza/apps/48/system-software-install.png +share/icons/matefaenza/apps/48/system-software-installer.png +share/icons/matefaenza/apps/48/system-software-update.png +share/icons/matefaenza/apps/48/system-suspend-hibernate.png +share/icons/matefaenza/apps/48/system-suspend.png +share/icons/matefaenza/apps/48/system-switch-java.png +share/icons/matefaenza/apps/48/system-switch-user.png +share/icons/matefaenza/apps/48/system-users.png +share/icons/matefaenza/apps/48/teamviewer.png +share/icons/matefaenza/apps/48/teeworlds.png +share/icons/matefaenza/apps/48/telepathy.png +share/icons/matefaenza/apps/48/terminal.png +share/icons/matefaenza/apps/48/terminal.xpm +share/icons/matefaenza/apps/48/terminator.png +share/icons/matefaenza/apps/48/text-editor.png +share/icons/matefaenza/apps/48/the-board.png +share/icons/matefaenza/apps/48/thunar.png +share/icons/matefaenza/apps/48/thunderbird-icon.png +share/icons/matefaenza/apps/48/thunderbird.png +share/icons/matefaenza/apps/48/tilda.png +share/icons/matefaenza/apps/48/time-admin.png +share/icons/matefaenza/apps/48/time.png +share/icons/matefaenza/apps/48/timer-applet.png +share/icons/matefaenza/apps/48/tomboy-note.png +share/icons/matefaenza/apps/48/tomboy.png +share/icons/matefaenza/apps/48/torcs.png +share/icons/matefaenza/apps/48/torcs.xpm +share/icons/matefaenza/apps/48/totem.png +share/icons/matefaenza/apps/48/tracker.png +share/icons/matefaenza/apps/48/transmission.png +share/icons/matefaenza/apps/48/truecrypt.png +share/icons/matefaenza/apps/48/tsclient.png +share/icons/matefaenza/apps/48/tuxguitar.png +share/icons/matefaenza/apps/48/tvtime.png +share/icons/matefaenza/apps/48/twitter.png +share/icons/matefaenza/apps/48/twitux.png +share/icons/matefaenza/apps/48/ubuntu-tweak.png +share/icons/matefaenza/apps/48/ubuntuone-client.png +share/icons/matefaenza/apps/48/ubuntuone-installer.png +share/icons/matefaenza/apps/48/ubuntuone-music.png +share/icons/matefaenza/apps/48/ubuntuone.png +share/icons/matefaenza/apps/48/uck.png +share/icons/matefaenza/apps/48/ufw-frontends.png +share/icons/matefaenza/apps/48/un-reboot.png +share/icons/matefaenza/apps/48/unison-gtk.png +share/icons/matefaenza/apps/48/unreal-tournament.png +share/icons/matefaenza/apps/48/update-manager.png +share/icons/matefaenza/apps/48/update-notifier.png +share/icons/matefaenza/apps/48/urban-terror.png +share/icons/matefaenza/apps/48/usb-creator-gtk.png +share/icons/matefaenza/apps/48/usb-creator.png +share/icons/matefaenza/apps/48/user-info.png +share/icons/matefaenza/apps/48/user_auth.png +share/icons/matefaenza/apps/48/usermount.png +share/icons/matefaenza/apps/48/ut2004.png +share/icons/matefaenza/apps/48/utilities-file-archiver.png +share/icons/matefaenza/apps/48/utilities-log-viewer.png +share/icons/matefaenza/apps/48/utilities-system-monitor.png +share/icons/matefaenza/apps/48/utilities-terminal.png +share/icons/matefaenza/apps/48/varicad.png +share/icons/matefaenza/apps/48/vendetta-online.png +share/icons/matefaenza/apps/48/vic20.png +share/icons/matefaenza/apps/48/vim.png +share/icons/matefaenza/apps/48/vinagre.png +share/icons/matefaenza/apps/48/virtualbox-ose.png +share/icons/matefaenza/apps/48/virtualbox.png +share/icons/matefaenza/apps/48/vlc.png +share/icons/matefaenza/apps/48/volleybrawl.png +share/icons/matefaenza/apps/48/wallpaper.png +share/icons/matefaenza/apps/48/warmux.png +share/icons/matefaenza/apps/48/warsow.png +share/icons/matefaenza/apps/48/web-browser.png +share/icons/matefaenza/apps/48/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/48/wesnoth.png +share/icons/matefaenza/apps/48/wikipedia.png +share/icons/matefaenza/apps/48/window-manager.png +share/icons/matefaenza/apps/48/wine-notepad.png +share/icons/matefaenza/apps/48/wine-uninstaller.png +share/icons/matefaenza/apps/48/wine-winecfg.png +share/icons/matefaenza/apps/48/wine-winetricks.png +share/icons/matefaenza/apps/48/wine.png +share/icons/matefaenza/apps/48/wireshark.png +share/icons/matefaenza/apps/48/wmtweaks.png +share/icons/matefaenza/apps/48/wordpress.png +share/icons/matefaenza/apps/48/workspace-switcher.png +share/icons/matefaenza/apps/48/wunderlist.png +share/icons/matefaenza/apps/48/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/48/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/48/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/48/wxbanker.png +share/icons/matefaenza/apps/48/x-office-address-book.png +share/icons/matefaenza/apps/48/x-office-calendar.png +share/icons/matefaenza/apps/48/x-system-software-sources.png +share/icons/matefaenza/apps/48/xarchiver.png +share/icons/matefaenza/apps/48/xbmc.png +share/icons/matefaenza/apps/48/xchat-gnome.png +share/icons/matefaenza/apps/48/xchat-mini.png +share/icons/matefaenza/apps/48/xchat.png +share/icons/matefaenza/apps/48/xchat.xpm +share/icons/matefaenza/apps/48/xfburn.png +share/icons/matefaenza/apps/48/xfcalendar.png +share/icons/matefaenza/apps/48/xfce-edit.png +share/icons/matefaenza/apps/48/xfce-filemanager.png +share/icons/matefaenza/apps/48/xfce-mail.png +share/icons/matefaenza/apps/48/xfce-man.png +share/icons/matefaenza/apps/48/xfce-schedule.png +share/icons/matefaenza/apps/48/xfce-sound.png +share/icons/matefaenza/apps/48/xfce-system-info.png +share/icons/matefaenza/apps/48/xfce-terminal.png +share/icons/matefaenza/apps/48/xfce-ui.png +share/icons/matefaenza/apps/48/xfce4-appfinder.png +share/icons/matefaenza/apps/48/xfce4-backdrop.png +share/icons/matefaenza/apps/48/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/48/xfce4-clock.png +share/icons/matefaenza/apps/48/xfce4-dict.png +share/icons/matefaenza/apps/48/xfce4-mcs-manager.png +share/icons/matefaenza/apps/48/xfce4-menueditor.png +share/icons/matefaenza/apps/48/xfce4-notes-plugin.png +share/icons/matefaenza/apps/48/xfce4-panel.png +share/icons/matefaenza/apps/48/xfce4-session.png +share/icons/matefaenza/apps/48/xfce4-workspaces.png +share/icons/matefaenza/apps/48/xfce_unknown.png +share/icons/matefaenza/apps/48/xfsm-hibernate.png +share/icons/matefaenza/apps/48/xfsm-logout.png +share/icons/matefaenza/apps/48/xfsm-reboot.png +share/icons/matefaenza/apps/48/xfsm-shutdown.png +share/icons/matefaenza/apps/48/xfsm-suspend.png +share/icons/matefaenza/apps/48/xfsm-switch.png +share/icons/matefaenza/apps/48/xfwm4.png +share/icons/matefaenza/apps/48/ximian-evolution-calendar.png +share/icons/matefaenza/apps/48/xine.png +share/icons/matefaenza/apps/48/xmoto.png +share/icons/matefaenza/apps/48/xonotic.png +share/icons/matefaenza/apps/48/xoscope.png +share/icons/matefaenza/apps/48/xournal.png +share/icons/matefaenza/apps/48/xpad.png +share/icons/matefaenza/apps/48/xscreensaver.png +share/icons/matefaenza/apps/48/xterm-color_32x32.png +share/icons/matefaenza/apps/48/xterm-color_32x32.xpm +share/icons/matefaenza/apps/48/xterm-color_48x48.png +share/icons/matefaenza/apps/48/xterm-color_48x48.xpm +share/icons/matefaenza/apps/48/xterm.png +share/icons/matefaenza/apps/48/xterm.xpm +share/icons/matefaenza/apps/48/xterm_32x32.png +share/icons/matefaenza/apps/48/xterm_32x32.xpm +share/icons/matefaenza/apps/48/xterm_48x48.png +share/icons/matefaenza/apps/48/xterm_48x48.xpm +share/icons/matefaenza/apps/48/yahoo.png +share/icons/matefaenza/apps/48/youtube.png +share/icons/matefaenza/apps/48/yumex.png +share/icons/matefaenza/apps/48/zeitgeist.png +share/icons/matefaenza/apps/48/zen-icon.png +share/icons/matefaenza/apps/48/zenmap.png +share/icons/matefaenza/apps/48/zim.png +share/icons/matefaenza/apps/48/zsnes.png +share/icons/matefaenza/apps/64/AdobeAIR.png +share/icons/matefaenza/apps/64/AdobeReader.png +share/icons/matefaenza/apps/64/AdobeReader10.png +share/icons/matefaenza/apps/64/AdobeReader8.png +share/icons/matefaenza/apps/64/AdobeReader9.png +share/icons/matefaenza/apps/64/DC++.png +share/icons/matefaenza/apps/64/Doom3.png +share/icons/matefaenza/apps/64/ET-quakewars.png +share/icons/matefaenza/apps/64/EasyTAG_icon.png +share/icons/matefaenza/apps/64/Etermutilities-terminal.png +share/icons/matefaenza/apps/64/Gish.png +share/icons/matefaenza/apps/64/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/64/Osmos.png +share/icons/matefaenza/apps/64/Penumbra.png +share/icons/matefaenza/apps/64/Savage2.png +share/icons/matefaenza/apps/64/Terminal.png +share/icons/matefaenza/apps/64/Thunar.png +share/icons/matefaenza/apps/64/Trine.png +share/icons/matefaenza/apps/64/VBox.png +share/icons/matefaenza/apps/64/WorldOfGoo.png +share/icons/matefaenza/apps/64/WorldOfGooDemo.png +share/icons/matefaenza/apps/64/WorldofPadman.png +share/icons/matefaenza/apps/64/Wunderlist.png +share/icons/matefaenza/apps/64/abiword.png +share/icons/matefaenza/apps/64/abiword_48.png +share/icons/matefaenza/apps/64/abrt.png +share/icons/matefaenza/apps/64/access.png +share/icons/matefaenza/apps/64/accessibility-directory.png +share/icons/matefaenza/apps/64/accessories-calculator.png +share/icons/matefaenza/apps/64/accessories-character-map.png +share/icons/matefaenza/apps/64/accessories-dictionary.png +share/icons/matefaenza/apps/64/accessories-text-editor.png +share/icons/matefaenza/apps/64/acroread.png +share/icons/matefaenza/apps/64/activity-log-manager.png +share/icons/matefaenza/apps/64/addressbook.png +share/icons/matefaenza/apps/64/adobe-air.png +share/icons/matefaenza/apps/64/adobe-flashplayer.png +share/icons/matefaenza/apps/64/adobeflashplugin.png +share/icons/matefaenza/apps/64/akregator.png +share/icons/matefaenza/apps/64/alacarte.png +share/icons/matefaenza/apps/64/alien-arena.png +share/icons/matefaenza/apps/64/alien-arena.xpm +share/icons/matefaenza/apps/64/amarok.png +share/icons/matefaenza/apps/64/amazon-mp3-store-source.png +share/icons/matefaenza/apps/64/amazon-store.png +share/icons/matefaenza/apps/64/amnesia-dark-decent.png +share/icons/matefaenza/apps/64/amule.png +share/icons/matefaenza/apps/64/anjuta.png +share/icons/matefaenza/apps/64/applets-screenshooter.png +share/icons/matefaenza/apps/64/application-default-icon.png +share/icons/matefaenza/apps/64/application-x-clementine.png +share/icons/matefaenza/apps/64/aqualung.png +share/icons/matefaenza/apps/64/as-icon.png +share/icons/matefaenza/apps/64/as-powered.png +share/icons/matefaenza/apps/64/assistant.png +share/icons/matefaenza/apps/64/atril.png +share/icons/matefaenza/apps/64/audacious.png +share/icons/matefaenza/apps/64/audacity.png +share/icons/matefaenza/apps/64/audiobook.png +share/icons/matefaenza/apps/64/autoplus.png +share/icons/matefaenza/apps/64/avant-window-navigator.png +share/icons/matefaenza/apps/64/awn-settings.png +share/icons/matefaenza/apps/64/ax-applet.png +share/icons/matefaenza/apps/64/background.png +share/icons/matefaenza/apps/64/badge-small.png +share/icons/matefaenza/apps/64/banshee-1.png +share/icons/matefaenza/apps/64/banshee.png +share/icons/matefaenza/apps/64/baobab.png +share/icons/matefaenza/apps/64/bash.png +share/icons/matefaenza/apps/64/bazaar.png +share/icons/matefaenza/apps/64/bleachbit.png +share/icons/matefaenza/apps/64/blender.png +share/icons/matefaenza/apps/64/bluefish-icon.png +share/icons/matefaenza/apps/64/bluefish.png +share/icons/matefaenza/apps/64/bluegriffon.png +share/icons/matefaenza/apps/64/blueman.png +share/icons/matefaenza/apps/64/blueradio-48.png +share/icons/matefaenza/apps/64/blueradio.png +share/icons/matefaenza/apps/64/bluetooth-48.png +share/icons/matefaenza/apps/64/bluetooth.png +share/icons/matefaenza/apps/64/bluetoothradio.png +share/icons/matefaenza/apps/64/boot.png +share/icons/matefaenza/apps/64/brasero.png +share/icons/matefaenza/apps/64/browser-help.png +share/icons/matefaenza/apps/64/browser.png +share/icons/matefaenza/apps/64/bt-logo.png +share/icons/matefaenza/apps/64/bug-buddy.png +share/icons/matefaenza/apps/64/bzr-explorer.png +share/icons/matefaenza/apps/64/c128.png +share/icons/matefaenza/apps/64/c610.png +share/icons/matefaenza/apps/64/c64.png +share/icons/matefaenza/apps/64/caffeine.png +share/icons/matefaenza/apps/64/cairo-clock.png +share/icons/matefaenza/apps/64/calc.png +share/icons/matefaenza/apps/64/catfish.png +share/icons/matefaenza/apps/64/ccc_large.png +share/icons/matefaenza/apps/64/ccsm.png +share/icons/matefaenza/apps/64/checkbox.png +share/icons/matefaenza/apps/64/checkgmail.png +share/icons/matefaenza/apps/64/cheese.png +share/icons/matefaenza/apps/64/chromium-browser.png +share/icons/matefaenza/apps/64/chromium-browser2.png +share/icons/matefaenza/apps/64/chromium.png +share/icons/matefaenza/apps/64/claws-mail.png +share/icons/matefaenza/apps/64/clementine.png +share/icons/matefaenza/apps/64/clock.png +share/icons/matefaenza/apps/64/clocks.png +share/icons/matefaenza/apps/64/comix.png +share/icons/matefaenza/apps/64/computerjanitor.png +share/icons/matefaenza/apps/64/config-date.png +share/icons/matefaenza/apps/64/config-language.png +share/icons/matefaenza/apps/64/config-users.png +share/icons/matefaenza/apps/64/control-center2.png +share/icons/matefaenza/apps/64/covergloobus.png +share/icons/matefaenza/apps/64/credentials-preferences.png +share/icons/matefaenza/apps/64/cryptkeeper.png +share/icons/matefaenza/apps/64/cups.png +share/icons/matefaenza/apps/64/dc++.png +share/icons/matefaenza/apps/64/dconf-editor.png +share/icons/matefaenza/apps/64/deadbeef.png +share/icons/matefaenza/apps/64/defcon.png +share/icons/matefaenza/apps/64/deja-dup.png +share/icons/matefaenza/apps/64/deluge-torrent.png +share/icons/matefaenza/apps/64/deluge.png +share/icons/matefaenza/apps/64/designer.png +share/icons/matefaenza/apps/64/desktop-effects.png +share/icons/matefaenza/apps/64/desura.png +share/icons/matefaenza/apps/64/devede.png +share/icons/matefaenza/apps/64/devhelp.png +share/icons/matefaenza/apps/64/dia.png +share/icons/matefaenza/apps/64/display-capplet.png +share/icons/matefaenza/apps/64/display.im6.png +share/icons/matefaenza/apps/64/docky.png +share/icons/matefaenza/apps/64/dosbox.png +share/icons/matefaenza/apps/64/drakconf.png +share/icons/matefaenza/apps/64/drakmenustyle.png +share/icons/matefaenza/apps/64/drakstats.png +share/icons/matefaenza/apps/64/dropbox.png +share/icons/matefaenza/apps/64/dvdrip.png +share/icons/matefaenza/apps/64/easylife.png +share/icons/matefaenza/apps/64/easytag.png +share/icons/matefaenza/apps/64/eclipse.png +share/icons/matefaenza/apps/64/edit-urpm-sources.png +share/icons/matefaenza/apps/64/eekboard.png +share/icons/matefaenza/apps/64/ejecter.png +share/icons/matefaenza/apps/64/ekiga.png +share/icons/matefaenza/apps/64/emacs.png +share/icons/matefaenza/apps/64/emacs23.png +share/icons/matefaenza/apps/64/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/64/emesene.png +share/icons/matefaenza/apps/64/empathy.png +share/icons/matefaenza/apps/64/engrampa.png +share/icons/matefaenza/apps/64/eog.png +share/icons/matefaenza/apps/64/eom.png +share/icons/matefaenza/apps/64/evernote.png +share/icons/matefaenza/apps/64/evince.png +share/icons/matefaenza/apps/64/evolution-calendar.png +share/icons/matefaenza/apps/64/evolution-mail.png +share/icons/matefaenza/apps/64/evolution-memos.png +share/icons/matefaenza/apps/64/evolution-tasks.png +share/icons/matefaenza/apps/64/evolution.png +share/icons/matefaenza/apps/64/exaile.png +share/icons/matefaenza/apps/64/f-spot.png +share/icons/matefaenza/apps/64/facebook.png +share/icons/matefaenza/apps/64/fedora-release-notes.png +share/icons/matefaenza/apps/64/fightgear.png +share/icons/matefaenza/apps/64/file-manager.png +share/icons/matefaenza/apps/64/file-roller.png +share/icons/matefaenza/apps/64/filezilla.png +share/icons/matefaenza/apps/64/firefox-3.0.png +share/icons/matefaenza/apps/64/firefox-3.5.png +share/icons/matefaenza/apps/64/firefox-4.0.png +share/icons/matefaenza/apps/64/firefox-original.png +share/icons/matefaenza/apps/64/firefox.png +share/icons/matefaenza/apps/64/firestarter.png +share/icons/matefaenza/apps/64/flash-player-properties.png +share/icons/matefaenza/apps/64/flash.png +share/icons/matefaenza/apps/64/flashplayer.png +share/icons/matefaenza/apps/64/flegita.png +share/icons/matefaenza/apps/64/flickr.png +share/icons/matefaenza/apps/64/flightgear.xpm +share/icons/matefaenza/apps/64/fonts.png +share/icons/matefaenza/apps/64/freetuxtv.png +share/icons/matefaenza/apps/64/frostwire.png +share/icons/matefaenza/apps/64/frozen-bubble-icon-64x64.png +share/icons/matefaenza/apps/64/frozen-bubble.png +share/icons/matefaenza/apps/64/frozen-bubble.xpm +share/icons/matefaenza/apps/64/fusion-icon.png +share/icons/matefaenza/apps/64/gajim.png +share/icons/matefaenza/apps/64/galculator.png +share/icons/matefaenza/apps/64/gazpacho-icon.png +share/icons/matefaenza/apps/64/gazpacho.png +share/icons/matefaenza/apps/64/gbrainy.png +share/icons/matefaenza/apps/64/gcolor2.png +share/icons/matefaenza/apps/64/gconf-editor.png +share/icons/matefaenza/apps/64/gconfeditor.png +share/icons/matefaenza/apps/64/gcstar.png +share/icons/matefaenza/apps/64/gdeb.png +share/icons/matefaenza/apps/64/gdebi.png +share/icons/matefaenza/apps/64/gdm-setup.png +share/icons/matefaenza/apps/64/gdm-xnest.png +share/icons/matefaenza/apps/64/gdm.png +share/icons/matefaenza/apps/64/geany.png +share/icons/matefaenza/apps/64/gimp.png +share/icons/matefaenza/apps/64/gkdebconf-icon.png +share/icons/matefaenza/apps/64/gkdebconf.png +share/icons/matefaenza/apps/64/gksu-debian.png +share/icons/matefaenza/apps/64/gksu-root-terminal.png +share/icons/matefaenza/apps/64/glade-3.png +share/icons/matefaenza/apps/64/glade.png +share/icons/matefaenza/apps/64/glippy.png +share/icons/matefaenza/apps/64/gloobus-preview.png +share/icons/matefaenza/apps/64/gloobus.png +share/icons/matefaenza/apps/64/gmail.png +share/icons/matefaenza/apps/64/gmailwatcher.png +share/icons/matefaenza/apps/64/gmameui.png +share/icons/matefaenza/apps/64/gmdb2.png +share/icons/matefaenza/apps/64/gmusicbrowser.png +share/icons/matefaenza/apps/64/gnochm.png +share/icons/matefaenza/apps/64/gnome-about-logo.png +share/icons/matefaenza/apps/64/gnome-activity-journal.png +share/icons/matefaenza/apps/64/gnome-aisleriot.png +share/icons/matefaenza/apps/64/gnome-app-install.png +share/icons/matefaenza/apps/64/gnome-apt.png +share/icons/matefaenza/apps/64/gnome-audio.png +share/icons/matefaenza/apps/64/gnome-calculator.png +share/icons/matefaenza/apps/64/gnome-calendar.png +share/icons/matefaenza/apps/64/gnome-character-map.png +share/icons/matefaenza/apps/64/gnome-contacts.png +share/icons/matefaenza/apps/64/gnome-desktop-config.png +share/icons/matefaenza/apps/64/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/64/gnome-device-manager.png +share/icons/matefaenza/apps/64/gnome-dictionary.png +share/icons/matefaenza/apps/64/gnome-disks.png +share/icons/matefaenza/apps/64/gnome-display-properties.png +share/icons/matefaenza/apps/64/gnome-do.png +share/icons/matefaenza/apps/64/gnome-documents.png +share/icons/matefaenza/apps/64/gnome-eterm.png +share/icons/matefaenza/apps/64/gnome-freecell.png +share/icons/matefaenza/apps/64/gnome-glchess.png +share/icons/matefaenza/apps/64/gnome-glines.png +share/icons/matefaenza/apps/64/gnome-gmenu.png +share/icons/matefaenza/apps/64/gnome-gnect.png +share/icons/matefaenza/apps/64/gnome-gnibbles.png +share/icons/matefaenza/apps/64/gnome-help.png +share/icons/matefaenza/apps/64/gnome-iagno.png +share/icons/matefaenza/apps/64/gnome-info.png +share/icons/matefaenza/apps/64/gnome-klotski.png +share/icons/matefaenza/apps/64/gnome-lightsoff.png +share/icons/matefaenza/apps/64/gnome-log-out.png +share/icons/matefaenza/apps/64/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/64/gnome-logout.png +share/icons/matefaenza/apps/64/gnome-mahjongg.png +share/icons/matefaenza/apps/64/gnome-mines.png +share/icons/matefaenza/apps/64/gnome-monitor.png +share/icons/matefaenza/apps/64/gnome-mplayer.png +share/icons/matefaenza/apps/64/gnome-nettool.png +share/icons/matefaenza/apps/64/gnome-network-properties.png +share/icons/matefaenza/apps/64/gnome-networktool.png +share/icons/matefaenza/apps/64/gnome-note.png +share/icons/matefaenza/apps/64/gnome-package.png +share/icons/matefaenza/apps/64/gnome-panel-clock.png +share/icons/matefaenza/apps/64/gnome-panel-launcher.png +share/icons/matefaenza/apps/64/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/64/gnome-panel.png +share/icons/matefaenza/apps/64/gnome-power-manager.png +share/icons/matefaenza/apps/64/gnome-power-statistics.png +share/icons/matefaenza/apps/64/gnome-quadrapassel.png +share/icons/matefaenza/apps/64/gnome-remote-desktop.png +share/icons/matefaenza/apps/64/gnome-robots.png +share/icons/matefaenza/apps/64/gnome-samegnome.png +share/icons/matefaenza/apps/64/gnome-screenshot.png +share/icons/matefaenza/apps/64/gnome-session-halt.png +share/icons/matefaenza/apps/64/gnome-session-hibernate.png +share/icons/matefaenza/apps/64/gnome-session-logout.png +share/icons/matefaenza/apps/64/gnome-session-reboot.png +share/icons/matefaenza/apps/64/gnome-session-sleep.png +share/icons/matefaenza/apps/64/gnome-session-suspend.png +share/icons/matefaenza/apps/64/gnome-session-switch.png +share/icons/matefaenza/apps/64/gnome-session.png +share/icons/matefaenza/apps/64/gnome-set-time.png +share/icons/matefaenza/apps/64/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/64/gnome-settings-background.png +share/icons/matefaenza/apps/64/gnome-settings-default-applications.png +share/icons/matefaenza/apps/64/gnome-settings-font.png +share/icons/matefaenza/apps/64/gnome-settings-sound.png +share/icons/matefaenza/apps/64/gnome-settings-theme.png +share/icons/matefaenza/apps/64/gnome-shutdown.png +share/icons/matefaenza/apps/64/gnome-sound-properties.png +share/icons/matefaenza/apps/64/gnome-sound-recorder.png +share/icons/matefaenza/apps/64/gnome-status.png +share/icons/matefaenza/apps/64/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/64/gnome-sudoku.png +share/icons/matefaenza/apps/64/gnome-swell-foop.png +share/icons/matefaenza/apps/64/gnome-system-monitor.png +share/icons/matefaenza/apps/64/gnome-tali.png +share/icons/matefaenza/apps/64/gnome-term.png +share/icons/matefaenza/apps/64/gnome-terminal.png +share/icons/matefaenza/apps/64/gnome-tetravex.png +share/icons/matefaenza/apps/64/gnome-translate.png +share/icons/matefaenza/apps/64/gnome-unknown.png +share/icons/matefaenza/apps/64/gnome-volume-control.png +share/icons/matefaenza/apps/64/gnome-web-browser.png +share/icons/matefaenza/apps/64/gnome-window-manager.png +share/icons/matefaenza/apps/64/gnome-word.png +share/icons/matefaenza/apps/64/gnome-xterm.png +share/icons/matefaenza/apps/64/gnomeradio.png +share/icons/matefaenza/apps/64/gnomine.png +share/icons/matefaenza/apps/64/gnote.png +share/icons/matefaenza/apps/64/gnucash-icon.png +share/icons/matefaenza/apps/64/gnumeric.png +share/icons/matefaenza/apps/64/goa-account-facebook.png +share/icons/matefaenza/apps/64/goa-account-google.png +share/icons/matefaenza/apps/64/goa-account-twitter.png +share/icons/matefaenza/apps/64/goa-account-yahoo.png +share/icons/matefaenza/apps/64/goa-account.png +share/icons/matefaenza/apps/64/goa-panel.png +share/icons/matefaenza/apps/64/gobby-0.5.png +share/icons/matefaenza/apps/64/gobby.png +share/icons/matefaenza/apps/64/goldendict.png +share/icons/matefaenza/apps/64/google-chrome-unstable.png +share/icons/matefaenza/apps/64/google-chrome.png +share/icons/matefaenza/apps/64/google-chrome2.png +share/icons/matefaenza/apps/64/google-earth.png +share/icons/matefaenza/apps/64/google-plus.png +share/icons/matefaenza/apps/64/google.png +share/icons/matefaenza/apps/64/googleearth.png +share/icons/matefaenza/apps/64/googlemusicframe.png +share/icons/matefaenza/apps/64/googleplus.png +share/icons/matefaenza/apps/64/gparted.png +share/icons/matefaenza/apps/64/gpicview.png +share/icons/matefaenza/apps/64/gpk-prefs.png +share/icons/matefaenza/apps/64/gpk-repo.png +share/icons/matefaenza/apps/64/gpodder.png +share/icons/matefaenza/apps/64/grisbi.png +share/icons/matefaenza/apps/64/gtg.png +share/icons/matefaenza/apps/64/gthumb.png +share/icons/matefaenza/apps/64/gtk-help.png +share/icons/matefaenza/apps/64/gtk-info.png +share/icons/matefaenza/apps/64/gtk-recordmydesktop.png +share/icons/matefaenza/apps/64/gtwitter.png +share/icons/matefaenza/apps/64/guake-notification.png +share/icons/matefaenza/apps/64/guake-prefs.png +share/icons/matefaenza/apps/64/guake.png +share/icons/matefaenza/apps/64/guayadeque.png +share/icons/matefaenza/apps/64/gucharmap.png +share/icons/matefaenza/apps/64/gufw.png +share/icons/matefaenza/apps/64/gufw_menu.png +share/icons/matefaenza/apps/64/gvim.png +share/icons/matefaenza/apps/64/gwenview.png +share/icons/matefaenza/apps/64/gwibber.png +share/icons/matefaenza/apps/64/haguichi.png +share/icons/matefaenza/apps/64/hardinfo.png +share/icons/matefaenza/apps/64/hedgewars.png +share/icons/matefaenza/apps/64/help-browser.png +share/icons/matefaenza/apps/64/help.png +share/icons/matefaenza/apps/64/hi48-app-wireshark.png +share/icons/matefaenza/apps/64/homebank.png +share/icons/matefaenza/apps/64/hotwire.png +share/icons/matefaenza/apps/64/htop.png +share/icons/matefaenza/apps/64/ibus-setup.png +share/icons/matefaenza/apps/64/ibus.png +share/icons/matefaenza/apps/64/icedove.png +share/icons/matefaenza/apps/64/iceweasel.png +share/icons/matefaenza/apps/64/im-chooser.png +share/icons/matefaenza/apps/64/imagemagick.png +share/icons/matefaenza/apps/64/indicator-applet.png +share/icons/matefaenza/apps/64/indicator-weather.png +share/icons/matefaenza/apps/64/inkscape.png +share/icons/matefaenza/apps/64/internet-mail.png +share/icons/matefaenza/apps/64/internet-news-reader.png +share/icons/matefaenza/apps/64/internet-web-browser.png +share/icons/matefaenza/apps/64/itunes.png +share/icons/matefaenza/apps/64/jag.png +share/icons/matefaenza/apps/64/jag.xpm +share/icons/matefaenza/apps/64/jag_editor.png +share/icons/matefaenza/apps/64/jdownloader.png +share/icons/matefaenza/apps/64/jockey-kde.png +share/icons/matefaenza/apps/64/jockey.png +share/icons/matefaenza/apps/64/jokosher.png +share/icons/matefaenza/apps/64/k3b.png +share/icons/matefaenza/apps/64/kaffeine.png +share/icons/matefaenza/apps/64/kate.png +share/icons/matefaenza/apps/64/kcharselect.png +share/icons/matefaenza/apps/64/kcmkwm.png +share/icons/matefaenza/apps/64/kedit.png +share/icons/matefaenza/apps/64/keepassx.png +share/icons/matefaenza/apps/64/kentoo.png +share/icons/matefaenza/apps/64/key_bindings.png +share/icons/matefaenza/apps/64/keyring-manager.png +share/icons/matefaenza/apps/64/kflickr.png +share/icons/matefaenza/apps/64/kfm.png +share/icons/matefaenza/apps/64/khelpcenter.png +share/icons/matefaenza/apps/64/klavaro.png +share/icons/matefaenza/apps/64/kmail.png +share/icons/matefaenza/apps/64/kmousetool.png +share/icons/matefaenza/apps/64/kmplayer.png +share/icons/matefaenza/apps/64/knotes.png +share/icons/matefaenza/apps/64/kobo-icon.png +share/icons/matefaenza/apps/64/kobo-icon.xpm +share/icons/matefaenza/apps/64/konsole.png +share/icons/matefaenza/apps/64/kopete.png +share/icons/matefaenza/apps/64/korganizer.png +share/icons/matefaenza/apps/64/kpackage.png +share/icons/matefaenza/apps/64/kplayer.png +share/icons/matefaenza/apps/64/kradio.png +share/icons/matefaenza/apps/64/kradio4.png +share/icons/matefaenza/apps/64/kscreensaver.png +share/icons/matefaenza/apps/64/ksnapshot.png +share/icons/matefaenza/apps/64/ksysguard.png +share/icons/matefaenza/apps/64/ktorrent.png +share/icons/matefaenza/apps/64/ktouch.png +share/icons/matefaenza/apps/64/kupfer.png +share/icons/matefaenza/apps/64/kuser.png +share/icons/matefaenza/apps/64/kwin.png +share/icons/matefaenza/apps/64/kynpatic.png +share/icons/matefaenza/apps/64/last-fm.png +share/icons/matefaenza/apps/64/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/64/lastfm.png +share/icons/matefaenza/apps/64/leafpad.png +share/icons/matefaenza/apps/64/library-internet-radio.png +share/icons/matefaenza/apps/64/library-podcast.png +share/icons/matefaenza/apps/64/libreoffice-base.png +share/icons/matefaenza/apps/64/libreoffice-calc.png +share/icons/matefaenza/apps/64/libreoffice-draw.png +share/icons/matefaenza/apps/64/libreoffice-impress.png +share/icons/matefaenza/apps/64/libreoffice-main.png +share/icons/matefaenza/apps/64/libreoffice-math.png +share/icons/matefaenza/apps/64/libreoffice-printeradmin.png +share/icons/matefaenza/apps/64/libreoffice-startcenter.png +share/icons/matefaenza/apps/64/libreoffice-template.png +share/icons/matefaenza/apps/64/libreoffice-writer.png +share/icons/matefaenza/apps/64/libreoffice3-base.png +share/icons/matefaenza/apps/64/libreoffice3-calc.png +share/icons/matefaenza/apps/64/libreoffice3-draw.png +share/icons/matefaenza/apps/64/libreoffice3-impress.png +share/icons/matefaenza/apps/64/libreoffice3-math.png +share/icons/matefaenza/apps/64/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/64/libreoffice3-startcenter.png +share/icons/matefaenza/apps/64/libreoffice3-template.png +share/icons/matefaenza/apps/64/libreoffice3-writer.png +share/icons/matefaenza/apps/64/libreoffice34-base.png +share/icons/matefaenza/apps/64/libreoffice34-calc.png +share/icons/matefaenza/apps/64/libreoffice34-draw.png +share/icons/matefaenza/apps/64/libreoffice34-impress.png +share/icons/matefaenza/apps/64/libreoffice34-math.png +share/icons/matefaenza/apps/64/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/64/libreoffice34-startcenter.png +share/icons/matefaenza/apps/64/libreoffice34-template.png +share/icons/matefaenza/apps/64/libreoffice34-writer.png +share/icons/matefaenza/apps/64/liferea.png +share/icons/matefaenza/apps/64/linguist.png +share/icons/matefaenza/apps/64/locale.png +share/icons/matefaenza/apps/64/logview.png +share/icons/matefaenza/apps/64/logviewer.png +share/icons/matefaenza/apps/64/lugaru-hd.png +share/icons/matefaenza/apps/64/lxterminal.png +share/icons/matefaenza/apps/64/machinarium.png +share/icons/matefaenza/apps/64/mahjongg.png +share/icons/matefaenza/apps/64/mail-notification.png +share/icons/matefaenza/apps/64/mailnag.png +share/icons/matefaenza/apps/64/mame.png +share/icons/matefaenza/apps/64/mame.xpm +share/icons/matefaenza/apps/64/mandrivaupdate.png +share/icons/matefaenza/apps/64/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/64/mate-desktop-item-edit.png +share/icons/matefaenza/apps/64/mate-eyes-applet.png +share/icons/matefaenza/apps/64/mate-netspeed-applet.png +share/icons/matefaenza/apps/64/mate-network-properties.png +share/icons/matefaenza/apps/64/mate-notification-properties.png +share/icons/matefaenza/apps/64/mate-panel-clock.png +share/icons/matefaenza/apps/64/mate-panel-launcher.png +share/icons/matefaenza/apps/64/mate-panel-notification-area.png +share/icons/matefaenza/apps/64/mate-panel-window-list.png +share/icons/matefaenza/apps/64/mate-panel-window-menu.png +share/icons/matefaenza/apps/64/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/64/mate-panel.png +share/icons/matefaenza/apps/64/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/64/mate-sensors-applet.png +share/icons/matefaenza/apps/64/mate-session-properties.png +share/icons/matefaenza/apps/64/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/64/mateconf-editor.png +share/icons/matefaenza/apps/64/me-tv.png +share/icons/matefaenza/apps/64/media-player-banshee.png +share/icons/matefaenza/apps/64/meld.png +share/icons/matefaenza/apps/64/mendeley.png +share/icons/matefaenza/apps/64/mendeleydesktop.png +share/icons/matefaenza/apps/64/menu-editor.png +share/icons/matefaenza/apps/64/midori.png +share/icons/matefaenza/apps/64/minecraft.png +share/icons/matefaenza/apps/64/minitube.png +share/icons/matefaenza/apps/64/minitunes.png +share/icons/matefaenza/apps/64/miro-guide-source.png +share/icons/matefaenza/apps/64/miro.png +share/icons/matefaenza/apps/64/mitter.png +share/icons/matefaenza/apps/64/mm.png +share/icons/matefaenza/apps/64/monodevelop.png +share/icons/matefaenza/apps/64/mousepad.png +share/icons/matefaenza/apps/64/mozilla-firefox.png +share/icons/matefaenza/apps/64/mozilla-thunderbird.png +share/icons/matefaenza/apps/64/mozo.png +share/icons/matefaenza/apps/64/mplayer.png +share/icons/matefaenza/apps/64/msd-xrandr.png +share/icons/matefaenza/apps/64/mtpaint.png +share/icons/matefaenza/apps/64/multimedia-volume-control.png +share/icons/matefaenza/apps/64/mypaint.png +share/icons/matefaenza/apps/64/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/64/nautilus-actions.png +share/icons/matefaenza/apps/64/nautilus-cd-burner.png +share/icons/matefaenza/apps/64/nautilus.png +share/icons/matefaenza/apps/64/netbeans.png +share/icons/matefaenza/apps/64/nexuiz.png +share/icons/matefaenza/apps/64/nexuiz.xpm +share/icons/matefaenza/apps/64/nixnote.png +share/icons/matefaenza/apps/64/nvidia-current-settings.png +share/icons/matefaenza/apps/64/nvidia-settings.png +share/icons/matefaenza/apps/64/office-address-book.png +share/icons/matefaenza/apps/64/office-calendar.png +share/icons/matefaenza/apps/64/office-date.png +share/icons/matefaenza/apps/64/office-writer.png +share/icons/matefaenza/apps/64/oggconvert.png +share/icons/matefaenza/apps/64/onboard.png +share/icons/matefaenza/apps/64/ooo-base.png +share/icons/matefaenza/apps/64/ooo-base3.0.png +share/icons/matefaenza/apps/64/ooo-calc.png +share/icons/matefaenza/apps/64/ooo-calc2.png +share/icons/matefaenza/apps/64/ooo-calc24.png +share/icons/matefaenza/apps/64/ooo-calc3.0.png +share/icons/matefaenza/apps/64/ooo-draw.png +share/icons/matefaenza/apps/64/ooo-draw3.0.png +share/icons/matefaenza/apps/64/ooo-impress.png +share/icons/matefaenza/apps/64/ooo-impress2.png +share/icons/matefaenza/apps/64/ooo-impress24.png +share/icons/matefaenza/apps/64/ooo-impress3.0.png +share/icons/matefaenza/apps/64/ooo-math.png +share/icons/matefaenza/apps/64/ooo-math3.0.png +share/icons/matefaenza/apps/64/ooo-printeradmin.png +share/icons/matefaenza/apps/64/ooo-template.png +share/icons/matefaenza/apps/64/ooo-template3.0.png +share/icons/matefaenza/apps/64/ooo-writer.png +share/icons/matefaenza/apps/64/ooo-writer2.png +share/icons/matefaenza/apps/64/ooo-writer24.png +share/icons/matefaenza/apps/64/ooo-writer3.0.png +share/icons/matefaenza/apps/64/openarena.png +share/icons/matefaenza/apps/64/openbravo-erp.png +share/icons/matefaenza/apps/64/openerp-client.png +share/icons/matefaenza/apps/64/openjdk-6.png +share/icons/matefaenza/apps/64/openjdk-7.png +share/icons/matefaenza/apps/64/openofficeorg-base.png +share/icons/matefaenza/apps/64/openofficeorg-calc.png +share/icons/matefaenza/apps/64/openofficeorg-draw.png +share/icons/matefaenza/apps/64/openofficeorg-impress.png +share/icons/matefaenza/apps/64/openofficeorg-math.png +share/icons/matefaenza/apps/64/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/64/openofficeorg-template.png +share/icons/matefaenza/apps/64/openofficeorg-writer.png +share/icons/matefaenza/apps/64/openofficeorg24-calc.png +share/icons/matefaenza/apps/64/openofficeorg24-impress.png +share/icons/matefaenza/apps/64/openofficeorg24-writer.png +share/icons/matefaenza/apps/64/openofficeorg3-base.png +share/icons/matefaenza/apps/64/openofficeorg3-calc.png +share/icons/matefaenza/apps/64/openofficeorg3-draw.png +share/icons/matefaenza/apps/64/openofficeorg3-impress.png +share/icons/matefaenza/apps/64/openofficeorg3-math.png +share/icons/matefaenza/apps/64/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/64/openofficeorg3-template.png +share/icons/matefaenza/apps/64/openofficeorg3-writer.png +share/icons/matefaenza/apps/64/openofficeorg3.0-base.png +share/icons/matefaenza/apps/64/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/64/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/64/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/64/openofficeorg3.0-math.png +share/icons/matefaenza/apps/64/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/64/openofficeorg3.0-template.png +share/icons/matefaenza/apps/64/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/64/openshot.png +share/icons/matefaenza/apps/64/openterm.png +share/icons/matefaenza/apps/64/openttd.png +share/icons/matefaenza/apps/64/opera-browser.png +share/icons/matefaenza/apps/64/opera-widget-manager.png +share/icons/matefaenza/apps/64/opera-widget.png +share/icons/matefaenza/apps/64/opera.png +share/icons/matefaenza/apps/64/orca.png +share/icons/matefaenza/apps/64/package-manager-icon.png +share/icons/matefaenza/apps/64/palimpsest.png +share/icons/matefaenza/apps/64/paprefs.png +share/icons/matefaenza/apps/64/parole.png +share/icons/matefaenza/apps/64/partner.png +share/icons/matefaenza/apps/64/password.png +share/icons/matefaenza/apps/64/pet.png +share/icons/matefaenza/apps/64/phatch-inspector.png +share/icons/matefaenza/apps/64/phatch.png +share/icons/matefaenza/apps/64/picasa-fontcfg.png +share/icons/matefaenza/apps/64/picasa.png +share/icons/matefaenza/apps/64/picasa32x32.png +share/icons/matefaenza/apps/64/pidgin.png +share/icons/matefaenza/apps/64/pingus.png +share/icons/matefaenza/apps/64/pino.png +share/icons/matefaenza/apps/64/pirut.png +share/icons/matefaenza/apps/64/pithos.png +share/icons/matefaenza/apps/64/pitivi.png +share/icons/matefaenza/apps/64/pk-package-sources.png +share/icons/matefaenza/apps/64/plan.png +share/icons/matefaenza/apps/64/playonlinux.png +share/icons/matefaenza/apps/64/plus4.png +share/icons/matefaenza/apps/64/podcast.png +share/icons/matefaenza/apps/64/poedit.png +share/icons/matefaenza/apps/64/porthole.png +share/icons/matefaenza/apps/64/postr.png +share/icons/matefaenza/apps/64/ppa.png +share/icons/matefaenza/apps/64/preferences-color.png +share/icons/matefaenza/apps/64/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/64/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/64/preferences-desktop-display.png +share/icons/matefaenza/apps/64/preferences-desktop-font.png +share/icons/matefaenza/apps/64/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/64/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/64/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/64/preferences-desktop-locale.png +share/icons/matefaenza/apps/64/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/64/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/64/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/64/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/64/preferences-desktop-sound.png +share/icons/matefaenza/apps/64/preferences-desktop-theme.png +share/icons/matefaenza/apps/64/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/64/preferences-management-service.png +share/icons/matefaenza/apps/64/preferences-sound.png +share/icons/matefaenza/apps/64/preferences-system-bluetooth.png +share/icons/matefaenza/apps/64/preferences-system-firewall.png +share/icons/matefaenza/apps/64/preferences-system-network.png +share/icons/matefaenza/apps/64/preferences-system-time.png +share/icons/matefaenza/apps/64/preferences-system-windows.png +share/icons/matefaenza/apps/64/pup.png +share/icons/matefaenza/apps/64/pychess.png +share/icons/matefaenza/apps/64/pyneighborhood_48x48.png +share/icons/matefaenza/apps/64/qtassistant.png +share/icons/matefaenza/apps/64/qtconfig-qt4.png +share/icons/matefaenza/apps/64/qtcreator.png +share/icons/matefaenza/apps/64/qtcreator_logo_32.png +share/icons/matefaenza/apps/64/qtdesigner.png +share/icons/matefaenza/apps/64/qtlinguist.png +share/icons/matefaenza/apps/64/quake.png +share/icons/matefaenza/apps/64/quake2.png +share/icons/matefaenza/apps/64/quake3.png +share/icons/matefaenza/apps/64/quake4.png +share/icons/matefaenza/apps/64/radio.png +share/icons/matefaenza/apps/64/radiotray.png +share/icons/matefaenza/apps/64/rclock.png +share/icons/matefaenza/apps/64/redhat-filemanager.png +share/icons/matefaenza/apps/64/redhat-server_settings.png +share/icons/matefaenza/apps/64/redhat-tools.png +share/icons/matefaenza/apps/64/redhat-web-browser.png +share/icons/matefaenza/apps/64/remmina.png +share/icons/matefaenza/apps/64/revelation.png +share/icons/matefaenza/apps/64/revenge.png +share/icons/matefaenza/apps/64/rhythmbox.png +share/icons/matefaenza/apps/64/ristretto.png +share/icons/matefaenza/apps/64/rpmdrake.png +share/icons/matefaenza/apps/64/rssowl.png +share/icons/matefaenza/apps/64/sauerbraten.png +share/icons/matefaenza/apps/64/sauerbraten.xpm +share/icons/matefaenza/apps/64/screenie-qt.png +share/icons/matefaenza/apps/64/screenie.png +share/icons/matefaenza/apps/64/screenruler-icon.png +share/icons/matefaenza/apps/64/screenruler.png +share/icons/matefaenza/apps/64/screensaver.png +share/icons/matefaenza/apps/64/scribes.png +share/icons/matefaenza/apps/64/scribus.png +share/icons/matefaenza/apps/64/seahorse-preferences.png +share/icons/matefaenza/apps/64/seahorse.png +share/icons/matefaenza/apps/64/session-properties.png +share/icons/matefaenza/apps/64/setroubleshoot_icon.png +share/icons/matefaenza/apps/64/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/64/shares.png +share/icons/matefaenza/apps/64/shotwell.png +share/icons/matefaenza/apps/64/shutter.png +share/icons/matefaenza/apps/64/simple-ccsm.png +share/icons/matefaenza/apps/64/skype.png +share/icons/matefaenza/apps/64/sleep.png +share/icons/matefaenza/apps/64/slingshot.png +share/icons/matefaenza/apps/64/smplayer.png +share/icons/matefaenza/apps/64/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/64/software-properties.png +share/icons/matefaenza/apps/64/softwarecenter-debian.png +share/icons/matefaenza/apps/64/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/64/softwarecenter.png +share/icons/matefaenza/apps/64/sound-juicer.png +share/icons/matefaenza/apps/64/soundconverter.png +share/icons/matefaenza/apps/64/speedcrunch.png +share/icons/matefaenza/apps/64/spotify-linux-48x48.png +share/icons/matefaenza/apps/64/spotify-linux-512x512.png +share/icons/matefaenza/apps/64/spotify.png +share/icons/matefaenza/apps/64/sqlitebrowser.png +share/icons/matefaenza/apps/64/stardict.png +share/icons/matefaenza/apps/64/startupmanager.png +share/icons/matefaenza/apps/64/steam.png +share/icons/matefaenza/apps/64/steampowered.png +share/icons/matefaenza/apps/64/stellarium.png +share/icons/matefaenza/apps/64/sticky-notes.png +share/icons/matefaenza/apps/64/stock_alarm.png +share/icons/matefaenza/apps/64/stock_calendar.png +share/icons/matefaenza/apps/64/stock_help.png +share/icons/matefaenza/apps/64/stock_insert-note.png +share/icons/matefaenza/apps/64/stock_keyring.png +share/icons/matefaenza/apps/64/stock_notes.png +share/icons/matefaenza/apps/64/stock_task.png +share/icons/matefaenza/apps/64/stock_unknown.png +share/icons/matefaenza/apps/64/stock_view-details.png +share/icons/matefaenza/apps/64/style.png +share/icons/matefaenza/apps/64/sun-java.png +share/icons/matefaenza/apps/64/sun-java6.png +share/icons/matefaenza/apps/64/sun-java7.png +share/icons/matefaenza/apps/64/sun-javaws.png +share/icons/matefaenza/apps/64/sun-jcontrol.png +share/icons/matefaenza/apps/64/supertux.png +share/icons/matefaenza/apps/64/supertuxkart.png +share/icons/matefaenza/apps/64/supertuxkart.xpm +share/icons/matefaenza/apps/64/susehelpcenter.png +share/icons/matefaenza/apps/64/susers.png +share/icons/matefaenza/apps/64/sylpheed.png +share/icons/matefaenza/apps/64/synapse.png +share/icons/matefaenza/apps/64/synaptic.png +share/icons/matefaenza/apps/64/sysprof-icon.png +share/icons/matefaenza/apps/64/system-config-authentication.png +share/icons/matefaenza/apps/64/system-config-date.png +share/icons/matefaenza/apps/64/system-config-displayca.png +share/icons/matefaenza/apps/64/system-config-users.png +share/icons/matefaenza/apps/64/system-file-manager.png +share/icons/matefaenza/apps/64/system-hibernate.png +share/icons/matefaenza/apps/64/system-installer.png +share/icons/matefaenza/apps/64/system-restart.png +share/icons/matefaenza/apps/64/system-shut-down.png +share/icons/matefaenza/apps/64/system-software-install.png +share/icons/matefaenza/apps/64/system-software-installer.png +share/icons/matefaenza/apps/64/system-software-update.png +share/icons/matefaenza/apps/64/system-suspend-hibernate.png +share/icons/matefaenza/apps/64/system-suspend.png +share/icons/matefaenza/apps/64/system-switch-java.png +share/icons/matefaenza/apps/64/system-switch-user.png +share/icons/matefaenza/apps/64/system-users.png +share/icons/matefaenza/apps/64/telepathy.png +share/icons/matefaenza/apps/64/terminal.png +share/icons/matefaenza/apps/64/terminator.png +share/icons/matefaenza/apps/64/text-editor.png +share/icons/matefaenza/apps/64/thunar.png +share/icons/matefaenza/apps/64/thunderbird-icon.png +share/icons/matefaenza/apps/64/thunderbird.png +share/icons/matefaenza/apps/64/tilda.png +share/icons/matefaenza/apps/64/time-admin.png +share/icons/matefaenza/apps/64/time.png +share/icons/matefaenza/apps/64/timer-applet.png +share/icons/matefaenza/apps/64/tomboy-note.png +share/icons/matefaenza/apps/64/tomboy.png +share/icons/matefaenza/apps/64/torcs.png +share/icons/matefaenza/apps/64/torcs.xpm +share/icons/matefaenza/apps/64/totem.png +share/icons/matefaenza/apps/64/tracker.png +share/icons/matefaenza/apps/64/transmission.png +share/icons/matefaenza/apps/64/truecrypt.png +share/icons/matefaenza/apps/64/tsclient.png +share/icons/matefaenza/apps/64/tvtime.png +share/icons/matefaenza/apps/64/twitter.png +share/icons/matefaenza/apps/64/twitux.png +share/icons/matefaenza/apps/64/ubuntu-tweak.png +share/icons/matefaenza/apps/64/ubuntuone-client.png +share/icons/matefaenza/apps/64/ubuntuone-installer.png +share/icons/matefaenza/apps/64/ubuntuone-music.png +share/icons/matefaenza/apps/64/ubuntuone.png +share/icons/matefaenza/apps/64/ufw-frontends.png +share/icons/matefaenza/apps/64/un-reboot.png +share/icons/matefaenza/apps/64/unreal-tournament.png +share/icons/matefaenza/apps/64/update-manager.png +share/icons/matefaenza/apps/64/update-notifier.png +share/icons/matefaenza/apps/64/urban-terror.png +share/icons/matefaenza/apps/64/usb-creator-gtk.png +share/icons/matefaenza/apps/64/usb-creator.png +share/icons/matefaenza/apps/64/user-info.png +share/icons/matefaenza/apps/64/user_auth.png +share/icons/matefaenza/apps/64/usermount.png +share/icons/matefaenza/apps/64/ut2004.png +share/icons/matefaenza/apps/64/utilities-file-archiver.png +share/icons/matefaenza/apps/64/utilities-log-viewer.png +share/icons/matefaenza/apps/64/utilities-system-monitor.png +share/icons/matefaenza/apps/64/utilities-terminal.png +share/icons/matefaenza/apps/64/vendetta-online.png +share/icons/matefaenza/apps/64/vic20.png +share/icons/matefaenza/apps/64/vim.png +share/icons/matefaenza/apps/64/vinagre.png +share/icons/matefaenza/apps/64/virtualbox-ose.png +share/icons/matefaenza/apps/64/virtualbox.png +share/icons/matefaenza/apps/64/vlc.png +share/icons/matefaenza/apps/64/wallpaper.png +share/icons/matefaenza/apps/64/warsow.png +share/icons/matefaenza/apps/64/web-browser.png +share/icons/matefaenza/apps/64/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/64/wikipedia.png +share/icons/matefaenza/apps/64/window-manager.png +share/icons/matefaenza/apps/64/wine-notepad.png +share/icons/matefaenza/apps/64/wine-uninstaller.png +share/icons/matefaenza/apps/64/wine-winecfg.png +share/icons/matefaenza/apps/64/wine-winetricks.png +share/icons/matefaenza/apps/64/wine.png +share/icons/matefaenza/apps/64/wireshark.png +share/icons/matefaenza/apps/64/wmtweaks.png +share/icons/matefaenza/apps/64/wordpress.png +share/icons/matefaenza/apps/64/workspace-switcher.png +share/icons/matefaenza/apps/64/wormux.png +share/icons/matefaenza/apps/64/wunderlist.png +share/icons/matefaenza/apps/64/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/64/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/64/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/64/wxbanker.png +share/icons/matefaenza/apps/64/x-office-address-book.png +share/icons/matefaenza/apps/64/x-office-calendar.png +share/icons/matefaenza/apps/64/x-system-software-sources.png +share/icons/matefaenza/apps/64/xarchiver.png +share/icons/matefaenza/apps/64/xbmc.png +share/icons/matefaenza/apps/64/xchat-gnome.png +share/icons/matefaenza/apps/64/xchat-mini.png +share/icons/matefaenza/apps/64/xchat.png +share/icons/matefaenza/apps/64/xfburn.png +share/icons/matefaenza/apps/64/xfcalendar.png +share/icons/matefaenza/apps/64/xfce-edit.png +share/icons/matefaenza/apps/64/xfce-filemanager.png +share/icons/matefaenza/apps/64/xfce-mail.png +share/icons/matefaenza/apps/64/xfce-man.png +share/icons/matefaenza/apps/64/xfce-schedule.png +share/icons/matefaenza/apps/64/xfce-sound.png +share/icons/matefaenza/apps/64/xfce-system-info.png +share/icons/matefaenza/apps/64/xfce-terminal.png +share/icons/matefaenza/apps/64/xfce-ui.png +share/icons/matefaenza/apps/64/xfce4-appfinder.png +share/icons/matefaenza/apps/64/xfce4-backdrop.png +share/icons/matefaenza/apps/64/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/64/xfce4-clock.png +share/icons/matefaenza/apps/64/xfce4-dict.png +share/icons/matefaenza/apps/64/xfce4-mcs-manager.png +share/icons/matefaenza/apps/64/xfce4-menueditor.png +share/icons/matefaenza/apps/64/xfce4-notes-plugin.png +share/icons/matefaenza/apps/64/xfce4-panel.png +share/icons/matefaenza/apps/64/xfce4-session.png +share/icons/matefaenza/apps/64/xfce4-workspaces.png +share/icons/matefaenza/apps/64/xfce_unknown.png +share/icons/matefaenza/apps/64/xfsm-hibernate.png +share/icons/matefaenza/apps/64/xfsm-logout.png +share/icons/matefaenza/apps/64/xfsm-reboot.png +share/icons/matefaenza/apps/64/xfsm-shutdown.png +share/icons/matefaenza/apps/64/xfsm-suspend.png +share/icons/matefaenza/apps/64/xfsm-switch.png +share/icons/matefaenza/apps/64/xfwm4.png +share/icons/matefaenza/apps/64/ximian-evolution-calendar.png +share/icons/matefaenza/apps/64/xine.png +share/icons/matefaenza/apps/64/xonotic.png +share/icons/matefaenza/apps/64/xournal.png +share/icons/matefaenza/apps/64/xpad.png +share/icons/matefaenza/apps/64/xscreensaver.png +share/icons/matefaenza/apps/64/xterm-color_32x32.png +share/icons/matefaenza/apps/64/xterm-color_48x48.png +share/icons/matefaenza/apps/64/xterm.png +share/icons/matefaenza/apps/64/xterm_32x32.png +share/icons/matefaenza/apps/64/xterm_48x48.png +share/icons/matefaenza/apps/64/yahoo.png +share/icons/matefaenza/apps/64/youtube.png +share/icons/matefaenza/apps/64/yumex.png +share/icons/matefaenza/apps/64/zeitgeist.png +share/icons/matefaenza/apps/64/zen-icon.png +share/icons/matefaenza/apps/64/zenmap.png +share/icons/matefaenza/apps/64/zim.png +share/icons/matefaenza/apps/64/zsnes.png +share/icons/matefaenza/apps/96/0ad.png +share/icons/matefaenza/apps/96/AdobeAIR.png +share/icons/matefaenza/apps/96/AdobeReader.png +share/icons/matefaenza/apps/96/AdobeReader10.png +share/icons/matefaenza/apps/96/AdobeReader8.png +share/icons/matefaenza/apps/96/AdobeReader9.png +share/icons/matefaenza/apps/96/DC++.png +share/icons/matefaenza/apps/96/EasyTAG_icon.png +share/icons/matefaenza/apps/96/Etermutilities-terminal.png +share/icons/matefaenza/apps/96/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/96/Terminal.png +share/icons/matefaenza/apps/96/Thunar.png +share/icons/matefaenza/apps/96/VBox.png +share/icons/matefaenza/apps/96/WorldOfGoo.png +share/icons/matefaenza/apps/96/Wunderlist.png +share/icons/matefaenza/apps/96/abiword.png +share/icons/matefaenza/apps/96/abiword_48.png +share/icons/matefaenza/apps/96/abrt.png +share/icons/matefaenza/apps/96/access.png +share/icons/matefaenza/apps/96/accessibility-directory.png +share/icons/matefaenza/apps/96/accessories-calculator.png +share/icons/matefaenza/apps/96/accessories-character-map.png +share/icons/matefaenza/apps/96/accessories-dictionary.png +share/icons/matefaenza/apps/96/accessories-text-editor.png +share/icons/matefaenza/apps/96/acroread.png +share/icons/matefaenza/apps/96/activity-log-manager.png +share/icons/matefaenza/apps/96/addressbook.png +share/icons/matefaenza/apps/96/adobe-air.png +share/icons/matefaenza/apps/96/adobe-flashplayer.png +share/icons/matefaenza/apps/96/adobeflashplugin.png +share/icons/matefaenza/apps/96/akregator.png +share/icons/matefaenza/apps/96/alacarte.png +share/icons/matefaenza/apps/96/amarok.png +share/icons/matefaenza/apps/96/amazon-mp3-store-source.png +share/icons/matefaenza/apps/96/amazon-store.png +share/icons/matefaenza/apps/96/amule.png +share/icons/matefaenza/apps/96/anjuta.png +share/icons/matefaenza/apps/96/applets-screenshooter.png +share/icons/matefaenza/apps/96/application-default-icon.png +share/icons/matefaenza/apps/96/application-x-clementine.png +share/icons/matefaenza/apps/96/aqualung.png +share/icons/matefaenza/apps/96/as-icon.png +share/icons/matefaenza/apps/96/as-powered.png +share/icons/matefaenza/apps/96/assistant.png +share/icons/matefaenza/apps/96/atril.png +share/icons/matefaenza/apps/96/audacious.png +share/icons/matefaenza/apps/96/audacity.png +share/icons/matefaenza/apps/96/audiobook.png +share/icons/matefaenza/apps/96/autoplus.png +share/icons/matefaenza/apps/96/avant-window-navigator.png +share/icons/matefaenza/apps/96/awn-settings.png +share/icons/matefaenza/apps/96/ax-applet.png +share/icons/matefaenza/apps/96/background.png +share/icons/matefaenza/apps/96/badge-small.png +share/icons/matefaenza/apps/96/banshee-1.png +share/icons/matefaenza/apps/96/banshee.png +share/icons/matefaenza/apps/96/baobab.png +share/icons/matefaenza/apps/96/bash.png +share/icons/matefaenza/apps/96/bazaar.png +share/icons/matefaenza/apps/96/bleachbit.png +share/icons/matefaenza/apps/96/blender.png +share/icons/matefaenza/apps/96/bluefish-icon.png +share/icons/matefaenza/apps/96/bluefish.png +share/icons/matefaenza/apps/96/bluegriffon.png +share/icons/matefaenza/apps/96/blueman.png +share/icons/matefaenza/apps/96/blueradio-48.png +share/icons/matefaenza/apps/96/blueradio.png +share/icons/matefaenza/apps/96/bluetooth-48.png +share/icons/matefaenza/apps/96/bluetooth.png +share/icons/matefaenza/apps/96/bluetoothradio.png +share/icons/matefaenza/apps/96/boot.png +share/icons/matefaenza/apps/96/brasero.png +share/icons/matefaenza/apps/96/browser-help.png +share/icons/matefaenza/apps/96/browser.png +share/icons/matefaenza/apps/96/bt-logo.png +share/icons/matefaenza/apps/96/bug-buddy.png +share/icons/matefaenza/apps/96/bzr-explorer.png +share/icons/matefaenza/apps/96/caffeine.png +share/icons/matefaenza/apps/96/cairo-clock.png +share/icons/matefaenza/apps/96/calc.png +share/icons/matefaenza/apps/96/catfish.png +share/icons/matefaenza/apps/96/ccc_large.png +share/icons/matefaenza/apps/96/ccsm.png +share/icons/matefaenza/apps/96/checkbox.png +share/icons/matefaenza/apps/96/checkgmail.png +share/icons/matefaenza/apps/96/cheese.png +share/icons/matefaenza/apps/96/chromium-browser.png +share/icons/matefaenza/apps/96/chromium-browser2.png +share/icons/matefaenza/apps/96/chromium.png +share/icons/matefaenza/apps/96/claws-mail.png +share/icons/matefaenza/apps/96/clementine.png +share/icons/matefaenza/apps/96/clock.png +share/icons/matefaenza/apps/96/clocks.png +share/icons/matefaenza/apps/96/comix.png +share/icons/matefaenza/apps/96/computerjanitor.png +share/icons/matefaenza/apps/96/config-date.png +share/icons/matefaenza/apps/96/config-language.png +share/icons/matefaenza/apps/96/config-users.png +share/icons/matefaenza/apps/96/control-center2.png +share/icons/matefaenza/apps/96/covergloobus.png +share/icons/matefaenza/apps/96/credentials-preferences.png +share/icons/matefaenza/apps/96/cryptkeeper.png +share/icons/matefaenza/apps/96/cups.png +share/icons/matefaenza/apps/96/dc++.png +share/icons/matefaenza/apps/96/dconf-editor.png +share/icons/matefaenza/apps/96/deadbeef.png +share/icons/matefaenza/apps/96/defcon.png +share/icons/matefaenza/apps/96/deja-dup.png +share/icons/matefaenza/apps/96/deluge-torrent.png +share/icons/matefaenza/apps/96/deluge.png +share/icons/matefaenza/apps/96/designer.png +share/icons/matefaenza/apps/96/desktop-effects.png +share/icons/matefaenza/apps/96/desura.png +share/icons/matefaenza/apps/96/devede.png +share/icons/matefaenza/apps/96/devhelp.png +share/icons/matefaenza/apps/96/dia.png +share/icons/matefaenza/apps/96/display-capplet.png +share/icons/matefaenza/apps/96/display.im6.png +share/icons/matefaenza/apps/96/docky.png +share/icons/matefaenza/apps/96/drakconf.png +share/icons/matefaenza/apps/96/drakmenustyle.png +share/icons/matefaenza/apps/96/drakstats.png +share/icons/matefaenza/apps/96/dropbox.png +share/icons/matefaenza/apps/96/dvdrip.png +share/icons/matefaenza/apps/96/easylife.png +share/icons/matefaenza/apps/96/easytag.png +share/icons/matefaenza/apps/96/eclipse.png +share/icons/matefaenza/apps/96/edit-urpm-sources.png +share/icons/matefaenza/apps/96/eekboard.png +share/icons/matefaenza/apps/96/ejecter.png +share/icons/matefaenza/apps/96/ekiga.png +share/icons/matefaenza/apps/96/emacs.png +share/icons/matefaenza/apps/96/emacs23.png +share/icons/matefaenza/apps/96/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/96/emesene.png +share/icons/matefaenza/apps/96/empathy.png +share/icons/matefaenza/apps/96/engrampa.png +share/icons/matefaenza/apps/96/eog.png +share/icons/matefaenza/apps/96/eom.png +share/icons/matefaenza/apps/96/evernote.png +share/icons/matefaenza/apps/96/evince.png +share/icons/matefaenza/apps/96/evolution-calendar.png +share/icons/matefaenza/apps/96/evolution-mail.png +share/icons/matefaenza/apps/96/evolution-memos.png +share/icons/matefaenza/apps/96/evolution-tasks.png +share/icons/matefaenza/apps/96/evolution.png +share/icons/matefaenza/apps/96/exaile.png +share/icons/matefaenza/apps/96/f-spot.png +share/icons/matefaenza/apps/96/facebook.png +share/icons/matefaenza/apps/96/fedora-release-notes.png +share/icons/matefaenza/apps/96/file-manager.png +share/icons/matefaenza/apps/96/file-roller.png +share/icons/matefaenza/apps/96/filezilla.png +share/icons/matefaenza/apps/96/firefox-3.0.png +share/icons/matefaenza/apps/96/firefox-3.5.png +share/icons/matefaenza/apps/96/firefox-4.0.png +share/icons/matefaenza/apps/96/firefox-original.png +share/icons/matefaenza/apps/96/firefox.png +share/icons/matefaenza/apps/96/firestarter.png +share/icons/matefaenza/apps/96/flash-player-properties.png +share/icons/matefaenza/apps/96/flash.png +share/icons/matefaenza/apps/96/flashplayer.png +share/icons/matefaenza/apps/96/flegita.png +share/icons/matefaenza/apps/96/flickr.png +share/icons/matefaenza/apps/96/fonts.png +share/icons/matefaenza/apps/96/freetuxtv.png +share/icons/matefaenza/apps/96/frostwire.png +share/icons/matefaenza/apps/96/fusion-icon.png +share/icons/matefaenza/apps/96/gajim.png +share/icons/matefaenza/apps/96/galculator.png +share/icons/matefaenza/apps/96/gazpacho-icon.png +share/icons/matefaenza/apps/96/gazpacho.png +share/icons/matefaenza/apps/96/gbrainy.png +share/icons/matefaenza/apps/96/gcolor2.png +share/icons/matefaenza/apps/96/gconf-editor.png +share/icons/matefaenza/apps/96/gconfeditor.png +share/icons/matefaenza/apps/96/gcstar.png +share/icons/matefaenza/apps/96/gdeb.png +share/icons/matefaenza/apps/96/gdebi.png +share/icons/matefaenza/apps/96/gdm-setup.png +share/icons/matefaenza/apps/96/gdm-xnest.png +share/icons/matefaenza/apps/96/gdm.png +share/icons/matefaenza/apps/96/geany.png +share/icons/matefaenza/apps/96/gespeaker.png +share/icons/matefaenza/apps/96/ghex.png +share/icons/matefaenza/apps/96/giggle.png +share/icons/matefaenza/apps/96/gimp.png +share/icons/matefaenza/apps/96/gkdebconf-icon.png +share/icons/matefaenza/apps/96/gkdebconf.png +share/icons/matefaenza/apps/96/gksu-debian.png +share/icons/matefaenza/apps/96/gksu-root-terminal.png +share/icons/matefaenza/apps/96/glade-3.png +share/icons/matefaenza/apps/96/glade.png +share/icons/matefaenza/apps/96/glippy.png +share/icons/matefaenza/apps/96/gloobus-preview.png +share/icons/matefaenza/apps/96/gloobus.png +share/icons/matefaenza/apps/96/gmail.png +share/icons/matefaenza/apps/96/gmailwatcher.png +share/icons/matefaenza/apps/96/gmdb2.png +share/icons/matefaenza/apps/96/gmusicbrowser.png +share/icons/matefaenza/apps/96/gnochm.png +share/icons/matefaenza/apps/96/gnome-about-logo.png +share/icons/matefaenza/apps/96/gnome-activity-journal.png +share/icons/matefaenza/apps/96/gnome-aisleriot.png +share/icons/matefaenza/apps/96/gnome-app-install.png +share/icons/matefaenza/apps/96/gnome-apt.png +share/icons/matefaenza/apps/96/gnome-audio.png +share/icons/matefaenza/apps/96/gnome-calculator.png +share/icons/matefaenza/apps/96/gnome-calendar.png +share/icons/matefaenza/apps/96/gnome-character-map.png +share/icons/matefaenza/apps/96/gnome-contacts.png +share/icons/matefaenza/apps/96/gnome-desktop-config.png +share/icons/matefaenza/apps/96/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/96/gnome-device-manager.png +share/icons/matefaenza/apps/96/gnome-dictionary.png +share/icons/matefaenza/apps/96/gnome-disks.png +share/icons/matefaenza/apps/96/gnome-display-properties.png +share/icons/matefaenza/apps/96/gnome-do.png +share/icons/matefaenza/apps/96/gnome-documents.png +share/icons/matefaenza/apps/96/gnome-eterm.png +share/icons/matefaenza/apps/96/gnome-freecell.png +share/icons/matefaenza/apps/96/gnome-glchess.png +share/icons/matefaenza/apps/96/gnome-glines.png +share/icons/matefaenza/apps/96/gnome-gmenu.png +share/icons/matefaenza/apps/96/gnome-gnect.png +share/icons/matefaenza/apps/96/gnome-gnibbles.png +share/icons/matefaenza/apps/96/gnome-help.png +share/icons/matefaenza/apps/96/gnome-iagno.png +share/icons/matefaenza/apps/96/gnome-info.png +share/icons/matefaenza/apps/96/gnome-klotski.png +share/icons/matefaenza/apps/96/gnome-lightsoff.png +share/icons/matefaenza/apps/96/gnome-log-out.png +share/icons/matefaenza/apps/96/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/96/gnome-logout.png +share/icons/matefaenza/apps/96/gnome-mahjongg.png +share/icons/matefaenza/apps/96/gnome-mines.png +share/icons/matefaenza/apps/96/gnome-monitor.png +share/icons/matefaenza/apps/96/gnome-mplayer.png +share/icons/matefaenza/apps/96/gnome-nettool.png +share/icons/matefaenza/apps/96/gnome-network-properties.png +share/icons/matefaenza/apps/96/gnome-networktool.png +share/icons/matefaenza/apps/96/gnome-note.png +share/icons/matefaenza/apps/96/gnome-package.png +share/icons/matefaenza/apps/96/gnome-panel-clock.png +share/icons/matefaenza/apps/96/gnome-panel-launcher.png +share/icons/matefaenza/apps/96/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/96/gnome-panel.png +share/icons/matefaenza/apps/96/gnome-power-manager.png +share/icons/matefaenza/apps/96/gnome-power-statistics.png +share/icons/matefaenza/apps/96/gnome-quadrapassel.png +share/icons/matefaenza/apps/96/gnome-remote-desktop.png +share/icons/matefaenza/apps/96/gnome-robots.png +share/icons/matefaenza/apps/96/gnome-samegnome.png +share/icons/matefaenza/apps/96/gnome-screenshot.png +share/icons/matefaenza/apps/96/gnome-session-halt.png +share/icons/matefaenza/apps/96/gnome-session-hibernate.png +share/icons/matefaenza/apps/96/gnome-session-logout.png +share/icons/matefaenza/apps/96/gnome-session-reboot.png +share/icons/matefaenza/apps/96/gnome-session-sleep.png +share/icons/matefaenza/apps/96/gnome-session-suspend.png +share/icons/matefaenza/apps/96/gnome-session-switch.png +share/icons/matefaenza/apps/96/gnome-session.png +share/icons/matefaenza/apps/96/gnome-set-time.png +share/icons/matefaenza/apps/96/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/96/gnome-settings-background.png +share/icons/matefaenza/apps/96/gnome-settings-default-applications.png +share/icons/matefaenza/apps/96/gnome-settings-font.png +share/icons/matefaenza/apps/96/gnome-settings-sound.png +share/icons/matefaenza/apps/96/gnome-settings-theme.png +share/icons/matefaenza/apps/96/gnome-shutdown.png +share/icons/matefaenza/apps/96/gnome-sound-properties.png +share/icons/matefaenza/apps/96/gnome-sound-recorder.png +share/icons/matefaenza/apps/96/gnome-status.png +share/icons/matefaenza/apps/96/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/96/gnome-sudoku.png +share/icons/matefaenza/apps/96/gnome-swell-foop.png +share/icons/matefaenza/apps/96/gnome-system-monitor.png +share/icons/matefaenza/apps/96/gnome-tali.png +share/icons/matefaenza/apps/96/gnome-term.png +share/icons/matefaenza/apps/96/gnome-terminal.png +share/icons/matefaenza/apps/96/gnome-tetravex.png +share/icons/matefaenza/apps/96/gnome-translate.png +share/icons/matefaenza/apps/96/gnome-unknown.png +share/icons/matefaenza/apps/96/gnome-volume-control.png +share/icons/matefaenza/apps/96/gnome-web-browser.png +share/icons/matefaenza/apps/96/gnome-window-manager.png +share/icons/matefaenza/apps/96/gnome-word.png +share/icons/matefaenza/apps/96/gnome-xterm.png +share/icons/matefaenza/apps/96/gnomeradio.png +share/icons/matefaenza/apps/96/gnomine.png +share/icons/matefaenza/apps/96/gnote.png +share/icons/matefaenza/apps/96/gnucash-icon.png +share/icons/matefaenza/apps/96/gnumeric.png +share/icons/matefaenza/apps/96/goa-account-facebook.png +share/icons/matefaenza/apps/96/goa-account-google.png +share/icons/matefaenza/apps/96/goa-account-twitter.png +share/icons/matefaenza/apps/96/goa-account-yahoo.png +share/icons/matefaenza/apps/96/goa-account.png +share/icons/matefaenza/apps/96/goa-panel.png +share/icons/matefaenza/apps/96/gobby-0.5.png +share/icons/matefaenza/apps/96/gobby.png +share/icons/matefaenza/apps/96/goldendict.png +share/icons/matefaenza/apps/96/google-chrome-unstable.png +share/icons/matefaenza/apps/96/google-chrome.png +share/icons/matefaenza/apps/96/google-chrome2.png +share/icons/matefaenza/apps/96/google-earth.png +share/icons/matefaenza/apps/96/google-plus.png +share/icons/matefaenza/apps/96/google.png +share/icons/matefaenza/apps/96/googleearth.png +share/icons/matefaenza/apps/96/googlemusicframe.png +share/icons/matefaenza/apps/96/googleplus.png +share/icons/matefaenza/apps/96/gparted.png +share/icons/matefaenza/apps/96/gpicview.png +share/icons/matefaenza/apps/96/gpk-prefs.png +share/icons/matefaenza/apps/96/gpk-repo.png +share/icons/matefaenza/apps/96/gpodder.png +share/icons/matefaenza/apps/96/grisbi.png +share/icons/matefaenza/apps/96/gtg.png +share/icons/matefaenza/apps/96/gthumb.png +share/icons/matefaenza/apps/96/gtk-help.png +share/icons/matefaenza/apps/96/gtk-info.png +share/icons/matefaenza/apps/96/gtk-recordmydesktop.png +share/icons/matefaenza/apps/96/gtwitter.png +share/icons/matefaenza/apps/96/guake-notification.png +share/icons/matefaenza/apps/96/guake-prefs.png +share/icons/matefaenza/apps/96/guake.png +share/icons/matefaenza/apps/96/guayadeque.png +share/icons/matefaenza/apps/96/gucharmap.png +share/icons/matefaenza/apps/96/gufw.png +share/icons/matefaenza/apps/96/gufw_menu.png +share/icons/matefaenza/apps/96/gvim.png +share/icons/matefaenza/apps/96/gwenview.png +share/icons/matefaenza/apps/96/gwibber.png +share/icons/matefaenza/apps/96/haguichi.png +share/icons/matefaenza/apps/96/hardinfo.png +share/icons/matefaenza/apps/96/help-browser.png +share/icons/matefaenza/apps/96/help.png +share/icons/matefaenza/apps/96/hi48-app-wireshark.png +share/icons/matefaenza/apps/96/homebank.png +share/icons/matefaenza/apps/96/hotwire.png +share/icons/matefaenza/apps/96/htop.png +share/icons/matefaenza/apps/96/ibus-setup.png +share/icons/matefaenza/apps/96/ibus.png +share/icons/matefaenza/apps/96/icedove.png +share/icons/matefaenza/apps/96/iceweasel.png +share/icons/matefaenza/apps/96/im-chooser.png +share/icons/matefaenza/apps/96/imagemagick.png +share/icons/matefaenza/apps/96/indicator-applet.png +share/icons/matefaenza/apps/96/indicator-weather.png +share/icons/matefaenza/apps/96/inkscape.png +share/icons/matefaenza/apps/96/internet-mail.png +share/icons/matefaenza/apps/96/internet-news-reader.png +share/icons/matefaenza/apps/96/internet-web-browser.png +share/icons/matefaenza/apps/96/itunes.png +share/icons/matefaenza/apps/96/jdownloader.png +share/icons/matefaenza/apps/96/jockey-kde.png +share/icons/matefaenza/apps/96/jockey.png +share/icons/matefaenza/apps/96/jokosher.png +share/icons/matefaenza/apps/96/k3b.png +share/icons/matefaenza/apps/96/kaffeine.png +share/icons/matefaenza/apps/96/kate.png +share/icons/matefaenza/apps/96/kcharselect.png +share/icons/matefaenza/apps/96/kcmkwm.png +share/icons/matefaenza/apps/96/kedit.png +share/icons/matefaenza/apps/96/keepassx.png +share/icons/matefaenza/apps/96/kentoo.png +share/icons/matefaenza/apps/96/key_bindings.png +share/icons/matefaenza/apps/96/keyring-manager.png +share/icons/matefaenza/apps/96/kflickr.png +share/icons/matefaenza/apps/96/kfm.png +share/icons/matefaenza/apps/96/khelpcenter.png +share/icons/matefaenza/apps/96/klavaro.png +share/icons/matefaenza/apps/96/kmail.png +share/icons/matefaenza/apps/96/kmousetool.png +share/icons/matefaenza/apps/96/kmplayer.png +share/icons/matefaenza/apps/96/knotes.png +share/icons/matefaenza/apps/96/konsole.png +share/icons/matefaenza/apps/96/kopete.png +share/icons/matefaenza/apps/96/korganizer.png +share/icons/matefaenza/apps/96/kpackage.png +share/icons/matefaenza/apps/96/kplayer.png +share/icons/matefaenza/apps/96/kradio.png +share/icons/matefaenza/apps/96/kradio4.png +share/icons/matefaenza/apps/96/kscreensaver.png +share/icons/matefaenza/apps/96/ksnapshot.png +share/icons/matefaenza/apps/96/ksysguard.png +share/icons/matefaenza/apps/96/ktorrent.png +share/icons/matefaenza/apps/96/ktouch.png +share/icons/matefaenza/apps/96/kupfer.png +share/icons/matefaenza/apps/96/kuser.png +share/icons/matefaenza/apps/96/kwin.png +share/icons/matefaenza/apps/96/kynpatic.png +share/icons/matefaenza/apps/96/last-fm.png +share/icons/matefaenza/apps/96/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/96/lastfm.png +share/icons/matefaenza/apps/96/leafpad.png +share/icons/matefaenza/apps/96/library-internet-radio.png +share/icons/matefaenza/apps/96/library-podcast.png +share/icons/matefaenza/apps/96/libreoffice-base.png +share/icons/matefaenza/apps/96/libreoffice-calc.png +share/icons/matefaenza/apps/96/libreoffice-draw.png +share/icons/matefaenza/apps/96/libreoffice-impress.png +share/icons/matefaenza/apps/96/libreoffice-main.png +share/icons/matefaenza/apps/96/libreoffice-math.png +share/icons/matefaenza/apps/96/libreoffice-printeradmin.png +share/icons/matefaenza/apps/96/libreoffice-startcenter.png +share/icons/matefaenza/apps/96/libreoffice-template.png +share/icons/matefaenza/apps/96/libreoffice-writer.png +share/icons/matefaenza/apps/96/libreoffice3-base.png +share/icons/matefaenza/apps/96/libreoffice3-calc.png +share/icons/matefaenza/apps/96/libreoffice3-draw.png +share/icons/matefaenza/apps/96/libreoffice3-impress.png +share/icons/matefaenza/apps/96/libreoffice3-math.png +share/icons/matefaenza/apps/96/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/96/libreoffice3-startcenter.png +share/icons/matefaenza/apps/96/libreoffice3-template.png +share/icons/matefaenza/apps/96/libreoffice3-writer.png +share/icons/matefaenza/apps/96/libreoffice34-base.png +share/icons/matefaenza/apps/96/libreoffice34-calc.png +share/icons/matefaenza/apps/96/libreoffice34-draw.png +share/icons/matefaenza/apps/96/libreoffice34-impress.png +share/icons/matefaenza/apps/96/libreoffice34-math.png +share/icons/matefaenza/apps/96/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/96/libreoffice34-startcenter.png +share/icons/matefaenza/apps/96/libreoffice34-template.png +share/icons/matefaenza/apps/96/libreoffice34-writer.png +share/icons/matefaenza/apps/96/liferea.png +share/icons/matefaenza/apps/96/linguist.png +share/icons/matefaenza/apps/96/locale.png +share/icons/matefaenza/apps/96/logview.png +share/icons/matefaenza/apps/96/logviewer.png +share/icons/matefaenza/apps/96/lxterminal.png +share/icons/matefaenza/apps/96/mahjongg.png +share/icons/matefaenza/apps/96/mail-notification.png +share/icons/matefaenza/apps/96/mailnag.png +share/icons/matefaenza/apps/96/mandrivaupdate.png +share/icons/matefaenza/apps/96/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/96/mate-desktop-item-edit.png +share/icons/matefaenza/apps/96/mate-eyes-applet.png +share/icons/matefaenza/apps/96/mate-netspeed-applet.png +share/icons/matefaenza/apps/96/mate-network-properties.png +share/icons/matefaenza/apps/96/mate-notification-properties.png +share/icons/matefaenza/apps/96/mate-panel-clock.png +share/icons/matefaenza/apps/96/mate-panel-launcher.png +share/icons/matefaenza/apps/96/mate-panel-notification-area.png +share/icons/matefaenza/apps/96/mate-panel-window-list.png +share/icons/matefaenza/apps/96/mate-panel-window-menu.png +share/icons/matefaenza/apps/96/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/96/mate-panel.png +share/icons/matefaenza/apps/96/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/96/mate-sensors-applet.png +share/icons/matefaenza/apps/96/mate-session-properties.png +share/icons/matefaenza/apps/96/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/96/mateconf-editor.png +share/icons/matefaenza/apps/96/me-tv.png +share/icons/matefaenza/apps/96/media-player-banshee.png +share/icons/matefaenza/apps/96/meld.png +share/icons/matefaenza/apps/96/mendeley.png +share/icons/matefaenza/apps/96/mendeleydesktop.png +share/icons/matefaenza/apps/96/menu-editor.png +share/icons/matefaenza/apps/96/midori.png +share/icons/matefaenza/apps/96/minitube.png +share/icons/matefaenza/apps/96/minitunes.png +share/icons/matefaenza/apps/96/miro-guide-source.png +share/icons/matefaenza/apps/96/miro.png +share/icons/matefaenza/apps/96/mitter.png +share/icons/matefaenza/apps/96/mm.png +share/icons/matefaenza/apps/96/monodevelop.png +share/icons/matefaenza/apps/96/mousepad.png +share/icons/matefaenza/apps/96/mozilla-firefox.png +share/icons/matefaenza/apps/96/mozilla-thunderbird.png +share/icons/matefaenza/apps/96/mozo.png +share/icons/matefaenza/apps/96/mplayer.png +share/icons/matefaenza/apps/96/msd-xrandr.png +share/icons/matefaenza/apps/96/mtpaint.png +share/icons/matefaenza/apps/96/multimedia-volume-control.png +share/icons/matefaenza/apps/96/mypaint.png +share/icons/matefaenza/apps/96/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/96/nautilus-actions.png +share/icons/matefaenza/apps/96/nautilus-cd-burner.png +share/icons/matefaenza/apps/96/nautilus.png +share/icons/matefaenza/apps/96/netbeans.png +share/icons/matefaenza/apps/96/nixnote.png +share/icons/matefaenza/apps/96/nvidia-current-settings.png +share/icons/matefaenza/apps/96/nvidia-settings.png +share/icons/matefaenza/apps/96/office-address-book.png +share/icons/matefaenza/apps/96/office-calendar.png +share/icons/matefaenza/apps/96/office-date.png +share/icons/matefaenza/apps/96/office-writer.png +share/icons/matefaenza/apps/96/oggconvert.png +share/icons/matefaenza/apps/96/onboard.png +share/icons/matefaenza/apps/96/ooo-base.png +share/icons/matefaenza/apps/96/ooo-base3.0.png +share/icons/matefaenza/apps/96/ooo-calc.png +share/icons/matefaenza/apps/96/ooo-calc2.png +share/icons/matefaenza/apps/96/ooo-calc24.png +share/icons/matefaenza/apps/96/ooo-calc3.0.png +share/icons/matefaenza/apps/96/ooo-draw.png +share/icons/matefaenza/apps/96/ooo-draw3.0.png +share/icons/matefaenza/apps/96/ooo-impress.png +share/icons/matefaenza/apps/96/ooo-impress2.png +share/icons/matefaenza/apps/96/ooo-impress24.png +share/icons/matefaenza/apps/96/ooo-impress3.0.png +share/icons/matefaenza/apps/96/ooo-math.png +share/icons/matefaenza/apps/96/ooo-math3.0.png +share/icons/matefaenza/apps/96/ooo-printeradmin.png +share/icons/matefaenza/apps/96/ooo-template.png +share/icons/matefaenza/apps/96/ooo-template3.0.png +share/icons/matefaenza/apps/96/ooo-writer.png +share/icons/matefaenza/apps/96/ooo-writer2.png +share/icons/matefaenza/apps/96/ooo-writer24.png +share/icons/matefaenza/apps/96/ooo-writer3.0.png +share/icons/matefaenza/apps/96/openbravo-erp.png +share/icons/matefaenza/apps/96/openerp-client.png +share/icons/matefaenza/apps/96/openjdk-6.png +share/icons/matefaenza/apps/96/openjdk-7.png +share/icons/matefaenza/apps/96/openofficeorg-base.png +share/icons/matefaenza/apps/96/openofficeorg-calc.png +share/icons/matefaenza/apps/96/openofficeorg-draw.png +share/icons/matefaenza/apps/96/openofficeorg-impress.png +share/icons/matefaenza/apps/96/openofficeorg-math.png +share/icons/matefaenza/apps/96/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/96/openofficeorg-template.png +share/icons/matefaenza/apps/96/openofficeorg-writer.png +share/icons/matefaenza/apps/96/openofficeorg24-calc.png +share/icons/matefaenza/apps/96/openofficeorg24-impress.png +share/icons/matefaenza/apps/96/openofficeorg24-writer.png +share/icons/matefaenza/apps/96/openofficeorg3-base.png +share/icons/matefaenza/apps/96/openofficeorg3-calc.png +share/icons/matefaenza/apps/96/openofficeorg3-draw.png +share/icons/matefaenza/apps/96/openofficeorg3-impress.png +share/icons/matefaenza/apps/96/openofficeorg3-math.png +share/icons/matefaenza/apps/96/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/96/openofficeorg3-template.png +share/icons/matefaenza/apps/96/openofficeorg3-writer.png +share/icons/matefaenza/apps/96/openofficeorg3.0-base.png +share/icons/matefaenza/apps/96/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/96/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/96/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/96/openofficeorg3.0-math.png +share/icons/matefaenza/apps/96/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/96/openofficeorg3.0-template.png +share/icons/matefaenza/apps/96/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/96/openshot.png +share/icons/matefaenza/apps/96/openterm.png +share/icons/matefaenza/apps/96/openttd.png +share/icons/matefaenza/apps/96/opera-browser.png +share/icons/matefaenza/apps/96/opera-widget-manager.png +share/icons/matefaenza/apps/96/opera-widget.png +share/icons/matefaenza/apps/96/opera.png +share/icons/matefaenza/apps/96/orca.png +share/icons/matefaenza/apps/96/package-manager-icon.png +share/icons/matefaenza/apps/96/palimpsest.png +share/icons/matefaenza/apps/96/paprefs.png +share/icons/matefaenza/apps/96/parole.png +share/icons/matefaenza/apps/96/partner.png +share/icons/matefaenza/apps/96/password.png +share/icons/matefaenza/apps/96/pdfmod.png +share/icons/matefaenza/apps/96/phatch-inspector.png +share/icons/matefaenza/apps/96/phatch.png +share/icons/matefaenza/apps/96/picasa-fontcfg.png +share/icons/matefaenza/apps/96/picasa.png +share/icons/matefaenza/apps/96/picasa32x32.png +share/icons/matefaenza/apps/96/pidgin.png +share/icons/matefaenza/apps/96/pino.png +share/icons/matefaenza/apps/96/pirut.png +share/icons/matefaenza/apps/96/pithos.png +share/icons/matefaenza/apps/96/pitivi.png +share/icons/matefaenza/apps/96/pk-package-sources.png +share/icons/matefaenza/apps/96/plan.png +share/icons/matefaenza/apps/96/playonlinux.png +share/icons/matefaenza/apps/96/podcast.png +share/icons/matefaenza/apps/96/poedit.png +share/icons/matefaenza/apps/96/porthole.png +share/icons/matefaenza/apps/96/postr.png +share/icons/matefaenza/apps/96/ppa.png +share/icons/matefaenza/apps/96/preferences-color.png +share/icons/matefaenza/apps/96/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/96/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/96/preferences-desktop-display.png +share/icons/matefaenza/apps/96/preferences-desktop-font.png +share/icons/matefaenza/apps/96/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/96/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/96/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/96/preferences-desktop-locale.png +share/icons/matefaenza/apps/96/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/96/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/96/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/96/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/96/preferences-desktop-sound.png +share/icons/matefaenza/apps/96/preferences-desktop-theme.png +share/icons/matefaenza/apps/96/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/96/preferences-management-service.png +share/icons/matefaenza/apps/96/preferences-sound.png +share/icons/matefaenza/apps/96/preferences-system-bluetooth.png +share/icons/matefaenza/apps/96/preferences-system-firewall.png +share/icons/matefaenza/apps/96/preferences-system-network.png +share/icons/matefaenza/apps/96/preferences-system-time.png +share/icons/matefaenza/apps/96/preferences-system-windows.png +share/icons/matefaenza/apps/96/pup.png +share/icons/matefaenza/apps/96/pychess.png +share/icons/matefaenza/apps/96/pyneighborhood_48x48.png +share/icons/matefaenza/apps/96/qgit.png +share/icons/matefaenza/apps/96/qtassistant.png +share/icons/matefaenza/apps/96/qtconfig-qt4.png +share/icons/matefaenza/apps/96/qtcreator.png +share/icons/matefaenza/apps/96/qtcreator_logo_32.png +share/icons/matefaenza/apps/96/qtdesigner.png +share/icons/matefaenza/apps/96/qtlinguist.png +share/icons/matefaenza/apps/96/radio.png +share/icons/matefaenza/apps/96/radiotray.png +share/icons/matefaenza/apps/96/rclock.png +share/icons/matefaenza/apps/96/redhat-filemanager.png +share/icons/matefaenza/apps/96/redhat-server_settings.png +share/icons/matefaenza/apps/96/redhat-tools.png +share/icons/matefaenza/apps/96/redhat-web-browser.png +share/icons/matefaenza/apps/96/remmina.png +share/icons/matefaenza/apps/96/revelation.png +share/icons/matefaenza/apps/96/rhythmbox.png +share/icons/matefaenza/apps/96/ristretto.png +share/icons/matefaenza/apps/96/rpmdrake.png +share/icons/matefaenza/apps/96/rssowl.png +share/icons/matefaenza/apps/96/screenie-qt.png +share/icons/matefaenza/apps/96/screenie.png +share/icons/matefaenza/apps/96/screenruler-icon.png +share/icons/matefaenza/apps/96/screenruler.png +share/icons/matefaenza/apps/96/screensaver.png +share/icons/matefaenza/apps/96/scribes.png +share/icons/matefaenza/apps/96/scribus.png +share/icons/matefaenza/apps/96/seahorse-preferences.png +share/icons/matefaenza/apps/96/seahorse.png +share/icons/matefaenza/apps/96/session-properties.png +share/icons/matefaenza/apps/96/setroubleshoot_icon.png +share/icons/matefaenza/apps/96/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/96/shares.png +share/icons/matefaenza/apps/96/shotwell.png +share/icons/matefaenza/apps/96/shutter.png +share/icons/matefaenza/apps/96/simple-ccsm.png +share/icons/matefaenza/apps/96/skype.png +share/icons/matefaenza/apps/96/sleep.png +share/icons/matefaenza/apps/96/smplayer.png +share/icons/matefaenza/apps/96/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/96/software-properties.png +share/icons/matefaenza/apps/96/softwarecenter-debian.png +share/icons/matefaenza/apps/96/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/96/softwarecenter.png +share/icons/matefaenza/apps/96/sound-juicer.png +share/icons/matefaenza/apps/96/soundconverter.png +share/icons/matefaenza/apps/96/speedcrunch.png +share/icons/matefaenza/apps/96/spotify-linux-48x48.png +share/icons/matefaenza/apps/96/spotify-linux-512x512.png +share/icons/matefaenza/apps/96/spotify.png +share/icons/matefaenza/apps/96/sqlitebrowser.png +share/icons/matefaenza/apps/96/stardict.png +share/icons/matefaenza/apps/96/startupmanager.png +share/icons/matefaenza/apps/96/steam.png +share/icons/matefaenza/apps/96/steampowered.png +share/icons/matefaenza/apps/96/stellarium.png +share/icons/matefaenza/apps/96/sticky-notes.png +share/icons/matefaenza/apps/96/stock_alarm.png +share/icons/matefaenza/apps/96/stock_calendar.png +share/icons/matefaenza/apps/96/stock_help.png +share/icons/matefaenza/apps/96/stock_insert-note.png +share/icons/matefaenza/apps/96/stock_keyring.png +share/icons/matefaenza/apps/96/stock_notes.png +share/icons/matefaenza/apps/96/stock_task.png +share/icons/matefaenza/apps/96/stock_unknown.png +share/icons/matefaenza/apps/96/stock_view-details.png +share/icons/matefaenza/apps/96/style.png +share/icons/matefaenza/apps/96/sun-java.png +share/icons/matefaenza/apps/96/sun-java6.png +share/icons/matefaenza/apps/96/sun-java7.png +share/icons/matefaenza/apps/96/sun-javaws.png +share/icons/matefaenza/apps/96/sun-jcontrol.png +share/icons/matefaenza/apps/96/susehelpcenter.png +share/icons/matefaenza/apps/96/susers.png +share/icons/matefaenza/apps/96/sylpheed.png +share/icons/matefaenza/apps/96/synapse.png +share/icons/matefaenza/apps/96/synaptic.png +share/icons/matefaenza/apps/96/sysprof-icon.png +share/icons/matefaenza/apps/96/system-config-authentication.png +share/icons/matefaenza/apps/96/system-config-date.png +share/icons/matefaenza/apps/96/system-config-displayca.png +share/icons/matefaenza/apps/96/system-config-users.png +share/icons/matefaenza/apps/96/system-file-manager.png +share/icons/matefaenza/apps/96/system-hibernate.png +share/icons/matefaenza/apps/96/system-installer.png +share/icons/matefaenza/apps/96/system-restart.png +share/icons/matefaenza/apps/96/system-shut-down.png +share/icons/matefaenza/apps/96/system-software-install.png +share/icons/matefaenza/apps/96/system-software-installer.png +share/icons/matefaenza/apps/96/system-software-update.png +share/icons/matefaenza/apps/96/system-suspend-hibernate.png +share/icons/matefaenza/apps/96/system-suspend.png +share/icons/matefaenza/apps/96/system-switch-java.png +share/icons/matefaenza/apps/96/system-switch-user.png +share/icons/matefaenza/apps/96/system-users.png +share/icons/matefaenza/apps/96/telepathy.png +share/icons/matefaenza/apps/96/terminal.png +share/icons/matefaenza/apps/96/terminator.png +share/icons/matefaenza/apps/96/text-editor.png +share/icons/matefaenza/apps/96/thunar.png +share/icons/matefaenza/apps/96/thunderbird-icon.png +share/icons/matefaenza/apps/96/thunderbird.png +share/icons/matefaenza/apps/96/tilda.png +share/icons/matefaenza/apps/96/time-admin.png +share/icons/matefaenza/apps/96/time.png +share/icons/matefaenza/apps/96/timer-applet.png +share/icons/matefaenza/apps/96/tomboy-note.png +share/icons/matefaenza/apps/96/tomboy.png +share/icons/matefaenza/apps/96/totem.png +share/icons/matefaenza/apps/96/tracker.png +share/icons/matefaenza/apps/96/transmission.png +share/icons/matefaenza/apps/96/truecrypt.png +share/icons/matefaenza/apps/96/tsclient.png +share/icons/matefaenza/apps/96/tvtime.png +share/icons/matefaenza/apps/96/twitter.png +share/icons/matefaenza/apps/96/twitux.png +share/icons/matefaenza/apps/96/ubuntu-tweak.png +share/icons/matefaenza/apps/96/ubuntuone-client.png +share/icons/matefaenza/apps/96/ubuntuone-installer.png +share/icons/matefaenza/apps/96/ubuntuone-music.png +share/icons/matefaenza/apps/96/ubuntuone.png +share/icons/matefaenza/apps/96/ufw-frontends.png +share/icons/matefaenza/apps/96/un-reboot.png +share/icons/matefaenza/apps/96/update-manager.png +share/icons/matefaenza/apps/96/update-notifier.png +share/icons/matefaenza/apps/96/usb-creator-gtk.png +share/icons/matefaenza/apps/96/usb-creator.png +share/icons/matefaenza/apps/96/user-info.png +share/icons/matefaenza/apps/96/user_auth.png +share/icons/matefaenza/apps/96/usermount.png +share/icons/matefaenza/apps/96/utilities-file-archiver.png +share/icons/matefaenza/apps/96/utilities-log-viewer.png +share/icons/matefaenza/apps/96/utilities-system-monitor.png +share/icons/matefaenza/apps/96/utilities-terminal.png +share/icons/matefaenza/apps/96/vim.png +share/icons/matefaenza/apps/96/vinagre.png +share/icons/matefaenza/apps/96/virtualbox-ose.png +share/icons/matefaenza/apps/96/virtualbox.png +share/icons/matefaenza/apps/96/vlc.png +share/icons/matefaenza/apps/96/wallpaper.png +share/icons/matefaenza/apps/96/web-browser.png +share/icons/matefaenza/apps/96/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/96/wesnoth.png +share/icons/matefaenza/apps/96/wikipedia.png +share/icons/matefaenza/apps/96/window-manager.png +share/icons/matefaenza/apps/96/wine-notepad.png +share/icons/matefaenza/apps/96/wine-uninstaller.png +share/icons/matefaenza/apps/96/wine-winecfg.png +share/icons/matefaenza/apps/96/wine-winetricks.png +share/icons/matefaenza/apps/96/wine.png +share/icons/matefaenza/apps/96/wireshark.png +share/icons/matefaenza/apps/96/wmtweaks.png +share/icons/matefaenza/apps/96/wordpress.png +share/icons/matefaenza/apps/96/workspace-switcher.png +share/icons/matefaenza/apps/96/wunderlist.png +share/icons/matefaenza/apps/96/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/96/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/96/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/96/wxbanker.png +share/icons/matefaenza/apps/96/x-office-address-book.png +share/icons/matefaenza/apps/96/x-office-calendar.png +share/icons/matefaenza/apps/96/x-system-software-sources.png +share/icons/matefaenza/apps/96/xarchiver.png +share/icons/matefaenza/apps/96/xbmc.png +share/icons/matefaenza/apps/96/xchat-gnome.png +share/icons/matefaenza/apps/96/xchat-mini.png +share/icons/matefaenza/apps/96/xchat.png +share/icons/matefaenza/apps/96/xfburn.png +share/icons/matefaenza/apps/96/xfcalendar.png +share/icons/matefaenza/apps/96/xfce-edit.png +share/icons/matefaenza/apps/96/xfce-filemanager.png +share/icons/matefaenza/apps/96/xfce-mail.png +share/icons/matefaenza/apps/96/xfce-man.png +share/icons/matefaenza/apps/96/xfce-schedule.png +share/icons/matefaenza/apps/96/xfce-sound.png +share/icons/matefaenza/apps/96/xfce-system-info.png +share/icons/matefaenza/apps/96/xfce-terminal.png +share/icons/matefaenza/apps/96/xfce-ui.png +share/icons/matefaenza/apps/96/xfce4-appfinder.png +share/icons/matefaenza/apps/96/xfce4-backdrop.png +share/icons/matefaenza/apps/96/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/96/xfce4-clock.png +share/icons/matefaenza/apps/96/xfce4-dict.png +share/icons/matefaenza/apps/96/xfce4-mcs-manager.png +share/icons/matefaenza/apps/96/xfce4-menueditor.png +share/icons/matefaenza/apps/96/xfce4-notes-plugin.png +share/icons/matefaenza/apps/96/xfce4-panel.png +share/icons/matefaenza/apps/96/xfce4-session.png +share/icons/matefaenza/apps/96/xfce4-workspaces.png +share/icons/matefaenza/apps/96/xfce_unknown.png +share/icons/matefaenza/apps/96/xfsm-hibernate.png +share/icons/matefaenza/apps/96/xfsm-logout.png +share/icons/matefaenza/apps/96/xfsm-reboot.png +share/icons/matefaenza/apps/96/xfsm-shutdown.png +share/icons/matefaenza/apps/96/xfsm-suspend.png +share/icons/matefaenza/apps/96/xfsm-switch.png +share/icons/matefaenza/apps/96/xfwm4.png +share/icons/matefaenza/apps/96/ximian-evolution-calendar.png +share/icons/matefaenza/apps/96/xine.png +share/icons/matefaenza/apps/96/xournal.png +share/icons/matefaenza/apps/96/xpad.png +share/icons/matefaenza/apps/96/xscreensaver.png +share/icons/matefaenza/apps/96/xterm-color_32x32.png +share/icons/matefaenza/apps/96/xterm-color_48x48.png +share/icons/matefaenza/apps/96/xterm.png +share/icons/matefaenza/apps/96/xterm_32x32.png +share/icons/matefaenza/apps/96/xterm_48x48.png +share/icons/matefaenza/apps/96/yahoo.png +share/icons/matefaenza/apps/96/youtube.png +share/icons/matefaenza/apps/96/yumex.png +share/icons/matefaenza/apps/96/zeitgeist.png +share/icons/matefaenza/apps/96/zen-icon.png +share/icons/matefaenza/apps/96/zenmap.png +share/icons/matefaenza/apps/96/zim.png +share/icons/matefaenza/apps/96/zsnes.png +share/icons/matefaenza/apps/scalable/0ad.svg +share/icons/matefaenza/apps/scalable/96x96.png +share/icons/matefaenza/apps/scalable/AdobeAIR.svg +share/icons/matefaenza/apps/scalable/AdobeReader.svg +share/icons/matefaenza/apps/scalable/AdobeReader10.svg +share/icons/matefaenza/apps/scalable/AdobeReader8.svg +share/icons/matefaenza/apps/scalable/AdobeReader9.svg +share/icons/matefaenza/apps/scalable/DC++.svg +share/icons/matefaenza/apps/scalable/Doom3.svg +share/icons/matefaenza/apps/scalable/ET-quakewars.svg +share/icons/matefaenza/apps/scalable/EasyTAG_icon.svg +share/icons/matefaenza/apps/scalable/Etermutilities-terminal.svg +share/icons/matefaenza/apps/scalable/Gish.svg +share/icons/matefaenza/apps/scalable/Launchpad-launchpad.net.svg +share/icons/matefaenza/apps/scalable/Osmos.svg +share/icons/matefaenza/apps/scalable/OsmosDemo.svg +share/icons/matefaenza/apps/scalable/Penumbra.svg +share/icons/matefaenza/apps/scalable/Savage2.svg +share/icons/matefaenza/apps/scalable/Terminal.svg +share/icons/matefaenza/apps/scalable/Thunar.svg +share/icons/matefaenza/apps/scalable/Trine.svg +share/icons/matefaenza/apps/scalable/UrbanTerror.svg +share/icons/matefaenza/apps/scalable/VBox.svg +share/icons/matefaenza/apps/scalable/WorldOfGoo.svg +share/icons/matefaenza/apps/scalable/WorldOfGooDemo.svg +share/icons/matefaenza/apps/scalable/WorldofPadman.svg +share/icons/matefaenza/apps/scalable/Wunderlist.svg +share/icons/matefaenza/apps/scalable/a4.svg +share/icons/matefaenza/apps/scalable/abiword.svg +share/icons/matefaenza/apps/scalable/abiword_48.svg +share/icons/matefaenza/apps/scalable/abrt.svg +share/icons/matefaenza/apps/scalable/access.svg +share/icons/matefaenza/apps/scalable/accessibility-directory.svg +share/icons/matefaenza/apps/scalable/accessories-calculator.svg +share/icons/matefaenza/apps/scalable/accessories-character-map.svg +share/icons/matefaenza/apps/scalable/accessories-dictionary.svg +share/icons/matefaenza/apps/scalable/accessories-text-editor.svg +share/icons/matefaenza/apps/scalable/acroread.svg +share/icons/matefaenza/apps/scalable/activity-log-manager.svg +share/icons/matefaenza/apps/scalable/addressbook.svg +share/icons/matefaenza/apps/scalable/adobe-air.svg +share/icons/matefaenza/apps/scalable/adobe-flashplayer.svg +share/icons/matefaenza/apps/scalable/adobeflashplugin.svg +share/icons/matefaenza/apps/scalable/akregator.svg +share/icons/matefaenza/apps/scalable/alacarte.svg +share/icons/matefaenza/apps/scalable/alchemy.svg +share/icons/matefaenza/apps/scalable/alien-arena.svg +share/icons/matefaenza/apps/scalable/amarok.svg +share/icons/matefaenza/apps/scalable/amazon-mp3-store-source.svg +share/icons/matefaenza/apps/scalable/amazon-store.svg +share/icons/matefaenza/apps/scalable/amnesia-dark-decent.svg +share/icons/matefaenza/apps/scalable/amule.svg +share/icons/matefaenza/apps/scalable/anjuta.svg +share/icons/matefaenza/apps/scalable/anki.svg +share/icons/matefaenza/apps/scalable/applets-screenshooter.svg +share/icons/matefaenza/apps/scalable/application-default-icon.svg +share/icons/matefaenza/apps/scalable/application-x-clementine.svg +share/icons/matefaenza/apps/scalable/aqualung.svg +share/icons/matefaenza/apps/scalable/as-icon.svg +share/icons/matefaenza/apps/scalable/as-powered.svg +share/icons/matefaenza/apps/scalable/assistant.svg +share/icons/matefaenza/apps/scalable/atril.svg +share/icons/matefaenza/apps/scalable/audacious.svg +share/icons/matefaenza/apps/scalable/audacity.svg +share/icons/matefaenza/apps/scalable/audiobook.svg +share/icons/matefaenza/apps/scalable/autoplus.svg +share/icons/matefaenza/apps/scalable/avant-window-navigator.svg +share/icons/matefaenza/apps/scalable/awn-settings.svg +share/icons/matefaenza/apps/scalable/ax-applet.svg +share/icons/matefaenza/apps/scalable/background.svg +share/icons/matefaenza/apps/scalable/badge-small.svg +share/icons/matefaenza/apps/scalable/banshee-1.svg +share/icons/matefaenza/apps/scalable/banshee.svg +share/icons/matefaenza/apps/scalable/baobab.svg +share/icons/matefaenza/apps/scalable/bash.svg +share/icons/matefaenza/apps/scalable/bazaar.svg +share/icons/matefaenza/apps/scalable/bleachbit.svg +share/icons/matefaenza/apps/scalable/blender.svg +share/icons/matefaenza/apps/scalable/bluefish-icon.svg +share/icons/matefaenza/apps/scalable/bluefish.svg +share/icons/matefaenza/apps/scalable/bluegriffon.svg +share/icons/matefaenza/apps/scalable/blueman.svg +share/icons/matefaenza/apps/scalable/blueradio-48.svg +share/icons/matefaenza/apps/scalable/blueradio.svg +share/icons/matefaenza/apps/scalable/bluetooth-48.svg +share/icons/matefaenza/apps/scalable/bluetooth.svg +share/icons/matefaenza/apps/scalable/bluetoothradio.svg +share/icons/matefaenza/apps/scalable/boot.svg +share/icons/matefaenza/apps/scalable/brasero.svg +share/icons/matefaenza/apps/scalable/browser-help.svg +share/icons/matefaenza/apps/scalable/browser.svg +share/icons/matefaenza/apps/scalable/bt-logo.svg +share/icons/matefaenza/apps/scalable/bug-buddy.svg +share/icons/matefaenza/apps/scalable/bzr-explorer.svg +share/icons/matefaenza/apps/scalable/c128.svg +share/icons/matefaenza/apps/scalable/c610.svg +share/icons/matefaenza/apps/scalable/c64.svg +share/icons/matefaenza/apps/scalable/caffeine.svg +share/icons/matefaenza/apps/scalable/cairo-clock.svg +share/icons/matefaenza/apps/scalable/calc.svg +share/icons/matefaenza/apps/scalable/catfish.svg +share/icons/matefaenza/apps/scalable/ccc_large.svg +share/icons/matefaenza/apps/scalable/ccsm.svg +share/icons/matefaenza/apps/scalable/checkbox.svg +share/icons/matefaenza/apps/scalable/checkgmail.svg +share/icons/matefaenza/apps/scalable/cheese.svg +share/icons/matefaenza/apps/scalable/chromium-browser.svg +share/icons/matefaenza/apps/scalable/chromium-browser2.svg +share/icons/matefaenza/apps/scalable/chromium.svg +share/icons/matefaenza/apps/scalable/claws-mail.svg +share/icons/matefaenza/apps/scalable/clementine.svg +share/icons/matefaenza/apps/scalable/clock.svg +share/icons/matefaenza/apps/scalable/clocks.svg +share/icons/matefaenza/apps/scalable/codeblocks.svg +share/icons/matefaenza/apps/scalable/comix.svg +share/icons/matefaenza/apps/scalable/computerjanitor.svg +share/icons/matefaenza/apps/scalable/config-date.svg +share/icons/matefaenza/apps/scalable/config-language.svg +share/icons/matefaenza/apps/scalable/config-users.svg +share/icons/matefaenza/apps/scalable/confity.svg +share/icons/matefaenza/apps/scalable/control-center2.svg +share/icons/matefaenza/apps/scalable/covergloobus.svg +share/icons/matefaenza/apps/scalable/credentials-preferences.svg +share/icons/matefaenza/apps/scalable/cryptkeeper.svg +share/icons/matefaenza/apps/scalable/cups.svg +share/icons/matefaenza/apps/scalable/dc++.svg +share/icons/matefaenza/apps/scalable/dconf-editor.svg +share/icons/matefaenza/apps/scalable/deadbeef.svg +share/icons/matefaenza/apps/scalable/defcon.svg +share/icons/matefaenza/apps/scalable/deja-dup.svg +share/icons/matefaenza/apps/scalable/deluge-torrent.svg +share/icons/matefaenza/apps/scalable/deluge.svg +share/icons/matefaenza/apps/scalable/designer.svg +share/icons/matefaenza/apps/scalable/desktop-effects.svg +share/icons/matefaenza/apps/scalable/desura.svg +share/icons/matefaenza/apps/scalable/devede.svg +share/icons/matefaenza/apps/scalable/devhelp.svg +share/icons/matefaenza/apps/scalable/dia.svg +share/icons/matefaenza/apps/scalable/display-capplet.svg +share/icons/matefaenza/apps/scalable/display.im6.svg +share/icons/matefaenza/apps/scalable/docky.svg +share/icons/matefaenza/apps/scalable/dolphin.svg +share/icons/matefaenza/apps/scalable/dosbox.svg +share/icons/matefaenza/apps/scalable/drakconf.svg +share/icons/matefaenza/apps/scalable/drakmenustyle.svg +share/icons/matefaenza/apps/scalable/drakstats.svg +share/icons/matefaenza/apps/scalable/dropbox.svg +share/icons/matefaenza/apps/scalable/dvdrip.svg +share/icons/matefaenza/apps/scalable/eagle.svg +share/icons/matefaenza/apps/scalable/easylife.svg +share/icons/matefaenza/apps/scalable/easytag.svg +share/icons/matefaenza/apps/scalable/eclipse.svg +share/icons/matefaenza/apps/scalable/edit-urpm-sources.svg +share/icons/matefaenza/apps/scalable/eekboard.svg +share/icons/matefaenza/apps/scalable/ejecter.svg +share/icons/matefaenza/apps/scalable/ekiga.svg +share/icons/matefaenza/apps/scalable/emacs.svg +share/icons/matefaenza/apps/scalable/emacs23.svg +share/icons/matefaenza/apps/scalable/emerald-theme-manager-icon.svg +share/icons/matefaenza/apps/scalable/emerillon.svg +share/icons/matefaenza/apps/scalable/emesene.svg +share/icons/matefaenza/apps/scalable/empathy.svg +share/icons/matefaenza/apps/scalable/engrampa.svg +share/icons/matefaenza/apps/scalable/eog.svg +share/icons/matefaenza/apps/scalable/eom.svg +share/icons/matefaenza/apps/scalable/evernote.svg +share/icons/matefaenza/apps/scalable/evince.svg +share/icons/matefaenza/apps/scalable/evolution-calendar.svg +share/icons/matefaenza/apps/scalable/evolution-mail.svg +share/icons/matefaenza/apps/scalable/evolution-memos.svg +share/icons/matefaenza/apps/scalable/evolution-tasks.svg +share/icons/matefaenza/apps/scalable/evolution.svg +share/icons/matefaenza/apps/scalable/exaile.svg +share/icons/matefaenza/apps/scalable/f-spot.svg +share/icons/matefaenza/apps/scalable/facebook.svg +share/icons/matefaenza/apps/scalable/fedora-release-notes.svg +share/icons/matefaenza/apps/scalable/file-manager.svg +share/icons/matefaenza/apps/scalable/file-roller.svg +share/icons/matefaenza/apps/scalable/filezilla.svg +share/icons/matefaenza/apps/scalable/firefox-3.0.svg +share/icons/matefaenza/apps/scalable/firefox-3.5.svg +share/icons/matefaenza/apps/scalable/firefox-4.0.svg +share/icons/matefaenza/apps/scalable/firefox-original.svg +share/icons/matefaenza/apps/scalable/firefox.svg +share/icons/matefaenza/apps/scalable/firestarter.svg +share/icons/matefaenza/apps/scalable/flash-player-properties.svg +share/icons/matefaenza/apps/scalable/flash.svg +share/icons/matefaenza/apps/scalable/flashplayer.svg +share/icons/matefaenza/apps/scalable/flegita.svg +share/icons/matefaenza/apps/scalable/flickr.svg +share/icons/matefaenza/apps/scalable/flightgear.svg +share/icons/matefaenza/apps/scalable/fontforge.svg +share/icons/matefaenza/apps/scalable/fontmatrix.svg +share/icons/matefaenza/apps/scalable/fonts.svg +share/icons/matefaenza/apps/scalable/fontypython.svg +share/icons/matefaenza/apps/scalable/freetuxtv.svg +share/icons/matefaenza/apps/scalable/fretsonfire.svg +share/icons/matefaenza/apps/scalable/frostwire.svg +share/icons/matefaenza/apps/scalable/frozen-bubble-icon-48x48.svg +share/icons/matefaenza/apps/scalable/frozen-bubble.svg +share/icons/matefaenza/apps/scalable/fusion-icon.svg +share/icons/matefaenza/apps/scalable/gajim.svg +share/icons/matefaenza/apps/scalable/galculator.svg +share/icons/matefaenza/apps/scalable/gazpacho-icon.svg +share/icons/matefaenza/apps/scalable/gazpacho.svg +share/icons/matefaenza/apps/scalable/gbrainy.svg +share/icons/matefaenza/apps/scalable/gcolor2.svg +share/icons/matefaenza/apps/scalable/gconf-editor.svg +share/icons/matefaenza/apps/scalable/gconfeditor.svg +share/icons/matefaenza/apps/scalable/gcstar.svg +share/icons/matefaenza/apps/scalable/gdeb.svg +share/icons/matefaenza/apps/scalable/gdebi.svg +share/icons/matefaenza/apps/scalable/gdm-setup.svg +share/icons/matefaenza/apps/scalable/gdm-xnest.svg +share/icons/matefaenza/apps/scalable/gdm.svg +share/icons/matefaenza/apps/scalable/geany.svg +share/icons/matefaenza/apps/scalable/geogebra.svg +share/icons/matefaenza/apps/scalable/gespeaker.svg +share/icons/matefaenza/apps/scalable/ghex.svg +share/icons/matefaenza/apps/scalable/giggle.svg +share/icons/matefaenza/apps/scalable/gimp.svg +share/icons/matefaenza/apps/scalable/git-cola.svg +share/icons/matefaenza/apps/scalable/git.svg +share/icons/matefaenza/apps/scalable/gkdebconf-icon.svg +share/icons/matefaenza/apps/scalable/gkdebconf.svg +share/icons/matefaenza/apps/scalable/gksu-debian.svg +share/icons/matefaenza/apps/scalable/gksu-root-terminal.svg +share/icons/matefaenza/apps/scalable/glade-3.svg +share/icons/matefaenza/apps/scalable/glade.svg +share/icons/matefaenza/apps/scalable/glippy.svg +share/icons/matefaenza/apps/scalable/gloobus-preview.svg +share/icons/matefaenza/apps/scalable/gloobus.svg +share/icons/matefaenza/apps/scalable/gmail.svg +share/icons/matefaenza/apps/scalable/gmailwatcher.svg +share/icons/matefaenza/apps/scalable/gmameui.svg +share/icons/matefaenza/apps/scalable/gmdb2.svg +share/icons/matefaenza/apps/scalable/gmusicbrowser.svg +share/icons/matefaenza/apps/scalable/gnochm.svg +share/icons/matefaenza/apps/scalable/gnome-about-logo.svg +share/icons/matefaenza/apps/scalable/gnome-activity-journal.svg +share/icons/matefaenza/apps/scalable/gnome-aisleriot.svg +share/icons/matefaenza/apps/scalable/gnome-app-install.svg +share/icons/matefaenza/apps/scalable/gnome-apt.svg +share/icons/matefaenza/apps/scalable/gnome-audio.svg +share/icons/matefaenza/apps/scalable/gnome-calculator.svg +share/icons/matefaenza/apps/scalable/gnome-calendar.svg +share/icons/matefaenza/apps/scalable/gnome-character-map.svg +share/icons/matefaenza/apps/scalable/gnome-contacts.svg +share/icons/matefaenza/apps/scalable/gnome-desktop-config.svg +share/icons/matefaenza/apps/scalable/gnome-desktop-item-edit.svg +share/icons/matefaenza/apps/scalable/gnome-device-manager.svg +share/icons/matefaenza/apps/scalable/gnome-dictionary.svg +share/icons/matefaenza/apps/scalable/gnome-disks.svg +share/icons/matefaenza/apps/scalable/gnome-display-properties.svg +share/icons/matefaenza/apps/scalable/gnome-do.svg +share/icons/matefaenza/apps/scalable/gnome-documents.svg +share/icons/matefaenza/apps/scalable/gnome-eterm.svg +share/icons/matefaenza/apps/scalable/gnome-freecell.svg +share/icons/matefaenza/apps/scalable/gnome-glchess.svg +share/icons/matefaenza/apps/scalable/gnome-glines.svg +share/icons/matefaenza/apps/scalable/gnome-gmenu.svg +share/icons/matefaenza/apps/scalable/gnome-gnect.svg +share/icons/matefaenza/apps/scalable/gnome-gnibbles.svg +share/icons/matefaenza/apps/scalable/gnome-help.svg +share/icons/matefaenza/apps/scalable/gnome-iagno.svg +share/icons/matefaenza/apps/scalable/gnome-info.svg +share/icons/matefaenza/apps/scalable/gnome-klotski.svg +share/icons/matefaenza/apps/scalable/gnome-lightsoff.svg +share/icons/matefaenza/apps/scalable/gnome-log-out.svg +share/icons/matefaenza/apps/scalable/gnome-logo-icon-transparent.svg +share/icons/matefaenza/apps/scalable/gnome-logout.svg +share/icons/matefaenza/apps/scalable/gnome-mahjongg.svg +share/icons/matefaenza/apps/scalable/gnome-mines.svg +share/icons/matefaenza/apps/scalable/gnome-monitor.svg +share/icons/matefaenza/apps/scalable/gnome-mplayer.svg +share/icons/matefaenza/apps/scalable/gnome-nettool.svg +share/icons/matefaenza/apps/scalable/gnome-network-properties.svg +share/icons/matefaenza/apps/scalable/gnome-networktool.svg +share/icons/matefaenza/apps/scalable/gnome-note.svg +share/icons/matefaenza/apps/scalable/gnome-package.svg +share/icons/matefaenza/apps/scalable/gnome-panel-clock.svg +share/icons/matefaenza/apps/scalable/gnome-panel-launcher.svg +share/icons/matefaenza/apps/scalable/gnome-panel-workspace-switcher.svg +share/icons/matefaenza/apps/scalable/gnome-panel.svg +share/icons/matefaenza/apps/scalable/gnome-power-manager.svg +share/icons/matefaenza/apps/scalable/gnome-power-statistics.svg +share/icons/matefaenza/apps/scalable/gnome-quadrapassel.svg +share/icons/matefaenza/apps/scalable/gnome-remote-desktop.svg +share/icons/matefaenza/apps/scalable/gnome-robots.svg +share/icons/matefaenza/apps/scalable/gnome-samegnome.svg +share/icons/matefaenza/apps/scalable/gnome-screenshot.svg +share/icons/matefaenza/apps/scalable/gnome-session-halt.svg +share/icons/matefaenza/apps/scalable/gnome-session-hibernate.svg +share/icons/matefaenza/apps/scalable/gnome-session-logout.svg +share/icons/matefaenza/apps/scalable/gnome-session-reboot.svg +share/icons/matefaenza/apps/scalable/gnome-session-sleep.svg +share/icons/matefaenza/apps/scalable/gnome-session-suspend.svg +share/icons/matefaenza/apps/scalable/gnome-session-switch.svg +share/icons/matefaenza/apps/scalable/gnome-session.svg +share/icons/matefaenza/apps/scalable/gnome-set-time.svg +share/icons/matefaenza/apps/scalable/gnome-settings-accessibility-technologies.svg +share/icons/matefaenza/apps/scalable/gnome-settings-background.svg +share/icons/matefaenza/apps/scalable/gnome-settings-default-applications.svg +share/icons/matefaenza/apps/scalable/gnome-settings-font.svg +share/icons/matefaenza/apps/scalable/gnome-settings-sound.svg +share/icons/matefaenza/apps/scalable/gnome-settings-theme.svg +share/icons/matefaenza/apps/scalable/gnome-shutdown.svg +share/icons/matefaenza/apps/scalable/gnome-sound-properties.svg +share/icons/matefaenza/apps/scalable/gnome-sound-recorder.svg +share/icons/matefaenza/apps/scalable/gnome-status.svg +share/icons/matefaenza/apps/scalable/gnome-sticky-notes-applet.svg +share/icons/matefaenza/apps/scalable/gnome-sudoku.svg +share/icons/matefaenza/apps/scalable/gnome-swell-foop.svg +share/icons/matefaenza/apps/scalable/gnome-system-monitor.svg +share/icons/matefaenza/apps/scalable/gnome-tali.svg +share/icons/matefaenza/apps/scalable/gnome-term.svg +share/icons/matefaenza/apps/scalable/gnome-terminal.svg +share/icons/matefaenza/apps/scalable/gnome-tetravex.svg +share/icons/matefaenza/apps/scalable/gnome-translate.svg +share/icons/matefaenza/apps/scalable/gnome-unknown.svg +share/icons/matefaenza/apps/scalable/gnome-volume-control.svg +share/icons/matefaenza/apps/scalable/gnome-web-browser.svg +share/icons/matefaenza/apps/scalable/gnome-window-manager.svg +share/icons/matefaenza/apps/scalable/gnome-word.svg +share/icons/matefaenza/apps/scalable/gnome-xterm.svg +share/icons/matefaenza/apps/scalable/gnomeradio.svg +share/icons/matefaenza/apps/scalable/gnomine.svg +share/icons/matefaenza/apps/scalable/gnote.svg +share/icons/matefaenza/apps/scalable/gnucash-icon.svg +share/icons/matefaenza/apps/scalable/gnumeric.svg +share/icons/matefaenza/apps/scalable/goa-account-facebook.svg +share/icons/matefaenza/apps/scalable/goa-account-google.svg +share/icons/matefaenza/apps/scalable/goa-account-twitter.svg +share/icons/matefaenza/apps/scalable/goa-account-yahoo.svg +share/icons/matefaenza/apps/scalable/goa-account.svg +share/icons/matefaenza/apps/scalable/goa-panel.svg +share/icons/matefaenza/apps/scalable/gobby-0.5.svg +share/icons/matefaenza/apps/scalable/gobby.svg +share/icons/matefaenza/apps/scalable/goldendict.svg +share/icons/matefaenza/apps/scalable/google-chrome-unstable.svg +share/icons/matefaenza/apps/scalable/google-chrome.svg +share/icons/matefaenza/apps/scalable/google-chrome2.svg +share/icons/matefaenza/apps/scalable/google-earth.svg +share/icons/matefaenza/apps/scalable/google-plus.svg +share/icons/matefaenza/apps/scalable/google.svg +share/icons/matefaenza/apps/scalable/googleearth.svg +share/icons/matefaenza/apps/scalable/googlemusicframe.svg +share/icons/matefaenza/apps/scalable/googleplus.svg +share/icons/matefaenza/apps/scalable/gparted.svg +share/icons/matefaenza/apps/scalable/gpicview.svg +share/icons/matefaenza/apps/scalable/gpk-prefs.svg +share/icons/matefaenza/apps/scalable/gpk-repo.svg +share/icons/matefaenza/apps/scalable/gpodder.svg +share/icons/matefaenza/apps/scalable/gresistor.svg +share/icons/matefaenza/apps/scalable/griffith.svg +share/icons/matefaenza/apps/scalable/grisbi.svg +share/icons/matefaenza/apps/scalable/gtg.svg +share/icons/matefaenza/apps/scalable/gthumb.svg +share/icons/matefaenza/apps/scalable/gtk-help.svg +share/icons/matefaenza/apps/scalable/gtk-info.svg +share/icons/matefaenza/apps/scalable/gtk-recordmydesktop.svg +share/icons/matefaenza/apps/scalable/gtwitter.svg +share/icons/matefaenza/apps/scalable/guake-notification.svg +share/icons/matefaenza/apps/scalable/guake-prefs.svg +share/icons/matefaenza/apps/scalable/guake.svg +share/icons/matefaenza/apps/scalable/guayadeque.svg +share/icons/matefaenza/apps/scalable/gucharmap.svg +share/icons/matefaenza/apps/scalable/gufw.svg +share/icons/matefaenza/apps/scalable/gufw_menu.svg +share/icons/matefaenza/apps/scalable/gunity.svg +share/icons/matefaenza/apps/scalable/gvim.svg +share/icons/matefaenza/apps/scalable/gwenview.svg +share/icons/matefaenza/apps/scalable/gwibber.svg +share/icons/matefaenza/apps/scalable/haguichi.svg +share/icons/matefaenza/apps/scalable/hardinfo.svg +share/icons/matefaenza/apps/scalable/hedgewars.svg +share/icons/matefaenza/apps/scalable/help-browser.svg +share/icons/matefaenza/apps/scalable/help.svg +share/icons/matefaenza/apps/scalable/hi48-app-wireshark.svg +share/icons/matefaenza/apps/scalable/homebank.svg +share/icons/matefaenza/apps/scalable/hotwire.svg +share/icons/matefaenza/apps/scalable/htop.svg +share/icons/matefaenza/apps/scalable/hydrogen.svg +share/icons/matefaenza/apps/scalable/ibus-setup.svg +share/icons/matefaenza/apps/scalable/ibus.svg +share/icons/matefaenza/apps/scalable/icedove.svg +share/icons/matefaenza/apps/scalable/iceweasel.svg +share/icons/matefaenza/apps/scalable/im-chooser.svg +share/icons/matefaenza/apps/scalable/imagemagick.svg +share/icons/matefaenza/apps/scalable/indicator-applet.svg +share/icons/matefaenza/apps/scalable/indicator-weather.svg +share/icons/matefaenza/apps/scalable/inkscape.svg +share/icons/matefaenza/apps/scalable/internet-mail.svg +share/icons/matefaenza/apps/scalable/internet-news-reader.svg +share/icons/matefaenza/apps/scalable/internet-web-browser.svg +share/icons/matefaenza/apps/scalable/itunes.svg +share/icons/matefaenza/apps/scalable/jack-rack.svg +share/icons/matefaenza/apps/scalable/jack.svg +share/icons/matefaenza/apps/scalable/jackbeat.svg +share/icons/matefaenza/apps/scalable/jackeq.svg +share/icons/matefaenza/apps/scalable/jag.svg +share/icons/matefaenza/apps/scalable/jag_editor.svg +share/icons/matefaenza/apps/scalable/jamin.svg +share/icons/matefaenza/apps/scalable/jdownloader.svg +share/icons/matefaenza/apps/scalable/jockey-kde.svg +share/icons/matefaenza/apps/scalable/jockey.svg +share/icons/matefaenza/apps/scalable/jokosher.svg +share/icons/matefaenza/apps/scalable/k3b.svg +share/icons/matefaenza/apps/scalable/kadu.svg +share/icons/matefaenza/apps/scalable/kaffeine.svg +share/icons/matefaenza/apps/scalable/kate.svg +share/icons/matefaenza/apps/scalable/kcharselect.svg +share/icons/matefaenza/apps/scalable/kcmkwm.svg +share/icons/matefaenza/apps/scalable/kdenlive.svg +share/icons/matefaenza/apps/scalable/kedit.svg +share/icons/matefaenza/apps/scalable/keepassx.svg +share/icons/matefaenza/apps/scalable/kentoo.svg +share/icons/matefaenza/apps/scalable/key_bindings.svg +share/icons/matefaenza/apps/scalable/keyring-manager.svg +share/icons/matefaenza/apps/scalable/kflickr.svg +share/icons/matefaenza/apps/scalable/kfm.svg +share/icons/matefaenza/apps/scalable/kgeography.svg +share/icons/matefaenza/apps/scalable/khelpcenter.svg +share/icons/matefaenza/apps/scalable/klavaro.svg +share/icons/matefaenza/apps/scalable/kmail.svg +share/icons/matefaenza/apps/scalable/kmousetool.svg +share/icons/matefaenza/apps/scalable/kmplayer.svg +share/icons/matefaenza/apps/scalable/knotes.svg +share/icons/matefaenza/apps/scalable/kobo-icon.svg +share/icons/matefaenza/apps/scalable/kobo-icon.xpm +share/icons/matefaenza/apps/scalable/kompozer.svg +share/icons/matefaenza/apps/scalable/konsole.svg +share/icons/matefaenza/apps/scalable/kopete.svg +share/icons/matefaenza/apps/scalable/korganizer.svg +share/icons/matefaenza/apps/scalable/kpackage.svg +share/icons/matefaenza/apps/scalable/kplayer.svg +share/icons/matefaenza/apps/scalable/kradio.svg +share/icons/matefaenza/apps/scalable/kradio4.svg +share/icons/matefaenza/apps/scalable/kscreensaver.svg +share/icons/matefaenza/apps/scalable/ksnapshot.svg +share/icons/matefaenza/apps/scalable/ksysguard.svg +share/icons/matefaenza/apps/scalable/ktorrent.svg +share/icons/matefaenza/apps/scalable/ktouch.svg +share/icons/matefaenza/apps/scalable/kupfer.svg +share/icons/matefaenza/apps/scalable/kuser.svg +share/icons/matefaenza/apps/scalable/kwin.svg +share/icons/matefaenza/apps/scalable/kynpatic.svg +share/icons/matefaenza/apps/scalable/last-fm.svg +share/icons/matefaenza/apps/scalable/lastfm-audioscrobbler.svg +share/icons/matefaenza/apps/scalable/lastfm.svg +share/icons/matefaenza/apps/scalable/leafpad.svg +share/icons/matefaenza/apps/scalable/library-internet-radio.svg +share/icons/matefaenza/apps/scalable/library-podcast.svg +share/icons/matefaenza/apps/scalable/libreoffice-base.svg +share/icons/matefaenza/apps/scalable/libreoffice-calc.svg +share/icons/matefaenza/apps/scalable/libreoffice-draw.svg +share/icons/matefaenza/apps/scalable/libreoffice-impress.svg +share/icons/matefaenza/apps/scalable/libreoffice-main.svg +share/icons/matefaenza/apps/scalable/libreoffice-math.svg +share/icons/matefaenza/apps/scalable/libreoffice-printeradmin.svg +share/icons/matefaenza/apps/scalable/libreoffice-startcenter.svg +share/icons/matefaenza/apps/scalable/libreoffice-template.svg +share/icons/matefaenza/apps/scalable/libreoffice-writer.svg +share/icons/matefaenza/apps/scalable/libreoffice3-base.svg +share/icons/matefaenza/apps/scalable/libreoffice3-calc.svg +share/icons/matefaenza/apps/scalable/libreoffice3-draw.svg +share/icons/matefaenza/apps/scalable/libreoffice3-impress.svg +share/icons/matefaenza/apps/scalable/libreoffice3-math.svg +share/icons/matefaenza/apps/scalable/libreoffice3-printeradmin.svg +share/icons/matefaenza/apps/scalable/libreoffice3-startcenter.svg +share/icons/matefaenza/apps/scalable/libreoffice3-template.svg +share/icons/matefaenza/apps/scalable/libreoffice3-writer.svg +share/icons/matefaenza/apps/scalable/libreoffice34-base.svg +share/icons/matefaenza/apps/scalable/libreoffice34-calc.svg +share/icons/matefaenza/apps/scalable/libreoffice34-draw.svg +share/icons/matefaenza/apps/scalable/libreoffice34-impress.svg +share/icons/matefaenza/apps/scalable/libreoffice34-math.svg +share/icons/matefaenza/apps/scalable/libreoffice34-printeradmin.svg +share/icons/matefaenza/apps/scalable/libreoffice34-startcenter.svg +share/icons/matefaenza/apps/scalable/libreoffice34-template.svg +share/icons/matefaenza/apps/scalable/libreoffice34-writer.svg +share/icons/matefaenza/apps/scalable/lifeograph.svg +share/icons/matefaenza/apps/scalable/liferea.svg +share/icons/matefaenza/apps/scalable/linguist.svg +share/icons/matefaenza/apps/scalable/locale.svg +share/icons/matefaenza/apps/scalable/logview.svg +share/icons/matefaenza/apps/scalable/logviewer.svg +share/icons/matefaenza/apps/scalable/love.svg +share/icons/matefaenza/apps/scalable/lugaru-hd.svg +share/icons/matefaenza/apps/scalable/lxterminal.svg +share/icons/matefaenza/apps/scalable/machinarium.svg +share/icons/matefaenza/apps/scalable/mahjongg.svg +share/icons/matefaenza/apps/scalable/mail-notification.svg +share/icons/matefaenza/apps/scalable/mailnag.svg +share/icons/matefaenza/apps/scalable/mame.svg +share/icons/matefaenza/apps/scalable/mandrivaupdate.svg +share/icons/matefaenza/apps/scalable/mate-cpu-frequency-applet.svg +share/icons/matefaenza/apps/scalable/mate-desktop-item-edit.svg +share/icons/matefaenza/apps/scalable/mate-eyes-applet.svg +share/icons/matefaenza/apps/scalable/mate-netspeed-applet.svg +share/icons/matefaenza/apps/scalable/mate-network-properties.svg +share/icons/matefaenza/apps/scalable/mate-notification-properties.svg +share/icons/matefaenza/apps/scalable/mate-panel-clock.svg +share/icons/matefaenza/apps/scalable/mate-panel-launcher.svg +share/icons/matefaenza/apps/scalable/mate-panel-notification-area.svg +share/icons/matefaenza/apps/scalable/mate-panel-window-list.svg +share/icons/matefaenza/apps/scalable/mate-panel-window-menu.svg +share/icons/matefaenza/apps/scalable/mate-panel-workspace-switcher.svg +share/icons/matefaenza/apps/scalable/mate-panel.svg +share/icons/matefaenza/apps/scalable/mate-preferences-desktop-display.svg +share/icons/matefaenza/apps/scalable/mate-sensors-applet.svg +share/icons/matefaenza/apps/scalable/mate-session-properties.svg +share/icons/matefaenza/apps/scalable/mate-sticky-notes-applet.svg +share/icons/matefaenza/apps/scalable/mateconf-editor.svg +share/icons/matefaenza/apps/scalable/me-tv.svg +share/icons/matefaenza/apps/scalable/media-player-banshee.svg +share/icons/matefaenza/apps/scalable/meld.svg +share/icons/matefaenza/apps/scalable/memaker.svg +share/icons/matefaenza/apps/scalable/mendeley.svg +share/icons/matefaenza/apps/scalable/mendeleydesktop.svg +share/icons/matefaenza/apps/scalable/menu-editor.svg +share/icons/matefaenza/apps/scalable/midori.svg +share/icons/matefaenza/apps/scalable/minecraft.svg +share/icons/matefaenza/apps/scalable/minitube.svg +share/icons/matefaenza/apps/scalable/minitunes.svg +share/icons/matefaenza/apps/scalable/miro-guide-source.svg +share/icons/matefaenza/apps/scalable/miro.svg +share/icons/matefaenza/apps/scalable/mitter.svg +share/icons/matefaenza/apps/scalable/mm.svg +share/icons/matefaenza/apps/scalable/monodevelop.svg +share/icons/matefaenza/apps/scalable/monodoc-browser.svg +share/icons/matefaenza/apps/scalable/mousepad.svg +share/icons/matefaenza/apps/scalable/mozilla-firefox.svg +share/icons/matefaenza/apps/scalable/mozilla-thunderbird.svg +share/icons/matefaenza/apps/scalable/mozo.svg +share/icons/matefaenza/apps/scalable/mplayer.svg +share/icons/matefaenza/apps/scalable/msd-xrandr.svg +share/icons/matefaenza/apps/scalable/mtpaint.svg +share/icons/matefaenza/apps/scalable/multimedia-volume-control.svg +share/icons/matefaenza/apps/scalable/mumble.svg +share/icons/matefaenza/apps/scalable/musescore.svg +share/icons/matefaenza/apps/scalable/mypaint.svg +share/icons/matefaenza/apps/scalable/nautilus-actions-config-tool.svg +share/icons/matefaenza/apps/scalable/nautilus-actions.svg +share/icons/matefaenza/apps/scalable/nautilus-cd-burner.svg +share/icons/matefaenza/apps/scalable/nautilus.svg +share/icons/matefaenza/apps/scalable/netbeans.svg +share/icons/matefaenza/apps/scalable/nexuiz.svg +share/icons/matefaenza/apps/scalable/nexuiz.xpm +share/icons/matefaenza/apps/scalable/nexuiz48x48.svg +share/icons/matefaenza/apps/scalable/nixnote.svg +share/icons/matefaenza/apps/scalable/numptyphysics.svg +share/icons/matefaenza/apps/scalable/nvidia-current-settings.svg +share/icons/matefaenza/apps/scalable/nvidia-settings.svg +share/icons/matefaenza/apps/scalable/office-address-book.svg +share/icons/matefaenza/apps/scalable/office-calendar.svg +share/icons/matefaenza/apps/scalable/office-date.svg +share/icons/matefaenza/apps/scalable/office-writer.svg +share/icons/matefaenza/apps/scalable/oggconvert.svg +share/icons/matefaenza/apps/scalable/omgwords.svg +share/icons/matefaenza/apps/scalable/onboard.svg +share/icons/matefaenza/apps/scalable/ooo-base.svg +share/icons/matefaenza/apps/scalable/ooo-base3.0.svg +share/icons/matefaenza/apps/scalable/ooo-calc.svg +share/icons/matefaenza/apps/scalable/ooo-calc2.svg +share/icons/matefaenza/apps/scalable/ooo-calc24.svg +share/icons/matefaenza/apps/scalable/ooo-calc3.0.svg +share/icons/matefaenza/apps/scalable/ooo-draw.svg +share/icons/matefaenza/apps/scalable/ooo-draw3.0.svg +share/icons/matefaenza/apps/scalable/ooo-impress.svg +share/icons/matefaenza/apps/scalable/ooo-impress2.svg +share/icons/matefaenza/apps/scalable/ooo-impress24.svg +share/icons/matefaenza/apps/scalable/ooo-impress3.0.svg +share/icons/matefaenza/apps/scalable/ooo-math.svg +share/icons/matefaenza/apps/scalable/ooo-math3.0.svg +share/icons/matefaenza/apps/scalable/ooo-printeradmin.svg +share/icons/matefaenza/apps/scalable/ooo-template.svg +share/icons/matefaenza/apps/scalable/ooo-template3.0.svg +share/icons/matefaenza/apps/scalable/ooo-writer.svg +share/icons/matefaenza/apps/scalable/ooo-writer2.svg +share/icons/matefaenza/apps/scalable/ooo-writer24.svg +share/icons/matefaenza/apps/scalable/ooo-writer3.0.svg +share/icons/matefaenza/apps/scalable/openarena.svg +share/icons/matefaenza/apps/scalable/openbravo-erp.svg +share/icons/matefaenza/apps/scalable/openerp-client.svg +share/icons/matefaenza/apps/scalable/openjdk-6.svg +share/icons/matefaenza/apps/scalable/openjdk-7.svg +share/icons/matefaenza/apps/scalable/openofficeorg-base.svg +share/icons/matefaenza/apps/scalable/openofficeorg-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg-draw.svg +share/icons/matefaenza/apps/scalable/openofficeorg-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg-math.svg +share/icons/matefaenza/apps/scalable/openofficeorg-printeradmin.svg +share/icons/matefaenza/apps/scalable/openofficeorg-template.svg +share/icons/matefaenza/apps/scalable/openofficeorg-writer.svg +share/icons/matefaenza/apps/scalable/openofficeorg24-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg24-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg24-writer.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-base.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-draw.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-math.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-printeradmin.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-template.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-writer.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-base.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-draw.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-math.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-printeradmin.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-template.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-writer.svg +share/icons/matefaenza/apps/scalable/openshot.svg +share/icons/matefaenza/apps/scalable/openterm.svg +share/icons/matefaenza/apps/scalable/openttd.svg +share/icons/matefaenza/apps/scalable/opera-browser.svg +share/icons/matefaenza/apps/scalable/opera-widget-manager.svg +share/icons/matefaenza/apps/scalable/opera-widget.svg +share/icons/matefaenza/apps/scalable/opera.svg +share/icons/matefaenza/apps/scalable/orca.svg +share/icons/matefaenza/apps/scalable/oregano.svg +share/icons/matefaenza/apps/scalable/package-manager-icon.svg +share/icons/matefaenza/apps/scalable/palimpsest.svg +share/icons/matefaenza/apps/scalable/paprefs.svg +share/icons/matefaenza/apps/scalable/parole.svg +share/icons/matefaenza/apps/scalable/partner.svg +share/icons/matefaenza/apps/scalable/password.svg +share/icons/matefaenza/apps/scalable/pdfmod.svg +share/icons/matefaenza/apps/scalable/pet.svg +share/icons/matefaenza/apps/scalable/phatch-inspector.svg +share/icons/matefaenza/apps/scalable/phatch.svg +share/icons/matefaenza/apps/scalable/picasa-fontcfg.svg +share/icons/matefaenza/apps/scalable/picasa.svg +share/icons/matefaenza/apps/scalable/picasa32x32.svg +share/icons/matefaenza/apps/scalable/pidgin.svg +share/icons/matefaenza/apps/scalable/pingus.svg +share/icons/matefaenza/apps/scalable/pino.svg +share/icons/matefaenza/apps/scalable/pirut.svg +share/icons/matefaenza/apps/scalable/pithos.svg +share/icons/matefaenza/apps/scalable/pitivi.svg +share/icons/matefaenza/apps/scalable/pk-package-sources.svg +share/icons/matefaenza/apps/scalable/plan.svg +share/icons/matefaenza/apps/scalable/playitslowly.svg +share/icons/matefaenza/apps/scalable/playonlinux.svg +share/icons/matefaenza/apps/scalable/plus4.svg +share/icons/matefaenza/apps/scalable/podcast.svg +share/icons/matefaenza/apps/scalable/poedit.svg +share/icons/matefaenza/apps/scalable/porthole.svg +share/icons/matefaenza/apps/scalable/postr.svg +share/icons/matefaenza/apps/scalable/ppa.svg +share/icons/matefaenza/apps/scalable/preferences-color.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-accessibility-symbolic.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-accessibility.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-default-applications.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-display.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-font.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-keyboard-shortcuts.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-keyboard.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-launch-feedback.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-locale.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-multimedia.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-peripherals.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-remote-desktop.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-screensaver.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-sound.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-theme.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-wallpaper.svg +share/icons/matefaenza/apps/scalable/preferences-management-service.svg +share/icons/matefaenza/apps/scalable/preferences-sound.svg +share/icons/matefaenza/apps/scalable/preferences-system-bluetooth.svg +share/icons/matefaenza/apps/scalable/preferences-system-firewall.svg +share/icons/matefaenza/apps/scalable/preferences-system-network.svg +share/icons/matefaenza/apps/scalable/preferences-system-time.svg +share/icons/matefaenza/apps/scalable/preferences-system-windows.svg +share/icons/matefaenza/apps/scalable/pup.svg +share/icons/matefaenza/apps/scalable/pychess.svg +share/icons/matefaenza/apps/scalable/pyneighborhood_48x48.svg +share/icons/matefaenza/apps/scalable/q4wine.svg +share/icons/matefaenza/apps/scalable/qgit.svg +share/icons/matefaenza/apps/scalable/qjackctl.svg +share/icons/matefaenza/apps/scalable/qtassistant.svg +share/icons/matefaenza/apps/scalable/qtconfig-qt4.svg +share/icons/matefaenza/apps/scalable/qtcreator.svg +share/icons/matefaenza/apps/scalable/qtcreator_logo_32.svg +share/icons/matefaenza/apps/scalable/qtdesigner.svg +share/icons/matefaenza/apps/scalable/qtlinguist.svg +share/icons/matefaenza/apps/scalable/quake.svg +share/icons/matefaenza/apps/scalable/quake2.svg +share/icons/matefaenza/apps/scalable/quake3.svg +share/icons/matefaenza/apps/scalable/quake4.svg +share/icons/matefaenza/apps/scalable/qucs.svg +share/icons/matefaenza/apps/scalable/radio.svg +share/icons/matefaenza/apps/scalable/radiotray.svg +share/icons/matefaenza/apps/scalable/rclock.svg +share/icons/matefaenza/apps/scalable/redhat-filemanager.svg +share/icons/matefaenza/apps/scalable/redhat-server_settings.svg +share/icons/matefaenza/apps/scalable/redhat-tools.svg +share/icons/matefaenza/apps/scalable/redhat-web-browser.svg +share/icons/matefaenza/apps/scalable/remmina.svg +share/icons/matefaenza/apps/scalable/revelation.svg +share/icons/matefaenza/apps/scalable/revenge.svg +share/icons/matefaenza/apps/scalable/rhythmbox.svg +share/icons/matefaenza/apps/scalable/ristretto.svg +share/icons/matefaenza/apps/scalable/rosegarden.svg +share/icons/matefaenza/apps/scalable/rpmdrake.svg +share/icons/matefaenza/apps/scalable/rssowl.svg +share/icons/matefaenza/apps/scalable/sauerbraten.svg +share/icons/matefaenza/apps/scalable/screenie-qt.svg +share/icons/matefaenza/apps/scalable/screenie.svg +share/icons/matefaenza/apps/scalable/screenruler-icon.svg +share/icons/matefaenza/apps/scalable/screenruler.svg +share/icons/matefaenza/apps/scalable/screensaver.svg +share/icons/matefaenza/apps/scalable/scribes.svg +share/icons/matefaenza/apps/scalable/scribus.svg +share/icons/matefaenza/apps/scalable/seahorse-preferences.svg +share/icons/matefaenza/apps/scalable/seahorse.svg +share/icons/matefaenza/apps/scalable/seamonkey.svg +share/icons/matefaenza/apps/scalable/session-properties.svg +share/icons/matefaenza/apps/scalable/setroubleshoot_icon.svg +share/icons/matefaenza/apps/scalable/setroubleshoot_red_icon.svg +share/icons/matefaenza/apps/scalable/shares.svg +share/icons/matefaenza/apps/scalable/shotwell.svg +share/icons/matefaenza/apps/scalable/shutter.svg +share/icons/matefaenza/apps/scalable/simple-ccsm.svg +share/icons/matefaenza/apps/scalable/skype.svg +share/icons/matefaenza/apps/scalable/sleep.svg +share/icons/matefaenza/apps/scalable/slingshot.svg +share/icons/matefaenza/apps/scalable/smc.svg +share/icons/matefaenza/apps/scalable/smplayer.svg +share/icons/matefaenza/apps/scalable/smuxi-frontend-gnome.svg +share/icons/matefaenza/apps/scalable/software-properties.svg +share/icons/matefaenza/apps/scalable/softwarecenter-debian.svg +share/icons/matefaenza/apps/scalable/softwarecenter-ubuntu.svg +share/icons/matefaenza/apps/scalable/softwarecenter.svg +share/icons/matefaenza/apps/scalable/sound-juicer.svg +share/icons/matefaenza/apps/scalable/soundconverter.svg +share/icons/matefaenza/apps/scalable/speedcrunch.svg +share/icons/matefaenza/apps/scalable/spotify-linux-48x48.svg +share/icons/matefaenza/apps/scalable/spotify-linux-512x512.svg +share/icons/matefaenza/apps/scalable/spotify.svg +share/icons/matefaenza/apps/scalable/sqlitebrowser.svg +share/icons/matefaenza/apps/scalable/stardict.svg +share/icons/matefaenza/apps/scalable/startupmanager.svg +share/icons/matefaenza/apps/scalable/steam.svg +share/icons/matefaenza/apps/scalable/steampowered.svg +share/icons/matefaenza/apps/scalable/stellarium.svg +share/icons/matefaenza/apps/scalable/sticky-notes.svg +share/icons/matefaenza/apps/scalable/stock_alarm.svg +share/icons/matefaenza/apps/scalable/stock_calendar.svg +share/icons/matefaenza/apps/scalable/stock_help.svg +share/icons/matefaenza/apps/scalable/stock_insert-note.svg +share/icons/matefaenza/apps/scalable/stock_keyring.svg +share/icons/matefaenza/apps/scalable/stock_notes.svg +share/icons/matefaenza/apps/scalable/stock_task.svg +share/icons/matefaenza/apps/scalable/stock_unknown.svg +share/icons/matefaenza/apps/scalable/stock_view-details.svg +share/icons/matefaenza/apps/scalable/style.svg +share/icons/matefaenza/apps/scalable/sun-java.svg +share/icons/matefaenza/apps/scalable/sun-java6.svg +share/icons/matefaenza/apps/scalable/sun-java7.svg +share/icons/matefaenza/apps/scalable/sun-javaws.svg +share/icons/matefaenza/apps/scalable/sun-jcontrol.svg +share/icons/matefaenza/apps/scalable/supertux.svg +share/icons/matefaenza/apps/scalable/supertuxkart.svg +share/icons/matefaenza/apps/scalable/susehelpcenter.svg +share/icons/matefaenza/apps/scalable/susers.svg +share/icons/matefaenza/apps/scalable/sylpheed.svg +share/icons/matefaenza/apps/scalable/synapse.svg +share/icons/matefaenza/apps/scalable/synaptic.svg +share/icons/matefaenza/apps/scalable/synfig.svg +share/icons/matefaenza/apps/scalable/sysprof-icon.svg +share/icons/matefaenza/apps/scalable/system-config-authentication.svg +share/icons/matefaenza/apps/scalable/system-config-date.svg +share/icons/matefaenza/apps/scalable/system-config-displayca.svg +share/icons/matefaenza/apps/scalable/system-config-users.svg +share/icons/matefaenza/apps/scalable/system-file-manager.svg +share/icons/matefaenza/apps/scalable/system-hibernate.svg +share/icons/matefaenza/apps/scalable/system-installer.svg +share/icons/matefaenza/apps/scalable/system-restart.svg +share/icons/matefaenza/apps/scalable/system-shut-down.svg +share/icons/matefaenza/apps/scalable/system-software-install.svg +share/icons/matefaenza/apps/scalable/system-software-installer.svg +share/icons/matefaenza/apps/scalable/system-software-update.svg +share/icons/matefaenza/apps/scalable/system-suspend-hibernate.svg +share/icons/matefaenza/apps/scalable/system-suspend.svg +share/icons/matefaenza/apps/scalable/system-switch-java.svg +share/icons/matefaenza/apps/scalable/system-switch-user.svg +share/icons/matefaenza/apps/scalable/system-users.svg +share/icons/matefaenza/apps/scalable/teamviewer.svg +share/icons/matefaenza/apps/scalable/teeworlds.svg +share/icons/matefaenza/apps/scalable/telepathy.svg +share/icons/matefaenza/apps/scalable/terminal.svg +share/icons/matefaenza/apps/scalable/terminator.svg +share/icons/matefaenza/apps/scalable/text-editor.svg +share/icons/matefaenza/apps/scalable/the-board.svg +share/icons/matefaenza/apps/scalable/thunar.svg +share/icons/matefaenza/apps/scalable/thunderbird-icon.svg +share/icons/matefaenza/apps/scalable/thunderbird.svg +share/icons/matefaenza/apps/scalable/tilda.svg +share/icons/matefaenza/apps/scalable/time-admin.svg +share/icons/matefaenza/apps/scalable/time.svg +share/icons/matefaenza/apps/scalable/timer-applet.svg +share/icons/matefaenza/apps/scalable/tomboy-note.svg +share/icons/matefaenza/apps/scalable/tomboy.svg +share/icons/matefaenza/apps/scalable/torcs.svg +share/icons/matefaenza/apps/scalable/totem.svg +share/icons/matefaenza/apps/scalable/tracker.svg +share/icons/matefaenza/apps/scalable/transmission.svg +share/icons/matefaenza/apps/scalable/truecrypt.svg +share/icons/matefaenza/apps/scalable/tsclient.svg +share/icons/matefaenza/apps/scalable/tuxguitar.svg +share/icons/matefaenza/apps/scalable/tvtime.svg +share/icons/matefaenza/apps/scalable/twitter.svg +share/icons/matefaenza/apps/scalable/twitux.svg +share/icons/matefaenza/apps/scalable/ubuntu-tweak.svg +share/icons/matefaenza/apps/scalable/ubuntuone-client.svg +share/icons/matefaenza/apps/scalable/ubuntuone-installer.svg +share/icons/matefaenza/apps/scalable/ubuntuone-music.svg +share/icons/matefaenza/apps/scalable/ubuntuone.svg +share/icons/matefaenza/apps/scalable/uck.svg +share/icons/matefaenza/apps/scalable/ufw-frontends.svg +share/icons/matefaenza/apps/scalable/un-reboot.svg +share/icons/matefaenza/apps/scalable/unison-gtk.svg +share/icons/matefaenza/apps/scalable/unreal-tournament.svg +share/icons/matefaenza/apps/scalable/unreal-tournament2004.svg +share/icons/matefaenza/apps/scalable/update-manager.svg +share/icons/matefaenza/apps/scalable/update-notifier.svg +share/icons/matefaenza/apps/scalable/usb-creator-gtk.svg +share/icons/matefaenza/apps/scalable/usb-creator.svg +share/icons/matefaenza/apps/scalable/user-info.svg +share/icons/matefaenza/apps/scalable/user_auth.svg +share/icons/matefaenza/apps/scalable/usermount.svg +share/icons/matefaenza/apps/scalable/utilities-file-archiver.svg +share/icons/matefaenza/apps/scalable/utilities-log-viewer.svg +share/icons/matefaenza/apps/scalable/utilities-system-monitor.svg +share/icons/matefaenza/apps/scalable/utilities-terminal.svg +share/icons/matefaenza/apps/scalable/varicad.svg +share/icons/matefaenza/apps/scalable/vendetta-online.svg +share/icons/matefaenza/apps/scalable/vic20.svg +share/icons/matefaenza/apps/scalable/vim.svg +share/icons/matefaenza/apps/scalable/vinagre.svg +share/icons/matefaenza/apps/scalable/virtualbox-ose.svg +share/icons/matefaenza/apps/scalable/virtualbox.svg +share/icons/matefaenza/apps/scalable/vlc.svg +share/icons/matefaenza/apps/scalable/volleybrawl.svg +share/icons/matefaenza/apps/scalable/wallpaper.svg +share/icons/matefaenza/apps/scalable/warmux.svg +share/icons/matefaenza/apps/scalable/warsow.svg +share/icons/matefaenza/apps/scalable/web-browser.svg +share/icons/matefaenza/apps/scalable/webservice-office-zoho-sheet.svg +share/icons/matefaenza/apps/scalable/wesnoth-1.8.svg +share/icons/matefaenza/apps/scalable/wesnoth.svg +share/icons/matefaenza/apps/scalable/wikipedia.svg +share/icons/matefaenza/apps/scalable/window-manager.svg +share/icons/matefaenza/apps/scalable/wine-notepad.svg +share/icons/matefaenza/apps/scalable/wine-uninstaller.svg +share/icons/matefaenza/apps/scalable/wine-winecfg.svg +share/icons/matefaenza/apps/scalable/wine-winetricks.svg +share/icons/matefaenza/apps/scalable/wine.svg +share/icons/matefaenza/apps/scalable/wireshark.svg +share/icons/matefaenza/apps/scalable/wmtweaks.svg +share/icons/matefaenza/apps/scalable/wordpress.svg +share/icons/matefaenza/apps/scalable/workspace-switcher.svg +share/icons/matefaenza/apps/scalable/wormux.svg +share/icons/matefaenza/apps/scalable/wunderlist.svg +share/icons/matefaenza/apps/scalable/wwwamazoncom-www.amazon.com.svg +share/icons/matefaenza/apps/scalable/wwwamazoncouk-www.amazon.co.uk.svg +share/icons/matefaenza/apps/scalable/wwwamazonfr-www.amazon.fr.svg +share/icons/matefaenza/apps/scalable/wxbanker.svg +share/icons/matefaenza/apps/scalable/x-office-address-book.svg +share/icons/matefaenza/apps/scalable/x-office-calendar.svg +share/icons/matefaenza/apps/scalable/x-system-software-sources.svg +share/icons/matefaenza/apps/scalable/xarchiver.svg +share/icons/matefaenza/apps/scalable/xbmc.svg +share/icons/matefaenza/apps/scalable/xchat-gnome.svg +share/icons/matefaenza/apps/scalable/xchat-mini.svg +share/icons/matefaenza/apps/scalable/xchat.svg +share/icons/matefaenza/apps/scalable/xfburn.svg +share/icons/matefaenza/apps/scalable/xfcalendar.svg +share/icons/matefaenza/apps/scalable/xfce-edit.svg +share/icons/matefaenza/apps/scalable/xfce-filemanager.svg +share/icons/matefaenza/apps/scalable/xfce-mail.svg +share/icons/matefaenza/apps/scalable/xfce-man.svg +share/icons/matefaenza/apps/scalable/xfce-schedule.svg +share/icons/matefaenza/apps/scalable/xfce-sound.svg +share/icons/matefaenza/apps/scalable/xfce-system-info.svg +share/icons/matefaenza/apps/scalable/xfce-terminal.svg +share/icons/matefaenza/apps/scalable/xfce-ui.svg +share/icons/matefaenza/apps/scalable/xfce4-appfinder.svg +share/icons/matefaenza/apps/scalable/xfce4-backdrop.svg +share/icons/matefaenza/apps/scalable/xfce4-clipman-plugin.svg +share/icons/matefaenza/apps/scalable/xfce4-clock.svg +share/icons/matefaenza/apps/scalable/xfce4-dict.svg +share/icons/matefaenza/apps/scalable/xfce4-mcs-manager.svg +share/icons/matefaenza/apps/scalable/xfce4-menueditor.svg +share/icons/matefaenza/apps/scalable/xfce4-notes-plugin.svg +share/icons/matefaenza/apps/scalable/xfce4-panel.svg +share/icons/matefaenza/apps/scalable/xfce4-session.svg +share/icons/matefaenza/apps/scalable/xfce4-workspaces.svg +share/icons/matefaenza/apps/scalable/xfce_unknown.svg +share/icons/matefaenza/apps/scalable/xfsm-hibernate.svg +share/icons/matefaenza/apps/scalable/xfsm-logout.svg +share/icons/matefaenza/apps/scalable/xfsm-reboot.svg +share/icons/matefaenza/apps/scalable/xfsm-shutdown.svg +share/icons/matefaenza/apps/scalable/xfsm-suspend.svg +share/icons/matefaenza/apps/scalable/xfsm-switch.svg +share/icons/matefaenza/apps/scalable/xfwm4.svg +share/icons/matefaenza/apps/scalable/ximian-evolution-calendar.svg +share/icons/matefaenza/apps/scalable/xine.svg +share/icons/matefaenza/apps/scalable/xmoto.svg +share/icons/matefaenza/apps/scalable/xonotic.svg +share/icons/matefaenza/apps/scalable/xoscope.svg +share/icons/matefaenza/apps/scalable/xournal.svg +share/icons/matefaenza/apps/scalable/xpad.svg +share/icons/matefaenza/apps/scalable/xscreensaver.svg +share/icons/matefaenza/apps/scalable/xterm-color_32x32.svg +share/icons/matefaenza/apps/scalable/xterm-color_48x48.svg +share/icons/matefaenza/apps/scalable/xterm.svg +share/icons/matefaenza/apps/scalable/xterm_32x32.svg +share/icons/matefaenza/apps/scalable/xterm_48x48.svg +share/icons/matefaenza/apps/scalable/yahoo.svg +share/icons/matefaenza/apps/scalable/youtube.svg +share/icons/matefaenza/apps/scalable/yumex.svg +share/icons/matefaenza/apps/scalable/zeitgeist.svg +share/icons/matefaenza/apps/scalable/zen-icon.svg +share/icons/matefaenza/apps/scalable/zenmap.svg +share/icons/matefaenza/apps/scalable/zim.svg +share/icons/matefaenza/apps/scalable/zsnes.svg +share/icons/matefaenza/categories/16/applications-accessories.png +share/icons/matefaenza/categories/16/applications-astronomy.png +share/icons/matefaenza/categories/16/applications-boardgames.png +share/icons/matefaenza/categories/16/applications-cardgames.png +share/icons/matefaenza/categories/16/applications-debugging.png +share/icons/matefaenza/categories/16/applications-development.png +share/icons/matefaenza/categories/16/applications-electronics.png +share/icons/matefaenza/categories/16/applications-fonts.png +share/icons/matefaenza/categories/16/applications-games.png +share/icons/matefaenza/categories/16/applications-graphics.png +share/icons/matefaenza/categories/16/applications-interfacedesign.png +share/icons/matefaenza/categories/16/applications-internet.png +share/icons/matefaenza/categories/16/applications-java.png +share/icons/matefaenza/categories/16/applications-mail.png +share/icons/matefaenza/categories/16/applications-mathematics.png +share/icons/matefaenza/categories/16/applications-monodevelopment.png +share/icons/matefaenza/categories/16/applications-multimedia.png +share/icons/matefaenza/categories/16/applications-office.png +share/icons/matefaenza/categories/16/applications-other.png +share/icons/matefaenza/categories/16/applications-painting.png +share/icons/matefaenza/categories/16/applications-photography.png +share/icons/matefaenza/categories/16/applications-publishing.png +share/icons/matefaenza/categories/16/applications-puzzles.png +share/icons/matefaenza/categories/16/applications-python.png +share/icons/matefaenza/categories/16/applications-ruby.png +share/icons/matefaenza/categories/16/applications-science.png +share/icons/matefaenza/categories/16/applications-system.png +share/icons/matefaenza/categories/16/applications-utilities.png +share/icons/matefaenza/categories/16/applications-viewers.png +share/icons/matefaenza/categories/16/applications-webbrowsers.png +share/icons/matefaenza/categories/16/configuration_section.png +share/icons/matefaenza/categories/16/gnome-applications.png +share/icons/matefaenza/categories/16/gnome-control-center.png +share/icons/matefaenza/categories/16/gnome-devel.png +share/icons/matefaenza/categories/16/gnome-globe.png +share/icons/matefaenza/categories/16/gnome-graphics.png +share/icons/matefaenza/categories/16/gnome-joystick.png +share/icons/matefaenza/categories/16/gnome-multimedia.png +share/icons/matefaenza/categories/16/gnome-other.png +share/icons/matefaenza/categories/16/gnome-settings.png +share/icons/matefaenza/categories/16/gnome-system.png +share/icons/matefaenza/categories/16/gnome-util.png +share/icons/matefaenza/categories/16/gtk-preferences.png +share/icons/matefaenza/categories/16/kcontrol.png +share/icons/matefaenza/categories/16/multimedia_section.png +share/icons/matefaenza/categories/16/package_development.png +share/icons/matefaenza/categories/16/package_games.png +share/icons/matefaenza/categories/16/package_graphics.png +share/icons/matefaenza/categories/16/package_multimedia.png +share/icons/matefaenza/categories/16/package_network.png +share/icons/matefaenza/categories/16/package_office.png +share/icons/matefaenza/categories/16/package_system.png +share/icons/matefaenza/categories/16/package_utilities.png +share/icons/matefaenza/categories/16/preferences-desktop-personal.png +share/icons/matefaenza/categories/16/preferences-desktop.png +share/icons/matefaenza/categories/16/preferences-other.png +share/icons/matefaenza/categories/16/preferences-system.png +share/icons/matefaenza/categories/16/redhat-accessories.png +share/icons/matefaenza/categories/16/redhat-games.png +share/icons/matefaenza/categories/16/redhat-graphics.png +share/icons/matefaenza/categories/16/redhat-internet.png +share/icons/matefaenza/categories/16/redhat-office.png +share/icons/matefaenza/categories/16/redhat-preferences.png +share/icons/matefaenza/categories/16/redhat-programming.png +share/icons/matefaenza/categories/16/redhat-sound_video.png +share/icons/matefaenza/categories/16/redhat-system_tools.png +share/icons/matefaenza/categories/16/stock_internet.png +share/icons/matefaenza/categories/16/system_section.png +share/icons/matefaenza/categories/16/xfce-devel.png +share/icons/matefaenza/categories/16/xfce-games.png +share/icons/matefaenza/categories/16/xfce-graphics.png +share/icons/matefaenza/categories/16/xfce-internet.png +share/icons/matefaenza/categories/16/xfce-multimedia.png +share/icons/matefaenza/categories/16/xfce-office.png +share/icons/matefaenza/categories/16/xfce-system.png +share/icons/matefaenza/categories/16/xfce-utils.png +share/icons/matefaenza/categories/16/xfce4-settings.png +share/icons/matefaenza/categories/22/applications-accessories.png +share/icons/matefaenza/categories/22/applications-astronomy.png +share/icons/matefaenza/categories/22/applications-boardgames.png +share/icons/matefaenza/categories/22/applications-cardgames.png +share/icons/matefaenza/categories/22/applications-debugging.png +share/icons/matefaenza/categories/22/applications-development.png +share/icons/matefaenza/categories/22/applications-electronics.png +share/icons/matefaenza/categories/22/applications-fonts.png +share/icons/matefaenza/categories/22/applications-games.png +share/icons/matefaenza/categories/22/applications-graphics.png +share/icons/matefaenza/categories/22/applications-interfacedesign.png +share/icons/matefaenza/categories/22/applications-internet.png +share/icons/matefaenza/categories/22/applications-java.png +share/icons/matefaenza/categories/22/applications-mail.png +share/icons/matefaenza/categories/22/applications-mathematics.png +share/icons/matefaenza/categories/22/applications-monodevelopment.png +share/icons/matefaenza/categories/22/applications-multimedia.png +share/icons/matefaenza/categories/22/applications-office.png +share/icons/matefaenza/categories/22/applications-other.png +share/icons/matefaenza/categories/22/applications-painting.png +share/icons/matefaenza/categories/22/applications-photography.png +share/icons/matefaenza/categories/22/applications-publishing.png +share/icons/matefaenza/categories/22/applications-puzzles.png +share/icons/matefaenza/categories/22/applications-python.png +share/icons/matefaenza/categories/22/applications-ruby.png +share/icons/matefaenza/categories/22/applications-science.png +share/icons/matefaenza/categories/22/applications-system.png +share/icons/matefaenza/categories/22/applications-utilities.png +share/icons/matefaenza/categories/22/applications-viewers.png +share/icons/matefaenza/categories/22/applications-webbrowsers.png +share/icons/matefaenza/categories/22/configuration_section.png +share/icons/matefaenza/categories/22/gnome-applications.png +share/icons/matefaenza/categories/22/gnome-control-center.png +share/icons/matefaenza/categories/22/gnome-devel.png +share/icons/matefaenza/categories/22/gnome-globe.png +share/icons/matefaenza/categories/22/gnome-graphics.png +share/icons/matefaenza/categories/22/gnome-joystick.png +share/icons/matefaenza/categories/22/gnome-multimedia.png +share/icons/matefaenza/categories/22/gnome-other.png +share/icons/matefaenza/categories/22/gnome-settings.png +share/icons/matefaenza/categories/22/gnome-system.png +share/icons/matefaenza/categories/22/gnome-util.png +share/icons/matefaenza/categories/22/gtk-preferences.png +share/icons/matefaenza/categories/22/kcontrol.png +share/icons/matefaenza/categories/22/multimedia_section.png +share/icons/matefaenza/categories/22/package_development.png +share/icons/matefaenza/categories/22/package_games.png +share/icons/matefaenza/categories/22/package_graphics.png +share/icons/matefaenza/categories/22/package_multimedia.png +share/icons/matefaenza/categories/22/package_network.png +share/icons/matefaenza/categories/22/package_office.png +share/icons/matefaenza/categories/22/package_system.png +share/icons/matefaenza/categories/22/package_utilities.png +share/icons/matefaenza/categories/22/preferences-desktop-personal.png +share/icons/matefaenza/categories/22/preferences-desktop.png +share/icons/matefaenza/categories/22/preferences-other.png +share/icons/matefaenza/categories/22/preferences-system.png +share/icons/matefaenza/categories/22/redhat-accessories.png +share/icons/matefaenza/categories/22/redhat-games.png +share/icons/matefaenza/categories/22/redhat-graphics.png +share/icons/matefaenza/categories/22/redhat-internet.png +share/icons/matefaenza/categories/22/redhat-office.png +share/icons/matefaenza/categories/22/redhat-preferences.png +share/icons/matefaenza/categories/22/redhat-programming.png +share/icons/matefaenza/categories/22/redhat-sound_video.png +share/icons/matefaenza/categories/22/redhat-system_tools.png +share/icons/matefaenza/categories/22/stock_internet.png +share/icons/matefaenza/categories/22/system_section.png +share/icons/matefaenza/categories/22/xfce-devel.png +share/icons/matefaenza/categories/22/xfce-games.png +share/icons/matefaenza/categories/22/xfce-graphics.png +share/icons/matefaenza/categories/22/xfce-internet.png +share/icons/matefaenza/categories/22/xfce-multimedia.png +share/icons/matefaenza/categories/22/xfce-office.png +share/icons/matefaenza/categories/22/xfce-system.png +share/icons/matefaenza/categories/22/xfce-utils.png +share/icons/matefaenza/categories/22/xfce4-settings.png +share/icons/matefaenza/categories/24/applications-accessories.png +share/icons/matefaenza/categories/24/applications-astronomy.png +share/icons/matefaenza/categories/24/applications-boardgames.png +share/icons/matefaenza/categories/24/applications-cardgames.png +share/icons/matefaenza/categories/24/applications-debugging.png +share/icons/matefaenza/categories/24/applications-development.png +share/icons/matefaenza/categories/24/applications-electronics.png +share/icons/matefaenza/categories/24/applications-fonts.png +share/icons/matefaenza/categories/24/applications-games.png +share/icons/matefaenza/categories/24/applications-graphics.png +share/icons/matefaenza/categories/24/applications-interfacedesign.png +share/icons/matefaenza/categories/24/applications-internet.png +share/icons/matefaenza/categories/24/applications-java.png +share/icons/matefaenza/categories/24/applications-mail.png +share/icons/matefaenza/categories/24/applications-mathematics.png +share/icons/matefaenza/categories/24/applications-monodevelopment.png +share/icons/matefaenza/categories/24/applications-multimedia.png +share/icons/matefaenza/categories/24/applications-office.png +share/icons/matefaenza/categories/24/applications-other.png +share/icons/matefaenza/categories/24/applications-painting.png +share/icons/matefaenza/categories/24/applications-photography.png +share/icons/matefaenza/categories/24/applications-publishing.png +share/icons/matefaenza/categories/24/applications-puzzles.png +share/icons/matefaenza/categories/24/applications-python.png +share/icons/matefaenza/categories/24/applications-ruby.png +share/icons/matefaenza/categories/24/applications-science.png +share/icons/matefaenza/categories/24/applications-system.png +share/icons/matefaenza/categories/24/applications-utilities.png +share/icons/matefaenza/categories/24/applications-viewers.png +share/icons/matefaenza/categories/24/applications-webbrowsers.png +share/icons/matefaenza/categories/24/configuration_section.png +share/icons/matefaenza/categories/24/gnome-applications.png +share/icons/matefaenza/categories/24/gnome-control-center.png +share/icons/matefaenza/categories/24/gnome-devel.png +share/icons/matefaenza/categories/24/gnome-globe.png +share/icons/matefaenza/categories/24/gnome-graphics.png +share/icons/matefaenza/categories/24/gnome-joystick.png +share/icons/matefaenza/categories/24/gnome-multimedia.png +share/icons/matefaenza/categories/24/gnome-other.png +share/icons/matefaenza/categories/24/gnome-settings.png +share/icons/matefaenza/categories/24/gnome-system.png +share/icons/matefaenza/categories/24/gnome-util.png +share/icons/matefaenza/categories/24/gtk-preferences.png +share/icons/matefaenza/categories/24/kcontrol.png +share/icons/matefaenza/categories/24/multimedia_section.png +share/icons/matefaenza/categories/24/package_development.png +share/icons/matefaenza/categories/24/package_games.png +share/icons/matefaenza/categories/24/package_graphics.png +share/icons/matefaenza/categories/24/package_multimedia.png +share/icons/matefaenza/categories/24/package_network.png +share/icons/matefaenza/categories/24/package_office.png +share/icons/matefaenza/categories/24/package_system.png +share/icons/matefaenza/categories/24/package_utilities.png +share/icons/matefaenza/categories/24/preferences-desktop-personal.png +share/icons/matefaenza/categories/24/preferences-desktop.png +share/icons/matefaenza/categories/24/preferences-other.png +share/icons/matefaenza/categories/24/preferences-system.png +share/icons/matefaenza/categories/24/redhat-accessories.png +share/icons/matefaenza/categories/24/redhat-games.png +share/icons/matefaenza/categories/24/redhat-graphics.png +share/icons/matefaenza/categories/24/redhat-internet.png +share/icons/matefaenza/categories/24/redhat-office.png +share/icons/matefaenza/categories/24/redhat-preferences.png +share/icons/matefaenza/categories/24/redhat-programming.png +share/icons/matefaenza/categories/24/redhat-sound_video.png +share/icons/matefaenza/categories/24/redhat-system_tools.png +share/icons/matefaenza/categories/24/stock_internet.png +share/icons/matefaenza/categories/24/system_section.png +share/icons/matefaenza/categories/24/xfce-devel.png +share/icons/matefaenza/categories/24/xfce-games.png +share/icons/matefaenza/categories/24/xfce-graphics.png +share/icons/matefaenza/categories/24/xfce-internet.png +share/icons/matefaenza/categories/24/xfce-multimedia.png +share/icons/matefaenza/categories/24/xfce-office.png +share/icons/matefaenza/categories/24/xfce-system.png +share/icons/matefaenza/categories/24/xfce-utils.png +share/icons/matefaenza/categories/24/xfce4-settings.png +share/icons/matefaenza/categories/32/applications-accessories.png +share/icons/matefaenza/categories/32/applications-astronomy.png +share/icons/matefaenza/categories/32/applications-boardgames.png +share/icons/matefaenza/categories/32/applications-cardgames.png +share/icons/matefaenza/categories/32/applications-debugging.png +share/icons/matefaenza/categories/32/applications-development.png +share/icons/matefaenza/categories/32/applications-electronics.png +share/icons/matefaenza/categories/32/applications-fonts.png +share/icons/matefaenza/categories/32/applications-games.png +share/icons/matefaenza/categories/32/applications-graphics.png +share/icons/matefaenza/categories/32/applications-interfacedesign.png +share/icons/matefaenza/categories/32/applications-internet.png +share/icons/matefaenza/categories/32/applications-java.png +share/icons/matefaenza/categories/32/applications-mail.png +share/icons/matefaenza/categories/32/applications-mathematics.png +share/icons/matefaenza/categories/32/applications-monodevelopment.png +share/icons/matefaenza/categories/32/applications-multimedia.png +share/icons/matefaenza/categories/32/applications-office.png +share/icons/matefaenza/categories/32/applications-other.png +share/icons/matefaenza/categories/32/applications-painting.png +share/icons/matefaenza/categories/32/applications-photography.png +share/icons/matefaenza/categories/32/applications-publishing.png +share/icons/matefaenza/categories/32/applications-puzzles.png +share/icons/matefaenza/categories/32/applications-python.png +share/icons/matefaenza/categories/32/applications-ruby.png +share/icons/matefaenza/categories/32/applications-science.png +share/icons/matefaenza/categories/32/applications-system.png +share/icons/matefaenza/categories/32/applications-utilities.png +share/icons/matefaenza/categories/32/applications-viewers.png +share/icons/matefaenza/categories/32/applications-webbrowsers.png +share/icons/matefaenza/categories/32/configuration_section.png +share/icons/matefaenza/categories/32/gnome-applications.png +share/icons/matefaenza/categories/32/gnome-control-center.png +share/icons/matefaenza/categories/32/gnome-devel.png +share/icons/matefaenza/categories/32/gnome-globe.png +share/icons/matefaenza/categories/32/gnome-graphics.png +share/icons/matefaenza/categories/32/gnome-joystick.png +share/icons/matefaenza/categories/32/gnome-multimedia.png +share/icons/matefaenza/categories/32/gnome-other.png +share/icons/matefaenza/categories/32/gnome-settings.png +share/icons/matefaenza/categories/32/gnome-system.png +share/icons/matefaenza/categories/32/gnome-util.png +share/icons/matefaenza/categories/32/gtk-preferences.png +share/icons/matefaenza/categories/32/kcontrol.png +share/icons/matefaenza/categories/32/multimedia_section.png +share/icons/matefaenza/categories/32/package_development.png +share/icons/matefaenza/categories/32/package_games.png +share/icons/matefaenza/categories/32/package_graphics.png +share/icons/matefaenza/categories/32/package_multimedia.png +share/icons/matefaenza/categories/32/package_network.png +share/icons/matefaenza/categories/32/package_office.png +share/icons/matefaenza/categories/32/package_system.png +share/icons/matefaenza/categories/32/package_utilities.png +share/icons/matefaenza/categories/32/preferences-desktop-personal.png +share/icons/matefaenza/categories/32/preferences-desktop.png +share/icons/matefaenza/categories/32/preferences-other.png +share/icons/matefaenza/categories/32/preferences-system.png +share/icons/matefaenza/categories/32/redhat-accessories.png +share/icons/matefaenza/categories/32/redhat-games.png +share/icons/matefaenza/categories/32/redhat-graphics.png +share/icons/matefaenza/categories/32/redhat-internet.png +share/icons/matefaenza/categories/32/redhat-office.png +share/icons/matefaenza/categories/32/redhat-preferences.png +share/icons/matefaenza/categories/32/redhat-programming.png +share/icons/matefaenza/categories/32/redhat-sound_video.png +share/icons/matefaenza/categories/32/redhat-system_tools.png +share/icons/matefaenza/categories/32/stock_internet.png +share/icons/matefaenza/categories/32/system_section.png +share/icons/matefaenza/categories/32/xfce-devel.png +share/icons/matefaenza/categories/32/xfce-games.png +share/icons/matefaenza/categories/32/xfce-graphics.png +share/icons/matefaenza/categories/32/xfce-internet.png +share/icons/matefaenza/categories/32/xfce-multimedia.png +share/icons/matefaenza/categories/32/xfce-office.png +share/icons/matefaenza/categories/32/xfce-system.png +share/icons/matefaenza/categories/32/xfce-utils.png +share/icons/matefaenza/categories/32/xfce4-settings.png +share/icons/matefaenza/categories/48/applications-accessories.png +share/icons/matefaenza/categories/48/applications-astronomy.png +share/icons/matefaenza/categories/48/applications-boardgames.png +share/icons/matefaenza/categories/48/applications-cardgames.png +share/icons/matefaenza/categories/48/applications-debugging.png +share/icons/matefaenza/categories/48/applications-development.png +share/icons/matefaenza/categories/48/applications-electronics.png +share/icons/matefaenza/categories/48/applications-fonts.png +share/icons/matefaenza/categories/48/applications-games.png +share/icons/matefaenza/categories/48/applications-graphics.png +share/icons/matefaenza/categories/48/applications-interfacedesign.png +share/icons/matefaenza/categories/48/applications-internet.png +share/icons/matefaenza/categories/48/applications-java.png +share/icons/matefaenza/categories/48/applications-mail.png +share/icons/matefaenza/categories/48/applications-mathematics.png +share/icons/matefaenza/categories/48/applications-monodevelopment.png +share/icons/matefaenza/categories/48/applications-multimedia.png +share/icons/matefaenza/categories/48/applications-office.png +share/icons/matefaenza/categories/48/applications-other.png +share/icons/matefaenza/categories/48/applications-painting.png +share/icons/matefaenza/categories/48/applications-photography.png +share/icons/matefaenza/categories/48/applications-publishing.png +share/icons/matefaenza/categories/48/applications-puzzles.png +share/icons/matefaenza/categories/48/applications-python.png +share/icons/matefaenza/categories/48/applications-ruby.png +share/icons/matefaenza/categories/48/applications-science.png +share/icons/matefaenza/categories/48/applications-system.png +share/icons/matefaenza/categories/48/applications-utilities.png +share/icons/matefaenza/categories/48/applications-viewers.png +share/icons/matefaenza/categories/48/applications-webbrowsers.png +share/icons/matefaenza/categories/48/configuration_section.png +share/icons/matefaenza/categories/48/gnome-applications.png +share/icons/matefaenza/categories/48/gnome-control-center.png +share/icons/matefaenza/categories/48/gnome-devel.png +share/icons/matefaenza/categories/48/gnome-globe.png +share/icons/matefaenza/categories/48/gnome-graphics.png +share/icons/matefaenza/categories/48/gnome-joystick.png +share/icons/matefaenza/categories/48/gnome-multimedia.png +share/icons/matefaenza/categories/48/gnome-other.png +share/icons/matefaenza/categories/48/gnome-settings.png +share/icons/matefaenza/categories/48/gnome-system.png +share/icons/matefaenza/categories/48/gnome-util.png +share/icons/matefaenza/categories/48/gtk-preferences.png +share/icons/matefaenza/categories/48/kcontrol.png +share/icons/matefaenza/categories/48/multimedia_section.png +share/icons/matefaenza/categories/48/package_development.png +share/icons/matefaenza/categories/48/package_games.png +share/icons/matefaenza/categories/48/package_graphics.png +share/icons/matefaenza/categories/48/package_multimedia.png +share/icons/matefaenza/categories/48/package_network.png +share/icons/matefaenza/categories/48/package_office.png +share/icons/matefaenza/categories/48/package_system.png +share/icons/matefaenza/categories/48/package_utilities.png +share/icons/matefaenza/categories/48/preferences-desktop-personal.png +share/icons/matefaenza/categories/48/preferences-desktop.png +share/icons/matefaenza/categories/48/preferences-other.png +share/icons/matefaenza/categories/48/preferences-system.png +share/icons/matefaenza/categories/48/redhat-accessories.png +share/icons/matefaenza/categories/48/redhat-games.png +share/icons/matefaenza/categories/48/redhat-graphics.png +share/icons/matefaenza/categories/48/redhat-internet.png +share/icons/matefaenza/categories/48/redhat-office.png +share/icons/matefaenza/categories/48/redhat-preferences.png +share/icons/matefaenza/categories/48/redhat-programming.png +share/icons/matefaenza/categories/48/redhat-sound_video.png +share/icons/matefaenza/categories/48/redhat-system_tools.png +share/icons/matefaenza/categories/48/stock_internet.png +share/icons/matefaenza/categories/48/system_section.png +share/icons/matefaenza/categories/48/xfce-devel.png +share/icons/matefaenza/categories/48/xfce-games.png +share/icons/matefaenza/categories/48/xfce-graphics.png +share/icons/matefaenza/categories/48/xfce-internet.png +share/icons/matefaenza/categories/48/xfce-multimedia.png +share/icons/matefaenza/categories/48/xfce-office.png +share/icons/matefaenza/categories/48/xfce-system.png +share/icons/matefaenza/categories/48/xfce-utils.png +share/icons/matefaenza/categories/48/xfce4-settings.png +share/icons/matefaenza/categories/64/applications-accessories.png +share/icons/matefaenza/categories/64/applications-astronomy.png +share/icons/matefaenza/categories/64/applications-boardgames.png +share/icons/matefaenza/categories/64/applications-cardgames.png +share/icons/matefaenza/categories/64/applications-debugging.png +share/icons/matefaenza/categories/64/applications-development.png +share/icons/matefaenza/categories/64/applications-electronics.png +share/icons/matefaenza/categories/64/applications-fonts.png +share/icons/matefaenza/categories/64/applications-games.png +share/icons/matefaenza/categories/64/applications-graphics.png +share/icons/matefaenza/categories/64/applications-interfacedesign.png +share/icons/matefaenza/categories/64/applications-internet.png +share/icons/matefaenza/categories/64/applications-java.png +share/icons/matefaenza/categories/64/applications-mail.png +share/icons/matefaenza/categories/64/applications-mathematics.png +share/icons/matefaenza/categories/64/applications-monodevelopment.png +share/icons/matefaenza/categories/64/applications-multimedia.png +share/icons/matefaenza/categories/64/applications-office.png +share/icons/matefaenza/categories/64/applications-other.png +share/icons/matefaenza/categories/64/applications-painting.png +share/icons/matefaenza/categories/64/applications-photography.png +share/icons/matefaenza/categories/64/applications-publishing.png +share/icons/matefaenza/categories/64/applications-puzzles.png +share/icons/matefaenza/categories/64/applications-python.png +share/icons/matefaenza/categories/64/applications-ruby.png +share/icons/matefaenza/categories/64/applications-science.png +share/icons/matefaenza/categories/64/applications-system.png +share/icons/matefaenza/categories/64/applications-utilities.png +share/icons/matefaenza/categories/64/applications-viewers.png +share/icons/matefaenza/categories/64/applications-webbrowsers.png +share/icons/matefaenza/categories/64/configuration_section.png +share/icons/matefaenza/categories/64/gnome-applications.png +share/icons/matefaenza/categories/64/gnome-control-center.png +share/icons/matefaenza/categories/64/gnome-devel.png +share/icons/matefaenza/categories/64/gnome-globe.png +share/icons/matefaenza/categories/64/gnome-graphics.png +share/icons/matefaenza/categories/64/gnome-joystick.png +share/icons/matefaenza/categories/64/gnome-multimedia.png +share/icons/matefaenza/categories/64/gnome-other.png +share/icons/matefaenza/categories/64/gnome-settings.png +share/icons/matefaenza/categories/64/gnome-system.png +share/icons/matefaenza/categories/64/gnome-util.png +share/icons/matefaenza/categories/64/gtk-preferences.png +share/icons/matefaenza/categories/64/kcontrol.png +share/icons/matefaenza/categories/64/multimedia_section.png +share/icons/matefaenza/categories/64/package_development.png +share/icons/matefaenza/categories/64/package_games.png +share/icons/matefaenza/categories/64/package_graphics.png +share/icons/matefaenza/categories/64/package_multimedia.png +share/icons/matefaenza/categories/64/package_network.png +share/icons/matefaenza/categories/64/package_office.png +share/icons/matefaenza/categories/64/package_system.png +share/icons/matefaenza/categories/64/package_utilities.png +share/icons/matefaenza/categories/64/preferences-desktop-personal.png +share/icons/matefaenza/categories/64/preferences-desktop.png +share/icons/matefaenza/categories/64/preferences-other.png +share/icons/matefaenza/categories/64/preferences-system.png +share/icons/matefaenza/categories/64/redhat-accessories.png +share/icons/matefaenza/categories/64/redhat-games.png +share/icons/matefaenza/categories/64/redhat-graphics.png +share/icons/matefaenza/categories/64/redhat-internet.png +share/icons/matefaenza/categories/64/redhat-office.png +share/icons/matefaenza/categories/64/redhat-preferences.png +share/icons/matefaenza/categories/64/redhat-programming.png +share/icons/matefaenza/categories/64/redhat-sound_video.png +share/icons/matefaenza/categories/64/redhat-system_tools.png +share/icons/matefaenza/categories/64/stock_internet.png +share/icons/matefaenza/categories/64/system_section.png +share/icons/matefaenza/categories/64/xfce-devel.png +share/icons/matefaenza/categories/64/xfce-games.png +share/icons/matefaenza/categories/64/xfce-graphics.png +share/icons/matefaenza/categories/64/xfce-internet.png +share/icons/matefaenza/categories/64/xfce-multimedia.png +share/icons/matefaenza/categories/64/xfce-office.png +share/icons/matefaenza/categories/64/xfce-system.png +share/icons/matefaenza/categories/64/xfce-utils.png +share/icons/matefaenza/categories/64/xfce4-settings.png +share/icons/matefaenza/categories/96/applications-accessories.png +share/icons/matefaenza/categories/96/applications-astronomy.png +share/icons/matefaenza/categories/96/applications-boardgames.png +share/icons/matefaenza/categories/96/applications-cardgames.png +share/icons/matefaenza/categories/96/applications-debugging.png +share/icons/matefaenza/categories/96/applications-development.png +share/icons/matefaenza/categories/96/applications-electronics.png +share/icons/matefaenza/categories/96/applications-fonts.png +share/icons/matefaenza/categories/96/applications-games.png +share/icons/matefaenza/categories/96/applications-graphics.png +share/icons/matefaenza/categories/96/applications-interfacedesign.png +share/icons/matefaenza/categories/96/applications-internet.png +share/icons/matefaenza/categories/96/applications-java.png +share/icons/matefaenza/categories/96/applications-mail.png +share/icons/matefaenza/categories/96/applications-mathematics.png +share/icons/matefaenza/categories/96/applications-monodevelopment.png +share/icons/matefaenza/categories/96/applications-multimedia.png +share/icons/matefaenza/categories/96/applications-office.png +share/icons/matefaenza/categories/96/applications-other.png +share/icons/matefaenza/categories/96/applications-painting.png +share/icons/matefaenza/categories/96/applications-photography.png +share/icons/matefaenza/categories/96/applications-publishing.png +share/icons/matefaenza/categories/96/applications-puzzles.png +share/icons/matefaenza/categories/96/applications-python.png +share/icons/matefaenza/categories/96/applications-ruby.png +share/icons/matefaenza/categories/96/applications-science.png +share/icons/matefaenza/categories/96/applications-system.png +share/icons/matefaenza/categories/96/applications-utilities.png +share/icons/matefaenza/categories/96/applications-viewers.png +share/icons/matefaenza/categories/96/applications-webbrowsers.png +share/icons/matefaenza/categories/96/configuration_section.png +share/icons/matefaenza/categories/96/gnome-applications.png +share/icons/matefaenza/categories/96/gnome-control-center.png +share/icons/matefaenza/categories/96/gnome-devel.png +share/icons/matefaenza/categories/96/gnome-globe.png +share/icons/matefaenza/categories/96/gnome-graphics.png +share/icons/matefaenza/categories/96/gnome-joystick.png +share/icons/matefaenza/categories/96/gnome-multimedia.png +share/icons/matefaenza/categories/96/gnome-other.png +share/icons/matefaenza/categories/96/gnome-settings.png +share/icons/matefaenza/categories/96/gnome-system.png +share/icons/matefaenza/categories/96/gnome-util.png +share/icons/matefaenza/categories/96/gtk-preferences.png +share/icons/matefaenza/categories/96/kcontrol.png +share/icons/matefaenza/categories/96/multimedia_section.png +share/icons/matefaenza/categories/96/package_development.png +share/icons/matefaenza/categories/96/package_games.png +share/icons/matefaenza/categories/96/package_graphics.png +share/icons/matefaenza/categories/96/package_multimedia.png +share/icons/matefaenza/categories/96/package_network.png +share/icons/matefaenza/categories/96/package_office.png +share/icons/matefaenza/categories/96/package_system.png +share/icons/matefaenza/categories/96/package_utilities.png +share/icons/matefaenza/categories/96/preferences-desktop-personal.png +share/icons/matefaenza/categories/96/preferences-desktop.png +share/icons/matefaenza/categories/96/preferences-other.png +share/icons/matefaenza/categories/96/preferences-system.png +share/icons/matefaenza/categories/96/redhat-accessories.png +share/icons/matefaenza/categories/96/redhat-games.png +share/icons/matefaenza/categories/96/redhat-graphics.png +share/icons/matefaenza/categories/96/redhat-internet.png +share/icons/matefaenza/categories/96/redhat-office.png +share/icons/matefaenza/categories/96/redhat-preferences.png +share/icons/matefaenza/categories/96/redhat-programming.png +share/icons/matefaenza/categories/96/redhat-sound_video.png +share/icons/matefaenza/categories/96/redhat-system_tools.png +share/icons/matefaenza/categories/96/stock_internet.png +share/icons/matefaenza/categories/96/system_section.png +share/icons/matefaenza/categories/96/xfce-devel.png +share/icons/matefaenza/categories/96/xfce-games.png +share/icons/matefaenza/categories/96/xfce-graphics.png +share/icons/matefaenza/categories/96/xfce-internet.png +share/icons/matefaenza/categories/96/xfce-multimedia.png +share/icons/matefaenza/categories/96/xfce-office.png +share/icons/matefaenza/categories/96/xfce-system.png +share/icons/matefaenza/categories/96/xfce-utils.png +share/icons/matefaenza/categories/96/xfce4-settings.png +share/icons/matefaenza/categories/scalable/applications-accessories.svg +share/icons/matefaenza/categories/scalable/applications-astronomy.svg +share/icons/matefaenza/categories/scalable/applications-boardgames.svg +share/icons/matefaenza/categories/scalable/applications-cardgames.svg +share/icons/matefaenza/categories/scalable/applications-debugging.svg +share/icons/matefaenza/categories/scalable/applications-development.svg +share/icons/matefaenza/categories/scalable/applications-electronics.svg +share/icons/matefaenza/categories/scalable/applications-fonts.svg +share/icons/matefaenza/categories/scalable/applications-games.svg +share/icons/matefaenza/categories/scalable/applications-graphics.svg +share/icons/matefaenza/categories/scalable/applications-interfacedesign.svg +share/icons/matefaenza/categories/scalable/applications-internet.svg +share/icons/matefaenza/categories/scalable/applications-java.svg +share/icons/matefaenza/categories/scalable/applications-mail.svg +share/icons/matefaenza/categories/scalable/applications-mathematics.svg +share/icons/matefaenza/categories/scalable/applications-monodevelopment.svg +share/icons/matefaenza/categories/scalable/applications-multimedia.svg +share/icons/matefaenza/categories/scalable/applications-office.svg +share/icons/matefaenza/categories/scalable/applications-other.svg +share/icons/matefaenza/categories/scalable/applications-painting.svg +share/icons/matefaenza/categories/scalable/applications-photography.svg +share/icons/matefaenza/categories/scalable/applications-publishing.svg +share/icons/matefaenza/categories/scalable/applications-puzzles.svg +share/icons/matefaenza/categories/scalable/applications-python.svg +share/icons/matefaenza/categories/scalable/applications-ruby.svg +share/icons/matefaenza/categories/scalable/applications-science.svg +share/icons/matefaenza/categories/scalable/applications-system.svg +share/icons/matefaenza/categories/scalable/applications-utilities.svg +share/icons/matefaenza/categories/scalable/applications-viewers.svg +share/icons/matefaenza/categories/scalable/applications-webbrowsers.svg +share/icons/matefaenza/categories/scalable/configuration_section.svg +share/icons/matefaenza/categories/scalable/gnome-applications.svg +share/icons/matefaenza/categories/scalable/gnome-control-center.svg +share/icons/matefaenza/categories/scalable/gnome-devel.svg +share/icons/matefaenza/categories/scalable/gnome-globe.svg +share/icons/matefaenza/categories/scalable/gnome-graphics.svg +share/icons/matefaenza/categories/scalable/gnome-joystick.svg +share/icons/matefaenza/categories/scalable/gnome-multimedia.svg +share/icons/matefaenza/categories/scalable/gnome-other.svg +share/icons/matefaenza/categories/scalable/gnome-settings.svg +share/icons/matefaenza/categories/scalable/gnome-system.svg +share/icons/matefaenza/categories/scalable/gnome-util.svg +share/icons/matefaenza/categories/scalable/gtk-preferences.svg +share/icons/matefaenza/categories/scalable/kcontrol.svg +share/icons/matefaenza/categories/scalable/multimedia_section.svg +share/icons/matefaenza/categories/scalable/package_development.svg +share/icons/matefaenza/categories/scalable/package_games.svg +share/icons/matefaenza/categories/scalable/package_graphics.svg +share/icons/matefaenza/categories/scalable/package_multimedia.svg +share/icons/matefaenza/categories/scalable/package_network.svg +share/icons/matefaenza/categories/scalable/package_office.svg +share/icons/matefaenza/categories/scalable/package_system.svg +share/icons/matefaenza/categories/scalable/package_utilities.svg +share/icons/matefaenza/categories/scalable/preferences-desktop-personal.svg +share/icons/matefaenza/categories/scalable/preferences-desktop.svg +share/icons/matefaenza/categories/scalable/preferences-other.svg +share/icons/matefaenza/categories/scalable/preferences-system.svg +share/icons/matefaenza/categories/scalable/redhat-accessories.svg +share/icons/matefaenza/categories/scalable/redhat-games.svg +share/icons/matefaenza/categories/scalable/redhat-graphics.svg +share/icons/matefaenza/categories/scalable/redhat-internet.svg +share/icons/matefaenza/categories/scalable/redhat-office.svg +share/icons/matefaenza/categories/scalable/redhat-preferences.svg +share/icons/matefaenza/categories/scalable/redhat-programming.svg +share/icons/matefaenza/categories/scalable/redhat-sound_video.svg +share/icons/matefaenza/categories/scalable/redhat-system_tools.svg +share/icons/matefaenza/categories/scalable/stock_internet.svg +share/icons/matefaenza/categories/scalable/system_section.svg +share/icons/matefaenza/categories/scalable/xfce-devel.svg +share/icons/matefaenza/categories/scalable/xfce-games.svg +share/icons/matefaenza/categories/scalable/xfce-graphics.svg +share/icons/matefaenza/categories/scalable/xfce-internet.svg +share/icons/matefaenza/categories/scalable/xfce-multimedia.svg +share/icons/matefaenza/categories/scalable/xfce-office.svg +share/icons/matefaenza/categories/scalable/xfce-system.svg +share/icons/matefaenza/categories/scalable/xfce-utils.svg +share/icons/matefaenza/categories/scalable/xfce4-settings.svg +share/icons/matefaenza/devices/16/audio-card.png +share/icons/matefaenza/devices/16/battery-good-charging.png +share/icons/matefaenza/devices/16/battery.png +share/icons/matefaenza/devices/16/block-device.png +share/icons/matefaenza/devices/16/camera-photo.png +share/icons/matefaenza/devices/16/camera-web.png +share/icons/matefaenza/devices/16/camera.png +share/icons/matefaenza/devices/16/camera_unmount.png +share/icons/matefaenza/devices/16/cdrom_unmount.png +share/icons/matefaenza/devices/16/cdwriter_unmount.png +share/icons/matefaenza/devices/16/chardevice.png +share/icons/matefaenza/devices/16/computer.png +share/icons/matefaenza/devices/16/cupsprinter.png +share/icons/matefaenza/devices/16/display.png +share/icons/matefaenza/devices/16/drive-cdrom.png +share/icons/matefaenza/devices/16/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/16/drive-harddisk-scsi.png +share/icons/matefaenza/devices/16/drive-harddisk-system.png +share/icons/matefaenza/devices/16/drive-harddisk-usb.png +share/icons/matefaenza/devices/16/drive-harddisk.png +share/icons/matefaenza/devices/16/drive-optical.png +share/icons/matefaenza/devices/16/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/16/drive-removable-media-scsi.png +share/icons/matefaenza/devices/16/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/16/drive-removable-media-usb.png +share/icons/matefaenza/devices/16/drive-removable-media.png +share/icons/matefaenza/devices/16/dvd_unmount.png +share/icons/matefaenza/devices/16/gnome-cd.png +share/icons/matefaenza/devices/16/gnome-computer.png +share/icons/matefaenza/devices/16/gnome-dev-battery.png +share/icons/matefaenza/devices/16/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/16/gnome-dev-cdrom.png +share/icons/matefaenza/devices/16/gnome-dev-computer.png +share/icons/matefaenza/devices/16/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/16/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/16/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/16/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/16/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/16/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/16/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/16/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/16/gnome-dev-dvd.png +share/icons/matefaenza/devices/16/gnome-dev-ethernet.png +share/icons/matefaenza/devices/16/gnome-dev-floppy.png +share/icons/matefaenza/devices/16/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/16/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/16/gnome-dev-harddisk.png +share/icons/matefaenza/devices/16/gnome-dev-ipod.png +share/icons/matefaenza/devices/16/gnome-dev-keyboard.png +share/icons/matefaenza/devices/16/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/16/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/16/gnome-dev-network.png +share/icons/matefaenza/devices/16/gnome-dev-printer-network.png +share/icons/matefaenza/devices/16/gnome-dev-printer-new.png +share/icons/matefaenza/devices/16/gnome-dev-printer.png +share/icons/matefaenza/devices/16/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/16/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/16/gnome-dev-removable.png +share/icons/matefaenza/devices/16/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/16/gnome-dev-wavelan.png +share/icons/matefaenza/devices/16/gnome-fs-client.png +share/icons/matefaenza/devices/16/gtk-cdrom.png +share/icons/matefaenza/devices/16/gtk-floppy.png +share/icons/matefaenza/devices/16/gtk-harddisk.png +share/icons/matefaenza/devices/16/gtkpod.png +share/icons/matefaenza/devices/16/harddrive.png +share/icons/matefaenza/devices/16/hdd_unmount.png +share/icons/matefaenza/devices/16/i-network-printer.png +share/icons/matefaenza/devices/16/input-gaming.png +share/icons/matefaenza/devices/16/input-keyboard.png +share/icons/matefaenza/devices/16/input-mouse.png +share/icons/matefaenza/devices/16/input-tablet.png +share/icons/matefaenza/devices/16/ipod_mount.png +share/icons/matefaenza/devices/16/joystick.png +share/icons/matefaenza/devices/16/keyboard.png +share/icons/matefaenza/devices/16/kjobviewer.png +share/icons/matefaenza/devices/16/kxkb.png +share/icons/matefaenza/devices/16/media-cdr.png +share/icons/matefaenza/devices/16/media-cdrom-audio.png +share/icons/matefaenza/devices/16/media-cdrom.png +share/icons/matefaenza/devices/16/media-cdrw.png +share/icons/matefaenza/devices/16/media-dvd.png +share/icons/matefaenza/devices/16/media-dvdrw.png +share/icons/matefaenza/devices/16/media-floppy.png +share/icons/matefaenza/devices/16/media-optical-audio.png +share/icons/matefaenza/devices/16/media-optical-cd-r.png +share/icons/matefaenza/devices/16/media-optical-cd-rw.png +share/icons/matefaenza/devices/16/media-optical-cd.png +share/icons/matefaenza/devices/16/media-optical-cdr.png +share/icons/matefaenza/devices/16/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/16/media-optical-dvd-r.png +share/icons/matefaenza/devices/16/media-optical-dvd-ram.png +share/icons/matefaenza/devices/16/media-optical-dvd-rom.png +share/icons/matefaenza/devices/16/media-optical-dvd-rw.png +share/icons/matefaenza/devices/16/media-optical-dvd.png +share/icons/matefaenza/devices/16/media-optical.png +share/icons/matefaenza/devices/16/media-removable.png +share/icons/matefaenza/devices/16/monitor.png +share/icons/matefaenza/devices/16/mouse.png +share/icons/matefaenza/devices/16/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/16/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/16/multimedia-player-ipod.png +share/icons/matefaenza/devices/16/multimedia-player.png +share/icons/matefaenza/devices/16/music-player.png +share/icons/matefaenza/devices/16/network-vpn.png +share/icons/matefaenza/devices/16/network-wired-disconnected.png +share/icons/matefaenza/devices/16/network-wired.png +share/icons/matefaenza/devices/16/network-wireless.png +share/icons/matefaenza/devices/16/network_fs.png +share/icons/matefaenza/devices/16/nfs.png +share/icons/matefaenza/devices/16/pda.png +share/icons/matefaenza/devices/16/printer-remote.png +share/icons/matefaenza/devices/16/printer.png +share/icons/matefaenza/devices/16/printer1.png +share/icons/matefaenza/devices/16/printmgr.png +share/icons/matefaenza/devices/16/samba.png +share/icons/matefaenza/devices/16/scanner.png +share/icons/matefaenza/devices/16/stock_music-library.png +share/icons/matefaenza/devices/16/stock_printers.png +share/icons/matefaenza/devices/16/system-floppy.png +share/icons/matefaenza/devices/16/system.png +share/icons/matefaenza/devices/16/usbpendrive_unmount.png +share/icons/matefaenza/devices/16/video-display.png +share/icons/matefaenza/devices/16/xfce-mount.png +share/icons/matefaenza/devices/16/xfce-printer.png +share/icons/matefaenza/devices/16/xfce4-display.png +share/icons/matefaenza/devices/16/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/16/xfce4-mouse.png +share/icons/matefaenza/devices/16/yast_HD.png +share/icons/matefaenza/devices/16/yast_idetude.png +share/icons/matefaenza/devices/16/yast_joystick.png +share/icons/matefaenza/devices/16/yast_mouse.png +share/icons/matefaenza/devices/16/yast_printer.png +share/icons/matefaenza/devices/16/yast_soundcard.png +share/icons/matefaenza/devices/22/audio-card.png +share/icons/matefaenza/devices/22/battery-good-charging.png +share/icons/matefaenza/devices/22/battery.png +share/icons/matefaenza/devices/22/block-device.png +share/icons/matefaenza/devices/22/camera-photo.png +share/icons/matefaenza/devices/22/camera-web.png +share/icons/matefaenza/devices/22/camera.png +share/icons/matefaenza/devices/22/camera_unmount.png +share/icons/matefaenza/devices/22/cdrom_unmount.png +share/icons/matefaenza/devices/22/cdwriter_unmount.png +share/icons/matefaenza/devices/22/chardevice.png +share/icons/matefaenza/devices/22/computer.png +share/icons/matefaenza/devices/22/cupsprinter.png +share/icons/matefaenza/devices/22/display.png +share/icons/matefaenza/devices/22/drive-cdrom.png +share/icons/matefaenza/devices/22/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/22/drive-harddisk-scsi.png +share/icons/matefaenza/devices/22/drive-harddisk-system.png +share/icons/matefaenza/devices/22/drive-harddisk-usb.png +share/icons/matefaenza/devices/22/drive-harddisk.png +share/icons/matefaenza/devices/22/drive-optical.png +share/icons/matefaenza/devices/22/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/22/drive-removable-media-scsi.png +share/icons/matefaenza/devices/22/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/22/drive-removable-media-usb.png +share/icons/matefaenza/devices/22/drive-removable-media.png +share/icons/matefaenza/devices/22/dvd_unmount.png +share/icons/matefaenza/devices/22/gnome-cd.png +share/icons/matefaenza/devices/22/gnome-computer.png +share/icons/matefaenza/devices/22/gnome-dev-battery.png +share/icons/matefaenza/devices/22/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/22/gnome-dev-cdrom.png +share/icons/matefaenza/devices/22/gnome-dev-computer.png +share/icons/matefaenza/devices/22/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/22/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/22/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/22/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/22/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/22/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/22/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/22/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/22/gnome-dev-dvd.png +share/icons/matefaenza/devices/22/gnome-dev-ethernet.png +share/icons/matefaenza/devices/22/gnome-dev-floppy.png +share/icons/matefaenza/devices/22/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/22/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/22/gnome-dev-harddisk.png +share/icons/matefaenza/devices/22/gnome-dev-ipod.png +share/icons/matefaenza/devices/22/gnome-dev-keyboard.png +share/icons/matefaenza/devices/22/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/22/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/22/gnome-dev-network.png +share/icons/matefaenza/devices/22/gnome-dev-printer-network.png +share/icons/matefaenza/devices/22/gnome-dev-printer-new.png +share/icons/matefaenza/devices/22/gnome-dev-printer.png +share/icons/matefaenza/devices/22/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/22/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/22/gnome-dev-removable.png +share/icons/matefaenza/devices/22/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/22/gnome-dev-wavelan.png +share/icons/matefaenza/devices/22/gnome-fs-client.png +share/icons/matefaenza/devices/22/gtk-cdrom.png +share/icons/matefaenza/devices/22/gtk-floppy.png +share/icons/matefaenza/devices/22/gtk-harddisk.png +share/icons/matefaenza/devices/22/gtkpod.png +share/icons/matefaenza/devices/22/harddrive.png +share/icons/matefaenza/devices/22/hdd_unmount.png +share/icons/matefaenza/devices/22/i-network-printer.png +share/icons/matefaenza/devices/22/input-gaming.png +share/icons/matefaenza/devices/22/input-keyboard.png +share/icons/matefaenza/devices/22/input-mouse.png +share/icons/matefaenza/devices/22/input-tablet.png +share/icons/matefaenza/devices/22/ipod_mount.png +share/icons/matefaenza/devices/22/joystick.png +share/icons/matefaenza/devices/22/keyboard.png +share/icons/matefaenza/devices/22/kjobviewer.png +share/icons/matefaenza/devices/22/kxkb.png +share/icons/matefaenza/devices/22/media-cdr.png +share/icons/matefaenza/devices/22/media-cdrom-audio.png +share/icons/matefaenza/devices/22/media-cdrom.png +share/icons/matefaenza/devices/22/media-cdrw.png +share/icons/matefaenza/devices/22/media-dvd.png +share/icons/matefaenza/devices/22/media-dvdrw.png +share/icons/matefaenza/devices/22/media-floppy.png +share/icons/matefaenza/devices/22/media-optical-audio.png +share/icons/matefaenza/devices/22/media-optical-cd-r.png +share/icons/matefaenza/devices/22/media-optical-cd-rw.png +share/icons/matefaenza/devices/22/media-optical-cd.png +share/icons/matefaenza/devices/22/media-optical-cdr.png +share/icons/matefaenza/devices/22/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/22/media-optical-dvd-r.png +share/icons/matefaenza/devices/22/media-optical-dvd-ram.png +share/icons/matefaenza/devices/22/media-optical-dvd-rom.png +share/icons/matefaenza/devices/22/media-optical-dvd-rw.png +share/icons/matefaenza/devices/22/media-optical-dvd.png +share/icons/matefaenza/devices/22/media-optical.png +share/icons/matefaenza/devices/22/media-removable.png +share/icons/matefaenza/devices/22/monitor.png +share/icons/matefaenza/devices/22/mouse.png +share/icons/matefaenza/devices/22/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/22/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/22/multimedia-player-ipod.png +share/icons/matefaenza/devices/22/multimedia-player.png +share/icons/matefaenza/devices/22/music-player.png +share/icons/matefaenza/devices/22/network-vpn.png +share/icons/matefaenza/devices/22/network-wired-disconnected.png +share/icons/matefaenza/devices/22/network-wired.png +share/icons/matefaenza/devices/22/network-wireless.png +share/icons/matefaenza/devices/22/network_fs.png +share/icons/matefaenza/devices/22/nfs.png +share/icons/matefaenza/devices/22/pda.png +share/icons/matefaenza/devices/22/printer-remote.png +share/icons/matefaenza/devices/22/printer.png +share/icons/matefaenza/devices/22/printer1.png +share/icons/matefaenza/devices/22/printmgr.png +share/icons/matefaenza/devices/22/samba.png +share/icons/matefaenza/devices/22/scanner.png +share/icons/matefaenza/devices/22/stock_music-library.png +share/icons/matefaenza/devices/22/stock_printers.png +share/icons/matefaenza/devices/22/system-floppy.png +share/icons/matefaenza/devices/22/system.png +share/icons/matefaenza/devices/22/usbpendrive_unmount.png +share/icons/matefaenza/devices/22/video-display.png +share/icons/matefaenza/devices/22/xfce-mount.png +share/icons/matefaenza/devices/22/xfce-printer.png +share/icons/matefaenza/devices/22/xfce4-display.png +share/icons/matefaenza/devices/22/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/22/xfce4-mouse.png +share/icons/matefaenza/devices/22/yast_HD.png +share/icons/matefaenza/devices/22/yast_idetude.png +share/icons/matefaenza/devices/22/yast_joystick.png +share/icons/matefaenza/devices/22/yast_mouse.png +share/icons/matefaenza/devices/22/yast_printer.png +share/icons/matefaenza/devices/22/yast_soundcard.png +share/icons/matefaenza/devices/24/audio-card.png +share/icons/matefaenza/devices/24/battery-good-charging.png +share/icons/matefaenza/devices/24/battery.png +share/icons/matefaenza/devices/24/block-device.png +share/icons/matefaenza/devices/24/camera-photo.png +share/icons/matefaenza/devices/24/camera-web.png +share/icons/matefaenza/devices/24/camera.png +share/icons/matefaenza/devices/24/camera_unmount.png +share/icons/matefaenza/devices/24/cdrom_unmount.png +share/icons/matefaenza/devices/24/cdwriter_unmount.png +share/icons/matefaenza/devices/24/chardevice.png +share/icons/matefaenza/devices/24/computer.png +share/icons/matefaenza/devices/24/cupsprinter.png +share/icons/matefaenza/devices/24/display.png +share/icons/matefaenza/devices/24/drive-cdrom.png +share/icons/matefaenza/devices/24/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/24/drive-harddisk-scsi.png +share/icons/matefaenza/devices/24/drive-harddisk-system.png +share/icons/matefaenza/devices/24/drive-harddisk-usb.png +share/icons/matefaenza/devices/24/drive-harddisk.png +share/icons/matefaenza/devices/24/drive-optical.png +share/icons/matefaenza/devices/24/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/24/drive-removable-media-scsi.png +share/icons/matefaenza/devices/24/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/24/drive-removable-media-usb.png +share/icons/matefaenza/devices/24/drive-removable-media.png +share/icons/matefaenza/devices/24/dvd_unmount.png +share/icons/matefaenza/devices/24/gnome-cd.png +share/icons/matefaenza/devices/24/gnome-computer.png +share/icons/matefaenza/devices/24/gnome-dev-battery.png +share/icons/matefaenza/devices/24/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/24/gnome-dev-cdrom.png +share/icons/matefaenza/devices/24/gnome-dev-computer.png +share/icons/matefaenza/devices/24/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/24/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/24/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/24/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/24/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/24/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/24/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/24/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/24/gnome-dev-dvd.png +share/icons/matefaenza/devices/24/gnome-dev-ethernet.png +share/icons/matefaenza/devices/24/gnome-dev-floppy.png +share/icons/matefaenza/devices/24/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/24/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/24/gnome-dev-harddisk.png +share/icons/matefaenza/devices/24/gnome-dev-ipod.png +share/icons/matefaenza/devices/24/gnome-dev-keyboard.png +share/icons/matefaenza/devices/24/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/24/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/24/gnome-dev-network.png +share/icons/matefaenza/devices/24/gnome-dev-printer-network.png +share/icons/matefaenza/devices/24/gnome-dev-printer-new.png +share/icons/matefaenza/devices/24/gnome-dev-printer.png +share/icons/matefaenza/devices/24/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/24/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/24/gnome-dev-removable.png +share/icons/matefaenza/devices/24/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/24/gnome-dev-wavelan.png +share/icons/matefaenza/devices/24/gnome-fs-client.png +share/icons/matefaenza/devices/24/gtk-cdrom.png +share/icons/matefaenza/devices/24/gtk-floppy.png +share/icons/matefaenza/devices/24/gtk-harddisk.png +share/icons/matefaenza/devices/24/gtkpod.png +share/icons/matefaenza/devices/24/harddrive.png +share/icons/matefaenza/devices/24/hdd_unmount.png +share/icons/matefaenza/devices/24/i-network-printer.png +share/icons/matefaenza/devices/24/input-gaming.png +share/icons/matefaenza/devices/24/input-keyboard.png +share/icons/matefaenza/devices/24/input-mouse.png +share/icons/matefaenza/devices/24/input-tablet.png +share/icons/matefaenza/devices/24/ipod_mount.png +share/icons/matefaenza/devices/24/joystick.png +share/icons/matefaenza/devices/24/keyboard.png +share/icons/matefaenza/devices/24/kjobviewer.png +share/icons/matefaenza/devices/24/kxkb.png +share/icons/matefaenza/devices/24/media-cdr.png +share/icons/matefaenza/devices/24/media-cdrom-audio.png +share/icons/matefaenza/devices/24/media-cdrom.png +share/icons/matefaenza/devices/24/media-cdrw.png +share/icons/matefaenza/devices/24/media-dvd.png +share/icons/matefaenza/devices/24/media-dvdrw.png +share/icons/matefaenza/devices/24/media-floppy.png +share/icons/matefaenza/devices/24/media-optical-audio.png +share/icons/matefaenza/devices/24/media-optical-cd-r.png +share/icons/matefaenza/devices/24/media-optical-cd-rw.png +share/icons/matefaenza/devices/24/media-optical-cd.png +share/icons/matefaenza/devices/24/media-optical-cdr.png +share/icons/matefaenza/devices/24/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/24/media-optical-dvd-r.png +share/icons/matefaenza/devices/24/media-optical-dvd-ram.png +share/icons/matefaenza/devices/24/media-optical-dvd-rom.png +share/icons/matefaenza/devices/24/media-optical-dvd-rw.png +share/icons/matefaenza/devices/24/media-optical-dvd.png +share/icons/matefaenza/devices/24/media-optical.png +share/icons/matefaenza/devices/24/media-removable.png +share/icons/matefaenza/devices/24/monitor.png +share/icons/matefaenza/devices/24/mouse.png +share/icons/matefaenza/devices/24/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/24/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/24/multimedia-player-ipod.png +share/icons/matefaenza/devices/24/multimedia-player.png +share/icons/matefaenza/devices/24/music-player.png +share/icons/matefaenza/devices/24/network-vpn.png +share/icons/matefaenza/devices/24/network-wired-disconnected.png +share/icons/matefaenza/devices/24/network-wired.png +share/icons/matefaenza/devices/24/network-wireless.png +share/icons/matefaenza/devices/24/network_fs.png +share/icons/matefaenza/devices/24/nfs.png +share/icons/matefaenza/devices/24/pda.png +share/icons/matefaenza/devices/24/printer-remote.png +share/icons/matefaenza/devices/24/printer.png +share/icons/matefaenza/devices/24/printer1.png +share/icons/matefaenza/devices/24/printmgr.png +share/icons/matefaenza/devices/24/samba.png +share/icons/matefaenza/devices/24/scanner.png +share/icons/matefaenza/devices/24/stock_music-library.png +share/icons/matefaenza/devices/24/stock_printers.png +share/icons/matefaenza/devices/24/system-floppy.png +share/icons/matefaenza/devices/24/system.png +share/icons/matefaenza/devices/24/usbpendrive_unmount.png +share/icons/matefaenza/devices/24/video-display.png +share/icons/matefaenza/devices/24/xfce-mount.png +share/icons/matefaenza/devices/24/xfce-printer.png +share/icons/matefaenza/devices/24/xfce4-display.png +share/icons/matefaenza/devices/24/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/24/xfce4-mouse.png +share/icons/matefaenza/devices/24/yast_HD.png +share/icons/matefaenza/devices/24/yast_idetude.png +share/icons/matefaenza/devices/24/yast_joystick.png +share/icons/matefaenza/devices/24/yast_mouse.png +share/icons/matefaenza/devices/24/yast_printer.png +share/icons/matefaenza/devices/24/yast_soundcard.png +share/icons/matefaenza/devices/32/audio-card.png +share/icons/matefaenza/devices/32/battery-good-charging.png +share/icons/matefaenza/devices/32/battery.png +share/icons/matefaenza/devices/32/block-device.png +share/icons/matefaenza/devices/32/camera-photo.png +share/icons/matefaenza/devices/32/camera-web.png +share/icons/matefaenza/devices/32/camera.png +share/icons/matefaenza/devices/32/camera_unmount.png +share/icons/matefaenza/devices/32/cdrom_unmount.png +share/icons/matefaenza/devices/32/cdwriter_unmount.png +share/icons/matefaenza/devices/32/chardevice.png +share/icons/matefaenza/devices/32/computer.png +share/icons/matefaenza/devices/32/cupsprinter.png +share/icons/matefaenza/devices/32/display.png +share/icons/matefaenza/devices/32/drive-cdrom.png +share/icons/matefaenza/devices/32/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/32/drive-harddisk-scsi.png +share/icons/matefaenza/devices/32/drive-harddisk-system.png +share/icons/matefaenza/devices/32/drive-harddisk-usb.png +share/icons/matefaenza/devices/32/drive-harddisk.png +share/icons/matefaenza/devices/32/drive-optical.png +share/icons/matefaenza/devices/32/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/32/drive-removable-media-scsi.png +share/icons/matefaenza/devices/32/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/32/drive-removable-media-usb.png +share/icons/matefaenza/devices/32/drive-removable-media.png +share/icons/matefaenza/devices/32/dvd_unmount.png +share/icons/matefaenza/devices/32/gnome-cd.png +share/icons/matefaenza/devices/32/gnome-computer.png +share/icons/matefaenza/devices/32/gnome-dev-battery.png +share/icons/matefaenza/devices/32/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/32/gnome-dev-cdrom.png +share/icons/matefaenza/devices/32/gnome-dev-computer.png +share/icons/matefaenza/devices/32/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/32/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/32/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/32/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/32/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/32/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/32/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/32/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/32/gnome-dev-dvd.png +share/icons/matefaenza/devices/32/gnome-dev-ethernet.png +share/icons/matefaenza/devices/32/gnome-dev-floppy.png +share/icons/matefaenza/devices/32/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/32/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/32/gnome-dev-harddisk.png +share/icons/matefaenza/devices/32/gnome-dev-ipod.png +share/icons/matefaenza/devices/32/gnome-dev-keyboard.png +share/icons/matefaenza/devices/32/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/32/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/32/gnome-dev-network.png +share/icons/matefaenza/devices/32/gnome-dev-printer-network.png +share/icons/matefaenza/devices/32/gnome-dev-printer-new.png +share/icons/matefaenza/devices/32/gnome-dev-printer.png +share/icons/matefaenza/devices/32/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/32/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/32/gnome-dev-removable.png +share/icons/matefaenza/devices/32/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/32/gnome-dev-wavelan.png +share/icons/matefaenza/devices/32/gnome-fs-client.png +share/icons/matefaenza/devices/32/gtk-cdrom.png +share/icons/matefaenza/devices/32/gtk-floppy.png +share/icons/matefaenza/devices/32/gtk-harddisk.png +share/icons/matefaenza/devices/32/gtkpod.png +share/icons/matefaenza/devices/32/harddrive.png +share/icons/matefaenza/devices/32/hdd_unmount.png +share/icons/matefaenza/devices/32/i-network-printer.png +share/icons/matefaenza/devices/32/input-gaming.png +share/icons/matefaenza/devices/32/input-keyboard.png +share/icons/matefaenza/devices/32/input-mouse.png +share/icons/matefaenza/devices/32/input-tablet.png +share/icons/matefaenza/devices/32/ipod_mount.png +share/icons/matefaenza/devices/32/joystick.png +share/icons/matefaenza/devices/32/keyboard.png +share/icons/matefaenza/devices/32/kjobviewer.png +share/icons/matefaenza/devices/32/kxkb.png +share/icons/matefaenza/devices/32/media-cdr.png +share/icons/matefaenza/devices/32/media-cdrom-audio.png +share/icons/matefaenza/devices/32/media-cdrom.png +share/icons/matefaenza/devices/32/media-cdrw.png +share/icons/matefaenza/devices/32/media-dvd.png +share/icons/matefaenza/devices/32/media-dvdrw.png +share/icons/matefaenza/devices/32/media-floppy.png +share/icons/matefaenza/devices/32/media-optical-audio.png +share/icons/matefaenza/devices/32/media-optical-cd-r.png +share/icons/matefaenza/devices/32/media-optical-cd-rw.png +share/icons/matefaenza/devices/32/media-optical-cd.png +share/icons/matefaenza/devices/32/media-optical-cdr.png +share/icons/matefaenza/devices/32/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/32/media-optical-dvd-r.png +share/icons/matefaenza/devices/32/media-optical-dvd-ram.png +share/icons/matefaenza/devices/32/media-optical-dvd-rom.png +share/icons/matefaenza/devices/32/media-optical-dvd-rw.png +share/icons/matefaenza/devices/32/media-optical-dvd.png +share/icons/matefaenza/devices/32/media-optical.png +share/icons/matefaenza/devices/32/media-removable.png +share/icons/matefaenza/devices/32/monitor.png +share/icons/matefaenza/devices/32/mouse.png +share/icons/matefaenza/devices/32/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/32/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/32/multimedia-player-ipod.png +share/icons/matefaenza/devices/32/multimedia-player.png +share/icons/matefaenza/devices/32/music-player.png +share/icons/matefaenza/devices/32/network-vpn.png +share/icons/matefaenza/devices/32/network-wired-disconnected.png +share/icons/matefaenza/devices/32/network-wired.png +share/icons/matefaenza/devices/32/network-wireless.png +share/icons/matefaenza/devices/32/network_fs.png +share/icons/matefaenza/devices/32/nfs.png +share/icons/matefaenza/devices/32/pda.png +share/icons/matefaenza/devices/32/printer-remote.png +share/icons/matefaenza/devices/32/printer.png +share/icons/matefaenza/devices/32/printer1.png +share/icons/matefaenza/devices/32/printmgr.png +share/icons/matefaenza/devices/32/samba.png +share/icons/matefaenza/devices/32/scanner.png +share/icons/matefaenza/devices/32/stock_music-library.png +share/icons/matefaenza/devices/32/stock_printers.png +share/icons/matefaenza/devices/32/system-floppy.png +share/icons/matefaenza/devices/32/system.png +share/icons/matefaenza/devices/32/usbpendrive_unmount.png +share/icons/matefaenza/devices/32/video-display.png +share/icons/matefaenza/devices/32/xfce-mount.png +share/icons/matefaenza/devices/32/xfce-printer.png +share/icons/matefaenza/devices/32/xfce4-display.png +share/icons/matefaenza/devices/32/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/32/xfce4-mouse.png +share/icons/matefaenza/devices/32/yast_HD.png +share/icons/matefaenza/devices/32/yast_idetude.png +share/icons/matefaenza/devices/32/yast_joystick.png +share/icons/matefaenza/devices/32/yast_mouse.png +share/icons/matefaenza/devices/32/yast_printer.png +share/icons/matefaenza/devices/32/yast_soundcard.png +share/icons/matefaenza/devices/48/audio-card.png +share/icons/matefaenza/devices/48/battery-good-charging.png +share/icons/matefaenza/devices/48/battery.png +share/icons/matefaenza/devices/48/block-device.png +share/icons/matefaenza/devices/48/camera-photo.png +share/icons/matefaenza/devices/48/camera-web.png +share/icons/matefaenza/devices/48/camera.png +share/icons/matefaenza/devices/48/camera_unmount.png +share/icons/matefaenza/devices/48/cdrom_unmount.png +share/icons/matefaenza/devices/48/cdwriter_unmount.png +share/icons/matefaenza/devices/48/chardevice.png +share/icons/matefaenza/devices/48/computer.png +share/icons/matefaenza/devices/48/cupsprinter.png +share/icons/matefaenza/devices/48/display.png +share/icons/matefaenza/devices/48/drive-cdrom.png +share/icons/matefaenza/devices/48/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/48/drive-harddisk-scsi.png +share/icons/matefaenza/devices/48/drive-harddisk-system.png +share/icons/matefaenza/devices/48/drive-harddisk-usb.png +share/icons/matefaenza/devices/48/drive-harddisk.png +share/icons/matefaenza/devices/48/drive-optical.png +share/icons/matefaenza/devices/48/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/48/drive-removable-media-scsi.png +share/icons/matefaenza/devices/48/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/48/drive-removable-media-usb.png +share/icons/matefaenza/devices/48/drive-removable-media.png +share/icons/matefaenza/devices/48/dvd_unmount.png +share/icons/matefaenza/devices/48/gnome-cd.png +share/icons/matefaenza/devices/48/gnome-computer.png +share/icons/matefaenza/devices/48/gnome-dev-battery.png +share/icons/matefaenza/devices/48/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/48/gnome-dev-cdrom.png +share/icons/matefaenza/devices/48/gnome-dev-computer.png +share/icons/matefaenza/devices/48/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/48/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/48/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/48/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/48/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/48/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/48/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/48/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/48/gnome-dev-dvd.png +share/icons/matefaenza/devices/48/gnome-dev-ethernet.png +share/icons/matefaenza/devices/48/gnome-dev-floppy.png +share/icons/matefaenza/devices/48/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/48/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/48/gnome-dev-harddisk.png +share/icons/matefaenza/devices/48/gnome-dev-ipod.png +share/icons/matefaenza/devices/48/gnome-dev-keyboard.png +share/icons/matefaenza/devices/48/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/48/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/48/gnome-dev-network.png +share/icons/matefaenza/devices/48/gnome-dev-printer-network.png +share/icons/matefaenza/devices/48/gnome-dev-printer-new.png +share/icons/matefaenza/devices/48/gnome-dev-printer.png +share/icons/matefaenza/devices/48/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/48/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/48/gnome-dev-removable.png +share/icons/matefaenza/devices/48/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/48/gnome-dev-wavelan.png +share/icons/matefaenza/devices/48/gnome-fs-client.png +share/icons/matefaenza/devices/48/gtk-cdrom.png +share/icons/matefaenza/devices/48/gtk-floppy.png +share/icons/matefaenza/devices/48/gtk-harddisk.png +share/icons/matefaenza/devices/48/gtkpod.png +share/icons/matefaenza/devices/48/harddrive.png +share/icons/matefaenza/devices/48/hdd_unmount.png +share/icons/matefaenza/devices/48/i-network-printer.png +share/icons/matefaenza/devices/48/input-gaming.png +share/icons/matefaenza/devices/48/input-keyboard.png +share/icons/matefaenza/devices/48/input-mouse.png +share/icons/matefaenza/devices/48/input-tablet.png +share/icons/matefaenza/devices/48/ipod_mount.png +share/icons/matefaenza/devices/48/joystick.png +share/icons/matefaenza/devices/48/keyboard.png +share/icons/matefaenza/devices/48/kjobviewer.png +share/icons/matefaenza/devices/48/kxkb.png +share/icons/matefaenza/devices/48/media-cdr.png +share/icons/matefaenza/devices/48/media-cdrom-audio.png +share/icons/matefaenza/devices/48/media-cdrom.png +share/icons/matefaenza/devices/48/media-cdrw.png +share/icons/matefaenza/devices/48/media-dvd.png +share/icons/matefaenza/devices/48/media-dvdrw.png +share/icons/matefaenza/devices/48/media-floppy.png +share/icons/matefaenza/devices/48/media-optical-audio.png +share/icons/matefaenza/devices/48/media-optical-cd-r.png +share/icons/matefaenza/devices/48/media-optical-cd-rw.png +share/icons/matefaenza/devices/48/media-optical-cd.png +share/icons/matefaenza/devices/48/media-optical-cdr.png +share/icons/matefaenza/devices/48/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/48/media-optical-dvd-r.png +share/icons/matefaenza/devices/48/media-optical-dvd-ram.png +share/icons/matefaenza/devices/48/media-optical-dvd-rom.png +share/icons/matefaenza/devices/48/media-optical-dvd-rw.png +share/icons/matefaenza/devices/48/media-optical-dvd.png +share/icons/matefaenza/devices/48/media-optical.png +share/icons/matefaenza/devices/48/media-removable.png +share/icons/matefaenza/devices/48/monitor.png +share/icons/matefaenza/devices/48/mouse.png +share/icons/matefaenza/devices/48/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/48/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/48/multimedia-player-ipod.png +share/icons/matefaenza/devices/48/multimedia-player.png +share/icons/matefaenza/devices/48/music-player.png +share/icons/matefaenza/devices/48/network-vpn.png +share/icons/matefaenza/devices/48/network-wired-disconnected.png +share/icons/matefaenza/devices/48/network-wired.png +share/icons/matefaenza/devices/48/network-wireless.png +share/icons/matefaenza/devices/48/network_fs.png +share/icons/matefaenza/devices/48/nfs.png +share/icons/matefaenza/devices/48/pda.png +share/icons/matefaenza/devices/48/printer-remote.png +share/icons/matefaenza/devices/48/printer.png +share/icons/matefaenza/devices/48/printer1.png +share/icons/matefaenza/devices/48/printmgr.png +share/icons/matefaenza/devices/48/samba.png +share/icons/matefaenza/devices/48/scanner.png +share/icons/matefaenza/devices/48/stock_music-library.png +share/icons/matefaenza/devices/48/stock_printers.png +share/icons/matefaenza/devices/48/system-floppy.png +share/icons/matefaenza/devices/48/system.png +share/icons/matefaenza/devices/48/usbpendrive_unmount.png +share/icons/matefaenza/devices/48/video-display.png +share/icons/matefaenza/devices/48/xfce-mount.png +share/icons/matefaenza/devices/48/xfce-printer.png +share/icons/matefaenza/devices/48/xfce4-display.png +share/icons/matefaenza/devices/48/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/48/xfce4-mouse.png +share/icons/matefaenza/devices/48/yast_HD.png +share/icons/matefaenza/devices/48/yast_idetude.png +share/icons/matefaenza/devices/48/yast_joystick.png +share/icons/matefaenza/devices/48/yast_mouse.png +share/icons/matefaenza/devices/48/yast_printer.png +share/icons/matefaenza/devices/48/yast_soundcard.png +share/icons/matefaenza/devices/64/audio-card.png +share/icons/matefaenza/devices/64/battery-good-charging.png +share/icons/matefaenza/devices/64/battery.png +share/icons/matefaenza/devices/64/block-device.png +share/icons/matefaenza/devices/64/camera-photo.png +share/icons/matefaenza/devices/64/camera-web.png +share/icons/matefaenza/devices/64/camera.png +share/icons/matefaenza/devices/64/camera_unmount.png +share/icons/matefaenza/devices/64/cdrom_unmount.png +share/icons/matefaenza/devices/64/cdwriter_unmount.png +share/icons/matefaenza/devices/64/chardevice.png +share/icons/matefaenza/devices/64/computer.png +share/icons/matefaenza/devices/64/cupsprinter.png +share/icons/matefaenza/devices/64/display.png +share/icons/matefaenza/devices/64/drive-cdrom.png +share/icons/matefaenza/devices/64/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/64/drive-harddisk-scsi.png +share/icons/matefaenza/devices/64/drive-harddisk-system.png +share/icons/matefaenza/devices/64/drive-harddisk-usb.png +share/icons/matefaenza/devices/64/drive-harddisk.png +share/icons/matefaenza/devices/64/drive-optical.png +share/icons/matefaenza/devices/64/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/64/drive-removable-media-scsi.png +share/icons/matefaenza/devices/64/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/64/drive-removable-media-usb.png +share/icons/matefaenza/devices/64/drive-removable-media.png +share/icons/matefaenza/devices/64/dvd_unmount.png +share/icons/matefaenza/devices/64/gnome-cd.png +share/icons/matefaenza/devices/64/gnome-computer.png +share/icons/matefaenza/devices/64/gnome-dev-battery.png +share/icons/matefaenza/devices/64/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/64/gnome-dev-cdrom.png +share/icons/matefaenza/devices/64/gnome-dev-computer.png +share/icons/matefaenza/devices/64/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/64/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/64/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/64/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/64/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/64/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/64/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/64/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/64/gnome-dev-dvd.png +share/icons/matefaenza/devices/64/gnome-dev-ethernet.png +share/icons/matefaenza/devices/64/gnome-dev-floppy.png +share/icons/matefaenza/devices/64/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/64/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/64/gnome-dev-harddisk.png +share/icons/matefaenza/devices/64/gnome-dev-ipod.png +share/icons/matefaenza/devices/64/gnome-dev-keyboard.png +share/icons/matefaenza/devices/64/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/64/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/64/gnome-dev-network.png +share/icons/matefaenza/devices/64/gnome-dev-printer-network.png +share/icons/matefaenza/devices/64/gnome-dev-printer-new.png +share/icons/matefaenza/devices/64/gnome-dev-printer.png +share/icons/matefaenza/devices/64/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/64/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/64/gnome-dev-removable.png +share/icons/matefaenza/devices/64/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/64/gnome-dev-wavelan.png +share/icons/matefaenza/devices/64/gnome-fs-client.png +share/icons/matefaenza/devices/64/gtk-cdrom.png +share/icons/matefaenza/devices/64/gtk-floppy.png +share/icons/matefaenza/devices/64/gtk-harddisk.png +share/icons/matefaenza/devices/64/gtkpod.png +share/icons/matefaenza/devices/64/harddrive.png +share/icons/matefaenza/devices/64/hdd_unmount.png +share/icons/matefaenza/devices/64/i-network-printer.png +share/icons/matefaenza/devices/64/input-gaming.png +share/icons/matefaenza/devices/64/input-keyboard.png +share/icons/matefaenza/devices/64/input-mouse.png +share/icons/matefaenza/devices/64/input-tablet.png +share/icons/matefaenza/devices/64/ipod_mount.png +share/icons/matefaenza/devices/64/joystick.png +share/icons/matefaenza/devices/64/keyboard.png +share/icons/matefaenza/devices/64/kjobviewer.png +share/icons/matefaenza/devices/64/kxkb.png +share/icons/matefaenza/devices/64/media-cdr.png +share/icons/matefaenza/devices/64/media-cdrom-audio.png +share/icons/matefaenza/devices/64/media-cdrom.png +share/icons/matefaenza/devices/64/media-cdrw.png +share/icons/matefaenza/devices/64/media-dvd.png +share/icons/matefaenza/devices/64/media-dvdrw.png +share/icons/matefaenza/devices/64/media-floppy.png +share/icons/matefaenza/devices/64/media-optical-audio.png +share/icons/matefaenza/devices/64/media-optical-cd-r.png +share/icons/matefaenza/devices/64/media-optical-cd-rw.png +share/icons/matefaenza/devices/64/media-optical-cd.png +share/icons/matefaenza/devices/64/media-optical-cdr.png +share/icons/matefaenza/devices/64/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/64/media-optical-dvd-r.png +share/icons/matefaenza/devices/64/media-optical-dvd-ram.png +share/icons/matefaenza/devices/64/media-optical-dvd-rom.png +share/icons/matefaenza/devices/64/media-optical-dvd-rw.png +share/icons/matefaenza/devices/64/media-optical-dvd.png +share/icons/matefaenza/devices/64/media-optical.png +share/icons/matefaenza/devices/64/media-removable.png +share/icons/matefaenza/devices/64/monitor.png +share/icons/matefaenza/devices/64/mouse.png +share/icons/matefaenza/devices/64/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/64/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/64/multimedia-player-ipod.png +share/icons/matefaenza/devices/64/multimedia-player.png +share/icons/matefaenza/devices/64/music-player.png +share/icons/matefaenza/devices/64/network-vpn.png +share/icons/matefaenza/devices/64/network-wired-disconnected.png +share/icons/matefaenza/devices/64/network-wired.png +share/icons/matefaenza/devices/64/network-wireless.png +share/icons/matefaenza/devices/64/network_fs.png +share/icons/matefaenza/devices/64/nfs.png +share/icons/matefaenza/devices/64/pda.png +share/icons/matefaenza/devices/64/printer-remote.png +share/icons/matefaenza/devices/64/printer.png +share/icons/matefaenza/devices/64/printer1.png +share/icons/matefaenza/devices/64/printmgr.png +share/icons/matefaenza/devices/64/samba.png +share/icons/matefaenza/devices/64/scanner.png +share/icons/matefaenza/devices/64/stock_music-library.png +share/icons/matefaenza/devices/64/stock_printers.png +share/icons/matefaenza/devices/64/system-floppy.png +share/icons/matefaenza/devices/64/system.png +share/icons/matefaenza/devices/64/usbpendrive_unmount.png +share/icons/matefaenza/devices/64/video-display.png +share/icons/matefaenza/devices/64/xfce-mount.png +share/icons/matefaenza/devices/64/xfce-printer.png +share/icons/matefaenza/devices/64/xfce4-display.png +share/icons/matefaenza/devices/64/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/64/xfce4-mouse.png +share/icons/matefaenza/devices/64/yast_HD.png +share/icons/matefaenza/devices/64/yast_idetude.png +share/icons/matefaenza/devices/64/yast_joystick.png +share/icons/matefaenza/devices/64/yast_mouse.png +share/icons/matefaenza/devices/64/yast_printer.png +share/icons/matefaenza/devices/64/yast_soundcard.png +share/icons/matefaenza/devices/96/audio-card.png +share/icons/matefaenza/devices/96/battery-good-charging.png +share/icons/matefaenza/devices/96/battery.png +share/icons/matefaenza/devices/96/block-device.png +share/icons/matefaenza/devices/96/camera-photo.png +share/icons/matefaenza/devices/96/camera-web.png +share/icons/matefaenza/devices/96/camera.png +share/icons/matefaenza/devices/96/camera_unmount.png +share/icons/matefaenza/devices/96/cdrom_unmount.png +share/icons/matefaenza/devices/96/cdwriter_unmount.png +share/icons/matefaenza/devices/96/chardevice.png +share/icons/matefaenza/devices/96/computer.png +share/icons/matefaenza/devices/96/cupsprinter.png +share/icons/matefaenza/devices/96/display.png +share/icons/matefaenza/devices/96/drive-cdrom.png +share/icons/matefaenza/devices/96/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/96/drive-harddisk-scsi.png +share/icons/matefaenza/devices/96/drive-harddisk-system.png +share/icons/matefaenza/devices/96/drive-harddisk-usb.png +share/icons/matefaenza/devices/96/drive-harddisk.png +share/icons/matefaenza/devices/96/drive-optical.png +share/icons/matefaenza/devices/96/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/96/drive-removable-media-scsi.png +share/icons/matefaenza/devices/96/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/96/drive-removable-media-usb.png +share/icons/matefaenza/devices/96/drive-removable-media.png +share/icons/matefaenza/devices/96/dvd_unmount.png +share/icons/matefaenza/devices/96/gnome-cd.png +share/icons/matefaenza/devices/96/gnome-computer.png +share/icons/matefaenza/devices/96/gnome-dev-battery.png +share/icons/matefaenza/devices/96/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/96/gnome-dev-cdrom.png +share/icons/matefaenza/devices/96/gnome-dev-computer.png +share/icons/matefaenza/devices/96/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/96/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/96/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/96/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/96/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/96/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/96/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/96/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/96/gnome-dev-dvd.png +share/icons/matefaenza/devices/96/gnome-dev-ethernet.png +share/icons/matefaenza/devices/96/gnome-dev-floppy.png +share/icons/matefaenza/devices/96/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/96/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/96/gnome-dev-harddisk.png +share/icons/matefaenza/devices/96/gnome-dev-ipod.png +share/icons/matefaenza/devices/96/gnome-dev-keyboard.png +share/icons/matefaenza/devices/96/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/96/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/96/gnome-dev-network.png +share/icons/matefaenza/devices/96/gnome-dev-printer-network.png +share/icons/matefaenza/devices/96/gnome-dev-printer-new.png +share/icons/matefaenza/devices/96/gnome-dev-printer.png +share/icons/matefaenza/devices/96/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/96/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/96/gnome-dev-removable.png +share/icons/matefaenza/devices/96/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/96/gnome-dev-wavelan.png +share/icons/matefaenza/devices/96/gnome-fs-client.png +share/icons/matefaenza/devices/96/gtk-cdrom.png +share/icons/matefaenza/devices/96/gtk-floppy.png +share/icons/matefaenza/devices/96/gtk-harddisk.png +share/icons/matefaenza/devices/96/gtkpod.png +share/icons/matefaenza/devices/96/harddrive.png +share/icons/matefaenza/devices/96/hdd_unmount.png +share/icons/matefaenza/devices/96/i-network-printer.png +share/icons/matefaenza/devices/96/input-gaming.png +share/icons/matefaenza/devices/96/input-keyboard.png +share/icons/matefaenza/devices/96/input-mouse.png +share/icons/matefaenza/devices/96/input-tablet.png +share/icons/matefaenza/devices/96/ipod_mount.png +share/icons/matefaenza/devices/96/joystick.png +share/icons/matefaenza/devices/96/keyboard.png +share/icons/matefaenza/devices/96/kjobviewer.png +share/icons/matefaenza/devices/96/kxkb.png +share/icons/matefaenza/devices/96/media-cdr.png +share/icons/matefaenza/devices/96/media-cdrom-audio.png +share/icons/matefaenza/devices/96/media-cdrom.png +share/icons/matefaenza/devices/96/media-cdrw.png +share/icons/matefaenza/devices/96/media-dvd.png +share/icons/matefaenza/devices/96/media-dvdrw.png +share/icons/matefaenza/devices/96/media-floppy.png +share/icons/matefaenza/devices/96/media-optical-audio.png +share/icons/matefaenza/devices/96/media-optical-cd-r.png +share/icons/matefaenza/devices/96/media-optical-cd-rw.png +share/icons/matefaenza/devices/96/media-optical-cd.png +share/icons/matefaenza/devices/96/media-optical-cdr.png +share/icons/matefaenza/devices/96/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/96/media-optical-dvd-r.png +share/icons/matefaenza/devices/96/media-optical-dvd-ram.png +share/icons/matefaenza/devices/96/media-optical-dvd-rom.png +share/icons/matefaenza/devices/96/media-optical-dvd-rw.png +share/icons/matefaenza/devices/96/media-optical-dvd.png +share/icons/matefaenza/devices/96/media-optical.png +share/icons/matefaenza/devices/96/media-removable.png +share/icons/matefaenza/devices/96/monitor.png +share/icons/matefaenza/devices/96/mouse.png +share/icons/matefaenza/devices/96/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/96/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/96/multimedia-player-ipod.png +share/icons/matefaenza/devices/96/multimedia-player.png +share/icons/matefaenza/devices/96/music-player.png +share/icons/matefaenza/devices/96/network-vpn.png +share/icons/matefaenza/devices/96/network-wired-disconnected.png +share/icons/matefaenza/devices/96/network-wired.png +share/icons/matefaenza/devices/96/network-wireless.png +share/icons/matefaenza/devices/96/network_fs.png +share/icons/matefaenza/devices/96/nfs.png +share/icons/matefaenza/devices/96/pda.png +share/icons/matefaenza/devices/96/printer-remote.png +share/icons/matefaenza/devices/96/printer.png +share/icons/matefaenza/devices/96/printer1.png +share/icons/matefaenza/devices/96/printmgr.png +share/icons/matefaenza/devices/96/samba.png +share/icons/matefaenza/devices/96/scanner.png +share/icons/matefaenza/devices/96/stock_music-library.png +share/icons/matefaenza/devices/96/stock_printers.png +share/icons/matefaenza/devices/96/system-floppy.png +share/icons/matefaenza/devices/96/system.png +share/icons/matefaenza/devices/96/usbpendrive_unmount.png +share/icons/matefaenza/devices/96/video-display.png +share/icons/matefaenza/devices/96/xfce-mount.png +share/icons/matefaenza/devices/96/xfce-printer.png +share/icons/matefaenza/devices/96/xfce4-display.png +share/icons/matefaenza/devices/96/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/96/xfce4-mouse.png +share/icons/matefaenza/devices/96/yast_HD.png +share/icons/matefaenza/devices/96/yast_idetude.png +share/icons/matefaenza/devices/96/yast_joystick.png +share/icons/matefaenza/devices/96/yast_mouse.png +share/icons/matefaenza/devices/96/yast_printer.png +share/icons/matefaenza/devices/96/yast_soundcard.png +share/icons/matefaenza/devices/scalable/audio-card.svg +share/icons/matefaenza/devices/scalable/audio-input-microphone-symbolic.svg +share/icons/matefaenza/devices/scalable/battery-good-charging.svg +share/icons/matefaenza/devices/scalable/battery.svg +share/icons/matefaenza/devices/scalable/block-device.svg +share/icons/matefaenza/devices/scalable/camera-photo-symbolic.svg +share/icons/matefaenza/devices/scalable/camera-photo.svg +share/icons/matefaenza/devices/scalable/camera-web-symbolic.svg +share/icons/matefaenza/devices/scalable/camera-web.svg +share/icons/matefaenza/devices/scalable/camera.svg +share/icons/matefaenza/devices/scalable/camera_unmount.svg +share/icons/matefaenza/devices/scalable/cdrom_unmount.svg +share/icons/matefaenza/devices/scalable/cdwriter_unmount.svg +share/icons/matefaenza/devices/scalable/chardevice.svg +share/icons/matefaenza/devices/scalable/computer-symbolic.svg +share/icons/matefaenza/devices/scalable/computer.svg +share/icons/matefaenza/devices/scalable/cupsprinter.svg +share/icons/matefaenza/devices/scalable/display.svg +share/icons/matefaenza/devices/scalable/drive-cdrom.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-ieee1394.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-scsi.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-symbolic.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-system.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-usb.svg +share/icons/matefaenza/devices/scalable/drive-harddisk.svg +share/icons/matefaenza/devices/scalable/drive-optical.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-ieee1394.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-scsi.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-usb-pendrive.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-usb.svg +share/icons/matefaenza/devices/scalable/drive-removable-media.svg +share/icons/matefaenza/devices/scalable/dvd_unmount.svg +share/icons/matefaenza/devices/scalable/gnome-cd.svg +share/icons/matefaenza/devices/scalable/gnome-computer.svg +share/icons/matefaenza/devices/scalable/gnome-dev-battery.svg +share/icons/matefaenza/devices/scalable/gnome-dev-cdrom-audio.svg +share/icons/matefaenza/devices/scalable/gnome-dev-cdrom.svg +share/icons/matefaenza/devices/scalable/gnome-dev-computer.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-audio.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-cdr.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-cdrom.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-cdrw.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-dvdram.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-dvdrom.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-dvdrw.svg +share/icons/matefaenza/devices/scalable/gnome-dev-dvd-alt.svg +share/icons/matefaenza/devices/scalable/gnome-dev-dvd.svg +share/icons/matefaenza/devices/scalable/gnome-dev-ethernet.svg +share/icons/matefaenza/devices/scalable/gnome-dev-floppy.svg +share/icons/matefaenza/devices/scalable/gnome-dev-harddisk-1394.svg +share/icons/matefaenza/devices/scalable/gnome-dev-harddisk-usb.svg +share/icons/matefaenza/devices/scalable/gnome-dev-harddisk.svg +share/icons/matefaenza/devices/scalable/gnome-dev-ipod.svg +share/icons/matefaenza/devices/scalable/gnome-dev-keyboard.svg +share/icons/matefaenza/devices/scalable/gnome-dev-mouse-ball.svg +share/icons/matefaenza/devices/scalable/gnome-dev-mouse-optical.svg +share/icons/matefaenza/devices/scalable/gnome-dev-network.svg +share/icons/matefaenza/devices/scalable/gnome-dev-printer-network.svg +share/icons/matefaenza/devices/scalable/gnome-dev-printer-new.svg +share/icons/matefaenza/devices/scalable/gnome-dev-printer.svg +share/icons/matefaenza/devices/scalable/gnome-dev-removable-1394.svg +share/icons/matefaenza/devices/scalable/gnome-dev-removable-usb.svg +share/icons/matefaenza/devices/scalable/gnome-dev-removable.svg +share/icons/matefaenza/devices/scalable/gnome-dev-unknown-1394.svg +share/icons/matefaenza/devices/scalable/gnome-dev-wavelan.svg +share/icons/matefaenza/devices/scalable/gnome-fs-client.svg +share/icons/matefaenza/devices/scalable/gtk-cdrom.svg +share/icons/matefaenza/devices/scalable/gtk-floppy.svg +share/icons/matefaenza/devices/scalable/gtk-harddisk.svg +share/icons/matefaenza/devices/scalable/gtkpod.svg +share/icons/matefaenza/devices/scalable/harddrive.svg +share/icons/matefaenza/devices/scalable/hdd_unmount.svg +share/icons/matefaenza/devices/scalable/i-network-printer.svg +share/icons/matefaenza/devices/scalable/input-gaming.svg +share/icons/matefaenza/devices/scalable/input-keyboard-symbolic.svg +share/icons/matefaenza/devices/scalable/input-keyboard.svg +share/icons/matefaenza/devices/scalable/input-mouse.svg +share/icons/matefaenza/devices/scalable/input-tablet.svg +share/icons/matefaenza/devices/scalable/ipod_mount.svg +share/icons/matefaenza/devices/scalable/joystick.svg +share/icons/matefaenza/devices/scalable/keyboard.svg +share/icons/matefaenza/devices/scalable/kjobviewer.svg +share/icons/matefaenza/devices/scalable/kxkb.svg +share/icons/matefaenza/devices/scalable/media-cdr.svg +share/icons/matefaenza/devices/scalable/media-cdrom-audio.svg +share/icons/matefaenza/devices/scalable/media-cdrom.svg +share/icons/matefaenza/devices/scalable/media-cdrw.svg +share/icons/matefaenza/devices/scalable/media-dvd.svg +share/icons/matefaenza/devices/scalable/media-dvdrw.svg +share/icons/matefaenza/devices/scalable/media-floppy.svg +share/icons/matefaenza/devices/scalable/media-optical-audio.svg +share/icons/matefaenza/devices/scalable/media-optical-cd-r.svg +share/icons/matefaenza/devices/scalable/media-optical-cd-rw.svg +share/icons/matefaenza/devices/scalable/media-optical-cd.svg +share/icons/matefaenza/devices/scalable/media-optical-cdr.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-r-plus.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-r.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-ram.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-rom.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-rw.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd.svg +share/icons/matefaenza/devices/scalable/media-optical-symbolic.svg +share/icons/matefaenza/devices/scalable/media-optical.svg +share/icons/matefaenza/devices/scalable/media-removable.svg +share/icons/matefaenza/devices/scalable/monitor.svg +share/icons/matefaenza/devices/scalable/mouse.svg +share/icons/matefaenza/devices/scalable/multimedia-player-apple-ipod-touch.svg +share/icons/matefaenza/devices/scalable/multimedia-player-apple-ipod.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-blue.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-green.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-grey.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-orange.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-pink.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-touch.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod.svg +share/icons/matefaenza/devices/scalable/multimedia-player.svg +share/icons/matefaenza/devices/scalable/music-player.svg +share/icons/matefaenza/devices/scalable/network-vpn.svg +share/icons/matefaenza/devices/scalable/network-wired-disconnected.svg +share/icons/matefaenza/devices/scalable/network-wired.svg +share/icons/matefaenza/devices/scalable/network-wireless.svg +share/icons/matefaenza/devices/scalable/network_fs.svg +share/icons/matefaenza/devices/scalable/nfs.svg +share/icons/matefaenza/devices/scalable/pda.svg +share/icons/matefaenza/devices/scalable/phone-symbolic.svg +share/icons/matefaenza/devices/scalable/printer-remote.svg +share/icons/matefaenza/devices/scalable/printer-symbolic.svg +share/icons/matefaenza/devices/scalable/printer.svg +share/icons/matefaenza/devices/scalable/printer1.svg +share/icons/matefaenza/devices/scalable/printmgr.svg +share/icons/matefaenza/devices/scalable/samba.svg +share/icons/matefaenza/devices/scalable/scanner.svg +share/icons/matefaenza/devices/scalable/stock_music-library.svg +share/icons/matefaenza/devices/scalable/stock_printers.svg +share/icons/matefaenza/devices/scalable/system-floppy.svg +share/icons/matefaenza/devices/scalable/system.svg +share/icons/matefaenza/devices/scalable/usbpendrive_unmount.svg +share/icons/matefaenza/devices/scalable/video-display-symbolic.svg +share/icons/matefaenza/devices/scalable/video-display.svg +share/icons/matefaenza/devices/scalable/xfce-mount.svg +share/icons/matefaenza/devices/scalable/xfce-printer.svg +share/icons/matefaenza/devices/scalable/xfce4-display.svg +share/icons/matefaenza/devices/scalable/xfce4-keyboard.svg.svg +share/icons/matefaenza/devices/scalable/xfce4-mouse.svg +share/icons/matefaenza/devices/scalable/yast_HD.svg +share/icons/matefaenza/devices/scalable/yast_idetude.svg +share/icons/matefaenza/devices/scalable/yast_joystick.svg +share/icons/matefaenza/devices/scalable/yast_mouse.svg +share/icons/matefaenza/devices/scalable/yast_printer.svg +share/icons/matefaenza/devices/scalable/yast_soundcard.svg +share/icons/matefaenza/emblems/16/emblem-OK.icon +share/icons/matefaenza/emblems/16/emblem-art.icon +share/icons/matefaenza/emblems/16/emblem-art.png +share/icons/matefaenza/emblems/16/emblem-camera.icon +share/icons/matefaenza/emblems/16/emblem-camera.png +share/icons/matefaenza/emblems/16/emblem-cool.icon +share/icons/matefaenza/emblems/16/emblem-danger.icon +share/icons/matefaenza/emblems/16/emblem-danger.png +share/icons/matefaenza/emblems/16/emblem-default.icon +share/icons/matefaenza/emblems/16/emblem-default.png +share/icons/matefaenza/emblems/16/emblem-desktop.icon +share/icons/matefaenza/emblems/16/emblem-desktop.png +share/icons/matefaenza/emblems/16/emblem-development.icon +share/icons/matefaenza/emblems/16/emblem-development.png +share/icons/matefaenza/emblems/16/emblem-documents.icon +share/icons/matefaenza/emblems/16/emblem-documents.png +share/icons/matefaenza/emblems/16/emblem-downloads.icon +share/icons/matefaenza/emblems/16/emblem-downloads.png +share/icons/matefaenza/emblems/16/emblem-draft.icon +share/icons/matefaenza/emblems/16/emblem-favorite.icon +share/icons/matefaenza/emblems/16/emblem-favorite.png +share/icons/matefaenza/emblems/16/emblem-generic.icon +share/icons/matefaenza/emblems/16/emblem-generic.png +share/icons/matefaenza/emblems/16/emblem-important.icon +share/icons/matefaenza/emblems/16/emblem-important.png +share/icons/matefaenza/emblems/16/emblem-mail.icon +share/icons/matefaenza/emblems/16/emblem-mail.png +share/icons/matefaenza/emblems/16/emblem-marketing.icon +share/icons/matefaenza/emblems/16/emblem-marketing.png +share/icons/matefaenza/emblems/16/emblem-money.icon +share/icons/matefaenza/emblems/16/emblem-money.png +share/icons/matefaenza/emblems/16/emblem-multimedia.icon +share/icons/matefaenza/emblems/16/emblem-multimedia.png +share/icons/matefaenza/emblems/16/emblem-new.icon +share/icons/matefaenza/emblems/16/emblem-new.png +share/icons/matefaenza/emblems/16/emblem-noread.icon +share/icons/matefaenza/emblems/16/emblem-noread.png +share/icons/matefaenza/emblems/16/emblem-nowrite.icon +share/icons/matefaenza/emblems/16/emblem-nowrite.png +share/icons/matefaenza/emblems/16/emblem-ohno.icon +share/icons/matefaenza/emblems/16/emblem-package.icon +share/icons/matefaenza/emblems/16/emblem-package.png +share/icons/matefaenza/emblems/16/emblem-people.icon +share/icons/matefaenza/emblems/16/emblem-people.png +share/icons/matefaenza/emblems/16/emblem-personal.icon +share/icons/matefaenza/emblems/16/emblem-personal.png +share/icons/matefaenza/emblems/16/emblem-photos.icon +share/icons/matefaenza/emblems/16/emblem-pictures.icon +share/icons/matefaenza/emblems/16/emblem-plan.icon +share/icons/matefaenza/emblems/16/emblem-presentation.icon +share/icons/matefaenza/emblems/16/emblem-presentation.png +share/icons/matefaenza/emblems/16/emblem-readonly.icon +share/icons/matefaenza/emblems/16/emblem-readonly.png +share/icons/matefaenza/emblems/16/emblem-sales.icon +share/icons/matefaenza/emblems/16/emblem-sales.png +share/icons/matefaenza/emblems/16/emblem-shared.icon +share/icons/matefaenza/emblems/16/emblem-shared.png +share/icons/matefaenza/emblems/16/emblem-sound.icon +share/icons/matefaenza/emblems/16/emblem-sound.png +share/icons/matefaenza/emblems/16/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/16/emblem-symbolic-link.png +share/icons/matefaenza/emblems/16/emblem-synchronizing.png +share/icons/matefaenza/emblems/16/emblem-system.icon +share/icons/matefaenza/emblems/16/emblem-system.png +share/icons/matefaenza/emblems/16/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/16/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/16/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/16/emblem-unreadable.icon +share/icons/matefaenza/emblems/16/emblem-unreadable.png +share/icons/matefaenza/emblems/16/emblem-urgent.icon +share/icons/matefaenza/emblems/16/emblem-urgent.png +share/icons/matefaenza/emblems/16/emblem-videos.icon +share/icons/matefaenza/emblems/16/emblem-videos.png +share/icons/matefaenza/emblems/16/emblem-web.icon +share/icons/matefaenza/emblems/16/emblem-web.png +share/icons/matefaenza/emblems/16/important.png +share/icons/matefaenza/emblems/22/emblem-OK.icon +share/icons/matefaenza/emblems/22/emblem-art.icon +share/icons/matefaenza/emblems/22/emblem-art.png +share/icons/matefaenza/emblems/22/emblem-camera.icon +share/icons/matefaenza/emblems/22/emblem-camera.png +share/icons/matefaenza/emblems/22/emblem-cool.icon +share/icons/matefaenza/emblems/22/emblem-danger.icon +share/icons/matefaenza/emblems/22/emblem-danger.png +share/icons/matefaenza/emblems/22/emblem-default.icon +share/icons/matefaenza/emblems/22/emblem-default.png +share/icons/matefaenza/emblems/22/emblem-desktop.icon +share/icons/matefaenza/emblems/22/emblem-desktop.png +share/icons/matefaenza/emblems/22/emblem-development.icon +share/icons/matefaenza/emblems/22/emblem-development.png +share/icons/matefaenza/emblems/22/emblem-documents.icon +share/icons/matefaenza/emblems/22/emblem-documents.png +share/icons/matefaenza/emblems/22/emblem-downloads.icon +share/icons/matefaenza/emblems/22/emblem-downloads.png +share/icons/matefaenza/emblems/22/emblem-draft.icon +share/icons/matefaenza/emblems/22/emblem-favorite.icon +share/icons/matefaenza/emblems/22/emblem-favorite.png +share/icons/matefaenza/emblems/22/emblem-generic.icon +share/icons/matefaenza/emblems/22/emblem-generic.png +share/icons/matefaenza/emblems/22/emblem-important.icon +share/icons/matefaenza/emblems/22/emblem-important.png +share/icons/matefaenza/emblems/22/emblem-mail.icon +share/icons/matefaenza/emblems/22/emblem-mail.png +share/icons/matefaenza/emblems/22/emblem-marketing.icon +share/icons/matefaenza/emblems/22/emblem-marketing.png +share/icons/matefaenza/emblems/22/emblem-money.icon +share/icons/matefaenza/emblems/22/emblem-money.png +share/icons/matefaenza/emblems/22/emblem-multimedia.icon +share/icons/matefaenza/emblems/22/emblem-multimedia.png +share/icons/matefaenza/emblems/22/emblem-new.icon +share/icons/matefaenza/emblems/22/emblem-new.png +share/icons/matefaenza/emblems/22/emblem-noread.icon +share/icons/matefaenza/emblems/22/emblem-noread.png +share/icons/matefaenza/emblems/22/emblem-nowrite.icon +share/icons/matefaenza/emblems/22/emblem-nowrite.png +share/icons/matefaenza/emblems/22/emblem-ohno.icon +share/icons/matefaenza/emblems/22/emblem-package.icon +share/icons/matefaenza/emblems/22/emblem-package.png +share/icons/matefaenza/emblems/22/emblem-people.icon +share/icons/matefaenza/emblems/22/emblem-people.png +share/icons/matefaenza/emblems/22/emblem-personal.icon +share/icons/matefaenza/emblems/22/emblem-personal.png +share/icons/matefaenza/emblems/22/emblem-photos.icon +share/icons/matefaenza/emblems/22/emblem-pictures.icon +share/icons/matefaenza/emblems/22/emblem-plan.icon +share/icons/matefaenza/emblems/22/emblem-presentation.icon +share/icons/matefaenza/emblems/22/emblem-presentation.png +share/icons/matefaenza/emblems/22/emblem-readonly.icon +share/icons/matefaenza/emblems/22/emblem-readonly.png +share/icons/matefaenza/emblems/22/emblem-sales.icon +share/icons/matefaenza/emblems/22/emblem-sales.png +share/icons/matefaenza/emblems/22/emblem-shared.icon +share/icons/matefaenza/emblems/22/emblem-shared.png +share/icons/matefaenza/emblems/22/emblem-sound.icon +share/icons/matefaenza/emblems/22/emblem-sound.png +share/icons/matefaenza/emblems/22/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/22/emblem-symbolic-link.png +share/icons/matefaenza/emblems/22/emblem-synchronizing.png +share/icons/matefaenza/emblems/22/emblem-system.icon +share/icons/matefaenza/emblems/22/emblem-system.png +share/icons/matefaenza/emblems/22/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/22/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/22/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/22/emblem-unreadable.icon +share/icons/matefaenza/emblems/22/emblem-unreadable.png +share/icons/matefaenza/emblems/22/emblem-urgent.icon +share/icons/matefaenza/emblems/22/emblem-urgent.png +share/icons/matefaenza/emblems/22/emblem-videos.icon +share/icons/matefaenza/emblems/22/emblem-videos.png +share/icons/matefaenza/emblems/22/emblem-web.icon +share/icons/matefaenza/emblems/22/emblem-web.png +share/icons/matefaenza/emblems/22/important.png +share/icons/matefaenza/emblems/24/emblem-OK.icon +share/icons/matefaenza/emblems/24/emblem-art.icon +share/icons/matefaenza/emblems/24/emblem-art.png +share/icons/matefaenza/emblems/24/emblem-camera.icon +share/icons/matefaenza/emblems/24/emblem-camera.png +share/icons/matefaenza/emblems/24/emblem-cool.icon +share/icons/matefaenza/emblems/24/emblem-danger.icon +share/icons/matefaenza/emblems/24/emblem-danger.png +share/icons/matefaenza/emblems/24/emblem-default.icon +share/icons/matefaenza/emblems/24/emblem-default.png +share/icons/matefaenza/emblems/24/emblem-desktop.icon +share/icons/matefaenza/emblems/24/emblem-desktop.png +share/icons/matefaenza/emblems/24/emblem-development.icon +share/icons/matefaenza/emblems/24/emblem-development.png +share/icons/matefaenza/emblems/24/emblem-documents.icon +share/icons/matefaenza/emblems/24/emblem-documents.png +share/icons/matefaenza/emblems/24/emblem-downloads.icon +share/icons/matefaenza/emblems/24/emblem-downloads.png +share/icons/matefaenza/emblems/24/emblem-draft.icon +share/icons/matefaenza/emblems/24/emblem-favorite.icon +share/icons/matefaenza/emblems/24/emblem-favorite.png +share/icons/matefaenza/emblems/24/emblem-generic.icon +share/icons/matefaenza/emblems/24/emblem-generic.png +share/icons/matefaenza/emblems/24/emblem-important.icon +share/icons/matefaenza/emblems/24/emblem-important.png +share/icons/matefaenza/emblems/24/emblem-mail.icon +share/icons/matefaenza/emblems/24/emblem-mail.png +share/icons/matefaenza/emblems/24/emblem-marketing.icon +share/icons/matefaenza/emblems/24/emblem-marketing.png +share/icons/matefaenza/emblems/24/emblem-money.icon +share/icons/matefaenza/emblems/24/emblem-money.png +share/icons/matefaenza/emblems/24/emblem-multimedia.icon +share/icons/matefaenza/emblems/24/emblem-multimedia.png +share/icons/matefaenza/emblems/24/emblem-new.icon +share/icons/matefaenza/emblems/24/emblem-new.png +share/icons/matefaenza/emblems/24/emblem-noread.icon +share/icons/matefaenza/emblems/24/emblem-noread.png +share/icons/matefaenza/emblems/24/emblem-nowrite.icon +share/icons/matefaenza/emblems/24/emblem-nowrite.png +share/icons/matefaenza/emblems/24/emblem-ohno.icon +share/icons/matefaenza/emblems/24/emblem-package.icon +share/icons/matefaenza/emblems/24/emblem-package.png +share/icons/matefaenza/emblems/24/emblem-people.icon +share/icons/matefaenza/emblems/24/emblem-people.png +share/icons/matefaenza/emblems/24/emblem-personal.icon +share/icons/matefaenza/emblems/24/emblem-personal.png +share/icons/matefaenza/emblems/24/emblem-photos.icon +share/icons/matefaenza/emblems/24/emblem-pictures.icon +share/icons/matefaenza/emblems/24/emblem-plan.icon +share/icons/matefaenza/emblems/24/emblem-presentation.icon +share/icons/matefaenza/emblems/24/emblem-presentation.png +share/icons/matefaenza/emblems/24/emblem-readonly.icon +share/icons/matefaenza/emblems/24/emblem-readonly.png +share/icons/matefaenza/emblems/24/emblem-sales.icon +share/icons/matefaenza/emblems/24/emblem-sales.png +share/icons/matefaenza/emblems/24/emblem-shared.icon +share/icons/matefaenza/emblems/24/emblem-shared.png +share/icons/matefaenza/emblems/24/emblem-sound.icon +share/icons/matefaenza/emblems/24/emblem-sound.png +share/icons/matefaenza/emblems/24/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/24/emblem-symbolic-link.png +share/icons/matefaenza/emblems/24/emblem-synchronizing.png +share/icons/matefaenza/emblems/24/emblem-system.icon +share/icons/matefaenza/emblems/24/emblem-system.png +share/icons/matefaenza/emblems/24/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/24/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/24/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/24/emblem-unreadable.icon +share/icons/matefaenza/emblems/24/emblem-unreadable.png +share/icons/matefaenza/emblems/24/emblem-urgent.icon +share/icons/matefaenza/emblems/24/emblem-urgent.png +share/icons/matefaenza/emblems/24/emblem-videos.icon +share/icons/matefaenza/emblems/24/emblem-videos.png +share/icons/matefaenza/emblems/24/emblem-web.icon +share/icons/matefaenza/emblems/24/emblem-web.png +share/icons/matefaenza/emblems/24/important.png +share/icons/matefaenza/emblems/32/emblem-OK.icon +share/icons/matefaenza/emblems/32/emblem-art.icon +share/icons/matefaenza/emblems/32/emblem-art.png +share/icons/matefaenza/emblems/32/emblem-camera.icon +share/icons/matefaenza/emblems/32/emblem-camera.png +share/icons/matefaenza/emblems/32/emblem-cool.icon +share/icons/matefaenza/emblems/32/emblem-danger.icon +share/icons/matefaenza/emblems/32/emblem-danger.png +share/icons/matefaenza/emblems/32/emblem-default.icon +share/icons/matefaenza/emblems/32/emblem-default.png +share/icons/matefaenza/emblems/32/emblem-desktop.icon +share/icons/matefaenza/emblems/32/emblem-desktop.png +share/icons/matefaenza/emblems/32/emblem-development.icon +share/icons/matefaenza/emblems/32/emblem-development.png +share/icons/matefaenza/emblems/32/emblem-documents.icon +share/icons/matefaenza/emblems/32/emblem-documents.png +share/icons/matefaenza/emblems/32/emblem-downloads.icon +share/icons/matefaenza/emblems/32/emblem-downloads.png +share/icons/matefaenza/emblems/32/emblem-draft.icon +share/icons/matefaenza/emblems/32/emblem-favorite.icon +share/icons/matefaenza/emblems/32/emblem-favorite.png +share/icons/matefaenza/emblems/32/emblem-generic.icon +share/icons/matefaenza/emblems/32/emblem-generic.png +share/icons/matefaenza/emblems/32/emblem-important.icon +share/icons/matefaenza/emblems/32/emblem-important.png +share/icons/matefaenza/emblems/32/emblem-mail.icon +share/icons/matefaenza/emblems/32/emblem-mail.png +share/icons/matefaenza/emblems/32/emblem-marketing.icon +share/icons/matefaenza/emblems/32/emblem-marketing.png +share/icons/matefaenza/emblems/32/emblem-money.icon +share/icons/matefaenza/emblems/32/emblem-money.png +share/icons/matefaenza/emblems/32/emblem-multimedia.icon +share/icons/matefaenza/emblems/32/emblem-multimedia.png +share/icons/matefaenza/emblems/32/emblem-new.icon +share/icons/matefaenza/emblems/32/emblem-new.png +share/icons/matefaenza/emblems/32/emblem-noread.icon +share/icons/matefaenza/emblems/32/emblem-noread.png +share/icons/matefaenza/emblems/32/emblem-nowrite.icon +share/icons/matefaenza/emblems/32/emblem-nowrite.png +share/icons/matefaenza/emblems/32/emblem-ohno.icon +share/icons/matefaenza/emblems/32/emblem-package.icon +share/icons/matefaenza/emblems/32/emblem-package.png +share/icons/matefaenza/emblems/32/emblem-people.icon +share/icons/matefaenza/emblems/32/emblem-people.png +share/icons/matefaenza/emblems/32/emblem-personal.icon +share/icons/matefaenza/emblems/32/emblem-personal.png +share/icons/matefaenza/emblems/32/emblem-photos.icon +share/icons/matefaenza/emblems/32/emblem-pictures.icon +share/icons/matefaenza/emblems/32/emblem-plan.icon +share/icons/matefaenza/emblems/32/emblem-presentation.icon +share/icons/matefaenza/emblems/32/emblem-presentation.png +share/icons/matefaenza/emblems/32/emblem-readonly.icon +share/icons/matefaenza/emblems/32/emblem-readonly.png +share/icons/matefaenza/emblems/32/emblem-sales.icon +share/icons/matefaenza/emblems/32/emblem-sales.png +share/icons/matefaenza/emblems/32/emblem-shared.icon +share/icons/matefaenza/emblems/32/emblem-shared.png +share/icons/matefaenza/emblems/32/emblem-sound.icon +share/icons/matefaenza/emblems/32/emblem-sound.png +share/icons/matefaenza/emblems/32/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/32/emblem-symbolic-link.png +share/icons/matefaenza/emblems/32/emblem-synchronizing.png +share/icons/matefaenza/emblems/32/emblem-system.icon +share/icons/matefaenza/emblems/32/emblem-system.png +share/icons/matefaenza/emblems/32/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/32/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/32/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/32/emblem-unreadable.icon +share/icons/matefaenza/emblems/32/emblem-unreadable.png +share/icons/matefaenza/emblems/32/emblem-urgent.icon +share/icons/matefaenza/emblems/32/emblem-urgent.png +share/icons/matefaenza/emblems/32/emblem-videos.icon +share/icons/matefaenza/emblems/32/emblem-videos.png +share/icons/matefaenza/emblems/32/emblem-web.icon +share/icons/matefaenza/emblems/32/emblem-web.png +share/icons/matefaenza/emblems/32/important.png +share/icons/matefaenza/emblems/48/emblem-OK.icon +share/icons/matefaenza/emblems/48/emblem-art.icon +share/icons/matefaenza/emblems/48/emblem-art.png +share/icons/matefaenza/emblems/48/emblem-camera.icon +share/icons/matefaenza/emblems/48/emblem-camera.png +share/icons/matefaenza/emblems/48/emblem-cool.icon +share/icons/matefaenza/emblems/48/emblem-danger.icon +share/icons/matefaenza/emblems/48/emblem-danger.png +share/icons/matefaenza/emblems/48/emblem-default.icon +share/icons/matefaenza/emblems/48/emblem-default.png +share/icons/matefaenza/emblems/48/emblem-desktop.icon +share/icons/matefaenza/emblems/48/emblem-desktop.png +share/icons/matefaenza/emblems/48/emblem-development.icon +share/icons/matefaenza/emblems/48/emblem-development.png +share/icons/matefaenza/emblems/48/emblem-documents.icon +share/icons/matefaenza/emblems/48/emblem-documents.png +share/icons/matefaenza/emblems/48/emblem-downloads.icon +share/icons/matefaenza/emblems/48/emblem-downloads.png +share/icons/matefaenza/emblems/48/emblem-draft.icon +share/icons/matefaenza/emblems/48/emblem-favorite.icon +share/icons/matefaenza/emblems/48/emblem-favorite.png +share/icons/matefaenza/emblems/48/emblem-generic.icon +share/icons/matefaenza/emblems/48/emblem-generic.png +share/icons/matefaenza/emblems/48/emblem-important.icon +share/icons/matefaenza/emblems/48/emblem-important.png +share/icons/matefaenza/emblems/48/emblem-mail.icon +share/icons/matefaenza/emblems/48/emblem-mail.png +share/icons/matefaenza/emblems/48/emblem-marketing.icon +share/icons/matefaenza/emblems/48/emblem-marketing.png +share/icons/matefaenza/emblems/48/emblem-money.icon +share/icons/matefaenza/emblems/48/emblem-money.png +share/icons/matefaenza/emblems/48/emblem-multimedia.icon +share/icons/matefaenza/emblems/48/emblem-multimedia.png +share/icons/matefaenza/emblems/48/emblem-new.icon +share/icons/matefaenza/emblems/48/emblem-new.png +share/icons/matefaenza/emblems/48/emblem-noread.icon +share/icons/matefaenza/emblems/48/emblem-noread.png +share/icons/matefaenza/emblems/48/emblem-nowrite.icon +share/icons/matefaenza/emblems/48/emblem-nowrite.png +share/icons/matefaenza/emblems/48/emblem-ohno.icon +share/icons/matefaenza/emblems/48/emblem-package.icon +share/icons/matefaenza/emblems/48/emblem-package.png +share/icons/matefaenza/emblems/48/emblem-people.icon +share/icons/matefaenza/emblems/48/emblem-people.png +share/icons/matefaenza/emblems/48/emblem-personal.icon +share/icons/matefaenza/emblems/48/emblem-personal.png +share/icons/matefaenza/emblems/48/emblem-photos.icon +share/icons/matefaenza/emblems/48/emblem-pictures.icon +share/icons/matefaenza/emblems/48/emblem-plan.icon +share/icons/matefaenza/emblems/48/emblem-presentation.icon +share/icons/matefaenza/emblems/48/emblem-presentation.png +share/icons/matefaenza/emblems/48/emblem-readonly.icon +share/icons/matefaenza/emblems/48/emblem-readonly.png +share/icons/matefaenza/emblems/48/emblem-sales.icon +share/icons/matefaenza/emblems/48/emblem-sales.png +share/icons/matefaenza/emblems/48/emblem-shared.icon +share/icons/matefaenza/emblems/48/emblem-shared.png +share/icons/matefaenza/emblems/48/emblem-sound.icon +share/icons/matefaenza/emblems/48/emblem-sound.png +share/icons/matefaenza/emblems/48/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/48/emblem-symbolic-link.png +share/icons/matefaenza/emblems/48/emblem-synchronizing.png +share/icons/matefaenza/emblems/48/emblem-system.icon +share/icons/matefaenza/emblems/48/emblem-system.png +share/icons/matefaenza/emblems/48/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/48/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/48/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/48/emblem-unreadable.icon +share/icons/matefaenza/emblems/48/emblem-unreadable.png +share/icons/matefaenza/emblems/48/emblem-urgent.icon +share/icons/matefaenza/emblems/48/emblem-urgent.png +share/icons/matefaenza/emblems/48/emblem-videos.icon +share/icons/matefaenza/emblems/48/emblem-videos.png +share/icons/matefaenza/emblems/48/emblem-web.icon +share/icons/matefaenza/emblems/48/emblem-web.png +share/icons/matefaenza/emblems/48/important.png +share/icons/matefaenza/emblems/64/emblem-OK.icon +share/icons/matefaenza/emblems/64/emblem-art.icon +share/icons/matefaenza/emblems/64/emblem-art.png +share/icons/matefaenza/emblems/64/emblem-camera.icon +share/icons/matefaenza/emblems/64/emblem-camera.png +share/icons/matefaenza/emblems/64/emblem-cool.icon +share/icons/matefaenza/emblems/64/emblem-danger.icon +share/icons/matefaenza/emblems/64/emblem-danger.png +share/icons/matefaenza/emblems/64/emblem-default.icon +share/icons/matefaenza/emblems/64/emblem-default.png +share/icons/matefaenza/emblems/64/emblem-desktop.icon +share/icons/matefaenza/emblems/64/emblem-desktop.png +share/icons/matefaenza/emblems/64/emblem-development.icon +share/icons/matefaenza/emblems/64/emblem-development.png +share/icons/matefaenza/emblems/64/emblem-documents.icon +share/icons/matefaenza/emblems/64/emblem-documents.png +share/icons/matefaenza/emblems/64/emblem-downloads.icon +share/icons/matefaenza/emblems/64/emblem-downloads.png +share/icons/matefaenza/emblems/64/emblem-draft.icon +share/icons/matefaenza/emblems/64/emblem-favorite.icon +share/icons/matefaenza/emblems/64/emblem-favorite.png +share/icons/matefaenza/emblems/64/emblem-generic.icon +share/icons/matefaenza/emblems/64/emblem-generic.png +share/icons/matefaenza/emblems/64/emblem-important.icon +share/icons/matefaenza/emblems/64/emblem-important.png +share/icons/matefaenza/emblems/64/emblem-mail.icon +share/icons/matefaenza/emblems/64/emblem-mail.png +share/icons/matefaenza/emblems/64/emblem-marketing.icon +share/icons/matefaenza/emblems/64/emblem-marketing.png +share/icons/matefaenza/emblems/64/emblem-money.icon +share/icons/matefaenza/emblems/64/emblem-money.png +share/icons/matefaenza/emblems/64/emblem-multimedia.icon +share/icons/matefaenza/emblems/64/emblem-multimedia.png +share/icons/matefaenza/emblems/64/emblem-new.icon +share/icons/matefaenza/emblems/64/emblem-new.png +share/icons/matefaenza/emblems/64/emblem-noread.icon +share/icons/matefaenza/emblems/64/emblem-noread.png +share/icons/matefaenza/emblems/64/emblem-nowrite.icon +share/icons/matefaenza/emblems/64/emblem-nowrite.png +share/icons/matefaenza/emblems/64/emblem-ohno.icon +share/icons/matefaenza/emblems/64/emblem-package.icon +share/icons/matefaenza/emblems/64/emblem-package.png +share/icons/matefaenza/emblems/64/emblem-people.icon +share/icons/matefaenza/emblems/64/emblem-people.png +share/icons/matefaenza/emblems/64/emblem-personal.icon +share/icons/matefaenza/emblems/64/emblem-personal.png +share/icons/matefaenza/emblems/64/emblem-photos.icon +share/icons/matefaenza/emblems/64/emblem-pictures.icon +share/icons/matefaenza/emblems/64/emblem-plan.icon +share/icons/matefaenza/emblems/64/emblem-presentation.icon +share/icons/matefaenza/emblems/64/emblem-presentation.png +share/icons/matefaenza/emblems/64/emblem-readonly.icon +share/icons/matefaenza/emblems/64/emblem-readonly.png +share/icons/matefaenza/emblems/64/emblem-sales.icon +share/icons/matefaenza/emblems/64/emblem-sales.png +share/icons/matefaenza/emblems/64/emblem-shared.icon +share/icons/matefaenza/emblems/64/emblem-shared.png +share/icons/matefaenza/emblems/64/emblem-sound.icon +share/icons/matefaenza/emblems/64/emblem-sound.png +share/icons/matefaenza/emblems/64/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/64/emblem-symbolic-link.png +share/icons/matefaenza/emblems/64/emblem-synchronizing.png +share/icons/matefaenza/emblems/64/emblem-system.icon +share/icons/matefaenza/emblems/64/emblem-system.png +share/icons/matefaenza/emblems/64/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/64/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/64/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/64/emblem-unreadable.icon +share/icons/matefaenza/emblems/64/emblem-unreadable.png +share/icons/matefaenza/emblems/64/emblem-urgent.icon +share/icons/matefaenza/emblems/64/emblem-urgent.png +share/icons/matefaenza/emblems/64/emblem-videos.icon +share/icons/matefaenza/emblems/64/emblem-videos.png +share/icons/matefaenza/emblems/64/emblem-web.icon +share/icons/matefaenza/emblems/64/emblem-web.png +share/icons/matefaenza/emblems/64/important.png +share/icons/matefaenza/emblems/8/emblem-new.png +share/icons/matefaenza/emblems/96/emblem-OK.icon +share/icons/matefaenza/emblems/96/emblem-art.icon +share/icons/matefaenza/emblems/96/emblem-art.png +share/icons/matefaenza/emblems/96/emblem-camera.icon +share/icons/matefaenza/emblems/96/emblem-camera.png +share/icons/matefaenza/emblems/96/emblem-cool.icon +share/icons/matefaenza/emblems/96/emblem-danger.icon +share/icons/matefaenza/emblems/96/emblem-danger.png +share/icons/matefaenza/emblems/96/emblem-default.icon +share/icons/matefaenza/emblems/96/emblem-default.png +share/icons/matefaenza/emblems/96/emblem-desktop.icon +share/icons/matefaenza/emblems/96/emblem-desktop.png +share/icons/matefaenza/emblems/96/emblem-development.icon +share/icons/matefaenza/emblems/96/emblem-development.png +share/icons/matefaenza/emblems/96/emblem-documents.icon +share/icons/matefaenza/emblems/96/emblem-documents.png +share/icons/matefaenza/emblems/96/emblem-downloads.icon +share/icons/matefaenza/emblems/96/emblem-downloads.png +share/icons/matefaenza/emblems/96/emblem-draft.icon +share/icons/matefaenza/emblems/96/emblem-favorite.icon +share/icons/matefaenza/emblems/96/emblem-favorite.png +share/icons/matefaenza/emblems/96/emblem-generic.icon +share/icons/matefaenza/emblems/96/emblem-generic.png +share/icons/matefaenza/emblems/96/emblem-important.icon +share/icons/matefaenza/emblems/96/emblem-important.png +share/icons/matefaenza/emblems/96/emblem-mail.icon +share/icons/matefaenza/emblems/96/emblem-mail.png +share/icons/matefaenza/emblems/96/emblem-marketing.icon +share/icons/matefaenza/emblems/96/emblem-marketing.png +share/icons/matefaenza/emblems/96/emblem-money.icon +share/icons/matefaenza/emblems/96/emblem-money.png +share/icons/matefaenza/emblems/96/emblem-multimedia.icon +share/icons/matefaenza/emblems/96/emblem-multimedia.png +share/icons/matefaenza/emblems/96/emblem-new.icon +share/icons/matefaenza/emblems/96/emblem-new.png +share/icons/matefaenza/emblems/96/emblem-noread.icon +share/icons/matefaenza/emblems/96/emblem-noread.png +share/icons/matefaenza/emblems/96/emblem-nowrite.icon +share/icons/matefaenza/emblems/96/emblem-nowrite.png +share/icons/matefaenza/emblems/96/emblem-ohno.icon +share/icons/matefaenza/emblems/96/emblem-package.icon +share/icons/matefaenza/emblems/96/emblem-package.png +share/icons/matefaenza/emblems/96/emblem-people.icon +share/icons/matefaenza/emblems/96/emblem-people.png +share/icons/matefaenza/emblems/96/emblem-personal.icon +share/icons/matefaenza/emblems/96/emblem-personal.png +share/icons/matefaenza/emblems/96/emblem-photos.icon +share/icons/matefaenza/emblems/96/emblem-pictures.icon +share/icons/matefaenza/emblems/96/emblem-plan.icon +share/icons/matefaenza/emblems/96/emblem-presentation.icon +share/icons/matefaenza/emblems/96/emblem-presentation.png +share/icons/matefaenza/emblems/96/emblem-readonly.icon +share/icons/matefaenza/emblems/96/emblem-readonly.png +share/icons/matefaenza/emblems/96/emblem-sales.icon +share/icons/matefaenza/emblems/96/emblem-sales.png +share/icons/matefaenza/emblems/96/emblem-shared.icon +share/icons/matefaenza/emblems/96/emblem-shared.png +share/icons/matefaenza/emblems/96/emblem-sound.icon +share/icons/matefaenza/emblems/96/emblem-sound.png +share/icons/matefaenza/emblems/96/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/96/emblem-symbolic-link.png +share/icons/matefaenza/emblems/96/emblem-synchronizing.png +share/icons/matefaenza/emblems/96/emblem-system.icon +share/icons/matefaenza/emblems/96/emblem-system.png +share/icons/matefaenza/emblems/96/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/96/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/96/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/96/emblem-unreadable.icon +share/icons/matefaenza/emblems/96/emblem-unreadable.png +share/icons/matefaenza/emblems/96/emblem-urgent.icon +share/icons/matefaenza/emblems/96/emblem-urgent.png +share/icons/matefaenza/emblems/96/emblem-videos.icon +share/icons/matefaenza/emblems/96/emblem-videos.png +share/icons/matefaenza/emblems/96/emblem-web.icon +share/icons/matefaenza/emblems/96/emblem-web.png +share/icons/matefaenza/emblems/96/important.png +share/icons/matefaenza/emblems/scalable/emblem-OK.icon +share/icons/matefaenza/emblems/scalable/emblem-art.icon +share/icons/matefaenza/emblems/scalable/emblem-art.svg +share/icons/matefaenza/emblems/scalable/emblem-camera.icon +share/icons/matefaenza/emblems/scalable/emblem-camera.svg +share/icons/matefaenza/emblems/scalable/emblem-cool.icon +share/icons/matefaenza/emblems/scalable/emblem-danger.icon +share/icons/matefaenza/emblems/scalable/emblem-danger.svg +share/icons/matefaenza/emblems/scalable/emblem-default.icon +share/icons/matefaenza/emblems/scalable/emblem-default.svg +share/icons/matefaenza/emblems/scalable/emblem-desktop.icon +share/icons/matefaenza/emblems/scalable/emblem-desktop.svg +share/icons/matefaenza/emblems/scalable/emblem-development.icon +share/icons/matefaenza/emblems/scalable/emblem-development.svg +share/icons/matefaenza/emblems/scalable/emblem-documents.icon +share/icons/matefaenza/emblems/scalable/emblem-documents.svg +share/icons/matefaenza/emblems/scalable/emblem-downloads.icon +share/icons/matefaenza/emblems/scalable/emblem-downloads.svg +share/icons/matefaenza/emblems/scalable/emblem-draft.icon +share/icons/matefaenza/emblems/scalable/emblem-favorite.icon +share/icons/matefaenza/emblems/scalable/emblem-favorite.svg +share/icons/matefaenza/emblems/scalable/emblem-generic.icon +share/icons/matefaenza/emblems/scalable/emblem-generic.svg +share/icons/matefaenza/emblems/scalable/emblem-important.icon +share/icons/matefaenza/emblems/scalable/emblem-important.svg +share/icons/matefaenza/emblems/scalable/emblem-mail.icon +share/icons/matefaenza/emblems/scalable/emblem-mail.svg +share/icons/matefaenza/emblems/scalable/emblem-marketing.icon +share/icons/matefaenza/emblems/scalable/emblem-marketing.svg +share/icons/matefaenza/emblems/scalable/emblem-money.icon +share/icons/matefaenza/emblems/scalable/emblem-money.svg +share/icons/matefaenza/emblems/scalable/emblem-multimedia.icon +share/icons/matefaenza/emblems/scalable/emblem-multimedia.svg +share/icons/matefaenza/emblems/scalable/emblem-new.icon +share/icons/matefaenza/emblems/scalable/emblem-new.svg +share/icons/matefaenza/emblems/scalable/emblem-noread.icon +share/icons/matefaenza/emblems/scalable/emblem-noread.svg +share/icons/matefaenza/emblems/scalable/emblem-nowrite.icon +share/icons/matefaenza/emblems/scalable/emblem-nowrite.svg +share/icons/matefaenza/emblems/scalable/emblem-ohno.icon +share/icons/matefaenza/emblems/scalable/emblem-package.icon +share/icons/matefaenza/emblems/scalable/emblem-package.svg +share/icons/matefaenza/emblems/scalable/emblem-people.icon +share/icons/matefaenza/emblems/scalable/emblem-people.svg +share/icons/matefaenza/emblems/scalable/emblem-personal.icon +share/icons/matefaenza/emblems/scalable/emblem-personal.svg +share/icons/matefaenza/emblems/scalable/emblem-photos.icon +share/icons/matefaenza/emblems/scalable/emblem-pictures.icon +share/icons/matefaenza/emblems/scalable/emblem-plan.icon +share/icons/matefaenza/emblems/scalable/emblem-presentation.icon +share/icons/matefaenza/emblems/scalable/emblem-presentation.svg +share/icons/matefaenza/emblems/scalable/emblem-readonly.icon +share/icons/matefaenza/emblems/scalable/emblem-readonly.svg +share/icons/matefaenza/emblems/scalable/emblem-sales.icon +share/icons/matefaenza/emblems/scalable/emblem-sales.svg +share/icons/matefaenza/emblems/scalable/emblem-shared.icon +share/icons/matefaenza/emblems/scalable/emblem-shared.svg +share/icons/matefaenza/emblems/scalable/emblem-sound.icon +share/icons/matefaenza/emblems/scalable/emblem-sound.svg +share/icons/matefaenza/emblems/scalable/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/scalable/emblem-symbolic-link.svg +share/icons/matefaenza/emblems/scalable/emblem-synchronizing.svg +share/icons/matefaenza/emblems/scalable/emblem-system.icon +share/icons/matefaenza/emblems/scalable/emblem-system.svg +share/icons/matefaenza/emblems/scalable/emblem-ubuntuone-synchronized.svg +share/icons/matefaenza/emblems/scalable/emblem-ubuntuone-unsynchronized.svg +share/icons/matefaenza/emblems/scalable/emblem-ubuntuone-updating.svg +share/icons/matefaenza/emblems/scalable/emblem-unreadable.icon +share/icons/matefaenza/emblems/scalable/emblem-unreadable.svg +share/icons/matefaenza/emblems/scalable/emblem-urgent.icon +share/icons/matefaenza/emblems/scalable/emblem-urgent.svg +share/icons/matefaenza/emblems/scalable/emblem-videos.icon +share/icons/matefaenza/emblems/scalable/emblem-videos.svg +share/icons/matefaenza/emblems/scalable/emblem-web.icon +share/icons/matefaenza/emblems/scalable/emblem-web.svg +share/icons/matefaenza/emblems/scalable/important.svg +share/icons/matefaenza/extras/deadbeef/pixmaps/play_24.png +share/icons/matefaenza/extras/keepassx/icons/keepassx.png +share/icons/matefaenza/extras/lastfm/icons/user_black22.png +share/icons/matefaenza/extras/lastfm/icons/user_blue22.png +share/icons/matefaenza/extras/lastfm/icons/user_green22.png +share/icons/matefaenza/extras/lastfm/icons/user_orange22.png +share/icons/matefaenza/extras/lastfm/icons/user_red22.png +share/icons/matefaenza/extras/liferea/pixmaps/available.png +share/icons/matefaenza/extras/liferea/pixmaps/available_offline.png +share/icons/matefaenza/extras/liferea/pixmaps/empty.png +share/icons/matefaenza/extras/liferea/pixmaps/empty_offline.png +share/icons/matefaenza/extras/nyan/mayancat-santa.png +share/icons/matefaenza/extras/nyan/mayancat.gif +share/icons/matefaenza/extras/pixmaps/guake/guake-tray.png +share/icons/matefaenza/extras/radiotray/images/radiotray_connecting.png +share/icons/matefaenza/extras/radiotray/images/radiotray_off.png +share/icons/matefaenza/extras/radiotray/images/radiotray_on.png +share/icons/matefaenza/index.theme +share/icons/matefaenza/mimetypes/16/application-7zip.png +share/icons/matefaenza/mimetypes/16/application-atom+xml.png +share/icons/matefaenza/mimetypes/16/application-illustrator.png +share/icons/matefaenza/mimetypes/16/application-javascript.png +share/icons/matefaenza/mimetypes/16/application-mbox.png +share/icons/matefaenza/mimetypes/16/application-msword.png +share/icons/matefaenza/mimetypes/16/application-octet-stream.png +share/icons/matefaenza/mimetypes/16/application-ogg.png +share/icons/matefaenza/mimetypes/16/application-pdf.png +share/icons/matefaenza/mimetypes/16/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/16/application-pgp-keys.png +share/icons/matefaenza/mimetypes/16/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/16/application-rss+xml.png +share/icons/matefaenza/mimetypes/16/application-rtf.png +share/icons/matefaenza/mimetypes/16/application-text.png +share/icons/matefaenza/mimetypes/16/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/16/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/16/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/16/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/16/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/16/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/16/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/16/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/16/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/16/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/16/application-x-7zip.png +share/icons/matefaenza/mimetypes/16/application-x-ace.png +share/icons/matefaenza/mimetypes/16/application-x-arc.png +share/icons/matefaenza/mimetypes/16/application-x-archive.png +share/icons/matefaenza/mimetypes/16/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/16/application-x-cd-image.png +share/icons/matefaenza/mimetypes/16/application-x-class-file.png +share/icons/matefaenza/mimetypes/16/application-x-compress.png +share/icons/matefaenza/mimetypes/16/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/16/application-x-csproj.png +share/icons/matefaenza/mimetypes/16/application-x-cue.png +share/icons/matefaenza/mimetypes/16/application-x-deb.png +share/icons/matefaenza/mimetypes/16/application-x-designer.png +share/icons/matefaenza/mimetypes/16/application-x-desktop.png +share/icons/matefaenza/mimetypes/16/application-x-executable.png +share/icons/matefaenza/mimetypes/16/application-x-extension-html.png +share/icons/matefaenza/mimetypes/16/application-x-flash-video.png +share/icons/matefaenza/mimetypes/16/application-x-glade.png +share/icons/matefaenza/mimetypes/16/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/16/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/16/application-x-gzip.png +share/icons/matefaenza/mimetypes/16/application-x-jar.png +share/icons/matefaenza/mimetypes/16/application-x-java-archive.png +share/icons/matefaenza/mimetypes/16/application-x-java.png +share/icons/matefaenza/mimetypes/16/application-x-javascript.png +share/icons/matefaenza/mimetypes/16/application-x-keepass.png +share/icons/matefaenza/mimetypes/16/application-x-lha.png +share/icons/matefaenza/mimetypes/16/application-x-lhz.png +share/icons/matefaenza/mimetypes/16/application-x-m4.png +share/icons/matefaenza/mimetypes/16/application-x-matroska.png +share/icons/matefaenza/mimetypes/16/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/16/application-x-msdownload.png +share/icons/matefaenza/mimetypes/16/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/16/application-x-pak.png +share/icons/matefaenza/mimetypes/16/application-x-pem-key.png +share/icons/matefaenza/mimetypes/16/application-x-php.png +share/icons/matefaenza/mimetypes/16/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/16/application-x-rar.png +share/icons/matefaenza/mimetypes/16/application-x-rpm.png +share/icons/matefaenza/mimetypes/16/application-x-ruby.png +share/icons/matefaenza/mimetypes/16/application-x-scribus.png +share/icons/matefaenza/mimetypes/16/application-x-shellscript.png +share/icons/matefaenza/mimetypes/16/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/16/application-x-sln.png +share/icons/matefaenza/mimetypes/16/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/16/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/16/application-x-tar.png +share/icons/matefaenza/mimetypes/16/application-x-theme.png +share/icons/matefaenza/mimetypes/16/application-x-trash.png +share/icons/matefaenza/mimetypes/16/application-x-zip.png +share/icons/matefaenza/mimetypes/16/application-xml.png +share/icons/matefaenza/mimetypes/16/application-zip.png +share/icons/matefaenza/mimetypes/16/audio-mpeg.png +share/icons/matefaenza/mimetypes/16/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/16/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/16/audio-x-generic.png +share/icons/matefaenza/mimetypes/16/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/16/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/16/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/16/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/16/audio-x-scpls.png +share/icons/matefaenza/mimetypes/16/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/16/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/16/audio-x-wav.png +share/icons/matefaenza/mimetypes/16/authors.png +share/icons/matefaenza/mimetypes/16/binary.png +share/icons/matefaenza/mimetypes/16/deb.png +share/icons/matefaenza/mimetypes/16/document.png +share/icons/matefaenza/mimetypes/16/empty.png +share/icons/matefaenza/mimetypes/16/encrypted.png +share/icons/matefaenza/mimetypes/16/exec.png +share/icons/matefaenza/mimetypes/16/extension.png +share/icons/matefaenza/mimetypes/16/folder_tar.png +share/icons/matefaenza/mimetypes/16/font-x-generic.png +share/icons/matefaenza/mimetypes/16/font.png +share/icons/matefaenza/mimetypes/16/font.xpm +share/icons/matefaenza/mimetypes/16/font_bitmap.png +share/icons/matefaenza/mimetypes/16/font_truetype.png +share/icons/matefaenza/mimetypes/16/font_type1.png +share/icons/matefaenza/mimetypes/16/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/16/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/16/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/16/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/16/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text.png +share/icons/matefaenza/mimetypes/16/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/16/gnome-mime-video.png +share/icons/matefaenza/mimetypes/16/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/16/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/16/gnome-package.png +share/icons/matefaenza/mimetypes/16/gtk-file.png +share/icons/matefaenza/mimetypes/16/html.png +share/icons/matefaenza/mimetypes/16/image-bmp.png +share/icons/matefaenza/mimetypes/16/image-gif.png +share/icons/matefaenza/mimetypes/16/image-jpeg.png +share/icons/matefaenza/mimetypes/16/image-jpeg2000.png +share/icons/matefaenza/mimetypes/16/image-png.png +share/icons/matefaenza/mimetypes/16/image-svg+xml.png +share/icons/matefaenza/mimetypes/16/image-tiff.png +share/icons/matefaenza/mimetypes/16/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/16/image-x-eps.png +share/icons/matefaenza/mimetypes/16/image-x-generic.png +share/icons/matefaenza/mimetypes/16/image-x-ico.png +share/icons/matefaenza/mimetypes/16/image-x-icon.png +share/icons/matefaenza/mimetypes/16/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/16/image-x-psd.png +share/icons/matefaenza/mimetypes/16/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/16/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/16/image-x-tga.png +share/icons/matefaenza/mimetypes/16/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/16/image-x-xcf.png +share/icons/matefaenza/mimetypes/16/image.png +share/icons/matefaenza/mimetypes/16/jpeg.png +share/icons/matefaenza/mimetypes/16/jpg.png +share/icons/matefaenza/mimetypes/16/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/16/media-audio.png +share/icons/matefaenza/mimetypes/16/media-image.png +share/icons/matefaenza/mimetypes/16/media-video.png +share/icons/matefaenza/mimetypes/16/message-rfc822.png +share/icons/matefaenza/mimetypes/16/message.png +share/icons/matefaenza/mimetypes/16/misc.png +share/icons/matefaenza/mimetypes/16/multipart-encrypted.png +share/icons/matefaenza/mimetypes/16/none.png +share/icons/matefaenza/mimetypes/16/office-document.png +share/icons/matefaenza/mimetypes/16/office-illustration.png +share/icons/matefaenza/mimetypes/16/office-spreadsheet.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/16/opera-extension.png +share/icons/matefaenza/mimetypes/16/opera-unite-application.png +share/icons/matefaenza/mimetypes/16/opera-widget.png +share/icons/matefaenza/mimetypes/16/package-x-generic.png +share/icons/matefaenza/mimetypes/16/package.png +share/icons/matefaenza/mimetypes/16/package_editors.png +share/icons/matefaenza/mimetypes/16/package_wordprocessing.png +share/icons/matefaenza/mimetypes/16/pdf.png +share/icons/matefaenza/mimetypes/16/phatch-actionlist.png +share/icons/matefaenza/mimetypes/16/playlist-automatic.png +share/icons/matefaenza/mimetypes/16/playlist.png +share/icons/matefaenza/mimetypes/16/rpm.png +share/icons/matefaenza/mimetypes/16/shellscript.png +share/icons/matefaenza/mimetypes/16/sound.png +share/icons/matefaenza/mimetypes/16/source-playlist.png +share/icons/matefaenza/mimetypes/16/source-smart-playlist.png +share/icons/matefaenza/mimetypes/16/spreadsheet.png +share/icons/matefaenza/mimetypes/16/stock_addressbook.png +share/icons/matefaenza/mimetypes/16/stock_calendar.png +share/icons/matefaenza/mimetypes/16/stock_script.png +share/icons/matefaenza/mimetypes/16/svg.png +share/icons/matefaenza/mimetypes/16/tar.png +share/icons/matefaenza/mimetypes/16/template_source.png +share/icons/matefaenza/mimetypes/16/text-css.png +share/icons/matefaenza/mimetypes/16/text-enriched.png +share/icons/matefaenza/mimetypes/16/text-html.png +share/icons/matefaenza/mimetypes/16/text-htmlh.png +share/icons/matefaenza/mimetypes/16/text-mht.png +share/icons/matefaenza/mimetypes/16/text-plain.png +share/icons/matefaenza/mimetypes/16/text-richtext.png +share/icons/matefaenza/mimetypes/16/text-spreadsheet.png +share/icons/matefaenza/mimetypes/16/text-x-authors.png +share/icons/matefaenza/mimetypes/16/text-x-bak.png +share/icons/matefaenza/mimetypes/16/text-x-bibtex.png +share/icons/matefaenza/mimetypes/16/text-x-c++.png +share/icons/matefaenza/mimetypes/16/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/16/text-x-c++src.png +share/icons/matefaenza/mimetypes/16/text-x-c.png +share/icons/matefaenza/mimetypes/16/text-x-changelog.png +share/icons/matefaenza/mimetypes/16/text-x-chdr.png +share/icons/matefaenza/mimetypes/16/text-x-copying.png +share/icons/matefaenza/mimetypes/16/text-x-credits.png +share/icons/matefaenza/mimetypes/16/text-x-csrc.png +share/icons/matefaenza/mimetypes/16/text-x-css.png +share/icons/matefaenza/mimetypes/16/text-x-generic-template.png +share/icons/matefaenza/mimetypes/16/text-x-generic.png +share/icons/matefaenza/mimetypes/16/text-x-install.png +share/icons/matefaenza/mimetypes/16/text-x-java-source.png +share/icons/matefaenza/mimetypes/16/text-x-java.png +share/icons/matefaenza/mimetypes/16/text-x-javascript.png +share/icons/matefaenza/mimetypes/16/text-x-makefile.png +share/icons/matefaenza/mimetypes/16/text-x-preview.png +share/icons/matefaenza/mimetypes/16/text-x-python.png +share/icons/matefaenza/mimetypes/16/text-x-readme.png +share/icons/matefaenza/mimetypes/16/text-x-script.png +share/icons/matefaenza/mimetypes/16/text-x-source.png +share/icons/matefaenza/mimetypes/16/text-x-sql.png +share/icons/matefaenza/mimetypes/16/text-x-tex.png +share/icons/matefaenza/mimetypes/16/text-x-vcard.png +share/icons/matefaenza/mimetypes/16/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/16/text-xml.png +share/icons/matefaenza/mimetypes/16/txt.png +share/icons/matefaenza/mimetypes/16/txt2.png +share/icons/matefaenza/mimetypes/16/unknown.png +share/icons/matefaenza/mimetypes/16/vcalendar.png +share/icons/matefaenza/mimetypes/16/video-x-generic.png +share/icons/matefaenza/mimetypes/16/video.png +share/icons/matefaenza/mimetypes/16/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/16/wordprocessing.png +share/icons/matefaenza/mimetypes/16/www.png +share/icons/matefaenza/mimetypes/16/x-dia-diagram.png +share/icons/matefaenza/mimetypes/16/x-office-address-book.png +share/icons/matefaenza/mimetypes/16/x-office-document.png +share/icons/matefaenza/mimetypes/16/x-office-drawing.png +share/icons/matefaenza/mimetypes/16/x-office-presentation.png +share/icons/matefaenza/mimetypes/16/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/16/zip.png +share/icons/matefaenza/mimetypes/22/application-7zip.png +share/icons/matefaenza/mimetypes/22/application-atom+xml.png +share/icons/matefaenza/mimetypes/22/application-illustrator.png +share/icons/matefaenza/mimetypes/22/application-javascript.png +share/icons/matefaenza/mimetypes/22/application-mbox.png +share/icons/matefaenza/mimetypes/22/application-msword.png +share/icons/matefaenza/mimetypes/22/application-octet-stream.png +share/icons/matefaenza/mimetypes/22/application-ogg.png +share/icons/matefaenza/mimetypes/22/application-pdf.png +share/icons/matefaenza/mimetypes/22/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/22/application-pgp-keys.png +share/icons/matefaenza/mimetypes/22/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/22/application-rss+xml.png +share/icons/matefaenza/mimetypes/22/application-rtf.png +share/icons/matefaenza/mimetypes/22/application-text.png +share/icons/matefaenza/mimetypes/22/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/22/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/22/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/22/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/22/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/22/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/22/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/22/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/22/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/22/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/22/application-x-7zip.png +share/icons/matefaenza/mimetypes/22/application-x-ace.png +share/icons/matefaenza/mimetypes/22/application-x-arc.png +share/icons/matefaenza/mimetypes/22/application-x-archive.png +share/icons/matefaenza/mimetypes/22/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/22/application-x-cd-image.png +share/icons/matefaenza/mimetypes/22/application-x-class-file.png +share/icons/matefaenza/mimetypes/22/application-x-compress.png +share/icons/matefaenza/mimetypes/22/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/22/application-x-csproj.png +share/icons/matefaenza/mimetypes/22/application-x-cue.png +share/icons/matefaenza/mimetypes/22/application-x-deb.png +share/icons/matefaenza/mimetypes/22/application-x-designer.png +share/icons/matefaenza/mimetypes/22/application-x-desktop.png +share/icons/matefaenza/mimetypes/22/application-x-executable.png +share/icons/matefaenza/mimetypes/22/application-x-extension-html.png +share/icons/matefaenza/mimetypes/22/application-x-flash-video.png +share/icons/matefaenza/mimetypes/22/application-x-glade.png +share/icons/matefaenza/mimetypes/22/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/22/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/22/application-x-gzip.png +share/icons/matefaenza/mimetypes/22/application-x-jar.png +share/icons/matefaenza/mimetypes/22/application-x-java-archive.png +share/icons/matefaenza/mimetypes/22/application-x-java.png +share/icons/matefaenza/mimetypes/22/application-x-javascript.png +share/icons/matefaenza/mimetypes/22/application-x-keepass.png +share/icons/matefaenza/mimetypes/22/application-x-lha.png +share/icons/matefaenza/mimetypes/22/application-x-lhz.png +share/icons/matefaenza/mimetypes/22/application-x-m4.png +share/icons/matefaenza/mimetypes/22/application-x-matroska.png +share/icons/matefaenza/mimetypes/22/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/22/application-x-msdownload.png +share/icons/matefaenza/mimetypes/22/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/22/application-x-pak.png +share/icons/matefaenza/mimetypes/22/application-x-pem-key.png +share/icons/matefaenza/mimetypes/22/application-x-php.png +share/icons/matefaenza/mimetypes/22/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/22/application-x-rar.png +share/icons/matefaenza/mimetypes/22/application-x-rpm.png +share/icons/matefaenza/mimetypes/22/application-x-ruby.png +share/icons/matefaenza/mimetypes/22/application-x-scribus.png +share/icons/matefaenza/mimetypes/22/application-x-shellscript.png +share/icons/matefaenza/mimetypes/22/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/22/application-x-sln.png +share/icons/matefaenza/mimetypes/22/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/22/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/22/application-x-tar.png +share/icons/matefaenza/mimetypes/22/application-x-theme.png +share/icons/matefaenza/mimetypes/22/application-x-trash.png +share/icons/matefaenza/mimetypes/22/application-x-zip.png +share/icons/matefaenza/mimetypes/22/application-xml.png +share/icons/matefaenza/mimetypes/22/application-zip.png +share/icons/matefaenza/mimetypes/22/audio-mpeg.png +share/icons/matefaenza/mimetypes/22/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/22/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/22/audio-x-generic.png +share/icons/matefaenza/mimetypes/22/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/22/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/22/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/22/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/22/audio-x-scpls.png +share/icons/matefaenza/mimetypes/22/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/22/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/22/audio-x-wav.png +share/icons/matefaenza/mimetypes/22/authors.png +share/icons/matefaenza/mimetypes/22/binary.png +share/icons/matefaenza/mimetypes/22/deb.png +share/icons/matefaenza/mimetypes/22/document.png +share/icons/matefaenza/mimetypes/22/empty.png +share/icons/matefaenza/mimetypes/22/encrypted.png +share/icons/matefaenza/mimetypes/22/exec.png +share/icons/matefaenza/mimetypes/22/extension.png +share/icons/matefaenza/mimetypes/22/folder_tar.png +share/icons/matefaenza/mimetypes/22/font-x-generic.png +share/icons/matefaenza/mimetypes/22/font.png +share/icons/matefaenza/mimetypes/22/font.xpm +share/icons/matefaenza/mimetypes/22/font_bitmap.png +share/icons/matefaenza/mimetypes/22/font_truetype.png +share/icons/matefaenza/mimetypes/22/font_type1.png +share/icons/matefaenza/mimetypes/22/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/22/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/22/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/22/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/22/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text.png +share/icons/matefaenza/mimetypes/22/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/22/gnome-mime-video.png +share/icons/matefaenza/mimetypes/22/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/22/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/22/gnome-package.png +share/icons/matefaenza/mimetypes/22/gtk-file.png +share/icons/matefaenza/mimetypes/22/html.png +share/icons/matefaenza/mimetypes/22/image-bmp.png +share/icons/matefaenza/mimetypes/22/image-gif.png +share/icons/matefaenza/mimetypes/22/image-jpeg.png +share/icons/matefaenza/mimetypes/22/image-jpeg2000.png +share/icons/matefaenza/mimetypes/22/image-png.png +share/icons/matefaenza/mimetypes/22/image-svg+xml.png +share/icons/matefaenza/mimetypes/22/image-tiff.png +share/icons/matefaenza/mimetypes/22/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/22/image-x-eps.png +share/icons/matefaenza/mimetypes/22/image-x-generic.png +share/icons/matefaenza/mimetypes/22/image-x-ico.png +share/icons/matefaenza/mimetypes/22/image-x-icon.png +share/icons/matefaenza/mimetypes/22/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/22/image-x-psd.png +share/icons/matefaenza/mimetypes/22/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/22/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/22/image-x-tga.png +share/icons/matefaenza/mimetypes/22/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/22/image-x-xcf.png +share/icons/matefaenza/mimetypes/22/image.png +share/icons/matefaenza/mimetypes/22/jpeg.png +share/icons/matefaenza/mimetypes/22/jpg.png +share/icons/matefaenza/mimetypes/22/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/22/media-audio.png +share/icons/matefaenza/mimetypes/22/media-image.png +share/icons/matefaenza/mimetypes/22/media-video.png +share/icons/matefaenza/mimetypes/22/message-rfc822.png +share/icons/matefaenza/mimetypes/22/message.png +share/icons/matefaenza/mimetypes/22/misc.png +share/icons/matefaenza/mimetypes/22/multipart-encrypted.png +share/icons/matefaenza/mimetypes/22/none.png +share/icons/matefaenza/mimetypes/22/office-document.png +share/icons/matefaenza/mimetypes/22/office-illustration.png +share/icons/matefaenza/mimetypes/22/office-spreadsheet.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/22/opera-extension.png +share/icons/matefaenza/mimetypes/22/opera-unite-application.png +share/icons/matefaenza/mimetypes/22/opera-widget.png +share/icons/matefaenza/mimetypes/22/package-x-generic.png +share/icons/matefaenza/mimetypes/22/package.png +share/icons/matefaenza/mimetypes/22/package_editors.png +share/icons/matefaenza/mimetypes/22/package_wordprocessing.png +share/icons/matefaenza/mimetypes/22/pdf.png +share/icons/matefaenza/mimetypes/22/phatch-actionlist.png +share/icons/matefaenza/mimetypes/22/playlist-automatic.png +share/icons/matefaenza/mimetypes/22/playlist.png +share/icons/matefaenza/mimetypes/22/rpm.png +share/icons/matefaenza/mimetypes/22/shellscript.png +share/icons/matefaenza/mimetypes/22/sound.png +share/icons/matefaenza/mimetypes/22/source-playlist.png +share/icons/matefaenza/mimetypes/22/source-smart-playlist.png +share/icons/matefaenza/mimetypes/22/spreadsheet.png +share/icons/matefaenza/mimetypes/22/stock_addressbook.png +share/icons/matefaenza/mimetypes/22/stock_calendar.png +share/icons/matefaenza/mimetypes/22/stock_script.png +share/icons/matefaenza/mimetypes/22/svg.png +share/icons/matefaenza/mimetypes/22/tar.png +share/icons/matefaenza/mimetypes/22/template_source.png +share/icons/matefaenza/mimetypes/22/text-css.png +share/icons/matefaenza/mimetypes/22/text-enriched.png +share/icons/matefaenza/mimetypes/22/text-html.png +share/icons/matefaenza/mimetypes/22/text-htmlh.png +share/icons/matefaenza/mimetypes/22/text-mht.png +share/icons/matefaenza/mimetypes/22/text-plain.png +share/icons/matefaenza/mimetypes/22/text-richtext.png +share/icons/matefaenza/mimetypes/22/text-spreadsheet.png +share/icons/matefaenza/mimetypes/22/text-x-authors.png +share/icons/matefaenza/mimetypes/22/text-x-bak.png +share/icons/matefaenza/mimetypes/22/text-x-bibtex.png +share/icons/matefaenza/mimetypes/22/text-x-c++.png +share/icons/matefaenza/mimetypes/22/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/22/text-x-c++src.png +share/icons/matefaenza/mimetypes/22/text-x-c.png +share/icons/matefaenza/mimetypes/22/text-x-changelog.png +share/icons/matefaenza/mimetypes/22/text-x-chdr.png +share/icons/matefaenza/mimetypes/22/text-x-copying.png +share/icons/matefaenza/mimetypes/22/text-x-credits.png +share/icons/matefaenza/mimetypes/22/text-x-csrc.png +share/icons/matefaenza/mimetypes/22/text-x-css.png +share/icons/matefaenza/mimetypes/22/text-x-generic-template.png +share/icons/matefaenza/mimetypes/22/text-x-generic.png +share/icons/matefaenza/mimetypes/22/text-x-install.png +share/icons/matefaenza/mimetypes/22/text-x-java-source.png +share/icons/matefaenza/mimetypes/22/text-x-java.png +share/icons/matefaenza/mimetypes/22/text-x-javascript.png +share/icons/matefaenza/mimetypes/22/text-x-makefile.png +share/icons/matefaenza/mimetypes/22/text-x-preview.png +share/icons/matefaenza/mimetypes/22/text-x-python.png +share/icons/matefaenza/mimetypes/22/text-x-readme.png +share/icons/matefaenza/mimetypes/22/text-x-script.png +share/icons/matefaenza/mimetypes/22/text-x-source.png +share/icons/matefaenza/mimetypes/22/text-x-sql.png +share/icons/matefaenza/mimetypes/22/text-x-tex.png +share/icons/matefaenza/mimetypes/22/text-x-vcard.png +share/icons/matefaenza/mimetypes/22/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/22/text-xml.png +share/icons/matefaenza/mimetypes/22/txt.png +share/icons/matefaenza/mimetypes/22/txt2.png +share/icons/matefaenza/mimetypes/22/unknown.png +share/icons/matefaenza/mimetypes/22/vcalendar.png +share/icons/matefaenza/mimetypes/22/video-x-generic.png +share/icons/matefaenza/mimetypes/22/video.png +share/icons/matefaenza/mimetypes/22/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/22/wordprocessing.png +share/icons/matefaenza/mimetypes/22/www.png +share/icons/matefaenza/mimetypes/22/x-dia-diagram.png +share/icons/matefaenza/mimetypes/22/x-office-address-book.png +share/icons/matefaenza/mimetypes/22/x-office-document.png +share/icons/matefaenza/mimetypes/22/x-office-drawing.png +share/icons/matefaenza/mimetypes/22/x-office-presentation.png +share/icons/matefaenza/mimetypes/22/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/22/zip.png +share/icons/matefaenza/mimetypes/24/application-7zip.png +share/icons/matefaenza/mimetypes/24/application-atom+xml.png +share/icons/matefaenza/mimetypes/24/application-illustrator.png +share/icons/matefaenza/mimetypes/24/application-javascript.png +share/icons/matefaenza/mimetypes/24/application-mbox.png +share/icons/matefaenza/mimetypes/24/application-msword.png +share/icons/matefaenza/mimetypes/24/application-octet-stream.png +share/icons/matefaenza/mimetypes/24/application-ogg.png +share/icons/matefaenza/mimetypes/24/application-pdf.png +share/icons/matefaenza/mimetypes/24/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/24/application-pgp-keys.png +share/icons/matefaenza/mimetypes/24/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/24/application-rss+xml.png +share/icons/matefaenza/mimetypes/24/application-rtf.png +share/icons/matefaenza/mimetypes/24/application-text.png +share/icons/matefaenza/mimetypes/24/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/24/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/24/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/24/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/24/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/24/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/24/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/24/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/24/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/24/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/24/application-x-7zip.png +share/icons/matefaenza/mimetypes/24/application-x-ace.png +share/icons/matefaenza/mimetypes/24/application-x-arc.png +share/icons/matefaenza/mimetypes/24/application-x-archive.png +share/icons/matefaenza/mimetypes/24/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/24/application-x-cd-image.png +share/icons/matefaenza/mimetypes/24/application-x-class-file.png +share/icons/matefaenza/mimetypes/24/application-x-compress.png +share/icons/matefaenza/mimetypes/24/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/24/application-x-csproj.png +share/icons/matefaenza/mimetypes/24/application-x-cue.png +share/icons/matefaenza/mimetypes/24/application-x-deb.png +share/icons/matefaenza/mimetypes/24/application-x-designer.png +share/icons/matefaenza/mimetypes/24/application-x-desktop.png +share/icons/matefaenza/mimetypes/24/application-x-executable.png +share/icons/matefaenza/mimetypes/24/application-x-extension-html.png +share/icons/matefaenza/mimetypes/24/application-x-flash-video.png +share/icons/matefaenza/mimetypes/24/application-x-glade.png +share/icons/matefaenza/mimetypes/24/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/24/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/24/application-x-gzip.png +share/icons/matefaenza/mimetypes/24/application-x-jar.png +share/icons/matefaenza/mimetypes/24/application-x-java-archive.png +share/icons/matefaenza/mimetypes/24/application-x-java.png +share/icons/matefaenza/mimetypes/24/application-x-javascript.png +share/icons/matefaenza/mimetypes/24/application-x-keepass.png +share/icons/matefaenza/mimetypes/24/application-x-lha.png +share/icons/matefaenza/mimetypes/24/application-x-lhz.png +share/icons/matefaenza/mimetypes/24/application-x-m4.png +share/icons/matefaenza/mimetypes/24/application-x-matroska.png +share/icons/matefaenza/mimetypes/24/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/24/application-x-msdownload.png +share/icons/matefaenza/mimetypes/24/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/24/application-x-pak.png +share/icons/matefaenza/mimetypes/24/application-x-pem-key.png +share/icons/matefaenza/mimetypes/24/application-x-php.png +share/icons/matefaenza/mimetypes/24/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/24/application-x-rar.png +share/icons/matefaenza/mimetypes/24/application-x-rpm.png +share/icons/matefaenza/mimetypes/24/application-x-ruby.png +share/icons/matefaenza/mimetypes/24/application-x-scribus.png +share/icons/matefaenza/mimetypes/24/application-x-shellscript.png +share/icons/matefaenza/mimetypes/24/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/24/application-x-sln.png +share/icons/matefaenza/mimetypes/24/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/24/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/24/application-x-tar.png +share/icons/matefaenza/mimetypes/24/application-x-theme.png +share/icons/matefaenza/mimetypes/24/application-x-trash.png +share/icons/matefaenza/mimetypes/24/application-x-zip.png +share/icons/matefaenza/mimetypes/24/application-xml.png +share/icons/matefaenza/mimetypes/24/application-zip.png +share/icons/matefaenza/mimetypes/24/audio-mpeg.png +share/icons/matefaenza/mimetypes/24/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/24/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/24/audio-x-generic.png +share/icons/matefaenza/mimetypes/24/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/24/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/24/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/24/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/24/audio-x-scpls.png +share/icons/matefaenza/mimetypes/24/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/24/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/24/audio-x-wav.png +share/icons/matefaenza/mimetypes/24/authors.png +share/icons/matefaenza/mimetypes/24/binary.png +share/icons/matefaenza/mimetypes/24/deb.png +share/icons/matefaenza/mimetypes/24/document.png +share/icons/matefaenza/mimetypes/24/empty.png +share/icons/matefaenza/mimetypes/24/encrypted.png +share/icons/matefaenza/mimetypes/24/exec.png +share/icons/matefaenza/mimetypes/24/extension.png +share/icons/matefaenza/mimetypes/24/folder_tar.png +share/icons/matefaenza/mimetypes/24/font-x-generic.png +share/icons/matefaenza/mimetypes/24/font.png +share/icons/matefaenza/mimetypes/24/font.xpm +share/icons/matefaenza/mimetypes/24/font_bitmap.png +share/icons/matefaenza/mimetypes/24/font_truetype.png +share/icons/matefaenza/mimetypes/24/font_type1.png +share/icons/matefaenza/mimetypes/24/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/24/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/24/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/24/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/24/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text.png +share/icons/matefaenza/mimetypes/24/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/24/gnome-mime-video.png +share/icons/matefaenza/mimetypes/24/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/24/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/24/gnome-package.png +share/icons/matefaenza/mimetypes/24/gtk-file.png +share/icons/matefaenza/mimetypes/24/html.png +share/icons/matefaenza/mimetypes/24/image-bmp.png +share/icons/matefaenza/mimetypes/24/image-gif.png +share/icons/matefaenza/mimetypes/24/image-jpeg.png +share/icons/matefaenza/mimetypes/24/image-jpeg2000.png +share/icons/matefaenza/mimetypes/24/image-png.png +share/icons/matefaenza/mimetypes/24/image-svg+xml.png +share/icons/matefaenza/mimetypes/24/image-tiff.png +share/icons/matefaenza/mimetypes/24/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/24/image-x-eps.png +share/icons/matefaenza/mimetypes/24/image-x-generic.png +share/icons/matefaenza/mimetypes/24/image-x-ico.png +share/icons/matefaenza/mimetypes/24/image-x-icon.png +share/icons/matefaenza/mimetypes/24/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/24/image-x-psd.png +share/icons/matefaenza/mimetypes/24/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/24/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/24/image-x-tga.png +share/icons/matefaenza/mimetypes/24/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/24/image-x-xcf.png +share/icons/matefaenza/mimetypes/24/image.png +share/icons/matefaenza/mimetypes/24/jpeg.png +share/icons/matefaenza/mimetypes/24/jpg.png +share/icons/matefaenza/mimetypes/24/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/24/media-audio.png +share/icons/matefaenza/mimetypes/24/media-image.png +share/icons/matefaenza/mimetypes/24/media-video.png +share/icons/matefaenza/mimetypes/24/message-rfc822.png +share/icons/matefaenza/mimetypes/24/message.png +share/icons/matefaenza/mimetypes/24/misc.png +share/icons/matefaenza/mimetypes/24/multipart-encrypted.png +share/icons/matefaenza/mimetypes/24/none.png +share/icons/matefaenza/mimetypes/24/office-document.png +share/icons/matefaenza/mimetypes/24/office-illustration.png +share/icons/matefaenza/mimetypes/24/office-spreadsheet.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/24/opera-extension.png +share/icons/matefaenza/mimetypes/24/opera-unite-application.png +share/icons/matefaenza/mimetypes/24/opera-widget.png +share/icons/matefaenza/mimetypes/24/package-x-generic.png +share/icons/matefaenza/mimetypes/24/package.png +share/icons/matefaenza/mimetypes/24/package_editors.png +share/icons/matefaenza/mimetypes/24/package_wordprocessing.png +share/icons/matefaenza/mimetypes/24/pdf.png +share/icons/matefaenza/mimetypes/24/phatch-actionlist.png +share/icons/matefaenza/mimetypes/24/playlist-automatic.png +share/icons/matefaenza/mimetypes/24/playlist.png +share/icons/matefaenza/mimetypes/24/rpm.png +share/icons/matefaenza/mimetypes/24/shellscript.png +share/icons/matefaenza/mimetypes/24/sound.png +share/icons/matefaenza/mimetypes/24/source-playlist.png +share/icons/matefaenza/mimetypes/24/source-smart-playlist.png +share/icons/matefaenza/mimetypes/24/spreadsheet.png +share/icons/matefaenza/mimetypes/24/stock_addressbook.png +share/icons/matefaenza/mimetypes/24/stock_calendar.png +share/icons/matefaenza/mimetypes/24/stock_script.png +share/icons/matefaenza/mimetypes/24/svg.png +share/icons/matefaenza/mimetypes/24/tar.png +share/icons/matefaenza/mimetypes/24/template_source.png +share/icons/matefaenza/mimetypes/24/text-css.png +share/icons/matefaenza/mimetypes/24/text-enriched.png +share/icons/matefaenza/mimetypes/24/text-html.png +share/icons/matefaenza/mimetypes/24/text-htmlh.png +share/icons/matefaenza/mimetypes/24/text-mht.png +share/icons/matefaenza/mimetypes/24/text-plain.png +share/icons/matefaenza/mimetypes/24/text-richtext.png +share/icons/matefaenza/mimetypes/24/text-spreadsheet.png +share/icons/matefaenza/mimetypes/24/text-x-authors.png +share/icons/matefaenza/mimetypes/24/text-x-bak.png +share/icons/matefaenza/mimetypes/24/text-x-bibtex.png +share/icons/matefaenza/mimetypes/24/text-x-c++.png +share/icons/matefaenza/mimetypes/24/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/24/text-x-c++src.png +share/icons/matefaenza/mimetypes/24/text-x-c.png +share/icons/matefaenza/mimetypes/24/text-x-changelog.png +share/icons/matefaenza/mimetypes/24/text-x-chdr.png +share/icons/matefaenza/mimetypes/24/text-x-copying.png +share/icons/matefaenza/mimetypes/24/text-x-credits.png +share/icons/matefaenza/mimetypes/24/text-x-csrc.png +share/icons/matefaenza/mimetypes/24/text-x-css.png +share/icons/matefaenza/mimetypes/24/text-x-generic-template.png +share/icons/matefaenza/mimetypes/24/text-x-generic.png +share/icons/matefaenza/mimetypes/24/text-x-install.png +share/icons/matefaenza/mimetypes/24/text-x-java-source.png +share/icons/matefaenza/mimetypes/24/text-x-java.png +share/icons/matefaenza/mimetypes/24/text-x-javascript.png +share/icons/matefaenza/mimetypes/24/text-x-makefile.png +share/icons/matefaenza/mimetypes/24/text-x-preview.png +share/icons/matefaenza/mimetypes/24/text-x-python.png +share/icons/matefaenza/mimetypes/24/text-x-readme.png +share/icons/matefaenza/mimetypes/24/text-x-script.png +share/icons/matefaenza/mimetypes/24/text-x-source.png +share/icons/matefaenza/mimetypes/24/text-x-sql.png +share/icons/matefaenza/mimetypes/24/text-x-tex.png +share/icons/matefaenza/mimetypes/24/text-x-vcard.png +share/icons/matefaenza/mimetypes/24/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/24/text-xml.png +share/icons/matefaenza/mimetypes/24/txt.png +share/icons/matefaenza/mimetypes/24/txt2.png +share/icons/matefaenza/mimetypes/24/unknown.png +share/icons/matefaenza/mimetypes/24/vcalendar.png +share/icons/matefaenza/mimetypes/24/video-x-generic.png +share/icons/matefaenza/mimetypes/24/video.png +share/icons/matefaenza/mimetypes/24/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/24/wordprocessing.png +share/icons/matefaenza/mimetypes/24/www.png +share/icons/matefaenza/mimetypes/24/x-dia-diagram.png +share/icons/matefaenza/mimetypes/24/x-office-address-book.png +share/icons/matefaenza/mimetypes/24/x-office-document.png +share/icons/matefaenza/mimetypes/24/x-office-drawing.png +share/icons/matefaenza/mimetypes/24/x-office-presentation.png +share/icons/matefaenza/mimetypes/24/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/24/zip.png +share/icons/matefaenza/mimetypes/32/application-7zip.png +share/icons/matefaenza/mimetypes/32/application-atom+xml.png +share/icons/matefaenza/mimetypes/32/application-illustrator.png +share/icons/matefaenza/mimetypes/32/application-javascript.png +share/icons/matefaenza/mimetypes/32/application-mbox.png +share/icons/matefaenza/mimetypes/32/application-msword.png +share/icons/matefaenza/mimetypes/32/application-octet-stream.png +share/icons/matefaenza/mimetypes/32/application-ogg.png +share/icons/matefaenza/mimetypes/32/application-pdf.png +share/icons/matefaenza/mimetypes/32/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/32/application-pgp-keys.png +share/icons/matefaenza/mimetypes/32/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/32/application-rss+xml.png +share/icons/matefaenza/mimetypes/32/application-rtf.png +share/icons/matefaenza/mimetypes/32/application-text.png +share/icons/matefaenza/mimetypes/32/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/32/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/32/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/32/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/32/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/32/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/32/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/32/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/32/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/32/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/32/application-x-7zip.png +share/icons/matefaenza/mimetypes/32/application-x-ace.png +share/icons/matefaenza/mimetypes/32/application-x-arc.png +share/icons/matefaenza/mimetypes/32/application-x-archive.png +share/icons/matefaenza/mimetypes/32/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/32/application-x-cd-image.png +share/icons/matefaenza/mimetypes/32/application-x-class-file.png +share/icons/matefaenza/mimetypes/32/application-x-compress.png +share/icons/matefaenza/mimetypes/32/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/32/application-x-csproj.png +share/icons/matefaenza/mimetypes/32/application-x-cue.png +share/icons/matefaenza/mimetypes/32/application-x-deb.png +share/icons/matefaenza/mimetypes/32/application-x-designer.png +share/icons/matefaenza/mimetypes/32/application-x-desktop.png +share/icons/matefaenza/mimetypes/32/application-x-executable.png +share/icons/matefaenza/mimetypes/32/application-x-extension-html.png +share/icons/matefaenza/mimetypes/32/application-x-flash-video.png +share/icons/matefaenza/mimetypes/32/application-x-glade.png +share/icons/matefaenza/mimetypes/32/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/32/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/32/application-x-gzip.png +share/icons/matefaenza/mimetypes/32/application-x-jar.png +share/icons/matefaenza/mimetypes/32/application-x-java-archive.png +share/icons/matefaenza/mimetypes/32/application-x-java.png +share/icons/matefaenza/mimetypes/32/application-x-javascript.png +share/icons/matefaenza/mimetypes/32/application-x-keepass.png +share/icons/matefaenza/mimetypes/32/application-x-lha.png +share/icons/matefaenza/mimetypes/32/application-x-lhz.png +share/icons/matefaenza/mimetypes/32/application-x-m4.png +share/icons/matefaenza/mimetypes/32/application-x-matroska.png +share/icons/matefaenza/mimetypes/32/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/32/application-x-msdownload.png +share/icons/matefaenza/mimetypes/32/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/32/application-x-pak.png +share/icons/matefaenza/mimetypes/32/application-x-pem-key.png +share/icons/matefaenza/mimetypes/32/application-x-php.png +share/icons/matefaenza/mimetypes/32/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/32/application-x-rar.png +share/icons/matefaenza/mimetypes/32/application-x-rpm.png +share/icons/matefaenza/mimetypes/32/application-x-ruby.png +share/icons/matefaenza/mimetypes/32/application-x-scribus.png +share/icons/matefaenza/mimetypes/32/application-x-shellscript.png +share/icons/matefaenza/mimetypes/32/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/32/application-x-sln.png +share/icons/matefaenza/mimetypes/32/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/32/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/32/application-x-tar.png +share/icons/matefaenza/mimetypes/32/application-x-theme.png +share/icons/matefaenza/mimetypes/32/application-x-trash.png +share/icons/matefaenza/mimetypes/32/application-x-zip.png +share/icons/matefaenza/mimetypes/32/application-xml.png +share/icons/matefaenza/mimetypes/32/application-zip.png +share/icons/matefaenza/mimetypes/32/audio-mpeg.png +share/icons/matefaenza/mimetypes/32/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/32/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/32/audio-x-generic.png +share/icons/matefaenza/mimetypes/32/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/32/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/32/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/32/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/32/audio-x-scpls.png +share/icons/matefaenza/mimetypes/32/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/32/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/32/audio-x-wav.png +share/icons/matefaenza/mimetypes/32/authors.png +share/icons/matefaenza/mimetypes/32/binary.png +share/icons/matefaenza/mimetypes/32/deb.png +share/icons/matefaenza/mimetypes/32/document.png +share/icons/matefaenza/mimetypes/32/empty.png +share/icons/matefaenza/mimetypes/32/encrypted.png +share/icons/matefaenza/mimetypes/32/exec.png +share/icons/matefaenza/mimetypes/32/extension.png +share/icons/matefaenza/mimetypes/32/folder_tar.png +share/icons/matefaenza/mimetypes/32/font-x-generic.png +share/icons/matefaenza/mimetypes/32/font.png +share/icons/matefaenza/mimetypes/32/font.xpm +share/icons/matefaenza/mimetypes/32/font_bitmap.png +share/icons/matefaenza/mimetypes/32/font_truetype.png +share/icons/matefaenza/mimetypes/32/font_type1.png +share/icons/matefaenza/mimetypes/32/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/32/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/32/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/32/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/32/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text.png +share/icons/matefaenza/mimetypes/32/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/32/gnome-mime-video.png +share/icons/matefaenza/mimetypes/32/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/32/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/32/gnome-package.png +share/icons/matefaenza/mimetypes/32/gtk-file.png +share/icons/matefaenza/mimetypes/32/html.png +share/icons/matefaenza/mimetypes/32/image-bmp.png +share/icons/matefaenza/mimetypes/32/image-gif.png +share/icons/matefaenza/mimetypes/32/image-jpeg.png +share/icons/matefaenza/mimetypes/32/image-jpeg2000.png +share/icons/matefaenza/mimetypes/32/image-png.png +share/icons/matefaenza/mimetypes/32/image-svg+xml.png +share/icons/matefaenza/mimetypes/32/image-tiff.png +share/icons/matefaenza/mimetypes/32/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/32/image-x-eps.png +share/icons/matefaenza/mimetypes/32/image-x-generic.png +share/icons/matefaenza/mimetypes/32/image-x-ico.png +share/icons/matefaenza/mimetypes/32/image-x-icon.png +share/icons/matefaenza/mimetypes/32/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/32/image-x-psd.png +share/icons/matefaenza/mimetypes/32/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/32/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/32/image-x-tga.png +share/icons/matefaenza/mimetypes/32/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/32/image-x-xcf.png +share/icons/matefaenza/mimetypes/32/image.png +share/icons/matefaenza/mimetypes/32/jpeg.png +share/icons/matefaenza/mimetypes/32/jpg.png +share/icons/matefaenza/mimetypes/32/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/32/media-audio.png +share/icons/matefaenza/mimetypes/32/media-image.png +share/icons/matefaenza/mimetypes/32/media-video.png +share/icons/matefaenza/mimetypes/32/message-rfc822.png +share/icons/matefaenza/mimetypes/32/message.png +share/icons/matefaenza/mimetypes/32/misc.png +share/icons/matefaenza/mimetypes/32/multipart-encrypted.png +share/icons/matefaenza/mimetypes/32/none.png +share/icons/matefaenza/mimetypes/32/office-document.png +share/icons/matefaenza/mimetypes/32/office-illustration.png +share/icons/matefaenza/mimetypes/32/office-spreadsheet.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/32/opera-extension.png +share/icons/matefaenza/mimetypes/32/opera-unite-application.png +share/icons/matefaenza/mimetypes/32/opera-widget.png +share/icons/matefaenza/mimetypes/32/package-x-generic.png +share/icons/matefaenza/mimetypes/32/package.png +share/icons/matefaenza/mimetypes/32/package_editors.png +share/icons/matefaenza/mimetypes/32/package_wordprocessing.png +share/icons/matefaenza/mimetypes/32/pdf.png +share/icons/matefaenza/mimetypes/32/phatch-actionlist.png +share/icons/matefaenza/mimetypes/32/playlist-automatic.png +share/icons/matefaenza/mimetypes/32/playlist.png +share/icons/matefaenza/mimetypes/32/rpm.png +share/icons/matefaenza/mimetypes/32/shellscript.png +share/icons/matefaenza/mimetypes/32/sound.png +share/icons/matefaenza/mimetypes/32/source-playlist.png +share/icons/matefaenza/mimetypes/32/source-smart-playlist.png +share/icons/matefaenza/mimetypes/32/spreadsheet.png +share/icons/matefaenza/mimetypes/32/stock_addressbook.png +share/icons/matefaenza/mimetypes/32/stock_calendar.png +share/icons/matefaenza/mimetypes/32/stock_script.png +share/icons/matefaenza/mimetypes/32/svg.png +share/icons/matefaenza/mimetypes/32/tar.png +share/icons/matefaenza/mimetypes/32/template_source.png +share/icons/matefaenza/mimetypes/32/text-css.png +share/icons/matefaenza/mimetypes/32/text-enriched.png +share/icons/matefaenza/mimetypes/32/text-html.png +share/icons/matefaenza/mimetypes/32/text-htmlh.png +share/icons/matefaenza/mimetypes/32/text-mht.png +share/icons/matefaenza/mimetypes/32/text-plain.png +share/icons/matefaenza/mimetypes/32/text-richtext.png +share/icons/matefaenza/mimetypes/32/text-spreadsheet.png +share/icons/matefaenza/mimetypes/32/text-x-authors.png +share/icons/matefaenza/mimetypes/32/text-x-bak.png +share/icons/matefaenza/mimetypes/32/text-x-bibtex.png +share/icons/matefaenza/mimetypes/32/text-x-c++.png +share/icons/matefaenza/mimetypes/32/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/32/text-x-c++src.png +share/icons/matefaenza/mimetypes/32/text-x-c.png +share/icons/matefaenza/mimetypes/32/text-x-changelog.png +share/icons/matefaenza/mimetypes/32/text-x-chdr.png +share/icons/matefaenza/mimetypes/32/text-x-copying.png +share/icons/matefaenza/mimetypes/32/text-x-credits.png +share/icons/matefaenza/mimetypes/32/text-x-csrc.png +share/icons/matefaenza/mimetypes/32/text-x-css.png +share/icons/matefaenza/mimetypes/32/text-x-generic-template.png +share/icons/matefaenza/mimetypes/32/text-x-generic.png +share/icons/matefaenza/mimetypes/32/text-x-install.png +share/icons/matefaenza/mimetypes/32/text-x-java-source.png +share/icons/matefaenza/mimetypes/32/text-x-java.png +share/icons/matefaenza/mimetypes/32/text-x-javascript.png +share/icons/matefaenza/mimetypes/32/text-x-makefile.png +share/icons/matefaenza/mimetypes/32/text-x-preview.icon +share/icons/matefaenza/mimetypes/32/text-x-preview.png +share/icons/matefaenza/mimetypes/32/text-x-python.png +share/icons/matefaenza/mimetypes/32/text-x-readme.png +share/icons/matefaenza/mimetypes/32/text-x-script.png +share/icons/matefaenza/mimetypes/32/text-x-source.png +share/icons/matefaenza/mimetypes/32/text-x-sql.png +share/icons/matefaenza/mimetypes/32/text-x-tex.png +share/icons/matefaenza/mimetypes/32/text-x-vcard.png +share/icons/matefaenza/mimetypes/32/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/32/text-xml.png +share/icons/matefaenza/mimetypes/32/txt.png +share/icons/matefaenza/mimetypes/32/txt2.png +share/icons/matefaenza/mimetypes/32/unknown.png +share/icons/matefaenza/mimetypes/32/vcalendar.png +share/icons/matefaenza/mimetypes/32/video-x-generic.png +share/icons/matefaenza/mimetypes/32/video.png +share/icons/matefaenza/mimetypes/32/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/32/wordprocessing.png +share/icons/matefaenza/mimetypes/32/www.png +share/icons/matefaenza/mimetypes/32/x-dia-diagram.png +share/icons/matefaenza/mimetypes/32/x-office-address-book.png +share/icons/matefaenza/mimetypes/32/x-office-document.png +share/icons/matefaenza/mimetypes/32/x-office-drawing.png +share/icons/matefaenza/mimetypes/32/x-office-presentation.png +share/icons/matefaenza/mimetypes/32/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/32/zip.png +share/icons/matefaenza/mimetypes/48/application-7zip.png +share/icons/matefaenza/mimetypes/48/application-atom+xml.png +share/icons/matefaenza/mimetypes/48/application-illustrator.png +share/icons/matefaenza/mimetypes/48/application-javascript.png +share/icons/matefaenza/mimetypes/48/application-mbox.png +share/icons/matefaenza/mimetypes/48/application-msword.png +share/icons/matefaenza/mimetypes/48/application-octet-stream.png +share/icons/matefaenza/mimetypes/48/application-ogg.png +share/icons/matefaenza/mimetypes/48/application-pdf.png +share/icons/matefaenza/mimetypes/48/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/48/application-pgp-keys.png +share/icons/matefaenza/mimetypes/48/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/48/application-rss+xml.png +share/icons/matefaenza/mimetypes/48/application-rtf.png +share/icons/matefaenza/mimetypes/48/application-text.png +share/icons/matefaenza/mimetypes/48/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/48/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/48/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/48/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/48/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/48/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/48/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/48/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/48/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/48/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/48/application-x-7zip.png +share/icons/matefaenza/mimetypes/48/application-x-ace.png +share/icons/matefaenza/mimetypes/48/application-x-arc.png +share/icons/matefaenza/mimetypes/48/application-x-archive.png +share/icons/matefaenza/mimetypes/48/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/48/application-x-cd-image.png +share/icons/matefaenza/mimetypes/48/application-x-class-file.png +share/icons/matefaenza/mimetypes/48/application-x-compress.png +share/icons/matefaenza/mimetypes/48/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/48/application-x-csproj.png +share/icons/matefaenza/mimetypes/48/application-x-cue.png +share/icons/matefaenza/mimetypes/48/application-x-deb.png +share/icons/matefaenza/mimetypes/48/application-x-designer.png +share/icons/matefaenza/mimetypes/48/application-x-desktop.png +share/icons/matefaenza/mimetypes/48/application-x-executable.png +share/icons/matefaenza/mimetypes/48/application-x-extension-html.png +share/icons/matefaenza/mimetypes/48/application-x-flash-video.png +share/icons/matefaenza/mimetypes/48/application-x-glade.png +share/icons/matefaenza/mimetypes/48/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/48/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/48/application-x-gzip.png +share/icons/matefaenza/mimetypes/48/application-x-jar.png +share/icons/matefaenza/mimetypes/48/application-x-java-archive.png +share/icons/matefaenza/mimetypes/48/application-x-java.png +share/icons/matefaenza/mimetypes/48/application-x-javascript.png +share/icons/matefaenza/mimetypes/48/application-x-keepass.png +share/icons/matefaenza/mimetypes/48/application-x-lha.png +share/icons/matefaenza/mimetypes/48/application-x-lhz.png +share/icons/matefaenza/mimetypes/48/application-x-m4.png +share/icons/matefaenza/mimetypes/48/application-x-matroska.png +share/icons/matefaenza/mimetypes/48/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/48/application-x-msdownload.png +share/icons/matefaenza/mimetypes/48/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/48/application-x-pak.png +share/icons/matefaenza/mimetypes/48/application-x-pem-key.png +share/icons/matefaenza/mimetypes/48/application-x-php.png +share/icons/matefaenza/mimetypes/48/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/48/application-x-rar.png +share/icons/matefaenza/mimetypes/48/application-x-rpm.png +share/icons/matefaenza/mimetypes/48/application-x-ruby.png +share/icons/matefaenza/mimetypes/48/application-x-scribus.png +share/icons/matefaenza/mimetypes/48/application-x-shellscript.png +share/icons/matefaenza/mimetypes/48/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/48/application-x-sln.png +share/icons/matefaenza/mimetypes/48/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/48/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/48/application-x-tar.png +share/icons/matefaenza/mimetypes/48/application-x-theme.png +share/icons/matefaenza/mimetypes/48/application-x-trash.png +share/icons/matefaenza/mimetypes/48/application-x-zip.png +share/icons/matefaenza/mimetypes/48/application-xml.png +share/icons/matefaenza/mimetypes/48/application-zip.png +share/icons/matefaenza/mimetypes/48/audio-mpeg.png +share/icons/matefaenza/mimetypes/48/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/48/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/48/audio-x-generic.png +share/icons/matefaenza/mimetypes/48/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/48/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/48/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/48/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/48/audio-x-scpls.png +share/icons/matefaenza/mimetypes/48/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/48/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/48/audio-x-wav.png +share/icons/matefaenza/mimetypes/48/authors.png +share/icons/matefaenza/mimetypes/48/binary.png +share/icons/matefaenza/mimetypes/48/deb.png +share/icons/matefaenza/mimetypes/48/document.png +share/icons/matefaenza/mimetypes/48/empty.png +share/icons/matefaenza/mimetypes/48/encrypted.png +share/icons/matefaenza/mimetypes/48/exec.png +share/icons/matefaenza/mimetypes/48/extension.png +share/icons/matefaenza/mimetypes/48/folder_tar.png +share/icons/matefaenza/mimetypes/48/font-x-generic.png +share/icons/matefaenza/mimetypes/48/font.png +share/icons/matefaenza/mimetypes/48/font.xpm +share/icons/matefaenza/mimetypes/48/font_bitmap.png +share/icons/matefaenza/mimetypes/48/font_truetype.png +share/icons/matefaenza/mimetypes/48/font_type1.png +share/icons/matefaenza/mimetypes/48/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/48/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/48/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/48/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/48/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text.png +share/icons/matefaenza/mimetypes/48/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/48/gnome-mime-video.png +share/icons/matefaenza/mimetypes/48/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/48/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/48/gnome-package.png +share/icons/matefaenza/mimetypes/48/gtk-file.png +share/icons/matefaenza/mimetypes/48/html.png +share/icons/matefaenza/mimetypes/48/image-bmp.png +share/icons/matefaenza/mimetypes/48/image-gif.png +share/icons/matefaenza/mimetypes/48/image-jpeg.png +share/icons/matefaenza/mimetypes/48/image-jpeg2000.png +share/icons/matefaenza/mimetypes/48/image-png.png +share/icons/matefaenza/mimetypes/48/image-svg+xml.png +share/icons/matefaenza/mimetypes/48/image-tiff.png +share/icons/matefaenza/mimetypes/48/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/48/image-x-eps.png +share/icons/matefaenza/mimetypes/48/image-x-generic.png +share/icons/matefaenza/mimetypes/48/image-x-ico.png +share/icons/matefaenza/mimetypes/48/image-x-icon.png +share/icons/matefaenza/mimetypes/48/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/48/image-x-psd.png +share/icons/matefaenza/mimetypes/48/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/48/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/48/image-x-tga.png +share/icons/matefaenza/mimetypes/48/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/48/image-x-xcf.png +share/icons/matefaenza/mimetypes/48/image.png +share/icons/matefaenza/mimetypes/48/jpeg.png +share/icons/matefaenza/mimetypes/48/jpg.png +share/icons/matefaenza/mimetypes/48/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/48/media-audio.png +share/icons/matefaenza/mimetypes/48/media-image.png +share/icons/matefaenza/mimetypes/48/media-video.png +share/icons/matefaenza/mimetypes/48/message-rfc822.png +share/icons/matefaenza/mimetypes/48/message.png +share/icons/matefaenza/mimetypes/48/misc.png +share/icons/matefaenza/mimetypes/48/multipart-encrypted.png +share/icons/matefaenza/mimetypes/48/none.png +share/icons/matefaenza/mimetypes/48/office-document.png +share/icons/matefaenza/mimetypes/48/office-illustration.png +share/icons/matefaenza/mimetypes/48/office-spreadsheet.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/48/opera-extension.png +share/icons/matefaenza/mimetypes/48/opera-unite-application.png +share/icons/matefaenza/mimetypes/48/opera-widget.png +share/icons/matefaenza/mimetypes/48/package-x-generic.png +share/icons/matefaenza/mimetypes/48/package.png +share/icons/matefaenza/mimetypes/48/package_editors.png +share/icons/matefaenza/mimetypes/48/package_wordprocessing.png +share/icons/matefaenza/mimetypes/48/pdf.png +share/icons/matefaenza/mimetypes/48/phatch-actionlist.png +share/icons/matefaenza/mimetypes/48/playlist-automatic.png +share/icons/matefaenza/mimetypes/48/playlist.png +share/icons/matefaenza/mimetypes/48/rpm.png +share/icons/matefaenza/mimetypes/48/shellscript.png +share/icons/matefaenza/mimetypes/48/sound.png +share/icons/matefaenza/mimetypes/48/source-playlist.png +share/icons/matefaenza/mimetypes/48/source-smart-playlist.png +share/icons/matefaenza/mimetypes/48/spreadsheet.png +share/icons/matefaenza/mimetypes/48/stock_addressbook.png +share/icons/matefaenza/mimetypes/48/stock_calendar.png +share/icons/matefaenza/mimetypes/48/stock_script.png +share/icons/matefaenza/mimetypes/48/svg.png +share/icons/matefaenza/mimetypes/48/tar.png +share/icons/matefaenza/mimetypes/48/template_source.png +share/icons/matefaenza/mimetypes/48/text-css.png +share/icons/matefaenza/mimetypes/48/text-enriched.png +share/icons/matefaenza/mimetypes/48/text-html.png +share/icons/matefaenza/mimetypes/48/text-htmlh.png +share/icons/matefaenza/mimetypes/48/text-mht.png +share/icons/matefaenza/mimetypes/48/text-plain.png +share/icons/matefaenza/mimetypes/48/text-richtext.png +share/icons/matefaenza/mimetypes/48/text-spreadsheet.png +share/icons/matefaenza/mimetypes/48/text-x-authors.png +share/icons/matefaenza/mimetypes/48/text-x-bak.png +share/icons/matefaenza/mimetypes/48/text-x-bibtex.png +share/icons/matefaenza/mimetypes/48/text-x-c++.png +share/icons/matefaenza/mimetypes/48/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/48/text-x-c++src.png +share/icons/matefaenza/mimetypes/48/text-x-c.png +share/icons/matefaenza/mimetypes/48/text-x-changelog.png +share/icons/matefaenza/mimetypes/48/text-x-chdr.png +share/icons/matefaenza/mimetypes/48/text-x-copying.png +share/icons/matefaenza/mimetypes/48/text-x-credits.png +share/icons/matefaenza/mimetypes/48/text-x-csrc.png +share/icons/matefaenza/mimetypes/48/text-x-css.png +share/icons/matefaenza/mimetypes/48/text-x-generic-template.png +share/icons/matefaenza/mimetypes/48/text-x-generic.png +share/icons/matefaenza/mimetypes/48/text-x-install.png +share/icons/matefaenza/mimetypes/48/text-x-java-source.png +share/icons/matefaenza/mimetypes/48/text-x-java.png +share/icons/matefaenza/mimetypes/48/text-x-javascript.png +share/icons/matefaenza/mimetypes/48/text-x-makefile.png +share/icons/matefaenza/mimetypes/48/text-x-preview.icon +share/icons/matefaenza/mimetypes/48/text-x-preview.png +share/icons/matefaenza/mimetypes/48/text-x-python.png +share/icons/matefaenza/mimetypes/48/text-x-readme.png +share/icons/matefaenza/mimetypes/48/text-x-script.png +share/icons/matefaenza/mimetypes/48/text-x-source.png +share/icons/matefaenza/mimetypes/48/text-x-sql.png +share/icons/matefaenza/mimetypes/48/text-x-tex.png +share/icons/matefaenza/mimetypes/48/text-x-vcard.png +share/icons/matefaenza/mimetypes/48/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/48/text-xml.png +share/icons/matefaenza/mimetypes/48/txt.png +share/icons/matefaenza/mimetypes/48/txt2.png +share/icons/matefaenza/mimetypes/48/unknown.png +share/icons/matefaenza/mimetypes/48/vcalendar.png +share/icons/matefaenza/mimetypes/48/video-x-generic.png +share/icons/matefaenza/mimetypes/48/video.png +share/icons/matefaenza/mimetypes/48/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/48/wordprocessing.png +share/icons/matefaenza/mimetypes/48/www.png +share/icons/matefaenza/mimetypes/48/x-dia-diagram.png +share/icons/matefaenza/mimetypes/48/x-office-address-book.png +share/icons/matefaenza/mimetypes/48/x-office-document.png +share/icons/matefaenza/mimetypes/48/x-office-drawing.png +share/icons/matefaenza/mimetypes/48/x-office-presentation.png +share/icons/matefaenza/mimetypes/48/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/48/zip.png +share/icons/matefaenza/mimetypes/64/application-7zip.png +share/icons/matefaenza/mimetypes/64/application-atom+xml.png +share/icons/matefaenza/mimetypes/64/application-illustrator.png +share/icons/matefaenza/mimetypes/64/application-javascript.png +share/icons/matefaenza/mimetypes/64/application-mbox.png +share/icons/matefaenza/mimetypes/64/application-msword.png +share/icons/matefaenza/mimetypes/64/application-octet-stream.png +share/icons/matefaenza/mimetypes/64/application-ogg.png +share/icons/matefaenza/mimetypes/64/application-pdf.png +share/icons/matefaenza/mimetypes/64/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/64/application-pgp-keys.png +share/icons/matefaenza/mimetypes/64/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/64/application-rss+xml.png +share/icons/matefaenza/mimetypes/64/application-rtf.png +share/icons/matefaenza/mimetypes/64/application-text.png +share/icons/matefaenza/mimetypes/64/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/64/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/64/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/64/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/64/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/64/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/64/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/64/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/64/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/64/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/64/application-x-7zip.png +share/icons/matefaenza/mimetypes/64/application-x-ace.png +share/icons/matefaenza/mimetypes/64/application-x-arc.png +share/icons/matefaenza/mimetypes/64/application-x-archive.png +share/icons/matefaenza/mimetypes/64/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/64/application-x-cd-image.png +share/icons/matefaenza/mimetypes/64/application-x-class-file.png +share/icons/matefaenza/mimetypes/64/application-x-compress.png +share/icons/matefaenza/mimetypes/64/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/64/application-x-csproj.png +share/icons/matefaenza/mimetypes/64/application-x-cue.png +share/icons/matefaenza/mimetypes/64/application-x-deb.png +share/icons/matefaenza/mimetypes/64/application-x-designer.png +share/icons/matefaenza/mimetypes/64/application-x-desktop.png +share/icons/matefaenza/mimetypes/64/application-x-executable.png +share/icons/matefaenza/mimetypes/64/application-x-extension-html.png +share/icons/matefaenza/mimetypes/64/application-x-flash-video.png +share/icons/matefaenza/mimetypes/64/application-x-glade.png +share/icons/matefaenza/mimetypes/64/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/64/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/64/application-x-gzip.png +share/icons/matefaenza/mimetypes/64/application-x-jar.png +share/icons/matefaenza/mimetypes/64/application-x-java-archive.png +share/icons/matefaenza/mimetypes/64/application-x-java.png +share/icons/matefaenza/mimetypes/64/application-x-javascript.png +share/icons/matefaenza/mimetypes/64/application-x-keepass.png +share/icons/matefaenza/mimetypes/64/application-x-lha.png +share/icons/matefaenza/mimetypes/64/application-x-lhz.png +share/icons/matefaenza/mimetypes/64/application-x-m4.png +share/icons/matefaenza/mimetypes/64/application-x-matroska.png +share/icons/matefaenza/mimetypes/64/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/64/application-x-msdownload.png +share/icons/matefaenza/mimetypes/64/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/64/application-x-pak.png +share/icons/matefaenza/mimetypes/64/application-x-pem-key.png +share/icons/matefaenza/mimetypes/64/application-x-php.png +share/icons/matefaenza/mimetypes/64/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/64/application-x-rar.png +share/icons/matefaenza/mimetypes/64/application-x-rpm.png +share/icons/matefaenza/mimetypes/64/application-x-ruby.png +share/icons/matefaenza/mimetypes/64/application-x-scribus.png +share/icons/matefaenza/mimetypes/64/application-x-shellscript.png +share/icons/matefaenza/mimetypes/64/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/64/application-x-sln.png +share/icons/matefaenza/mimetypes/64/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/64/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/64/application-x-tar.png +share/icons/matefaenza/mimetypes/64/application-x-theme.png +share/icons/matefaenza/mimetypes/64/application-x-trash.png +share/icons/matefaenza/mimetypes/64/application-x-zip.png +share/icons/matefaenza/mimetypes/64/application-xml.png +share/icons/matefaenza/mimetypes/64/application-zip.png +share/icons/matefaenza/mimetypes/64/audio-mpeg.png +share/icons/matefaenza/mimetypes/64/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/64/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/64/audio-x-generic.png +share/icons/matefaenza/mimetypes/64/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/64/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/64/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/64/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/64/audio-x-scpls.png +share/icons/matefaenza/mimetypes/64/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/64/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/64/audio-x-wav.png +share/icons/matefaenza/mimetypes/64/authors.png +share/icons/matefaenza/mimetypes/64/binary.png +share/icons/matefaenza/mimetypes/64/deb.png +share/icons/matefaenza/mimetypes/64/document.png +share/icons/matefaenza/mimetypes/64/empty.png +share/icons/matefaenza/mimetypes/64/encrypted.png +share/icons/matefaenza/mimetypes/64/exec.png +share/icons/matefaenza/mimetypes/64/extension.png +share/icons/matefaenza/mimetypes/64/folder_tar.png +share/icons/matefaenza/mimetypes/64/font-x-generic.png +share/icons/matefaenza/mimetypes/64/font.png +share/icons/matefaenza/mimetypes/64/font_bitmap.png +share/icons/matefaenza/mimetypes/64/font_truetype.png +share/icons/matefaenza/mimetypes/64/font_type1.png +share/icons/matefaenza/mimetypes/64/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/64/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/64/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/64/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/64/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text.png +share/icons/matefaenza/mimetypes/64/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/64/gnome-mime-video.png +share/icons/matefaenza/mimetypes/64/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/64/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/64/gnome-package.png +share/icons/matefaenza/mimetypes/64/gtk-file.png +share/icons/matefaenza/mimetypes/64/html.png +share/icons/matefaenza/mimetypes/64/image-bmp.png +share/icons/matefaenza/mimetypes/64/image-gif.png +share/icons/matefaenza/mimetypes/64/image-jpeg.png +share/icons/matefaenza/mimetypes/64/image-jpeg2000.png +share/icons/matefaenza/mimetypes/64/image-png.png +share/icons/matefaenza/mimetypes/64/image-svg+xml.png +share/icons/matefaenza/mimetypes/64/image-tiff.png +share/icons/matefaenza/mimetypes/64/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/64/image-x-eps.png +share/icons/matefaenza/mimetypes/64/image-x-generic.png +share/icons/matefaenza/mimetypes/64/image-x-ico.png +share/icons/matefaenza/mimetypes/64/image-x-icon.png +share/icons/matefaenza/mimetypes/64/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/64/image-x-psd.png +share/icons/matefaenza/mimetypes/64/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/64/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/64/image-x-tga.png +share/icons/matefaenza/mimetypes/64/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/64/image-x-xcf.png +share/icons/matefaenza/mimetypes/64/image.png +share/icons/matefaenza/mimetypes/64/jpeg.png +share/icons/matefaenza/mimetypes/64/jpg.png +share/icons/matefaenza/mimetypes/64/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/64/media-audio.png +share/icons/matefaenza/mimetypes/64/media-image.png +share/icons/matefaenza/mimetypes/64/media-video.png +share/icons/matefaenza/mimetypes/64/message-rfc822.png +share/icons/matefaenza/mimetypes/64/message.png +share/icons/matefaenza/mimetypes/64/misc.png +share/icons/matefaenza/mimetypes/64/multipart-encrypted.png +share/icons/matefaenza/mimetypes/64/none.png +share/icons/matefaenza/mimetypes/64/office-document.png +share/icons/matefaenza/mimetypes/64/office-illustration.png +share/icons/matefaenza/mimetypes/64/office-spreadsheet.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/64/opera-extension.png +share/icons/matefaenza/mimetypes/64/opera-unite-application.png +share/icons/matefaenza/mimetypes/64/opera-widget.png +share/icons/matefaenza/mimetypes/64/package-x-generic.png +share/icons/matefaenza/mimetypes/64/package.png +share/icons/matefaenza/mimetypes/64/package_editors.png +share/icons/matefaenza/mimetypes/64/package_wordprocessing.png +share/icons/matefaenza/mimetypes/64/pdf.png +share/icons/matefaenza/mimetypes/64/phatch-actionlist.png +share/icons/matefaenza/mimetypes/64/playlist-automatic.png +share/icons/matefaenza/mimetypes/64/playlist.png +share/icons/matefaenza/mimetypes/64/rpm.png +share/icons/matefaenza/mimetypes/64/shellscript.png +share/icons/matefaenza/mimetypes/64/sound.png +share/icons/matefaenza/mimetypes/64/source-playlist.png +share/icons/matefaenza/mimetypes/64/source-smart-playlist.png +share/icons/matefaenza/mimetypes/64/spreadsheet.png +share/icons/matefaenza/mimetypes/64/stock_addressbook.png +share/icons/matefaenza/mimetypes/64/stock_calendar.png +share/icons/matefaenza/mimetypes/64/stock_script.png +share/icons/matefaenza/mimetypes/64/svg.png +share/icons/matefaenza/mimetypes/64/tar.png +share/icons/matefaenza/mimetypes/64/template_source.png +share/icons/matefaenza/mimetypes/64/text-css.png +share/icons/matefaenza/mimetypes/64/text-enriched.png +share/icons/matefaenza/mimetypes/64/text-html.png +share/icons/matefaenza/mimetypes/64/text-htmlh.png +share/icons/matefaenza/mimetypes/64/text-mht.png +share/icons/matefaenza/mimetypes/64/text-plain.png +share/icons/matefaenza/mimetypes/64/text-richtext.png +share/icons/matefaenza/mimetypes/64/text-spreadsheet.png +share/icons/matefaenza/mimetypes/64/text-x-authors.png +share/icons/matefaenza/mimetypes/64/text-x-bak.png +share/icons/matefaenza/mimetypes/64/text-x-bibtex.png +share/icons/matefaenza/mimetypes/64/text-x-c++.png +share/icons/matefaenza/mimetypes/64/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/64/text-x-c++src.png +share/icons/matefaenza/mimetypes/64/text-x-c.png +share/icons/matefaenza/mimetypes/64/text-x-changelog.png +share/icons/matefaenza/mimetypes/64/text-x-chdr.png +share/icons/matefaenza/mimetypes/64/text-x-copying.png +share/icons/matefaenza/mimetypes/64/text-x-credits.png +share/icons/matefaenza/mimetypes/64/text-x-csrc.png +share/icons/matefaenza/mimetypes/64/text-x-css.png +share/icons/matefaenza/mimetypes/64/text-x-generic-template.png +share/icons/matefaenza/mimetypes/64/text-x-generic.png +share/icons/matefaenza/mimetypes/64/text-x-install.png +share/icons/matefaenza/mimetypes/64/text-x-java-source.png +share/icons/matefaenza/mimetypes/64/text-x-java.png +share/icons/matefaenza/mimetypes/64/text-x-javascript.png +share/icons/matefaenza/mimetypes/64/text-x-makefile.png +share/icons/matefaenza/mimetypes/64/text-x-preview.icon +share/icons/matefaenza/mimetypes/64/text-x-preview.png +share/icons/matefaenza/mimetypes/64/text-x-python.png +share/icons/matefaenza/mimetypes/64/text-x-readme.png +share/icons/matefaenza/mimetypes/64/text-x-script.png +share/icons/matefaenza/mimetypes/64/text-x-source.png +share/icons/matefaenza/mimetypes/64/text-x-sql.png +share/icons/matefaenza/mimetypes/64/text-x-tex.png +share/icons/matefaenza/mimetypes/64/text-x-vcard.png +share/icons/matefaenza/mimetypes/64/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/64/text-xml.png +share/icons/matefaenza/mimetypes/64/txt.png +share/icons/matefaenza/mimetypes/64/txt2.png +share/icons/matefaenza/mimetypes/64/unknown.png +share/icons/matefaenza/mimetypes/64/vcalendar.png +share/icons/matefaenza/mimetypes/64/video-x-generic.png +share/icons/matefaenza/mimetypes/64/video.png +share/icons/matefaenza/mimetypes/64/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/64/wordprocessing.png +share/icons/matefaenza/mimetypes/64/www.png +share/icons/matefaenza/mimetypes/64/x-dia-diagram.png +share/icons/matefaenza/mimetypes/64/x-office-address-book.png +share/icons/matefaenza/mimetypes/64/x-office-document.png +share/icons/matefaenza/mimetypes/64/x-office-drawing.png +share/icons/matefaenza/mimetypes/64/x-office-presentation.png +share/icons/matefaenza/mimetypes/64/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/64/zip.png +share/icons/matefaenza/mimetypes/96/application-7zip.png +share/icons/matefaenza/mimetypes/96/application-atom+xml.png +share/icons/matefaenza/mimetypes/96/application-illustrator.png +share/icons/matefaenza/mimetypes/96/application-javascript.png +share/icons/matefaenza/mimetypes/96/application-mbox.png +share/icons/matefaenza/mimetypes/96/application-msword.png +share/icons/matefaenza/mimetypes/96/application-octet-stream.png +share/icons/matefaenza/mimetypes/96/application-ogg.png +share/icons/matefaenza/mimetypes/96/application-pdf.png +share/icons/matefaenza/mimetypes/96/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/96/application-pgp-keys.png +share/icons/matefaenza/mimetypes/96/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/96/application-rss+xml.png +share/icons/matefaenza/mimetypes/96/application-rtf.png +share/icons/matefaenza/mimetypes/96/application-text.png +share/icons/matefaenza/mimetypes/96/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/96/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/96/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/96/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/96/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/96/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/96/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/96/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/96/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/96/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/96/application-x-7zip.png +share/icons/matefaenza/mimetypes/96/application-x-ace.png +share/icons/matefaenza/mimetypes/96/application-x-arc.png +share/icons/matefaenza/mimetypes/96/application-x-archive.png +share/icons/matefaenza/mimetypes/96/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/96/application-x-cd-image.png +share/icons/matefaenza/mimetypes/96/application-x-class-file.png +share/icons/matefaenza/mimetypes/96/application-x-compress.png +share/icons/matefaenza/mimetypes/96/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/96/application-x-csproj.png +share/icons/matefaenza/mimetypes/96/application-x-cue.png +share/icons/matefaenza/mimetypes/96/application-x-deb.png +share/icons/matefaenza/mimetypes/96/application-x-designer.png +share/icons/matefaenza/mimetypes/96/application-x-desktop.png +share/icons/matefaenza/mimetypes/96/application-x-executable.png +share/icons/matefaenza/mimetypes/96/application-x-extension-html.png +share/icons/matefaenza/mimetypes/96/application-x-flash-video.png +share/icons/matefaenza/mimetypes/96/application-x-glade.png +share/icons/matefaenza/mimetypes/96/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/96/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/96/application-x-gzip.png +share/icons/matefaenza/mimetypes/96/application-x-jar.png +share/icons/matefaenza/mimetypes/96/application-x-java-archive.png +share/icons/matefaenza/mimetypes/96/application-x-java.png +share/icons/matefaenza/mimetypes/96/application-x-javascript.png +share/icons/matefaenza/mimetypes/96/application-x-keepass.png +share/icons/matefaenza/mimetypes/96/application-x-lha.png +share/icons/matefaenza/mimetypes/96/application-x-lhz.png +share/icons/matefaenza/mimetypes/96/application-x-m4.png +share/icons/matefaenza/mimetypes/96/application-x-matroska.png +share/icons/matefaenza/mimetypes/96/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/96/application-x-msdownload.png +share/icons/matefaenza/mimetypes/96/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/96/application-x-pak.png +share/icons/matefaenza/mimetypes/96/application-x-pem-key.png +share/icons/matefaenza/mimetypes/96/application-x-php.png +share/icons/matefaenza/mimetypes/96/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/96/application-x-rar.png +share/icons/matefaenza/mimetypes/96/application-x-rpm.png +share/icons/matefaenza/mimetypes/96/application-x-ruby.png +share/icons/matefaenza/mimetypes/96/application-x-scribus.png +share/icons/matefaenza/mimetypes/96/application-x-shellscript.png +share/icons/matefaenza/mimetypes/96/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/96/application-x-sln.png +share/icons/matefaenza/mimetypes/96/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/96/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/96/application-x-tar.png +share/icons/matefaenza/mimetypes/96/application-x-theme.png +share/icons/matefaenza/mimetypes/96/application-x-trash.png +share/icons/matefaenza/mimetypes/96/application-x-zip.png +share/icons/matefaenza/mimetypes/96/application-xml.png +share/icons/matefaenza/mimetypes/96/application-zip.png +share/icons/matefaenza/mimetypes/96/audio-mpeg.png +share/icons/matefaenza/mimetypes/96/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/96/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/96/audio-x-generic.png +share/icons/matefaenza/mimetypes/96/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/96/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/96/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/96/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/96/audio-x-scpls.png +share/icons/matefaenza/mimetypes/96/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/96/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/96/audio-x-wav.png +share/icons/matefaenza/mimetypes/96/authors.png +share/icons/matefaenza/mimetypes/96/binary.png +share/icons/matefaenza/mimetypes/96/deb.png +share/icons/matefaenza/mimetypes/96/document.png +share/icons/matefaenza/mimetypes/96/empty.png +share/icons/matefaenza/mimetypes/96/encrypted.png +share/icons/matefaenza/mimetypes/96/exec.png +share/icons/matefaenza/mimetypes/96/extension.png +share/icons/matefaenza/mimetypes/96/folder_tar.png +share/icons/matefaenza/mimetypes/96/font-x-generic.png +share/icons/matefaenza/mimetypes/96/font.png +share/icons/matefaenza/mimetypes/96/font_bitmap.png +share/icons/matefaenza/mimetypes/96/font_truetype.png +share/icons/matefaenza/mimetypes/96/font_type1.png +share/icons/matefaenza/mimetypes/96/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/96/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/96/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/96/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/96/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text.png +share/icons/matefaenza/mimetypes/96/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/96/gnome-mime-video.png +share/icons/matefaenza/mimetypes/96/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/96/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/96/gnome-package.png +share/icons/matefaenza/mimetypes/96/gtk-file.png +share/icons/matefaenza/mimetypes/96/html.png +share/icons/matefaenza/mimetypes/96/image-bmp.png +share/icons/matefaenza/mimetypes/96/image-gif.png +share/icons/matefaenza/mimetypes/96/image-jpeg.png +share/icons/matefaenza/mimetypes/96/image-jpeg2000.png +share/icons/matefaenza/mimetypes/96/image-png.png +share/icons/matefaenza/mimetypes/96/image-svg+xml.png +share/icons/matefaenza/mimetypes/96/image-tiff.png +share/icons/matefaenza/mimetypes/96/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/96/image-x-eps.png +share/icons/matefaenza/mimetypes/96/image-x-generic.png +share/icons/matefaenza/mimetypes/96/image-x-ico.png +share/icons/matefaenza/mimetypes/96/image-x-icon.png +share/icons/matefaenza/mimetypes/96/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/96/image-x-psd.png +share/icons/matefaenza/mimetypes/96/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/96/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/96/image-x-tga.png +share/icons/matefaenza/mimetypes/96/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/96/image-x-xcf.png +share/icons/matefaenza/mimetypes/96/image.png +share/icons/matefaenza/mimetypes/96/jpeg.png +share/icons/matefaenza/mimetypes/96/jpg.png +share/icons/matefaenza/mimetypes/96/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/96/media-audio.png +share/icons/matefaenza/mimetypes/96/media-image.png +share/icons/matefaenza/mimetypes/96/media-video.png +share/icons/matefaenza/mimetypes/96/message-rfc822.png +share/icons/matefaenza/mimetypes/96/message.png +share/icons/matefaenza/mimetypes/96/misc.png +share/icons/matefaenza/mimetypes/96/multipart-encrypted.png +share/icons/matefaenza/mimetypes/96/none.png +share/icons/matefaenza/mimetypes/96/office-document.png +share/icons/matefaenza/mimetypes/96/office-illustration.png +share/icons/matefaenza/mimetypes/96/office-spreadsheet.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/96/opera-extension.png +share/icons/matefaenza/mimetypes/96/opera-unite-application.png +share/icons/matefaenza/mimetypes/96/opera-widget.png +share/icons/matefaenza/mimetypes/96/package-x-generic.png +share/icons/matefaenza/mimetypes/96/package.png +share/icons/matefaenza/mimetypes/96/package_editors.png +share/icons/matefaenza/mimetypes/96/package_wordprocessing.png +share/icons/matefaenza/mimetypes/96/pdf.png +share/icons/matefaenza/mimetypes/96/phatch-actionlist.png +share/icons/matefaenza/mimetypes/96/playlist-automatic.png +share/icons/matefaenza/mimetypes/96/playlist.png +share/icons/matefaenza/mimetypes/96/rpm.png +share/icons/matefaenza/mimetypes/96/shellscript.png +share/icons/matefaenza/mimetypes/96/sound.png +share/icons/matefaenza/mimetypes/96/source-playlist.png +share/icons/matefaenza/mimetypes/96/source-smart-playlist.png +share/icons/matefaenza/mimetypes/96/spreadsheet.png +share/icons/matefaenza/mimetypes/96/stock_addressbook.png +share/icons/matefaenza/mimetypes/96/stock_calendar.png +share/icons/matefaenza/mimetypes/96/stock_script.png +share/icons/matefaenza/mimetypes/96/svg.png +share/icons/matefaenza/mimetypes/96/tar.png +share/icons/matefaenza/mimetypes/96/template_source.png +share/icons/matefaenza/mimetypes/96/text-css.png +share/icons/matefaenza/mimetypes/96/text-enriched.png +share/icons/matefaenza/mimetypes/96/text-html.png +share/icons/matefaenza/mimetypes/96/text-htmlh.png +share/icons/matefaenza/mimetypes/96/text-mht.png +share/icons/matefaenza/mimetypes/96/text-plain.png +share/icons/matefaenza/mimetypes/96/text-richtext.png +share/icons/matefaenza/mimetypes/96/text-spreadsheet.png +share/icons/matefaenza/mimetypes/96/text-x-authors.png +share/icons/matefaenza/mimetypes/96/text-x-bak.png +share/icons/matefaenza/mimetypes/96/text-x-bibtex.png +share/icons/matefaenza/mimetypes/96/text-x-c++.png +share/icons/matefaenza/mimetypes/96/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/96/text-x-c++src.png +share/icons/matefaenza/mimetypes/96/text-x-c.png +share/icons/matefaenza/mimetypes/96/text-x-changelog.png +share/icons/matefaenza/mimetypes/96/text-x-chdr.png +share/icons/matefaenza/mimetypes/96/text-x-copying.png +share/icons/matefaenza/mimetypes/96/text-x-credits.png +share/icons/matefaenza/mimetypes/96/text-x-csrc.png +share/icons/matefaenza/mimetypes/96/text-x-css.png +share/icons/matefaenza/mimetypes/96/text-x-generic-template.png +share/icons/matefaenza/mimetypes/96/text-x-generic.png +share/icons/matefaenza/mimetypes/96/text-x-install.png +share/icons/matefaenza/mimetypes/96/text-x-java-source.png +share/icons/matefaenza/mimetypes/96/text-x-java.png +share/icons/matefaenza/mimetypes/96/text-x-javascript.png +share/icons/matefaenza/mimetypes/96/text-x-makefile.png +share/icons/matefaenza/mimetypes/96/text-x-preview.icon +share/icons/matefaenza/mimetypes/96/text-x-preview.png +share/icons/matefaenza/mimetypes/96/text-x-python.png +share/icons/matefaenza/mimetypes/96/text-x-readme.png +share/icons/matefaenza/mimetypes/96/text-x-script.png +share/icons/matefaenza/mimetypes/96/text-x-source.png +share/icons/matefaenza/mimetypes/96/text-x-sql.png +share/icons/matefaenza/mimetypes/96/text-x-tex.png +share/icons/matefaenza/mimetypes/96/text-x-vcard.png +share/icons/matefaenza/mimetypes/96/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/96/text-xml.png +share/icons/matefaenza/mimetypes/96/txt.png +share/icons/matefaenza/mimetypes/96/txt2.png +share/icons/matefaenza/mimetypes/96/unknown.png +share/icons/matefaenza/mimetypes/96/vcalendar.png +share/icons/matefaenza/mimetypes/96/video-x-generic.png +share/icons/matefaenza/mimetypes/96/video.png +share/icons/matefaenza/mimetypes/96/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/96/wordprocessing.png +share/icons/matefaenza/mimetypes/96/www.png +share/icons/matefaenza/mimetypes/96/x-dia-diagram.png +share/icons/matefaenza/mimetypes/96/x-office-address-book.png +share/icons/matefaenza/mimetypes/96/x-office-document.png +share/icons/matefaenza/mimetypes/96/x-office-drawing.png +share/icons/matefaenza/mimetypes/96/x-office-presentation.png +share/icons/matefaenza/mimetypes/96/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/96/zip.png +share/icons/matefaenza/mimetypes/scalable/application-7zip.svg +share/icons/matefaenza/mimetypes/scalable/application-atom+xml.svg +share/icons/matefaenza/mimetypes/scalable/application-illustrator.svg +share/icons/matefaenza/mimetypes/scalable/application-javascript.svg +share/icons/matefaenza/mimetypes/scalable/application-mbox.svg +share/icons/matefaenza/mimetypes/scalable/application-msword.svg +share/icons/matefaenza/mimetypes/scalable/application-octet-stream.svg +share/icons/matefaenza/mimetypes/scalable/application-ogg.svg +share/icons/matefaenza/mimetypes/scalable/application-pdf.svg +share/icons/matefaenza/mimetypes/scalable/application-pgp-encrypted.svg +share/icons/matefaenza/mimetypes/scalable/application-pgp-keys.svg +share/icons/matefaenza/mimetypes/scalable/application-pkcs7-mime.svg +share/icons/matefaenza/mimetypes/scalable/application-rss+xml.svg +share/icons/matefaenza/mimetypes/scalable/application-rtf.svg +share/icons/matefaenza/mimetypes/scalable/application-text.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.ms-access.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.ms-excel.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.ms-powerpoint.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.database.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.formula.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.graphics.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.text-web.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.text.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.rn-realmedia.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.scribus.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.sun.xml.calc.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.sun.xml.draw.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.sun.xml.writer.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.wordperfect.svg +share/icons/matefaenza/mimetypes/scalable/application-x-7z-compressed.svg +share/icons/matefaenza/mimetypes/scalable/application-x-7zip.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ace.svg +share/icons/matefaenza/mimetypes/scalable/application-x-arc.svg +share/icons/matefaenza/mimetypes/scalable/application-x-archive.svg +share/icons/matefaenza/mimetypes/scalable/application-x-bittorrent.svg +share/icons/matefaenza/mimetypes/scalable/application-x-cd-image.svg +share/icons/matefaenza/mimetypes/scalable/application-x-class-file.svg +share/icons/matefaenza/mimetypes/scalable/application-x-compress.svg +share/icons/matefaenza/mimetypes/scalable/application-x-compressed-tar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-csproj.svg +share/icons/matefaenza/mimetypes/scalable/application-x-cue.svg +share/icons/matefaenza/mimetypes/scalable/application-x-deb.svg +share/icons/matefaenza/mimetypes/scalable/application-x-designer.svg +share/icons/matefaenza/mimetypes/scalable/application-x-desktop.svg +share/icons/matefaenza/mimetypes/scalable/application-x-executable.svg +share/icons/matefaenza/mimetypes/scalable/application-x-extension-html.svg +share/icons/matefaenza/mimetypes/scalable/application-x-flash-video.svg +share/icons/matefaenza/mimetypes/scalable/application-x-glade.svg +share/icons/matefaenza/mimetypes/scalable/application-x-gnome-theme-package.svg +share/icons/matefaenza/mimetypes/scalable/application-x-gnumeric.svg +share/icons/matefaenza/mimetypes/scalable/application-x-gzip.svg +share/icons/matefaenza/mimetypes/scalable/application-x-jar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-java-archive.svg +share/icons/matefaenza/mimetypes/scalable/application-x-java.svg +share/icons/matefaenza/mimetypes/scalable/application-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/application-x-keepass.svg +share/icons/matefaenza/mimetypes/scalable/application-x-lha.svg +share/icons/matefaenza/mimetypes/scalable/application-x-lhz.svg +share/icons/matefaenza/mimetypes/scalable/application-x-m4.svg +share/icons/matefaenza/mimetypes/scalable/application-x-matroska.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ms-dos-executable.svg +share/icons/matefaenza/mimetypes/scalable/application-x-msdownload.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ole-storage.svg +share/icons/matefaenza/mimetypes/scalable/application-x-pak.svg +share/icons/matefaenza/mimetypes/scalable/application-x-pem-key.svg +share/icons/matefaenza/mimetypes/scalable/application-x-php.svg +share/icons/matefaenza/mimetypes/scalable/application-x-python-bytecode.svg +share/icons/matefaenza/mimetypes/scalable/application-x-rar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-rpm.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ruby.svg +share/icons/matefaenza/mimetypes/scalable/application-x-scribus.svg +share/icons/matefaenza/mimetypes/scalable/application-x-shellscript.svg +share/icons/matefaenza/mimetypes/scalable/application-x-shockwave-flash.svg +share/icons/matefaenza/mimetypes/scalable/application-x-sln.svg +share/icons/matefaenza/mimetypes/scalable/application-x-sqlite2.svg +share/icons/matefaenza/mimetypes/scalable/application-x-sqlite3.svg +share/icons/matefaenza/mimetypes/scalable/application-x-tar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-theme.svg +share/icons/matefaenza/mimetypes/scalable/application-x-trash.svg +share/icons/matefaenza/mimetypes/scalable/application-x-zip.svg +share/icons/matefaenza/mimetypes/scalable/application-xml.svg +share/icons/matefaenza/mimetypes/scalable/application-zip.svg +share/icons/matefaenza/mimetypes/scalable/audio-mpeg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-adpcm.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-flac+ogg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-generic-symbolic.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-mp3-playlist.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-mpeg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-mpegurl.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-ms-wma.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-scpls.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-speex+ogg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-vorbis+ogg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-wav.svg +share/icons/matefaenza/mimetypes/scalable/authors.svg +share/icons/matefaenza/mimetypes/scalable/binary.svg +share/icons/matefaenza/mimetypes/scalable/deb.svg +share/icons/matefaenza/mimetypes/scalable/document.svg +share/icons/matefaenza/mimetypes/scalable/empty.svg +share/icons/matefaenza/mimetypes/scalable/encrypted.svg +share/icons/matefaenza/mimetypes/scalable/exec.svg +share/icons/matefaenza/mimetypes/scalable/extension.svg +share/icons/matefaenza/mimetypes/scalable/folder_tar.svg +share/icons/matefaenza/mimetypes/scalable/font-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/font.svg +share/icons/matefaenza/mimetypes/scalable/font_bitmap.svg +share/icons/matefaenza/mimetypes/scalable/font_truetype.svg +share/icons/matefaenza/mimetypes/scalable/font_type1.svg +share/icons/matefaenza/mimetypes/scalable/gnome-exe-thumbnailer-generic-x.svg +share/icons/matefaenza/mimetypes/scalable/gnome-exe-thumbnailer-generic.svg +share/icons/matefaenza/mimetypes/scalable/gnome-exe-thumbnailer-template.svg +share/icons/matefaenza/mimetypes/scalable/gnome-fs-executable.svg +share/icons/matefaenza/mimetypes/scalable/gnome-fs-regular.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-atom+xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-javascript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-magicpoint.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-msword.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-ogg.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-pdf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-postscript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-rss+xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-rtf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.lotus-1-2-3.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.ms-excel.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.formula.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.graphics.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.image.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.presentation.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.text-web.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.text.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.rn-realmedia-secure.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.rn-realmedia-vbr.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.rn-realmedia.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.scribus.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.stardivision.calc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.stardivision.impress.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.stardivision.writer.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.calc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.draw.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.impress.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.writer.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-wordperfect.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-7z-compressed.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-7zip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-abiword.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-ace.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-applix-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-applix-word.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-archive.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-arj.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bittorrent.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bzip-compressed-tar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bzip-compressed.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bzip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-class-file.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-compress.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-compressed-tar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-cpio-compressed.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-cpio.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-deb.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-designer.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-desktop.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-dvi.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-executable.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-afm.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-bdf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-linux-psf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-pcf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-sunos-news.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-ttf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-glade.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gnome-app-info.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gnome-theme-package.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gnumeric.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gzip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gzpostscript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-jar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-java-archive.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-java.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-killustrator.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-kpresenter.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-kspread.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-kword.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-lha.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-lhz.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-ms-dos-executable.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-php.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-python-bytecode.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-rar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-rpm.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-ruby.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-scribus.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-shellscript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-shockwave-flash.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-stuffit.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-tar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-tarz.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-tex.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-theme.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-zip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-xhtml+xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-zip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-audio.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-bmp.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-gif.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-jpeg.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-png.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-tiff.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-vnd.adobe.photoshop.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-vnd.microsoft.icon.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-cmu-raster.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-portable-bitmap.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-psd.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-xpixmap.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-css.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-html.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-plain.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-vnd.wap.wml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-authors.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c++.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c++hdr.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c++src.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-changelog.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-chdr.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-copying.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-credits.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-csh.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-csharp.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-csrc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-gtkrc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-install.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-java-source.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-java.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-makefile.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-python.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-readme.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-sh.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-source.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-vcalendar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-zsh.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-video-x-ms-asf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-video-x-ms-wmv.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-video.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-x-font-afm.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-x-install.svg +share/icons/matefaenza/mimetypes/scalable/gnome-package.svg +share/icons/matefaenza/mimetypes/scalable/gtk-file.svg +share/icons/matefaenza/mimetypes/scalable/html.svg +share/icons/matefaenza/mimetypes/scalable/image-bmp.svg +share/icons/matefaenza/mimetypes/scalable/image-gif.svg +share/icons/matefaenza/mimetypes/scalable/image-jpeg.svg +share/icons/matefaenza/mimetypes/scalable/image-jpeg2000.svg +share/icons/matefaenza/mimetypes/scalable/image-png.svg +share/icons/matefaenza/mimetypes/scalable/image-svg+xml.svg +share/icons/matefaenza/mimetypes/scalable/image-tiff.svg +share/icons/matefaenza/mimetypes/scalable/image-vnd.microsoft.icon.svg +share/icons/matefaenza/mimetypes/scalable/image-x-eps.svg +share/icons/matefaenza/mimetypes/scalable/image-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/image-x-ico.svg +share/icons/matefaenza/mimetypes/scalable/image-x-icon.svg +share/icons/matefaenza/mimetypes/scalable/image-x-portable-bitmap.svg +share/icons/matefaenza/mimetypes/scalable/image-x-psd.svg +share/icons/matefaenza/mimetypes/scalable/image-x-psdimage-x-psd.svg +share/icons/matefaenza/mimetypes/scalable/image-x-svg+xml.svg +share/icons/matefaenza/mimetypes/scalable/image-x-tga.svg +share/icons/matefaenza/mimetypes/scalable/image-x-win-bitmap.svg +share/icons/matefaenza/mimetypes/scalable/image-x-xcf.svg +share/icons/matefaenza/mimetypes/scalable/image.svg +share/icons/matefaenza/mimetypes/scalable/jpeg.svg +share/icons/matefaenza/mimetypes/scalable/jpg.svg +share/icons/matefaenza/mimetypes/scalable/kpresenter_kpr.svg +share/icons/matefaenza/mimetypes/scalable/media-audio.svg +share/icons/matefaenza/mimetypes/scalable/media-image.svg +share/icons/matefaenza/mimetypes/scalable/media-video.svg +share/icons/matefaenza/mimetypes/scalable/message-rfc822.svg +share/icons/matefaenza/mimetypes/scalable/message.svg +share/icons/matefaenza/mimetypes/scalable/misc.svg +share/icons/matefaenza/mimetypes/scalable/multipart-encrypted.svg +share/icons/matefaenza/mimetypes/scalable/none.svg +share/icons/matefaenza/mimetypes/scalable/office-document.svg +share/icons/matefaenza/mimetypes/scalable/office-illustration.svg +share/icons/matefaenza/mimetypes/scalable/office-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-database.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-drawing.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-extension.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-oasis-database.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-oasis-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/opera-extension.svg +share/icons/matefaenza/mimetypes/scalable/opera-unite-application.svg +share/icons/matefaenza/mimetypes/scalable/opera-widget.svg +share/icons/matefaenza/mimetypes/scalable/package-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/package.svg +share/icons/matefaenza/mimetypes/scalable/package_editors.svg +share/icons/matefaenza/mimetypes/scalable/package_wordprocessing.svg +share/icons/matefaenza/mimetypes/scalable/pdf.svg +share/icons/matefaenza/mimetypes/scalable/phatch-actionlist.svg +share/icons/matefaenza/mimetypes/scalable/playlist-automatic.svg +share/icons/matefaenza/mimetypes/scalable/playlist.svg +share/icons/matefaenza/mimetypes/scalable/rpm.svg +share/icons/matefaenza/mimetypes/scalable/shellscript.svg +share/icons/matefaenza/mimetypes/scalable/sound.svg +share/icons/matefaenza/mimetypes/scalable/source-playlist.svg +share/icons/matefaenza/mimetypes/scalable/source-smart-playlist.svg +share/icons/matefaenza/mimetypes/scalable/spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/stock_addressbook.svg +share/icons/matefaenza/mimetypes/scalable/stock_calendar.svg +share/icons/matefaenza/mimetypes/scalable/stock_script.svg +share/icons/matefaenza/mimetypes/scalable/svg.svg +share/icons/matefaenza/mimetypes/scalable/tar.svg +share/icons/matefaenza/mimetypes/scalable/template_source.svg +share/icons/matefaenza/mimetypes/scalable/text-css.svg +share/icons/matefaenza/mimetypes/scalable/text-enriched.svg +share/icons/matefaenza/mimetypes/scalable/text-html.svg +share/icons/matefaenza/mimetypes/scalable/text-htmlh.svg +share/icons/matefaenza/mimetypes/scalable/text-mht.svg +share/icons/matefaenza/mimetypes/scalable/text-plain.svg +share/icons/matefaenza/mimetypes/scalable/text-richtext.svg +share/icons/matefaenza/mimetypes/scalable/text-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/text-x-authors.svg +share/icons/matefaenza/mimetypes/scalable/text-x-bak.svg +share/icons/matefaenza/mimetypes/scalable/text-x-bibtex.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c++.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c++hdr.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c++src.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c.svg +share/icons/matefaenza/mimetypes/scalable/text-x-changelog.svg +share/icons/matefaenza/mimetypes/scalable/text-x-chdr.svg +share/icons/matefaenza/mimetypes/scalable/text-x-copying.svg +share/icons/matefaenza/mimetypes/scalable/text-x-credits.svg +share/icons/matefaenza/mimetypes/scalable/text-x-csrc.svg +share/icons/matefaenza/mimetypes/scalable/text-x-css.svg +share/icons/matefaenza/mimetypes/scalable/text-x-generic-template.svg +share/icons/matefaenza/mimetypes/scalable/text-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/text-x-install.svg +share/icons/matefaenza/mimetypes/scalable/text-x-java-source.svg +share/icons/matefaenza/mimetypes/scalable/text-x-java.svg +share/icons/matefaenza/mimetypes/scalable/text-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/text-x-makefile.svg +share/icons/matefaenza/mimetypes/scalable/text-x-preview.icon +share/icons/matefaenza/mimetypes/scalable/text-x-preview.svg +share/icons/matefaenza/mimetypes/scalable/text-x-python.svg +share/icons/matefaenza/mimetypes/scalable/text-x-readme.svg +share/icons/matefaenza/mimetypes/scalable/text-x-script.svg +share/icons/matefaenza/mimetypes/scalable/text-x-source.svg +share/icons/matefaenza/mimetypes/scalable/text-x-sql.svg +share/icons/matefaenza/mimetypes/scalable/text-x-tex.svg +share/icons/matefaenza/mimetypes/scalable/text-x-vcard.svg +share/icons/matefaenza/mimetypes/scalable/text-xhtml+xml.svg +share/icons/matefaenza/mimetypes/scalable/text-xml.svg +share/icons/matefaenza/mimetypes/scalable/txt.svg +share/icons/matefaenza/mimetypes/scalable/txt2.svg +share/icons/matefaenza/mimetypes/scalable/unknown.svg +share/icons/matefaenza/mimetypes/scalable/vcalendar.svg +share/icons/matefaenza/mimetypes/scalable/video-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/video.svg +share/icons/matefaenza/mimetypes/scalable/vnd.oasis.opendocument.drawing.svg +share/icons/matefaenza/mimetypes/scalable/wordprocessing.svg +share/icons/matefaenza/mimetypes/scalable/www.svg +share/icons/matefaenza/mimetypes/scalable/x-dia-diagram.svg +share/icons/matefaenza/mimetypes/scalable/x-office-address-book.svg +share/icons/matefaenza/mimetypes/scalable/x-office-document.svg +share/icons/matefaenza/mimetypes/scalable/x-office-drawing.svg +share/icons/matefaenza/mimetypes/scalable/x-office-presentation.svg +share/icons/matefaenza/mimetypes/scalable/x-office-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/zip.svg +share/icons/matefaenza/places/16/application-x-gnome-saved-search.png +share/icons/matefaenza/places/16/bookmark-missing.png +share/icons/matefaenza/places/16/desktop.png +share/icons/matefaenza/places/16/desktop.xpm +share/icons/matefaenza/places/16/emptytrash.png +share/icons/matefaenza/places/16/folder-documents.png +share/icons/matefaenza/places/16/folder-download.png +share/icons/matefaenza/places/16/folder-downloads.png +share/icons/matefaenza/places/16/folder-drag-accept.png +share/icons/matefaenza/places/16/folder-dropbox.png +share/icons/matefaenza/places/16/folder-home.png +share/icons/matefaenza/places/16/folder-images.png +share/icons/matefaenza/places/16/folder-music.png +share/icons/matefaenza/places/16/folder-open.png +share/icons/matefaenza/places/16/folder-pictures.png +share/icons/matefaenza/places/16/folder-publicshare.png +share/icons/matefaenza/places/16/folder-recent.png +share/icons/matefaenza/places/16/folder-remote-ftp.png +share/icons/matefaenza/places/16/folder-remote-nfs.png +share/icons/matefaenza/places/16/folder-remote-smb.png +share/icons/matefaenza/places/16/folder-remote-ssh.png +share/icons/matefaenza/places/16/folder-remote.png +share/icons/matefaenza/places/16/folder-saved-search.png +share/icons/matefaenza/places/16/folder-system.png +share/icons/matefaenza/places/16/folder-templates.png +share/icons/matefaenza/places/16/folder-ubuntu.png +share/icons/matefaenza/places/16/folder-videos.png +share/icons/matefaenza/places/16/folder-wine.png +share/icons/matefaenza/places/16/folder.png +share/icons/matefaenza/places/16/folder_download.png +share/icons/matefaenza/places/16/folder_home.png +share/icons/matefaenza/places/16/folder_images.png +share/icons/matefaenza/places/16/folder_open.png +share/icons/matefaenza/places/16/folder_pictures.png +share/icons/matefaenza/places/16/gnome-fs-blockdev.png +share/icons/matefaenza/places/16/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/16/gnome-fs-bookmark.png +share/icons/matefaenza/places/16/gnome-fs-dav.png +share/icons/matefaenza/places/16/gnome-fs-desktop.png +share/icons/matefaenza/places/16/gnome-fs-directory-accept.png +share/icons/matefaenza/places/16/gnome-fs-directory.png +share/icons/matefaenza/places/16/gnome-fs-ftp.png +share/icons/matefaenza/places/16/gnome-fs-home.png +share/icons/matefaenza/places/16/gnome-fs-network.png +share/icons/matefaenza/places/16/gnome-fs-nfs.png +share/icons/matefaenza/places/16/gnome-fs-server.png +share/icons/matefaenza/places/16/gnome-fs-share.png +share/icons/matefaenza/places/16/gnome-fs-smb.png +share/icons/matefaenza/places/16/gnome-fs-ssh.png +share/icons/matefaenza/places/16/gnome-fs-trash-empty.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/16/gnome-stock-trash.png +share/icons/matefaenza/places/16/gtk-directory.png +share/icons/matefaenza/places/16/gtk-network.png +share/icons/matefaenza/places/16/inode-directory.png +share/icons/matefaenza/places/16/network-server.png +share/icons/matefaenza/places/16/network-workgroup.png +share/icons/matefaenza/places/16/network.png +share/icons/matefaenza/places/16/network_local.png +share/icons/matefaenza/places/16/redhat-network-server.png +share/icons/matefaenza/places/16/server.png +share/icons/matefaenza/places/16/stock_bookmark.png +share/icons/matefaenza/places/16/stock_folder.png +share/icons/matefaenza/places/16/stock_open.png +share/icons/matefaenza/places/16/trashcan_empty.png +share/icons/matefaenza/places/16/user-bookmarks.png +share/icons/matefaenza/places/16/user-desktop.png +share/icons/matefaenza/places/16/user-home.png +share/icons/matefaenza/places/16/user-images.png +share/icons/matefaenza/places/16/user-pictures.png +share/icons/matefaenza/places/16/user-share.png +share/icons/matefaenza/places/16/user-trash.png +share/icons/matefaenza/places/16/xfce-trash_empty.png +share/icons/matefaenza/places/22/application-x-gnome-saved-search.png +share/icons/matefaenza/places/22/archlinux-logo.png +share/icons/matefaenza/places/22/bookmark-missing.png +share/icons/matefaenza/places/22/debian-logo.png +share/icons/matefaenza/places/22/desktop.png +share/icons/matefaenza/places/22/desktop.xpm +share/icons/matefaenza/places/22/distributor-logo-archlinux.png +share/icons/matefaenza/places/22/distributor-logo-debian.png +share/icons/matefaenza/places/22/distributor-logo-descent.png +share/icons/matefaenza/places/22/distributor-logo-fedora.png +share/icons/matefaenza/places/22/distributor-logo-frugalware.png +share/icons/matefaenza/places/22/distributor-logo-gentoo.png +share/icons/matefaenza/places/22/distributor-logo-linux-mint.png +share/icons/matefaenza/places/22/distributor-logo-mandriva.png +share/icons/matefaenza/places/22/distributor-logo-mate.png +share/icons/matefaenza/places/22/distributor-logo-opensuse.png +share/icons/matefaenza/places/22/distributor-logo-slackware.png +share/icons/matefaenza/places/22/distributor-logo-ubuntu.png +share/icons/matefaenza/places/22/distributor-logo.png +share/icons/matefaenza/places/22/emptytrash.png +share/icons/matefaenza/places/22/fedora-logo-icon.png +share/icons/matefaenza/places/22/fedora-logo.png +share/icons/matefaenza/places/22/folder-documents.png +share/icons/matefaenza/places/22/folder-download.png +share/icons/matefaenza/places/22/folder-downloads.png +share/icons/matefaenza/places/22/folder-drag-accept.png +share/icons/matefaenza/places/22/folder-dropbox.png +share/icons/matefaenza/places/22/folder-home.png +share/icons/matefaenza/places/22/folder-images.png +share/icons/matefaenza/places/22/folder-music.png +share/icons/matefaenza/places/22/folder-open.png +share/icons/matefaenza/places/22/folder-pictures.png +share/icons/matefaenza/places/22/folder-publicshare.png +share/icons/matefaenza/places/22/folder-recent.png +share/icons/matefaenza/places/22/folder-remote-ftp.png +share/icons/matefaenza/places/22/folder-remote-nfs.png +share/icons/matefaenza/places/22/folder-remote-smb.png +share/icons/matefaenza/places/22/folder-remote-ssh.png +share/icons/matefaenza/places/22/folder-remote.png +share/icons/matefaenza/places/22/folder-saved-search.png +share/icons/matefaenza/places/22/folder-system.png +share/icons/matefaenza/places/22/folder-templates.png +share/icons/matefaenza/places/22/folder-ubuntu.png +share/icons/matefaenza/places/22/folder-videos.png +share/icons/matefaenza/places/22/folder-wine.png +share/icons/matefaenza/places/22/folder.png +share/icons/matefaenza/places/22/folder_download.png +share/icons/matefaenza/places/22/folder_home.png +share/icons/matefaenza/places/22/folder_images.png +share/icons/matefaenza/places/22/folder_open.png +share/icons/matefaenza/places/22/folder_pictures.png +share/icons/matefaenza/places/22/frugalware-logo.png +share/icons/matefaenza/places/22/gnome-fs-blockdev.png +share/icons/matefaenza/places/22/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/22/gnome-fs-bookmark.png +share/icons/matefaenza/places/22/gnome-fs-dav.png +share/icons/matefaenza/places/22/gnome-fs-desktop.png +share/icons/matefaenza/places/22/gnome-fs-directory-accept.png +share/icons/matefaenza/places/22/gnome-fs-directory.png +share/icons/matefaenza/places/22/gnome-fs-ftp.png +share/icons/matefaenza/places/22/gnome-fs-home.png +share/icons/matefaenza/places/22/gnome-fs-network.png +share/icons/matefaenza/places/22/gnome-fs-nfs.png +share/icons/matefaenza/places/22/gnome-fs-server.png +share/icons/matefaenza/places/22/gnome-fs-share.png +share/icons/matefaenza/places/22/gnome-fs-smb.png +share/icons/matefaenza/places/22/gnome-fs-ssh.png +share/icons/matefaenza/places/22/gnome-fs-trash-empty.png +share/icons/matefaenza/places/22/gnome-main-menu.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/22/gnome-stock-trash.png +share/icons/matefaenza/places/22/gtk-directory.png +share/icons/matefaenza/places/22/gtk-network.png +share/icons/matefaenza/places/22/inode-directory.png +share/icons/matefaenza/places/22/mandriva-logo.png +share/icons/matefaenza/places/22/network-server.png +share/icons/matefaenza/places/22/network-workgroup.png +share/icons/matefaenza/places/22/network.png +share/icons/matefaenza/places/22/network_local.png +share/icons/matefaenza/places/22/novell-button.png +share/icons/matefaenza/places/22/opensuse-logo.png +share/icons/matefaenza/places/22/redhat-network-server.png +share/icons/matefaenza/places/22/server.png +share/icons/matefaenza/places/22/start-here-archlinux.png +share/icons/matefaenza/places/22/start-here-debian.png +share/icons/matefaenza/places/22/start-here-descent.png +share/icons/matefaenza/places/22/start-here-fedora.png +share/icons/matefaenza/places/22/start-here-frugalware.png +share/icons/matefaenza/places/22/start-here-gentoo.png +share/icons/matefaenza/places/22/start-here-gnome.png +share/icons/matefaenza/places/22/start-here-linux-mint.png +share/icons/matefaenza/places/22/start-here-mandriva.png +share/icons/matefaenza/places/22/start-here-mate.png +share/icons/matefaenza/places/22/start-here-opensuse.png +share/icons/matefaenza/places/22/start-here-slackware.png +share/icons/matefaenza/places/22/start-here-ubuntu.png +share/icons/matefaenza/places/22/start-here.png +share/icons/matefaenza/places/22/stock_bookmark.png +share/icons/matefaenza/places/22/stock_folder.png +share/icons/matefaenza/places/22/stock_open.png +share/icons/matefaenza/places/22/trashcan_empty.png +share/icons/matefaenza/places/22/ubuntu-logo.png +share/icons/matefaenza/places/22/user-bookmarks.png +share/icons/matefaenza/places/22/user-desktop.png +share/icons/matefaenza/places/22/user-home.png +share/icons/matefaenza/places/22/user-images.png +share/icons/matefaenza/places/22/user-pictures.png +share/icons/matefaenza/places/22/user-share.png +share/icons/matefaenza/places/22/user-trash.png +share/icons/matefaenza/places/22/xfce-trash_empty.png +share/icons/matefaenza/places/24/application-x-gnome-saved-search.png +share/icons/matefaenza/places/24/archlinux-logo.png +share/icons/matefaenza/places/24/bookmark-missing.png +share/icons/matefaenza/places/24/debian-logo.png +share/icons/matefaenza/places/24/desktop.png +share/icons/matefaenza/places/24/desktop.xpm +share/icons/matefaenza/places/24/distributor-logo-archlinux.png +share/icons/matefaenza/places/24/distributor-logo-debian.png +share/icons/matefaenza/places/24/distributor-logo-descent.png +share/icons/matefaenza/places/24/distributor-logo-fedora.png +share/icons/matefaenza/places/24/distributor-logo-frugalware.png +share/icons/matefaenza/places/24/distributor-logo-gentoo.png +share/icons/matefaenza/places/24/distributor-logo-linux-mint.png +share/icons/matefaenza/places/24/distributor-logo-mandriva.png +share/icons/matefaenza/places/24/distributor-logo-mate.png +share/icons/matefaenza/places/24/distributor-logo-opensuse.png +share/icons/matefaenza/places/24/distributor-logo-slackware.png +share/icons/matefaenza/places/24/distributor-logo-ubuntu.png +share/icons/matefaenza/places/24/distributor-logo.png +share/icons/matefaenza/places/24/emptytrash.png +share/icons/matefaenza/places/24/fedora-logo-icon.png +share/icons/matefaenza/places/24/fedora-logo.png +share/icons/matefaenza/places/24/folder-documents.png +share/icons/matefaenza/places/24/folder-download.png +share/icons/matefaenza/places/24/folder-downloads.png +share/icons/matefaenza/places/24/folder-drag-accept.png +share/icons/matefaenza/places/24/folder-dropbox.png +share/icons/matefaenza/places/24/folder-home.png +share/icons/matefaenza/places/24/folder-images.png +share/icons/matefaenza/places/24/folder-music.png +share/icons/matefaenza/places/24/folder-open.png +share/icons/matefaenza/places/24/folder-pictures.png +share/icons/matefaenza/places/24/folder-publicshare.png +share/icons/matefaenza/places/24/folder-recent.png +share/icons/matefaenza/places/24/folder-remote-ftp.png +share/icons/matefaenza/places/24/folder-remote-nfs.png +share/icons/matefaenza/places/24/folder-remote-smb.png +share/icons/matefaenza/places/24/folder-remote-ssh.png +share/icons/matefaenza/places/24/folder-remote.png +share/icons/matefaenza/places/24/folder-saved-search.png +share/icons/matefaenza/places/24/folder-system.png +share/icons/matefaenza/places/24/folder-templates.png +share/icons/matefaenza/places/24/folder-ubuntu.png +share/icons/matefaenza/places/24/folder-videos.png +share/icons/matefaenza/places/24/folder-wine.png +share/icons/matefaenza/places/24/folder.png +share/icons/matefaenza/places/24/folder_download.png +share/icons/matefaenza/places/24/folder_home.png +share/icons/matefaenza/places/24/folder_images.png +share/icons/matefaenza/places/24/folder_open.png +share/icons/matefaenza/places/24/folder_pictures.png +share/icons/matefaenza/places/24/frugalware-logo.png +share/icons/matefaenza/places/24/gnome-fs-blockdev.png +share/icons/matefaenza/places/24/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/24/gnome-fs-bookmark.png +share/icons/matefaenza/places/24/gnome-fs-dav.png +share/icons/matefaenza/places/24/gnome-fs-desktop.png +share/icons/matefaenza/places/24/gnome-fs-directory-accept.png +share/icons/matefaenza/places/24/gnome-fs-directory.png +share/icons/matefaenza/places/24/gnome-fs-ftp.png +share/icons/matefaenza/places/24/gnome-fs-home.png +share/icons/matefaenza/places/24/gnome-fs-network.png +share/icons/matefaenza/places/24/gnome-fs-nfs.png +share/icons/matefaenza/places/24/gnome-fs-server.png +share/icons/matefaenza/places/24/gnome-fs-share.png +share/icons/matefaenza/places/24/gnome-fs-smb.png +share/icons/matefaenza/places/24/gnome-fs-ssh.png +share/icons/matefaenza/places/24/gnome-fs-trash-empty.png +share/icons/matefaenza/places/24/gnome-main-menu.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/24/gnome-stock-trash.png +share/icons/matefaenza/places/24/gtk-directory.png +share/icons/matefaenza/places/24/gtk-network.png +share/icons/matefaenza/places/24/inode-directory.png +share/icons/matefaenza/places/24/mandriva-logo.png +share/icons/matefaenza/places/24/network-server.png +share/icons/matefaenza/places/24/network-workgroup.png +share/icons/matefaenza/places/24/network.png +share/icons/matefaenza/places/24/network_local.png +share/icons/matefaenza/places/24/novell-button.png +share/icons/matefaenza/places/24/opensuse-logo.png +share/icons/matefaenza/places/24/redhat-network-server.png +share/icons/matefaenza/places/24/server.png +share/icons/matefaenza/places/24/start-here-archlinux.png +share/icons/matefaenza/places/24/start-here-debian.png +share/icons/matefaenza/places/24/start-here-descent.png +share/icons/matefaenza/places/24/start-here-fedora.png +share/icons/matefaenza/places/24/start-here-frugalware.png +share/icons/matefaenza/places/24/start-here-gentoo.png +share/icons/matefaenza/places/24/start-here-gnome.png +share/icons/matefaenza/places/24/start-here-linux-mint.png +share/icons/matefaenza/places/24/start-here-mandriva.png +share/icons/matefaenza/places/24/start-here-mate.png +share/icons/matefaenza/places/24/start-here-opensuse.png +share/icons/matefaenza/places/24/start-here-slackware.png +share/icons/matefaenza/places/24/start-here-ubuntu.png +share/icons/matefaenza/places/24/start-here.png +share/icons/matefaenza/places/24/stock_bookmark.png +share/icons/matefaenza/places/24/stock_folder.png +share/icons/matefaenza/places/24/stock_open.png +share/icons/matefaenza/places/24/trashcan_empty.png +share/icons/matefaenza/places/24/ubuntu-logo.png +share/icons/matefaenza/places/24/user-bookmarks.png +share/icons/matefaenza/places/24/user-desktop.png +share/icons/matefaenza/places/24/user-home.png +share/icons/matefaenza/places/24/user-images.png +share/icons/matefaenza/places/24/user-pictures.png +share/icons/matefaenza/places/24/user-share.png +share/icons/matefaenza/places/24/user-trash.png +share/icons/matefaenza/places/24/xfce-trash_empty.png +share/icons/matefaenza/places/32/application-x-gnome-saved-search.png +share/icons/matefaenza/places/32/archlinux-logo.png +share/icons/matefaenza/places/32/bookmark-missing.png +share/icons/matefaenza/places/32/debian-logo.png +share/icons/matefaenza/places/32/desktop.png +share/icons/matefaenza/places/32/desktop.xpm +share/icons/matefaenza/places/32/distributor-logo-archlinux.png +share/icons/matefaenza/places/32/distributor-logo-debian.png +share/icons/matefaenza/places/32/distributor-logo-descent.png +share/icons/matefaenza/places/32/distributor-logo-fedora.png +share/icons/matefaenza/places/32/distributor-logo-frugalware.png +share/icons/matefaenza/places/32/distributor-logo-gentoo.png +share/icons/matefaenza/places/32/distributor-logo-linux-mint.png +share/icons/matefaenza/places/32/distributor-logo-mandriva.png +share/icons/matefaenza/places/32/distributor-logo-mate.png +share/icons/matefaenza/places/32/distributor-logo-opensuse.png +share/icons/matefaenza/places/32/distributor-logo-slackware.png +share/icons/matefaenza/places/32/distributor-logo-ubuntu.png +share/icons/matefaenza/places/32/distributor-logo.png +share/icons/matefaenza/places/32/emptytrash.png +share/icons/matefaenza/places/32/fedora-logo-icon.png +share/icons/matefaenza/places/32/fedora-logo.png +share/icons/matefaenza/places/32/folder-documents.png +share/icons/matefaenza/places/32/folder-download.png +share/icons/matefaenza/places/32/folder-downloads.png +share/icons/matefaenza/places/32/folder-drag-accept.png +share/icons/matefaenza/places/32/folder-dropbox.png +share/icons/matefaenza/places/32/folder-home.png +share/icons/matefaenza/places/32/folder-images.png +share/icons/matefaenza/places/32/folder-music.png +share/icons/matefaenza/places/32/folder-open.png +share/icons/matefaenza/places/32/folder-pictures.png +share/icons/matefaenza/places/32/folder-publicshare.png +share/icons/matefaenza/places/32/folder-recent.png +share/icons/matefaenza/places/32/folder-remote-ftp.png +share/icons/matefaenza/places/32/folder-remote-nfs.png +share/icons/matefaenza/places/32/folder-remote-smb.png +share/icons/matefaenza/places/32/folder-remote-ssh.png +share/icons/matefaenza/places/32/folder-remote.png +share/icons/matefaenza/places/32/folder-saved-search.png +share/icons/matefaenza/places/32/folder-system.png +share/icons/matefaenza/places/32/folder-templates.png +share/icons/matefaenza/places/32/folder-ubuntu.png +share/icons/matefaenza/places/32/folder-videos.png +share/icons/matefaenza/places/32/folder-wine.png +share/icons/matefaenza/places/32/folder.png +share/icons/matefaenza/places/32/folder_download.png +share/icons/matefaenza/places/32/folder_home.png +share/icons/matefaenza/places/32/folder_images.png +share/icons/matefaenza/places/32/folder_open.png +share/icons/matefaenza/places/32/folder_pictures.png +share/icons/matefaenza/places/32/frugalware-logo.png +share/icons/matefaenza/places/32/gnome-fs-blockdev.png +share/icons/matefaenza/places/32/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/32/gnome-fs-bookmark.png +share/icons/matefaenza/places/32/gnome-fs-dav.png +share/icons/matefaenza/places/32/gnome-fs-desktop.png +share/icons/matefaenza/places/32/gnome-fs-directory-accept.png +share/icons/matefaenza/places/32/gnome-fs-directory.png +share/icons/matefaenza/places/32/gnome-fs-ftp.png +share/icons/matefaenza/places/32/gnome-fs-home.png +share/icons/matefaenza/places/32/gnome-fs-network.png +share/icons/matefaenza/places/32/gnome-fs-nfs.png +share/icons/matefaenza/places/32/gnome-fs-server.png +share/icons/matefaenza/places/32/gnome-fs-share.png +share/icons/matefaenza/places/32/gnome-fs-smb.png +share/icons/matefaenza/places/32/gnome-fs-ssh.png +share/icons/matefaenza/places/32/gnome-fs-trash-empty.png +share/icons/matefaenza/places/32/gnome-main-menu.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/32/gnome-stock-trash.png +share/icons/matefaenza/places/32/gtk-directory.png +share/icons/matefaenza/places/32/gtk-network.png +share/icons/matefaenza/places/32/inode-directory.png +share/icons/matefaenza/places/32/mandriva-logo.png +share/icons/matefaenza/places/32/network-server.png +share/icons/matefaenza/places/32/network-workgroup.png +share/icons/matefaenza/places/32/network.png +share/icons/matefaenza/places/32/network_local.png +share/icons/matefaenza/places/32/novell-button.png +share/icons/matefaenza/places/32/opensuse-logo.png +share/icons/matefaenza/places/32/redhat-network-server.png +share/icons/matefaenza/places/32/server.png +share/icons/matefaenza/places/32/start-here-archlinux.png +share/icons/matefaenza/places/32/start-here-debian.png +share/icons/matefaenza/places/32/start-here-fedora.png +share/icons/matefaenza/places/32/start-here-frugalware.png +share/icons/matefaenza/places/32/start-here-gentoo.png +share/icons/matefaenza/places/32/start-here-gnome.png +share/icons/matefaenza/places/32/start-here-linux-mint.png +share/icons/matefaenza/places/32/start-here-mandriva.png +share/icons/matefaenza/places/32/start-here-mate.png +share/icons/matefaenza/places/32/start-here-opensuse.png +share/icons/matefaenza/places/32/start-here-slackware.png +share/icons/matefaenza/places/32/start-here-ubuntu.png +share/icons/matefaenza/places/32/start-here.png +share/icons/matefaenza/places/32/stock_bookmark.png +share/icons/matefaenza/places/32/stock_folder.png +share/icons/matefaenza/places/32/stock_open.png +share/icons/matefaenza/places/32/trashcan_empty.png +share/icons/matefaenza/places/32/ubuntu-logo.png +share/icons/matefaenza/places/32/user-bookmarks.png +share/icons/matefaenza/places/32/user-desktop.png +share/icons/matefaenza/places/32/user-home.png +share/icons/matefaenza/places/32/user-images.png +share/icons/matefaenza/places/32/user-pictures.png +share/icons/matefaenza/places/32/user-share.png +share/icons/matefaenza/places/32/user-trash.png +share/icons/matefaenza/places/32/xfce-trash_empty.png +share/icons/matefaenza/places/48/application-x-gnome-saved-search.png +share/icons/matefaenza/places/48/archlinux-logo.png +share/icons/matefaenza/places/48/bookmark-missing.png +share/icons/matefaenza/places/48/debian-logo.png +share/icons/matefaenza/places/48/desktop.png +share/icons/matefaenza/places/48/desktop.xpm +share/icons/matefaenza/places/48/distributor-logo-archlinux.png +share/icons/matefaenza/places/48/distributor-logo-debian.png +share/icons/matefaenza/places/48/distributor-logo-descent.png +share/icons/matefaenza/places/48/distributor-logo-fedora.png +share/icons/matefaenza/places/48/distributor-logo-frugalware.png +share/icons/matefaenza/places/48/distributor-logo-gentoo.png +share/icons/matefaenza/places/48/distributor-logo-linux-mint.png +share/icons/matefaenza/places/48/distributor-logo-mandriva.png +share/icons/matefaenza/places/48/distributor-logo-mate.png +share/icons/matefaenza/places/48/distributor-logo-opensuse.png +share/icons/matefaenza/places/48/distributor-logo-slackware.png +share/icons/matefaenza/places/48/distributor-logo-ubuntu.png +share/icons/matefaenza/places/48/distributor-logo.png +share/icons/matefaenza/places/48/emptytrash.png +share/icons/matefaenza/places/48/fedora-logo-icon.png +share/icons/matefaenza/places/48/fedora-logo.png +share/icons/matefaenza/places/48/folder-documents.png +share/icons/matefaenza/places/48/folder-download.png +share/icons/matefaenza/places/48/folder-downloads.png +share/icons/matefaenza/places/48/folder-drag-accept.png +share/icons/matefaenza/places/48/folder-dropbox.png +share/icons/matefaenza/places/48/folder-home.png +share/icons/matefaenza/places/48/folder-images.png +share/icons/matefaenza/places/48/folder-music.png +share/icons/matefaenza/places/48/folder-open.png +share/icons/matefaenza/places/48/folder-pictures.png +share/icons/matefaenza/places/48/folder-publicshare.png +share/icons/matefaenza/places/48/folder-recent.png +share/icons/matefaenza/places/48/folder-remote-ftp.png +share/icons/matefaenza/places/48/folder-remote-nfs.png +share/icons/matefaenza/places/48/folder-remote-smb.png +share/icons/matefaenza/places/48/folder-remote-ssh.png +share/icons/matefaenza/places/48/folder-remote.png +share/icons/matefaenza/places/48/folder-saved-search.png +share/icons/matefaenza/places/48/folder-system.png +share/icons/matefaenza/places/48/folder-templates.png +share/icons/matefaenza/places/48/folder-ubuntu.png +share/icons/matefaenza/places/48/folder-videos.png +share/icons/matefaenza/places/48/folder-wine.png +share/icons/matefaenza/places/48/folder.png +share/icons/matefaenza/places/48/folder_download.png +share/icons/matefaenza/places/48/folder_home.png +share/icons/matefaenza/places/48/folder_images.png +share/icons/matefaenza/places/48/folder_open.png +share/icons/matefaenza/places/48/folder_pictures.png +share/icons/matefaenza/places/48/frugalware-logo.png +share/icons/matefaenza/places/48/gnome-fs-blockdev.png +share/icons/matefaenza/places/48/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/48/gnome-fs-bookmark.png +share/icons/matefaenza/places/48/gnome-fs-dav.png +share/icons/matefaenza/places/48/gnome-fs-desktop.png +share/icons/matefaenza/places/48/gnome-fs-directory-accept.png +share/icons/matefaenza/places/48/gnome-fs-directory.png +share/icons/matefaenza/places/48/gnome-fs-ftp.png +share/icons/matefaenza/places/48/gnome-fs-home.png +share/icons/matefaenza/places/48/gnome-fs-network.png +share/icons/matefaenza/places/48/gnome-fs-nfs.png +share/icons/matefaenza/places/48/gnome-fs-server.png +share/icons/matefaenza/places/48/gnome-fs-share.png +share/icons/matefaenza/places/48/gnome-fs-smb.png +share/icons/matefaenza/places/48/gnome-fs-ssh.png +share/icons/matefaenza/places/48/gnome-fs-trash-empty.png +share/icons/matefaenza/places/48/gnome-main-menu.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/48/gnome-stock-trash.png +share/icons/matefaenza/places/48/gtk-directory.png +share/icons/matefaenza/places/48/gtk-network.png +share/icons/matefaenza/places/48/inode-directory.png +share/icons/matefaenza/places/48/mandriva-logo.png +share/icons/matefaenza/places/48/network-server.png +share/icons/matefaenza/places/48/network-workgroup.png +share/icons/matefaenza/places/48/network.png +share/icons/matefaenza/places/48/network_local.png +share/icons/matefaenza/places/48/novell-button.png +share/icons/matefaenza/places/48/opensuse-logo.png +share/icons/matefaenza/places/48/redhat-network-server.png +share/icons/matefaenza/places/48/server.png +share/icons/matefaenza/places/48/start-here-archlinux.png +share/icons/matefaenza/places/48/start-here-debian.png +share/icons/matefaenza/places/48/start-here-fedora.png +share/icons/matefaenza/places/48/start-here-frugalware.png +share/icons/matefaenza/places/48/start-here-gentoo.png +share/icons/matefaenza/places/48/start-here-gnome.png +share/icons/matefaenza/places/48/start-here-linux-mint.png +share/icons/matefaenza/places/48/start-here-mandriva.png +share/icons/matefaenza/places/48/start-here-mate.png +share/icons/matefaenza/places/48/start-here-opensuse.png +share/icons/matefaenza/places/48/start-here-slackware.png +share/icons/matefaenza/places/48/start-here-ubuntu.png +share/icons/matefaenza/places/48/start-here.png +share/icons/matefaenza/places/48/stock_bookmark.png +share/icons/matefaenza/places/48/stock_folder.png +share/icons/matefaenza/places/48/stock_open.png +share/icons/matefaenza/places/48/trashcan_empty.png +share/icons/matefaenza/places/48/ubuntu-logo.png +share/icons/matefaenza/places/48/user-bookmarks.png +share/icons/matefaenza/places/48/user-desktop.png +share/icons/matefaenza/places/48/user-home.png +share/icons/matefaenza/places/48/user-images.png +share/icons/matefaenza/places/48/user-pictures.png +share/icons/matefaenza/places/48/user-share.png +share/icons/matefaenza/places/48/user-trash.png +share/icons/matefaenza/places/48/xfce-trash_empty.png +share/icons/matefaenza/places/64/application-x-gnome-saved-search.png +share/icons/matefaenza/places/64/archlinux-logo.png +share/icons/matefaenza/places/64/bookmark-missing.png +share/icons/matefaenza/places/64/debian-logo.png +share/icons/matefaenza/places/64/desktop.png +share/icons/matefaenza/places/64/distributor-logo-archlinux.png +share/icons/matefaenza/places/64/distributor-logo-debian.png +share/icons/matefaenza/places/64/distributor-logo-descent.png +share/icons/matefaenza/places/64/distributor-logo-fedora.png +share/icons/matefaenza/places/64/distributor-logo-frugalware.png +share/icons/matefaenza/places/64/distributor-logo-gentoo.png +share/icons/matefaenza/places/64/distributor-logo-linux-mint.png +share/icons/matefaenza/places/64/distributor-logo-mandriva.png +share/icons/matefaenza/places/64/distributor-logo-mate.png +share/icons/matefaenza/places/64/distributor-logo-opensuse.png +share/icons/matefaenza/places/64/distributor-logo-slackware.png +share/icons/matefaenza/places/64/distributor-logo-ubuntu.png +share/icons/matefaenza/places/64/distributor-logo.png +share/icons/matefaenza/places/64/emptytrash.png +share/icons/matefaenza/places/64/fedora-logo-icon.png +share/icons/matefaenza/places/64/fedora-logo.png +share/icons/matefaenza/places/64/folder-documents.png +share/icons/matefaenza/places/64/folder-download.png +share/icons/matefaenza/places/64/folder-downloads.png +share/icons/matefaenza/places/64/folder-drag-accept.png +share/icons/matefaenza/places/64/folder-dropbox.png +share/icons/matefaenza/places/64/folder-home.png +share/icons/matefaenza/places/64/folder-images.png +share/icons/matefaenza/places/64/folder-music.png +share/icons/matefaenza/places/64/folder-open.png +share/icons/matefaenza/places/64/folder-pictures.png +share/icons/matefaenza/places/64/folder-publicshare.png +share/icons/matefaenza/places/64/folder-recent.png +share/icons/matefaenza/places/64/folder-remote-ftp.png +share/icons/matefaenza/places/64/folder-remote-nfs.png +share/icons/matefaenza/places/64/folder-remote-smb.png +share/icons/matefaenza/places/64/folder-remote-ssh.png +share/icons/matefaenza/places/64/folder-remote.png +share/icons/matefaenza/places/64/folder-saved-search.png +share/icons/matefaenza/places/64/folder-system.png +share/icons/matefaenza/places/64/folder-templates.png +share/icons/matefaenza/places/64/folder-ubuntu.png +share/icons/matefaenza/places/64/folder-videos.png +share/icons/matefaenza/places/64/folder-wine.png +share/icons/matefaenza/places/64/folder.png +share/icons/matefaenza/places/64/folder_download.png +share/icons/matefaenza/places/64/folder_home.png +share/icons/matefaenza/places/64/folder_images.png +share/icons/matefaenza/places/64/folder_open.png +share/icons/matefaenza/places/64/folder_pictures.png +share/icons/matefaenza/places/64/frugalware-logo.png +share/icons/matefaenza/places/64/gnome-fs-blockdev.png +share/icons/matefaenza/places/64/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/64/gnome-fs-bookmark.png +share/icons/matefaenza/places/64/gnome-fs-dav.png +share/icons/matefaenza/places/64/gnome-fs-desktop.png +share/icons/matefaenza/places/64/gnome-fs-directory-accept.png +share/icons/matefaenza/places/64/gnome-fs-directory.png +share/icons/matefaenza/places/64/gnome-fs-ftp.png +share/icons/matefaenza/places/64/gnome-fs-home.png +share/icons/matefaenza/places/64/gnome-fs-network.png +share/icons/matefaenza/places/64/gnome-fs-nfs.png +share/icons/matefaenza/places/64/gnome-fs-server.png +share/icons/matefaenza/places/64/gnome-fs-share.png +share/icons/matefaenza/places/64/gnome-fs-smb.png +share/icons/matefaenza/places/64/gnome-fs-ssh.png +share/icons/matefaenza/places/64/gnome-fs-trash-empty.png +share/icons/matefaenza/places/64/gnome-main-menu.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/64/gnome-stock-trash.png +share/icons/matefaenza/places/64/gtk-directory.png +share/icons/matefaenza/places/64/gtk-network.png +share/icons/matefaenza/places/64/inode-directory.png +share/icons/matefaenza/places/64/mandriva-logo.png +share/icons/matefaenza/places/64/network-server.png +share/icons/matefaenza/places/64/network-workgroup.png +share/icons/matefaenza/places/64/network.png +share/icons/matefaenza/places/64/network_local.png +share/icons/matefaenza/places/64/novell-button.png +share/icons/matefaenza/places/64/opensuse-logo.png +share/icons/matefaenza/places/64/redhat-network-server.png +share/icons/matefaenza/places/64/server.png +share/icons/matefaenza/places/64/start-here-archlinux.png +share/icons/matefaenza/places/64/start-here-debian.png +share/icons/matefaenza/places/64/start-here-fedora.png +share/icons/matefaenza/places/64/start-here-frugalware.png +share/icons/matefaenza/places/64/start-here-gentoo.png +share/icons/matefaenza/places/64/start-here-gnome.png +share/icons/matefaenza/places/64/start-here-linux-mint.png +share/icons/matefaenza/places/64/start-here-mandriva.png +share/icons/matefaenza/places/64/start-here-mate.png +share/icons/matefaenza/places/64/start-here-opensuse.png +share/icons/matefaenza/places/64/start-here-slackware.png +share/icons/matefaenza/places/64/start-here-ubuntu.png +share/icons/matefaenza/places/64/start-here.png +share/icons/matefaenza/places/64/stock_bookmark.png +share/icons/matefaenza/places/64/stock_folder.png +share/icons/matefaenza/places/64/stock_open.png +share/icons/matefaenza/places/64/trashcan_empty.png +share/icons/matefaenza/places/64/ubuntu-logo.png +share/icons/matefaenza/places/64/user-bookmarks.png +share/icons/matefaenza/places/64/user-desktop.png +share/icons/matefaenza/places/64/user-home.png +share/icons/matefaenza/places/64/user-images.png +share/icons/matefaenza/places/64/user-pictures.png +share/icons/matefaenza/places/64/user-share.png +share/icons/matefaenza/places/64/user-trash.png +share/icons/matefaenza/places/64/xfce-trash_empty.png +share/icons/matefaenza/places/96/application-x-gnome-saved-search.png +share/icons/matefaenza/places/96/archlinux-logo.png +share/icons/matefaenza/places/96/bookmark-missing.png +share/icons/matefaenza/places/96/debian-logo.png +share/icons/matefaenza/places/96/desktop.png +share/icons/matefaenza/places/96/distributor-logo-archlinux.png +share/icons/matefaenza/places/96/distributor-logo-debian.png +share/icons/matefaenza/places/96/distributor-logo-descent.png +share/icons/matefaenza/places/96/distributor-logo-fedora.png +share/icons/matefaenza/places/96/distributor-logo-frugalware.png +share/icons/matefaenza/places/96/distributor-logo-gentoo.png +share/icons/matefaenza/places/96/distributor-logo-linux-mint.png +share/icons/matefaenza/places/96/distributor-logo-mandriva.png +share/icons/matefaenza/places/96/distributor-logo-mate.png +share/icons/matefaenza/places/96/distributor-logo-opensuse.png +share/icons/matefaenza/places/96/distributor-logo-slackware.png +share/icons/matefaenza/places/96/distributor-logo-ubuntu.png +share/icons/matefaenza/places/96/distributor-logo.png +share/icons/matefaenza/places/96/emptytrash.png +share/icons/matefaenza/places/96/fedora-logo-icon.png +share/icons/matefaenza/places/96/fedora-logo.png +share/icons/matefaenza/places/96/folder-documents.png +share/icons/matefaenza/places/96/folder-download.png +share/icons/matefaenza/places/96/folder-downloads.png +share/icons/matefaenza/places/96/folder-drag-accept.png +share/icons/matefaenza/places/96/folder-dropbox.png +share/icons/matefaenza/places/96/folder-home.png +share/icons/matefaenza/places/96/folder-images.png +share/icons/matefaenza/places/96/folder-music.png +share/icons/matefaenza/places/96/folder-open.png +share/icons/matefaenza/places/96/folder-pictures.png +share/icons/matefaenza/places/96/folder-publicshare.png +share/icons/matefaenza/places/96/folder-recent.png +share/icons/matefaenza/places/96/folder-remote-ftp.png +share/icons/matefaenza/places/96/folder-remote-nfs.png +share/icons/matefaenza/places/96/folder-remote-smb.png +share/icons/matefaenza/places/96/folder-remote-ssh.png +share/icons/matefaenza/places/96/folder-remote.png +share/icons/matefaenza/places/96/folder-saved-search.png +share/icons/matefaenza/places/96/folder-system.png +share/icons/matefaenza/places/96/folder-templates.png +share/icons/matefaenza/places/96/folder-ubuntu.png +share/icons/matefaenza/places/96/folder-videos.png +share/icons/matefaenza/places/96/folder-wine.png +share/icons/matefaenza/places/96/folder.png +share/icons/matefaenza/places/96/folder_download.png +share/icons/matefaenza/places/96/folder_home.png +share/icons/matefaenza/places/96/folder_images.png +share/icons/matefaenza/places/96/folder_open.png +share/icons/matefaenza/places/96/folder_pictures.png +share/icons/matefaenza/places/96/frugalware-logo.png +share/icons/matefaenza/places/96/gnome-fs-blockdev.png +share/icons/matefaenza/places/96/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/96/gnome-fs-bookmark.png +share/icons/matefaenza/places/96/gnome-fs-dav.png +share/icons/matefaenza/places/96/gnome-fs-desktop.png +share/icons/matefaenza/places/96/gnome-fs-directory-accept.png +share/icons/matefaenza/places/96/gnome-fs-directory.png +share/icons/matefaenza/places/96/gnome-fs-ftp.png +share/icons/matefaenza/places/96/gnome-fs-home.png +share/icons/matefaenza/places/96/gnome-fs-network.png +share/icons/matefaenza/places/96/gnome-fs-nfs.png +share/icons/matefaenza/places/96/gnome-fs-server.png +share/icons/matefaenza/places/96/gnome-fs-share.png +share/icons/matefaenza/places/96/gnome-fs-smb.png +share/icons/matefaenza/places/96/gnome-fs-ssh.png +share/icons/matefaenza/places/96/gnome-fs-trash-empty.png +share/icons/matefaenza/places/96/gnome-main-menu.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/96/gnome-stock-trash.png +share/icons/matefaenza/places/96/gtk-directory.png +share/icons/matefaenza/places/96/gtk-network.png +share/icons/matefaenza/places/96/inode-directory.png +share/icons/matefaenza/places/96/mandriva-logo.png +share/icons/matefaenza/places/96/network-server.png +share/icons/matefaenza/places/96/network-workgroup.png +share/icons/matefaenza/places/96/network.png +share/icons/matefaenza/places/96/network_local.png +share/icons/matefaenza/places/96/novell-button.png +share/icons/matefaenza/places/96/opensuse-logo.png +share/icons/matefaenza/places/96/redhat-network-server.png +share/icons/matefaenza/places/96/server.png +share/icons/matefaenza/places/96/start-here-archlinux.png +share/icons/matefaenza/places/96/start-here-debian.png +share/icons/matefaenza/places/96/start-here-fedora.png +share/icons/matefaenza/places/96/start-here-frugalware.png +share/icons/matefaenza/places/96/start-here-gentoo.png +share/icons/matefaenza/places/96/start-here-gnome.png +share/icons/matefaenza/places/96/start-here-linux-mint.png +share/icons/matefaenza/places/96/start-here-mandriva.png +share/icons/matefaenza/places/96/start-here-mate.png +share/icons/matefaenza/places/96/start-here-opensuse.png +share/icons/matefaenza/places/96/start-here-slackware.png +share/icons/matefaenza/places/96/start-here-ubuntu.png +share/icons/matefaenza/places/96/start-here.png +share/icons/matefaenza/places/96/stock_bookmark.png +share/icons/matefaenza/places/96/stock_folder.png +share/icons/matefaenza/places/96/stock_open.png +share/icons/matefaenza/places/96/trashcan_empty.png +share/icons/matefaenza/places/96/ubuntu-logo.png +share/icons/matefaenza/places/96/user-bookmarks.png +share/icons/matefaenza/places/96/user-desktop.png +share/icons/matefaenza/places/96/user-home.png +share/icons/matefaenza/places/96/user-images.png +share/icons/matefaenza/places/96/user-pictures.png +share/icons/matefaenza/places/96/user-share.png +share/icons/matefaenza/places/96/user-trash.png +share/icons/matefaenza/places/96/xfce-trash_empty.png +share/icons/matefaenza/places/scalable/application-x-gnome-saved-search.svg +share/icons/matefaenza/places/scalable/archlinux-logo.svg +share/icons/matefaenza/places/scalable/bookmark-missing.svg +share/icons/matefaenza/places/scalable/debian-logo.svg +share/icons/matefaenza/places/scalable/desktop.svg +share/icons/matefaenza/places/scalable/distributor-logo-archlinux.svg +share/icons/matefaenza/places/scalable/distributor-logo-debian.svg +share/icons/matefaenza/places/scalable/distributor-logo-descent.svg +share/icons/matefaenza/places/scalable/distributor-logo-fedora.svg +share/icons/matefaenza/places/scalable/distributor-logo-frugalware.svg +share/icons/matefaenza/places/scalable/distributor-logo-gentoo.svg +share/icons/matefaenza/places/scalable/distributor-logo-linux-mint.svg +share/icons/matefaenza/places/scalable/distributor-logo-mandriva.svg +share/icons/matefaenza/places/scalable/distributor-logo-mate.svg +share/icons/matefaenza/places/scalable/distributor-logo-moniz.svg +share/icons/matefaenza/places/scalable/distributor-logo-opensuse.svg +share/icons/matefaenza/places/scalable/distributor-logo-slackware.svg +share/icons/matefaenza/places/scalable/distributor-logo-ubuntu.svg +share/icons/matefaenza/places/scalable/distributor-logo.svg +share/icons/matefaenza/places/scalable/emptytrash.svg +share/icons/matefaenza/places/scalable/fedora-logo-icon.svg +share/icons/matefaenza/places/scalable/fedora-logo.svg +share/icons/matefaenza/places/scalable/folder-documents.svg +share/icons/matefaenza/places/scalable/folder-download.svg +share/icons/matefaenza/places/scalable/folder-downloads.svg +share/icons/matefaenza/places/scalable/folder-drag-accept.svg +share/icons/matefaenza/places/scalable/folder-dropbox.svg +share/icons/matefaenza/places/scalable/folder-home.svg +share/icons/matefaenza/places/scalable/folder-images.svg +share/icons/matefaenza/places/scalable/folder-music.svg +share/icons/matefaenza/places/scalable/folder-open.svg +share/icons/matefaenza/places/scalable/folder-pictures.svg +share/icons/matefaenza/places/scalable/folder-publicshare.svg +share/icons/matefaenza/places/scalable/folder-recent.svg +share/icons/matefaenza/places/scalable/folder-remote-ftp.svg +share/icons/matefaenza/places/scalable/folder-remote-nfs.svg +share/icons/matefaenza/places/scalable/folder-remote-smb.svg +share/icons/matefaenza/places/scalable/folder-remote-ssh.svg +share/icons/matefaenza/places/scalable/folder-remote.svg +share/icons/matefaenza/places/scalable/folder-saved-search.svg +share/icons/matefaenza/places/scalable/folder-symbolic.svg +share/icons/matefaenza/places/scalable/folder-system.svg +share/icons/matefaenza/places/scalable/folder-templates.svg +share/icons/matefaenza/places/scalable/folder-ubuntu.svg +share/icons/matefaenza/places/scalable/folder-videos.svg +share/icons/matefaenza/places/scalable/folder-wine.svg +share/icons/matefaenza/places/scalable/folder.svg +share/icons/matefaenza/places/scalable/folder_download.svg +share/icons/matefaenza/places/scalable/folder_home.svg +share/icons/matefaenza/places/scalable/folder_images.svg +share/icons/matefaenza/places/scalable/folder_open.svg +share/icons/matefaenza/places/scalable/folder_pictures.svg +share/icons/matefaenza/places/scalable/frugalware-logo.svg +share/icons/matefaenza/places/scalable/gnome-fs-blockdev.svg +share/icons/matefaenza/places/scalable/gnome-fs-bookmark-missing.svg +share/icons/matefaenza/places/scalable/gnome-fs-bookmark.svg +share/icons/matefaenza/places/scalable/gnome-fs-dav.svg +share/icons/matefaenza/places/scalable/gnome-fs-desktop.svg +share/icons/matefaenza/places/scalable/gnome-fs-directory-accept.svg +share/icons/matefaenza/places/scalable/gnome-fs-directory.svg +share/icons/matefaenza/places/scalable/gnome-fs-ftp.svg +share/icons/matefaenza/places/scalable/gnome-fs-home.svg +share/icons/matefaenza/places/scalable/gnome-fs-network.svg +share/icons/matefaenza/places/scalable/gnome-fs-nfs.svg +share/icons/matefaenza/places/scalable/gnome-fs-server.svg +share/icons/matefaenza/places/scalable/gnome-fs-share.svg +share/icons/matefaenza/places/scalable/gnome-fs-smb.svg +share/icons/matefaenza/places/scalable/gnome-fs-ssh.svg +share/icons/matefaenza/places/scalable/gnome-fs-trash-empty.svg +share/icons/matefaenza/places/scalable/gnome-main-menu.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-nfs-server.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-smb-server.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-smb-share.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-smb-workgroup.svg +share/icons/matefaenza/places/scalable/gnome-stock-trash.svg +share/icons/matefaenza/places/scalable/gtk-directory.svg +share/icons/matefaenza/places/scalable/gtk-network.svg +share/icons/matefaenza/places/scalable/inode-directory.svg +share/icons/matefaenza/places/scalable/mandriva-logo.svg +share/icons/matefaenza/places/scalable/network-server.svg +share/icons/matefaenza/places/scalable/network-workgroup.svg +share/icons/matefaenza/places/scalable/network.svg +share/icons/matefaenza/places/scalable/network_local.svg +share/icons/matefaenza/places/scalable/novell-button.svg +share/icons/matefaenza/places/scalable/opensuse-logo.svg +share/icons/matefaenza/places/scalable/redhat-network-server.svg +share/icons/matefaenza/places/scalable/server.svg +share/icons/matefaenza/places/scalable/start-here-archlinux-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-archlinux.svg +share/icons/matefaenza/places/scalable/start-here-debian-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-debian.svg +share/icons/matefaenza/places/scalable/start-here-fedora-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-fedora.svg +share/icons/matefaenza/places/scalable/start-here-frugalware-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-frugalware.svg +share/icons/matefaenza/places/scalable/start-here-gentoo-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-gentoo.svg +share/icons/matefaenza/places/scalable/start-here-gnome-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-gnome.svg +share/icons/matefaenza/places/scalable/start-here-linux-mint-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-linux-mint.svg +share/icons/matefaenza/places/scalable/start-here-mandriva-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-mandriva.svg +share/icons/matefaenza/places/scalable/start-here-mate-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-mate.svg +share/icons/matefaenza/places/scalable/start-here-opensuse-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-opensuse.svg +share/icons/matefaenza/places/scalable/start-here-slackware-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-slackware.svg +share/icons/matefaenza/places/scalable/start-here-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-ubuntu-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-ubuntu.svg +share/icons/matefaenza/places/scalable/start-here.svg +share/icons/matefaenza/places/scalable/stock_bookmark.svg +share/icons/matefaenza/places/scalable/stock_folder.svg +share/icons/matefaenza/places/scalable/stock_open.svg +share/icons/matefaenza/places/scalable/trashcan_empty.svg +share/icons/matefaenza/places/scalable/ubuntu-logo.svg +share/icons/matefaenza/places/scalable/user-bookmarks.svg +share/icons/matefaenza/places/scalable/user-desktop.svg +share/icons/matefaenza/places/scalable/user-home.svg +share/icons/matefaenza/places/scalable/user-images.svg +share/icons/matefaenza/places/scalable/user-pictures.svg +share/icons/matefaenza/places/scalable/user-share.svg +share/icons/matefaenza/places/scalable/user-trash-symbolic.svg +share/icons/matefaenza/places/scalable/user-trash.svg +share/icons/matefaenza/places/scalable/xfce-trash_empty.svg +share/icons/matefaenza/status/16/applications-chat-panel.png +share/icons/matefaenza/status/16/applications-email-panel.png +share/icons/matefaenza/status/16/applications-microblogging-panel.png +share/icons/matefaenza/status/16/appointment-soon.png +share/icons/matefaenza/status/16/aptdaemon-cleanup.png +share/icons/matefaenza/status/16/aptdaemon-delete.png +share/icons/matefaenza/status/16/aptdaemon-download.png +share/icons/matefaenza/status/16/aptdaemon-resolve.png +share/icons/matefaenza/status/16/aptdaemon-update-cache.png +share/icons/matefaenza/status/16/aptdaemon-upgrade.png +share/icons/matefaenza/status/16/aptdaemon-wait.png +share/icons/matefaenza/status/16/aptdaemon-working.png +share/icons/matefaenza/status/16/audacious-panel.png +share/icons/matefaenza/status/16/audio-volume-high-panel.png +share/icons/matefaenza/status/16/audio-volume-high.png +share/icons/matefaenza/status/16/audio-volume-low-panel.png +share/icons/matefaenza/status/16/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/16/audio-volume-low.png +share/icons/matefaenza/status/16/audio-volume-medium-panel.png +share/icons/matefaenza/status/16/audio-volume-medium.png +share/icons/matefaenza/status/16/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/16/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/16/audio-volume-muted-panel.png +share/icons/matefaenza/status/16/audio-volume-muted.png +share/icons/matefaenza/status/16/audio-volume-off.png +share/icons/matefaenza/status/16/audio-volume-zero-panel.png +share/icons/matefaenza/status/16/avatar-default.png +share/icons/matefaenza/status/16/banshee-panel.png +share/icons/matefaenza/status/16/blueman-tray.png +share/icons/matefaenza/status/16/bluetooth-active.png +share/icons/matefaenza/status/16/bluetooth-disabled.png +share/icons/matefaenza/status/16/bluetooth-paired.png +share/icons/matefaenza/status/16/busy.png +share/icons/matefaenza/status/16/connect_creating.png +share/icons/matefaenza/status/16/connect_established.png +share/icons/matefaenza/status/16/connect_no.png +share/icons/matefaenza/status/16/deluge-panel.png +share/icons/matefaenza/status/16/dialog-error.png +share/icons/matefaenza/status/16/dialog-info.png +share/icons/matefaenza/status/16/dialog-information.png +share/icons/matefaenza/status/16/dialog-password.png +share/icons/matefaenza/status/16/dialog-question.png +share/icons/matefaenza/status/16/dialog-warning.png +share/icons/matefaenza/status/16/dropboxstatus-busy.png +share/icons/matefaenza/status/16/dropboxstatus-busy2.png +share/icons/matefaenza/status/16/dropboxstatus-idle.png +share/icons/matefaenza/status/16/dropboxstatus-logo.png +share/icons/matefaenza/status/16/dropboxstatus-x.png +share/icons/matefaenza/status/16/edittrash.png +share/icons/matefaenza/status/16/empathy-available.png +share/icons/matefaenza/status/16/empathy-away.png +share/icons/matefaenza/status/16/empathy-busy.png +share/icons/matefaenza/status/16/empathy-extended-away.png +share/icons/matefaenza/status/16/empathy-invisible.png +share/icons/matefaenza/status/16/empathy-offline.png +share/icons/matefaenza/status/16/error.png +share/icons/matefaenza/status/16/exaile-pause.png +share/icons/matefaenza/status/16/exaile-play.png +share/icons/matefaenza/status/16/gnome-stock-trash-full.png +share/icons/matefaenza/status/16/gsm-3g-full-secure.png +share/icons/matefaenza/status/16/gsm-3g-full.png +share/icons/matefaenza/status/16/gsm-3g-high.png +share/icons/matefaenza/status/16/gsm-3g-low-secure.png +share/icons/matefaenza/status/16/gsm-3g-low.png +share/icons/matefaenza/status/16/gsm-3g-medium-secure.png +share/icons/matefaenza/status/16/gsm-3g-medium.png +share/icons/matefaenza/status/16/gsm-3g-none.png +share/icons/matefaenza/status/16/gtk-dialog-authentication.png +share/icons/matefaenza/status/16/gtk-dialog-error.png +share/icons/matefaenza/status/16/gtk-dialog-info.png +share/icons/matefaenza/status/16/gtk-dialog-question.png +share/icons/matefaenza/status/16/gtk-dialog-warning.png +share/icons/matefaenza/status/16/gtk-missing-image.png +share/icons/matefaenza/status/16/haguichi-connected.png +share/icons/matefaenza/status/16/haguichi-connecting-1.png +share/icons/matefaenza/status/16/haguichi-connecting-2.png +share/icons/matefaenza/status/16/haguichi-connecting-3.png +share/icons/matefaenza/status/16/haguichi-disconnected.png +share/icons/matefaenza/status/16/ibus-keyboard.png +share/icons/matefaenza/status/16/idle.png +share/icons/matefaenza/status/16/image-loading.png +share/icons/matefaenza/status/16/image-missing.png +share/icons/matefaenza/status/16/indicator-messages-new.png +share/icons/matefaenza/status/16/indicator-messages.png +share/icons/matefaenza/status/16/info.png +share/icons/matefaenza/status/16/keys.png +share/icons/matefaenza/status/16/krb-expiring-ticket.png +share/icons/matefaenza/status/16/krb-no-valid-ticket.png +share/icons/matefaenza/status/16/krb-valid-ticket.png +share/icons/matefaenza/status/16/locked.png +share/icons/matefaenza/status/16/locked.xpm +share/icons/matefaenza/status/16/logo.png +share/icons/matefaenza/status/16/media-player-banshee-buffering.png +share/icons/matefaenza/status/16/media-player-banshee-panel.png +share/icons/matefaenza/status/16/media-player-banshee-stopped.png +share/icons/matefaenza/status/16/messagebox_critical.png +share/icons/matefaenza/status/16/messagebox_info.png +share/icons/matefaenza/status/16/messagebox_warning.png +share/icons/matefaenza/status/16/network-error.png +share/icons/matefaenza/status/16/network-idle.png +share/icons/matefaenza/status/16/network-offline.png +share/icons/matefaenza/status/16/network-receive.png +share/icons/matefaenza/status/16/network-transmit-receive.png +share/icons/matefaenza/status/16/network-transmit.png +share/icons/matefaenza/status/16/network-wireless-encrypted.png +share/icons/matefaenza/status/16/new-messages-red.png +share/icons/matefaenza/status/16/nm-adhoc.png +share/icons/matefaenza/status/16/nm-device-wired-autoip.png +share/icons/matefaenza/status/16/nm-device-wired-secure.png +share/icons/matefaenza/status/16/nm-device-wired.png +share/icons/matefaenza/status/16/nm-device-wireless.png +share/icons/matefaenza/status/16/nm-device-wwan.png +share/icons/matefaenza/status/16/nm-no-connection.png +share/icons/matefaenza/status/16/nm-secure-lock.png +share/icons/matefaenza/status/16/nm-signal-0.png +share/icons/matefaenza/status/16/nm-signal-00-secure.png +share/icons/matefaenza/status/16/nm-signal-00.png +share/icons/matefaenza/status/16/nm-signal-100-secure.png +share/icons/matefaenza/status/16/nm-signal-100.png +share/icons/matefaenza/status/16/nm-signal-25-secure.png +share/icons/matefaenza/status/16/nm-signal-25.png +share/icons/matefaenza/status/16/nm-signal-50-secure.png +share/icons/matefaenza/status/16/nm-signal-50.png +share/icons/matefaenza/status/16/nm-signal-75-secure.png +share/icons/matefaenza/status/16/nm-signal-75.png +share/icons/matefaenza/status/16/nm-vpn-active-lock.png +share/icons/matefaenza/status/16/nm-vpn-connecting12.png +share/icons/matefaenza/status/16/nm-vpn-connecting13.png +share/icons/matefaenza/status/16/nm-vpn-connecting14.png +share/icons/matefaenza/status/16/nm-vpn-lock.png +share/icons/matefaenza/status/16/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/16/notification-audio-volume-high.png +share/icons/matefaenza/status/16/notification-audio-volume-low.png +share/icons/matefaenza/status/16/notification-audio-volume-medium.png +share/icons/matefaenza/status/16/notification-audio-volume-muted.png +share/icons/matefaenza/status/16/notification-audio-volume-off.png +share/icons/matefaenza/status/16/notification-message-email.png +share/icons/matefaenza/status/16/notification-network-disconnected.png +share/icons/matefaenza/status/16/notification-network-ethernet-connected.png +share/icons/matefaenza/status/16/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/16/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/16/notification-network-wireless-full.png +share/icons/matefaenza/status/16/notification-network-wireless-high.png +share/icons/matefaenza/status/16/notification-network-wireless-low.png +share/icons/matefaenza/status/16/notification-network-wireless-medium.png +share/icons/matefaenza/status/16/notification-network-wireless-none.png +share/icons/matefaenza/status/16/rhythmbox-notplaying.png +share/icons/matefaenza/status/16/rhythmbox-panel.png +share/icons/matefaenza/status/16/shutter-panel.png +share/icons/matefaenza/status/16/sound-icon.png +share/icons/matefaenza/status/16/status_lock.png +share/icons/matefaenza/status/16/stock_dialog-error.png +share/icons/matefaenza/status/16/stock_dialog-info.png +share/icons/matefaenza/status/16/stock_dialog-question.png +share/icons/matefaenza/status/16/stock_dialog-warning.png +share/icons/matefaenza/status/16/stock_lock.png +share/icons/matefaenza/status/16/stock_trash_full.png +share/icons/matefaenza/status/16/stock_volume-0.png +share/icons/matefaenza/status/16/stock_volume-max.png +share/icons/matefaenza/status/16/stock_volume-med.png +share/icons/matefaenza/status/16/stock_volume-min.png +share/icons/matefaenza/status/16/stock_volume-mute.png +share/icons/matefaenza/status/16/stock_volume.png +share/icons/matefaenza/status/16/stock_weather-night-clear.png +share/icons/matefaenza/status/16/stock_weather-sunny.png +share/icons/matefaenza/status/16/sunny.png +share/icons/matefaenza/status/16/synapse-panel.png +share/icons/matefaenza/status/16/system-devices-panel-alert.png +share/icons/matefaenza/status/16/system-devices-panel-informations.png +share/icons/matefaenza/status/16/system-devices-panel.png +share/icons/matefaenza/status/16/tomboy-panel.png +share/icons/matefaenza/status/16/transmission-tray-icon.png +share/icons/matefaenza/status/16/trashcan_full.png +share/icons/matefaenza/status/16/tray-away.png +share/icons/matefaenza/status/16/tray-busy.png +share/icons/matefaenza/status/16/tray-extended-away.png +share/icons/matefaenza/status/16/tray-online.png +share/icons/matefaenza/status/16/user-available-panel.png +share/icons/matefaenza/status/16/user-available.png +share/icons/matefaenza/status/16/user-away-panel.png +share/icons/matefaenza/status/16/user-away.png +share/icons/matefaenza/status/16/user-busy-panel.png +share/icons/matefaenza/status/16/user-busy.png +share/icons/matefaenza/status/16/user-extended-away.png +share/icons/matefaenza/status/16/user-idle-panel.png +share/icons/matefaenza/status/16/user-idle.png +share/icons/matefaenza/status/16/user-invisible-panel.png +share/icons/matefaenza/status/16/user-invisible.png +share/icons/matefaenza/status/16/user-offline.png +share/icons/matefaenza/status/16/user-trash-full.png +share/icons/matefaenza/status/16/weather-clear-night-000.png +share/icons/matefaenza/status/16/weather-clear-night-010.png +share/icons/matefaenza/status/16/weather-clear-night-020.png +share/icons/matefaenza/status/16/weather-clear-night-030.png +share/icons/matefaenza/status/16/weather-clear-night-040.png +share/icons/matefaenza/status/16/weather-clear-night-050.png +share/icons/matefaenza/status/16/weather-clear-night-060.png +share/icons/matefaenza/status/16/weather-clear-night-070.png +share/icons/matefaenza/status/16/weather-clear-night-080.png +share/icons/matefaenza/status/16/weather-clear-night-090.png +share/icons/matefaenza/status/16/weather-clear-night-100.png +share/icons/matefaenza/status/16/weather-clear-night-110.png +share/icons/matefaenza/status/16/weather-clear-night-120.png +share/icons/matefaenza/status/16/weather-clear-night-130.png +share/icons/matefaenza/status/16/weather-clear-night-140.png +share/icons/matefaenza/status/16/weather-clear-night-150.png +share/icons/matefaenza/status/16/weather-clear-night-160.png +share/icons/matefaenza/status/16/weather-clear-night-170.png +share/icons/matefaenza/status/16/weather-clear-night-180.png +share/icons/matefaenza/status/16/weather-clear-night-190.png +share/icons/matefaenza/status/16/weather-clear-night-200.png +share/icons/matefaenza/status/16/weather-clear-night-210.png +share/icons/matefaenza/status/16/weather-clear-night-220.png +share/icons/matefaenza/status/16/weather-clear-night-230.png +share/icons/matefaenza/status/16/weather-clear-night-240.png +share/icons/matefaenza/status/16/weather-clear-night-250.png +share/icons/matefaenza/status/16/weather-clear-night-260.png +share/icons/matefaenza/status/16/weather-clear-night-270.png +share/icons/matefaenza/status/16/weather-clear-night-280.png +share/icons/matefaenza/status/16/weather-clear-night-290.png +share/icons/matefaenza/status/16/weather-clear-night-300.png +share/icons/matefaenza/status/16/weather-clear-night-310.png +share/icons/matefaenza/status/16/weather-clear-night-320.png +share/icons/matefaenza/status/16/weather-clear-night-330.png +share/icons/matefaenza/status/16/weather-clear-night-340.png +share/icons/matefaenza/status/16/weather-clear-night-350.png +share/icons/matefaenza/status/16/weather-clear-night.png +share/icons/matefaenza/status/16/weather-clear.png +share/icons/matefaenza/status/16/weather-clouds-night.png +share/icons/matefaenza/status/16/weather-clouds.png +share/icons/matefaenza/status/16/weather-few-clouds-night.png +share/icons/matefaenza/status/16/weather-few-clouds.png +share/icons/matefaenza/status/16/weather-fog.png +share/icons/matefaenza/status/16/weather-overcast.png +share/icons/matefaenza/status/16/weather-severe-alert.png +share/icons/matefaenza/status/16/weather-showers-scattered.png +share/icons/matefaenza/status/16/weather-showers.png +share/icons/matefaenza/status/16/weather-snow.png +share/icons/matefaenza/status/16/weather-storm.png +share/icons/matefaenza/status/16/x.png +share/icons/matefaenza/status/16/xchat-panel.png +share/icons/matefaenza/status/16/xfce-system-lock.png +share/icons/matefaenza/status/16/xfce-trash-full.png +share/icons/matefaenza/status/16/xfce4-mixer-muted.png +share/icons/matefaenza/status/16/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/16/xfce4-notifyd.png +share/icons/matefaenza/status/16/xfce4-weather.png +share/icons/matefaenza/status/22/applications-chat-panel.png +share/icons/matefaenza/status/22/applications-email-panel.png +share/icons/matefaenza/status/22/applications-microblogging-panel.png +share/icons/matefaenza/status/22/appointment-missed.png +share/icons/matefaenza/status/22/appointment-soon.png +share/icons/matefaenza/status/22/apport.png +share/icons/matefaenza/status/22/aptdaemon-add.png +share/icons/matefaenza/status/22/aptdaemon-cleanup.png +share/icons/matefaenza/status/22/aptdaemon-delete.png +share/icons/matefaenza/status/22/aptdaemon-download.png +share/icons/matefaenza/status/22/aptdaemon-resolve.png +share/icons/matefaenza/status/22/aptdaemon-update-cache.png +share/icons/matefaenza/status/22/aptdaemon-upgrade.png +share/icons/matefaenza/status/22/aptdaemon-wait.png +share/icons/matefaenza/status/22/aptdaemon-working.png +share/icons/matefaenza/status/22/audacious-panel.png +share/icons/matefaenza/status/22/audio-volume-high-panel.png +share/icons/matefaenza/status/22/audio-volume-high.png +share/icons/matefaenza/status/22/audio-volume-low-panel.png +share/icons/matefaenza/status/22/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/22/audio-volume-low.png +share/icons/matefaenza/status/22/audio-volume-medium-panel.png +share/icons/matefaenza/status/22/audio-volume-medium.png +share/icons/matefaenza/status/22/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/22/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/22/audio-volume-muted-panel.png +share/icons/matefaenza/status/22/audio-volume-muted.png +share/icons/matefaenza/status/22/audio-volume-off.png +share/icons/matefaenza/status/22/audio-volume-zero-panel.png +share/icons/matefaenza/status/22/avatar-default.png +share/icons/matefaenza/status/22/banshee-panel.png +share/icons/matefaenza/status/22/battery-000.png +share/icons/matefaenza/status/22/battery_caution.png +share/icons/matefaenza/status/22/battery_charged.png +share/icons/matefaenza/status/22/battery_empty.png +share/icons/matefaenza/status/22/battery_full.png +share/icons/matefaenza/status/22/battery_low.png +share/icons/matefaenza/status/22/battery_plugged.png +share/icons/matefaenza/status/22/battery_third_fouth.png +share/icons/matefaenza/status/22/battery_two_thirds.png +share/icons/matefaenza/status/22/blank.png +share/icons/matefaenza/status/22/blueman-tray.png +share/icons/matefaenza/status/22/bluetooth-active.png +share/icons/matefaenza/status/22/bluetooth-disabled.png +share/icons/matefaenza/status/22/bluetooth-paired.png +share/icons/matefaenza/status/22/busy.png +share/icons/matefaenza/status/22/busy2.png +share/icons/matefaenza/status/22/caffeine-cup-empty.png +share/icons/matefaenza/status/22/caffeine-cup-full.png +share/icons/matefaenza/status/22/connect_creating.png +share/icons/matefaenza/status/22/connect_established.png +share/icons/matefaenza/status/22/connect_no.png +share/icons/matefaenza/status/22/covergloobus-panel.png +share/icons/matefaenza/status/22/dcpp-32.png +share/icons/matefaenza/status/22/dcpp-panel.png +share/icons/matefaenza/status/22/deadbeef-tray-icon.png +share/icons/matefaenza/status/22/deluge-panel.png +share/icons/matefaenza/status/22/deluge-torrent-panel.png +share/icons/matefaenza/status/22/dialog-error.png +share/icons/matefaenza/status/22/dialog-info.png +share/icons/matefaenza/status/22/dialog-information.png +share/icons/matefaenza/status/22/dialog-password.png +share/icons/matefaenza/status/22/dialog-question.png +share/icons/matefaenza/status/22/dialog-warning.png +share/icons/matefaenza/status/22/dropboxstatus-blank.png +share/icons/matefaenza/status/22/dropboxstatus-busy.png +share/icons/matefaenza/status/22/dropboxstatus-busy2.png +share/icons/matefaenza/status/22/dropboxstatus-idle.png +share/icons/matefaenza/status/22/dropboxstatus-logo.png +share/icons/matefaenza/status/22/dropboxstatus-x.png +share/icons/matefaenza/status/22/edittrash.png +share/icons/matefaenza/status/22/empathy-available.png +share/icons/matefaenza/status/22/empathy-away.png +share/icons/matefaenza/status/22/empathy-busy.png +share/icons/matefaenza/status/22/empathy-extended-away.png +share/icons/matefaenza/status/22/empathy-invisible.png +share/icons/matefaenza/status/22/empathy-offline.png +share/icons/matefaenza/status/22/error.png +share/icons/matefaenza/status/22/exaile-panel.png +share/icons/matefaenza/status/22/exaile-pause.png +share/icons/matefaenza/status/22/exaile-play.png +share/icons/matefaenza/status/22/fusion-icon-panel.png +share/icons/matefaenza/status/22/fusion-icon-symbolic.png +share/icons/matefaenza/status/22/glipper.png +share/icons/matefaenza/status/22/glippy-panel.png +share/icons/matefaenza/status/22/gmp-ups-missing.png +share/icons/matefaenza/status/22/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/22/gnome-do-icon.png +share/icons/matefaenza/status/22/gnome-do-panel.png +share/icons/matefaenza/status/22/gnome-do-symbolic.png +share/icons/matefaenza/status/22/gnome-fs-trash-full.png +share/icons/matefaenza/status/22/gnome-netstatus-0-24.png +share/icons/matefaenza/status/22/gnome-netstatus-25-49.png +share/icons/matefaenza/status/22/gnome-netstatus-50-74.png +share/icons/matefaenza/status/22/gnome-netstatus-75-100.png +share/icons/matefaenza/status/22/gnome-netstatus-disconn.png +share/icons/matefaenza/status/22/gnome-netstatus-error.png +share/icons/matefaenza/status/22/gnome-netstatus-idle.png +share/icons/matefaenza/status/22/gnome-netstatus-rx.png +share/icons/matefaenza/status/22/gnome-netstatus-tx.png +share/icons/matefaenza/status/22/gnome-netstatus-txrx.png +share/icons/matefaenza/status/22/gnome-stock-trash-full.png +share/icons/matefaenza/status/22/goldendict-panel.png +share/icons/matefaenza/status/22/gpm-ac-adapter.png +share/icons/matefaenza/status/22/gpm-battery-000-charging.png +share/icons/matefaenza/status/22/gpm-battery-000.png +share/icons/matefaenza/status/22/gpm-battery-020-charging.png +share/icons/matefaenza/status/22/gpm-battery-020.png +share/icons/matefaenza/status/22/gpm-battery-040-charging.png +share/icons/matefaenza/status/22/gpm-battery-040.png +share/icons/matefaenza/status/22/gpm-battery-060-charging.png +share/icons/matefaenza/status/22/gpm-battery-060.png +share/icons/matefaenza/status/22/gpm-battery-080-charging.png +share/icons/matefaenza/status/22/gpm-battery-080.png +share/icons/matefaenza/status/22/gpm-battery-100-charging.png +share/icons/matefaenza/status/22/gpm-battery-100.png +share/icons/matefaenza/status/22/gpm-battery-charged.png +share/icons/matefaenza/status/22/gpm-primary-000-charging.png +share/icons/matefaenza/status/22/gpm-primary-000.png +share/icons/matefaenza/status/22/gpm-primary-020-charging.png +share/icons/matefaenza/status/22/gpm-primary-020.png +share/icons/matefaenza/status/22/gpm-primary-040-charging.png +share/icons/matefaenza/status/22/gpm-primary-040.png +share/icons/matefaenza/status/22/gpm-primary-060-charging.png +share/icons/matefaenza/status/22/gpm-primary-060.png +share/icons/matefaenza/status/22/gpm-primary-080-charging.png +share/icons/matefaenza/status/22/gpm-primary-080.png +share/icons/matefaenza/status/22/gpm-primary-100-charging.png +share/icons/matefaenza/status/22/gpm-primary-100.png +share/icons/matefaenza/status/22/gpm-primary-charged.png +share/icons/matefaenza/status/22/gpm-primary-missing.png +share/icons/matefaenza/status/22/gpm-ups-000-charging.png +share/icons/matefaenza/status/22/gpm-ups-000.png +share/icons/matefaenza/status/22/gpm-ups-020-charging.png +share/icons/matefaenza/status/22/gpm-ups-020.png +share/icons/matefaenza/status/22/gpm-ups-040-charging.png +share/icons/matefaenza/status/22/gpm-ups-040.png +share/icons/matefaenza/status/22/gpm-ups-060-charging.png +share/icons/matefaenza/status/22/gpm-ups-060.png +share/icons/matefaenza/status/22/gpm-ups-080-charging.png +share/icons/matefaenza/status/22/gpm-ups-080.png +share/icons/matefaenza/status/22/gpm-ups-100-charging.png +share/icons/matefaenza/status/22/gpm-ups-100.png +share/icons/matefaenza/status/22/gsm-3g-full-secure.png +share/icons/matefaenza/status/22/gsm-3g-full.png +share/icons/matefaenza/status/22/gsm-3g-high-secure.png +share/icons/matefaenza/status/22/gsm-3g-high.png +share/icons/matefaenza/status/22/gsm-3g-low-secure.png +share/icons/matefaenza/status/22/gsm-3g-low.png +share/icons/matefaenza/status/22/gsm-3g-medium-secure.png +share/icons/matefaenza/status/22/gsm-3g-medium.png +share/icons/matefaenza/status/22/gsm-3g-none-secure.png +share/icons/matefaenza/status/22/gsm-3g-none.png +share/icons/matefaenza/status/22/gtg-panel.png +share/icons/matefaenza/status/22/gtk-dialog-authentication-panel.png +share/icons/matefaenza/status/22/gtk-dialog-authentication.png +share/icons/matefaenza/status/22/gtk-dialog-error.png +share/icons/matefaenza/status/22/gtk-dialog-info.png +share/icons/matefaenza/status/22/gtk-dialog-question.png +share/icons/matefaenza/status/22/gtk-dialog-warning-panel.png +share/icons/matefaenza/status/22/gtk-dialog-warning.png +share/icons/matefaenza/status/22/gtk-missing-image.png +share/icons/matefaenza/status/22/guake-tray.png +share/icons/matefaenza/status/22/haguichi-connected.png +share/icons/matefaenza/status/22/haguichi-connecting-1.png +share/icons/matefaenza/status/22/haguichi-connecting-2.png +share/icons/matefaenza/status/22/haguichi-connecting-3.png +share/icons/matefaenza/status/22/haguichi-disconnected.png +share/icons/matefaenza/status/22/ibus-keyboard.png +share/icons/matefaenza/status/22/ibus-panel.png +share/icons/matefaenza/status/22/idle.png +share/icons/matefaenza/status/22/im-message-new.png +share/icons/matefaenza/status/22/image-loading.png +share/icons/matefaenza/status/22/image-missing.png +share/icons/matefaenza/status/22/indicator-messages-new.png +share/icons/matefaenza/status/22/indicator-messages.png +share/icons/matefaenza/status/22/info.png +share/icons/matefaenza/status/22/jdownloader-panel.png +share/icons/matefaenza/status/22/keepassx-panel.png +share/icons/matefaenza/status/22/keys.png +share/icons/matefaenza/status/22/krb-expiring-ticket.png +share/icons/matefaenza/status/22/krb-no-valid-ticket.png +share/icons/matefaenza/status/22/krb-valid-ticket.png +share/icons/matefaenza/status/22/kupfer-panel.png +share/icons/matefaenza/status/22/lastfm-panel.png +share/icons/matefaenza/status/22/locked.png +share/icons/matefaenza/status/22/locked.xpm +share/icons/matefaenza/status/22/logo.png +share/icons/matefaenza/status/22/me-tv-panel.png +share/icons/matefaenza/status/22/media-player-banshee-buffering.png +share/icons/matefaenza/status/22/media-player-banshee-panel.png +share/icons/matefaenza/status/22/media-player-banshee-stopped.png +share/icons/matefaenza/status/22/messagebox_critical.png +share/icons/matefaenza/status/22/messagebox_info.png +share/icons/matefaenza/status/22/messagebox_warning.png +share/icons/matefaenza/status/22/nautilus-progress-info-panel.png +share/icons/matefaenza/status/22/network-error.png +share/icons/matefaenza/status/22/network-idle.png +share/icons/matefaenza/status/22/network-offline.png +share/icons/matefaenza/status/22/network-receive.png +share/icons/matefaenza/status/22/network-transmit-receive.png +share/icons/matefaenza/status/22/network-transmit.png +share/icons/matefaenza/status/22/network-wireless-encrypted.png +share/icons/matefaenza/status/22/new-messages-red.png +share/icons/matefaenza/status/22/nm-adhoc.png +share/icons/matefaenza/status/22/nm-device-wired-autoip.png +share/icons/matefaenza/status/22/nm-device-wired-secure.png +share/icons/matefaenza/status/22/nm-device-wired.png +share/icons/matefaenza/status/22/nm-device-wireless.png +share/icons/matefaenza/status/22/nm-device-wwan.png +share/icons/matefaenza/status/22/nm-no-connection.png +share/icons/matefaenza/status/22/nm-secure-lock.png +share/icons/matefaenza/status/22/nm-signal-0.png +share/icons/matefaenza/status/22/nm-signal-00-secure.png +share/icons/matefaenza/status/22/nm-signal-00.png +share/icons/matefaenza/status/22/nm-signal-100-secure.png +share/icons/matefaenza/status/22/nm-signal-100.png +share/icons/matefaenza/status/22/nm-signal-25-secure.png +share/icons/matefaenza/status/22/nm-signal-25.png +share/icons/matefaenza/status/22/nm-signal-50-secure.png +share/icons/matefaenza/status/22/nm-signal-50.png +share/icons/matefaenza/status/22/nm-signal-75-secure.png +share/icons/matefaenza/status/22/nm-signal-75.png +share/icons/matefaenza/status/22/nm-vpn-active-lock.png +share/icons/matefaenza/status/22/nm-vpn-connecting12.png +share/icons/matefaenza/status/22/nm-vpn-connecting13.png +share/icons/matefaenza/status/22/nm-vpn-connecting14.png +share/icons/matefaenza/status/22/nm-vpn-lock.png +share/icons/matefaenza/status/22/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/22/notification-audio-volume-high.png +share/icons/matefaenza/status/22/notification-audio-volume-low.png +share/icons/matefaenza/status/22/notification-audio-volume-medium.png +share/icons/matefaenza/status/22/notification-audio-volume-muted.png +share/icons/matefaenza/status/22/notification-audio-volume-off.png +share/icons/matefaenza/status/22/notification-battery-000-plugged.png +share/icons/matefaenza/status/22/notification-battery-000.png +share/icons/matefaenza/status/22/notification-battery-020-plugged.png +share/icons/matefaenza/status/22/notification-battery-020.png +share/icons/matefaenza/status/22/notification-battery-040-plugged.png +share/icons/matefaenza/status/22/notification-battery-040.png +share/icons/matefaenza/status/22/notification-battery-060-plugged.png +share/icons/matefaenza/status/22/notification-battery-060.png +share/icons/matefaenza/status/22/notification-battery-080-plugged.png +share/icons/matefaenza/status/22/notification-battery-080.png +share/icons/matefaenza/status/22/notification-battery-100-plugged.png +share/icons/matefaenza/status/22/notification-battery-100.png +share/icons/matefaenza/status/22/notification-battery-empty.png +share/icons/matefaenza/status/22/notification-battery-low.png +share/icons/matefaenza/status/22/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-000.png +share/icons/matefaenza/status/22/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-020.png +share/icons/matefaenza/status/22/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-040.png +share/icons/matefaenza/status/22/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-060.png +share/icons/matefaenza/status/22/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-080.png +share/icons/matefaenza/status/22/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-100.png +share/icons/matefaenza/status/22/notification-gpm-battery-charged.png +share/icons/matefaenza/status/22/notification-gpm-battery-empty.png +share/icons/matefaenza/status/22/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-000.png +share/icons/matefaenza/status/22/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-020.png +share/icons/matefaenza/status/22/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-040.png +share/icons/matefaenza/status/22/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-060.png +share/icons/matefaenza/status/22/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-080.png +share/icons/matefaenza/status/22/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-100.png +share/icons/matefaenza/status/22/notification-message-email.png +share/icons/matefaenza/status/22/notification-network-disconnected.png +share/icons/matefaenza/status/22/notification-network-ethernet-connected.png +share/icons/matefaenza/status/22/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/22/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/22/notification-network-wireless-full.png +share/icons/matefaenza/status/22/notification-network-wireless-high.png +share/icons/matefaenza/status/22/notification-network-wireless-low.png +share/icons/matefaenza/status/22/notification-network-wireless-medium.png +share/icons/matefaenza/status/22/notification-network-wireless-none.png +share/icons/matefaenza/status/22/pino-tray-icon-fresh.png +share/icons/matefaenza/status/22/pino-tray-icon.png +share/icons/matefaenza/status/22/printer-error.png +share/icons/matefaenza/status/22/printer-printing.png +share/icons/matefaenza/status/22/radiotray_connecting.png +share/icons/matefaenza/status/22/radiotray_off.png +share/icons/matefaenza/status/22/radiotray_on.png +share/icons/matefaenza/status/22/reboot-notifier.png +share/icons/matefaenza/status/22/rhythmbox-notplaying.png +share/icons/matefaenza/status/22/rhythmbox-panel.png +share/icons/matefaenza/status/22/shutter-panel.png +share/icons/matefaenza/status/22/skype_dnd.png +share/icons/matefaenza/status/22/skype_offline.png +share/icons/matefaenza/status/22/skype_online.png +share/icons/matefaenza/status/22/software-update-available.png +share/icons/matefaenza/status/22/software-update-urgent.png +share/icons/matefaenza/status/22/sound-icon.png +share/icons/matefaenza/status/22/status_lock.png +share/icons/matefaenza/status/22/stock_appointment-reminder-excl.png +share/icons/matefaenza/status/22/stock_appointment-reminder.png +share/icons/matefaenza/status/22/stock_dialog-error.png +share/icons/matefaenza/status/22/stock_dialog-info.png +share/icons/matefaenza/status/22/stock_dialog-question.png +share/icons/matefaenza/status/22/stock_dialog-warning.png +share/icons/matefaenza/status/22/stock_lock.png +share/icons/matefaenza/status/22/stock_trash_full.png +share/icons/matefaenza/status/22/stock_volume-0.png +share/icons/matefaenza/status/22/stock_volume-max.png +share/icons/matefaenza/status/22/stock_volume-med.png +share/icons/matefaenza/status/22/stock_volume-min.png +share/icons/matefaenza/status/22/stock_volume-mute.png +share/icons/matefaenza/status/22/stock_volume.png +share/icons/matefaenza/status/22/stock_weather-night-clear.png +share/icons/matefaenza/status/22/stock_weather-sunny.png +share/icons/matefaenza/status/22/sunny.png +share/icons/matefaenza/status/22/synapse-panel.png +share/icons/matefaenza/status/22/system-devices-panel-alert.png +share/icons/matefaenza/status/22/system-devices-panel-informations.png +share/icons/matefaenza/status/22/system-devices-panel.png +share/icons/matefaenza/status/22/system-file-manager-panel.png +share/icons/matefaenza/status/22/system-file-progress-panel.png +share/icons/matefaenza/status/22/system-restart-panel.png +share/icons/matefaenza/status/22/system-shutdown-restart-panel.png +share/icons/matefaenza/status/22/tomboy-panel.png +share/icons/matefaenza/status/22/transmission-tray-icon.png +share/icons/matefaenza/status/22/trashcan_full.png +share/icons/matefaenza/status/22/tray-away.png +share/icons/matefaenza/status/22/tray-busy.png +share/icons/matefaenza/status/22/tray-extended-away.png +share/icons/matefaenza/status/22/tray-message.png +share/icons/matefaenza/status/22/tray-new-im.png +share/icons/matefaenza/status/22/tray-offline.png +share/icons/matefaenza/status/22/tray-online.png +share/icons/matefaenza/status/22/ubuntuone-client-error.png +share/icons/matefaenza/status/22/ubuntuone-client-idle.png +share/icons/matefaenza/status/22/ubuntuone-client-offline.png +share/icons/matefaenza/status/22/ubuntuone-client-updating.png +share/icons/matefaenza/status/22/user-available-panel.png +share/icons/matefaenza/status/22/user-available.png +share/icons/matefaenza/status/22/user-away-panel.png +share/icons/matefaenza/status/22/user-away.png +share/icons/matefaenza/status/22/user-busy-panel.png +share/icons/matefaenza/status/22/user-busy.png +share/icons/matefaenza/status/22/user-extended-away.png +share/icons/matefaenza/status/22/user-idle-panel.png +share/icons/matefaenza/status/22/user-idle.png +share/icons/matefaenza/status/22/user-indeterminate-panel.png +share/icons/matefaenza/status/22/user-indeterminate.png +share/icons/matefaenza/status/22/user-invisible-panel.png +share/icons/matefaenza/status/22/user-invisible.png +share/icons/matefaenza/status/22/user-offline-panel.png +share/icons/matefaenza/status/22/user-offline.png +share/icons/matefaenza/status/22/user-trash-full.png +share/icons/matefaenza/status/22/weather-clear-night-000.png +share/icons/matefaenza/status/22/weather-clear-night-010.png +share/icons/matefaenza/status/22/weather-clear-night-020.png +share/icons/matefaenza/status/22/weather-clear-night-030.png +share/icons/matefaenza/status/22/weather-clear-night-040.png +share/icons/matefaenza/status/22/weather-clear-night-050.png +share/icons/matefaenza/status/22/weather-clear-night-060.png +share/icons/matefaenza/status/22/weather-clear-night-070.png +share/icons/matefaenza/status/22/weather-clear-night-080.png +share/icons/matefaenza/status/22/weather-clear-night-090.png +share/icons/matefaenza/status/22/weather-clear-night-100.png +share/icons/matefaenza/status/22/weather-clear-night-110.png +share/icons/matefaenza/status/22/weather-clear-night-120.png +share/icons/matefaenza/status/22/weather-clear-night-130.png +share/icons/matefaenza/status/22/weather-clear-night-140.png +share/icons/matefaenza/status/22/weather-clear-night-150.png +share/icons/matefaenza/status/22/weather-clear-night-160.png +share/icons/matefaenza/status/22/weather-clear-night-170.png +share/icons/matefaenza/status/22/weather-clear-night-180.png +share/icons/matefaenza/status/22/weather-clear-night-190.png +share/icons/matefaenza/status/22/weather-clear-night-200.png +share/icons/matefaenza/status/22/weather-clear-night-210.png +share/icons/matefaenza/status/22/weather-clear-night-220.png +share/icons/matefaenza/status/22/weather-clear-night-230.png +share/icons/matefaenza/status/22/weather-clear-night-240.png +share/icons/matefaenza/status/22/weather-clear-night-250.png +share/icons/matefaenza/status/22/weather-clear-night-260.png +share/icons/matefaenza/status/22/weather-clear-night-270.png +share/icons/matefaenza/status/22/weather-clear-night-280.png +share/icons/matefaenza/status/22/weather-clear-night-290.png +share/icons/matefaenza/status/22/weather-clear-night-300.png +share/icons/matefaenza/status/22/weather-clear-night-310.png +share/icons/matefaenza/status/22/weather-clear-night-320.png +share/icons/matefaenza/status/22/weather-clear-night-330.png +share/icons/matefaenza/status/22/weather-clear-night-340.png +share/icons/matefaenza/status/22/weather-clear-night-350.png +share/icons/matefaenza/status/22/weather-clear-night.png +share/icons/matefaenza/status/22/weather-clear.png +share/icons/matefaenza/status/22/weather-clouds-night.png +share/icons/matefaenza/status/22/weather-clouds.png +share/icons/matefaenza/status/22/weather-few-clouds-night.png +share/icons/matefaenza/status/22/weather-few-clouds.png +share/icons/matefaenza/status/22/weather-fog.png +share/icons/matefaenza/status/22/weather-overcast.png +share/icons/matefaenza/status/22/weather-severe-alert.png +share/icons/matefaenza/status/22/weather-showers-scattered.png +share/icons/matefaenza/status/22/weather-showers.png +share/icons/matefaenza/status/22/weather-snow.png +share/icons/matefaenza/status/22/weather-storm.png +share/icons/matefaenza/status/22/x.png +share/icons/matefaenza/status/22/x.xpm +share/icons/matefaenza/status/22/xchat-panel.png +share/icons/matefaenza/status/22/xfce-system-lock.png +share/icons/matefaenza/status/22/xfce-trash-full.png +share/icons/matefaenza/status/22/xfce4-mixer-muted.png +share/icons/matefaenza/status/22/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/22/xfce4-notifyd.png +share/icons/matefaenza/status/22/xfce4-weather.png +share/icons/matefaenza/status/22/xfm-battery-000.png +share/icons/matefaenza/status/22/xfpm-ac-adapter.png +share/icons/matefaenza/status/22/xfpm-battery-000-charging.png +share/icons/matefaenza/status/22/xfpm-battery-020-charging.png +share/icons/matefaenza/status/22/xfpm-battery-020.png +share/icons/matefaenza/status/22/xfpm-battery-040-charging.png +share/icons/matefaenza/status/22/xfpm-battery-040.png +share/icons/matefaenza/status/22/xfpm-battery-060-charging.png +share/icons/matefaenza/status/22/xfpm-battery-060.png +share/icons/matefaenza/status/22/xfpm-battery-080-charging.png +share/icons/matefaenza/status/22/xfpm-battery-080.png +share/icons/matefaenza/status/22/xfpm-battery-100-charging.png +share/icons/matefaenza/status/22/xfpm-battery-100.png +share/icons/matefaenza/status/22/xfpm-battery-charged.png +share/icons/matefaenza/status/22/xfpm-primary-000-charging.png +share/icons/matefaenza/status/22/xfpm-primary-000.png +share/icons/matefaenza/status/22/xfpm-primary-020-charging.png +share/icons/matefaenza/status/22/xfpm-primary-020.png +share/icons/matefaenza/status/22/xfpm-primary-040-charging.png +share/icons/matefaenza/status/22/xfpm-primary-040.png +share/icons/matefaenza/status/22/xfpm-primary-060-charging.png +share/icons/matefaenza/status/22/xfpm-primary-060.png +share/icons/matefaenza/status/22/xfpm-primary-080-charging.png +share/icons/matefaenza/status/22/xfpm-primary-080.png +share/icons/matefaenza/status/22/xfpm-primary-100-charging.png +share/icons/matefaenza/status/22/xfpm-primary-100.png +share/icons/matefaenza/status/22/xfpm-primary-charged.png +share/icons/matefaenza/status/22/zim-panel.png +share/icons/matefaenza/status/24/applications-chat-panel.png +share/icons/matefaenza/status/24/applications-email-panel.png +share/icons/matefaenza/status/24/applications-microblogging-panel.png +share/icons/matefaenza/status/24/appointment-missed.png +share/icons/matefaenza/status/24/appointment-soon.png +share/icons/matefaenza/status/24/apport.png +share/icons/matefaenza/status/24/aptdaemon-add.png +share/icons/matefaenza/status/24/aptdaemon-cleanup.png +share/icons/matefaenza/status/24/aptdaemon-delete.png +share/icons/matefaenza/status/24/aptdaemon-download.png +share/icons/matefaenza/status/24/aptdaemon-resolve.png +share/icons/matefaenza/status/24/aptdaemon-update-cache.png +share/icons/matefaenza/status/24/aptdaemon-upgrade.png +share/icons/matefaenza/status/24/aptdaemon-wait.png +share/icons/matefaenza/status/24/aptdaemon-working.png +share/icons/matefaenza/status/24/audacious-panel.png +share/icons/matefaenza/status/24/audio-volume-high-panel.png +share/icons/matefaenza/status/24/audio-volume-high.png +share/icons/matefaenza/status/24/audio-volume-low-panel.png +share/icons/matefaenza/status/24/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/24/audio-volume-low.png +share/icons/matefaenza/status/24/audio-volume-medium-panel.png +share/icons/matefaenza/status/24/audio-volume-medium.png +share/icons/matefaenza/status/24/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/24/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/24/audio-volume-muted-panel.png +share/icons/matefaenza/status/24/audio-volume-muted.png +share/icons/matefaenza/status/24/audio-volume-off.png +share/icons/matefaenza/status/24/audio-volume-zero-panel.png +share/icons/matefaenza/status/24/avatar-default.png +share/icons/matefaenza/status/24/banshee-panel.png +share/icons/matefaenza/status/24/battery-000.png +share/icons/matefaenza/status/24/battery_caution.png +share/icons/matefaenza/status/24/battery_charged.png +share/icons/matefaenza/status/24/battery_empty.png +share/icons/matefaenza/status/24/battery_full.png +share/icons/matefaenza/status/24/battery_low.png +share/icons/matefaenza/status/24/battery_plugged.png +share/icons/matefaenza/status/24/battery_third_fouth.png +share/icons/matefaenza/status/24/battery_two_thirds.png +share/icons/matefaenza/status/24/blank.png +share/icons/matefaenza/status/24/blueman-tray.png +share/icons/matefaenza/status/24/bluetooth-active.png +share/icons/matefaenza/status/24/bluetooth-disabled.png +share/icons/matefaenza/status/24/bluetooth-paired.png +share/icons/matefaenza/status/24/busy.png +share/icons/matefaenza/status/24/busy2.png +share/icons/matefaenza/status/24/caffeine-cup-empty.png +share/icons/matefaenza/status/24/caffeine-cup-full.png +share/icons/matefaenza/status/24/connect_creating.png +share/icons/matefaenza/status/24/connect_established.png +share/icons/matefaenza/status/24/connect_no.png +share/icons/matefaenza/status/24/covergloobus-panel.png +share/icons/matefaenza/status/24/dcpp-32.png +share/icons/matefaenza/status/24/dcpp-panel.png +share/icons/matefaenza/status/24/deadbeef-tray-icon.png +share/icons/matefaenza/status/24/deluge-panel.png +share/icons/matefaenza/status/24/deluge-torrent-panel.png +share/icons/matefaenza/status/24/dialog-error.png +share/icons/matefaenza/status/24/dialog-info.png +share/icons/matefaenza/status/24/dialog-information.png +share/icons/matefaenza/status/24/dialog-password.png +share/icons/matefaenza/status/24/dialog-question.png +share/icons/matefaenza/status/24/dialog-warning.png +share/icons/matefaenza/status/24/dropboxstatus-blank.png +share/icons/matefaenza/status/24/dropboxstatus-busy.png +share/icons/matefaenza/status/24/dropboxstatus-busy2.png +share/icons/matefaenza/status/24/dropboxstatus-idle.png +share/icons/matefaenza/status/24/dropboxstatus-logo.png +share/icons/matefaenza/status/24/dropboxstatus-x.png +share/icons/matefaenza/status/24/edittrash.png +share/icons/matefaenza/status/24/empathy-available.png +share/icons/matefaenza/status/24/empathy-away.png +share/icons/matefaenza/status/24/empathy-busy.png +share/icons/matefaenza/status/24/empathy-extended-away.png +share/icons/matefaenza/status/24/empathy-invisible.png +share/icons/matefaenza/status/24/empathy-offline.png +share/icons/matefaenza/status/24/error.png +share/icons/matefaenza/status/24/exaile-panel.png +share/icons/matefaenza/status/24/exaile-pause.png +share/icons/matefaenza/status/24/exaile-play.png +share/icons/matefaenza/status/24/fusion-icon-panel.png +share/icons/matefaenza/status/24/fusion-icon-symbolic.png +share/icons/matefaenza/status/24/glipper.png +share/icons/matefaenza/status/24/glippy-panel.png +share/icons/matefaenza/status/24/gmp-ups-missing.png +share/icons/matefaenza/status/24/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/24/gnome-do-icon.png +share/icons/matefaenza/status/24/gnome-do-panel.png +share/icons/matefaenza/status/24/gnome-do-symbolic.png +share/icons/matefaenza/status/24/gnome-fs-trash-full.png +share/icons/matefaenza/status/24/gnome-netstatus-0-24.png +share/icons/matefaenza/status/24/gnome-netstatus-25-49.png +share/icons/matefaenza/status/24/gnome-netstatus-50-74.png +share/icons/matefaenza/status/24/gnome-netstatus-75-100.png +share/icons/matefaenza/status/24/gnome-netstatus-disconn.png +share/icons/matefaenza/status/24/gnome-netstatus-error.png +share/icons/matefaenza/status/24/gnome-netstatus-idle.png +share/icons/matefaenza/status/24/gnome-netstatus-rx.png +share/icons/matefaenza/status/24/gnome-netstatus-tx.png +share/icons/matefaenza/status/24/gnome-netstatus-txrx.png +share/icons/matefaenza/status/24/gnome-stock-trash-full.png +share/icons/matefaenza/status/24/goldendict-panel.png +share/icons/matefaenza/status/24/gpm-ac-adapter.png +share/icons/matefaenza/status/24/gpm-battery-000-charging.png +share/icons/matefaenza/status/24/gpm-battery-000.png +share/icons/matefaenza/status/24/gpm-battery-020-charging.png +share/icons/matefaenza/status/24/gpm-battery-020.png +share/icons/matefaenza/status/24/gpm-battery-040-charging.png +share/icons/matefaenza/status/24/gpm-battery-040.png +share/icons/matefaenza/status/24/gpm-battery-060-charging.png +share/icons/matefaenza/status/24/gpm-battery-060.png +share/icons/matefaenza/status/24/gpm-battery-080-charging.png +share/icons/matefaenza/status/24/gpm-battery-080.png +share/icons/matefaenza/status/24/gpm-battery-100-charging.png +share/icons/matefaenza/status/24/gpm-battery-100.png +share/icons/matefaenza/status/24/gpm-battery-charged.png +share/icons/matefaenza/status/24/gpm-primary-000-charging.png +share/icons/matefaenza/status/24/gpm-primary-000.png +share/icons/matefaenza/status/24/gpm-primary-020-charging.png +share/icons/matefaenza/status/24/gpm-primary-020.png +share/icons/matefaenza/status/24/gpm-primary-040-charging.png +share/icons/matefaenza/status/24/gpm-primary-040.png +share/icons/matefaenza/status/24/gpm-primary-060-charging.png +share/icons/matefaenza/status/24/gpm-primary-060.png +share/icons/matefaenza/status/24/gpm-primary-080-charging.png +share/icons/matefaenza/status/24/gpm-primary-080.png +share/icons/matefaenza/status/24/gpm-primary-100-charging.png +share/icons/matefaenza/status/24/gpm-primary-100.png +share/icons/matefaenza/status/24/gpm-primary-charged.png +share/icons/matefaenza/status/24/gpm-primary-missing.png +share/icons/matefaenza/status/24/gpm-ups-000-charging.png +share/icons/matefaenza/status/24/gpm-ups-000.png +share/icons/matefaenza/status/24/gpm-ups-020-charging.png +share/icons/matefaenza/status/24/gpm-ups-020.png +share/icons/matefaenza/status/24/gpm-ups-040-charging.png +share/icons/matefaenza/status/24/gpm-ups-040.png +share/icons/matefaenza/status/24/gpm-ups-060-charging.png +share/icons/matefaenza/status/24/gpm-ups-060.png +share/icons/matefaenza/status/24/gpm-ups-080-charging.png +share/icons/matefaenza/status/24/gpm-ups-080.png +share/icons/matefaenza/status/24/gpm-ups-100-charging.png +share/icons/matefaenza/status/24/gpm-ups-100.png +share/icons/matefaenza/status/24/gsm-3g-full-secure.png +share/icons/matefaenza/status/24/gsm-3g-full.png +share/icons/matefaenza/status/24/gsm-3g-high-secure.png +share/icons/matefaenza/status/24/gsm-3g-high.png +share/icons/matefaenza/status/24/gsm-3g-low-secure.png +share/icons/matefaenza/status/24/gsm-3g-low.png +share/icons/matefaenza/status/24/gsm-3g-medium-secure.png +share/icons/matefaenza/status/24/gsm-3g-medium.png +share/icons/matefaenza/status/24/gsm-3g-none-secure.png +share/icons/matefaenza/status/24/gsm-3g-none.png +share/icons/matefaenza/status/24/gtg-panel.png +share/icons/matefaenza/status/24/gtk-dialog-authentication-panel.png +share/icons/matefaenza/status/24/gtk-dialog-authentication.png +share/icons/matefaenza/status/24/gtk-dialog-error.png +share/icons/matefaenza/status/24/gtk-dialog-info.png +share/icons/matefaenza/status/24/gtk-dialog-question.png +share/icons/matefaenza/status/24/gtk-dialog-warning-panel.png +share/icons/matefaenza/status/24/gtk-dialog-warning.png +share/icons/matefaenza/status/24/gtk-missing-image.png +share/icons/matefaenza/status/24/guake-tray.png +share/icons/matefaenza/status/24/haguichi-connected.png +share/icons/matefaenza/status/24/haguichi-connecting-1.png +share/icons/matefaenza/status/24/haguichi-connecting-2.png +share/icons/matefaenza/status/24/haguichi-connecting-3.png +share/icons/matefaenza/status/24/haguichi-disconnected.png +share/icons/matefaenza/status/24/ibus-keyboard.png +share/icons/matefaenza/status/24/ibus-panel.png +share/icons/matefaenza/status/24/idle.png +share/icons/matefaenza/status/24/im-message-new.png +share/icons/matefaenza/status/24/image-loading.png +share/icons/matefaenza/status/24/image-missing.png +share/icons/matefaenza/status/24/indicator-messages-new.png +share/icons/matefaenza/status/24/indicator-messages.png +share/icons/matefaenza/status/24/info.png +share/icons/matefaenza/status/24/jdownloader-panel.png +share/icons/matefaenza/status/24/keepassx-panel.png +share/icons/matefaenza/status/24/keys.png +share/icons/matefaenza/status/24/krb-expiring-ticket.png +share/icons/matefaenza/status/24/krb-no-valid-ticket.png +share/icons/matefaenza/status/24/krb-valid-ticket.png +share/icons/matefaenza/status/24/kupfer-panel.png +share/icons/matefaenza/status/24/lastfm-panel.png +share/icons/matefaenza/status/24/locked.png +share/icons/matefaenza/status/24/locked.xpm +share/icons/matefaenza/status/24/logo.png +share/icons/matefaenza/status/24/me-tv-panel.png +share/icons/matefaenza/status/24/media-player-banshee-buffering.png +share/icons/matefaenza/status/24/media-player-banshee-panel.png +share/icons/matefaenza/status/24/media-player-banshee-stopped.png +share/icons/matefaenza/status/24/messagebox_critical.png +share/icons/matefaenza/status/24/messagebox_info.png +share/icons/matefaenza/status/24/messagebox_warning.png +share/icons/matefaenza/status/24/nautilus-progress-info-panel.png +share/icons/matefaenza/status/24/network-error.png +share/icons/matefaenza/status/24/network-idle.png +share/icons/matefaenza/status/24/network-offline.png +share/icons/matefaenza/status/24/network-receive.png +share/icons/matefaenza/status/24/network-transmit-receive.png +share/icons/matefaenza/status/24/network-transmit.png +share/icons/matefaenza/status/24/network-wireless-encrypted.png +share/icons/matefaenza/status/24/new-messages-red.png +share/icons/matefaenza/status/24/nm-adhoc.png +share/icons/matefaenza/status/24/nm-device-wired-autoip.png +share/icons/matefaenza/status/24/nm-device-wired-secure.png +share/icons/matefaenza/status/24/nm-device-wired.png +share/icons/matefaenza/status/24/nm-device-wireless.png +share/icons/matefaenza/status/24/nm-device-wwan.png +share/icons/matefaenza/status/24/nm-no-connection.png +share/icons/matefaenza/status/24/nm-secure-lock.png +share/icons/matefaenza/status/24/nm-signal-0.png +share/icons/matefaenza/status/24/nm-signal-00-secure.png +share/icons/matefaenza/status/24/nm-signal-00.png +share/icons/matefaenza/status/24/nm-signal-100-secure.png +share/icons/matefaenza/status/24/nm-signal-100.png +share/icons/matefaenza/status/24/nm-signal-25-secure.png +share/icons/matefaenza/status/24/nm-signal-25.png +share/icons/matefaenza/status/24/nm-signal-50-secure.png +share/icons/matefaenza/status/24/nm-signal-50.png +share/icons/matefaenza/status/24/nm-signal-75-secure.png +share/icons/matefaenza/status/24/nm-signal-75.png +share/icons/matefaenza/status/24/nm-vpn-active-lock.png +share/icons/matefaenza/status/24/nm-vpn-connecting12.png +share/icons/matefaenza/status/24/nm-vpn-connecting13.png +share/icons/matefaenza/status/24/nm-vpn-connecting14.png +share/icons/matefaenza/status/24/nm-vpn-lock.png +share/icons/matefaenza/status/24/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/24/notification-audio-volume-high.png +share/icons/matefaenza/status/24/notification-audio-volume-low.png +share/icons/matefaenza/status/24/notification-audio-volume-medium.png +share/icons/matefaenza/status/24/notification-audio-volume-muted.png +share/icons/matefaenza/status/24/notification-audio-volume-off.png +share/icons/matefaenza/status/24/notification-battery-000-plugged.png +share/icons/matefaenza/status/24/notification-battery-000.png +share/icons/matefaenza/status/24/notification-battery-020-plugged.png +share/icons/matefaenza/status/24/notification-battery-020.png +share/icons/matefaenza/status/24/notification-battery-040-plugged.png +share/icons/matefaenza/status/24/notification-battery-040.png +share/icons/matefaenza/status/24/notification-battery-060-plugged.png +share/icons/matefaenza/status/24/notification-battery-060.png +share/icons/matefaenza/status/24/notification-battery-080-plugged.png +share/icons/matefaenza/status/24/notification-battery-080.png +share/icons/matefaenza/status/24/notification-battery-100-plugged.png +share/icons/matefaenza/status/24/notification-battery-100.png +share/icons/matefaenza/status/24/notification-battery-empty.png +share/icons/matefaenza/status/24/notification-battery-low.png +share/icons/matefaenza/status/24/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-000.png +share/icons/matefaenza/status/24/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-020.png +share/icons/matefaenza/status/24/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-040.png +share/icons/matefaenza/status/24/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-060.png +share/icons/matefaenza/status/24/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-080.png +share/icons/matefaenza/status/24/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-100.png +share/icons/matefaenza/status/24/notification-gpm-battery-charged.png +share/icons/matefaenza/status/24/notification-gpm-battery-empty.png +share/icons/matefaenza/status/24/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-000.png +share/icons/matefaenza/status/24/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-020.png +share/icons/matefaenza/status/24/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-040.png +share/icons/matefaenza/status/24/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-060.png +share/icons/matefaenza/status/24/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-080.png +share/icons/matefaenza/status/24/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-100.png +share/icons/matefaenza/status/24/notification-message-email.png +share/icons/matefaenza/status/24/notification-network-disconnected.png +share/icons/matefaenza/status/24/notification-network-ethernet-connected.png +share/icons/matefaenza/status/24/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/24/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/24/notification-network-wireless-full.png +share/icons/matefaenza/status/24/notification-network-wireless-high.png +share/icons/matefaenza/status/24/notification-network-wireless-low.png +share/icons/matefaenza/status/24/notification-network-wireless-medium.png +share/icons/matefaenza/status/24/notification-network-wireless-none.png +share/icons/matefaenza/status/24/pino-tray-icon-fresh.png +share/icons/matefaenza/status/24/pino-tray-icon.png +share/icons/matefaenza/status/24/printer-error.png +share/icons/matefaenza/status/24/printer-printing.png +share/icons/matefaenza/status/24/radiotray_connecting.png +share/icons/matefaenza/status/24/radiotray_off.png +share/icons/matefaenza/status/24/radiotray_on.png +share/icons/matefaenza/status/24/reboot-notifier.png +share/icons/matefaenza/status/24/rhythmbox-notplaying.png +share/icons/matefaenza/status/24/rhythmbox-panel.png +share/icons/matefaenza/status/24/shutter-panel.png +share/icons/matefaenza/status/24/skype_dnd.png +share/icons/matefaenza/status/24/skype_offline.png +share/icons/matefaenza/status/24/skype_online.png +share/icons/matefaenza/status/24/software-update-available.png +share/icons/matefaenza/status/24/software-update-urgent.png +share/icons/matefaenza/status/24/sound-icon.png +share/icons/matefaenza/status/24/status_lock.png +share/icons/matefaenza/status/24/stock_appointment-reminder-excl.png +share/icons/matefaenza/status/24/stock_appointment-reminder.png +share/icons/matefaenza/status/24/stock_dialog-error.png +share/icons/matefaenza/status/24/stock_dialog-info.png +share/icons/matefaenza/status/24/stock_dialog-question.png +share/icons/matefaenza/status/24/stock_dialog-warning.png +share/icons/matefaenza/status/24/stock_lock.png +share/icons/matefaenza/status/24/stock_trash_full.png +share/icons/matefaenza/status/24/stock_volume-0.png +share/icons/matefaenza/status/24/stock_volume-max.png +share/icons/matefaenza/status/24/stock_volume-med.png +share/icons/matefaenza/status/24/stock_volume-min.png +share/icons/matefaenza/status/24/stock_volume-mute.png +share/icons/matefaenza/status/24/stock_volume.png +share/icons/matefaenza/status/24/stock_weather-night-clear.png +share/icons/matefaenza/status/24/stock_weather-sunny.png +share/icons/matefaenza/status/24/sunny.png +share/icons/matefaenza/status/24/synapse-panel.png +share/icons/matefaenza/status/24/system-devices-panel-alert.png +share/icons/matefaenza/status/24/system-devices-panel-informations.png +share/icons/matefaenza/status/24/system-devices-panel.png +share/icons/matefaenza/status/24/system-file-manager-panel.png +share/icons/matefaenza/status/24/system-file-progress-panel.png +share/icons/matefaenza/status/24/system-restart-panel.png +share/icons/matefaenza/status/24/system-shutdown-restart-panel.png +share/icons/matefaenza/status/24/tomboy-panel.png +share/icons/matefaenza/status/24/transmission-tray-icon.png +share/icons/matefaenza/status/24/trashcan_full.png +share/icons/matefaenza/status/24/tray-away.png +share/icons/matefaenza/status/24/tray-busy.png +share/icons/matefaenza/status/24/tray-extended-away.png +share/icons/matefaenza/status/24/tray-message.png +share/icons/matefaenza/status/24/tray-new-im.png +share/icons/matefaenza/status/24/tray-offline.png +share/icons/matefaenza/status/24/tray-online.png +share/icons/matefaenza/status/24/ubuntuone-client-error.png +share/icons/matefaenza/status/24/ubuntuone-client-idle.png +share/icons/matefaenza/status/24/ubuntuone-client-offline.png +share/icons/matefaenza/status/24/ubuntuone-client-updating.png +share/icons/matefaenza/status/24/user-available-panel.png +share/icons/matefaenza/status/24/user-available.png +share/icons/matefaenza/status/24/user-away-panel.png +share/icons/matefaenza/status/24/user-away.png +share/icons/matefaenza/status/24/user-busy-panel.png +share/icons/matefaenza/status/24/user-busy.png +share/icons/matefaenza/status/24/user-extended-away.png +share/icons/matefaenza/status/24/user-idle-panel.png +share/icons/matefaenza/status/24/user-idle.png +share/icons/matefaenza/status/24/user-indeterminate-panel.png +share/icons/matefaenza/status/24/user-indeterminate.png +share/icons/matefaenza/status/24/user-invisible-panel.png +share/icons/matefaenza/status/24/user-invisible.png +share/icons/matefaenza/status/24/user-offline-panel.png +share/icons/matefaenza/status/24/user-offline.png +share/icons/matefaenza/status/24/user-trash-full.png +share/icons/matefaenza/status/24/weather-clear-night-000.png +share/icons/matefaenza/status/24/weather-clear-night-010.png +share/icons/matefaenza/status/24/weather-clear-night-020.png +share/icons/matefaenza/status/24/weather-clear-night-030.png +share/icons/matefaenza/status/24/weather-clear-night-040.png +share/icons/matefaenza/status/24/weather-clear-night-050.png +share/icons/matefaenza/status/24/weather-clear-night-060.png +share/icons/matefaenza/status/24/weather-clear-night-070.png +share/icons/matefaenza/status/24/weather-clear-night-080.png +share/icons/matefaenza/status/24/weather-clear-night-090.png +share/icons/matefaenza/status/24/weather-clear-night-100.png +share/icons/matefaenza/status/24/weather-clear-night-110.png +share/icons/matefaenza/status/24/weather-clear-night-120.png +share/icons/matefaenza/status/24/weather-clear-night-130.png +share/icons/matefaenza/status/24/weather-clear-night-140.png +share/icons/matefaenza/status/24/weather-clear-night-150.png +share/icons/matefaenza/status/24/weather-clear-night-160.png +share/icons/matefaenza/status/24/weather-clear-night-170.png +share/icons/matefaenza/status/24/weather-clear-night-180.png +share/icons/matefaenza/status/24/weather-clear-night-190.png +share/icons/matefaenza/status/24/weather-clear-night-200.png +share/icons/matefaenza/status/24/weather-clear-night-210.png +share/icons/matefaenza/status/24/weather-clear-night-220.png +share/icons/matefaenza/status/24/weather-clear-night-230.png +share/icons/matefaenza/status/24/weather-clear-night-240.png +share/icons/matefaenza/status/24/weather-clear-night-250.png +share/icons/matefaenza/status/24/weather-clear-night-260.png +share/icons/matefaenza/status/24/weather-clear-night-270.png +share/icons/matefaenza/status/24/weather-clear-night-280.png +share/icons/matefaenza/status/24/weather-clear-night-290.png +share/icons/matefaenza/status/24/weather-clear-night-300.png +share/icons/matefaenza/status/24/weather-clear-night-310.png +share/icons/matefaenza/status/24/weather-clear-night-320.png +share/icons/matefaenza/status/24/weather-clear-night-330.png +share/icons/matefaenza/status/24/weather-clear-night-340.png +share/icons/matefaenza/status/24/weather-clear-night-350.png +share/icons/matefaenza/status/24/weather-clear-night.png +share/icons/matefaenza/status/24/weather-clear.png +share/icons/matefaenza/status/24/weather-clouds-night.png +share/icons/matefaenza/status/24/weather-clouds.png +share/icons/matefaenza/status/24/weather-few-clouds-night.png +share/icons/matefaenza/status/24/weather-few-clouds.png +share/icons/matefaenza/status/24/weather-fog.png +share/icons/matefaenza/status/24/weather-overcast.png +share/icons/matefaenza/status/24/weather-severe-alert.png +share/icons/matefaenza/status/24/weather-showers-scattered.png +share/icons/matefaenza/status/24/weather-showers.png +share/icons/matefaenza/status/24/weather-snow.png +share/icons/matefaenza/status/24/weather-storm.png +share/icons/matefaenza/status/24/x.png +share/icons/matefaenza/status/24/x.xpm +share/icons/matefaenza/status/24/xchat-panel.png +share/icons/matefaenza/status/24/xfce-system-lock.png +share/icons/matefaenza/status/24/xfce-trash-full.png +share/icons/matefaenza/status/24/xfce4-mixer-muted.png +share/icons/matefaenza/status/24/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/24/xfce4-notifyd.png +share/icons/matefaenza/status/24/xfce4-weather.png +share/icons/matefaenza/status/24/xfm-battery-000.png +share/icons/matefaenza/status/24/xfpm-ac-adapter.png +share/icons/matefaenza/status/24/xfpm-battery-000-charging.png +share/icons/matefaenza/status/24/xfpm-battery-020-charging.png +share/icons/matefaenza/status/24/xfpm-battery-020.png +share/icons/matefaenza/status/24/xfpm-battery-040-charging.png +share/icons/matefaenza/status/24/xfpm-battery-040.png +share/icons/matefaenza/status/24/xfpm-battery-060-charging.png +share/icons/matefaenza/status/24/xfpm-battery-060.png +share/icons/matefaenza/status/24/xfpm-battery-080-charging.png +share/icons/matefaenza/status/24/xfpm-battery-080.png +share/icons/matefaenza/status/24/xfpm-battery-100-charging.png +share/icons/matefaenza/status/24/xfpm-battery-100.png +share/icons/matefaenza/status/24/xfpm-battery-charged.png +share/icons/matefaenza/status/24/xfpm-primary-000-charging.png +share/icons/matefaenza/status/24/xfpm-primary-000.png +share/icons/matefaenza/status/24/xfpm-primary-020-charging.png +share/icons/matefaenza/status/24/xfpm-primary-020.png +share/icons/matefaenza/status/24/xfpm-primary-040-charging.png +share/icons/matefaenza/status/24/xfpm-primary-040.png +share/icons/matefaenza/status/24/xfpm-primary-060-charging.png +share/icons/matefaenza/status/24/xfpm-primary-060.png +share/icons/matefaenza/status/24/xfpm-primary-080-charging.png +share/icons/matefaenza/status/24/xfpm-primary-080.png +share/icons/matefaenza/status/24/xfpm-primary-100-charging.png +share/icons/matefaenza/status/24/xfpm-primary-100.png +share/icons/matefaenza/status/24/xfpm-primary-charged.png +share/icons/matefaenza/status/24/zim-panel.png +share/icons/matefaenza/status/32/appointment-soon.png +share/icons/matefaenza/status/32/apport.png +share/icons/matefaenza/status/32/aptdaemon-add.png +share/icons/matefaenza/status/32/aptdaemon-cleanup.png +share/icons/matefaenza/status/32/aptdaemon-delete.png +share/icons/matefaenza/status/32/aptdaemon-download.png +share/icons/matefaenza/status/32/aptdaemon-resolve.png +share/icons/matefaenza/status/32/aptdaemon-update-cache.png +share/icons/matefaenza/status/32/aptdaemon-upgrade.png +share/icons/matefaenza/status/32/aptdaemon-wait.png +share/icons/matefaenza/status/32/aptdaemon-working.png +share/icons/matefaenza/status/32/audacious-panel.png +share/icons/matefaenza/status/32/audio-volume-high-panel.png +share/icons/matefaenza/status/32/audio-volume-high.png +share/icons/matefaenza/status/32/audio-volume-low-panel.png +share/icons/matefaenza/status/32/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/32/audio-volume-low.png +share/icons/matefaenza/status/32/audio-volume-medium-panel.png +share/icons/matefaenza/status/32/audio-volume-medium.png +share/icons/matefaenza/status/32/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/32/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/32/audio-volume-muted-panel.png +share/icons/matefaenza/status/32/audio-volume-muted.png +share/icons/matefaenza/status/32/audio-volume-off.png +share/icons/matefaenza/status/32/audio-volume-zero-panel.png +share/icons/matefaenza/status/32/avatar-default.png +share/icons/matefaenza/status/32/banshee-panel.png +share/icons/matefaenza/status/32/battery-000.png +share/icons/matefaenza/status/32/battery_caution.png +share/icons/matefaenza/status/32/battery_charged.png +share/icons/matefaenza/status/32/battery_empty.png +share/icons/matefaenza/status/32/battery_full.png +share/icons/matefaenza/status/32/battery_low.png +share/icons/matefaenza/status/32/battery_plugged.png +share/icons/matefaenza/status/32/battery_third_fouth.png +share/icons/matefaenza/status/32/battery_two_thirds.png +share/icons/matefaenza/status/32/blueman-tray.png +share/icons/matefaenza/status/32/bluetooth-active.png +share/icons/matefaenza/status/32/bluetooth-disabled.png +share/icons/matefaenza/status/32/bluetooth-paired.png +share/icons/matefaenza/status/32/connect_creating.png +share/icons/matefaenza/status/32/connect_established.png +share/icons/matefaenza/status/32/connect_no.png +share/icons/matefaenza/status/32/deluge-panel.png +share/icons/matefaenza/status/32/dialog-error.png +share/icons/matefaenza/status/32/dialog-info.png +share/icons/matefaenza/status/32/dialog-information.png +share/icons/matefaenza/status/32/dialog-password.png +share/icons/matefaenza/status/32/dialog-question.png +share/icons/matefaenza/status/32/dialog-warning.png +share/icons/matefaenza/status/32/edittrash.png +share/icons/matefaenza/status/32/empathy-available.png +share/icons/matefaenza/status/32/empathy-away.png +share/icons/matefaenza/status/32/empathy-busy.png +share/icons/matefaenza/status/32/empathy-extended-away.png +share/icons/matefaenza/status/32/empathy-invisible.png +share/icons/matefaenza/status/32/empathy-offline.png +share/icons/matefaenza/status/32/error.png +share/icons/matefaenza/status/32/exaile-pause.png +share/icons/matefaenza/status/32/exaile-play.png +share/icons/matefaenza/status/32/glipper.png +share/icons/matefaenza/status/32/glippy-panel.png +share/icons/matefaenza/status/32/gmp-ups-missing.png +share/icons/matefaenza/status/32/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/32/gnome-fs-trash-full.png +share/icons/matefaenza/status/32/gnome-netstatus-0-24.png +share/icons/matefaenza/status/32/gnome-netstatus-25-49.png +share/icons/matefaenza/status/32/gnome-netstatus-50-74.png +share/icons/matefaenza/status/32/gnome-netstatus-75-100.png +share/icons/matefaenza/status/32/gnome-netstatus-disconn.png +share/icons/matefaenza/status/32/gnome-netstatus-error.png +share/icons/matefaenza/status/32/gnome-netstatus-idle.png +share/icons/matefaenza/status/32/gnome-netstatus-rx.png +share/icons/matefaenza/status/32/gnome-netstatus-tx.png +share/icons/matefaenza/status/32/gnome-netstatus-txrx.png +share/icons/matefaenza/status/32/gnome-stock-trash-full.png +share/icons/matefaenza/status/32/gpm-ac-adapter.png +share/icons/matefaenza/status/32/gpm-battery-000-charging.png +share/icons/matefaenza/status/32/gpm-battery-000.png +share/icons/matefaenza/status/32/gpm-battery-020-charging.png +share/icons/matefaenza/status/32/gpm-battery-020.png +share/icons/matefaenza/status/32/gpm-battery-040-charging.png +share/icons/matefaenza/status/32/gpm-battery-040.png +share/icons/matefaenza/status/32/gpm-battery-060-charging.png +share/icons/matefaenza/status/32/gpm-battery-060.png +share/icons/matefaenza/status/32/gpm-battery-080-charging.png +share/icons/matefaenza/status/32/gpm-battery-080.png +share/icons/matefaenza/status/32/gpm-battery-100-charging.png +share/icons/matefaenza/status/32/gpm-battery-100.png +share/icons/matefaenza/status/32/gpm-battery-charged.png +share/icons/matefaenza/status/32/gpm-primary-000-charging.png +share/icons/matefaenza/status/32/gpm-primary-000.png +share/icons/matefaenza/status/32/gpm-primary-020-charging.png +share/icons/matefaenza/status/32/gpm-primary-020.png +share/icons/matefaenza/status/32/gpm-primary-040-charging.png +share/icons/matefaenza/status/32/gpm-primary-040.png +share/icons/matefaenza/status/32/gpm-primary-060-charging.png +share/icons/matefaenza/status/32/gpm-primary-060.png +share/icons/matefaenza/status/32/gpm-primary-080-charging.png +share/icons/matefaenza/status/32/gpm-primary-080.png +share/icons/matefaenza/status/32/gpm-primary-100-charging.png +share/icons/matefaenza/status/32/gpm-primary-100.png +share/icons/matefaenza/status/32/gpm-primary-charged.png +share/icons/matefaenza/status/32/gpm-ups-000-charging.png +share/icons/matefaenza/status/32/gpm-ups-000.png +share/icons/matefaenza/status/32/gpm-ups-020-charging.png +share/icons/matefaenza/status/32/gpm-ups-020.png +share/icons/matefaenza/status/32/gpm-ups-040-charging.png +share/icons/matefaenza/status/32/gpm-ups-040.png +share/icons/matefaenza/status/32/gpm-ups-060-charging.png +share/icons/matefaenza/status/32/gpm-ups-060.png +share/icons/matefaenza/status/32/gpm-ups-080-charging.png +share/icons/matefaenza/status/32/gpm-ups-080.png +share/icons/matefaenza/status/32/gpm-ups-100-charging.png +share/icons/matefaenza/status/32/gpm-ups-100.png +share/icons/matefaenza/status/32/gtk-dialog-authentication.png +share/icons/matefaenza/status/32/gtk-dialog-error.png +share/icons/matefaenza/status/32/gtk-dialog-info.png +share/icons/matefaenza/status/32/gtk-dialog-question.png +share/icons/matefaenza/status/32/gtk-dialog-warning.png +share/icons/matefaenza/status/32/gtk-missing-image.png +share/icons/matefaenza/status/32/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/32/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/32/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/32/ibus-keyboard.png +share/icons/matefaenza/status/32/image-loading.png +share/icons/matefaenza/status/32/image-missing.png +share/icons/matefaenza/status/32/indicator-messages-new.png +share/icons/matefaenza/status/32/indicator-messages.png +share/icons/matefaenza/status/32/info.png +share/icons/matefaenza/status/32/keys.png +share/icons/matefaenza/status/32/krb-expiring-ticket.png +share/icons/matefaenza/status/32/krb-no-valid-ticket.png +share/icons/matefaenza/status/32/krb-valid-ticket.png +share/icons/matefaenza/status/32/locked.png +share/icons/matefaenza/status/32/locked.xpm +share/icons/matefaenza/status/32/media-player-banshee-buffering.png +share/icons/matefaenza/status/32/media-player-banshee-panel.png +share/icons/matefaenza/status/32/media-player-banshee-stopped.png +share/icons/matefaenza/status/32/messagebox_critical.png +share/icons/matefaenza/status/32/messagebox_info.png +share/icons/matefaenza/status/32/messagebox_warning.png +share/icons/matefaenza/status/32/network-error.png +share/icons/matefaenza/status/32/network-idle.png +share/icons/matefaenza/status/32/network-offline.png +share/icons/matefaenza/status/32/network-receive.png +share/icons/matefaenza/status/32/network-transmit-receive.png +share/icons/matefaenza/status/32/network-transmit.png +share/icons/matefaenza/status/32/network-wireless-encrypted.png +share/icons/matefaenza/status/32/new-messages-red.png +share/icons/matefaenza/status/32/nm-adhoc.png +share/icons/matefaenza/status/32/nm-device-wired-autoip.png +share/icons/matefaenza/status/32/nm-device-wired-secure.png +share/icons/matefaenza/status/32/nm-device-wired.png +share/icons/matefaenza/status/32/nm-device-wireless.png +share/icons/matefaenza/status/32/nm-device-wwan.png +share/icons/matefaenza/status/32/nm-no-connection.png +share/icons/matefaenza/status/32/nm-secure-lock.png +share/icons/matefaenza/status/32/nm-signal-0.png +share/icons/matefaenza/status/32/nm-signal-00-secure.png +share/icons/matefaenza/status/32/nm-signal-00.png +share/icons/matefaenza/status/32/nm-signal-100-secure.png +share/icons/matefaenza/status/32/nm-signal-100.png +share/icons/matefaenza/status/32/nm-signal-25-secure.png +share/icons/matefaenza/status/32/nm-signal-25.png +share/icons/matefaenza/status/32/nm-signal-50-secure.png +share/icons/matefaenza/status/32/nm-signal-50.png +share/icons/matefaenza/status/32/nm-signal-75-secure.png +share/icons/matefaenza/status/32/nm-signal-75.png +share/icons/matefaenza/status/32/nm-vpn-active-lock.png +share/icons/matefaenza/status/32/nm-vpn-connecting12.png +share/icons/matefaenza/status/32/nm-vpn-connecting13.png +share/icons/matefaenza/status/32/nm-vpn-connecting14.png +share/icons/matefaenza/status/32/nm-vpn-lock.png +share/icons/matefaenza/status/32/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/32/notification-audio-volume-high.png +share/icons/matefaenza/status/32/notification-audio-volume-low.png +share/icons/matefaenza/status/32/notification-audio-volume-medium.png +share/icons/matefaenza/status/32/notification-audio-volume-muted.png +share/icons/matefaenza/status/32/notification-audio-volume-off.png +share/icons/matefaenza/status/32/notification-battery-000-plugged.png +share/icons/matefaenza/status/32/notification-battery-000.png +share/icons/matefaenza/status/32/notification-battery-020-plugged.png +share/icons/matefaenza/status/32/notification-battery-020.png +share/icons/matefaenza/status/32/notification-battery-040-plugged.png +share/icons/matefaenza/status/32/notification-battery-040.png +share/icons/matefaenza/status/32/notification-battery-060-plugged.png +share/icons/matefaenza/status/32/notification-battery-060.png +share/icons/matefaenza/status/32/notification-battery-080-plugged.png +share/icons/matefaenza/status/32/notification-battery-080.png +share/icons/matefaenza/status/32/notification-battery-100-plugged.png +share/icons/matefaenza/status/32/notification-battery-100.png +share/icons/matefaenza/status/32/notification-battery-empty.png +share/icons/matefaenza/status/32/notification-battery-low.png +share/icons/matefaenza/status/32/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-000.png +share/icons/matefaenza/status/32/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-020.png +share/icons/matefaenza/status/32/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-040.png +share/icons/matefaenza/status/32/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-060.png +share/icons/matefaenza/status/32/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-080.png +share/icons/matefaenza/status/32/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-100.png +share/icons/matefaenza/status/32/notification-gpm-battery-charged.png +share/icons/matefaenza/status/32/notification-gpm-battery-empty.png +share/icons/matefaenza/status/32/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-000.png +share/icons/matefaenza/status/32/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-020.png +share/icons/matefaenza/status/32/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-040.png +share/icons/matefaenza/status/32/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-060.png +share/icons/matefaenza/status/32/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-080.png +share/icons/matefaenza/status/32/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-100.png +share/icons/matefaenza/status/32/notification-gsm-full.png +share/icons/matefaenza/status/32/notification-gsm-high.png +share/icons/matefaenza/status/32/notification-gsm-low.png +share/icons/matefaenza/status/32/notification-gsm-medium.png +share/icons/matefaenza/status/32/notification-gsm-none.png +share/icons/matefaenza/status/32/notification-message-email.png +share/icons/matefaenza/status/32/notification-network-disconnected.png +share/icons/matefaenza/status/32/notification-network-ethernet-connected.png +share/icons/matefaenza/status/32/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/32/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/32/notification-network-wireless-full.png +share/icons/matefaenza/status/32/notification-network-wireless-high.png +share/icons/matefaenza/status/32/notification-network-wireless-low.png +share/icons/matefaenza/status/32/notification-network-wireless-medium.png +share/icons/matefaenza/status/32/notification-network-wireless-none.png +share/icons/matefaenza/status/32/printer-error.png +share/icons/matefaenza/status/32/printer-printing.png +share/icons/matefaenza/status/32/rhythmbox-notplaying.png +share/icons/matefaenza/status/32/rhythmbox-panel.png +share/icons/matefaenza/status/32/shutter-panel.png +share/icons/matefaenza/status/32/skype_away.png +share/icons/matefaenza/status/32/skype_dnd.png +share/icons/matefaenza/status/32/skype_invisible.png +share/icons/matefaenza/status/32/skype_na.png +share/icons/matefaenza/status/32/skype_offline.png +share/icons/matefaenza/status/32/skype_online.png +share/icons/matefaenza/status/32/skype_skypeme.png +share/icons/matefaenza/status/32/sound-icon.png +share/icons/matefaenza/status/32/status_lock.png +share/icons/matefaenza/status/32/stock_appointment-reminder.png +share/icons/matefaenza/status/32/stock_dialog-error.png +share/icons/matefaenza/status/32/stock_dialog-info.png +share/icons/matefaenza/status/32/stock_dialog-question.png +share/icons/matefaenza/status/32/stock_dialog-warning.png +share/icons/matefaenza/status/32/stock_lock.png +share/icons/matefaenza/status/32/stock_trash_full.png +share/icons/matefaenza/status/32/stock_volume-0.png +share/icons/matefaenza/status/32/stock_volume-max.png +share/icons/matefaenza/status/32/stock_volume-med.png +share/icons/matefaenza/status/32/stock_volume-min.png +share/icons/matefaenza/status/32/stock_volume-mute.png +share/icons/matefaenza/status/32/stock_volume.png +share/icons/matefaenza/status/32/stock_weather-night-clear.png +share/icons/matefaenza/status/32/stock_weather-sunny.png +share/icons/matefaenza/status/32/sunny.png +share/icons/matefaenza/status/32/synapse-panel.png +share/icons/matefaenza/status/32/system-devices-panel-alert.png +share/icons/matefaenza/status/32/system-devices-panel-informations.png +share/icons/matefaenza/status/32/system-devices-panel.png +share/icons/matefaenza/status/32/tomboy-panel.png +share/icons/matefaenza/status/32/transmission-tray-icon.png +share/icons/matefaenza/status/32/trashcan_full.png +share/icons/matefaenza/status/32/user-available.png +share/icons/matefaenza/status/32/user-away.png +share/icons/matefaenza/status/32/user-busy.png +share/icons/matefaenza/status/32/user-extended-away.png +share/icons/matefaenza/status/32/user-invisible.png +share/icons/matefaenza/status/32/user-offline.png +share/icons/matefaenza/status/32/user-trash-full.png +share/icons/matefaenza/status/32/weather-clear-night-000.png +share/icons/matefaenza/status/32/weather-clear-night-010.png +share/icons/matefaenza/status/32/weather-clear-night-020.png +share/icons/matefaenza/status/32/weather-clear-night-030.png +share/icons/matefaenza/status/32/weather-clear-night-040.png +share/icons/matefaenza/status/32/weather-clear-night-050.png +share/icons/matefaenza/status/32/weather-clear-night-060.png +share/icons/matefaenza/status/32/weather-clear-night-070.png +share/icons/matefaenza/status/32/weather-clear-night-080.png +share/icons/matefaenza/status/32/weather-clear-night-090.png +share/icons/matefaenza/status/32/weather-clear-night-100.png +share/icons/matefaenza/status/32/weather-clear-night-110.png +share/icons/matefaenza/status/32/weather-clear-night-120.png +share/icons/matefaenza/status/32/weather-clear-night-130.png +share/icons/matefaenza/status/32/weather-clear-night-140.png +share/icons/matefaenza/status/32/weather-clear-night-150.png +share/icons/matefaenza/status/32/weather-clear-night-160.png +share/icons/matefaenza/status/32/weather-clear-night-170.png +share/icons/matefaenza/status/32/weather-clear-night-180.png +share/icons/matefaenza/status/32/weather-clear-night-190.png +share/icons/matefaenza/status/32/weather-clear-night-200.png +share/icons/matefaenza/status/32/weather-clear-night-210.png +share/icons/matefaenza/status/32/weather-clear-night-220.png +share/icons/matefaenza/status/32/weather-clear-night-230.png +share/icons/matefaenza/status/32/weather-clear-night-240.png +share/icons/matefaenza/status/32/weather-clear-night-250.png +share/icons/matefaenza/status/32/weather-clear-night-260.png +share/icons/matefaenza/status/32/weather-clear-night-270.png +share/icons/matefaenza/status/32/weather-clear-night-280.png +share/icons/matefaenza/status/32/weather-clear-night-290.png +share/icons/matefaenza/status/32/weather-clear-night-300.png +share/icons/matefaenza/status/32/weather-clear-night-310.png +share/icons/matefaenza/status/32/weather-clear-night-320.png +share/icons/matefaenza/status/32/weather-clear-night-330.png +share/icons/matefaenza/status/32/weather-clear-night-340.png +share/icons/matefaenza/status/32/weather-clear-night-350.png +share/icons/matefaenza/status/32/weather-clear-night.png +share/icons/matefaenza/status/32/weather-clear.png +share/icons/matefaenza/status/32/weather-clouds-night.png +share/icons/matefaenza/status/32/weather-clouds.png +share/icons/matefaenza/status/32/weather-few-clouds-night.png +share/icons/matefaenza/status/32/weather-few-clouds.png +share/icons/matefaenza/status/32/weather-fog.png +share/icons/matefaenza/status/32/weather-overcast.png +share/icons/matefaenza/status/32/weather-severe-alert.png +share/icons/matefaenza/status/32/weather-showers-scattered.png +share/icons/matefaenza/status/32/weather-showers.png +share/icons/matefaenza/status/32/weather-snow.png +share/icons/matefaenza/status/32/weather-storm.png +share/icons/matefaenza/status/32/xchat-panel.png +share/icons/matefaenza/status/32/xfce-system-lock.png +share/icons/matefaenza/status/32/xfce-trash-full.png +share/icons/matefaenza/status/32/xfce4-mixer-muted.png +share/icons/matefaenza/status/32/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/32/xfce4-notifyd.png +share/icons/matefaenza/status/32/xfce4-weather.png +share/icons/matefaenza/status/32/xfm-battery-000.png +share/icons/matefaenza/status/32/xfpm-ac-adapter.png +share/icons/matefaenza/status/32/xfpm-battery-000-charging.png +share/icons/matefaenza/status/32/xfpm-battery-020-charging.png +share/icons/matefaenza/status/32/xfpm-battery-020.png +share/icons/matefaenza/status/32/xfpm-battery-040-charging.png +share/icons/matefaenza/status/32/xfpm-battery-040.png +share/icons/matefaenza/status/32/xfpm-battery-060-charging.png +share/icons/matefaenza/status/32/xfpm-battery-060.png +share/icons/matefaenza/status/32/xfpm-battery-080-charging.png +share/icons/matefaenza/status/32/xfpm-battery-080.png +share/icons/matefaenza/status/32/xfpm-battery-100-charging.png +share/icons/matefaenza/status/32/xfpm-battery-100.png +share/icons/matefaenza/status/32/xfpm-battery-charged.png +share/icons/matefaenza/status/32/xfpm-primary-000-charging.png +share/icons/matefaenza/status/32/xfpm-primary-000.png +share/icons/matefaenza/status/32/xfpm-primary-020-charging.png +share/icons/matefaenza/status/32/xfpm-primary-020.png +share/icons/matefaenza/status/32/xfpm-primary-040-charging.png +share/icons/matefaenza/status/32/xfpm-primary-040.png +share/icons/matefaenza/status/32/xfpm-primary-060-charging.png +share/icons/matefaenza/status/32/xfpm-primary-060.png +share/icons/matefaenza/status/32/xfpm-primary-080-charging.png +share/icons/matefaenza/status/32/xfpm-primary-080.png +share/icons/matefaenza/status/32/xfpm-primary-100-charging.png +share/icons/matefaenza/status/32/xfpm-primary-100.png +share/icons/matefaenza/status/32/xfpm-primary-charged.png +share/icons/matefaenza/status/48/appointment-soon.png +share/icons/matefaenza/status/48/apport.png +share/icons/matefaenza/status/48/aptdaemon-add.png +share/icons/matefaenza/status/48/aptdaemon-cleanup.png +share/icons/matefaenza/status/48/aptdaemon-delete.png +share/icons/matefaenza/status/48/aptdaemon-download.png +share/icons/matefaenza/status/48/aptdaemon-resolve.png +share/icons/matefaenza/status/48/aptdaemon-update-cache.png +share/icons/matefaenza/status/48/aptdaemon-upgrade.png +share/icons/matefaenza/status/48/aptdaemon-wait.png +share/icons/matefaenza/status/48/aptdaemon-working.png +share/icons/matefaenza/status/48/audacious-panel.png +share/icons/matefaenza/status/48/audio-volume-high-panel.png +share/icons/matefaenza/status/48/audio-volume-high.png +share/icons/matefaenza/status/48/audio-volume-low-panel.png +share/icons/matefaenza/status/48/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/48/audio-volume-low.png +share/icons/matefaenza/status/48/audio-volume-medium-panel.png +share/icons/matefaenza/status/48/audio-volume-medium.png +share/icons/matefaenza/status/48/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/48/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/48/audio-volume-muted-panel.png +share/icons/matefaenza/status/48/audio-volume-muted.png +share/icons/matefaenza/status/48/audio-volume-off.png +share/icons/matefaenza/status/48/audio-volume-zero-panel.png +share/icons/matefaenza/status/48/avatar-default.png +share/icons/matefaenza/status/48/banshee-panel.png +share/icons/matefaenza/status/48/battery-000.png +share/icons/matefaenza/status/48/battery_caution.png +share/icons/matefaenza/status/48/battery_charged.png +share/icons/matefaenza/status/48/battery_empty.png +share/icons/matefaenza/status/48/battery_full.png +share/icons/matefaenza/status/48/battery_low.png +share/icons/matefaenza/status/48/battery_plugged.png +share/icons/matefaenza/status/48/battery_third_fouth.png +share/icons/matefaenza/status/48/battery_two_thirds.png +share/icons/matefaenza/status/48/blueman-tray.png +share/icons/matefaenza/status/48/bluetooth-active.png +share/icons/matefaenza/status/48/bluetooth-disabled.png +share/icons/matefaenza/status/48/bluetooth-paired.png +share/icons/matefaenza/status/48/connect_creating.png +share/icons/matefaenza/status/48/connect_established.png +share/icons/matefaenza/status/48/connect_no.png +share/icons/matefaenza/status/48/deluge-panel.png +share/icons/matefaenza/status/48/dialog-error.png +share/icons/matefaenza/status/48/dialog-info.png +share/icons/matefaenza/status/48/dialog-information.png +share/icons/matefaenza/status/48/dialog-password.png +share/icons/matefaenza/status/48/dialog-question.png +share/icons/matefaenza/status/48/dialog-warning.png +share/icons/matefaenza/status/48/edittrash.png +share/icons/matefaenza/status/48/empathy-available.png +share/icons/matefaenza/status/48/empathy-away.png +share/icons/matefaenza/status/48/empathy-busy.png +share/icons/matefaenza/status/48/empathy-extended-away.png +share/icons/matefaenza/status/48/empathy-invisible.png +share/icons/matefaenza/status/48/empathy-offline.png +share/icons/matefaenza/status/48/error.png +share/icons/matefaenza/status/48/exaile-pause.png +share/icons/matefaenza/status/48/exaile-play.png +share/icons/matefaenza/status/48/glipper.png +share/icons/matefaenza/status/48/glippy-panel.png +share/icons/matefaenza/status/48/gmp-ups-missing.png +share/icons/matefaenza/status/48/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/48/gnome-fs-trash-full.png +share/icons/matefaenza/status/48/gnome-netstatus-0-24.png +share/icons/matefaenza/status/48/gnome-netstatus-25-49.png +share/icons/matefaenza/status/48/gnome-netstatus-50-74.png +share/icons/matefaenza/status/48/gnome-netstatus-75-100.png +share/icons/matefaenza/status/48/gnome-netstatus-disconn.png +share/icons/matefaenza/status/48/gnome-netstatus-error.png +share/icons/matefaenza/status/48/gnome-netstatus-idle.png +share/icons/matefaenza/status/48/gnome-netstatus-rx.png +share/icons/matefaenza/status/48/gnome-netstatus-tx.png +share/icons/matefaenza/status/48/gnome-netstatus-txrx.png +share/icons/matefaenza/status/48/gnome-stock-trash-full.png +share/icons/matefaenza/status/48/gpm-ac-adapter.png +share/icons/matefaenza/status/48/gpm-battery-000-charging.png +share/icons/matefaenza/status/48/gpm-battery-000.png +share/icons/matefaenza/status/48/gpm-battery-020-charging.png +share/icons/matefaenza/status/48/gpm-battery-020.png +share/icons/matefaenza/status/48/gpm-battery-040-charging.png +share/icons/matefaenza/status/48/gpm-battery-040.png +share/icons/matefaenza/status/48/gpm-battery-060-charging.png +share/icons/matefaenza/status/48/gpm-battery-060.png +share/icons/matefaenza/status/48/gpm-battery-080-charging.png +share/icons/matefaenza/status/48/gpm-battery-080.png +share/icons/matefaenza/status/48/gpm-battery-100-charging.png +share/icons/matefaenza/status/48/gpm-battery-100.png +share/icons/matefaenza/status/48/gpm-battery-charged.png +share/icons/matefaenza/status/48/gpm-primary-000-charging.png +share/icons/matefaenza/status/48/gpm-primary-000.png +share/icons/matefaenza/status/48/gpm-primary-020-charging.png +share/icons/matefaenza/status/48/gpm-primary-020.png +share/icons/matefaenza/status/48/gpm-primary-040-charging.png +share/icons/matefaenza/status/48/gpm-primary-040.png +share/icons/matefaenza/status/48/gpm-primary-060-charging.png +share/icons/matefaenza/status/48/gpm-primary-060.png +share/icons/matefaenza/status/48/gpm-primary-080-charging.png +share/icons/matefaenza/status/48/gpm-primary-080.png +share/icons/matefaenza/status/48/gpm-primary-100-charging.png +share/icons/matefaenza/status/48/gpm-primary-100.png +share/icons/matefaenza/status/48/gpm-primary-charged.png +share/icons/matefaenza/status/48/gpm-ups-000-charging.png +share/icons/matefaenza/status/48/gpm-ups-000.png +share/icons/matefaenza/status/48/gpm-ups-020-charging.png +share/icons/matefaenza/status/48/gpm-ups-020.png +share/icons/matefaenza/status/48/gpm-ups-040-charging.png +share/icons/matefaenza/status/48/gpm-ups-040.png +share/icons/matefaenza/status/48/gpm-ups-060-charging.png +share/icons/matefaenza/status/48/gpm-ups-060.png +share/icons/matefaenza/status/48/gpm-ups-080-charging.png +share/icons/matefaenza/status/48/gpm-ups-080.png +share/icons/matefaenza/status/48/gpm-ups-100-charging.png +share/icons/matefaenza/status/48/gpm-ups-100.png +share/icons/matefaenza/status/48/gtk-dialog-authentication.png +share/icons/matefaenza/status/48/gtk-dialog-error.png +share/icons/matefaenza/status/48/gtk-dialog-info.png +share/icons/matefaenza/status/48/gtk-dialog-question.png +share/icons/matefaenza/status/48/gtk-dialog-warning.png +share/icons/matefaenza/status/48/gtk-missing-image.png +share/icons/matefaenza/status/48/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/48/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/48/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/48/ibus-keyboard.png +share/icons/matefaenza/status/48/image-loading.png +share/icons/matefaenza/status/48/image-missing.png +share/icons/matefaenza/status/48/indicator-messages-new.png +share/icons/matefaenza/status/48/indicator-messages.png +share/icons/matefaenza/status/48/info.png +share/icons/matefaenza/status/48/keys.png +share/icons/matefaenza/status/48/krb-expiring-ticket.png +share/icons/matefaenza/status/48/krb-no-valid-ticket.png +share/icons/matefaenza/status/48/krb-valid-ticket.png +share/icons/matefaenza/status/48/locked.png +share/icons/matefaenza/status/48/locked.xpm +share/icons/matefaenza/status/48/media-player-banshee-buffering.png +share/icons/matefaenza/status/48/media-player-banshee-panel.png +share/icons/matefaenza/status/48/media-player-banshee-stopped.png +share/icons/matefaenza/status/48/messagebox_critical.png +share/icons/matefaenza/status/48/messagebox_info.png +share/icons/matefaenza/status/48/messagebox_warning.png +share/icons/matefaenza/status/48/network-error.png +share/icons/matefaenza/status/48/network-idle.png +share/icons/matefaenza/status/48/network-offline.png +share/icons/matefaenza/status/48/network-receive.png +share/icons/matefaenza/status/48/network-transmit-receive.png +share/icons/matefaenza/status/48/network-transmit.png +share/icons/matefaenza/status/48/network-wireless-encrypted.png +share/icons/matefaenza/status/48/new-messages-red.png +share/icons/matefaenza/status/48/nm-adhoc.png +share/icons/matefaenza/status/48/nm-device-wired-autoip.png +share/icons/matefaenza/status/48/nm-device-wired-secure.png +share/icons/matefaenza/status/48/nm-device-wired.png +share/icons/matefaenza/status/48/nm-device-wireless.png +share/icons/matefaenza/status/48/nm-device-wwan.png +share/icons/matefaenza/status/48/nm-no-connection.png +share/icons/matefaenza/status/48/nm-secure-lock.png +share/icons/matefaenza/status/48/nm-signal-0.png +share/icons/matefaenza/status/48/nm-signal-00-secure.png +share/icons/matefaenza/status/48/nm-signal-00.png +share/icons/matefaenza/status/48/nm-signal-100-secure.png +share/icons/matefaenza/status/48/nm-signal-100.png +share/icons/matefaenza/status/48/nm-signal-25-secure.png +share/icons/matefaenza/status/48/nm-signal-25.png +share/icons/matefaenza/status/48/nm-signal-50-secure.png +share/icons/matefaenza/status/48/nm-signal-50.png +share/icons/matefaenza/status/48/nm-signal-75-secure.png +share/icons/matefaenza/status/48/nm-signal-75.png +share/icons/matefaenza/status/48/nm-vpn-active-lock.png +share/icons/matefaenza/status/48/nm-vpn-connecting12.png +share/icons/matefaenza/status/48/nm-vpn-connecting13.png +share/icons/matefaenza/status/48/nm-vpn-connecting14.png +share/icons/matefaenza/status/48/nm-vpn-lock.png +share/icons/matefaenza/status/48/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/48/notification-audio-volume-high.png +share/icons/matefaenza/status/48/notification-audio-volume-low.png +share/icons/matefaenza/status/48/notification-audio-volume-medium.png +share/icons/matefaenza/status/48/notification-audio-volume-muted.png +share/icons/matefaenza/status/48/notification-audio-volume-off.png +share/icons/matefaenza/status/48/notification-battery-000-plugged.png +share/icons/matefaenza/status/48/notification-battery-000.png +share/icons/matefaenza/status/48/notification-battery-020-plugged.png +share/icons/matefaenza/status/48/notification-battery-020.png +share/icons/matefaenza/status/48/notification-battery-040-plugged.png +share/icons/matefaenza/status/48/notification-battery-040.png +share/icons/matefaenza/status/48/notification-battery-060-plugged.png +share/icons/matefaenza/status/48/notification-battery-060.png +share/icons/matefaenza/status/48/notification-battery-080-plugged.png +share/icons/matefaenza/status/48/notification-battery-080.png +share/icons/matefaenza/status/48/notification-battery-100-plugged.png +share/icons/matefaenza/status/48/notification-battery-100.png +share/icons/matefaenza/status/48/notification-battery-empty.png +share/icons/matefaenza/status/48/notification-battery-low.png +share/icons/matefaenza/status/48/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-000.png +share/icons/matefaenza/status/48/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-020.png +share/icons/matefaenza/status/48/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-040.png +share/icons/matefaenza/status/48/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-060.png +share/icons/matefaenza/status/48/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-080.png +share/icons/matefaenza/status/48/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-100.png +share/icons/matefaenza/status/48/notification-gpm-battery-charged.png +share/icons/matefaenza/status/48/notification-gpm-battery-empty.png +share/icons/matefaenza/status/48/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-000.png +share/icons/matefaenza/status/48/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-020.png +share/icons/matefaenza/status/48/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-040.png +share/icons/matefaenza/status/48/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-060.png +share/icons/matefaenza/status/48/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-080.png +share/icons/matefaenza/status/48/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-100.png +share/icons/matefaenza/status/48/notification-gsm-full.png +share/icons/matefaenza/status/48/notification-gsm-high.png +share/icons/matefaenza/status/48/notification-gsm-low.png +share/icons/matefaenza/status/48/notification-gsm-medium.png +share/icons/matefaenza/status/48/notification-gsm-none.png +share/icons/matefaenza/status/48/notification-message-email.png +share/icons/matefaenza/status/48/notification-network-disconnected.png +share/icons/matefaenza/status/48/notification-network-ethernet-connected.png +share/icons/matefaenza/status/48/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/48/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/48/notification-network-wireless-full.png +share/icons/matefaenza/status/48/notification-network-wireless-high.png +share/icons/matefaenza/status/48/notification-network-wireless-low.png +share/icons/matefaenza/status/48/notification-network-wireless-medium.png +share/icons/matefaenza/status/48/notification-network-wireless-none.png +share/icons/matefaenza/status/48/printer-error.png +share/icons/matefaenza/status/48/printer-printing.png +share/icons/matefaenza/status/48/rhythmbox-notplaying.png +share/icons/matefaenza/status/48/rhythmbox-panel.png +share/icons/matefaenza/status/48/shutter-panel.png +share/icons/matefaenza/status/48/skype_away.png +share/icons/matefaenza/status/48/skype_dnd.png +share/icons/matefaenza/status/48/skype_invisible.png +share/icons/matefaenza/status/48/skype_na.png +share/icons/matefaenza/status/48/skype_offline.png +share/icons/matefaenza/status/48/skype_online.png +share/icons/matefaenza/status/48/skype_skypeme.png +share/icons/matefaenza/status/48/sound-icon.png +share/icons/matefaenza/status/48/status_lock.png +share/icons/matefaenza/status/48/stock_appointment-reminder.png +share/icons/matefaenza/status/48/stock_dialog-error.png +share/icons/matefaenza/status/48/stock_dialog-info.png +share/icons/matefaenza/status/48/stock_dialog-question.png +share/icons/matefaenza/status/48/stock_dialog-warning.png +share/icons/matefaenza/status/48/stock_lock.png +share/icons/matefaenza/status/48/stock_trash_full.png +share/icons/matefaenza/status/48/stock_volume-0.png +share/icons/matefaenza/status/48/stock_volume-max.png +share/icons/matefaenza/status/48/stock_volume-med.png +share/icons/matefaenza/status/48/stock_volume-min.png +share/icons/matefaenza/status/48/stock_volume-mute.png +share/icons/matefaenza/status/48/stock_volume.png +share/icons/matefaenza/status/48/stock_weather-night-clear.png +share/icons/matefaenza/status/48/stock_weather-sunny.png +share/icons/matefaenza/status/48/sunny.png +share/icons/matefaenza/status/48/synapse-panel.png +share/icons/matefaenza/status/48/system-devices-panel-alert.png +share/icons/matefaenza/status/48/system-devices-panel-informations.png +share/icons/matefaenza/status/48/system-devices-panel.png +share/icons/matefaenza/status/48/tomboy-panel.png +share/icons/matefaenza/status/48/transmission-tray-icon.png +share/icons/matefaenza/status/48/trashcan_full.png +share/icons/matefaenza/status/48/user-available.png +share/icons/matefaenza/status/48/user-away.png +share/icons/matefaenza/status/48/user-busy.png +share/icons/matefaenza/status/48/user-extended-away.png +share/icons/matefaenza/status/48/user-invisible.png +share/icons/matefaenza/status/48/user-offline.png +share/icons/matefaenza/status/48/user-trash-full.png +share/icons/matefaenza/status/48/weather-clear-night-000.png +share/icons/matefaenza/status/48/weather-clear-night-010.png +share/icons/matefaenza/status/48/weather-clear-night-020.png +share/icons/matefaenza/status/48/weather-clear-night-030.png +share/icons/matefaenza/status/48/weather-clear-night-040.png +share/icons/matefaenza/status/48/weather-clear-night-050.png +share/icons/matefaenza/status/48/weather-clear-night-060.png +share/icons/matefaenza/status/48/weather-clear-night-070.png +share/icons/matefaenza/status/48/weather-clear-night-080.png +share/icons/matefaenza/status/48/weather-clear-night-090.png +share/icons/matefaenza/status/48/weather-clear-night-100.png +share/icons/matefaenza/status/48/weather-clear-night-110.png +share/icons/matefaenza/status/48/weather-clear-night-120.png +share/icons/matefaenza/status/48/weather-clear-night-130.png +share/icons/matefaenza/status/48/weather-clear-night-140.png +share/icons/matefaenza/status/48/weather-clear-night-150.png +share/icons/matefaenza/status/48/weather-clear-night-160.png +share/icons/matefaenza/status/48/weather-clear-night-170.png +share/icons/matefaenza/status/48/weather-clear-night-180.png +share/icons/matefaenza/status/48/weather-clear-night-190.png +share/icons/matefaenza/status/48/weather-clear-night-200.png +share/icons/matefaenza/status/48/weather-clear-night-210.png +share/icons/matefaenza/status/48/weather-clear-night-220.png +share/icons/matefaenza/status/48/weather-clear-night-230.png +share/icons/matefaenza/status/48/weather-clear-night-240.png +share/icons/matefaenza/status/48/weather-clear-night-250.png +share/icons/matefaenza/status/48/weather-clear-night-260.png +share/icons/matefaenza/status/48/weather-clear-night-270.png +share/icons/matefaenza/status/48/weather-clear-night-280.png +share/icons/matefaenza/status/48/weather-clear-night-290.png +share/icons/matefaenza/status/48/weather-clear-night-300.png +share/icons/matefaenza/status/48/weather-clear-night-310.png +share/icons/matefaenza/status/48/weather-clear-night-320.png +share/icons/matefaenza/status/48/weather-clear-night-330.png +share/icons/matefaenza/status/48/weather-clear-night-340.png +share/icons/matefaenza/status/48/weather-clear-night-350.png +share/icons/matefaenza/status/48/weather-clear-night.png +share/icons/matefaenza/status/48/weather-clear.png +share/icons/matefaenza/status/48/weather-clouds-night.png +share/icons/matefaenza/status/48/weather-clouds.png +share/icons/matefaenza/status/48/weather-few-clouds-night.png +share/icons/matefaenza/status/48/weather-few-clouds.png +share/icons/matefaenza/status/48/weather-fog.png +share/icons/matefaenza/status/48/weather-overcast.png +share/icons/matefaenza/status/48/weather-severe-alert.png +share/icons/matefaenza/status/48/weather-showers-scattered.png +share/icons/matefaenza/status/48/weather-showers.png +share/icons/matefaenza/status/48/weather-snow.png +share/icons/matefaenza/status/48/weather-storm.png +share/icons/matefaenza/status/48/xchat-panel.png +share/icons/matefaenza/status/48/xfce-system-lock.png +share/icons/matefaenza/status/48/xfce-trash-full.png +share/icons/matefaenza/status/48/xfce4-mixer-muted.png +share/icons/matefaenza/status/48/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/48/xfce4-notifyd.png +share/icons/matefaenza/status/48/xfce4-weather.png +share/icons/matefaenza/status/48/xfm-battery-000.png +share/icons/matefaenza/status/48/xfpm-ac-adapter.png +share/icons/matefaenza/status/48/xfpm-battery-000-charging.png +share/icons/matefaenza/status/48/xfpm-battery-020-charging.png +share/icons/matefaenza/status/48/xfpm-battery-020.png +share/icons/matefaenza/status/48/xfpm-battery-040-charging.png +share/icons/matefaenza/status/48/xfpm-battery-040.png +share/icons/matefaenza/status/48/xfpm-battery-060-charging.png +share/icons/matefaenza/status/48/xfpm-battery-060.png +share/icons/matefaenza/status/48/xfpm-battery-080-charging.png +share/icons/matefaenza/status/48/xfpm-battery-080.png +share/icons/matefaenza/status/48/xfpm-battery-100-charging.png +share/icons/matefaenza/status/48/xfpm-battery-100.png +share/icons/matefaenza/status/48/xfpm-battery-charged.png +share/icons/matefaenza/status/48/xfpm-primary-000-charging.png +share/icons/matefaenza/status/48/xfpm-primary-000.png +share/icons/matefaenza/status/48/xfpm-primary-020-charging.png +share/icons/matefaenza/status/48/xfpm-primary-020.png +share/icons/matefaenza/status/48/xfpm-primary-040-charging.png +share/icons/matefaenza/status/48/xfpm-primary-040.png +share/icons/matefaenza/status/48/xfpm-primary-060-charging.png +share/icons/matefaenza/status/48/xfpm-primary-060.png +share/icons/matefaenza/status/48/xfpm-primary-080-charging.png +share/icons/matefaenza/status/48/xfpm-primary-080.png +share/icons/matefaenza/status/48/xfpm-primary-100-charging.png +share/icons/matefaenza/status/48/xfpm-primary-100.png +share/icons/matefaenza/status/48/xfpm-primary-charged.png +share/icons/matefaenza/status/64/appointment-soon.png +share/icons/matefaenza/status/64/apport.png +share/icons/matefaenza/status/64/aptdaemon-add.png +share/icons/matefaenza/status/64/aptdaemon-cleanup.png +share/icons/matefaenza/status/64/aptdaemon-delete.png +share/icons/matefaenza/status/64/aptdaemon-download.png +share/icons/matefaenza/status/64/aptdaemon-resolve.png +share/icons/matefaenza/status/64/aptdaemon-update-cache.png +share/icons/matefaenza/status/64/aptdaemon-upgrade.png +share/icons/matefaenza/status/64/aptdaemon-wait.png +share/icons/matefaenza/status/64/aptdaemon-working.png +share/icons/matefaenza/status/64/audacious-panel.png +share/icons/matefaenza/status/64/audio-volume-high-panel.png +share/icons/matefaenza/status/64/audio-volume-high.png +share/icons/matefaenza/status/64/audio-volume-low-panel.png +share/icons/matefaenza/status/64/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/64/audio-volume-low.png +share/icons/matefaenza/status/64/audio-volume-medium-panel.png +share/icons/matefaenza/status/64/audio-volume-medium.png +share/icons/matefaenza/status/64/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/64/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/64/audio-volume-muted-panel.png +share/icons/matefaenza/status/64/audio-volume-muted.png +share/icons/matefaenza/status/64/audio-volume-off.png +share/icons/matefaenza/status/64/audio-volume-zero-panel.png +share/icons/matefaenza/status/64/avatar-default.png +share/icons/matefaenza/status/64/banshee-panel.png +share/icons/matefaenza/status/64/battery-000.png +share/icons/matefaenza/status/64/battery_caution.png +share/icons/matefaenza/status/64/battery_charged.png +share/icons/matefaenza/status/64/battery_empty.png +share/icons/matefaenza/status/64/battery_full.png +share/icons/matefaenza/status/64/battery_low.png +share/icons/matefaenza/status/64/battery_plugged.png +share/icons/matefaenza/status/64/battery_third_fouth.png +share/icons/matefaenza/status/64/battery_two_thirds.png +share/icons/matefaenza/status/64/blueman-tray.png +share/icons/matefaenza/status/64/bluetooth-active.png +share/icons/matefaenza/status/64/bluetooth-disabled.png +share/icons/matefaenza/status/64/bluetooth-paired.png +share/icons/matefaenza/status/64/connect_creating.png +share/icons/matefaenza/status/64/connect_established.png +share/icons/matefaenza/status/64/connect_no.png +share/icons/matefaenza/status/64/deluge-panel.png +share/icons/matefaenza/status/64/dialog-error.png +share/icons/matefaenza/status/64/dialog-info.png +share/icons/matefaenza/status/64/dialog-information.png +share/icons/matefaenza/status/64/dialog-password.png +share/icons/matefaenza/status/64/dialog-question.png +share/icons/matefaenza/status/64/dialog-warning.png +share/icons/matefaenza/status/64/edittrash.png +share/icons/matefaenza/status/64/empathy-available.png +share/icons/matefaenza/status/64/empathy-away.png +share/icons/matefaenza/status/64/empathy-busy.png +share/icons/matefaenza/status/64/empathy-extended-away.png +share/icons/matefaenza/status/64/empathy-invisible.png +share/icons/matefaenza/status/64/empathy-offline.png +share/icons/matefaenza/status/64/error.png +share/icons/matefaenza/status/64/exaile-pause.png +share/icons/matefaenza/status/64/exaile-play.png +share/icons/matefaenza/status/64/glipper.png +share/icons/matefaenza/status/64/glippy-panel.png +share/icons/matefaenza/status/64/gmp-ups-missing.png +share/icons/matefaenza/status/64/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/64/gnome-fs-trash-full.png +share/icons/matefaenza/status/64/gnome-netstatus-0-24.png +share/icons/matefaenza/status/64/gnome-netstatus-25-49.png +share/icons/matefaenza/status/64/gnome-netstatus-50-74.png +share/icons/matefaenza/status/64/gnome-netstatus-75-100.png +share/icons/matefaenza/status/64/gnome-netstatus-disconn.png +share/icons/matefaenza/status/64/gnome-netstatus-error.png +share/icons/matefaenza/status/64/gnome-netstatus-idle.png +share/icons/matefaenza/status/64/gnome-netstatus-rx.png +share/icons/matefaenza/status/64/gnome-netstatus-tx.png +share/icons/matefaenza/status/64/gnome-netstatus-txrx.png +share/icons/matefaenza/status/64/gnome-stock-trash-full.png +share/icons/matefaenza/status/64/gpm-ac-adapter.png +share/icons/matefaenza/status/64/gpm-battery-000-charging.png +share/icons/matefaenza/status/64/gpm-battery-000.png +share/icons/matefaenza/status/64/gpm-battery-020-charging.png +share/icons/matefaenza/status/64/gpm-battery-020.png +share/icons/matefaenza/status/64/gpm-battery-040-charging.png +share/icons/matefaenza/status/64/gpm-battery-040.png +share/icons/matefaenza/status/64/gpm-battery-060-charging.png +share/icons/matefaenza/status/64/gpm-battery-060.png +share/icons/matefaenza/status/64/gpm-battery-080-charging.png +share/icons/matefaenza/status/64/gpm-battery-080.png +share/icons/matefaenza/status/64/gpm-battery-100-charging.png +share/icons/matefaenza/status/64/gpm-battery-100.png +share/icons/matefaenza/status/64/gpm-battery-charged.png +share/icons/matefaenza/status/64/gpm-primary-000-charging.png +share/icons/matefaenza/status/64/gpm-primary-000.png +share/icons/matefaenza/status/64/gpm-primary-020-charging.png +share/icons/matefaenza/status/64/gpm-primary-020.png +share/icons/matefaenza/status/64/gpm-primary-040-charging.png +share/icons/matefaenza/status/64/gpm-primary-040.png +share/icons/matefaenza/status/64/gpm-primary-060-charging.png +share/icons/matefaenza/status/64/gpm-primary-060.png +share/icons/matefaenza/status/64/gpm-primary-080-charging.png +share/icons/matefaenza/status/64/gpm-primary-080.png +share/icons/matefaenza/status/64/gpm-primary-100-charging.png +share/icons/matefaenza/status/64/gpm-primary-100.png +share/icons/matefaenza/status/64/gpm-primary-charged.png +share/icons/matefaenza/status/64/gpm-ups-000-charging.png +share/icons/matefaenza/status/64/gpm-ups-000.png +share/icons/matefaenza/status/64/gpm-ups-020-charging.png +share/icons/matefaenza/status/64/gpm-ups-020.png +share/icons/matefaenza/status/64/gpm-ups-040-charging.png +share/icons/matefaenza/status/64/gpm-ups-040.png +share/icons/matefaenza/status/64/gpm-ups-060-charging.png +share/icons/matefaenza/status/64/gpm-ups-060.png +share/icons/matefaenza/status/64/gpm-ups-080-charging.png +share/icons/matefaenza/status/64/gpm-ups-080.png +share/icons/matefaenza/status/64/gpm-ups-100-charging.png +share/icons/matefaenza/status/64/gpm-ups-100.png +share/icons/matefaenza/status/64/gtk-dialog-authentication.png +share/icons/matefaenza/status/64/gtk-dialog-error.png +share/icons/matefaenza/status/64/gtk-dialog-info.png +share/icons/matefaenza/status/64/gtk-dialog-question.png +share/icons/matefaenza/status/64/gtk-dialog-warning.png +share/icons/matefaenza/status/64/gtk-missing-image.png +share/icons/matefaenza/status/64/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/64/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/64/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/64/ibus-keyboard.png +share/icons/matefaenza/status/64/image-loading.png +share/icons/matefaenza/status/64/image-missing.png +share/icons/matefaenza/status/64/indicator-messages-new.png +share/icons/matefaenza/status/64/indicator-messages.png +share/icons/matefaenza/status/64/info.png +share/icons/matefaenza/status/64/keys.png +share/icons/matefaenza/status/64/krb-expiring-ticket.png +share/icons/matefaenza/status/64/krb-no-valid-ticket.png +share/icons/matefaenza/status/64/krb-valid-ticket.png +share/icons/matefaenza/status/64/locked.png +share/icons/matefaenza/status/64/media-player-banshee-buffering.png +share/icons/matefaenza/status/64/media-player-banshee-panel.png +share/icons/matefaenza/status/64/media-player-banshee-stopped.png +share/icons/matefaenza/status/64/messagebox_critical.png +share/icons/matefaenza/status/64/messagebox_info.png +share/icons/matefaenza/status/64/messagebox_warning.png +share/icons/matefaenza/status/64/network-error.png +share/icons/matefaenza/status/64/network-idle.png +share/icons/matefaenza/status/64/network-offline.png +share/icons/matefaenza/status/64/network-receive.png +share/icons/matefaenza/status/64/network-transmit-receive.png +share/icons/matefaenza/status/64/network-transmit.png +share/icons/matefaenza/status/64/network-wireless-encrypted.png +share/icons/matefaenza/status/64/new-messages-red.png +share/icons/matefaenza/status/64/nm-adhoc.png +share/icons/matefaenza/status/64/nm-device-wired-autoip.png +share/icons/matefaenza/status/64/nm-device-wired-secure.png +share/icons/matefaenza/status/64/nm-device-wired.png +share/icons/matefaenza/status/64/nm-device-wireless.png +share/icons/matefaenza/status/64/nm-device-wwan.png +share/icons/matefaenza/status/64/nm-no-connection.png +share/icons/matefaenza/status/64/nm-secure-lock.png +share/icons/matefaenza/status/64/nm-signal-0.png +share/icons/matefaenza/status/64/nm-signal-00-secure.png +share/icons/matefaenza/status/64/nm-signal-00.png +share/icons/matefaenza/status/64/nm-signal-100-secure.png +share/icons/matefaenza/status/64/nm-signal-100.png +share/icons/matefaenza/status/64/nm-signal-25-secure.png +share/icons/matefaenza/status/64/nm-signal-25.png +share/icons/matefaenza/status/64/nm-signal-50-secure.png +share/icons/matefaenza/status/64/nm-signal-50.png +share/icons/matefaenza/status/64/nm-signal-75-secure.png +share/icons/matefaenza/status/64/nm-signal-75.png +share/icons/matefaenza/status/64/nm-vpn-active-lock.png +share/icons/matefaenza/status/64/nm-vpn-connecting12.png +share/icons/matefaenza/status/64/nm-vpn-connecting13.png +share/icons/matefaenza/status/64/nm-vpn-connecting14.png +share/icons/matefaenza/status/64/nm-vpn-lock.png +share/icons/matefaenza/status/64/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/64/notification-audio-volume-high.png +share/icons/matefaenza/status/64/notification-audio-volume-low.png +share/icons/matefaenza/status/64/notification-audio-volume-medium.png +share/icons/matefaenza/status/64/notification-audio-volume-muted.png +share/icons/matefaenza/status/64/notification-audio-volume-off.png +share/icons/matefaenza/status/64/notification-battery-000-plugged.png +share/icons/matefaenza/status/64/notification-battery-000.png +share/icons/matefaenza/status/64/notification-battery-020-plugged.png +share/icons/matefaenza/status/64/notification-battery-020.png +share/icons/matefaenza/status/64/notification-battery-040-plugged.png +share/icons/matefaenza/status/64/notification-battery-040.png +share/icons/matefaenza/status/64/notification-battery-060-plugged.png +share/icons/matefaenza/status/64/notification-battery-060.png +share/icons/matefaenza/status/64/notification-battery-080-plugged.png +share/icons/matefaenza/status/64/notification-battery-080.png +share/icons/matefaenza/status/64/notification-battery-100-plugged.png +share/icons/matefaenza/status/64/notification-battery-100.png +share/icons/matefaenza/status/64/notification-battery-empty.png +share/icons/matefaenza/status/64/notification-battery-low.png +share/icons/matefaenza/status/64/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-000.png +share/icons/matefaenza/status/64/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-020.png +share/icons/matefaenza/status/64/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-040.png +share/icons/matefaenza/status/64/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-060.png +share/icons/matefaenza/status/64/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-080.png +share/icons/matefaenza/status/64/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-100.png +share/icons/matefaenza/status/64/notification-gpm-battery-charged.png +share/icons/matefaenza/status/64/notification-gpm-battery-empty.png +share/icons/matefaenza/status/64/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-000.png +share/icons/matefaenza/status/64/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-020.png +share/icons/matefaenza/status/64/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-040.png +share/icons/matefaenza/status/64/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-060.png +share/icons/matefaenza/status/64/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-080.png +share/icons/matefaenza/status/64/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-100.png +share/icons/matefaenza/status/64/notification-gsm-full.png +share/icons/matefaenza/status/64/notification-gsm-high.png +share/icons/matefaenza/status/64/notification-gsm-low.png +share/icons/matefaenza/status/64/notification-gsm-medium.png +share/icons/matefaenza/status/64/notification-gsm-none.png +share/icons/matefaenza/status/64/notification-message-email.png +share/icons/matefaenza/status/64/notification-network-disconnected.png +share/icons/matefaenza/status/64/notification-network-ethernet-connected.png +share/icons/matefaenza/status/64/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/64/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/64/notification-network-wireless-full.png +share/icons/matefaenza/status/64/notification-network-wireless-high.png +share/icons/matefaenza/status/64/notification-network-wireless-low.png +share/icons/matefaenza/status/64/notification-network-wireless-medium.png +share/icons/matefaenza/status/64/notification-network-wireless-none.png +share/icons/matefaenza/status/64/printer-error.png +share/icons/matefaenza/status/64/printer-printing.png +share/icons/matefaenza/status/64/rhythmbox-notplaying.png +share/icons/matefaenza/status/64/rhythmbox-panel.png +share/icons/matefaenza/status/64/shutter-panel.png +share/icons/matefaenza/status/64/skype_away.png +share/icons/matefaenza/status/64/skype_dnd.png +share/icons/matefaenza/status/64/skype_invisible.png +share/icons/matefaenza/status/64/skype_na.png +share/icons/matefaenza/status/64/skype_offline.png +share/icons/matefaenza/status/64/skype_online.png +share/icons/matefaenza/status/64/skype_skypeme.png +share/icons/matefaenza/status/64/sound-icon.png +share/icons/matefaenza/status/64/status_lock.png +share/icons/matefaenza/status/64/stock_appointment-reminder.png +share/icons/matefaenza/status/64/stock_dialog-error.png +share/icons/matefaenza/status/64/stock_dialog-info.png +share/icons/matefaenza/status/64/stock_dialog-question.png +share/icons/matefaenza/status/64/stock_dialog-warning.png +share/icons/matefaenza/status/64/stock_lock.png +share/icons/matefaenza/status/64/stock_trash_full.png +share/icons/matefaenza/status/64/stock_volume-0.png +share/icons/matefaenza/status/64/stock_volume-max.png +share/icons/matefaenza/status/64/stock_volume-med.png +share/icons/matefaenza/status/64/stock_volume-min.png +share/icons/matefaenza/status/64/stock_volume-mute.png +share/icons/matefaenza/status/64/stock_volume.png +share/icons/matefaenza/status/64/stock_weather-night-clear.png +share/icons/matefaenza/status/64/stock_weather-sunny.png +share/icons/matefaenza/status/64/sunny.png +share/icons/matefaenza/status/64/synapse-panel.png +share/icons/matefaenza/status/64/system-devices-panel-alert.png +share/icons/matefaenza/status/64/system-devices-panel-informations.png +share/icons/matefaenza/status/64/system-devices-panel.png +share/icons/matefaenza/status/64/tomboy-panel.png +share/icons/matefaenza/status/64/transmission-tray-icon.png +share/icons/matefaenza/status/64/trashcan_full.png +share/icons/matefaenza/status/64/user-available.png +share/icons/matefaenza/status/64/user-away.png +share/icons/matefaenza/status/64/user-busy.png +share/icons/matefaenza/status/64/user-extended-away.png +share/icons/matefaenza/status/64/user-invisible.png +share/icons/matefaenza/status/64/user-offline.png +share/icons/matefaenza/status/64/user-trash-full.png +share/icons/matefaenza/status/64/weather-clear-night-000.png +share/icons/matefaenza/status/64/weather-clear-night-010.png +share/icons/matefaenza/status/64/weather-clear-night-020.png +share/icons/matefaenza/status/64/weather-clear-night-030.png +share/icons/matefaenza/status/64/weather-clear-night-040.png +share/icons/matefaenza/status/64/weather-clear-night-050.png +share/icons/matefaenza/status/64/weather-clear-night-060.png +share/icons/matefaenza/status/64/weather-clear-night-070.png +share/icons/matefaenza/status/64/weather-clear-night-080.png +share/icons/matefaenza/status/64/weather-clear-night-090.png +share/icons/matefaenza/status/64/weather-clear-night-100.png +share/icons/matefaenza/status/64/weather-clear-night-110.png +share/icons/matefaenza/status/64/weather-clear-night-120.png +share/icons/matefaenza/status/64/weather-clear-night-130.png +share/icons/matefaenza/status/64/weather-clear-night-140.png +share/icons/matefaenza/status/64/weather-clear-night-150.png +share/icons/matefaenza/status/64/weather-clear-night-160.png +share/icons/matefaenza/status/64/weather-clear-night-170.png +share/icons/matefaenza/status/64/weather-clear-night-180.png +share/icons/matefaenza/status/64/weather-clear-night-190.png +share/icons/matefaenza/status/64/weather-clear-night-200.png +share/icons/matefaenza/status/64/weather-clear-night-210.png +share/icons/matefaenza/status/64/weather-clear-night-220.png +share/icons/matefaenza/status/64/weather-clear-night-230.png +share/icons/matefaenza/status/64/weather-clear-night-240.png +share/icons/matefaenza/status/64/weather-clear-night-250.png +share/icons/matefaenza/status/64/weather-clear-night-260.png +share/icons/matefaenza/status/64/weather-clear-night-270.png +share/icons/matefaenza/status/64/weather-clear-night-280.png +share/icons/matefaenza/status/64/weather-clear-night-290.png +share/icons/matefaenza/status/64/weather-clear-night-300.png +share/icons/matefaenza/status/64/weather-clear-night-310.png +share/icons/matefaenza/status/64/weather-clear-night-320.png +share/icons/matefaenza/status/64/weather-clear-night-330.png +share/icons/matefaenza/status/64/weather-clear-night-340.png +share/icons/matefaenza/status/64/weather-clear-night-350.png +share/icons/matefaenza/status/64/weather-clear-night.png +share/icons/matefaenza/status/64/weather-clear.png +share/icons/matefaenza/status/64/weather-clouds-night.png +share/icons/matefaenza/status/64/weather-clouds.png +share/icons/matefaenza/status/64/weather-few-clouds-night.png +share/icons/matefaenza/status/64/weather-few-clouds.png +share/icons/matefaenza/status/64/weather-fog.png +share/icons/matefaenza/status/64/weather-overcast.png +share/icons/matefaenza/status/64/weather-severe-alert.png +share/icons/matefaenza/status/64/weather-showers-scattered.png +share/icons/matefaenza/status/64/weather-showers.png +share/icons/matefaenza/status/64/weather-snow.png +share/icons/matefaenza/status/64/weather-storm.png +share/icons/matefaenza/status/64/xchat-panel.png +share/icons/matefaenza/status/64/xfce-system-lock.png +share/icons/matefaenza/status/64/xfce-trash-full.png +share/icons/matefaenza/status/64/xfce4-mixer-muted.png +share/icons/matefaenza/status/64/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/64/xfce4-notifyd.png +share/icons/matefaenza/status/64/xfce4-weather.png +share/icons/matefaenza/status/64/xfm-battery-000.png +share/icons/matefaenza/status/64/xfpm-ac-adapter.png +share/icons/matefaenza/status/64/xfpm-battery-000-charging.png +share/icons/matefaenza/status/64/xfpm-battery-020-charging.png +share/icons/matefaenza/status/64/xfpm-battery-020.png +share/icons/matefaenza/status/64/xfpm-battery-040-charging.png +share/icons/matefaenza/status/64/xfpm-battery-040.png +share/icons/matefaenza/status/64/xfpm-battery-060-charging.png +share/icons/matefaenza/status/64/xfpm-battery-060.png +share/icons/matefaenza/status/64/xfpm-battery-080-charging.png +share/icons/matefaenza/status/64/xfpm-battery-080.png +share/icons/matefaenza/status/64/xfpm-battery-100-charging.png +share/icons/matefaenza/status/64/xfpm-battery-100.png +share/icons/matefaenza/status/64/xfpm-battery-charged.png +share/icons/matefaenza/status/64/xfpm-primary-000-charging.png +share/icons/matefaenza/status/64/xfpm-primary-000.png +share/icons/matefaenza/status/64/xfpm-primary-020-charging.png +share/icons/matefaenza/status/64/xfpm-primary-020.png +share/icons/matefaenza/status/64/xfpm-primary-040-charging.png +share/icons/matefaenza/status/64/xfpm-primary-040.png +share/icons/matefaenza/status/64/xfpm-primary-060-charging.png +share/icons/matefaenza/status/64/xfpm-primary-060.png +share/icons/matefaenza/status/64/xfpm-primary-080-charging.png +share/icons/matefaenza/status/64/xfpm-primary-080.png +share/icons/matefaenza/status/64/xfpm-primary-100-charging.png +share/icons/matefaenza/status/64/xfpm-primary-100.png +share/icons/matefaenza/status/64/xfpm-primary-charged.png +share/icons/matefaenza/status/96/appointment-soon.png +share/icons/matefaenza/status/96/apport.png +share/icons/matefaenza/status/96/aptdaemon-add.png +share/icons/matefaenza/status/96/aptdaemon-cleanup.png +share/icons/matefaenza/status/96/aptdaemon-delete.png +share/icons/matefaenza/status/96/aptdaemon-download.png +share/icons/matefaenza/status/96/aptdaemon-resolve.png +share/icons/matefaenza/status/96/aptdaemon-update-cache.png +share/icons/matefaenza/status/96/aptdaemon-upgrade.png +share/icons/matefaenza/status/96/aptdaemon-wait.png +share/icons/matefaenza/status/96/aptdaemon-working.png +share/icons/matefaenza/status/96/audacious-panel.png +share/icons/matefaenza/status/96/audio-volume-high-panel.png +share/icons/matefaenza/status/96/audio-volume-high.png +share/icons/matefaenza/status/96/audio-volume-low-panel.png +share/icons/matefaenza/status/96/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/96/audio-volume-low.png +share/icons/matefaenza/status/96/audio-volume-medium-panel.png +share/icons/matefaenza/status/96/audio-volume-medium.png +share/icons/matefaenza/status/96/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/96/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/96/audio-volume-muted-panel.png +share/icons/matefaenza/status/96/audio-volume-muted.png +share/icons/matefaenza/status/96/audio-volume-off.png +share/icons/matefaenza/status/96/audio-volume-zero-panel.png +share/icons/matefaenza/status/96/avatar-default.png +share/icons/matefaenza/status/96/banshee-panel.png +share/icons/matefaenza/status/96/battery-000.png +share/icons/matefaenza/status/96/battery_caution.png +share/icons/matefaenza/status/96/battery_charged.png +share/icons/matefaenza/status/96/battery_empty.png +share/icons/matefaenza/status/96/battery_full.png +share/icons/matefaenza/status/96/battery_low.png +share/icons/matefaenza/status/96/battery_plugged.png +share/icons/matefaenza/status/96/battery_third_fouth.png +share/icons/matefaenza/status/96/battery_two_thirds.png +share/icons/matefaenza/status/96/blueman-tray.png +share/icons/matefaenza/status/96/bluetooth-active.png +share/icons/matefaenza/status/96/bluetooth-disabled.png +share/icons/matefaenza/status/96/bluetooth-paired.png +share/icons/matefaenza/status/96/connect_creating.png +share/icons/matefaenza/status/96/connect_established.png +share/icons/matefaenza/status/96/connect_no.png +share/icons/matefaenza/status/96/deluge-panel.png +share/icons/matefaenza/status/96/dialog-error.png +share/icons/matefaenza/status/96/dialog-info.png +share/icons/matefaenza/status/96/dialog-information.png +share/icons/matefaenza/status/96/dialog-password.png +share/icons/matefaenza/status/96/dialog-question.png +share/icons/matefaenza/status/96/dialog-warning.png +share/icons/matefaenza/status/96/edittrash.png +share/icons/matefaenza/status/96/empathy-available.png +share/icons/matefaenza/status/96/empathy-away.png +share/icons/matefaenza/status/96/empathy-busy.png +share/icons/matefaenza/status/96/empathy-extended-away.png +share/icons/matefaenza/status/96/empathy-invisible.png +share/icons/matefaenza/status/96/empathy-offline.png +share/icons/matefaenza/status/96/error.png +share/icons/matefaenza/status/96/exaile-pause.png +share/icons/matefaenza/status/96/exaile-play.png +share/icons/matefaenza/status/96/glipper.png +share/icons/matefaenza/status/96/glippy-panel.png +share/icons/matefaenza/status/96/gmp-ups-missing.png +share/icons/matefaenza/status/96/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/96/gnome-fs-trash-full.png +share/icons/matefaenza/status/96/gnome-netstatus-0-24.png +share/icons/matefaenza/status/96/gnome-netstatus-25-49.png +share/icons/matefaenza/status/96/gnome-netstatus-50-74.png +share/icons/matefaenza/status/96/gnome-netstatus-75-100.png +share/icons/matefaenza/status/96/gnome-netstatus-disconn.png +share/icons/matefaenza/status/96/gnome-netstatus-error.png +share/icons/matefaenza/status/96/gnome-netstatus-idle.png +share/icons/matefaenza/status/96/gnome-netstatus-rx.png +share/icons/matefaenza/status/96/gnome-netstatus-tx.png +share/icons/matefaenza/status/96/gnome-netstatus-txrx.png +share/icons/matefaenza/status/96/gnome-stock-trash-full.png +share/icons/matefaenza/status/96/gpm-ac-adapter.png +share/icons/matefaenza/status/96/gpm-battery-000-charging.png +share/icons/matefaenza/status/96/gpm-battery-000.png +share/icons/matefaenza/status/96/gpm-battery-020-charging.png +share/icons/matefaenza/status/96/gpm-battery-020.png +share/icons/matefaenza/status/96/gpm-battery-040-charging.png +share/icons/matefaenza/status/96/gpm-battery-040.png +share/icons/matefaenza/status/96/gpm-battery-060-charging.png +share/icons/matefaenza/status/96/gpm-battery-060.png +share/icons/matefaenza/status/96/gpm-battery-080-charging.png +share/icons/matefaenza/status/96/gpm-battery-080.png +share/icons/matefaenza/status/96/gpm-battery-100-charging.png +share/icons/matefaenza/status/96/gpm-battery-100.png +share/icons/matefaenza/status/96/gpm-battery-charged.png +share/icons/matefaenza/status/96/gpm-primary-000-charging.png +share/icons/matefaenza/status/96/gpm-primary-000.png +share/icons/matefaenza/status/96/gpm-primary-020-charging.png +share/icons/matefaenza/status/96/gpm-primary-020.png +share/icons/matefaenza/status/96/gpm-primary-040-charging.png +share/icons/matefaenza/status/96/gpm-primary-040.png +share/icons/matefaenza/status/96/gpm-primary-060-charging.png +share/icons/matefaenza/status/96/gpm-primary-060.png +share/icons/matefaenza/status/96/gpm-primary-080-charging.png +share/icons/matefaenza/status/96/gpm-primary-080.png +share/icons/matefaenza/status/96/gpm-primary-100-charging.png +share/icons/matefaenza/status/96/gpm-primary-100.png +share/icons/matefaenza/status/96/gpm-primary-charged.png +share/icons/matefaenza/status/96/gpm-ups-000-charging.png +share/icons/matefaenza/status/96/gpm-ups-000.png +share/icons/matefaenza/status/96/gpm-ups-020-charging.png +share/icons/matefaenza/status/96/gpm-ups-020.png +share/icons/matefaenza/status/96/gpm-ups-040-charging.png +share/icons/matefaenza/status/96/gpm-ups-040.png +share/icons/matefaenza/status/96/gpm-ups-060-charging.png +share/icons/matefaenza/status/96/gpm-ups-060.png +share/icons/matefaenza/status/96/gpm-ups-080-charging.png +share/icons/matefaenza/status/96/gpm-ups-080.png +share/icons/matefaenza/status/96/gpm-ups-100-charging.png +share/icons/matefaenza/status/96/gpm-ups-100.png +share/icons/matefaenza/status/96/gtk-dialog-authentication.png +share/icons/matefaenza/status/96/gtk-dialog-error.png +share/icons/matefaenza/status/96/gtk-dialog-info.png +share/icons/matefaenza/status/96/gtk-dialog-question.png +share/icons/matefaenza/status/96/gtk-dialog-warning.png +share/icons/matefaenza/status/96/gtk-missing-image.png +share/icons/matefaenza/status/96/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/96/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/96/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/96/ibus-keyboard.png +share/icons/matefaenza/status/96/image-loading.png +share/icons/matefaenza/status/96/image-missing.png +share/icons/matefaenza/status/96/indicator-messages-new.png +share/icons/matefaenza/status/96/indicator-messages.png +share/icons/matefaenza/status/96/info.png +share/icons/matefaenza/status/96/keys.png +share/icons/matefaenza/status/96/krb-expiring-ticket.png +share/icons/matefaenza/status/96/krb-no-valid-ticket.png +share/icons/matefaenza/status/96/krb-valid-ticket.png +share/icons/matefaenza/status/96/locked.png +share/icons/matefaenza/status/96/media-player-banshee-buffering.png +share/icons/matefaenza/status/96/media-player-banshee-panel.png +share/icons/matefaenza/status/96/media-player-banshee-stopped.png +share/icons/matefaenza/status/96/messagebox_critical.png +share/icons/matefaenza/status/96/messagebox_info.png +share/icons/matefaenza/status/96/messagebox_warning.png +share/icons/matefaenza/status/96/network-error.png +share/icons/matefaenza/status/96/network-idle.png +share/icons/matefaenza/status/96/network-offline.png +share/icons/matefaenza/status/96/network-receive.png +share/icons/matefaenza/status/96/network-transmit-receive.png +share/icons/matefaenza/status/96/network-transmit.png +share/icons/matefaenza/status/96/network-wireless-encrypted.png +share/icons/matefaenza/status/96/new-messages-red.png +share/icons/matefaenza/status/96/nm-adhoc.png +share/icons/matefaenza/status/96/nm-device-wired-autoip.png +share/icons/matefaenza/status/96/nm-device-wired-secure.png +share/icons/matefaenza/status/96/nm-device-wired.png +share/icons/matefaenza/status/96/nm-device-wireless.png +share/icons/matefaenza/status/96/nm-device-wwan.png +share/icons/matefaenza/status/96/nm-no-connection.png +share/icons/matefaenza/status/96/nm-secure-lock.png +share/icons/matefaenza/status/96/nm-signal-0.png +share/icons/matefaenza/status/96/nm-signal-00-secure.png +share/icons/matefaenza/status/96/nm-signal-00.png +share/icons/matefaenza/status/96/nm-signal-100-secure.png +share/icons/matefaenza/status/96/nm-signal-100.png +share/icons/matefaenza/status/96/nm-signal-25-secure.png +share/icons/matefaenza/status/96/nm-signal-25.png +share/icons/matefaenza/status/96/nm-signal-50-secure.png +share/icons/matefaenza/status/96/nm-signal-50.png +share/icons/matefaenza/status/96/nm-signal-75-secure.png +share/icons/matefaenza/status/96/nm-signal-75.png +share/icons/matefaenza/status/96/nm-vpn-active-lock.png +share/icons/matefaenza/status/96/nm-vpn-connecting12.png +share/icons/matefaenza/status/96/nm-vpn-connecting13.png +share/icons/matefaenza/status/96/nm-vpn-connecting14.png +share/icons/matefaenza/status/96/nm-vpn-lock.png +share/icons/matefaenza/status/96/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/96/notification-audio-volume-high.png +share/icons/matefaenza/status/96/notification-audio-volume-low.png +share/icons/matefaenza/status/96/notification-audio-volume-medium.png +share/icons/matefaenza/status/96/notification-audio-volume-muted.png +share/icons/matefaenza/status/96/notification-audio-volume-off.png +share/icons/matefaenza/status/96/notification-battery-000-plugged.png +share/icons/matefaenza/status/96/notification-battery-000.png +share/icons/matefaenza/status/96/notification-battery-020-plugged.png +share/icons/matefaenza/status/96/notification-battery-020.png +share/icons/matefaenza/status/96/notification-battery-040-plugged.png +share/icons/matefaenza/status/96/notification-battery-040.png +share/icons/matefaenza/status/96/notification-battery-060-plugged.png +share/icons/matefaenza/status/96/notification-battery-060.png +share/icons/matefaenza/status/96/notification-battery-080-plugged.png +share/icons/matefaenza/status/96/notification-battery-080.png +share/icons/matefaenza/status/96/notification-battery-100-plugged.png +share/icons/matefaenza/status/96/notification-battery-100.png +share/icons/matefaenza/status/96/notification-battery-empty.png +share/icons/matefaenza/status/96/notification-battery-low.png +share/icons/matefaenza/status/96/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-000.png +share/icons/matefaenza/status/96/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-020.png +share/icons/matefaenza/status/96/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-040.png +share/icons/matefaenza/status/96/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-060.png +share/icons/matefaenza/status/96/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-080.png +share/icons/matefaenza/status/96/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-100.png +share/icons/matefaenza/status/96/notification-gpm-battery-charged.png +share/icons/matefaenza/status/96/notification-gpm-battery-empty.png +share/icons/matefaenza/status/96/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-000.png +share/icons/matefaenza/status/96/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-020.png +share/icons/matefaenza/status/96/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-040.png +share/icons/matefaenza/status/96/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-060.png +share/icons/matefaenza/status/96/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-080.png +share/icons/matefaenza/status/96/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-100.png +share/icons/matefaenza/status/96/notification-gsm-full.png +share/icons/matefaenza/status/96/notification-gsm-high.png +share/icons/matefaenza/status/96/notification-gsm-low.png +share/icons/matefaenza/status/96/notification-gsm-medium.png +share/icons/matefaenza/status/96/notification-gsm-none.png +share/icons/matefaenza/status/96/notification-message-email.png +share/icons/matefaenza/status/96/notification-network-disconnected.png +share/icons/matefaenza/status/96/notification-network-ethernet-connected.png +share/icons/matefaenza/status/96/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/96/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/96/notification-network-wireless-full.png +share/icons/matefaenza/status/96/notification-network-wireless-high.png +share/icons/matefaenza/status/96/notification-network-wireless-low.png +share/icons/matefaenza/status/96/notification-network-wireless-medium.png +share/icons/matefaenza/status/96/notification-network-wireless-none.png +share/icons/matefaenza/status/96/printer-error.png +share/icons/matefaenza/status/96/printer-printing.png +share/icons/matefaenza/status/96/rhythmbox-notplaying.png +share/icons/matefaenza/status/96/rhythmbox-panel.png +share/icons/matefaenza/status/96/shutter-panel.png +share/icons/matefaenza/status/96/skype_away.png +share/icons/matefaenza/status/96/skype_dnd.png +share/icons/matefaenza/status/96/skype_invisible.png +share/icons/matefaenza/status/96/skype_na.png +share/icons/matefaenza/status/96/skype_offline.png +share/icons/matefaenza/status/96/skype_online.png +share/icons/matefaenza/status/96/skype_skypeme.png +share/icons/matefaenza/status/96/sound-icon.png +share/icons/matefaenza/status/96/status_lock.png +share/icons/matefaenza/status/96/stock_appointment-reminder.png +share/icons/matefaenza/status/96/stock_dialog-error.png +share/icons/matefaenza/status/96/stock_dialog-info.png +share/icons/matefaenza/status/96/stock_dialog-question.png +share/icons/matefaenza/status/96/stock_dialog-warning.png +share/icons/matefaenza/status/96/stock_lock.png +share/icons/matefaenza/status/96/stock_trash_full.png +share/icons/matefaenza/status/96/stock_volume-0.png +share/icons/matefaenza/status/96/stock_volume-max.png +share/icons/matefaenza/status/96/stock_volume-med.png +share/icons/matefaenza/status/96/stock_volume-min.png +share/icons/matefaenza/status/96/stock_volume-mute.png +share/icons/matefaenza/status/96/stock_volume.png +share/icons/matefaenza/status/96/stock_weather-night-clear.png +share/icons/matefaenza/status/96/stock_weather-sunny.png +share/icons/matefaenza/status/96/sunny.png +share/icons/matefaenza/status/96/synapse-panel.png +share/icons/matefaenza/status/96/system-devices-panel-alert.png +share/icons/matefaenza/status/96/system-devices-panel-informations.png +share/icons/matefaenza/status/96/system-devices-panel.png +share/icons/matefaenza/status/96/tomboy-panel.png +share/icons/matefaenza/status/96/transmission-tray-icon.png +share/icons/matefaenza/status/96/trashcan_full.png +share/icons/matefaenza/status/96/user-available.png +share/icons/matefaenza/status/96/user-away.png +share/icons/matefaenza/status/96/user-busy.png +share/icons/matefaenza/status/96/user-extended-away.png +share/icons/matefaenza/status/96/user-invisible.png +share/icons/matefaenza/status/96/user-offline.png +share/icons/matefaenza/status/96/user-trash-full.png +share/icons/matefaenza/status/96/weather-clear-night-000.png +share/icons/matefaenza/status/96/weather-clear-night-010.png +share/icons/matefaenza/status/96/weather-clear-night-020.png +share/icons/matefaenza/status/96/weather-clear-night-030.png +share/icons/matefaenza/status/96/weather-clear-night-040.png +share/icons/matefaenza/status/96/weather-clear-night-050.png +share/icons/matefaenza/status/96/weather-clear-night-060.png +share/icons/matefaenza/status/96/weather-clear-night-070.png +share/icons/matefaenza/status/96/weather-clear-night-080.png +share/icons/matefaenza/status/96/weather-clear-night-090.png +share/icons/matefaenza/status/96/weather-clear-night-100.png +share/icons/matefaenza/status/96/weather-clear-night-110.png +share/icons/matefaenza/status/96/weather-clear-night-120.png +share/icons/matefaenza/status/96/weather-clear-night-130.png +share/icons/matefaenza/status/96/weather-clear-night-140.png +share/icons/matefaenza/status/96/weather-clear-night-150.png +share/icons/matefaenza/status/96/weather-clear-night-160.png +share/icons/matefaenza/status/96/weather-clear-night-170.png +share/icons/matefaenza/status/96/weather-clear-night-180.png +share/icons/matefaenza/status/96/weather-clear-night-190.png +share/icons/matefaenza/status/96/weather-clear-night-200.png +share/icons/matefaenza/status/96/weather-clear-night-210.png +share/icons/matefaenza/status/96/weather-clear-night-220.png +share/icons/matefaenza/status/96/weather-clear-night-230.png +share/icons/matefaenza/status/96/weather-clear-night-240.png +share/icons/matefaenza/status/96/weather-clear-night-250.png +share/icons/matefaenza/status/96/weather-clear-night-260.png +share/icons/matefaenza/status/96/weather-clear-night-270.png +share/icons/matefaenza/status/96/weather-clear-night-280.png +share/icons/matefaenza/status/96/weather-clear-night-290.png +share/icons/matefaenza/status/96/weather-clear-night-300.png +share/icons/matefaenza/status/96/weather-clear-night-310.png +share/icons/matefaenza/status/96/weather-clear-night-320.png +share/icons/matefaenza/status/96/weather-clear-night-330.png +share/icons/matefaenza/status/96/weather-clear-night-340.png +share/icons/matefaenza/status/96/weather-clear-night-350.png +share/icons/matefaenza/status/96/weather-clear-night.png +share/icons/matefaenza/status/96/weather-clear.png +share/icons/matefaenza/status/96/weather-clouds-night.png +share/icons/matefaenza/status/96/weather-clouds.png +share/icons/matefaenza/status/96/weather-few-clouds-night.png +share/icons/matefaenza/status/96/weather-few-clouds.png +share/icons/matefaenza/status/96/weather-fog.png +share/icons/matefaenza/status/96/weather-overcast.png +share/icons/matefaenza/status/96/weather-severe-alert.png +share/icons/matefaenza/status/96/weather-showers-scattered.png +share/icons/matefaenza/status/96/weather-showers.png +share/icons/matefaenza/status/96/weather-snow.png +share/icons/matefaenza/status/96/weather-storm.png +share/icons/matefaenza/status/96/xchat-panel.png +share/icons/matefaenza/status/96/xfce-system-lock.png +share/icons/matefaenza/status/96/xfce-trash-full.png +share/icons/matefaenza/status/96/xfce4-mixer-muted.png +share/icons/matefaenza/status/96/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/96/xfce4-notifyd.png +share/icons/matefaenza/status/96/xfce4-weather.png +share/icons/matefaenza/status/96/xfm-battery-000.png +share/icons/matefaenza/status/96/xfpm-ac-adapter.png +share/icons/matefaenza/status/96/xfpm-battery-000-charging.png +share/icons/matefaenza/status/96/xfpm-battery-020-charging.png +share/icons/matefaenza/status/96/xfpm-battery-020.png +share/icons/matefaenza/status/96/xfpm-battery-040-charging.png +share/icons/matefaenza/status/96/xfpm-battery-040.png +share/icons/matefaenza/status/96/xfpm-battery-060-charging.png +share/icons/matefaenza/status/96/xfpm-battery-060.png +share/icons/matefaenza/status/96/xfpm-battery-080-charging.png +share/icons/matefaenza/status/96/xfpm-battery-080.png +share/icons/matefaenza/status/96/xfpm-battery-100-charging.png +share/icons/matefaenza/status/96/xfpm-battery-100.png +share/icons/matefaenza/status/96/xfpm-battery-charged.png +share/icons/matefaenza/status/96/xfpm-primary-000-charging.png +share/icons/matefaenza/status/96/xfpm-primary-000.png +share/icons/matefaenza/status/96/xfpm-primary-020-charging.png +share/icons/matefaenza/status/96/xfpm-primary-020.png +share/icons/matefaenza/status/96/xfpm-primary-040-charging.png +share/icons/matefaenza/status/96/xfpm-primary-040.png +share/icons/matefaenza/status/96/xfpm-primary-060-charging.png +share/icons/matefaenza/status/96/xfpm-primary-060.png +share/icons/matefaenza/status/96/xfpm-primary-080-charging.png +share/icons/matefaenza/status/96/xfpm-primary-080.png +share/icons/matefaenza/status/96/xfpm-primary-100-charging.png +share/icons/matefaenza/status/96/xfpm-primary-100.png +share/icons/matefaenza/status/96/xfpm-primary-charged.png +share/icons/matefaenza/status/scalable/appointment-soon.svg +share/icons/matefaenza/status/scalable/apport.svg +share/icons/matefaenza/status/scalable/aptdaemon-add.svg +share/icons/matefaenza/status/scalable/aptdaemon-cleanup.svg +share/icons/matefaenza/status/scalable/aptdaemon-delete.svg +share/icons/matefaenza/status/scalable/aptdaemon-download.svg +share/icons/matefaenza/status/scalable/aptdaemon-resolve.svg +share/icons/matefaenza/status/scalable/aptdaemon-update-cache.svg +share/icons/matefaenza/status/scalable/aptdaemon-upgrade.svg +share/icons/matefaenza/status/scalable/aptdaemon-wait.svg +share/icons/matefaenza/status/scalable/aptdaemon-working.svg +share/icons/matefaenza/status/scalable/audacious-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-high-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-high-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-high.svg +share/icons/matefaenza/status/scalable/audio-volume-low-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-low-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-low-zero-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-low.svg +share/icons/matefaenza/status/scalable/audio-volume-medium-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-medium-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-medium.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-blocked-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-blocking-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-muted.svg +share/icons/matefaenza/status/scalable/audio-volume-off.svg +share/icons/matefaenza/status/scalable/audio-volume-zero-panel.svg +share/icons/matefaenza/status/scalable/avatar-default-symbolic.svg +share/icons/matefaenza/status/scalable/avatar-default.svg +share/icons/matefaenza/status/scalable/banshee-panel.svg +share/icons/matefaenza/status/scalable/battery-000.svg +share/icons/matefaenza/status/scalable/battery-caution-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-caution-symbolic.svg +share/icons/matefaenza/status/scalable/battery-empty-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-empty-symbolic.svg +share/icons/matefaenza/status/scalable/battery-full-charged-symbolic.svg +share/icons/matefaenza/status/scalable/battery-full-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-full-symbolic.svg +share/icons/matefaenza/status/scalable/battery-good-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-good-symbolic.svg +share/icons/matefaenza/status/scalable/battery-low-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-low-symbolic.svg +share/icons/matefaenza/status/scalable/battery-missing-symbolic.svg +share/icons/matefaenza/status/scalable/battery_caution.svg +share/icons/matefaenza/status/scalable/battery_charged.svg +share/icons/matefaenza/status/scalable/battery_empty.svg +share/icons/matefaenza/status/scalable/battery_full.svg +share/icons/matefaenza/status/scalable/battery_low.svg +share/icons/matefaenza/status/scalable/battery_plugged.svg +share/icons/matefaenza/status/scalable/battery_third_fouth.svg +share/icons/matefaenza/status/scalable/battery_two_thirds.svg +share/icons/matefaenza/status/scalable/blueman-tray.svg +share/icons/matefaenza/status/scalable/bluetooth-active-symbolic.svg +share/icons/matefaenza/status/scalable/bluetooth-active.svg +share/icons/matefaenza/status/scalable/bluetooth-disabled-symbolic.svg +share/icons/matefaenza/status/scalable/bluetooth-disabled.svg +share/icons/matefaenza/status/scalable/bluetooth-paired.svg +share/icons/matefaenza/status/scalable/changes-allow-symbolic.svg +share/icons/matefaenza/status/scalable/changes-prevent-symbolic.svg +share/icons/matefaenza/status/scalable/connect_creating.svg +share/icons/matefaenza/status/scalable/connect_established.svg +share/icons/matefaenza/status/scalable/connect_no.svg +share/icons/matefaenza/status/scalable/deluge-panel.svg +share/icons/matefaenza/status/scalable/dialog-error-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-error.svg +share/icons/matefaenza/status/scalable/dialog-info.svg +share/icons/matefaenza/status/scalable/dialog-information-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-information.svg +share/icons/matefaenza/status/scalable/dialog-password-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-password.svg +share/icons/matefaenza/status/scalable/dialog-question-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-question.svg +share/icons/matefaenza/status/scalable/dialog-warning-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-warning.svg +share/icons/matefaenza/status/scalable/display-brightness-symbolic.svg +share/icons/matefaenza/status/scalable/edittrash.svg +share/icons/matefaenza/status/scalable/empathy-available.svg +share/icons/matefaenza/status/scalable/empathy-away.svg +share/icons/matefaenza/status/scalable/empathy-busy.svg +share/icons/matefaenza/status/scalable/empathy-extended-away.svg +share/icons/matefaenza/status/scalable/empathy-invisible.svg +share/icons/matefaenza/status/scalable/empathy-offline.svg +share/icons/matefaenza/status/scalable/error.svg +share/icons/matefaenza/status/scalable/exaile-pause.svg +share/icons/matefaenza/status/scalable/exaile-play.svg +share/icons/matefaenza/status/scalable/glipper.svg +share/icons/matefaenza/status/scalable/glippy-panel.svg +share/icons/matefaenza/status/scalable/gmp-ups-missing.svg +share/icons/matefaenza/status/scalable/gnome-dev-wavelan-encrypted.svg +share/icons/matefaenza/status/scalable/gnome-fs-trash-full.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-0-24.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-25-49.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-50-74.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-75-100.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-disconn.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-error.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-idle.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-rx.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-tx.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-txrx.svg +share/icons/matefaenza/status/scalable/gnome-stock-trash-full.svg +share/icons/matefaenza/status/scalable/gpm-ac-adapter.svg +share/icons/matefaenza/status/scalable/gpm-battery-000-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-000.svg +share/icons/matefaenza/status/scalable/gpm-battery-020-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-020.svg +share/icons/matefaenza/status/scalable/gpm-battery-040-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-040.svg +share/icons/matefaenza/status/scalable/gpm-battery-060-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-060.svg +share/icons/matefaenza/status/scalable/gpm-battery-080-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-080.svg +share/icons/matefaenza/status/scalable/gpm-battery-100-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-100.svg +share/icons/matefaenza/status/scalable/gpm-battery-charged.svg +share/icons/matefaenza/status/scalable/gpm-primary-000-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-000.svg +share/icons/matefaenza/status/scalable/gpm-primary-020-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-020.svg +share/icons/matefaenza/status/scalable/gpm-primary-040-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-040.svg +share/icons/matefaenza/status/scalable/gpm-primary-060-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-060.svg +share/icons/matefaenza/status/scalable/gpm-primary-080-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-080.svg +share/icons/matefaenza/status/scalable/gpm-primary-100-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-100.svg +share/icons/matefaenza/status/scalable/gpm-primary-charged.svg +share/icons/matefaenza/status/scalable/gpm-ups-000-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-000.svg +share/icons/matefaenza/status/scalable/gpm-ups-020-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-020.svg +share/icons/matefaenza/status/scalable/gpm-ups-040-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-040.svg +share/icons/matefaenza/status/scalable/gpm-ups-060-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-060.svg +share/icons/matefaenza/status/scalable/gpm-ups-080-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-080.svg +share/icons/matefaenza/status/scalable/gpm-ups-100-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-100.svg +share/icons/matefaenza/status/scalable/gtk-dialog-authentication.svg +share/icons/matefaenza/status/scalable/gtk-dialog-error.svg +share/icons/matefaenza/status/scalable/gtk-dialog-info.svg +share/icons/matefaenza/status/scalable/gtk-dialog-question.svg +share/icons/matefaenza/status/scalable/gtk-dialog-warning.svg +share/icons/matefaenza/status/scalable/gtk-missing-image.svg +share/icons/matefaenza/status/scalable/ibus-keyboard-glow.svg +share/icons/matefaenza/status/scalable/ibus-keyboard.svg +share/icons/matefaenza/status/scalable/image-loading.svg +share/icons/matefaenza/status/scalable/image-missing.svg +share/icons/matefaenza/status/scalable/indicator-messages-new.svg +share/icons/matefaenza/status/scalable/indicator-messages.svg +share/icons/matefaenza/status/scalable/info.svg +share/icons/matefaenza/status/scalable/keyboard-brightness-symbolic.svg +share/icons/matefaenza/status/scalable/keys.svg +share/icons/matefaenza/status/scalable/krb-expiring-ticket.svg +share/icons/matefaenza/status/scalable/krb-no-valid-ticket.svg +share/icons/matefaenza/status/scalable/krb-valid-ticket.svg +share/icons/matefaenza/status/scalable/locked.svg +share/icons/matefaenza/status/scalable/mail-attachment-symbolic.svg +share/icons/matefaenza/status/scalable/mail-read-symbolic.svg +share/icons/matefaenza/status/scalable/mail-unread-symbolic.svg +share/icons/matefaenza/status/scalable/media-player-banshee-buffering.svg +share/icons/matefaenza/status/scalable/media-player-banshee-panel.svg +share/icons/matefaenza/status/scalable/media-player-banshee-stopped.svg +share/icons/matefaenza/status/scalable/media-playlist-repeat-symbolic.svg +share/icons/matefaenza/status/scalable/media-playlist-shuffle-symbolic.svg +share/icons/matefaenza/status/scalable/messagebox_critical.svg +share/icons/matefaenza/status/scalable/messagebox_info.svg +share/icons/matefaenza/status/scalable/messagebox_warning.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-high-symbolic.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-low-symbolic.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-medium-symbolic.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-none-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-3g-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-4g-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-connected-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-edge-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-gprs-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-excellent-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-good-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-none-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-ok-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-weak-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-umts-symbolic.svg +share/icons/matefaenza/status/scalable/network-error-symbolic.svg +share/icons/matefaenza/status/scalable/network-error.svg +share/icons/matefaenza/status/scalable/network-idle.svg +share/icons/matefaenza/status/scalable/network-offline-symbolic.svg +share/icons/matefaenza/status/scalable/network-offline.svg +share/icons/matefaenza/status/scalable/network-receive-symbolic.svg +share/icons/matefaenza/status/scalable/network-receive.svg +share/icons/matefaenza/status/scalable/network-transmit-receive-symbolic.svg +share/icons/matefaenza/status/scalable/network-transmit-receive.svg +share/icons/matefaenza/status/scalable/network-transmit-symbolic.svg +share/icons/matefaenza/status/scalable/network-transmit.svg +share/icons/matefaenza/status/scalable/network-vpn-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-vpn-symbolic.svg +share/icons/matefaenza/status/scalable/network-wired-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-wired-disconnected-symbolic.svg +share/icons/matefaenza/status/scalable/network-wired-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-encrypted-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-encrypted.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-excellent-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-good-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-none-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-ok-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-weak-symbolic.svg +share/icons/matefaenza/status/scalable/new-messages-red.svg +share/icons/matefaenza/status/scalable/nm-adhoc.svg +share/icons/matefaenza/status/scalable/nm-device-wired-autoip.svg +share/icons/matefaenza/status/scalable/nm-device-wired-secure.svg +share/icons/matefaenza/status/scalable/nm-device-wired.svg +share/icons/matefaenza/status/scalable/nm-device-wireless.svg +share/icons/matefaenza/status/scalable/nm-device-wwan.svg +share/icons/matefaenza/status/scalable/nm-no-connection.svg +share/icons/matefaenza/status/scalable/nm-secure-lock.svg +share/icons/matefaenza/status/scalable/nm-signal-0.svg +share/icons/matefaenza/status/scalable/nm-signal-00-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-00.svg +share/icons/matefaenza/status/scalable/nm-signal-100-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-100.svg +share/icons/matefaenza/status/scalable/nm-signal-25-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-25.svg +share/icons/matefaenza/status/scalable/nm-signal-50-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-50.svg +share/icons/matefaenza/status/scalable/nm-signal-75-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-75.svg +share/icons/matefaenza/status/scalable/nm-vpn-active-lock.svg +share/icons/matefaenza/status/scalable/nm-vpn-connecting12.svg +share/icons/matefaenza/status/scalable/nm-vpn-connecting13.svg +share/icons/matefaenza/status/scalable/nm-vpn-connecting14.svg +share/icons/matefaenza/status/scalable/nm-vpn-lock.svg +share/icons/matefaenza/status/scalable/nm-vpn-standalone-lock.svg +share/icons/matefaenza/status/scalable/non-starred-symbolic.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-high.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-low.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-medium.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-muted.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-off.svg +share/icons/matefaenza/status/scalable/notification-battery-000-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-000.svg +share/icons/matefaenza/status/scalable/notification-battery-020-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-020.svg +share/icons/matefaenza/status/scalable/notification-battery-040-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-040.svg +share/icons/matefaenza/status/scalable/notification-battery-060-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-060.svg +share/icons/matefaenza/status/scalable/notification-battery-080-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-080.svg +share/icons/matefaenza/status/scalable/notification-battery-100-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-100.svg +share/icons/matefaenza/status/scalable/notification-battery-empty.svg +share/icons/matefaenza/status/scalable/notification-battery-low.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-000-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-000.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-020-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-020.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-040-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-040.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-060-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-060.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-080-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-080.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-100-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-100.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-charged.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-empty.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-000-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-000.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-020-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-020.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-040-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-040.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-060-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-060.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-080-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-080.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-100-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-100.svg +share/icons/matefaenza/status/scalable/notification-gsm-full.svg +share/icons/matefaenza/status/scalable/notification-gsm-high.svg +share/icons/matefaenza/status/scalable/notification-gsm-low.svg +share/icons/matefaenza/status/scalable/notification-gsm-medium.svg +share/icons/matefaenza/status/scalable/notification-gsm-none.svg +share/icons/matefaenza/status/scalable/notification-message-email.svg +share/icons/matefaenza/status/scalable/notification-network-disconnected.svg +share/icons/matefaenza/status/scalable/notification-network-ethernet-connected.svg +share/icons/matefaenza/status/scalable/notification-network-ethernet-disconnected.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-disconnected.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-full.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-high.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-low.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-medium.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-none.svg +share/icons/matefaenza/status/scalable/printer-error-symbolic.svg +share/icons/matefaenza/status/scalable/printer-error.svg +share/icons/matefaenza/status/scalable/printer-printing-symbolic.svg +share/icons/matefaenza/status/scalable/printer-printing.svg +share/icons/matefaenza/status/scalable/printer-warning-symbolic.svg +share/icons/matefaenza/status/scalable/rhythmbox-notplaying.svg +share/icons/matefaenza/status/scalable/rhythmbox-panel.svg +share/icons/matefaenza/status/scalable/security-high-symbolic.svg +share/icons/matefaenza/status/scalable/security-low-symbolic.svg +share/icons/matefaenza/status/scalable/security-medium-symbolic.svg +share/icons/matefaenza/status/scalable/shutter-panel.svg +share/icons/matefaenza/status/scalable/skype_away.svg +share/icons/matefaenza/status/scalable/skype_dnd.svg +share/icons/matefaenza/status/scalable/skype_invisible.svg +share/icons/matefaenza/status/scalable/skype_na.svg +share/icons/matefaenza/status/scalable/skype_offline.svg +share/icons/matefaenza/status/scalable/skype_online.svg +share/icons/matefaenza/status/scalable/skype_skypeme.svg +share/icons/matefaenza/status/scalable/software-update-available-symbolic.svg +share/icons/matefaenza/status/scalable/software-update-urgent-symbolic.svg +share/icons/matefaenza/status/scalable/sound-icon.svg +share/icons/matefaenza/status/scalable/starred-symbolic.svg +share/icons/matefaenza/status/scalable/status_lock.svg +share/icons/matefaenza/status/scalable/stock_appointment-reminder.svg +share/icons/matefaenza/status/scalable/stock_dialog-error.svg +share/icons/matefaenza/status/scalable/stock_dialog-info.svg +share/icons/matefaenza/status/scalable/stock_dialog-question.svg +share/icons/matefaenza/status/scalable/stock_dialog-warning.svg +share/icons/matefaenza/status/scalable/stock_lock.svg +share/icons/matefaenza/status/scalable/stock_trash_full.svg +share/icons/matefaenza/status/scalable/stock_volume-0.svg +share/icons/matefaenza/status/scalable/stock_volume-max.svg +share/icons/matefaenza/status/scalable/stock_volume-med.svg +share/icons/matefaenza/status/scalable/stock_volume-min.svg +share/icons/matefaenza/status/scalable/stock_volume-mute.svg +share/icons/matefaenza/status/scalable/stock_volume.svg +share/icons/matefaenza/status/scalable/stock_weather-night-clear.svg +share/icons/matefaenza/status/scalable/stock_weather-sunny.svg +share/icons/matefaenza/status/scalable/sunny.svg +share/icons/matefaenza/status/scalable/synapse-panel.svg +share/icons/matefaenza/status/scalable/system-devices-panel-alert.svg +share/icons/matefaenza/status/scalable/system-devices-panel-informations.svg +share/icons/matefaenza/status/scalable/system-devices-panel.svg +share/icons/matefaenza/status/scalable/tomboy-panel.svg +share/icons/matefaenza/status/scalable/transmission-tray-icon.svg +share/icons/matefaenza/status/scalable/trashcan_full.svg +share/icons/matefaenza/status/scalable/user-available-symbolic.svg +share/icons/matefaenza/status/scalable/user-available.svg +share/icons/matefaenza/status/scalable/user-away-symbolic.svg +share/icons/matefaenza/status/scalable/user-away.svg +share/icons/matefaenza/status/scalable/user-busy-symbolic.svg +share/icons/matefaenza/status/scalable/user-busy.svg +share/icons/matefaenza/status/scalable/user-extended-away.svg +share/icons/matefaenza/status/scalable/user-idle-symbolic.svg +share/icons/matefaenza/status/scalable/user-invisible-symbolic.svg +share/icons/matefaenza/status/scalable/user-invisible.svg +share/icons/matefaenza/status/scalable/user-offline-symbolic.svg +share/icons/matefaenza/status/scalable/user-offline.svg +share/icons/matefaenza/status/scalable/user-trash-full.svg +share/icons/matefaenza/status/scalable/weather-clear-night-000.svg +share/icons/matefaenza/status/scalable/weather-clear-night-010.svg +share/icons/matefaenza/status/scalable/weather-clear-night-020.svg +share/icons/matefaenza/status/scalable/weather-clear-night-030.svg +share/icons/matefaenza/status/scalable/weather-clear-night-040.svg +share/icons/matefaenza/status/scalable/weather-clear-night-050.svg +share/icons/matefaenza/status/scalable/weather-clear-night-060.svg +share/icons/matefaenza/status/scalable/weather-clear-night-070.svg +share/icons/matefaenza/status/scalable/weather-clear-night-080.svg +share/icons/matefaenza/status/scalable/weather-clear-night-090.svg +share/icons/matefaenza/status/scalable/weather-clear-night-100.svg +share/icons/matefaenza/status/scalable/weather-clear-night-110.svg +share/icons/matefaenza/status/scalable/weather-clear-night-120.svg +share/icons/matefaenza/status/scalable/weather-clear-night-130.svg +share/icons/matefaenza/status/scalable/weather-clear-night-140.svg +share/icons/matefaenza/status/scalable/weather-clear-night-150.svg +share/icons/matefaenza/status/scalable/weather-clear-night-160.svg +share/icons/matefaenza/status/scalable/weather-clear-night-170.svg +share/icons/matefaenza/status/scalable/weather-clear-night-180.svg +share/icons/matefaenza/status/scalable/weather-clear-night-190.svg +share/icons/matefaenza/status/scalable/weather-clear-night-200.svg +share/icons/matefaenza/status/scalable/weather-clear-night-210.svg +share/icons/matefaenza/status/scalable/weather-clear-night-220.svg +share/icons/matefaenza/status/scalable/weather-clear-night-230.svg +share/icons/matefaenza/status/scalable/weather-clear-night-240.svg +share/icons/matefaenza/status/scalable/weather-clear-night-250.svg +share/icons/matefaenza/status/scalable/weather-clear-night-260.svg +share/icons/matefaenza/status/scalable/weather-clear-night-270.svg +share/icons/matefaenza/status/scalable/weather-clear-night-280.svg +share/icons/matefaenza/status/scalable/weather-clear-night-290.svg +share/icons/matefaenza/status/scalable/weather-clear-night-300.svg +share/icons/matefaenza/status/scalable/weather-clear-night-310.svg +share/icons/matefaenza/status/scalable/weather-clear-night-320.svg +share/icons/matefaenza/status/scalable/weather-clear-night-330.svg +share/icons/matefaenza/status/scalable/weather-clear-night-340.svg +share/icons/matefaenza/status/scalable/weather-clear-night-350.svg +share/icons/matefaenza/status/scalable/weather-clear-night-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clear-night.svg +share/icons/matefaenza/status/scalable/weather-clear-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clear.svg +share/icons/matefaenza/status/scalable/weather-clouds-night-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clouds-night.svg +share/icons/matefaenza/status/scalable/weather-clouds-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clouds.svg +share/icons/matefaenza/status/scalable/weather-few-clouds-night-symbolic.svg +share/icons/matefaenza/status/scalable/weather-few-clouds-night.svg +share/icons/matefaenza/status/scalable/weather-few-clouds-symbolic.svg +share/icons/matefaenza/status/scalable/weather-few-clouds.svg +share/icons/matefaenza/status/scalable/weather-fog-symbolic.svg +share/icons/matefaenza/status/scalable/weather-fog.svg +share/icons/matefaenza/status/scalable/weather-overcast-symbolic.svg +share/icons/matefaenza/status/scalable/weather-overcast.svg +share/icons/matefaenza/status/scalable/weather-severe-alert-symbolic.svg +share/icons/matefaenza/status/scalable/weather-severe-alert.svg +share/icons/matefaenza/status/scalable/weather-showers-scattered-symbolic.svg +share/icons/matefaenza/status/scalable/weather-showers-scattered.svg +share/icons/matefaenza/status/scalable/weather-showers-symbolic.svg +share/icons/matefaenza/status/scalable/weather-showers.svg +share/icons/matefaenza/status/scalable/weather-snow-symbolic.svg +share/icons/matefaenza/status/scalable/weather-snow.svg +share/icons/matefaenza/status/scalable/weather-storm-symbolic.svg +share/icons/matefaenza/status/scalable/weather-storm.svg +share/icons/matefaenza/status/scalable/xchat-panel.svg +share/icons/matefaenza/status/scalable/xfce-system-lock.svg +share/icons/matefaenza/status/scalable/xfce-trash-full.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-muted.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-no-muted.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-high.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-low-medium.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-low.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-medium.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-muted.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-ultra-low.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-very-high.svg +share/icons/matefaenza/status/scalable/xfce4-notifyd.svg +share/icons/matefaenza/status/scalable/xfce4-weather.svg +share/icons/matefaenza/status/scalable/xfm-battery-000.svg +share/icons/matefaenza/status/scalable/xfpm-ac-adapter.svg +share/icons/matefaenza/status/scalable/xfpm-battery-000-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-020-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-020.svg +share/icons/matefaenza/status/scalable/xfpm-battery-040-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-040.svg +share/icons/matefaenza/status/scalable/xfpm-battery-060-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-060.svg +share/icons/matefaenza/status/scalable/xfpm-battery-080-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-080.svg +share/icons/matefaenza/status/scalable/xfpm-battery-100-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-100.svg +share/icons/matefaenza/status/scalable/xfpm-battery-charged.svg +share/icons/matefaenza/status/scalable/xfpm-primary-000-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-000.svg +share/icons/matefaenza/status/scalable/xfpm-primary-020-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-020.svg +share/icons/matefaenza/status/scalable/xfpm-primary-040-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-040.svg +share/icons/matefaenza/status/scalable/xfpm-primary-060-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-060.svg +share/icons/matefaenza/status/scalable/xfpm-primary-080-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-080.svg +share/icons/matefaenza/status/scalable/xfpm-primary-100-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-100.svg +share/icons/matefaenza/status/scalable/xfpm-primary-charged.svg +share/icons/matefaenza/stock/16/stock_new-meeting.png +share/icons/matefaenza/stock/16/stock_people.png +share/icons/matefaenza/stock/16/stock_person-panel.png +share/icons/matefaenza/stock/16/stock_person.png +share/icons/matefaenza/stock/16/stock_text-monospaced.png +share/icons/matefaenza/stock/22/avatar-default.png +share/icons/matefaenza/stock/22/stock_connect.png +share/icons/matefaenza/stock/22/stock_disconnect.png +share/icons/matefaenza/stock/22/stock_new-meeting.png +share/icons/matefaenza/stock/22/stock_people.png +share/icons/matefaenza/stock/22/stock_person-panel.png +share/icons/matefaenza/stock/22/stock_person.png +share/icons/matefaenza/stock/22/stock_text-monospaced.png +share/icons/matefaenza/stock/24/avatar-default.png +share/icons/matefaenza/stock/24/stock_connect.png +share/icons/matefaenza/stock/24/stock_disconnect.png +share/icons/matefaenza/stock/24/stock_new-meeting.png +share/icons/matefaenza/stock/24/stock_people.png +share/icons/matefaenza/stock/24/stock_person-panel.png +share/icons/matefaenza/stock/24/stock_person.png +share/icons/matefaenza/stock/24/stock_text-monospaced.png +share/icons/matefaenza/stock/32/avatar-default.png +share/icons/matefaenza/stock/32/stock_new-meeting.png +share/icons/matefaenza/stock/32/stock_people.png +share/icons/matefaenza/stock/32/stock_person-panel.png +share/icons/matefaenza/stock/32/stock_person.png +share/icons/matefaenza/stock/48/avatar-default.png +share/icons/matefaenza/stock/48/stock_new-meeting.png +share/icons/matefaenza/stock/48/stock_people.png +share/icons/matefaenza/stock/48/stock_person-panel.png +share/icons/matefaenza/stock/48/stock_person.png +share/icons/matefaenza/stock/64/avatar-default.png +share/icons/matefaenza/stock/64/stock_new-meeting.png +share/icons/matefaenza/stock/64/stock_people.png +share/icons/matefaenza/stock/64/stock_person-panel.png +share/icons/matefaenza/stock/64/stock_person.png +share/icons/matefaenza/stock/96/avatar-default.png +share/icons/matefaenza/stock/96/stock_new-meeting.png +share/icons/matefaenza/stock/96/stock_people.png +share/icons/matefaenza/stock/96/stock_person-panel.png +share/icons/matefaenza/stock/96/stock_person.png +share/icons/matefaenza/stock/scalable/avatar-default.svg +share/icons/matefaenza/stock/scalable/stock_new-meeting.svg +share/icons/matefaenza/stock/scalable/stock_people.svg +share/icons/matefaenza/stock/scalable/stock_person-panel.svg +share/icons/matefaenza/stock/scalable/stock_person.svg +share/icons/matefaenzadark/actions/16/add-files-to-archive.png +share/icons/matefaenzadark/actions/16/add-folder-to-archive.png +share/icons/matefaenzadark/actions/16/add.png +share/icons/matefaenzadark/actions/16/appointment-new.png +share/icons/matefaenzadark/actions/16/appointment.png +share/icons/matefaenzadark/actions/16/audio-cd-duplicate.png +share/icons/matefaenzadark/actions/16/audio-cd-new.png +share/icons/matefaenzadark/actions/16/back.png +share/icons/matefaenzadark/actions/16/bonobo-component-browser.png +share/icons/matefaenzadark/actions/16/bookmark-new.png +share/icons/matefaenzadark/actions/16/bookmark_add.png +share/icons/matefaenzadark/actions/16/bookmark_list_add.png +share/icons/matefaenzadark/actions/16/bottom.png +share/icons/matefaenzadark/actions/16/browser-download.png +share/icons/matefaenzadark/actions/16/cab_extract.png +share/icons/matefaenzadark/actions/16/call-start.png +share/icons/matefaenzadark/actions/16/call-stop.png +share/icons/matefaenzadark/actions/16/centrejust.png +share/icons/matefaenzadark/actions/16/contact-new.png +share/icons/matefaenzadark/actions/16/dialog-apply.png +share/icons/matefaenzadark/actions/16/dialog-no.png +share/icons/matefaenzadark/actions/16/dialog-ok.png +share/icons/matefaenzadark/actions/16/dialog-yes.png +share/icons/matefaenzadark/actions/16/document-export.png +share/icons/matefaenzadark/actions/16/document-import.png +share/icons/matefaenzadark/actions/16/document-new.png +share/icons/matefaenzadark/actions/16/document-open-recent.png +share/icons/matefaenzadark/actions/16/document-open.png +share/icons/matefaenzadark/actions/16/document-page-setup.png +share/icons/matefaenzadark/actions/16/document-print-preview.png +share/icons/matefaenzadark/actions/16/document-print.png +share/icons/matefaenzadark/actions/16/document-properties.png +share/icons/matefaenzadark/actions/16/document-revert.png +share/icons/matefaenzadark/actions/16/document-save-as.png +share/icons/matefaenzadark/actions/16/document-save.png +share/icons/matefaenzadark/actions/16/document-send.png +share/icons/matefaenzadark/actions/16/down.png +share/icons/matefaenzadark/actions/16/edit-add.png +share/icons/matefaenzadark/actions/16/edit-clear.png +share/icons/matefaenzadark/actions/16/edit-copy.png +share/icons/matefaenzadark/actions/16/edit-cut.png +share/icons/matefaenzadark/actions/16/edit-delete.png +share/icons/matefaenzadark/actions/16/edit-find-replace.png +share/icons/matefaenzadark/actions/16/edit-find.png +share/icons/matefaenzadark/actions/16/edit-paste.png +share/icons/matefaenzadark/actions/16/edit-redo.png +share/icons/matefaenzadark/actions/16/edit-select-all.png +share/icons/matefaenzadark/actions/16/edit-undo.png +share/icons/matefaenzadark/actions/16/editclear.png +share/icons/matefaenzadark/actions/16/editcopy.png +share/icons/matefaenzadark/actions/16/editcut.png +share/icons/matefaenzadark/actions/16/editdelete.png +share/icons/matefaenzadark/actions/16/editpaste.png +share/icons/matefaenzadark/actions/16/extract-archive.png +share/icons/matefaenzadark/actions/16/file_new.png +share/icons/matefaenzadark/actions/16/filefind.png +share/icons/matefaenzadark/actions/16/fileopen.png +share/icons/matefaenzadark/actions/16/fileprint.png +share/icons/matefaenzadark/actions/16/filesave.png +share/icons/matefaenzadark/actions/16/filesaveas.png +share/icons/matefaenzadark/actions/16/find.png +share/icons/matefaenzadark/actions/16/finish.png +share/icons/matefaenzadark/actions/16/folder-copy.png +share/icons/matefaenzadark/actions/16/folder-move.png +share/icons/matefaenzadark/actions/16/folder-new.png +share/icons/matefaenzadark/actions/16/folder_new.png +share/icons/matefaenzadark/actions/16/format-indent-less.png +share/icons/matefaenzadark/actions/16/format-indent-more.png +share/icons/matefaenzadark/actions/16/format-justify-center.png +share/icons/matefaenzadark/actions/16/format-justify-fill.png +share/icons/matefaenzadark/actions/16/format-justify-left.png +share/icons/matefaenzadark/actions/16/format-justify-right.png +share/icons/matefaenzadark/actions/16/format-text-bold.png +share/icons/matefaenzadark/actions/16/format-text-direction-ltr.png +share/icons/matefaenzadark/actions/16/format-text-direction-rtl.png +share/icons/matefaenzadark/actions/16/format-text-italic.png +share/icons/matefaenzadark/actions/16/format-text-strikethrough.png +share/icons/matefaenzadark/actions/16/format-text-underline.png +share/icons/matefaenzadark/actions/16/forward.png +share/icons/matefaenzadark/actions/16/games-endturn.png +share/icons/matefaenzadark/actions/16/gnome-app-install-star.png +share/icons/matefaenzadark/actions/16/gnome-log-out.png +share/icons/matefaenzadark/actions/16/gnome-logout.png +share/icons/matefaenzadark/actions/16/gnome-run.png +share/icons/matefaenzadark/actions/16/gnome-session-logout.png +share/icons/matefaenzadark/actions/16/gnome-stock-text-indent.png +share/icons/matefaenzadark/actions/16/gnome-stock-text-unindent.png +share/icons/matefaenzadark/actions/16/go-bottom.png +share/icons/matefaenzadark/actions/16/go-down.png +share/icons/matefaenzadark/actions/16/go-first.png +share/icons/matefaenzadark/actions/16/go-home.png +share/icons/matefaenzadark/actions/16/go-jump.png +share/icons/matefaenzadark/actions/16/go-last.png +share/icons/matefaenzadark/actions/16/go-next.png +share/icons/matefaenzadark/actions/16/go-previous.png +share/icons/matefaenzadark/actions/16/go-top.png +share/icons/matefaenzadark/actions/16/go-up.png +share/icons/matefaenzadark/actions/16/gohome.png +share/icons/matefaenzadark/actions/16/gtk-about.png +share/icons/matefaenzadark/actions/16/gtk-add.png +share/icons/matefaenzadark/actions/16/gtk-apply.png +share/icons/matefaenzadark/actions/16/gtk-bold.png +share/icons/matefaenzadark/actions/16/gtk-cancel.png +share/icons/matefaenzadark/actions/16/gtk-clear.png +share/icons/matefaenzadark/actions/16/gtk-close.png +share/icons/matefaenzadark/actions/16/gtk-copy.png +share/icons/matefaenzadark/actions/16/gtk-cut.png +share/icons/matefaenzadark/actions/16/gtk-delete.png +share/icons/matefaenzadark/actions/16/gtk-edit.png +share/icons/matefaenzadark/actions/16/gtk-execute.png +share/icons/matefaenzadark/actions/16/gtk-find-and-replace.png +share/icons/matefaenzadark/actions/16/gtk-find.png +share/icons/matefaenzadark/actions/16/gtk-fullscreen.png +share/icons/matefaenzadark/actions/16/gtk-go-back-ltr.png +share/icons/matefaenzadark/actions/16/gtk-go-back-rtl.png +share/icons/matefaenzadark/actions/16/gtk-go-down.png +share/icons/matefaenzadark/actions/16/gtk-go-forward-ltr.png +share/icons/matefaenzadark/actions/16/gtk-go-forward-rtl.png +share/icons/matefaenzadark/actions/16/gtk-go-up.png +share/icons/matefaenzadark/actions/16/gtk-goto-bottom.png +share/icons/matefaenzadark/actions/16/gtk-goto-first-ltr.png +share/icons/matefaenzadark/actions/16/gtk-goto-first-rtl.png +share/icons/matefaenzadark/actions/16/gtk-goto-last-ltr.png +share/icons/matefaenzadark/actions/16/gtk-goto-last-rtl.png +share/icons/matefaenzadark/actions/16/gtk-goto-top.png +share/icons/matefaenzadark/actions/16/gtk-home.png +share/icons/matefaenzadark/actions/16/gtk-indent-ltr.png +share/icons/matefaenzadark/actions/16/gtk-indent-rtl.png +share/icons/matefaenzadark/actions/16/gtk-italic.png +share/icons/matefaenzadark/actions/16/gtk-jump-to-ltr.png +share/icons/matefaenzadark/actions/16/gtk-jump-to-rtl.png +share/icons/matefaenzadark/actions/16/gtk-justify-center.png +share/icons/matefaenzadark/actions/16/gtk-justify-fill.png +share/icons/matefaenzadark/actions/16/gtk-justify-left.png +share/icons/matefaenzadark/actions/16/gtk-justify-right.png +share/icons/matefaenzadark/actions/16/gtk-leave-fullscreen.png +share/icons/matefaenzadark/actions/16/gtk-media-next-ltr.png +share/icons/matefaenzadark/actions/16/gtk-media-next-rtl.png +share/icons/matefaenzadark/actions/16/gtk-media-pause.png +share/icons/matefaenzadark/actions/16/gtk-media-play-ltr.png +share/icons/matefaenzadark/actions/16/gtk-media-previous-ltr.png +share/icons/matefaenzadark/actions/16/gtk-media-previous-rtl.png +share/icons/matefaenzadark/actions/16/gtk-media-record.png +share/icons/matefaenzadark/actions/16/gtk-media-stop.png +share/icons/matefaenzadark/actions/16/gtk-new.png +share/icons/matefaenzadark/actions/16/gtk-no.png +share/icons/matefaenzadark/actions/16/gtk-ok.png +share/icons/matefaenzadark/actions/16/gtk-open.png +share/icons/matefaenzadark/actions/16/gtk-paste.png +share/icons/matefaenzadark/actions/16/gtk-print-preview.png +share/icons/matefaenzadark/actions/16/gtk-print.png +share/icons/matefaenzadark/actions/16/gtk-properties.png +share/icons/matefaenzadark/actions/16/gtk-redo-ltr.png +share/icons/matefaenzadark/actions/16/gtk-refresh.png +share/icons/matefaenzadark/actions/16/gtk-remove.png +share/icons/matefaenzadark/actions/16/gtk-revert-to-saved-ltr.png +share/icons/matefaenzadark/actions/16/gtk-revert-to-saved-rtl.png +share/icons/matefaenzadark/actions/16/gtk-save-as.png +share/icons/matefaenzadark/actions/16/gtk-save.png +share/icons/matefaenzadark/actions/16/gtk-select-all.png +share/icons/matefaenzadark/actions/16/gtk-sort-ascending.png +share/icons/matefaenzadark/actions/16/gtk-sort-descending.png +share/icons/matefaenzadark/actions/16/gtk-spell-check.png +share/icons/matefaenzadark/actions/16/gtk-stop.png +share/icons/matefaenzadark/actions/16/gtk-strikethrough.png +share/icons/matefaenzadark/actions/16/gtk-underline.png +share/icons/matefaenzadark/actions/16/gtk-undo-ltr.png +share/icons/matefaenzadark/actions/16/gtk-unindent-ltr.png +share/icons/matefaenzadark/actions/16/gtk-unindent-rtl.png +share/icons/matefaenzadark/actions/16/gtk-yes.png +share/icons/matefaenzadark/actions/16/gtk-zoom-100.png +share/icons/matefaenzadark/actions/16/gtk-zoom-fit.png +share/icons/matefaenzadark/actions/16/gtk-zoom-in.png +share/icons/matefaenzadark/actions/16/gtk-zoom-out.png +share/icons/matefaenzadark/actions/16/help-about.png +share/icons/matefaenzadark/actions/16/help-contents.png +share/icons/matefaenzadark/actions/16/insert-image.png +share/icons/matefaenzadark/actions/16/insert-link.png +share/icons/matefaenzadark/actions/16/insert-text.png +share/icons/matefaenzadark/actions/16/internet-radio-new.png +share/icons/matefaenzadark/actions/16/iso-image-burn.png +share/icons/matefaenzadark/actions/16/kfm-home.png +share/icons/matefaenzadark/actions/16/leftjust.png +share/icons/matefaenzadark/actions/16/list-add.png +share/icons/matefaenzadark/actions/16/list-remove.png +share/icons/matefaenzadark/actions/16/locationbar-erase.png +share/icons/matefaenzadark/actions/16/lock.png +share/icons/matefaenzadark/actions/16/lock.xpm +share/icons/matefaenzadark/actions/16/lpi-bug.png +share/icons/matefaenzadark/actions/16/lpi-help.png +share/icons/matefaenzadark/actions/16/lpi-translate.png +share/icons/matefaenzadark/actions/16/lxde-logout.png +share/icons/matefaenzadark/actions/16/mail-attachment.png +share/icons/matefaenzadark/actions/16/mail-send-receive.png +share/icons/matefaenzadark/actions/16/media-eject.png +share/icons/matefaenzadark/actions/16/media-import-audio-cd.png +share/icons/matefaenzadark/actions/16/media-optical-audio-new.png +share/icons/matefaenzadark/actions/16/media-optical-burn.png +share/icons/matefaenzadark/actions/16/media-optical-copy.png +share/icons/matefaenzadark/actions/16/media-playback-pause.png +share/icons/matefaenzadark/actions/16/media-playback-start.png +share/icons/matefaenzadark/actions/16/media-playback-stop.png +share/icons/matefaenzadark/actions/16/media-playlist-repeat.png +share/icons/matefaenzadark/actions/16/media-playlist-shuffle.png +share/icons/matefaenzadark/actions/16/media-record.png +share/icons/matefaenzadark/actions/16/media-skip-backward.png +share/icons/matefaenzadark/actions/16/media-skip-forward.png +share/icons/matefaenzadark/actions/16/media-write-cd.png +share/icons/matefaenzadark/actions/16/music-library.png +share/icons/matefaenzadark/actions/16/next.png +share/icons/matefaenzadark/actions/16/object-flip-horizontal.png +share/icons/matefaenzadark/actions/16/object-flip-vertical.png +share/icons/matefaenzadark/actions/16/object-rotate-left.png +share/icons/matefaenzadark/actions/16/object-rotate-right.png +share/icons/matefaenzadark/actions/16/offline.png +share/icons/matefaenzadark/actions/16/ok.png +share/icons/matefaenzadark/actions/16/online.png +share/icons/matefaenzadark/actions/16/player-eject.png +share/icons/matefaenzadark/actions/16/player_end.png +share/icons/matefaenzadark/actions/16/player_pause.png +share/icons/matefaenzadark/actions/16/player_play.png +share/icons/matefaenzadark/actions/16/player_record.png +share/icons/matefaenzadark/actions/16/player_start.png +share/icons/matefaenzadark/actions/16/player_stop.png +share/icons/matefaenzadark/actions/16/podcast-new.png +share/icons/matefaenzadark/actions/16/preview-file.png +share/icons/matefaenzadark/actions/16/previous.png +share/icons/matefaenzadark/actions/16/process-stop.png +share/icons/matefaenzadark/actions/16/redhat-home.png +share/icons/matefaenzadark/actions/16/redo.png +share/icons/matefaenzadark/actions/16/reload.png +share/icons/matefaenzadark/actions/16/reload3.png +share/icons/matefaenzadark/actions/16/reload_all_tabs.png +share/icons/matefaenzadark/actions/16/reload_page.png +share/icons/matefaenzadark/actions/16/remove.png +share/icons/matefaenzadark/actions/16/revert.png +share/icons/matefaenzadark/actions/16/rhythmbox-set-star.png +share/icons/matefaenzadark/actions/16/rightjust.png +share/icons/matefaenzadark/actions/16/rotate.png +share/icons/matefaenzadark/actions/16/star.png +share/icons/matefaenzadark/actions/16/start.png +share/icons/matefaenzadark/actions/16/stock-refresh.png +share/icons/matefaenzadark/actions/16/stock_about.png +share/icons/matefaenzadark/actions/16/stock_add-bookmark.png +share/icons/matefaenzadark/actions/16/stock_attach.png +share/icons/matefaenzadark/actions/16/stock_bottom.png +share/icons/matefaenzadark/actions/16/stock_calc-accept.png +share/icons/matefaenzadark/actions/16/stock_close.png +share/icons/matefaenzadark/actions/16/stock_copy.png +share/icons/matefaenzadark/actions/16/stock_cut.png +share/icons/matefaenzadark/actions/16/stock_delete.png +share/icons/matefaenzadark/actions/16/stock_down.png +share/icons/matefaenzadark/actions/16/stock_file-properties.png +share/icons/matefaenzadark/actions/16/stock_first.png +share/icons/matefaenzadark/actions/16/stock_folder-copy.png +share/icons/matefaenzadark/actions/16/stock_folder-move.png +share/icons/matefaenzadark/actions/16/stock_folder-properties.png +share/icons/matefaenzadark/actions/16/stock_fullscreen.png +share/icons/matefaenzadark/actions/16/stock_help-add-bookmark.png +share/icons/matefaenzadark/actions/16/stock_home.png +share/icons/matefaenzadark/actions/16/stock_last.png +share/icons/matefaenzadark/actions/16/stock_leave-fullscreen.png +share/icons/matefaenzadark/actions/16/stock_left.png +share/icons/matefaenzadark/actions/16/stock_mail-filters-apply.png +share/icons/matefaenzadark/actions/16/stock_mail-send-receive.png +share/icons/matefaenzadark/actions/16/stock_mark.png +share/icons/matefaenzadark/actions/16/stock_media-next.png +share/icons/matefaenzadark/actions/16/stock_media-pause.png +share/icons/matefaenzadark/actions/16/stock_media-play.png +share/icons/matefaenzadark/actions/16/stock_media-prev.png +share/icons/matefaenzadark/actions/16/stock_media-rec.png +share/icons/matefaenzadark/actions/16/stock_media-stop.png +share/icons/matefaenzadark/actions/16/stock_new-appointment.png +share/icons/matefaenzadark/actions/16/stock_new-bcard.png +share/icons/matefaenzadark/actions/16/stock_new-dir.png +share/icons/matefaenzadark/actions/16/stock_new-tab.png +share/icons/matefaenzadark/actions/16/stock_new-text.png +share/icons/matefaenzadark/actions/16/stock_new-window.png +share/icons/matefaenzadark/actions/16/stock_no.png +share/icons/matefaenzadark/actions/16/stock_paste.png +share/icons/matefaenzadark/actions/16/stock_print-preview.png +share/icons/matefaenzadark/actions/16/stock_print-setup.png +share/icons/matefaenzadark/actions/16/stock_print.png +share/icons/matefaenzadark/actions/16/stock_properties.png +share/icons/matefaenzadark/actions/16/stock_redo.png +share/icons/matefaenzadark/actions/16/stock_repeat.png +share/icons/matefaenzadark/actions/16/stock_right.png +share/icons/matefaenzadark/actions/16/stock_save-as.png +share/icons/matefaenzadark/actions/16/stock_save.png +share/icons/matefaenzadark/actions/16/stock_search-and-replace.png +share/icons/matefaenzadark/actions/16/stock_search.png +share/icons/matefaenzadark/actions/16/stock_select-all.png +share/icons/matefaenzadark/actions/16/stock_shuffle.png +share/icons/matefaenzadark/actions/16/stock_spellcheck.png +share/icons/matefaenzadark/actions/16/stock_stop.png +share/icons/matefaenzadark/actions/16/stock_text-strikethrough.png +share/icons/matefaenzadark/actions/16/stock_text_bold.png +share/icons/matefaenzadark/actions/16/stock_text_center.png +share/icons/matefaenzadark/actions/16/stock_text_indent.png +share/icons/matefaenzadark/actions/16/stock_text_italic.png +share/icons/matefaenzadark/actions/16/stock_text_justify.png +share/icons/matefaenzadark/actions/16/stock_text_left.png +share/icons/matefaenzadark/actions/16/stock_text_right.png +share/icons/matefaenzadark/actions/16/stock_text_underlined.png +share/icons/matefaenzadark/actions/16/stock_text_unindent.png +share/icons/matefaenzadark/actions/16/stock_top.png +share/icons/matefaenzadark/actions/16/stock_undo.png +share/icons/matefaenzadark/actions/16/stock_up.png +share/icons/matefaenzadark/actions/16/stock_yes.png +share/icons/matefaenzadark/actions/16/stock_zoom-1.png +share/icons/matefaenzadark/actions/16/stock_zoom-in.png +share/icons/matefaenzadark/actions/16/stock_zoom-out.png +share/icons/matefaenzadark/actions/16/stock_zoom-page.png +share/icons/matefaenzadark/actions/16/stop.png +share/icons/matefaenzadark/actions/16/system-log-out.png +share/icons/matefaenzadark/actions/16/system-restart-panel.png +share/icons/matefaenzadark/actions/16/system-run.png +share/icons/matefaenzadark/actions/16/system-shutdown-panel-restart.png +share/icons/matefaenzadark/actions/16/system-shutdown-panel.png +share/icons/matefaenzadark/actions/16/system-shutdown-restart-panel.png +share/icons/matefaenzadark/actions/16/system-shutdown.png +share/icons/matefaenzadark/actions/16/system-upgrade.png +share/icons/matefaenzadark/actions/16/tab-new.png +share/icons/matefaenzadark/actions/16/tab_new.png +share/icons/matefaenzadark/actions/16/tag-new.png +share/icons/matefaenzadark/actions/16/text_bold.png +share/icons/matefaenzadark/actions/16/text_italic.png +share/icons/matefaenzadark/actions/16/text_strike.png +share/icons/matefaenzadark/actions/16/text_under.png +share/icons/matefaenzadark/actions/16/tools-check-spelling.png +share/icons/matefaenzadark/actions/16/top.png +share/icons/matefaenzadark/actions/16/top.xpm +share/icons/matefaenzadark/actions/16/undo.png +share/icons/matefaenzadark/actions/16/up.png +share/icons/matefaenzadark/actions/16/view-fullscreen.png +share/icons/matefaenzadark/actions/16/view-list-compact-symbolic.png +share/icons/matefaenzadark/actions/16/view-list-compact.png +share/icons/matefaenzadark/actions/16/view-list-details-symbolic.png +share/icons/matefaenzadark/actions/16/view-list-details.png +share/icons/matefaenzadark/actions/16/view-list-icons-symbolic.png +share/icons/matefaenzadark/actions/16/view-list-icons.png +share/icons/matefaenzadark/actions/16/view-refresh.png +share/icons/matefaenzadark/actions/16/view-restore.png +share/icons/matefaenzadark/actions/16/view-sort-ascending.png +share/icons/matefaenzadark/actions/16/view-sort-descending.png +share/icons/matefaenzadark/actions/16/viewmag+.png +share/icons/matefaenzadark/actions/16/viewmag-.png +share/icons/matefaenzadark/actions/16/viewmag1.png +share/icons/matefaenzadark/actions/16/viewmagfit.png +share/icons/matefaenzadark/actions/16/visualization.png +share/icons/matefaenzadark/actions/16/window-close.png +share/icons/matefaenzadark/actions/16/window-new.png +share/icons/matefaenzadark/actions/16/window_fullscreen.png +share/icons/matefaenzadark/actions/16/window_new.png +share/icons/matefaenzadark/actions/16/window_nofullscreen.png +share/icons/matefaenzadark/actions/16/xfce-system-exit.png +share/icons/matefaenzadark/actions/16/xfsm-logout.png +share/icons/matefaenzadark/actions/16/zoom-best-fit.png +share/icons/matefaenzadark/actions/16/zoom-fit-best.png +share/icons/matefaenzadark/actions/16/zoom-fit.png +share/icons/matefaenzadark/actions/16/zoom-in.png +share/icons/matefaenzadark/actions/16/zoom-original.png +share/icons/matefaenzadark/actions/16/zoom-out.png +share/icons/matefaenzadark/actions/22/add-files-to-archive.png +share/icons/matefaenzadark/actions/22/add-folder-to-archive.png +share/icons/matefaenzadark/actions/22/add.png +share/icons/matefaenzadark/actions/22/appointment-new.png +share/icons/matefaenzadark/actions/22/appointment.png +share/icons/matefaenzadark/actions/22/audio-cd-duplicate.png +share/icons/matefaenzadark/actions/22/audio-cd-new.png +share/icons/matefaenzadark/actions/22/back.png +share/icons/matefaenzadark/actions/22/bonobo-component-browser.png +share/icons/matefaenzadark/actions/22/bookmark-new.png +share/icons/matefaenzadark/actions/22/bookmark_add.png +share/icons/matefaenzadark/actions/22/bookmark_list_add.png +share/icons/matefaenzadark/actions/22/bottom.png +share/icons/matefaenzadark/actions/22/browser-download.png +share/icons/matefaenzadark/actions/22/cab_extract.png +share/icons/matefaenzadark/actions/22/call-start.png +share/icons/matefaenzadark/actions/22/call-stop.png +share/icons/matefaenzadark/actions/22/centrejust.png +share/icons/matefaenzadark/actions/22/contact-new.png +share/icons/matefaenzadark/actions/22/dialog-apply.png +share/icons/matefaenzadark/actions/22/dialog-no.png +share/icons/matefaenzadark/actions/22/dialog-ok.png +share/icons/matefaenzadark/actions/22/dialog-yes.png +share/icons/matefaenzadark/actions/22/document-export.png +share/icons/matefaenzadark/actions/22/document-import.png +share/icons/matefaenzadark/actions/22/document-new.png +share/icons/matefaenzadark/actions/22/document-open.png +share/icons/matefaenzadark/actions/22/document-page-setup.png +share/icons/matefaenzadark/actions/22/document-print-preview.png +share/icons/matefaenzadark/actions/22/document-print.png +share/icons/matefaenzadark/actions/22/document-properties.png +share/icons/matefaenzadark/actions/22/document-revert.png +share/icons/matefaenzadark/actions/22/document-save-as.png +share/icons/matefaenzadark/actions/22/document-save.png +share/icons/matefaenzadark/actions/22/document-send.png +share/icons/matefaenzadark/actions/22/down.png +share/icons/matefaenzadark/actions/22/edit-add.png +share/icons/matefaenzadark/actions/22/edit-clear.png +share/icons/matefaenzadark/actions/22/edit-copy.png +share/icons/matefaenzadark/actions/22/edit-cut.png +share/icons/matefaenzadark/actions/22/edit-delete.png +share/icons/matefaenzadark/actions/22/edit-find-replace.png +share/icons/matefaenzadark/actions/22/edit-find.png +share/icons/matefaenzadark/actions/22/edit-paste.png +share/icons/matefaenzadark/actions/22/edit-redo.png +share/icons/matefaenzadark/actions/22/edit-select-all.png +share/icons/matefaenzadark/actions/22/edit-undo.png +share/icons/matefaenzadark/actions/22/editclear.png +share/icons/matefaenzadark/actions/22/editcopy.png +share/icons/matefaenzadark/actions/22/editcut.png +share/icons/matefaenzadark/actions/22/editdelete.png +share/icons/matefaenzadark/actions/22/editpaste.png +share/icons/matefaenzadark/actions/22/extract-archive.png +share/icons/matefaenzadark/actions/22/file_new.png +share/icons/matefaenzadark/actions/22/filefind.png +share/icons/matefaenzadark/actions/22/fileopen.png +share/icons/matefaenzadark/actions/22/fileprint.png +share/icons/matefaenzadark/actions/22/filesave.png +share/icons/matefaenzadark/actions/22/filesaveas.png +share/icons/matefaenzadark/actions/22/find.png +share/icons/matefaenzadark/actions/22/finish.png +share/icons/matefaenzadark/actions/22/folder-copy.png +share/icons/matefaenzadark/actions/22/folder-move.png +share/icons/matefaenzadark/actions/22/folder-new.png +share/icons/matefaenzadark/actions/22/folder_new.png +share/icons/matefaenzadark/actions/22/format-indent-less.png +share/icons/matefaenzadark/actions/22/format-indent-more.png +share/icons/matefaenzadark/actions/22/format-justify-center.png +share/icons/matefaenzadark/actions/22/format-justify-fill.png +share/icons/matefaenzadark/actions/22/format-justify-left.png +share/icons/matefaenzadark/actions/22/format-justify-right.png +share/icons/matefaenzadark/actions/22/format-text-bold.png +share/icons/matefaenzadark/actions/22/format-text-direction-ltr.png +share/icons/matefaenzadark/actions/22/format-text-direction-rtl.png +share/icons/matefaenzadark/actions/22/format-text-italic.png +share/icons/matefaenzadark/actions/22/format-text-strikethrough.png +share/icons/matefaenzadark/actions/22/format-text-underline.png +share/icons/matefaenzadark/actions/22/forward.png +share/icons/matefaenzadark/actions/22/games-endturn.png +share/icons/matefaenzadark/actions/22/gnome-app-install-star.png +share/icons/matefaenzadark/actions/22/gnome-log-out.png +share/icons/matefaenzadark/actions/22/gnome-logout.png +share/icons/matefaenzadark/actions/22/gnome-run.png +share/icons/matefaenzadark/actions/22/gnome-session-logout.png +share/icons/matefaenzadark/actions/22/gnome-stock-text-indent.png +share/icons/matefaenzadark/actions/22/gnome-stock-text-unindent.png +share/icons/matefaenzadark/actions/22/go-bottom.png +share/icons/matefaenzadark/actions/22/go-down.png +share/icons/matefaenzadark/actions/22/go-first.png +share/icons/matefaenzadark/actions/22/go-home.png +share/icons/matefaenzadark/actions/22/go-jump.png +share/icons/matefaenzadark/actions/22/go-last.png +share/icons/matefaenzadark/actions/22/go-next.png +share/icons/matefaenzadark/actions/22/go-previous.png +share/icons/matefaenzadark/actions/22/go-top.png +share/icons/matefaenzadark/actions/22/go-up.png +share/icons/matefaenzadark/actions/22/gohome.png +share/icons/matefaenzadark/actions/22/gtk-add.png +share/icons/matefaenzadark/actions/22/gtk-apply.png +share/icons/matefaenzadark/actions/22/gtk-bold.png +share/icons/matefaenzadark/actions/22/gtk-cancel.png +share/icons/matefaenzadark/actions/22/gtk-clear.png +share/icons/matefaenzadark/actions/22/gtk-close.png +share/icons/matefaenzadark/actions/22/gtk-copy.png +share/icons/matefaenzadark/actions/22/gtk-cut.png +share/icons/matefaenzadark/actions/22/gtk-delete.png +share/icons/matefaenzadark/actions/22/gtk-edit.png +share/icons/matefaenzadark/actions/22/gtk-execute.png +share/icons/matefaenzadark/actions/22/gtk-find-and-replace.png +share/icons/matefaenzadark/actions/22/gtk-find.png +share/icons/matefaenzadark/actions/22/gtk-fullscreen.png +share/icons/matefaenzadark/actions/22/gtk-go-back-ltr.png +share/icons/matefaenzadark/actions/22/gtk-go-back-rtl.png +share/icons/matefaenzadark/actions/22/gtk-go-down.png +share/icons/matefaenzadark/actions/22/gtk-go-forward-ltr.png +share/icons/matefaenzadark/actions/22/gtk-go-forward-rtl.png +share/icons/matefaenzadark/actions/22/gtk-go-up.png +share/icons/matefaenzadark/actions/22/gtk-goto-bottom.png +share/icons/matefaenzadark/actions/22/gtk-goto-first-ltr.png +share/icons/matefaenzadark/actions/22/gtk-goto-first-rtl.png +share/icons/matefaenzadark/actions/22/gtk-goto-last-ltr.png +share/icons/matefaenzadark/actions/22/gtk-goto-last-rtl.png +share/icons/matefaenzadark/actions/22/gtk-goto-top.png +share/icons/matefaenzadark/actions/22/gtk-home.png +share/icons/matefaenzadark/actions/22/gtk-indent-ltr.png +share/icons/matefaenzadark/actions/22/gtk-indent-rtl.png +share/icons/matefaenzadark/actions/22/gtk-italic.png +share/icons/matefaenzadark/actions/22/gtk-jump-to-ltr.png +share/icons/matefaenzadark/actions/22/gtk-jump-to-rtl.png +share/icons/matefaenzadark/actions/22/gtk-justify-center.png +share/icons/matefaenzadark/actions/22/gtk-justify-fill.png +share/icons/matefaenzadark/actions/22/gtk-justify-left.png +share/icons/matefaenzadark/actions/22/gtk-justify-right.png +share/icons/matefaenzadark/actions/22/gtk-leave-fullscreen.png +share/icons/matefaenzadark/actions/22/gtk-media-next-ltr.png +share/icons/matefaenzadark/actions/22/gtk-media-next-rtl.png +share/icons/matefaenzadark/actions/22/gtk-media-pause.png +share/icons/matefaenzadark/actions/22/gtk-media-play-ltr.png +share/icons/matefaenzadark/actions/22/gtk-media-previous-ltr.png +share/icons/matefaenzadark/actions/22/gtk-media-previous-rtl.png +share/icons/matefaenzadark/actions/22/gtk-media-record.png +share/icons/matefaenzadark/actions/22/gtk-media-stop.png +share/icons/matefaenzadark/actions/22/gtk-new.png +share/icons/matefaenzadark/actions/22/gtk-no.png +share/icons/matefaenzadark/actions/22/gtk-ok.png +share/icons/matefaenzadark/actions/22/gtk-open.png +share/icons/matefaenzadark/actions/22/gtk-paste.png +share/icons/matefaenzadark/actions/22/gtk-print-preview.png +share/icons/matefaenzadark/actions/22/gtk-print.png +share/icons/matefaenzadark/actions/22/gtk-properties.png +share/icons/matefaenzadark/actions/22/gtk-redo-ltr.png +share/icons/matefaenzadark/actions/22/gtk-refresh.png +share/icons/matefaenzadark/actions/22/gtk-remove.png +share/icons/matefaenzadark/actions/22/gtk-revert-to-saved-ltr.png +share/icons/matefaenzadark/actions/22/gtk-revert-to-saved-rtl.png +share/icons/matefaenzadark/actions/22/gtk-save-as.png +share/icons/matefaenzadark/actions/22/gtk-save.png +share/icons/matefaenzadark/actions/22/gtk-select-all.png +share/icons/matefaenzadark/actions/22/gtk-sort-ascending.png +share/icons/matefaenzadark/actions/22/gtk-sort-descending.png +share/icons/matefaenzadark/actions/22/gtk-spell-check.png +share/icons/matefaenzadark/actions/22/gtk-stop.png +share/icons/matefaenzadark/actions/22/gtk-strikethrough.png +share/icons/matefaenzadark/actions/22/gtk-underline.png +share/icons/matefaenzadark/actions/22/gtk-undo-ltr.png +share/icons/matefaenzadark/actions/22/gtk-unindent-ltr.png +share/icons/matefaenzadark/actions/22/gtk-unindent-rtl.png +share/icons/matefaenzadark/actions/22/gtk-yes.png +share/icons/matefaenzadark/actions/22/gtk-zoom-100.png +share/icons/matefaenzadark/actions/22/gtk-zoom-fit.png +share/icons/matefaenzadark/actions/22/gtk-zoom-in.png +share/icons/matefaenzadark/actions/22/gtk-zoom-out.png +share/icons/matefaenzadark/actions/22/insert-image.png +share/icons/matefaenzadark/actions/22/insert-link.png +share/icons/matefaenzadark/actions/22/insert-object.png +share/icons/matefaenzadark/actions/22/insert-text.png +share/icons/matefaenzadark/actions/22/internet-radio-new.png +share/icons/matefaenzadark/actions/22/iso-image-burn.png +share/icons/matefaenzadark/actions/22/kfm-home.png +share/icons/matefaenzadark/actions/22/leftjust.png +share/icons/matefaenzadark/actions/22/list-add.png +share/icons/matefaenzadark/actions/22/list-remove.png +share/icons/matefaenzadark/actions/22/locationbar-erase.png +share/icons/matefaenzadark/actions/22/lock.png +share/icons/matefaenzadark/actions/22/lock.xpm +share/icons/matefaenzadark/actions/22/lxde-logout.png +share/icons/matefaenzadark/actions/22/mail-attachment.png +share/icons/matefaenzadark/actions/22/mail-send-receive.png +share/icons/matefaenzadark/actions/22/media-eject.png +share/icons/matefaenzadark/actions/22/media-import-audio-cd.png +share/icons/matefaenzadark/actions/22/media-optical-audio-new.png +share/icons/matefaenzadark/actions/22/media-optical-burn.png +share/icons/matefaenzadark/actions/22/media-optical-copy.png +share/icons/matefaenzadark/actions/22/media-playback-pause.png +share/icons/matefaenzadark/actions/22/media-playback-start.png +share/icons/matefaenzadark/actions/22/media-playback-stop.png +share/icons/matefaenzadark/actions/22/media-playlist-repeat.png +share/icons/matefaenzadark/actions/22/media-playlist-shuffle.png +share/icons/matefaenzadark/actions/22/media-record.png +share/icons/matefaenzadark/actions/22/media-skip-backward.png +share/icons/matefaenzadark/actions/22/media-skip-forward.png +share/icons/matefaenzadark/actions/22/media-write-cd.png +share/icons/matefaenzadark/actions/22/music-library.png +share/icons/matefaenzadark/actions/22/next.png +share/icons/matefaenzadark/actions/22/object-flip-horizontal.png +share/icons/matefaenzadark/actions/22/object-flip-vertical.png +share/icons/matefaenzadark/actions/22/object-rotate-left.png +share/icons/matefaenzadark/actions/22/object-rotate-right.png +share/icons/matefaenzadark/actions/22/offline.png +share/icons/matefaenzadark/actions/22/ok.png +share/icons/matefaenzadark/actions/22/online.png +share/icons/matefaenzadark/actions/22/player-eject.png +share/icons/matefaenzadark/actions/22/player_end.png +share/icons/matefaenzadark/actions/22/player_pause.png +share/icons/matefaenzadark/actions/22/player_play.png +share/icons/matefaenzadark/actions/22/player_record.png +share/icons/matefaenzadark/actions/22/player_start.png +share/icons/matefaenzadark/actions/22/player_stop.png +share/icons/matefaenzadark/actions/22/podcast-new.png +share/icons/matefaenzadark/actions/22/preview-file.png +share/icons/matefaenzadark/actions/22/previous.png +share/icons/matefaenzadark/actions/22/process-stop.png +share/icons/matefaenzadark/actions/22/redhat-home.png +share/icons/matefaenzadark/actions/22/redo.png +share/icons/matefaenzadark/actions/22/reload.png +share/icons/matefaenzadark/actions/22/reload3.png +share/icons/matefaenzadark/actions/22/reload_all_tabs.png +share/icons/matefaenzadark/actions/22/reload_page.png +share/icons/matefaenzadark/actions/22/remove.png +share/icons/matefaenzadark/actions/22/revert.png +share/icons/matefaenzadark/actions/22/rhythmbox-set-star.png +share/icons/matefaenzadark/actions/22/rightjust.png +share/icons/matefaenzadark/actions/22/rotate.png +share/icons/matefaenzadark/actions/22/star.png +share/icons/matefaenzadark/actions/22/start.png +share/icons/matefaenzadark/actions/22/stock-refresh.png +share/icons/matefaenzadark/actions/22/stock_add-bookmark.png +share/icons/matefaenzadark/actions/22/stock_attach.png +share/icons/matefaenzadark/actions/22/stock_bottom.png +share/icons/matefaenzadark/actions/22/stock_calc-accept.png +share/icons/matefaenzadark/actions/22/stock_close.png +share/icons/matefaenzadark/actions/22/stock_copy.png +share/icons/matefaenzadark/actions/22/stock_cut.png +share/icons/matefaenzadark/actions/22/stock_delete.png +share/icons/matefaenzadark/actions/22/stock_down.png +share/icons/matefaenzadark/actions/22/stock_file-properties.png +share/icons/matefaenzadark/actions/22/stock_first.png +share/icons/matefaenzadark/actions/22/stock_folder-copy.png +share/icons/matefaenzadark/actions/22/stock_folder-move.png +share/icons/matefaenzadark/actions/22/stock_folder-properties.png +share/icons/matefaenzadark/actions/22/stock_fullscreen.png +share/icons/matefaenzadark/actions/22/stock_help-add-bookmark.png +share/icons/matefaenzadark/actions/22/stock_home.png +share/icons/matefaenzadark/actions/22/stock_last.png +share/icons/matefaenzadark/actions/22/stock_leave-fullscreen.png +share/icons/matefaenzadark/actions/22/stock_left.png +share/icons/matefaenzadark/actions/22/stock_mail-filters-apply.png +share/icons/matefaenzadark/actions/22/stock_mail-send-receive.png +share/icons/matefaenzadark/actions/22/stock_mark.png +share/icons/matefaenzadark/actions/22/stock_media-next.png +share/icons/matefaenzadark/actions/22/stock_media-pause.png +share/icons/matefaenzadark/actions/22/stock_media-play.png +share/icons/matefaenzadark/actions/22/stock_media-prev.png +share/icons/matefaenzadark/actions/22/stock_media-rec.png +share/icons/matefaenzadark/actions/22/stock_media-stop.png +share/icons/matefaenzadark/actions/22/stock_new-appointment.png +share/icons/matefaenzadark/actions/22/stock_new-bcard.png +share/icons/matefaenzadark/actions/22/stock_new-dir.png +share/icons/matefaenzadark/actions/22/stock_new-tab.png +share/icons/matefaenzadark/actions/22/stock_new-text.png +share/icons/matefaenzadark/actions/22/stock_new-window.png +share/icons/matefaenzadark/actions/22/stock_no.png +share/icons/matefaenzadark/actions/22/stock_paste.png +share/icons/matefaenzadark/actions/22/stock_print-preview.png +share/icons/matefaenzadark/actions/22/stock_print-setup.png +share/icons/matefaenzadark/actions/22/stock_print.png +share/icons/matefaenzadark/actions/22/stock_properties.png +share/icons/matefaenzadark/actions/22/stock_redo.png +share/icons/matefaenzadark/actions/22/stock_repeat.png +share/icons/matefaenzadark/actions/22/stock_right.png +share/icons/matefaenzadark/actions/22/stock_save-as.png +share/icons/matefaenzadark/actions/22/stock_save.png +share/icons/matefaenzadark/actions/22/stock_search-and-replace.png +share/icons/matefaenzadark/actions/22/stock_search.png +share/icons/matefaenzadark/actions/22/stock_select-all.png +share/icons/matefaenzadark/actions/22/stock_shuffle.png +share/icons/matefaenzadark/actions/22/stock_spellcheck.png +share/icons/matefaenzadark/actions/22/stock_stop.png +share/icons/matefaenzadark/actions/22/stock_text-strikethrough.png +share/icons/matefaenzadark/actions/22/stock_text_bold.png +share/icons/matefaenzadark/actions/22/stock_text_center.png +share/icons/matefaenzadark/actions/22/stock_text_indent.png +share/icons/matefaenzadark/actions/22/stock_text_italic.png +share/icons/matefaenzadark/actions/22/stock_text_justify.png +share/icons/matefaenzadark/actions/22/stock_text_left.png +share/icons/matefaenzadark/actions/22/stock_text_right.png +share/icons/matefaenzadark/actions/22/stock_text_underlined.png +share/icons/matefaenzadark/actions/22/stock_text_unindent.png +share/icons/matefaenzadark/actions/22/stock_top.png +share/icons/matefaenzadark/actions/22/stock_undo.png +share/icons/matefaenzadark/actions/22/stock_up.png +share/icons/matefaenzadark/actions/22/stock_yes.png +share/icons/matefaenzadark/actions/22/stock_zoom-1.png +share/icons/matefaenzadark/actions/22/stock_zoom-in.png +share/icons/matefaenzadark/actions/22/stock_zoom-out.png +share/icons/matefaenzadark/actions/22/stock_zoom-page.png +share/icons/matefaenzadark/actions/22/stop.png +share/icons/matefaenzadark/actions/22/system-log-out.png +share/icons/matefaenzadark/actions/22/system-restart-panel.png +share/icons/matefaenzadark/actions/22/system-run.png +share/icons/matefaenzadark/actions/22/system-shutdown-panel-restart.png +share/icons/matefaenzadark/actions/22/system-shutdown-panel.png +share/icons/matefaenzadark/actions/22/system-shutdown-restart-panel.png +share/icons/matefaenzadark/actions/22/system-shutdown.png +share/icons/matefaenzadark/actions/22/system-upgrade.png +share/icons/matefaenzadark/actions/22/tab-new.png +share/icons/matefaenzadark/actions/22/tab_new.png +share/icons/matefaenzadark/actions/22/tag-new.png +share/icons/matefaenzadark/actions/22/text_bold.png +share/icons/matefaenzadark/actions/22/text_italic.png +share/icons/matefaenzadark/actions/22/text_strike.png +share/icons/matefaenzadark/actions/22/text_under.png +share/icons/matefaenzadark/actions/22/tools-check-spelling.png +share/icons/matefaenzadark/actions/22/top.png +share/icons/matefaenzadark/actions/22/top.xpm +share/icons/matefaenzadark/actions/22/undo.png +share/icons/matefaenzadark/actions/22/up.png +share/icons/matefaenzadark/actions/22/view-fullscreen.png +share/icons/matefaenzadark/actions/22/view-list-compact-symbolic.png +share/icons/matefaenzadark/actions/22/view-list-compact.png +share/icons/matefaenzadark/actions/22/view-list-details-symbolic.png +share/icons/matefaenzadark/actions/22/view-list-details.png +share/icons/matefaenzadark/actions/22/view-list-icons-symbolic.png +share/icons/matefaenzadark/actions/22/view-list-icons.png +share/icons/matefaenzadark/actions/22/view-refresh.png +share/icons/matefaenzadark/actions/22/view-restore.png +share/icons/matefaenzadark/actions/22/view-sort-ascending.png +share/icons/matefaenzadark/actions/22/view-sort-descending.png +share/icons/matefaenzadark/actions/22/viewmag+.png +share/icons/matefaenzadark/actions/22/viewmag-.png +share/icons/matefaenzadark/actions/22/viewmag1.png +share/icons/matefaenzadark/actions/22/viewmagfit.png +share/icons/matefaenzadark/actions/22/visualization.png +share/icons/matefaenzadark/actions/22/window-close.png +share/icons/matefaenzadark/actions/22/window-new.png +share/icons/matefaenzadark/actions/22/window_fullscreen.png +share/icons/matefaenzadark/actions/22/window_new.png +share/icons/matefaenzadark/actions/22/window_nofullscreen.png +share/icons/matefaenzadark/actions/22/xfce-system-exit.png +share/icons/matefaenzadark/actions/22/xfsm-logout.png +share/icons/matefaenzadark/actions/22/zoom-best-fit.png +share/icons/matefaenzadark/actions/22/zoom-fit-best.png +share/icons/matefaenzadark/actions/22/zoom-fit.png +share/icons/matefaenzadark/actions/22/zoom-in.png +share/icons/matefaenzadark/actions/22/zoom-original.png +share/icons/matefaenzadark/actions/22/zoom-out.png +share/icons/matefaenzadark/actions/24/add-files-to-archive.png +share/icons/matefaenzadark/actions/24/add-folder-to-archive.png +share/icons/matefaenzadark/actions/24/add.png +share/icons/matefaenzadark/actions/24/appointment-new.png +share/icons/matefaenzadark/actions/24/appointment.png +share/icons/matefaenzadark/actions/24/audio-cd-duplicate.png +share/icons/matefaenzadark/actions/24/audio-cd-new.png +share/icons/matefaenzadark/actions/24/back.png +share/icons/matefaenzadark/actions/24/bonobo-component-browser.png +share/icons/matefaenzadark/actions/24/bookmark-new.png +share/icons/matefaenzadark/actions/24/bookmark_add.png +share/icons/matefaenzadark/actions/24/bookmark_list_add.png +share/icons/matefaenzadark/actions/24/bottom.png +share/icons/matefaenzadark/actions/24/browser-download.png +share/icons/matefaenzadark/actions/24/cab_extract.png +share/icons/matefaenzadark/actions/24/call-start.png +share/icons/matefaenzadark/actions/24/call-stop.png +share/icons/matefaenzadark/actions/24/centrejust.png +share/icons/matefaenzadark/actions/24/contact-new.png +share/icons/matefaenzadark/actions/24/dialog-apply.png +share/icons/matefaenzadark/actions/24/dialog-no.png +share/icons/matefaenzadark/actions/24/dialog-ok.png +share/icons/matefaenzadark/actions/24/dialog-yes.png +share/icons/matefaenzadark/actions/24/document-export.png +share/icons/matefaenzadark/actions/24/document-import.png +share/icons/matefaenzadark/actions/24/document-new.png +share/icons/matefaenzadark/actions/24/document-open.png +share/icons/matefaenzadark/actions/24/document-page-setup.png +share/icons/matefaenzadark/actions/24/document-print-preview.png +share/icons/matefaenzadark/actions/24/document-print.png +share/icons/matefaenzadark/actions/24/document-properties.png +share/icons/matefaenzadark/actions/24/document-revert.png +share/icons/matefaenzadark/actions/24/document-save-as.png +share/icons/matefaenzadark/actions/24/document-save.png +share/icons/matefaenzadark/actions/24/document-send.png +share/icons/matefaenzadark/actions/24/down.png +share/icons/matefaenzadark/actions/24/edit-add.png +share/icons/matefaenzadark/actions/24/edit-clear.png +share/icons/matefaenzadark/actions/24/edit-copy.png +share/icons/matefaenzadark/actions/24/edit-cut.png +share/icons/matefaenzadark/actions/24/edit-delete.png +share/icons/matefaenzadark/actions/24/edit-find-replace.png +share/icons/matefaenzadark/actions/24/edit-find.png +share/icons/matefaenzadark/actions/24/edit-paste.png +share/icons/matefaenzadark/actions/24/edit-redo.png +share/icons/matefaenzadark/actions/24/edit-select-all.png +share/icons/matefaenzadark/actions/24/edit-undo.png +share/icons/matefaenzadark/actions/24/editclear.png +share/icons/matefaenzadark/actions/24/editcopy.png +share/icons/matefaenzadark/actions/24/editcut.png +share/icons/matefaenzadark/actions/24/editdelete.png +share/icons/matefaenzadark/actions/24/editpaste.png +share/icons/matefaenzadark/actions/24/extract-archive.png +share/icons/matefaenzadark/actions/24/file_new.png +share/icons/matefaenzadark/actions/24/filefind.png +share/icons/matefaenzadark/actions/24/fileopen.png +share/icons/matefaenzadark/actions/24/fileprint.png +share/icons/matefaenzadark/actions/24/filesave.png +share/icons/matefaenzadark/actions/24/filesaveas.png +share/icons/matefaenzadark/actions/24/find.png +share/icons/matefaenzadark/actions/24/finish.png +share/icons/matefaenzadark/actions/24/folder-copy.png +share/icons/matefaenzadark/actions/24/folder-move.png +share/icons/matefaenzadark/actions/24/folder-new.png +share/icons/matefaenzadark/actions/24/folder_new.png +share/icons/matefaenzadark/actions/24/format-indent-less.png +share/icons/matefaenzadark/actions/24/format-indent-more.png +share/icons/matefaenzadark/actions/24/format-justify-center.png +share/icons/matefaenzadark/actions/24/format-justify-fill.png +share/icons/matefaenzadark/actions/24/format-justify-left.png +share/icons/matefaenzadark/actions/24/format-justify-right.png +share/icons/matefaenzadark/actions/24/format-text-bold.png +share/icons/matefaenzadark/actions/24/format-text-direction-ltr.png +share/icons/matefaenzadark/actions/24/format-text-direction-rtl.png +share/icons/matefaenzadark/actions/24/format-text-italic.png +share/icons/matefaenzadark/actions/24/format-text-strikethrough.png +share/icons/matefaenzadark/actions/24/format-text-underline.png +share/icons/matefaenzadark/actions/24/forward.png +share/icons/matefaenzadark/actions/24/games-endturn.png +share/icons/matefaenzadark/actions/24/gnome-app-install-star.png +share/icons/matefaenzadark/actions/24/gnome-log-out.png +share/icons/matefaenzadark/actions/24/gnome-logout.png +share/icons/matefaenzadark/actions/24/gnome-run.png +share/icons/matefaenzadark/actions/24/gnome-session-logout.png +share/icons/matefaenzadark/actions/24/gnome-stock-text-indent.png +share/icons/matefaenzadark/actions/24/gnome-stock-text-unindent.png +share/icons/matefaenzadark/actions/24/go-bottom.png +share/icons/matefaenzadark/actions/24/go-down.png +share/icons/matefaenzadark/actions/24/go-first.png +share/icons/matefaenzadark/actions/24/go-home.png +share/icons/matefaenzadark/actions/24/go-jump.png +share/icons/matefaenzadark/actions/24/go-last.png +share/icons/matefaenzadark/actions/24/go-next.png +share/icons/matefaenzadark/actions/24/go-previous.png +share/icons/matefaenzadark/actions/24/go-top.png +share/icons/matefaenzadark/actions/24/go-up.png +share/icons/matefaenzadark/actions/24/gohome.png +share/icons/matefaenzadark/actions/24/gtk-add.png +share/icons/matefaenzadark/actions/24/gtk-apply.png +share/icons/matefaenzadark/actions/24/gtk-bold.png +share/icons/matefaenzadark/actions/24/gtk-cancel.png +share/icons/matefaenzadark/actions/24/gtk-clear.png +share/icons/matefaenzadark/actions/24/gtk-close.png +share/icons/matefaenzadark/actions/24/gtk-copy.png +share/icons/matefaenzadark/actions/24/gtk-cut.png +share/icons/matefaenzadark/actions/24/gtk-delete.png +share/icons/matefaenzadark/actions/24/gtk-edit.png +share/icons/matefaenzadark/actions/24/gtk-execute.png +share/icons/matefaenzadark/actions/24/gtk-find-and-replace.png +share/icons/matefaenzadark/actions/24/gtk-find.png +share/icons/matefaenzadark/actions/24/gtk-fullscreen.png +share/icons/matefaenzadark/actions/24/gtk-go-back-ltr.png +share/icons/matefaenzadark/actions/24/gtk-go-back-rtl.png +share/icons/matefaenzadark/actions/24/gtk-go-down.png +share/icons/matefaenzadark/actions/24/gtk-go-forward-ltr.png +share/icons/matefaenzadark/actions/24/gtk-go-forward-rtl.png +share/icons/matefaenzadark/actions/24/gtk-go-up.png +share/icons/matefaenzadark/actions/24/gtk-goto-bottom.png +share/icons/matefaenzadark/actions/24/gtk-goto-first-ltr.png +share/icons/matefaenzadark/actions/24/gtk-goto-first-rtl.png +share/icons/matefaenzadark/actions/24/gtk-goto-last-ltr.png +share/icons/matefaenzadark/actions/24/gtk-goto-last-rtl.png +share/icons/matefaenzadark/actions/24/gtk-goto-top.png +share/icons/matefaenzadark/actions/24/gtk-home.png +share/icons/matefaenzadark/actions/24/gtk-indent-ltr.png +share/icons/matefaenzadark/actions/24/gtk-indent-rtl.png +share/icons/matefaenzadark/actions/24/gtk-italic.png +share/icons/matefaenzadark/actions/24/gtk-jump-to-ltr.png +share/icons/matefaenzadark/actions/24/gtk-jump-to-rtl.png +share/icons/matefaenzadark/actions/24/gtk-justify-center.png +share/icons/matefaenzadark/actions/24/gtk-justify-fill.png +share/icons/matefaenzadark/actions/24/gtk-justify-left.png +share/icons/matefaenzadark/actions/24/gtk-justify-right.png +share/icons/matefaenzadark/actions/24/gtk-leave-fullscreen.png +share/icons/matefaenzadark/actions/24/gtk-media-next-ltr.png +share/icons/matefaenzadark/actions/24/gtk-media-next-rtl.png +share/icons/matefaenzadark/actions/24/gtk-media-pause.png +share/icons/matefaenzadark/actions/24/gtk-media-play-ltr.png +share/icons/matefaenzadark/actions/24/gtk-media-previous-ltr.png +share/icons/matefaenzadark/actions/24/gtk-media-previous-rtl.png +share/icons/matefaenzadark/actions/24/gtk-media-record.png +share/icons/matefaenzadark/actions/24/gtk-media-stop.png +share/icons/matefaenzadark/actions/24/gtk-new.png +share/icons/matefaenzadark/actions/24/gtk-no.png +share/icons/matefaenzadark/actions/24/gtk-ok.png +share/icons/matefaenzadark/actions/24/gtk-open.png +share/icons/matefaenzadark/actions/24/gtk-paste.png +share/icons/matefaenzadark/actions/24/gtk-print-preview.png +share/icons/matefaenzadark/actions/24/gtk-print.png +share/icons/matefaenzadark/actions/24/gtk-properties.png +share/icons/matefaenzadark/actions/24/gtk-redo-ltr.png +share/icons/matefaenzadark/actions/24/gtk-refresh.png +share/icons/matefaenzadark/actions/24/gtk-remove.png +share/icons/matefaenzadark/actions/24/gtk-revert-to-saved-ltr.png +share/icons/matefaenzadark/actions/24/gtk-revert-to-saved-rtl.png +share/icons/matefaenzadark/actions/24/gtk-save-as.png +share/icons/matefaenzadark/actions/24/gtk-save.png +share/icons/matefaenzadark/actions/24/gtk-select-all.png +share/icons/matefaenzadark/actions/24/gtk-sort-ascending.png +share/icons/matefaenzadark/actions/24/gtk-sort-descending.png +share/icons/matefaenzadark/actions/24/gtk-spell-check.png +share/icons/matefaenzadark/actions/24/gtk-stop.png +share/icons/matefaenzadark/actions/24/gtk-strikethrough.png +share/icons/matefaenzadark/actions/24/gtk-underline.png +share/icons/matefaenzadark/actions/24/gtk-undo-ltr.png +share/icons/matefaenzadark/actions/24/gtk-unindent-ltr.png +share/icons/matefaenzadark/actions/24/gtk-unindent-rtl.png +share/icons/matefaenzadark/actions/24/gtk-yes.png +share/icons/matefaenzadark/actions/24/gtk-zoom-100.png +share/icons/matefaenzadark/actions/24/gtk-zoom-fit.png +share/icons/matefaenzadark/actions/24/gtk-zoom-in.png +share/icons/matefaenzadark/actions/24/gtk-zoom-out.png +share/icons/matefaenzadark/actions/24/insert-image.png +share/icons/matefaenzadark/actions/24/insert-link.png +share/icons/matefaenzadark/actions/24/insert-object.png +share/icons/matefaenzadark/actions/24/insert-text.png +share/icons/matefaenzadark/actions/24/internet-radio-new.png +share/icons/matefaenzadark/actions/24/iso-image-burn.png +share/icons/matefaenzadark/actions/24/kfm-home.png +share/icons/matefaenzadark/actions/24/leftjust.png +share/icons/matefaenzadark/actions/24/list-add.png +share/icons/matefaenzadark/actions/24/list-remove.png +share/icons/matefaenzadark/actions/24/locationbar-erase.png +share/icons/matefaenzadark/actions/24/lock.png +share/icons/matefaenzadark/actions/24/lock.xpm +share/icons/matefaenzadark/actions/24/lxde-logout.png +share/icons/matefaenzadark/actions/24/mail-attachment.png +share/icons/matefaenzadark/actions/24/mail-send-receive.png +share/icons/matefaenzadark/actions/24/media-eject.png +share/icons/matefaenzadark/actions/24/media-import-audio-cd.png +share/icons/matefaenzadark/actions/24/media-optical-audio-new.png +share/icons/matefaenzadark/actions/24/media-optical-burn.png +share/icons/matefaenzadark/actions/24/media-optical-copy.png +share/icons/matefaenzadark/actions/24/media-playback-pause.png +share/icons/matefaenzadark/actions/24/media-playback-start.png +share/icons/matefaenzadark/actions/24/media-playback-stop.png +share/icons/matefaenzadark/actions/24/media-playlist-repeat.png +share/icons/matefaenzadark/actions/24/media-playlist-shuffle.png +share/icons/matefaenzadark/actions/24/media-record.png +share/icons/matefaenzadark/actions/24/media-skip-backward.png +share/icons/matefaenzadark/actions/24/media-skip-forward.png +share/icons/matefaenzadark/actions/24/media-write-cd.png +share/icons/matefaenzadark/actions/24/music-library.png +share/icons/matefaenzadark/actions/24/next.png +share/icons/matefaenzadark/actions/24/object-flip-horizontal.png +share/icons/matefaenzadark/actions/24/object-flip-vertical.png +share/icons/matefaenzadark/actions/24/object-rotate-left.png +share/icons/matefaenzadark/actions/24/object-rotate-right.png +share/icons/matefaenzadark/actions/24/offline.png +share/icons/matefaenzadark/actions/24/ok.png +share/icons/matefaenzadark/actions/24/online.png +share/icons/matefaenzadark/actions/24/player-eject.png +share/icons/matefaenzadark/actions/24/player_end.png +share/icons/matefaenzadark/actions/24/player_pause.png +share/icons/matefaenzadark/actions/24/player_play.png +share/icons/matefaenzadark/actions/24/player_record.png +share/icons/matefaenzadark/actions/24/player_start.png +share/icons/matefaenzadark/actions/24/player_stop.png +share/icons/matefaenzadark/actions/24/podcast-new.png +share/icons/matefaenzadark/actions/24/preview-file.png +share/icons/matefaenzadark/actions/24/previous.png +share/icons/matefaenzadark/actions/24/process-stop.png +share/icons/matefaenzadark/actions/24/redhat-home.png +share/icons/matefaenzadark/actions/24/redo.png +share/icons/matefaenzadark/actions/24/reload.png +share/icons/matefaenzadark/actions/24/reload3.png +share/icons/matefaenzadark/actions/24/reload_all_tabs.png +share/icons/matefaenzadark/actions/24/reload_page.png +share/icons/matefaenzadark/actions/24/remove.png +share/icons/matefaenzadark/actions/24/revert.png +share/icons/matefaenzadark/actions/24/rhythmbox-set-star.png +share/icons/matefaenzadark/actions/24/rightjust.png +share/icons/matefaenzadark/actions/24/rotate.png +share/icons/matefaenzadark/actions/24/star.png +share/icons/matefaenzadark/actions/24/start.png +share/icons/matefaenzadark/actions/24/stock-refresh.png +share/icons/matefaenzadark/actions/24/stock_add-bookmark.png +share/icons/matefaenzadark/actions/24/stock_attach.png +share/icons/matefaenzadark/actions/24/stock_bottom.png +share/icons/matefaenzadark/actions/24/stock_calc-accept.png +share/icons/matefaenzadark/actions/24/stock_close.png +share/icons/matefaenzadark/actions/24/stock_copy.png +share/icons/matefaenzadark/actions/24/stock_cut.png +share/icons/matefaenzadark/actions/24/stock_delete.png +share/icons/matefaenzadark/actions/24/stock_down.png +share/icons/matefaenzadark/actions/24/stock_file-properties.png +share/icons/matefaenzadark/actions/24/stock_first.png +share/icons/matefaenzadark/actions/24/stock_folder-copy.png +share/icons/matefaenzadark/actions/24/stock_folder-move.png +share/icons/matefaenzadark/actions/24/stock_folder-properties.png +share/icons/matefaenzadark/actions/24/stock_fullscreen.png +share/icons/matefaenzadark/actions/24/stock_help-add-bookmark.png +share/icons/matefaenzadark/actions/24/stock_home.png +share/icons/matefaenzadark/actions/24/stock_last.png +share/icons/matefaenzadark/actions/24/stock_leave-fullscreen.png +share/icons/matefaenzadark/actions/24/stock_left.png +share/icons/matefaenzadark/actions/24/stock_mail-filters-apply.png +share/icons/matefaenzadark/actions/24/stock_mail-send-receive.png +share/icons/matefaenzadark/actions/24/stock_mark.png +share/icons/matefaenzadark/actions/24/stock_media-next.png +share/icons/matefaenzadark/actions/24/stock_media-pause.png +share/icons/matefaenzadark/actions/24/stock_media-play.png +share/icons/matefaenzadark/actions/24/stock_media-prev.png +share/icons/matefaenzadark/actions/24/stock_media-rec.png +share/icons/matefaenzadark/actions/24/stock_media-stop.png +share/icons/matefaenzadark/actions/24/stock_new-appointment.png +share/icons/matefaenzadark/actions/24/stock_new-bcard.png +share/icons/matefaenzadark/actions/24/stock_new-dir.png +share/icons/matefaenzadark/actions/24/stock_new-tab.png +share/icons/matefaenzadark/actions/24/stock_new-text.png +share/icons/matefaenzadark/actions/24/stock_new-window.png +share/icons/matefaenzadark/actions/24/stock_no.png +share/icons/matefaenzadark/actions/24/stock_paste.png +share/icons/matefaenzadark/actions/24/stock_print-preview.png +share/icons/matefaenzadark/actions/24/stock_print-setup.png +share/icons/matefaenzadark/actions/24/stock_print.png +share/icons/matefaenzadark/actions/24/stock_properties.png +share/icons/matefaenzadark/actions/24/stock_redo.png +share/icons/matefaenzadark/actions/24/stock_repeat.png +share/icons/matefaenzadark/actions/24/stock_right.png +share/icons/matefaenzadark/actions/24/stock_save-as.png +share/icons/matefaenzadark/actions/24/stock_save.png +share/icons/matefaenzadark/actions/24/stock_search-and-replace.png +share/icons/matefaenzadark/actions/24/stock_search.png +share/icons/matefaenzadark/actions/24/stock_select-all.png +share/icons/matefaenzadark/actions/24/stock_shuffle.png +share/icons/matefaenzadark/actions/24/stock_spellcheck.png +share/icons/matefaenzadark/actions/24/stock_stop.png +share/icons/matefaenzadark/actions/24/stock_text-strikethrough.png +share/icons/matefaenzadark/actions/24/stock_text_bold.png +share/icons/matefaenzadark/actions/24/stock_text_center.png +share/icons/matefaenzadark/actions/24/stock_text_indent.png +share/icons/matefaenzadark/actions/24/stock_text_italic.png +share/icons/matefaenzadark/actions/24/stock_text_justify.png +share/icons/matefaenzadark/actions/24/stock_text_left.png +share/icons/matefaenzadark/actions/24/stock_text_right.png +share/icons/matefaenzadark/actions/24/stock_text_underlined.png +share/icons/matefaenzadark/actions/24/stock_text_unindent.png +share/icons/matefaenzadark/actions/24/stock_top.png +share/icons/matefaenzadark/actions/24/stock_undo.png +share/icons/matefaenzadark/actions/24/stock_up.png +share/icons/matefaenzadark/actions/24/stock_yes.png +share/icons/matefaenzadark/actions/24/stock_zoom-1.png +share/icons/matefaenzadark/actions/24/stock_zoom-in.png +share/icons/matefaenzadark/actions/24/stock_zoom-out.png +share/icons/matefaenzadark/actions/24/stock_zoom-page.png +share/icons/matefaenzadark/actions/24/stop.png +share/icons/matefaenzadark/actions/24/system-log-out.png +share/icons/matefaenzadark/actions/24/system-restart-panel.png +share/icons/matefaenzadark/actions/24/system-run.png +share/icons/matefaenzadark/actions/24/system-shutdown-panel-restart.png +share/icons/matefaenzadark/actions/24/system-shutdown-panel.png +share/icons/matefaenzadark/actions/24/system-shutdown-restart-panel.png +share/icons/matefaenzadark/actions/24/system-shutdown.png +share/icons/matefaenzadark/actions/24/system-upgrade.png +share/icons/matefaenzadark/actions/24/tab-new.png +share/icons/matefaenzadark/actions/24/tab_new.png +share/icons/matefaenzadark/actions/24/tag-new.png +share/icons/matefaenzadark/actions/24/text_bold.png +share/icons/matefaenzadark/actions/24/text_italic.png +share/icons/matefaenzadark/actions/24/text_strike.png +share/icons/matefaenzadark/actions/24/text_under.png +share/icons/matefaenzadark/actions/24/tools-check-spelling.png +share/icons/matefaenzadark/actions/24/top.png +share/icons/matefaenzadark/actions/24/top.xpm +share/icons/matefaenzadark/actions/24/undo.png +share/icons/matefaenzadark/actions/24/up.png +share/icons/matefaenzadark/actions/24/view-fullscreen.png +share/icons/matefaenzadark/actions/24/view-list-compact-symbolic.png +share/icons/matefaenzadark/actions/24/view-list-compact.png +share/icons/matefaenzadark/actions/24/view-list-details-symbolic.png +share/icons/matefaenzadark/actions/24/view-list-details.png +share/icons/matefaenzadark/actions/24/view-list-icons-symbolic.png +share/icons/matefaenzadark/actions/24/view-list-icons.png +share/icons/matefaenzadark/actions/24/view-refresh.png +share/icons/matefaenzadark/actions/24/view-restore.png +share/icons/matefaenzadark/actions/24/view-sort-ascending.png +share/icons/matefaenzadark/actions/24/view-sort-descending.png +share/icons/matefaenzadark/actions/24/viewmag+.png +share/icons/matefaenzadark/actions/24/viewmag-.png +share/icons/matefaenzadark/actions/24/viewmag1.png +share/icons/matefaenzadark/actions/24/viewmagfit.png +share/icons/matefaenzadark/actions/24/visualization.png +share/icons/matefaenzadark/actions/24/window-close.png +share/icons/matefaenzadark/actions/24/window-new.png +share/icons/matefaenzadark/actions/24/window_fullscreen.png +share/icons/matefaenzadark/actions/24/window_new.png +share/icons/matefaenzadark/actions/24/window_nofullscreen.png +share/icons/matefaenzadark/actions/24/xfce-system-exit.png +share/icons/matefaenzadark/actions/24/xfsm-logout.png +share/icons/matefaenzadark/actions/24/zoom-best-fit.png +share/icons/matefaenzadark/actions/24/zoom-fit-best.png +share/icons/matefaenzadark/actions/24/zoom-fit.png +share/icons/matefaenzadark/actions/24/zoom-in.png +share/icons/matefaenzadark/actions/24/zoom-original.png +share/icons/matefaenzadark/actions/24/zoom-out.png +share/icons/matefaenzadark/apps/16/boot.png +share/icons/matefaenzadark/apps/16/browser-help.png +share/icons/matefaenzadark/apps/16/ejecter.png +share/icons/matefaenzadark/apps/16/gnochm.png +share/icons/matefaenzadark/apps/16/gnome-about-logo.png +share/icons/matefaenzadark/apps/16/gnome-help.png +share/icons/matefaenzadark/apps/16/gnome-log-out.png +share/icons/matefaenzadark/apps/16/gnome-logo-icon-transparent.png +share/icons/matefaenzadark/apps/16/gnome-logout.png +share/icons/matefaenzadark/apps/16/gnome-session-halt.png +share/icons/matefaenzadark/apps/16/gnome-session-hibernate.png +share/icons/matefaenzadark/apps/16/gnome-session-logout.png +share/icons/matefaenzadark/apps/16/gnome-session-reboot.png +share/icons/matefaenzadark/apps/16/gnome-session-sleep.png +share/icons/matefaenzadark/apps/16/gnome-session-suspend.png +share/icons/matefaenzadark/apps/16/gnome-session-switch.png +share/icons/matefaenzadark/apps/16/gnome-shutdown.png +share/icons/matefaenzadark/apps/16/gnome-unknown.png +share/icons/matefaenzadark/apps/16/gtk-help.png +share/icons/matefaenzadark/apps/16/help-browser.png +share/icons/matefaenzadark/apps/16/help.png +share/icons/matefaenzadark/apps/16/khelpcenter.png +share/icons/matefaenzadark/apps/16/sleep.png +share/icons/matefaenzadark/apps/16/stock_help.png +share/icons/matefaenzadark/apps/16/stock_unknown.png +share/icons/matefaenzadark/apps/16/susehelpcenter.png +share/icons/matefaenzadark/apps/16/system-hibernate.png +share/icons/matefaenzadark/apps/16/system-restart.png +share/icons/matefaenzadark/apps/16/system-shut-down.png +share/icons/matefaenzadark/apps/16/system-suspend-hibernate.png +share/icons/matefaenzadark/apps/16/system-suspend.png +share/icons/matefaenzadark/apps/16/system-switch-user.png +share/icons/matefaenzadark/apps/16/un-reboot.png +share/icons/matefaenzadark/apps/16/xfce-man.png +share/icons/matefaenzadark/apps/16/xfce_unknown.png +share/icons/matefaenzadark/apps/16/xfsm-hibernate.png +share/icons/matefaenzadark/apps/16/xfsm-logout.png +share/icons/matefaenzadark/apps/16/xfsm-reboot.png +share/icons/matefaenzadark/apps/16/xfsm-shutdown.png +share/icons/matefaenzadark/apps/16/xfsm-suspend.png +share/icons/matefaenzadark/apps/16/xfsm-switch.png +share/icons/matefaenzadark/apps/22/boot.png +share/icons/matefaenzadark/apps/22/ejecter.png +share/icons/matefaenzadark/apps/22/gnome-log-out.png +share/icons/matefaenzadark/apps/22/gnome-logout.png +share/icons/matefaenzadark/apps/22/gnome-session-halt.png +share/icons/matefaenzadark/apps/22/gnome-session-hibernate.png +share/icons/matefaenzadark/apps/22/gnome-session-logout.png +share/icons/matefaenzadark/apps/22/gnome-session-reboot.png +share/icons/matefaenzadark/apps/22/gnome-session-sleep.png +share/icons/matefaenzadark/apps/22/gnome-session-suspend.png +share/icons/matefaenzadark/apps/22/gnome-session-switch.png +share/icons/matefaenzadark/apps/22/gnome-shutdown.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting01.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting02.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting03.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting04.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting05.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting06.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting07.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting08.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting09.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting10.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting11.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting01.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting02.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting03.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting04.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting05.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting06.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting07.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting08.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting09.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting10.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting11.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting01.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting02.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting03.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting04.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting05.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting06.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting07.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting08.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting09.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting10.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting11.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting01.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting02.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting03.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting04.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting05.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting06.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting07.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting08.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting09.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting10.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting11.png +share/icons/matefaenzadark/apps/22/sleep.png +share/icons/matefaenzadark/apps/22/system-hibernate.png +share/icons/matefaenzadark/apps/22/system-restart.png +share/icons/matefaenzadark/apps/22/system-shut-down.png +share/icons/matefaenzadark/apps/22/system-suspend-hibernate.png +share/icons/matefaenzadark/apps/22/system-suspend.png +share/icons/matefaenzadark/apps/22/system-switch-user.png +share/icons/matefaenzadark/apps/22/un-reboot.png +share/icons/matefaenzadark/apps/22/xfsm-hibernate.png +share/icons/matefaenzadark/apps/22/xfsm-logout.png +share/icons/matefaenzadark/apps/22/xfsm-reboot.png +share/icons/matefaenzadark/apps/22/xfsm-shutdown.png +share/icons/matefaenzadark/apps/22/xfsm-suspend.png +share/icons/matefaenzadark/apps/22/xfsm-switch.png +share/icons/matefaenzadark/apps/24/boot.png +share/icons/matefaenzadark/apps/24/ejecter.png +share/icons/matefaenzadark/apps/24/gnome-log-out.png +share/icons/matefaenzadark/apps/24/gnome-logout.png +share/icons/matefaenzadark/apps/24/gnome-session-halt.png +share/icons/matefaenzadark/apps/24/gnome-session-hibernate.png +share/icons/matefaenzadark/apps/24/gnome-session-logout.png +share/icons/matefaenzadark/apps/24/gnome-session-reboot.png +share/icons/matefaenzadark/apps/24/gnome-session-sleep.png +share/icons/matefaenzadark/apps/24/gnome-session-suspend.png +share/icons/matefaenzadark/apps/24/gnome-session-switch.png +share/icons/matefaenzadark/apps/24/gnome-shutdown.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting01.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting02.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting03.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting04.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting05.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting06.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting07.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting08.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting09.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting10.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting11.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting01.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting02.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting03.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting04.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting05.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting06.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting07.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting08.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting09.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting10.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting11.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting01.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting02.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting03.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting04.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting05.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting06.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting07.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting08.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting09.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting10.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting11.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting01.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting02.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting03.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting04.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting05.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting06.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting07.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting08.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting09.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting10.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting11.png +share/icons/matefaenzadark/apps/24/sleep.png +share/icons/matefaenzadark/apps/24/system-hibernate.png +share/icons/matefaenzadark/apps/24/system-restart.png +share/icons/matefaenzadark/apps/24/system-shut-down.png +share/icons/matefaenzadark/apps/24/system-suspend-hibernate.png +share/icons/matefaenzadark/apps/24/system-suspend.png +share/icons/matefaenzadark/apps/24/system-switch-user.png +share/icons/matefaenzadark/apps/24/un-reboot.png +share/icons/matefaenzadark/apps/24/xfsm-hibernate.png +share/icons/matefaenzadark/apps/24/xfsm-logout.png +share/icons/matefaenzadark/apps/24/xfsm-reboot.png +share/icons/matefaenzadark/apps/24/xfsm-shutdown.png +share/icons/matefaenzadark/apps/24/xfsm-suspend.png +share/icons/matefaenzadark/apps/24/xfsm-switch.png +share/icons/matefaenzadark/categories/16/applications-astronomy.png +share/icons/matefaenzadark/categories/22/applications-astronomy.png +share/icons/matefaenzadark/categories/24/applications-astronomy.png +share/icons/matefaenzadark/devices/22/keyboard.png +share/icons/matefaenzadark/devices/24/keyboard.png +share/icons/matefaenzadark/extras/deadbeef/pixmaps/play_24.png +share/icons/matefaenzadark/extras/keepassx/icons/keepassx.png +share/icons/matefaenzadark/extras/lastfm/icons/user_black22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_blue22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_green22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_orange22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_red22.png +share/icons/matefaenzadark/extras/liferea/pixmaps/available.png +share/icons/matefaenzadark/extras/liferea/pixmaps/available_offline.png +share/icons/matefaenzadark/extras/liferea/pixmaps/empty.png +share/icons/matefaenzadark/extras/liferea/pixmaps/empty_offline.png +share/icons/matefaenzadark/extras/pixmaps/guake/guake-tray.png +share/icons/matefaenzadark/extras/radiotray/images/radiotray_connecting.png +share/icons/matefaenzadark/extras/radiotray/images/radiotray_off.png +share/icons/matefaenzadark/extras/radiotray/images/radiotray_on.png +share/icons/matefaenzadark/index.theme +share/icons/matefaenzadark/places/22/start-here-archlinux.png +share/icons/matefaenzadark/places/22/start-here-debian.png +share/icons/matefaenzadark/places/22/start-here-fedora.png +share/icons/matefaenzadark/places/22/start-here-frugalware.png +share/icons/matefaenzadark/places/22/start-here-gentoo.png +share/icons/matefaenzadark/places/22/start-here-gnome.png +share/icons/matefaenzadark/places/22/start-here-linux-mint.png +share/icons/matefaenzadark/places/22/start-here-mandriva.png +share/icons/matefaenzadark/places/22/start-here-mate.png +share/icons/matefaenzadark/places/22/start-here-opensuse.png +share/icons/matefaenzadark/places/22/start-here-slackware.png +share/icons/matefaenzadark/places/22/start-here-ubuntu.png +share/icons/matefaenzadark/places/22/start-here.png +share/icons/matefaenzadark/places/24/start-here-archlinux.png +share/icons/matefaenzadark/places/24/start-here-debian.png +share/icons/matefaenzadark/places/24/start-here-fedora.png +share/icons/matefaenzadark/places/24/start-here-frugalware.png +share/icons/matefaenzadark/places/24/start-here-gentoo.png +share/icons/matefaenzadark/places/24/start-here-gnome.png +share/icons/matefaenzadark/places/24/start-here-linux-mint.png +share/icons/matefaenzadark/places/24/start-here-mandriva.png +share/icons/matefaenzadark/places/24/start-here-mate.png +share/icons/matefaenzadark/places/24/start-here-opensuse.png +share/icons/matefaenzadark/places/24/start-here-slackware.png +share/icons/matefaenzadark/places/24/start-here-ubuntu.png +share/icons/matefaenzadark/places/24/start-here.png +share/icons/matefaenzadark/status/16/audio-volume-high-panel.png +share/icons/matefaenzadark/status/16/audio-volume-high.png +share/icons/matefaenzadark/status/16/audio-volume-low-panel.png +share/icons/matefaenzadark/status/16/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/16/audio-volume-low.png +share/icons/matefaenzadark/status/16/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/16/audio-volume-medium.png +share/icons/matefaenzadark/status/16/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/16/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/16/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/16/audio-volume-muted.png +share/icons/matefaenzadark/status/16/audio-volume-off.png +share/icons/matefaenzadark/status/16/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/16/banshee-panel.png +share/icons/matefaenzadark/status/16/busy.png +share/icons/matefaenzadark/status/16/busy2.png +share/icons/matefaenzadark/status/16/connect_creating.png +share/icons/matefaenzadark/status/16/connect_established.png +share/icons/matefaenzadark/status/16/connect_no.png +share/icons/matefaenzadark/status/16/dialog-error.png +share/icons/matefaenzadark/status/16/dialog-info.png +share/icons/matefaenzadark/status/16/dialog-information.png +share/icons/matefaenzadark/status/16/dialog-password.png +share/icons/matefaenzadark/status/16/dialog-question.png +share/icons/matefaenzadark/status/16/dialog-warning.png +share/icons/matefaenzadark/status/16/dropboxstatus-busy.png +share/icons/matefaenzadark/status/16/dropboxstatus-busy2.png +share/icons/matefaenzadark/status/16/dropboxstatus-idle.png +share/icons/matefaenzadark/status/16/dropboxstatus-logo.png +share/icons/matefaenzadark/status/16/dropboxstatus-x.png +share/icons/matefaenzadark/status/16/empathy-available.png +share/icons/matefaenzadark/status/16/empathy-away.png +share/icons/matefaenzadark/status/16/empathy-busy.png +share/icons/matefaenzadark/status/16/empathy-extended-away.png +share/icons/matefaenzadark/status/16/empathy-invisible.png +share/icons/matefaenzadark/status/16/empathy-offline.png +share/icons/matefaenzadark/status/16/error.png +share/icons/matefaenzadark/status/16/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/16/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/16/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/16/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/16/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/16/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/16/gnome-netstatus-error.png +share/icons/matefaenzadark/status/16/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/16/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/16/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/16/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/16/gsm-3g-full-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-full.png +share/icons/matefaenzadark/status/16/gsm-3g-high-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-high.png +share/icons/matefaenzadark/status/16/gsm-3g-low-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-low.png +share/icons/matefaenzadark/status/16/gsm-3g-medium-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-medium.png +share/icons/matefaenzadark/status/16/gsm-3g-none-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-none.png +share/icons/matefaenzadark/status/16/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/16/gtk-dialog-warning.png +share/icons/matefaenzadark/status/16/haguichi-connected.png +share/icons/matefaenzadark/status/16/haguichi-connecting-1.png +share/icons/matefaenzadark/status/16/haguichi-connecting-2.png +share/icons/matefaenzadark/status/16/haguichi-connecting-3.png +share/icons/matefaenzadark/status/16/haguichi-disconnected.png +share/icons/matefaenzadark/status/16/idle.png +share/icons/matefaenzadark/status/16/info.png +share/icons/matefaenzadark/status/16/keys.png +share/icons/matefaenzadark/status/16/locked.png +share/icons/matefaenzadark/status/16/logo.png +share/icons/matefaenzadark/status/16/media-player-banshee-buffering.png +share/icons/matefaenzadark/status/16/media-player-banshee-panel.png +share/icons/matefaenzadark/status/16/media-player-banshee-stopped.png +share/icons/matefaenzadark/status/16/network-error.png +share/icons/matefaenzadark/status/16/network-idle.png +share/icons/matefaenzadark/status/16/network-offline.png +share/icons/matefaenzadark/status/16/network-receive.png +share/icons/matefaenzadark/status/16/network-transmit-receive.png +share/icons/matefaenzadark/status/16/network-transmit.png +share/icons/matefaenzadark/status/16/network-wired-disconnected.png +share/icons/matefaenzadark/status/16/network-wireless-encrypted.png +share/icons/matefaenzadark/status/16/nm-adhoc.png +share/icons/matefaenzadark/status/16/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/16/nm-device-wired-secure.png +share/icons/matefaenzadark/status/16/nm-device-wired.png +share/icons/matefaenzadark/status/16/nm-device-wireless.png +share/icons/matefaenzadark/status/16/nm-device-wwan.png +share/icons/matefaenzadark/status/16/nm-no-connection.png +share/icons/matefaenzadark/status/16/nm-signal-0.png +share/icons/matefaenzadark/status/16/nm-signal-00-secure.png +share/icons/matefaenzadark/status/16/nm-signal-00.png +share/icons/matefaenzadark/status/16/nm-signal-100-secure.png +share/icons/matefaenzadark/status/16/nm-signal-100.png +share/icons/matefaenzadark/status/16/nm-signal-25-secure.png +share/icons/matefaenzadark/status/16/nm-signal-25.png +share/icons/matefaenzadark/status/16/nm-signal-50-secure.png +share/icons/matefaenzadark/status/16/nm-signal-50.png +share/icons/matefaenzadark/status/16/nm-signal-75-secure.png +share/icons/matefaenzadark/status/16/nm-signal-75.png +share/icons/matefaenzadark/status/16/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/16/notification-audio-volume-high.png +share/icons/matefaenzadark/status/16/notification-audio-volume-low.png +share/icons/matefaenzadark/status/16/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/16/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/16/notification-audio-volume-off.png +share/icons/matefaenzadark/status/16/rhythmbox-notplaying.png +share/icons/matefaenzadark/status/16/rhythmbox-panel.png +share/icons/matefaenzadark/status/16/sound-icon.png +share/icons/matefaenzadark/status/16/status_lock.png +share/icons/matefaenzadark/status/16/stock_lock.png +share/icons/matefaenzadark/status/16/stock_volume-0.png +share/icons/matefaenzadark/status/16/stock_volume-max.png +share/icons/matefaenzadark/status/16/stock_volume-med.png +share/icons/matefaenzadark/status/16/stock_volume-min.png +share/icons/matefaenzadark/status/16/stock_volume-mute.png +share/icons/matefaenzadark/status/16/stock_volume.png +share/icons/matefaenzadark/status/16/stock_weather-night-clear.png +share/icons/matefaenzadark/status/16/stock_weather-sunny.png +share/icons/matefaenzadark/status/16/sunny.png +share/icons/matefaenzadark/status/16/tray-away.png +share/icons/matefaenzadark/status/16/tray-busy.png +share/icons/matefaenzadark/status/16/tray-extended-away.png +share/icons/matefaenzadark/status/16/tray-offline.png +share/icons/matefaenzadark/status/16/tray-online.png +share/icons/matefaenzadark/status/16/user-available-panel.png +share/icons/matefaenzadark/status/16/user-available.png +share/icons/matefaenzadark/status/16/user-away-panel.png +share/icons/matefaenzadark/status/16/user-away.png +share/icons/matefaenzadark/status/16/user-busy-panel.png +share/icons/matefaenzadark/status/16/user-busy.png +share/icons/matefaenzadark/status/16/user-idle-panel.png +share/icons/matefaenzadark/status/16/user-idle.png +share/icons/matefaenzadark/status/16/user-invisible-panel.png +share/icons/matefaenzadark/status/16/user-invisible.png +share/icons/matefaenzadark/status/16/user-offline-panel.png +share/icons/matefaenzadark/status/16/user-offline.png +share/icons/matefaenzadark/status/16/weather-clear-night-000.png +share/icons/matefaenzadark/status/16/weather-clear-night-010.png +share/icons/matefaenzadark/status/16/weather-clear-night-020.png +share/icons/matefaenzadark/status/16/weather-clear-night-030.png +share/icons/matefaenzadark/status/16/weather-clear-night-040.png +share/icons/matefaenzadark/status/16/weather-clear-night-050.png +share/icons/matefaenzadark/status/16/weather-clear-night-060.png +share/icons/matefaenzadark/status/16/weather-clear-night-070.png +share/icons/matefaenzadark/status/16/weather-clear-night-080.png +share/icons/matefaenzadark/status/16/weather-clear-night-090.png +share/icons/matefaenzadark/status/16/weather-clear-night-100.png +share/icons/matefaenzadark/status/16/weather-clear-night-110.png +share/icons/matefaenzadark/status/16/weather-clear-night-120.png +share/icons/matefaenzadark/status/16/weather-clear-night-130.png +share/icons/matefaenzadark/status/16/weather-clear-night-140.png +share/icons/matefaenzadark/status/16/weather-clear-night-150.png +share/icons/matefaenzadark/status/16/weather-clear-night-160.png +share/icons/matefaenzadark/status/16/weather-clear-night-170.png +share/icons/matefaenzadark/status/16/weather-clear-night-180.png +share/icons/matefaenzadark/status/16/weather-clear-night-190.png +share/icons/matefaenzadark/status/16/weather-clear-night-200.png +share/icons/matefaenzadark/status/16/weather-clear-night-210.png +share/icons/matefaenzadark/status/16/weather-clear-night-220.png +share/icons/matefaenzadark/status/16/weather-clear-night-230.png +share/icons/matefaenzadark/status/16/weather-clear-night-240.png +share/icons/matefaenzadark/status/16/weather-clear-night-250.png +share/icons/matefaenzadark/status/16/weather-clear-night-260.png +share/icons/matefaenzadark/status/16/weather-clear-night-270.png +share/icons/matefaenzadark/status/16/weather-clear-night-280.png +share/icons/matefaenzadark/status/16/weather-clear-night-290.png +share/icons/matefaenzadark/status/16/weather-clear-night-300.png +share/icons/matefaenzadark/status/16/weather-clear-night-310.png +share/icons/matefaenzadark/status/16/weather-clear-night-320.png +share/icons/matefaenzadark/status/16/weather-clear-night-330.png +share/icons/matefaenzadark/status/16/weather-clear-night-340.png +share/icons/matefaenzadark/status/16/weather-clear-night-350.png +share/icons/matefaenzadark/status/16/weather-clear-night.png +share/icons/matefaenzadark/status/16/weather-clear.png +share/icons/matefaenzadark/status/16/weather-clouds-night.png +share/icons/matefaenzadark/status/16/weather-clouds.png +share/icons/matefaenzadark/status/16/weather-few-clouds-night.png +share/icons/matefaenzadark/status/16/weather-few-clouds.png +share/icons/matefaenzadark/status/16/weather-fog.png +share/icons/matefaenzadark/status/16/weather-overcast.png +share/icons/matefaenzadark/status/16/weather-severe-alert.png +share/icons/matefaenzadark/status/16/weather-showers-scattered.png +share/icons/matefaenzadark/status/16/weather-showers.png +share/icons/matefaenzadark/status/16/weather-snow.png +share/icons/matefaenzadark/status/16/weather-storm.png +share/icons/matefaenzadark/status/16/x.png +share/icons/matefaenzadark/status/16/x.xpm +share/icons/matefaenzadark/status/16/xfce-system-lock.png +share/icons/matefaenzadark/status/16/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/16/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/16/xfce4-weather.png +share/icons/matefaenzadark/status/22/appointment-missed.png +share/icons/matefaenzadark/status/22/appointment-soon.png +share/icons/matefaenzadark/status/22/apport.png +share/icons/matefaenzadark/status/22/audacious-panel.png +share/icons/matefaenzadark/status/22/audio-volume-high-panel.png +share/icons/matefaenzadark/status/22/audio-volume-high.png +share/icons/matefaenzadark/status/22/audio-volume-low-panel.png +share/icons/matefaenzadark/status/22/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/22/audio-volume-low.png +share/icons/matefaenzadark/status/22/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/22/audio-volume-medium.png +share/icons/matefaenzadark/status/22/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/22/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/22/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/22/audio-volume-muted.png +share/icons/matefaenzadark/status/22/audio-volume-off.png +share/icons/matefaenzadark/status/22/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/22/avatar-default.png +share/icons/matefaenzadark/status/22/banshee-panel.png +share/icons/matefaenzadark/status/22/battery-000.png +share/icons/matefaenzadark/status/22/battery_caution.png +share/icons/matefaenzadark/status/22/battery_charged.png +share/icons/matefaenzadark/status/22/battery_empty.png +share/icons/matefaenzadark/status/22/battery_full.png +share/icons/matefaenzadark/status/22/battery_low.png +share/icons/matefaenzadark/status/22/battery_plugged.png +share/icons/matefaenzadark/status/22/battery_third_fouth.png +share/icons/matefaenzadark/status/22/battery_two_thirds.png +share/icons/matefaenzadark/status/22/blank.png +share/icons/matefaenzadark/status/22/blueman-tray.png +share/icons/matefaenzadark/status/22/bluetooth-active.png +share/icons/matefaenzadark/status/22/bluetooth-disabled.png +share/icons/matefaenzadark/status/22/bluetooth-paired.png +share/icons/matefaenzadark/status/22/busy.png +share/icons/matefaenzadark/status/22/busy2.png +share/icons/matefaenzadark/status/22/caffeine-cup-empty.png +share/icons/matefaenzadark/status/22/caffeine-cup-full.png +share/icons/matefaenzadark/status/22/connect_creating.png +share/icons/matefaenzadark/status/22/connect_established.png +share/icons/matefaenzadark/status/22/connect_no.png +share/icons/matefaenzadark/status/22/covergloobus-panel.png +share/icons/matefaenzadark/status/22/dcpp-32.png +share/icons/matefaenzadark/status/22/dcpp-panel.png +share/icons/matefaenzadark/status/22/deadbeef-tray-icon.png +share/icons/matefaenzadark/status/22/deluge-panel.png +share/icons/matefaenzadark/status/22/deluge-torrent-panel.png +share/icons/matefaenzadark/status/22/dropboxstatus-blank.png +share/icons/matefaenzadark/status/22/dropboxstatus-busy.png +share/icons/matefaenzadark/status/22/dropboxstatus-busy2.png +share/icons/matefaenzadark/status/22/dropboxstatus-idle.png +share/icons/matefaenzadark/status/22/dropboxstatus-logo.png +share/icons/matefaenzadark/status/22/dropboxstatus-x.png +share/icons/matefaenzadark/status/22/edittrash.png +share/icons/matefaenzadark/status/22/empathy-available.png +share/icons/matefaenzadark/status/22/empathy-away.png +share/icons/matefaenzadark/status/22/empathy-busy.png +share/icons/matefaenzadark/status/22/empathy-extended-away.png +share/icons/matefaenzadark/status/22/empathy-invisible.png +share/icons/matefaenzadark/status/22/empathy-offline.png +share/icons/matefaenzadark/status/22/exaile-panel.png +share/icons/matefaenzadark/status/22/exaile-pause.png +share/icons/matefaenzadark/status/22/exaile-play.png +share/icons/matefaenzadark/status/22/fusion-icon-panel.png +share/icons/matefaenzadark/status/22/fusion-icon-symbolic.png +share/icons/matefaenzadark/status/22/glipper.png +share/icons/matefaenzadark/status/22/glippy-panel.png +share/icons/matefaenzadark/status/22/gmp-ups-missing.png +share/icons/matefaenzadark/status/22/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/22/gnome-do-icon.png +share/icons/matefaenzadark/status/22/gnome-do-panel.png +share/icons/matefaenzadark/status/22/gnome-do-symbolic.png +share/icons/matefaenzadark/status/22/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/22/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/22/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/22/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/22/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/22/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/22/gnome-netstatus-error.png +share/icons/matefaenzadark/status/22/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/22/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/22/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/22/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/22/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/22/goldendict-panel.png +share/icons/matefaenzadark/status/22/gpm-ac-adapter.png +share/icons/matefaenzadark/status/22/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-000.png +share/icons/matefaenzadark/status/22/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-020.png +share/icons/matefaenzadark/status/22/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-040.png +share/icons/matefaenzadark/status/22/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-060.png +share/icons/matefaenzadark/status/22/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-080.png +share/icons/matefaenzadark/status/22/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-100.png +share/icons/matefaenzadark/status/22/gpm-battery-charged.png +share/icons/matefaenzadark/status/22/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-000.png +share/icons/matefaenzadark/status/22/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-020.png +share/icons/matefaenzadark/status/22/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-040.png +share/icons/matefaenzadark/status/22/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-060.png +share/icons/matefaenzadark/status/22/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-080.png +share/icons/matefaenzadark/status/22/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-100.png +share/icons/matefaenzadark/status/22/gpm-primary-charged.png +share/icons/matefaenzadark/status/22/gpm-primary-missing.png +share/icons/matefaenzadark/status/22/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-000.png +share/icons/matefaenzadark/status/22/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-020.png +share/icons/matefaenzadark/status/22/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-040.png +share/icons/matefaenzadark/status/22/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-060.png +share/icons/matefaenzadark/status/22/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-080.png +share/icons/matefaenzadark/status/22/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-100.png +share/icons/matefaenzadark/status/22/gsm-3g-full-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-full.png +share/icons/matefaenzadark/status/22/gsm-3g-high-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-high.png +share/icons/matefaenzadark/status/22/gsm-3g-low-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-low.png +share/icons/matefaenzadark/status/22/gsm-3g-medium-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-medium.png +share/icons/matefaenzadark/status/22/gsm-3g-none-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-none.png +share/icons/matefaenzadark/status/22/gtg-panel.png +share/icons/matefaenzadark/status/22/gtk-dialog-authentication-panel.png +share/icons/matefaenzadark/status/22/gtk-dialog-warning-panel.png +share/icons/matefaenzadark/status/22/guake-tray.png +share/icons/matefaenzadark/status/22/haguichi-connected.png +share/icons/matefaenzadark/status/22/haguichi-connecting-1.png +share/icons/matefaenzadark/status/22/haguichi-connecting-2.png +share/icons/matefaenzadark/status/22/haguichi-connecting-3.png +share/icons/matefaenzadark/status/22/haguichi-disconnected.png +share/icons/matefaenzadark/status/22/ibus-keyboard.png +share/icons/matefaenzadark/status/22/ibus-panel.png +share/icons/matefaenzadark/status/22/idle.png +share/icons/matefaenzadark/status/22/im-message-new.png +share/icons/matefaenzadark/status/22/indicator-messages-new.png +share/icons/matefaenzadark/status/22/indicator-messages.png +share/icons/matefaenzadark/status/22/jdownloader-panel.png +share/icons/matefaenzadark/status/22/keepassx-panel.png +share/icons/matefaenzadark/status/22/keys.png +share/icons/matefaenzadark/status/22/krb-expiring-ticket.png +share/icons/matefaenzadark/status/22/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/22/krb-valid-ticket.png +share/icons/matefaenzadark/status/22/kupfer-panel.png +share/icons/matefaenzadark/status/22/lastfm-panel.png +share/icons/matefaenzadark/status/22/locked.png +share/icons/matefaenzadark/status/22/locked.xpm +share/icons/matefaenzadark/status/22/logo.png +share/icons/matefaenzadark/status/22/me-tv-panel.png +share/icons/matefaenzadark/status/22/media-player-banshee-buffering.png +share/icons/matefaenzadark/status/22/media-player-banshee-panel.png +share/icons/matefaenzadark/status/22/media-player-banshee-stopped.png +share/icons/matefaenzadark/status/22/nautilus-progress-info-panel.png +share/icons/matefaenzadark/status/22/network-error.png +share/icons/matefaenzadark/status/22/network-idle.png +share/icons/matefaenzadark/status/22/network-offline.png +share/icons/matefaenzadark/status/22/network-receive.png +share/icons/matefaenzadark/status/22/network-transmit-receive.png +share/icons/matefaenzadark/status/22/network-transmit.png +share/icons/matefaenzadark/status/22/network-wireless-encrypted.png +share/icons/matefaenzadark/status/22/new-messages-red.png +share/icons/matefaenzadark/status/22/nm-adhoc.png +share/icons/matefaenzadark/status/22/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/22/nm-device-wired-secure.png +share/icons/matefaenzadark/status/22/nm-device-wired.png +share/icons/matefaenzadark/status/22/nm-device-wireless.png +share/icons/matefaenzadark/status/22/nm-device-wwan.png +share/icons/matefaenzadark/status/22/nm-no-connection.png +share/icons/matefaenzadark/status/22/nm-secure-lock.png +share/icons/matefaenzadark/status/22/nm-signal-0.png +share/icons/matefaenzadark/status/22/nm-signal-00-secure.png +share/icons/matefaenzadark/status/22/nm-signal-00.png +share/icons/matefaenzadark/status/22/nm-signal-100-secure.png +share/icons/matefaenzadark/status/22/nm-signal-100.png +share/icons/matefaenzadark/status/22/nm-signal-25-secure.png +share/icons/matefaenzadark/status/22/nm-signal-25.png +share/icons/matefaenzadark/status/22/nm-signal-50-secure.png +share/icons/matefaenzadark/status/22/nm-signal-50.png +share/icons/matefaenzadark/status/22/nm-signal-75-secure.png +share/icons/matefaenzadark/status/22/nm-signal-75.png +share/icons/matefaenzadark/status/22/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/22/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/22/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/22/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/22/nm-vpn-lock.png +share/icons/matefaenzadark/status/22/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/22/notification-audio-volume-high.png +share/icons/matefaenzadark/status/22/notification-audio-volume-low.png +share/icons/matefaenzadark/status/22/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/22/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/22/notification-audio-volume-off.png +share/icons/matefaenzadark/status/22/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-000.png +share/icons/matefaenzadark/status/22/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-020.png +share/icons/matefaenzadark/status/22/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-040.png +share/icons/matefaenzadark/status/22/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-060.png +share/icons/matefaenzadark/status/22/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-080.png +share/icons/matefaenzadark/status/22/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-100.png +share/icons/matefaenzadark/status/22/notification-battery-empty.png +share/icons/matefaenzadark/status/22/notification-battery-low.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/22/notification-network-disconnected.png +share/icons/matefaenzadark/status/22/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/22/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/22/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/22/notification-network-wireless-full.png +share/icons/matefaenzadark/status/22/notification-network-wireless-high.png +share/icons/matefaenzadark/status/22/notification-network-wireless-low.png +share/icons/matefaenzadark/status/22/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/22/notification-network-wireless-none.png +share/icons/matefaenzadark/status/22/pino-tray-icon-fresh.png +share/icons/matefaenzadark/status/22/pino-tray-icon.png +share/icons/matefaenzadark/status/22/printer-error.png +share/icons/matefaenzadark/status/22/printer-printing.png +share/icons/matefaenzadark/status/22/radiotray_connecting.png +share/icons/matefaenzadark/status/22/radiotray_off.png +share/icons/matefaenzadark/status/22/radiotray_on.png +share/icons/matefaenzadark/status/22/reboot-notifier.png +share/icons/matefaenzadark/status/22/rhythmbox-notplaying.png +share/icons/matefaenzadark/status/22/rhythmbox-panel.png +share/icons/matefaenzadark/status/22/shutter-panel.png +share/icons/matefaenzadark/status/22/software-update-available.png +share/icons/matefaenzadark/status/22/software-update-urgent.png +share/icons/matefaenzadark/status/22/status_lock.png +share/icons/matefaenzadark/status/22/stock_appointment-reminder-excl.png +share/icons/matefaenzadark/status/22/stock_appointment-reminder.png +share/icons/matefaenzadark/status/22/stock_lock.png +share/icons/matefaenzadark/status/22/stock_trash_full.png +share/icons/matefaenzadark/status/22/stock_volume-0.png +share/icons/matefaenzadark/status/22/stock_volume-max.png +share/icons/matefaenzadark/status/22/stock_volume-med.png +share/icons/matefaenzadark/status/22/stock_volume-min.png +share/icons/matefaenzadark/status/22/stock_volume-mute.png +share/icons/matefaenzadark/status/22/stock_volume.png +share/icons/matefaenzadark/status/22/stock_weather-night-clear.png +share/icons/matefaenzadark/status/22/stock_weather-sunny.png +share/icons/matefaenzadark/status/22/sunny.png +share/icons/matefaenzadark/status/22/synapse-panel.png +share/icons/matefaenzadark/status/22/system-devices-panel-alert.png +share/icons/matefaenzadark/status/22/system-devices-panel-informations.png +share/icons/matefaenzadark/status/22/system-devices-panel.png +share/icons/matefaenzadark/status/22/system-file-manager-panel.png +share/icons/matefaenzadark/status/22/system-file-progress-panel.png +share/icons/matefaenzadark/status/22/system-restart-panel.png +share/icons/matefaenzadark/status/22/system-shutdown-restart-panel.png +share/icons/matefaenzadark/status/22/tomboy-panel.png +share/icons/matefaenzadark/status/22/transmission-tray-icon.png +share/icons/matefaenzadark/status/22/trashcan_full.png +share/icons/matefaenzadark/status/22/tray-away.png +share/icons/matefaenzadark/status/22/tray-busy.png +share/icons/matefaenzadark/status/22/tray-extended-away.png +share/icons/matefaenzadark/status/22/tray-message.png +share/icons/matefaenzadark/status/22/tray-new-im.png +share/icons/matefaenzadark/status/22/tray-offline.png +share/icons/matefaenzadark/status/22/tray-online.png +share/icons/matefaenzadark/status/22/ubuntuone-client-error.png +share/icons/matefaenzadark/status/22/ubuntuone-client-idle.png +share/icons/matefaenzadark/status/22/ubuntuone-client-offline.png +share/icons/matefaenzadark/status/22/ubuntuone-client-updating.png +share/icons/matefaenzadark/status/22/user-available-panel.png +share/icons/matefaenzadark/status/22/user-available.png +share/icons/matefaenzadark/status/22/user-away-panel.png +share/icons/matefaenzadark/status/22/user-away.png +share/icons/matefaenzadark/status/22/user-busy-panel.png +share/icons/matefaenzadark/status/22/user-busy.png +share/icons/matefaenzadark/status/22/user-extended-away.png +share/icons/matefaenzadark/status/22/user-idle-panel.png +share/icons/matefaenzadark/status/22/user-idle.png +share/icons/matefaenzadark/status/22/user-indeterminate-panel.png +share/icons/matefaenzadark/status/22/user-indeterminate.png +share/icons/matefaenzadark/status/22/user-invisible-panel.png +share/icons/matefaenzadark/status/22/user-invisible.png +share/icons/matefaenzadark/status/22/user-offline-panel.png +share/icons/matefaenzadark/status/22/user-offline.png +share/icons/matefaenzadark/status/22/user-trash-full.png +share/icons/matefaenzadark/status/22/weather-clear-night-000.png +share/icons/matefaenzadark/status/22/weather-clear-night-010.png +share/icons/matefaenzadark/status/22/weather-clear-night-020.png +share/icons/matefaenzadark/status/22/weather-clear-night-030.png +share/icons/matefaenzadark/status/22/weather-clear-night-040.png +share/icons/matefaenzadark/status/22/weather-clear-night-050.png +share/icons/matefaenzadark/status/22/weather-clear-night-060.png +share/icons/matefaenzadark/status/22/weather-clear-night-070.png +share/icons/matefaenzadark/status/22/weather-clear-night-080.png +share/icons/matefaenzadark/status/22/weather-clear-night-090.png +share/icons/matefaenzadark/status/22/weather-clear-night-100.png +share/icons/matefaenzadark/status/22/weather-clear-night-110.png +share/icons/matefaenzadark/status/22/weather-clear-night-120.png +share/icons/matefaenzadark/status/22/weather-clear-night-130.png +share/icons/matefaenzadark/status/22/weather-clear-night-140.png +share/icons/matefaenzadark/status/22/weather-clear-night-150.png +share/icons/matefaenzadark/status/22/weather-clear-night-160.png +share/icons/matefaenzadark/status/22/weather-clear-night-170.png +share/icons/matefaenzadark/status/22/weather-clear-night-180.png +share/icons/matefaenzadark/status/22/weather-clear-night-190.png +share/icons/matefaenzadark/status/22/weather-clear-night-200.png +share/icons/matefaenzadark/status/22/weather-clear-night-210.png +share/icons/matefaenzadark/status/22/weather-clear-night-220.png +share/icons/matefaenzadark/status/22/weather-clear-night-230.png +share/icons/matefaenzadark/status/22/weather-clear-night-240.png +share/icons/matefaenzadark/status/22/weather-clear-night-250.png +share/icons/matefaenzadark/status/22/weather-clear-night-260.png +share/icons/matefaenzadark/status/22/weather-clear-night-270.png +share/icons/matefaenzadark/status/22/weather-clear-night-280.png +share/icons/matefaenzadark/status/22/weather-clear-night-290.png +share/icons/matefaenzadark/status/22/weather-clear-night-300.png +share/icons/matefaenzadark/status/22/weather-clear-night-310.png +share/icons/matefaenzadark/status/22/weather-clear-night-320.png +share/icons/matefaenzadark/status/22/weather-clear-night-330.png +share/icons/matefaenzadark/status/22/weather-clear-night-340.png +share/icons/matefaenzadark/status/22/weather-clear-night-350.png +share/icons/matefaenzadark/status/22/weather-clear-night.png +share/icons/matefaenzadark/status/22/weather-clear.png +share/icons/matefaenzadark/status/22/weather-clouds-night.png +share/icons/matefaenzadark/status/22/weather-clouds.png +share/icons/matefaenzadark/status/22/weather-few-clouds-night.png +share/icons/matefaenzadark/status/22/weather-few-clouds.png +share/icons/matefaenzadark/status/22/weather-fog.png +share/icons/matefaenzadark/status/22/weather-overcast.png +share/icons/matefaenzadark/status/22/weather-severe-alert.png +share/icons/matefaenzadark/status/22/weather-showers-scattered.png +share/icons/matefaenzadark/status/22/weather-showers.png +share/icons/matefaenzadark/status/22/weather-snow.png +share/icons/matefaenzadark/status/22/weather-storm.png +share/icons/matefaenzadark/status/22/x.png +share/icons/matefaenzadark/status/22/x.xpm +share/icons/matefaenzadark/status/22/xchat-panel.png +share/icons/matefaenzadark/status/22/xfce-system-lock.png +share/icons/matefaenzadark/status/22/xfce-trash-full.png +share/icons/matefaenzadark/status/22/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/22/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/22/xfce4-weather.png +share/icons/matefaenzadark/status/22/xfm-battery-000.png +share/icons/matefaenzadark/status/22/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/22/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-020.png +share/icons/matefaenzadark/status/22/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-040.png +share/icons/matefaenzadark/status/22/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-060.png +share/icons/matefaenzadark/status/22/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-080.png +share/icons/matefaenzadark/status/22/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-100.png +share/icons/matefaenzadark/status/22/xfpm-battery-charged.png +share/icons/matefaenzadark/status/22/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-000.png +share/icons/matefaenzadark/status/22/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-020.png +share/icons/matefaenzadark/status/22/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-040.png +share/icons/matefaenzadark/status/22/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-060.png +share/icons/matefaenzadark/status/22/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-080.png +share/icons/matefaenzadark/status/22/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-100.png +share/icons/matefaenzadark/status/22/xfpm-primary-charged.png +share/icons/matefaenzadark/status/22/zim-panel.png +share/icons/matefaenzadark/status/24/appointment-missed.png +share/icons/matefaenzadark/status/24/appointment-soon.png +share/icons/matefaenzadark/status/24/apport.png +share/icons/matefaenzadark/status/24/audacious-panel.png +share/icons/matefaenzadark/status/24/audio-volume-high-panel.png +share/icons/matefaenzadark/status/24/audio-volume-high.png +share/icons/matefaenzadark/status/24/audio-volume-low-panel.png +share/icons/matefaenzadark/status/24/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/24/audio-volume-low.png +share/icons/matefaenzadark/status/24/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/24/audio-volume-medium.png +share/icons/matefaenzadark/status/24/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/24/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/24/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/24/audio-volume-muted.png +share/icons/matefaenzadark/status/24/audio-volume-off.png +share/icons/matefaenzadark/status/24/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/24/avatar-default.png +share/icons/matefaenzadark/status/24/banshee-panel.png +share/icons/matefaenzadark/status/24/battery-000.png +share/icons/matefaenzadark/status/24/battery_caution.png +share/icons/matefaenzadark/status/24/battery_charged.png +share/icons/matefaenzadark/status/24/battery_empty.png +share/icons/matefaenzadark/status/24/battery_full.png +share/icons/matefaenzadark/status/24/battery_low.png +share/icons/matefaenzadark/status/24/battery_plugged.png +share/icons/matefaenzadark/status/24/battery_third_fouth.png +share/icons/matefaenzadark/status/24/battery_two_thirds.png +share/icons/matefaenzadark/status/24/blank.png +share/icons/matefaenzadark/status/24/blueman-tray.png +share/icons/matefaenzadark/status/24/bluetooth-active.png +share/icons/matefaenzadark/status/24/bluetooth-disabled.png +share/icons/matefaenzadark/status/24/bluetooth-paired.png +share/icons/matefaenzadark/status/24/busy.png +share/icons/matefaenzadark/status/24/busy2.png +share/icons/matefaenzadark/status/24/caffeine-cup-empty.png +share/icons/matefaenzadark/status/24/caffeine-cup-full.png +share/icons/matefaenzadark/status/24/connect_creating.png +share/icons/matefaenzadark/status/24/connect_established.png +share/icons/matefaenzadark/status/24/connect_no.png +share/icons/matefaenzadark/status/24/covergloobus-panel.png +share/icons/matefaenzadark/status/24/dcpp-32.png +share/icons/matefaenzadark/status/24/dcpp-panel.png +share/icons/matefaenzadark/status/24/deadbeef-tray-icon.png +share/icons/matefaenzadark/status/24/deluge-panel.png +share/icons/matefaenzadark/status/24/deluge-torrent-panel.png +share/icons/matefaenzadark/status/24/dropboxstatus-blank.png +share/icons/matefaenzadark/status/24/dropboxstatus-busy.png +share/icons/matefaenzadark/status/24/dropboxstatus-busy2.png +share/icons/matefaenzadark/status/24/dropboxstatus-idle.png +share/icons/matefaenzadark/status/24/dropboxstatus-logo.png +share/icons/matefaenzadark/status/24/dropboxstatus-x.png +share/icons/matefaenzadark/status/24/edittrash.png +share/icons/matefaenzadark/status/24/empathy-available.png +share/icons/matefaenzadark/status/24/empathy-away.png +share/icons/matefaenzadark/status/24/empathy-busy.png +share/icons/matefaenzadark/status/24/empathy-extended-away.png +share/icons/matefaenzadark/status/24/empathy-invisible.png +share/icons/matefaenzadark/status/24/empathy-offline.png +share/icons/matefaenzadark/status/24/exaile-panel.png +share/icons/matefaenzadark/status/24/exaile-pause.png +share/icons/matefaenzadark/status/24/exaile-play.png +share/icons/matefaenzadark/status/24/fusion-icon-panel.png +share/icons/matefaenzadark/status/24/fusion-icon-symbolic.png +share/icons/matefaenzadark/status/24/glipper.png +share/icons/matefaenzadark/status/24/glippy-panel.png +share/icons/matefaenzadark/status/24/gmp-ups-missing.png +share/icons/matefaenzadark/status/24/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/24/gnome-do-icon.png +share/icons/matefaenzadark/status/24/gnome-do-panel.png +share/icons/matefaenzadark/status/24/gnome-do-symbolic.png +share/icons/matefaenzadark/status/24/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/24/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/24/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/24/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/24/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/24/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/24/gnome-netstatus-error.png +share/icons/matefaenzadark/status/24/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/24/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/24/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/24/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/24/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/24/goldendict-panel.png +share/icons/matefaenzadark/status/24/gpm-ac-adapter.png +share/icons/matefaenzadark/status/24/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-000.png +share/icons/matefaenzadark/status/24/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-020.png +share/icons/matefaenzadark/status/24/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-040.png +share/icons/matefaenzadark/status/24/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-060.png +share/icons/matefaenzadark/status/24/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-080.png +share/icons/matefaenzadark/status/24/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-100.png +share/icons/matefaenzadark/status/24/gpm-battery-charged.png +share/icons/matefaenzadark/status/24/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-000.png +share/icons/matefaenzadark/status/24/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-020.png +share/icons/matefaenzadark/status/24/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-040.png +share/icons/matefaenzadark/status/24/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-060.png +share/icons/matefaenzadark/status/24/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-080.png +share/icons/matefaenzadark/status/24/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-100.png +share/icons/matefaenzadark/status/24/gpm-primary-charged.png +share/icons/matefaenzadark/status/24/gpm-primary-missing.png +share/icons/matefaenzadark/status/24/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-000.png +share/icons/matefaenzadark/status/24/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-020.png +share/icons/matefaenzadark/status/24/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-040.png +share/icons/matefaenzadark/status/24/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-060.png +share/icons/matefaenzadark/status/24/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-080.png +share/icons/matefaenzadark/status/24/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-100.png +share/icons/matefaenzadark/status/24/gsm-3g-full-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-full.png +share/icons/matefaenzadark/status/24/gsm-3g-high-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-high.png +share/icons/matefaenzadark/status/24/gsm-3g-low-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-low.png +share/icons/matefaenzadark/status/24/gsm-3g-medium-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-medium.png +share/icons/matefaenzadark/status/24/gsm-3g-none-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-none.png +share/icons/matefaenzadark/status/24/gtg-panel.png +share/icons/matefaenzadark/status/24/gtk-dialog-authentication-panel.png +share/icons/matefaenzadark/status/24/gtk-dialog-warning-panel.png +share/icons/matefaenzadark/status/24/guake-tray.png +share/icons/matefaenzadark/status/24/haguichi-connected.png +share/icons/matefaenzadark/status/24/haguichi-connecting-1.png +share/icons/matefaenzadark/status/24/haguichi-connecting-2.png +share/icons/matefaenzadark/status/24/haguichi-connecting-3.png +share/icons/matefaenzadark/status/24/haguichi-disconnected.png +share/icons/matefaenzadark/status/24/ibus-keyboard.png +share/icons/matefaenzadark/status/24/ibus-panel.png +share/icons/matefaenzadark/status/24/idle.png +share/icons/matefaenzadark/status/24/im-message-new.png +share/icons/matefaenzadark/status/24/indicator-messages-new.png +share/icons/matefaenzadark/status/24/indicator-messages.png +share/icons/matefaenzadark/status/24/jdownloader-panel.png +share/icons/matefaenzadark/status/24/keepassx-panel.png +share/icons/matefaenzadark/status/24/keys.png +share/icons/matefaenzadark/status/24/krb-expiring-ticket.png +share/icons/matefaenzadark/status/24/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/24/krb-valid-ticket.png +share/icons/matefaenzadark/status/24/kupfer-panel.png +share/icons/matefaenzadark/status/24/lastfm-panel.png +share/icons/matefaenzadark/status/24/locked.png +share/icons/matefaenzadark/status/24/locked.xpm +share/icons/matefaenzadark/status/24/logo.png +share/icons/matefaenzadark/status/24/me-tv-panel.png +share/icons/matefaenzadark/status/24/media-player-banshee-buffering.png +share/icons/matefaenzadark/status/24/media-player-banshee-panel.png +share/icons/matefaenzadark/status/24/media-player-banshee-stopped.png +share/icons/matefaenzadark/status/24/nautilus-progress-info-panel.png +share/icons/matefaenzadark/status/24/network-error.png +share/icons/matefaenzadark/status/24/network-idle.png +share/icons/matefaenzadark/status/24/network-offline.png +share/icons/matefaenzadark/status/24/network-receive.png +share/icons/matefaenzadark/status/24/network-transmit-receive.png +share/icons/matefaenzadark/status/24/network-transmit.png +share/icons/matefaenzadark/status/24/network-wireless-encrypted.png +share/icons/matefaenzadark/status/24/new-messages-red.png +share/icons/matefaenzadark/status/24/nm-adhoc.png +share/icons/matefaenzadark/status/24/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/24/nm-device-wired-secure.png +share/icons/matefaenzadark/status/24/nm-device-wired.png +share/icons/matefaenzadark/status/24/nm-device-wireless.png +share/icons/matefaenzadark/status/24/nm-device-wwan.png +share/icons/matefaenzadark/status/24/nm-no-connection.png +share/icons/matefaenzadark/status/24/nm-secure-lock.png +share/icons/matefaenzadark/status/24/nm-signal-0.png +share/icons/matefaenzadark/status/24/nm-signal-00-secure.png +share/icons/matefaenzadark/status/24/nm-signal-00.png +share/icons/matefaenzadark/status/24/nm-signal-100-secure.png +share/icons/matefaenzadark/status/24/nm-signal-100.png +share/icons/matefaenzadark/status/24/nm-signal-25-secure.png +share/icons/matefaenzadark/status/24/nm-signal-25.png +share/icons/matefaenzadark/status/24/nm-signal-50-secure.png +share/icons/matefaenzadark/status/24/nm-signal-50.png +share/icons/matefaenzadark/status/24/nm-signal-75-secure.png +share/icons/matefaenzadark/status/24/nm-signal-75.png +share/icons/matefaenzadark/status/24/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/24/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/24/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/24/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/24/nm-vpn-lock.png +share/icons/matefaenzadark/status/24/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/24/notification-audio-volume-high.png +share/icons/matefaenzadark/status/24/notification-audio-volume-low.png +share/icons/matefaenzadark/status/24/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/24/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/24/notification-audio-volume-off.png +share/icons/matefaenzadark/status/24/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-000.png +share/icons/matefaenzadark/status/24/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-020.png +share/icons/matefaenzadark/status/24/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-040.png +share/icons/matefaenzadark/status/24/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-060.png +share/icons/matefaenzadark/status/24/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-080.png +share/icons/matefaenzadark/status/24/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-100.png +share/icons/matefaenzadark/status/24/notification-battery-empty.png +share/icons/matefaenzadark/status/24/notification-battery-low.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/24/notification-network-disconnected.png +share/icons/matefaenzadark/status/24/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/24/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/24/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/24/notification-network-wireless-full.png +share/icons/matefaenzadark/status/24/notification-network-wireless-high.png +share/icons/matefaenzadark/status/24/notification-network-wireless-low.png +share/icons/matefaenzadark/status/24/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/24/notification-network-wireless-none.png +share/icons/matefaenzadark/status/24/pino-tray-icon-fresh.png +share/icons/matefaenzadark/status/24/pino-tray-icon.png +share/icons/matefaenzadark/status/24/printer-error.png +share/icons/matefaenzadark/status/24/printer-printing.png +share/icons/matefaenzadark/status/24/radiotray_connecting.png +share/icons/matefaenzadark/status/24/radiotray_off.png +share/icons/matefaenzadark/status/24/radiotray_on.png +share/icons/matefaenzadark/status/24/reboot-notifier.png +share/icons/matefaenzadark/status/24/rhythmbox-notplaying.png +share/icons/matefaenzadark/status/24/rhythmbox-panel.png +share/icons/matefaenzadark/status/24/shutter-panel.png +share/icons/matefaenzadark/status/24/software-update-available.png +share/icons/matefaenzadark/status/24/software-update-urgent.png +share/icons/matefaenzadark/status/24/status_lock.png +share/icons/matefaenzadark/status/24/stock_appointment-reminder-excl.png +share/icons/matefaenzadark/status/24/stock_appointment-reminder.png +share/icons/matefaenzadark/status/24/stock_lock.png +share/icons/matefaenzadark/status/24/stock_trash_full.png +share/icons/matefaenzadark/status/24/stock_volume-0.png +share/icons/matefaenzadark/status/24/stock_volume-max.png +share/icons/matefaenzadark/status/24/stock_volume-med.png +share/icons/matefaenzadark/status/24/stock_volume-min.png +share/icons/matefaenzadark/status/24/stock_volume-mute.png +share/icons/matefaenzadark/status/24/stock_volume.png +share/icons/matefaenzadark/status/24/stock_weather-night-clear.png +share/icons/matefaenzadark/status/24/stock_weather-sunny.png +share/icons/matefaenzadark/status/24/sunny.png +share/icons/matefaenzadark/status/24/synapse-panel.png +share/icons/matefaenzadark/status/24/system-devices-panel-alert.png +share/icons/matefaenzadark/status/24/system-devices-panel-informations.png +share/icons/matefaenzadark/status/24/system-devices-panel.png +share/icons/matefaenzadark/status/24/system-file-manager-panel.png +share/icons/matefaenzadark/status/24/system-file-progress-panel.png +share/icons/matefaenzadark/status/24/system-restart-panel.png +share/icons/matefaenzadark/status/24/system-shutdown-restart-panel.png +share/icons/matefaenzadark/status/24/tomboy-panel.png +share/icons/matefaenzadark/status/24/transmission-tray-icon.png +share/icons/matefaenzadark/status/24/trashcan_full.png +share/icons/matefaenzadark/status/24/tray-away.png +share/icons/matefaenzadark/status/24/tray-busy.png +share/icons/matefaenzadark/status/24/tray-extended-away.png +share/icons/matefaenzadark/status/24/tray-message.png +share/icons/matefaenzadark/status/24/tray-new-im.png +share/icons/matefaenzadark/status/24/tray-offline.png +share/icons/matefaenzadark/status/24/tray-online.png +share/icons/matefaenzadark/status/24/ubuntuone-client-error.png +share/icons/matefaenzadark/status/24/ubuntuone-client-idle.png +share/icons/matefaenzadark/status/24/ubuntuone-client-offline.png +share/icons/matefaenzadark/status/24/ubuntuone-client-updating.png +share/icons/matefaenzadark/status/24/user-available-panel.png +share/icons/matefaenzadark/status/24/user-available.png +share/icons/matefaenzadark/status/24/user-away-panel.png +share/icons/matefaenzadark/status/24/user-away.png +share/icons/matefaenzadark/status/24/user-busy-panel.png +share/icons/matefaenzadark/status/24/user-busy.png +share/icons/matefaenzadark/status/24/user-extended-away.png +share/icons/matefaenzadark/status/24/user-idle-panel.png +share/icons/matefaenzadark/status/24/user-idle.png +share/icons/matefaenzadark/status/24/user-indeterminate-panel.png +share/icons/matefaenzadark/status/24/user-indeterminate.png +share/icons/matefaenzadark/status/24/user-invisible-panel.png +share/icons/matefaenzadark/status/24/user-invisible.png +share/icons/matefaenzadark/status/24/user-offline-panel.png +share/icons/matefaenzadark/status/24/user-offline.png +share/icons/matefaenzadark/status/24/user-trash-full.png +share/icons/matefaenzadark/status/24/weather-clear-night-000.png +share/icons/matefaenzadark/status/24/weather-clear-night-010.png +share/icons/matefaenzadark/status/24/weather-clear-night-020.png +share/icons/matefaenzadark/status/24/weather-clear-night-030.png +share/icons/matefaenzadark/status/24/weather-clear-night-040.png +share/icons/matefaenzadark/status/24/weather-clear-night-050.png +share/icons/matefaenzadark/status/24/weather-clear-night-060.png +share/icons/matefaenzadark/status/24/weather-clear-night-070.png +share/icons/matefaenzadark/status/24/weather-clear-night-080.png +share/icons/matefaenzadark/status/24/weather-clear-night-090.png +share/icons/matefaenzadark/status/24/weather-clear-night-100.png +share/icons/matefaenzadark/status/24/weather-clear-night-110.png +share/icons/matefaenzadark/status/24/weather-clear-night-120.png +share/icons/matefaenzadark/status/24/weather-clear-night-130.png +share/icons/matefaenzadark/status/24/weather-clear-night-140.png +share/icons/matefaenzadark/status/24/weather-clear-night-150.png +share/icons/matefaenzadark/status/24/weather-clear-night-160.png +share/icons/matefaenzadark/status/24/weather-clear-night-170.png +share/icons/matefaenzadark/status/24/weather-clear-night-180.png +share/icons/matefaenzadark/status/24/weather-clear-night-190.png +share/icons/matefaenzadark/status/24/weather-clear-night-200.png +share/icons/matefaenzadark/status/24/weather-clear-night-210.png +share/icons/matefaenzadark/status/24/weather-clear-night-220.png +share/icons/matefaenzadark/status/24/weather-clear-night-230.png +share/icons/matefaenzadark/status/24/weather-clear-night-240.png +share/icons/matefaenzadark/status/24/weather-clear-night-250.png +share/icons/matefaenzadark/status/24/weather-clear-night-260.png +share/icons/matefaenzadark/status/24/weather-clear-night-270.png +share/icons/matefaenzadark/status/24/weather-clear-night-280.png +share/icons/matefaenzadark/status/24/weather-clear-night-290.png +share/icons/matefaenzadark/status/24/weather-clear-night-300.png +share/icons/matefaenzadark/status/24/weather-clear-night-310.png +share/icons/matefaenzadark/status/24/weather-clear-night-320.png +share/icons/matefaenzadark/status/24/weather-clear-night-330.png +share/icons/matefaenzadark/status/24/weather-clear-night-340.png +share/icons/matefaenzadark/status/24/weather-clear-night-350.png +share/icons/matefaenzadark/status/24/weather-clear-night.png +share/icons/matefaenzadark/status/24/weather-clear.png +share/icons/matefaenzadark/status/24/weather-clouds-night.png +share/icons/matefaenzadark/status/24/weather-clouds.png +share/icons/matefaenzadark/status/24/weather-few-clouds-night.png +share/icons/matefaenzadark/status/24/weather-few-clouds.png +share/icons/matefaenzadark/status/24/weather-fog.png +share/icons/matefaenzadark/status/24/weather-overcast.png +share/icons/matefaenzadark/status/24/weather-severe-alert.png +share/icons/matefaenzadark/status/24/weather-showers-scattered.png +share/icons/matefaenzadark/status/24/weather-showers.png +share/icons/matefaenzadark/status/24/weather-snow.png +share/icons/matefaenzadark/status/24/weather-storm.png +share/icons/matefaenzadark/status/24/x.png +share/icons/matefaenzadark/status/24/x.xpm +share/icons/matefaenzadark/status/24/xchat-panel.png +share/icons/matefaenzadark/status/24/xfce-system-lock.png +share/icons/matefaenzadark/status/24/xfce-trash-full.png +share/icons/matefaenzadark/status/24/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/24/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/24/xfce4-weather.png +share/icons/matefaenzadark/status/24/xfm-battery-000.png +share/icons/matefaenzadark/status/24/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/24/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-020.png +share/icons/matefaenzadark/status/24/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-040.png +share/icons/matefaenzadark/status/24/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-060.png +share/icons/matefaenzadark/status/24/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-080.png +share/icons/matefaenzadark/status/24/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-100.png +share/icons/matefaenzadark/status/24/xfpm-battery-charged.png +share/icons/matefaenzadark/status/24/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-000.png +share/icons/matefaenzadark/status/24/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-020.png +share/icons/matefaenzadark/status/24/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-040.png +share/icons/matefaenzadark/status/24/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-060.png +share/icons/matefaenzadark/status/24/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-080.png +share/icons/matefaenzadark/status/24/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-100.png +share/icons/matefaenzadark/status/24/xfpm-primary-charged.png +share/icons/matefaenzadark/status/24/zim-panel.png +share/icons/matefaenzadark/status/32/appointment-soon.png +share/icons/matefaenzadark/status/32/apport.png +share/icons/matefaenzadark/status/32/aptdaemon-add.png +share/icons/matefaenzadark/status/32/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/32/aptdaemon-delete.png +share/icons/matefaenzadark/status/32/aptdaemon-resolve.png +share/icons/matefaenzadark/status/32/aptdaemon-wait.png +share/icons/matefaenzadark/status/32/audio-volume-high-panel.png +share/icons/matefaenzadark/status/32/audio-volume-high.png +share/icons/matefaenzadark/status/32/audio-volume-low-panel.png +share/icons/matefaenzadark/status/32/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/32/audio-volume-low.png +share/icons/matefaenzadark/status/32/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/32/audio-volume-medium.png +share/icons/matefaenzadark/status/32/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/32/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/32/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/32/audio-volume-muted.png +share/icons/matefaenzadark/status/32/audio-volume-off.png +share/icons/matefaenzadark/status/32/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/32/avatar-default.png +share/icons/matefaenzadark/status/32/battery-000.png +share/icons/matefaenzadark/status/32/battery_caution.png +share/icons/matefaenzadark/status/32/battery_charged.png +share/icons/matefaenzadark/status/32/battery_empty.png +share/icons/matefaenzadark/status/32/battery_full.png +share/icons/matefaenzadark/status/32/battery_low.png +share/icons/matefaenzadark/status/32/battery_plugged.png +share/icons/matefaenzadark/status/32/battery_third_fouth.png +share/icons/matefaenzadark/status/32/battery_two_thirds.png +share/icons/matefaenzadark/status/32/blueman-tray.png +share/icons/matefaenzadark/status/32/bluetooth-active.png +share/icons/matefaenzadark/status/32/bluetooth-disabled.png +share/icons/matefaenzadark/status/32/bluetooth-paired.png +share/icons/matefaenzadark/status/32/connect_creating.png +share/icons/matefaenzadark/status/32/connect_established.png +share/icons/matefaenzadark/status/32/connect_no.png +share/icons/matefaenzadark/status/32/dialog-error.png +share/icons/matefaenzadark/status/32/dialog-info.png +share/icons/matefaenzadark/status/32/dialog-information.png +share/icons/matefaenzadark/status/32/dialog-password.png +share/icons/matefaenzadark/status/32/dialog-question.png +share/icons/matefaenzadark/status/32/dialog-warning.png +share/icons/matefaenzadark/status/32/edittrash.png +share/icons/matefaenzadark/status/32/empathy-available.png +share/icons/matefaenzadark/status/32/empathy-away.png +share/icons/matefaenzadark/status/32/empathy-busy.png +share/icons/matefaenzadark/status/32/empathy-extended-away.png +share/icons/matefaenzadark/status/32/empathy-invisible.png +share/icons/matefaenzadark/status/32/empathy-offline.png +share/icons/matefaenzadark/status/32/error.png +share/icons/matefaenzadark/status/32/exaile-pause.png +share/icons/matefaenzadark/status/32/glipper.png +share/icons/matefaenzadark/status/32/glippy-panel.png +share/icons/matefaenzadark/status/32/gmp-ups-missing.png +share/icons/matefaenzadark/status/32/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/32/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/32/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/32/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/32/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/32/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/32/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/32/gnome-netstatus-error.png +share/icons/matefaenzadark/status/32/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/32/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/32/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/32/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/32/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/32/gpm-ac-adapter.png +share/icons/matefaenzadark/status/32/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-000.png +share/icons/matefaenzadark/status/32/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-020.png +share/icons/matefaenzadark/status/32/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-040.png +share/icons/matefaenzadark/status/32/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-060.png +share/icons/matefaenzadark/status/32/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-080.png +share/icons/matefaenzadark/status/32/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-100.png +share/icons/matefaenzadark/status/32/gpm-battery-charged.png +share/icons/matefaenzadark/status/32/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-000.png +share/icons/matefaenzadark/status/32/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-020.png +share/icons/matefaenzadark/status/32/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-040.png +share/icons/matefaenzadark/status/32/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-060.png +share/icons/matefaenzadark/status/32/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-080.png +share/icons/matefaenzadark/status/32/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-100.png +share/icons/matefaenzadark/status/32/gpm-primary-charged.png +share/icons/matefaenzadark/status/32/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-000.png +share/icons/matefaenzadark/status/32/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-020.png +share/icons/matefaenzadark/status/32/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-040.png +share/icons/matefaenzadark/status/32/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-060.png +share/icons/matefaenzadark/status/32/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-080.png +share/icons/matefaenzadark/status/32/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-100.png +share/icons/matefaenzadark/status/32/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/32/gtk-dialog-error.png +share/icons/matefaenzadark/status/32/gtk-dialog-info.png +share/icons/matefaenzadark/status/32/gtk-dialog-question.png +share/icons/matefaenzadark/status/32/gtk-dialog-warning.png +share/icons/matefaenzadark/status/32/gtk-missing-image.png +share/icons/matefaenzadark/status/32/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/32/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/32/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/32/ibus-keyboard.png +share/icons/matefaenzadark/status/32/image-loading.png +share/icons/matefaenzadark/status/32/image-missing.png +share/icons/matefaenzadark/status/32/indicator-messages-new.png +share/icons/matefaenzadark/status/32/indicator-messages.png +share/icons/matefaenzadark/status/32/info.png +share/icons/matefaenzadark/status/32/keys.png +share/icons/matefaenzadark/status/32/krb-expiring-ticket.png +share/icons/matefaenzadark/status/32/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/32/krb-valid-ticket.png +share/icons/matefaenzadark/status/32/locked.png +share/icons/matefaenzadark/status/32/locked.xpm +share/icons/matefaenzadark/status/32/messagebox_critical.png +share/icons/matefaenzadark/status/32/messagebox_info.png +share/icons/matefaenzadark/status/32/messagebox_warning.png +share/icons/matefaenzadark/status/32/network-error.png +share/icons/matefaenzadark/status/32/network-idle.png +share/icons/matefaenzadark/status/32/network-offline.png +share/icons/matefaenzadark/status/32/network-receive.png +share/icons/matefaenzadark/status/32/network-transmit-receive.png +share/icons/matefaenzadark/status/32/network-transmit.png +share/icons/matefaenzadark/status/32/network-wired-disconnected.png +share/icons/matefaenzadark/status/32/network-wireless-encrypted.png +share/icons/matefaenzadark/status/32/new-messages-red.png +share/icons/matefaenzadark/status/32/nm-adhoc.png +share/icons/matefaenzadark/status/32/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/32/nm-device-wired-secure.png +share/icons/matefaenzadark/status/32/nm-device-wired.png +share/icons/matefaenzadark/status/32/nm-device-wireless.png +share/icons/matefaenzadark/status/32/nm-device-wwan.png +share/icons/matefaenzadark/status/32/nm-no-connection.png +share/icons/matefaenzadark/status/32/nm-secure-lock.png +share/icons/matefaenzadark/status/32/nm-signal-0.png +share/icons/matefaenzadark/status/32/nm-signal-00-secure.png +share/icons/matefaenzadark/status/32/nm-signal-00.png +share/icons/matefaenzadark/status/32/nm-signal-100-secure.png +share/icons/matefaenzadark/status/32/nm-signal-100.png +share/icons/matefaenzadark/status/32/nm-signal-25-secure.png +share/icons/matefaenzadark/status/32/nm-signal-25.png +share/icons/matefaenzadark/status/32/nm-signal-50-secure.png +share/icons/matefaenzadark/status/32/nm-signal-50.png +share/icons/matefaenzadark/status/32/nm-signal-75-secure.png +share/icons/matefaenzadark/status/32/nm-signal-75.png +share/icons/matefaenzadark/status/32/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/32/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/32/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/32/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/32/nm-vpn-lock.png +share/icons/matefaenzadark/status/32/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/32/notification-audio-volume-high.png +share/icons/matefaenzadark/status/32/notification-audio-volume-low.png +share/icons/matefaenzadark/status/32/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/32/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/32/notification-audio-volume-off.png +share/icons/matefaenzadark/status/32/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-000.png +share/icons/matefaenzadark/status/32/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-020.png +share/icons/matefaenzadark/status/32/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-040.png +share/icons/matefaenzadark/status/32/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-060.png +share/icons/matefaenzadark/status/32/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-080.png +share/icons/matefaenzadark/status/32/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-100.png +share/icons/matefaenzadark/status/32/notification-battery-empty.png +share/icons/matefaenzadark/status/32/notification-battery-low.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/32/notification-gsm-full.png +share/icons/matefaenzadark/status/32/notification-gsm-high.png +share/icons/matefaenzadark/status/32/notification-gsm-low.png +share/icons/matefaenzadark/status/32/notification-gsm-medium.png +share/icons/matefaenzadark/status/32/notification-gsm-none.png +share/icons/matefaenzadark/status/32/notification-network-disconnected.png +share/icons/matefaenzadark/status/32/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/32/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/32/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/32/notification-network-wireless-full.png +share/icons/matefaenzadark/status/32/notification-network-wireless-high.png +share/icons/matefaenzadark/status/32/notification-network-wireless-low.png +share/icons/matefaenzadark/status/32/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/32/notification-network-wireless-none.png +share/icons/matefaenzadark/status/32/printer-error.png +share/icons/matefaenzadark/status/32/printer-printing.png +share/icons/matefaenzadark/status/32/skype_away.png +share/icons/matefaenzadark/status/32/skype_dnd.png +share/icons/matefaenzadark/status/32/skype_invisible.png +share/icons/matefaenzadark/status/32/skype_na.png +share/icons/matefaenzadark/status/32/skype_offline.png +share/icons/matefaenzadark/status/32/skype_online.png +share/icons/matefaenzadark/status/32/skype_skypeme.png +share/icons/matefaenzadark/status/32/sound-icon.png +share/icons/matefaenzadark/status/32/status_lock.png +share/icons/matefaenzadark/status/32/stock_appointment-reminder.png +share/icons/matefaenzadark/status/32/stock_dialog-error.png +share/icons/matefaenzadark/status/32/stock_dialog-info.png +share/icons/matefaenzadark/status/32/stock_dialog-question.png +share/icons/matefaenzadark/status/32/stock_dialog-warning.png +share/icons/matefaenzadark/status/32/stock_lock.png +share/icons/matefaenzadark/status/32/stock_trash_full.png +share/icons/matefaenzadark/status/32/stock_volume-0.png +share/icons/matefaenzadark/status/32/stock_volume-max.png +share/icons/matefaenzadark/status/32/stock_volume-med.png +share/icons/matefaenzadark/status/32/stock_volume-min.png +share/icons/matefaenzadark/status/32/stock_volume-mute.png +share/icons/matefaenzadark/status/32/stock_volume.png +share/icons/matefaenzadark/status/32/stock_weather-night-clear.png +share/icons/matefaenzadark/status/32/stock_weather-sunny.png +share/icons/matefaenzadark/status/32/sunny.png +share/icons/matefaenzadark/status/32/system-devices-panel-alert.png +share/icons/matefaenzadark/status/32/system-devices-panel-informations.png +share/icons/matefaenzadark/status/32/system-devices-panel.png +share/icons/matefaenzadark/status/32/trashcan_full.png +share/icons/matefaenzadark/status/32/user-available.png +share/icons/matefaenzadark/status/32/user-away.png +share/icons/matefaenzadark/status/32/user-busy.png +share/icons/matefaenzadark/status/32/user-extended-away.png +share/icons/matefaenzadark/status/32/user-invisible.png +share/icons/matefaenzadark/status/32/user-offline.png +share/icons/matefaenzadark/status/32/user-trash-full.png +share/icons/matefaenzadark/status/32/weather-clear-night-000.png +share/icons/matefaenzadark/status/32/weather-clear-night-010.png +share/icons/matefaenzadark/status/32/weather-clear-night-020.png +share/icons/matefaenzadark/status/32/weather-clear-night-030.png +share/icons/matefaenzadark/status/32/weather-clear-night-040.png +share/icons/matefaenzadark/status/32/weather-clear-night-050.png +share/icons/matefaenzadark/status/32/weather-clear-night-060.png +share/icons/matefaenzadark/status/32/weather-clear-night-070.png +share/icons/matefaenzadark/status/32/weather-clear-night-080.png +share/icons/matefaenzadark/status/32/weather-clear-night-090.png +share/icons/matefaenzadark/status/32/weather-clear-night-100.png +share/icons/matefaenzadark/status/32/weather-clear-night-110.png +share/icons/matefaenzadark/status/32/weather-clear-night-120.png +share/icons/matefaenzadark/status/32/weather-clear-night-130.png +share/icons/matefaenzadark/status/32/weather-clear-night-140.png +share/icons/matefaenzadark/status/32/weather-clear-night-150.png +share/icons/matefaenzadark/status/32/weather-clear-night-160.png +share/icons/matefaenzadark/status/32/weather-clear-night-170.png +share/icons/matefaenzadark/status/32/weather-clear-night-180.png +share/icons/matefaenzadark/status/32/weather-clear-night-190.png +share/icons/matefaenzadark/status/32/weather-clear-night-200.png +share/icons/matefaenzadark/status/32/weather-clear-night-210.png +share/icons/matefaenzadark/status/32/weather-clear-night-220.png +share/icons/matefaenzadark/status/32/weather-clear-night-230.png +share/icons/matefaenzadark/status/32/weather-clear-night-240.png +share/icons/matefaenzadark/status/32/weather-clear-night-250.png +share/icons/matefaenzadark/status/32/weather-clear-night-260.png +share/icons/matefaenzadark/status/32/weather-clear-night-270.png +share/icons/matefaenzadark/status/32/weather-clear-night-280.png +share/icons/matefaenzadark/status/32/weather-clear-night-290.png +share/icons/matefaenzadark/status/32/weather-clear-night-300.png +share/icons/matefaenzadark/status/32/weather-clear-night-310.png +share/icons/matefaenzadark/status/32/weather-clear-night-320.png +share/icons/matefaenzadark/status/32/weather-clear-night-330.png +share/icons/matefaenzadark/status/32/weather-clear-night-340.png +share/icons/matefaenzadark/status/32/weather-clear-night-350.png +share/icons/matefaenzadark/status/32/weather-clear-night.png +share/icons/matefaenzadark/status/32/weather-clear.png +share/icons/matefaenzadark/status/32/weather-clouds-night.png +share/icons/matefaenzadark/status/32/weather-clouds.png +share/icons/matefaenzadark/status/32/weather-few-clouds-night.png +share/icons/matefaenzadark/status/32/weather-few-clouds.png +share/icons/matefaenzadark/status/32/weather-fog.png +share/icons/matefaenzadark/status/32/weather-overcast.png +share/icons/matefaenzadark/status/32/weather-severe-alert.png +share/icons/matefaenzadark/status/32/weather-showers-scattered.png +share/icons/matefaenzadark/status/32/weather-showers.png +share/icons/matefaenzadark/status/32/weather-snow.png +share/icons/matefaenzadark/status/32/weather-storm.png +share/icons/matefaenzadark/status/32/xfce-system-lock.png +share/icons/matefaenzadark/status/32/xfce-trash-full.png +share/icons/matefaenzadark/status/32/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/32/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/32/xfce4-notifyd.png +share/icons/matefaenzadark/status/32/xfce4-weather.png +share/icons/matefaenzadark/status/32/xfm-battery-000.png +share/icons/matefaenzadark/status/32/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/32/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-020.png +share/icons/matefaenzadark/status/32/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-040.png +share/icons/matefaenzadark/status/32/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-060.png +share/icons/matefaenzadark/status/32/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-080.png +share/icons/matefaenzadark/status/32/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-100.png +share/icons/matefaenzadark/status/32/xfpm-battery-charged.png +share/icons/matefaenzadark/status/32/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-000.png +share/icons/matefaenzadark/status/32/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-020.png +share/icons/matefaenzadark/status/32/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-040.png +share/icons/matefaenzadark/status/32/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-060.png +share/icons/matefaenzadark/status/32/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-080.png +share/icons/matefaenzadark/status/32/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-100.png +share/icons/matefaenzadark/status/32/xfpm-primary-charged.png +share/icons/matefaenzadark/status/48/appointment-soon.png +share/icons/matefaenzadark/status/48/apport.png +share/icons/matefaenzadark/status/48/aptdaemon-add.png +share/icons/matefaenzadark/status/48/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/48/aptdaemon-delete.png +share/icons/matefaenzadark/status/48/aptdaemon-resolve.png +share/icons/matefaenzadark/status/48/aptdaemon-wait.png +share/icons/matefaenzadark/status/48/audio-volume-high-panel.png +share/icons/matefaenzadark/status/48/audio-volume-high.png +share/icons/matefaenzadark/status/48/audio-volume-low-panel.png +share/icons/matefaenzadark/status/48/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/48/audio-volume-low.png +share/icons/matefaenzadark/status/48/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/48/audio-volume-medium.png +share/icons/matefaenzadark/status/48/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/48/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/48/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/48/audio-volume-muted.png +share/icons/matefaenzadark/status/48/audio-volume-off.png +share/icons/matefaenzadark/status/48/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/48/avatar-default.png +share/icons/matefaenzadark/status/48/battery-000.png +share/icons/matefaenzadark/status/48/battery_caution.png +share/icons/matefaenzadark/status/48/battery_charged.png +share/icons/matefaenzadark/status/48/battery_empty.png +share/icons/matefaenzadark/status/48/battery_full.png +share/icons/matefaenzadark/status/48/battery_low.png +share/icons/matefaenzadark/status/48/battery_plugged.png +share/icons/matefaenzadark/status/48/battery_third_fouth.png +share/icons/matefaenzadark/status/48/battery_two_thirds.png +share/icons/matefaenzadark/status/48/blueman-tray.png +share/icons/matefaenzadark/status/48/bluetooth-active.png +share/icons/matefaenzadark/status/48/bluetooth-disabled.png +share/icons/matefaenzadark/status/48/bluetooth-paired.png +share/icons/matefaenzadark/status/48/connect_creating.png +share/icons/matefaenzadark/status/48/connect_established.png +share/icons/matefaenzadark/status/48/connect_no.png +share/icons/matefaenzadark/status/48/dialog-error.png +share/icons/matefaenzadark/status/48/dialog-info.png +share/icons/matefaenzadark/status/48/dialog-information.png +share/icons/matefaenzadark/status/48/dialog-password.png +share/icons/matefaenzadark/status/48/dialog-question.png +share/icons/matefaenzadark/status/48/dialog-warning.png +share/icons/matefaenzadark/status/48/edittrash.png +share/icons/matefaenzadark/status/48/empathy-available.png +share/icons/matefaenzadark/status/48/empathy-away.png +share/icons/matefaenzadark/status/48/empathy-busy.png +share/icons/matefaenzadark/status/48/empathy-extended-away.png +share/icons/matefaenzadark/status/48/empathy-invisible.png +share/icons/matefaenzadark/status/48/empathy-offline.png +share/icons/matefaenzadark/status/48/error.png +share/icons/matefaenzadark/status/48/exaile-pause.png +share/icons/matefaenzadark/status/48/glipper.png +share/icons/matefaenzadark/status/48/glippy-panel.png +share/icons/matefaenzadark/status/48/gmp-ups-missing.png +share/icons/matefaenzadark/status/48/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/48/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/48/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/48/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/48/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/48/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/48/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/48/gnome-netstatus-error.png +share/icons/matefaenzadark/status/48/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/48/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/48/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/48/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/48/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/48/gpm-ac-adapter.png +share/icons/matefaenzadark/status/48/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-000.png +share/icons/matefaenzadark/status/48/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-020.png +share/icons/matefaenzadark/status/48/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-040.png +share/icons/matefaenzadark/status/48/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-060.png +share/icons/matefaenzadark/status/48/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-080.png +share/icons/matefaenzadark/status/48/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-100.png +share/icons/matefaenzadark/status/48/gpm-battery-charged.png +share/icons/matefaenzadark/status/48/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-000.png +share/icons/matefaenzadark/status/48/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-020.png +share/icons/matefaenzadark/status/48/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-040.png +share/icons/matefaenzadark/status/48/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-060.png +share/icons/matefaenzadark/status/48/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-080.png +share/icons/matefaenzadark/status/48/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-100.png +share/icons/matefaenzadark/status/48/gpm-primary-charged.png +share/icons/matefaenzadark/status/48/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-000.png +share/icons/matefaenzadark/status/48/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-020.png +share/icons/matefaenzadark/status/48/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-040.png +share/icons/matefaenzadark/status/48/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-060.png +share/icons/matefaenzadark/status/48/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-080.png +share/icons/matefaenzadark/status/48/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-100.png +share/icons/matefaenzadark/status/48/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/48/gtk-dialog-error.png +share/icons/matefaenzadark/status/48/gtk-dialog-info.png +share/icons/matefaenzadark/status/48/gtk-dialog-question.png +share/icons/matefaenzadark/status/48/gtk-dialog-warning.png +share/icons/matefaenzadark/status/48/gtk-missing-image.png +share/icons/matefaenzadark/status/48/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/48/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/48/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/48/ibus-keyboard.png +share/icons/matefaenzadark/status/48/image-loading.png +share/icons/matefaenzadark/status/48/image-missing.png +share/icons/matefaenzadark/status/48/indicator-messages-new.png +share/icons/matefaenzadark/status/48/indicator-messages.png +share/icons/matefaenzadark/status/48/info.png +share/icons/matefaenzadark/status/48/keys.png +share/icons/matefaenzadark/status/48/krb-expiring-ticket.png +share/icons/matefaenzadark/status/48/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/48/krb-valid-ticket.png +share/icons/matefaenzadark/status/48/locked.png +share/icons/matefaenzadark/status/48/locked.xpm +share/icons/matefaenzadark/status/48/messagebox_critical.png +share/icons/matefaenzadark/status/48/messagebox_info.png +share/icons/matefaenzadark/status/48/messagebox_warning.png +share/icons/matefaenzadark/status/48/network-error.png +share/icons/matefaenzadark/status/48/network-idle.png +share/icons/matefaenzadark/status/48/network-offline.png +share/icons/matefaenzadark/status/48/network-receive.png +share/icons/matefaenzadark/status/48/network-transmit-receive.png +share/icons/matefaenzadark/status/48/network-transmit.png +share/icons/matefaenzadark/status/48/network-wired-disconnected.png +share/icons/matefaenzadark/status/48/network-wireless-encrypted.png +share/icons/matefaenzadark/status/48/new-messages-red.png +share/icons/matefaenzadark/status/48/nm-adhoc.png +share/icons/matefaenzadark/status/48/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/48/nm-device-wired-secure.png +share/icons/matefaenzadark/status/48/nm-device-wired.png +share/icons/matefaenzadark/status/48/nm-device-wireless.png +share/icons/matefaenzadark/status/48/nm-device-wwan.png +share/icons/matefaenzadark/status/48/nm-no-connection.png +share/icons/matefaenzadark/status/48/nm-secure-lock.png +share/icons/matefaenzadark/status/48/nm-signal-0.png +share/icons/matefaenzadark/status/48/nm-signal-00-secure.png +share/icons/matefaenzadark/status/48/nm-signal-00.png +share/icons/matefaenzadark/status/48/nm-signal-100-secure.png +share/icons/matefaenzadark/status/48/nm-signal-100.png +share/icons/matefaenzadark/status/48/nm-signal-25-secure.png +share/icons/matefaenzadark/status/48/nm-signal-25.png +share/icons/matefaenzadark/status/48/nm-signal-50-secure.png +share/icons/matefaenzadark/status/48/nm-signal-50.png +share/icons/matefaenzadark/status/48/nm-signal-75-secure.png +share/icons/matefaenzadark/status/48/nm-signal-75.png +share/icons/matefaenzadark/status/48/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/48/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/48/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/48/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/48/nm-vpn-lock.png +share/icons/matefaenzadark/status/48/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/48/notification-audio-volume-high.png +share/icons/matefaenzadark/status/48/notification-audio-volume-low.png +share/icons/matefaenzadark/status/48/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/48/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/48/notification-audio-volume-off.png +share/icons/matefaenzadark/status/48/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-000.png +share/icons/matefaenzadark/status/48/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-020.png +share/icons/matefaenzadark/status/48/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-040.png +share/icons/matefaenzadark/status/48/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-060.png +share/icons/matefaenzadark/status/48/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-080.png +share/icons/matefaenzadark/status/48/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-100.png +share/icons/matefaenzadark/status/48/notification-battery-empty.png +share/icons/matefaenzadark/status/48/notification-battery-low.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/48/notification-gsm-full.png +share/icons/matefaenzadark/status/48/notification-gsm-high.png +share/icons/matefaenzadark/status/48/notification-gsm-low.png +share/icons/matefaenzadark/status/48/notification-gsm-medium.png +share/icons/matefaenzadark/status/48/notification-gsm-none.png +share/icons/matefaenzadark/status/48/notification-network-disconnected.png +share/icons/matefaenzadark/status/48/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/48/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/48/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/48/notification-network-wireless-full.png +share/icons/matefaenzadark/status/48/notification-network-wireless-high.png +share/icons/matefaenzadark/status/48/notification-network-wireless-low.png +share/icons/matefaenzadark/status/48/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/48/notification-network-wireless-none.png +share/icons/matefaenzadark/status/48/printer-error.png +share/icons/matefaenzadark/status/48/printer-printing.png +share/icons/matefaenzadark/status/48/skype_away.png +share/icons/matefaenzadark/status/48/skype_dnd.png +share/icons/matefaenzadark/status/48/skype_invisible.png +share/icons/matefaenzadark/status/48/skype_na.png +share/icons/matefaenzadark/status/48/skype_offline.png +share/icons/matefaenzadark/status/48/skype_online.png +share/icons/matefaenzadark/status/48/skype_skypeme.png +share/icons/matefaenzadark/status/48/sound-icon.png +share/icons/matefaenzadark/status/48/status_lock.png +share/icons/matefaenzadark/status/48/stock_appointment-reminder.png +share/icons/matefaenzadark/status/48/stock_dialog-error.png +share/icons/matefaenzadark/status/48/stock_dialog-info.png +share/icons/matefaenzadark/status/48/stock_dialog-question.png +share/icons/matefaenzadark/status/48/stock_dialog-warning.png +share/icons/matefaenzadark/status/48/stock_lock.png +share/icons/matefaenzadark/status/48/stock_trash_full.png +share/icons/matefaenzadark/status/48/stock_volume-0.png +share/icons/matefaenzadark/status/48/stock_volume-max.png +share/icons/matefaenzadark/status/48/stock_volume-med.png +share/icons/matefaenzadark/status/48/stock_volume-min.png +share/icons/matefaenzadark/status/48/stock_volume-mute.png +share/icons/matefaenzadark/status/48/stock_volume.png +share/icons/matefaenzadark/status/48/stock_weather-night-clear.png +share/icons/matefaenzadark/status/48/stock_weather-sunny.png +share/icons/matefaenzadark/status/48/sunny.png +share/icons/matefaenzadark/status/48/system-devices-panel-alert.png +share/icons/matefaenzadark/status/48/system-devices-panel-informations.png +share/icons/matefaenzadark/status/48/system-devices-panel.png +share/icons/matefaenzadark/status/48/trashcan_full.png +share/icons/matefaenzadark/status/48/user-available.png +share/icons/matefaenzadark/status/48/user-away.png +share/icons/matefaenzadark/status/48/user-busy.png +share/icons/matefaenzadark/status/48/user-extended-away.png +share/icons/matefaenzadark/status/48/user-invisible.png +share/icons/matefaenzadark/status/48/user-offline.png +share/icons/matefaenzadark/status/48/user-trash-full.png +share/icons/matefaenzadark/status/48/weather-clear-night-000.png +share/icons/matefaenzadark/status/48/weather-clear-night-010.png +share/icons/matefaenzadark/status/48/weather-clear-night-020.png +share/icons/matefaenzadark/status/48/weather-clear-night-030.png +share/icons/matefaenzadark/status/48/weather-clear-night-040.png +share/icons/matefaenzadark/status/48/weather-clear-night-050.png +share/icons/matefaenzadark/status/48/weather-clear-night-060.png +share/icons/matefaenzadark/status/48/weather-clear-night-070.png +share/icons/matefaenzadark/status/48/weather-clear-night-080.png +share/icons/matefaenzadark/status/48/weather-clear-night-090.png +share/icons/matefaenzadark/status/48/weather-clear-night-100.png +share/icons/matefaenzadark/status/48/weather-clear-night-110.png +share/icons/matefaenzadark/status/48/weather-clear-night-120.png +share/icons/matefaenzadark/status/48/weather-clear-night-130.png +share/icons/matefaenzadark/status/48/weather-clear-night-140.png +share/icons/matefaenzadark/status/48/weather-clear-night-150.png +share/icons/matefaenzadark/status/48/weather-clear-night-160.png +share/icons/matefaenzadark/status/48/weather-clear-night-170.png +share/icons/matefaenzadark/status/48/weather-clear-night-180.png +share/icons/matefaenzadark/status/48/weather-clear-night-190.png +share/icons/matefaenzadark/status/48/weather-clear-night-200.png +share/icons/matefaenzadark/status/48/weather-clear-night-210.png +share/icons/matefaenzadark/status/48/weather-clear-night-220.png +share/icons/matefaenzadark/status/48/weather-clear-night-230.png +share/icons/matefaenzadark/status/48/weather-clear-night-240.png +share/icons/matefaenzadark/status/48/weather-clear-night-250.png +share/icons/matefaenzadark/status/48/weather-clear-night-260.png +share/icons/matefaenzadark/status/48/weather-clear-night-270.png +share/icons/matefaenzadark/status/48/weather-clear-night-280.png +share/icons/matefaenzadark/status/48/weather-clear-night-290.png +share/icons/matefaenzadark/status/48/weather-clear-night-300.png +share/icons/matefaenzadark/status/48/weather-clear-night-310.png +share/icons/matefaenzadark/status/48/weather-clear-night-320.png +share/icons/matefaenzadark/status/48/weather-clear-night-330.png +share/icons/matefaenzadark/status/48/weather-clear-night-340.png +share/icons/matefaenzadark/status/48/weather-clear-night-350.png +share/icons/matefaenzadark/status/48/weather-clear-night.png +share/icons/matefaenzadark/status/48/weather-clear.png +share/icons/matefaenzadark/status/48/weather-clouds-night.png +share/icons/matefaenzadark/status/48/weather-clouds.png +share/icons/matefaenzadark/status/48/weather-few-clouds-night.png +share/icons/matefaenzadark/status/48/weather-few-clouds.png +share/icons/matefaenzadark/status/48/weather-fog.png +share/icons/matefaenzadark/status/48/weather-overcast.png +share/icons/matefaenzadark/status/48/weather-severe-alert.png +share/icons/matefaenzadark/status/48/weather-showers-scattered.png +share/icons/matefaenzadark/status/48/weather-showers.png +share/icons/matefaenzadark/status/48/weather-snow.png +share/icons/matefaenzadark/status/48/weather-storm.png +share/icons/matefaenzadark/status/48/xfce-system-lock.png +share/icons/matefaenzadark/status/48/xfce-trash-full.png +share/icons/matefaenzadark/status/48/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/48/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/48/xfce4-notifyd.png +share/icons/matefaenzadark/status/48/xfce4-weather.png +share/icons/matefaenzadark/status/48/xfm-battery-000.png +share/icons/matefaenzadark/status/48/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/48/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-020.png +share/icons/matefaenzadark/status/48/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-040.png +share/icons/matefaenzadark/status/48/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-060.png +share/icons/matefaenzadark/status/48/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-080.png +share/icons/matefaenzadark/status/48/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-100.png +share/icons/matefaenzadark/status/48/xfpm-battery-charged.png +share/icons/matefaenzadark/status/48/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-000.png +share/icons/matefaenzadark/status/48/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-020.png +share/icons/matefaenzadark/status/48/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-040.png +share/icons/matefaenzadark/status/48/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-060.png +share/icons/matefaenzadark/status/48/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-080.png +share/icons/matefaenzadark/status/48/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-100.png +share/icons/matefaenzadark/status/48/xfpm-primary-charged.png +share/icons/matefaenzadark/status/64/appointment-soon.png +share/icons/matefaenzadark/status/64/apport.png +share/icons/matefaenzadark/status/64/aptdaemon-add.png +share/icons/matefaenzadark/status/64/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/64/aptdaemon-delete.png +share/icons/matefaenzadark/status/64/aptdaemon-resolve.png +share/icons/matefaenzadark/status/64/aptdaemon-wait.png +share/icons/matefaenzadark/status/64/audio-volume-high-panel.png +share/icons/matefaenzadark/status/64/audio-volume-high.png +share/icons/matefaenzadark/status/64/audio-volume-low-panel.png +share/icons/matefaenzadark/status/64/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/64/audio-volume-low.png +share/icons/matefaenzadark/status/64/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/64/audio-volume-medium.png +share/icons/matefaenzadark/status/64/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/64/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/64/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/64/audio-volume-muted.png +share/icons/matefaenzadark/status/64/audio-volume-off.png +share/icons/matefaenzadark/status/64/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/64/avatar-default.png +share/icons/matefaenzadark/status/64/battery-000.png +share/icons/matefaenzadark/status/64/battery_caution.png +share/icons/matefaenzadark/status/64/battery_charged.png +share/icons/matefaenzadark/status/64/battery_empty.png +share/icons/matefaenzadark/status/64/battery_full.png +share/icons/matefaenzadark/status/64/battery_low.png +share/icons/matefaenzadark/status/64/battery_plugged.png +share/icons/matefaenzadark/status/64/battery_third_fouth.png +share/icons/matefaenzadark/status/64/battery_two_thirds.png +share/icons/matefaenzadark/status/64/blueman-tray.png +share/icons/matefaenzadark/status/64/bluetooth-active.png +share/icons/matefaenzadark/status/64/bluetooth-disabled.png +share/icons/matefaenzadark/status/64/bluetooth-paired.png +share/icons/matefaenzadark/status/64/connect_creating.png +share/icons/matefaenzadark/status/64/connect_established.png +share/icons/matefaenzadark/status/64/connect_no.png +share/icons/matefaenzadark/status/64/dialog-error.png +share/icons/matefaenzadark/status/64/dialog-info.png +share/icons/matefaenzadark/status/64/dialog-information.png +share/icons/matefaenzadark/status/64/dialog-password.png +share/icons/matefaenzadark/status/64/dialog-question.png +share/icons/matefaenzadark/status/64/dialog-warning.png +share/icons/matefaenzadark/status/64/edittrash.png +share/icons/matefaenzadark/status/64/empathy-available.png +share/icons/matefaenzadark/status/64/empathy-away.png +share/icons/matefaenzadark/status/64/empathy-busy.png +share/icons/matefaenzadark/status/64/empathy-extended-away.png +share/icons/matefaenzadark/status/64/empathy-invisible.png +share/icons/matefaenzadark/status/64/empathy-offline.png +share/icons/matefaenzadark/status/64/error.png +share/icons/matefaenzadark/status/64/exaile-pause.png +share/icons/matefaenzadark/status/64/glipper.png +share/icons/matefaenzadark/status/64/glippy-panel.png +share/icons/matefaenzadark/status/64/gmp-ups-missing.png +share/icons/matefaenzadark/status/64/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/64/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/64/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/64/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/64/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/64/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/64/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/64/gnome-netstatus-error.png +share/icons/matefaenzadark/status/64/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/64/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/64/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/64/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/64/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/64/gpm-ac-adapter.png +share/icons/matefaenzadark/status/64/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-000.png +share/icons/matefaenzadark/status/64/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-020.png +share/icons/matefaenzadark/status/64/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-040.png +share/icons/matefaenzadark/status/64/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-060.png +share/icons/matefaenzadark/status/64/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-080.png +share/icons/matefaenzadark/status/64/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-100.png +share/icons/matefaenzadark/status/64/gpm-battery-charged.png +share/icons/matefaenzadark/status/64/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-000.png +share/icons/matefaenzadark/status/64/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-020.png +share/icons/matefaenzadark/status/64/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-040.png +share/icons/matefaenzadark/status/64/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-060.png +share/icons/matefaenzadark/status/64/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-080.png +share/icons/matefaenzadark/status/64/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-100.png +share/icons/matefaenzadark/status/64/gpm-primary-charged.png +share/icons/matefaenzadark/status/64/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-000.png +share/icons/matefaenzadark/status/64/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-020.png +share/icons/matefaenzadark/status/64/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-040.png +share/icons/matefaenzadark/status/64/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-060.png +share/icons/matefaenzadark/status/64/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-080.png +share/icons/matefaenzadark/status/64/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-100.png +share/icons/matefaenzadark/status/64/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/64/gtk-dialog-error.png +share/icons/matefaenzadark/status/64/gtk-dialog-info.png +share/icons/matefaenzadark/status/64/gtk-dialog-question.png +share/icons/matefaenzadark/status/64/gtk-dialog-warning.png +share/icons/matefaenzadark/status/64/gtk-missing-image.png +share/icons/matefaenzadark/status/64/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/64/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/64/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/64/ibus-keyboard.png +share/icons/matefaenzadark/status/64/image-loading.png +share/icons/matefaenzadark/status/64/image-missing.png +share/icons/matefaenzadark/status/64/indicator-messages-new.png +share/icons/matefaenzadark/status/64/indicator-messages.png +share/icons/matefaenzadark/status/64/info.png +share/icons/matefaenzadark/status/64/keys.png +share/icons/matefaenzadark/status/64/krb-expiring-ticket.png +share/icons/matefaenzadark/status/64/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/64/krb-valid-ticket.png +share/icons/matefaenzadark/status/64/locked.png +share/icons/matefaenzadark/status/64/messagebox_critical.png +share/icons/matefaenzadark/status/64/messagebox_info.png +share/icons/matefaenzadark/status/64/messagebox_warning.png +share/icons/matefaenzadark/status/64/network-error.png +share/icons/matefaenzadark/status/64/network-idle.png +share/icons/matefaenzadark/status/64/network-offline.png +share/icons/matefaenzadark/status/64/network-receive.png +share/icons/matefaenzadark/status/64/network-transmit-receive.png +share/icons/matefaenzadark/status/64/network-transmit.png +share/icons/matefaenzadark/status/64/network-wireless-encrypted.png +share/icons/matefaenzadark/status/64/new-messages-red.png +share/icons/matefaenzadark/status/64/nm-adhoc.png +share/icons/matefaenzadark/status/64/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/64/nm-device-wired-secure.png +share/icons/matefaenzadark/status/64/nm-device-wired.png +share/icons/matefaenzadark/status/64/nm-device-wireless.png +share/icons/matefaenzadark/status/64/nm-device-wwan.png +share/icons/matefaenzadark/status/64/nm-no-connection.png +share/icons/matefaenzadark/status/64/nm-secure-lock.png +share/icons/matefaenzadark/status/64/nm-signal-0.png +share/icons/matefaenzadark/status/64/nm-signal-00-secure.png +share/icons/matefaenzadark/status/64/nm-signal-00.png +share/icons/matefaenzadark/status/64/nm-signal-100-secure.png +share/icons/matefaenzadark/status/64/nm-signal-100.png +share/icons/matefaenzadark/status/64/nm-signal-25-secure.png +share/icons/matefaenzadark/status/64/nm-signal-25.png +share/icons/matefaenzadark/status/64/nm-signal-50-secure.png +share/icons/matefaenzadark/status/64/nm-signal-50.png +share/icons/matefaenzadark/status/64/nm-signal-75-secure.png +share/icons/matefaenzadark/status/64/nm-signal-75.png +share/icons/matefaenzadark/status/64/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/64/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/64/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/64/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/64/nm-vpn-lock.png +share/icons/matefaenzadark/status/64/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/64/notification-audio-volume-high.png +share/icons/matefaenzadark/status/64/notification-audio-volume-low.png +share/icons/matefaenzadark/status/64/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/64/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/64/notification-audio-volume-off.png +share/icons/matefaenzadark/status/64/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-000.png +share/icons/matefaenzadark/status/64/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-020.png +share/icons/matefaenzadark/status/64/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-040.png +share/icons/matefaenzadark/status/64/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-060.png +share/icons/matefaenzadark/status/64/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-080.png +share/icons/matefaenzadark/status/64/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-100.png +share/icons/matefaenzadark/status/64/notification-battery-empty.png +share/icons/matefaenzadark/status/64/notification-battery-low.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/64/notification-gsm-full.png +share/icons/matefaenzadark/status/64/notification-gsm-high.png +share/icons/matefaenzadark/status/64/notification-gsm-low.png +share/icons/matefaenzadark/status/64/notification-gsm-medium.png +share/icons/matefaenzadark/status/64/notification-gsm-none.png +share/icons/matefaenzadark/status/64/notification-network-disconnected.png +share/icons/matefaenzadark/status/64/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/64/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/64/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/64/notification-network-wireless-full.png +share/icons/matefaenzadark/status/64/notification-network-wireless-high.png +share/icons/matefaenzadark/status/64/notification-network-wireless-low.png +share/icons/matefaenzadark/status/64/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/64/notification-network-wireless-none.png +share/icons/matefaenzadark/status/64/printer-error.png +share/icons/matefaenzadark/status/64/printer-printing.png +share/icons/matefaenzadark/status/64/skype_away.png +share/icons/matefaenzadark/status/64/skype_dnd.png +share/icons/matefaenzadark/status/64/skype_invisible.png +share/icons/matefaenzadark/status/64/skype_na.png +share/icons/matefaenzadark/status/64/skype_offline.png +share/icons/matefaenzadark/status/64/skype_online.png +share/icons/matefaenzadark/status/64/skype_skypeme.png +share/icons/matefaenzadark/status/64/sound-icon.png +share/icons/matefaenzadark/status/64/status_lock.png +share/icons/matefaenzadark/status/64/stock_appointment-reminder.png +share/icons/matefaenzadark/status/64/stock_dialog-error.png +share/icons/matefaenzadark/status/64/stock_dialog-info.png +share/icons/matefaenzadark/status/64/stock_dialog-question.png +share/icons/matefaenzadark/status/64/stock_dialog-warning.png +share/icons/matefaenzadark/status/64/stock_lock.png +share/icons/matefaenzadark/status/64/stock_trash_full.png +share/icons/matefaenzadark/status/64/stock_volume-0.png +share/icons/matefaenzadark/status/64/stock_volume-max.png +share/icons/matefaenzadark/status/64/stock_volume-med.png +share/icons/matefaenzadark/status/64/stock_volume-min.png +share/icons/matefaenzadark/status/64/stock_volume-mute.png +share/icons/matefaenzadark/status/64/stock_volume.png +share/icons/matefaenzadark/status/64/stock_weather-night-clear.png +share/icons/matefaenzadark/status/64/stock_weather-sunny.png +share/icons/matefaenzadark/status/64/sunny.png +share/icons/matefaenzadark/status/64/system-devices-panel-alert.png +share/icons/matefaenzadark/status/64/system-devices-panel-informations.png +share/icons/matefaenzadark/status/64/system-devices-panel.png +share/icons/matefaenzadark/status/64/trashcan_full.png +share/icons/matefaenzadark/status/64/user-available.png +share/icons/matefaenzadark/status/64/user-away.png +share/icons/matefaenzadark/status/64/user-busy.png +share/icons/matefaenzadark/status/64/user-extended-away.png +share/icons/matefaenzadark/status/64/user-invisible.png +share/icons/matefaenzadark/status/64/user-offline.png +share/icons/matefaenzadark/status/64/user-trash-full.png +share/icons/matefaenzadark/status/64/weather-clear-night-000.png +share/icons/matefaenzadark/status/64/weather-clear-night-010.png +share/icons/matefaenzadark/status/64/weather-clear-night-020.png +share/icons/matefaenzadark/status/64/weather-clear-night-030.png +share/icons/matefaenzadark/status/64/weather-clear-night-040.png +share/icons/matefaenzadark/status/64/weather-clear-night-050.png +share/icons/matefaenzadark/status/64/weather-clear-night-060.png +share/icons/matefaenzadark/status/64/weather-clear-night-070.png +share/icons/matefaenzadark/status/64/weather-clear-night-080.png +share/icons/matefaenzadark/status/64/weather-clear-night-090.png +share/icons/matefaenzadark/status/64/weather-clear-night-100.png +share/icons/matefaenzadark/status/64/weather-clear-night-110.png +share/icons/matefaenzadark/status/64/weather-clear-night-120.png +share/icons/matefaenzadark/status/64/weather-clear-night-130.png +share/icons/matefaenzadark/status/64/weather-clear-night-140.png +share/icons/matefaenzadark/status/64/weather-clear-night-150.png +share/icons/matefaenzadark/status/64/weather-clear-night-160.png +share/icons/matefaenzadark/status/64/weather-clear-night-170.png +share/icons/matefaenzadark/status/64/weather-clear-night-180.png +share/icons/matefaenzadark/status/64/weather-clear-night-190.png +share/icons/matefaenzadark/status/64/weather-clear-night-200.png +share/icons/matefaenzadark/status/64/weather-clear-night-210.png +share/icons/matefaenzadark/status/64/weather-clear-night-220.png +share/icons/matefaenzadark/status/64/weather-clear-night-230.png +share/icons/matefaenzadark/status/64/weather-clear-night-240.png +share/icons/matefaenzadark/status/64/weather-clear-night-250.png +share/icons/matefaenzadark/status/64/weather-clear-night-260.png +share/icons/matefaenzadark/status/64/weather-clear-night-270.png +share/icons/matefaenzadark/status/64/weather-clear-night-280.png +share/icons/matefaenzadark/status/64/weather-clear-night-290.png +share/icons/matefaenzadark/status/64/weather-clear-night-300.png +share/icons/matefaenzadark/status/64/weather-clear-night-310.png +share/icons/matefaenzadark/status/64/weather-clear-night-320.png +share/icons/matefaenzadark/status/64/weather-clear-night-330.png +share/icons/matefaenzadark/status/64/weather-clear-night-340.png +share/icons/matefaenzadark/status/64/weather-clear-night-350.png +share/icons/matefaenzadark/status/64/weather-clear-night.png +share/icons/matefaenzadark/status/64/weather-clear.png +share/icons/matefaenzadark/status/64/weather-clouds-night.png +share/icons/matefaenzadark/status/64/weather-clouds.png +share/icons/matefaenzadark/status/64/weather-few-clouds-night.png +share/icons/matefaenzadark/status/64/weather-few-clouds.png +share/icons/matefaenzadark/status/64/weather-fog.png +share/icons/matefaenzadark/status/64/weather-overcast.png +share/icons/matefaenzadark/status/64/weather-severe-alert.png +share/icons/matefaenzadark/status/64/weather-showers-scattered.png +share/icons/matefaenzadark/status/64/weather-showers.png +share/icons/matefaenzadark/status/64/weather-snow.png +share/icons/matefaenzadark/status/64/weather-storm.png +share/icons/matefaenzadark/status/64/xfce-system-lock.png +share/icons/matefaenzadark/status/64/xfce-trash-full.png +share/icons/matefaenzadark/status/64/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/64/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/64/xfce4-notifyd.png +share/icons/matefaenzadark/status/64/xfce4-weather.png +share/icons/matefaenzadark/status/64/xfm-battery-000.png +share/icons/matefaenzadark/status/64/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/64/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-020.png +share/icons/matefaenzadark/status/64/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-040.png +share/icons/matefaenzadark/status/64/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-060.png +share/icons/matefaenzadark/status/64/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-080.png +share/icons/matefaenzadark/status/64/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-100.png +share/icons/matefaenzadark/status/64/xfpm-battery-charged.png +share/icons/matefaenzadark/status/64/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-000.png +share/icons/matefaenzadark/status/64/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-020.png +share/icons/matefaenzadark/status/64/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-040.png +share/icons/matefaenzadark/status/64/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-060.png +share/icons/matefaenzadark/status/64/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-080.png +share/icons/matefaenzadark/status/64/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-100.png +share/icons/matefaenzadark/status/64/xfpm-primary-charged.png +share/icons/matefaenzadark/status/96/appointment-soon.png +share/icons/matefaenzadark/status/96/apport.png +share/icons/matefaenzadark/status/96/aptdaemon-add.png +share/icons/matefaenzadark/status/96/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/96/aptdaemon-delete.png +share/icons/matefaenzadark/status/96/aptdaemon-resolve.png +share/icons/matefaenzadark/status/96/aptdaemon-wait.png +share/icons/matefaenzadark/status/96/audio-volume-high-panel.png +share/icons/matefaenzadark/status/96/audio-volume-high.png +share/icons/matefaenzadark/status/96/audio-volume-low-panel.png +share/icons/matefaenzadark/status/96/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/96/audio-volume-low.png +share/icons/matefaenzadark/status/96/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/96/audio-volume-medium.png +share/icons/matefaenzadark/status/96/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/96/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/96/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/96/audio-volume-muted.png +share/icons/matefaenzadark/status/96/audio-volume-off.png +share/icons/matefaenzadark/status/96/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/96/avatar-default.png +share/icons/matefaenzadark/status/96/battery-000.png +share/icons/matefaenzadark/status/96/battery_caution.png +share/icons/matefaenzadark/status/96/battery_charged.png +share/icons/matefaenzadark/status/96/battery_empty.png +share/icons/matefaenzadark/status/96/battery_full.png +share/icons/matefaenzadark/status/96/battery_low.png +share/icons/matefaenzadark/status/96/battery_plugged.png +share/icons/matefaenzadark/status/96/battery_third_fouth.png +share/icons/matefaenzadark/status/96/battery_two_thirds.png +share/icons/matefaenzadark/status/96/blueman-tray.png +share/icons/matefaenzadark/status/96/bluetooth-active.png +share/icons/matefaenzadark/status/96/bluetooth-disabled.png +share/icons/matefaenzadark/status/96/bluetooth-paired.png +share/icons/matefaenzadark/status/96/connect_creating.png +share/icons/matefaenzadark/status/96/connect_established.png +share/icons/matefaenzadark/status/96/connect_no.png +share/icons/matefaenzadark/status/96/dialog-error.png +share/icons/matefaenzadark/status/96/dialog-info.png +share/icons/matefaenzadark/status/96/dialog-information.png +share/icons/matefaenzadark/status/96/dialog-password.png +share/icons/matefaenzadark/status/96/dialog-question.png +share/icons/matefaenzadark/status/96/dialog-warning.png +share/icons/matefaenzadark/status/96/edittrash.png +share/icons/matefaenzadark/status/96/empathy-available.png +share/icons/matefaenzadark/status/96/empathy-away.png +share/icons/matefaenzadark/status/96/empathy-busy.png +share/icons/matefaenzadark/status/96/empathy-extended-away.png +share/icons/matefaenzadark/status/96/empathy-invisible.png +share/icons/matefaenzadark/status/96/empathy-offline.png +share/icons/matefaenzadark/status/96/error.png +share/icons/matefaenzadark/status/96/exaile-pause.png +share/icons/matefaenzadark/status/96/glipper.png +share/icons/matefaenzadark/status/96/glippy-panel.png +share/icons/matefaenzadark/status/96/gmp-ups-missing.png +share/icons/matefaenzadark/status/96/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/96/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/96/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/96/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/96/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/96/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/96/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/96/gnome-netstatus-error.png +share/icons/matefaenzadark/status/96/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/96/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/96/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/96/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/96/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/96/gpm-ac-adapter.png +share/icons/matefaenzadark/status/96/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-000.png +share/icons/matefaenzadark/status/96/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-020.png +share/icons/matefaenzadark/status/96/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-040.png +share/icons/matefaenzadark/status/96/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-060.png +share/icons/matefaenzadark/status/96/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-080.png +share/icons/matefaenzadark/status/96/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-100.png +share/icons/matefaenzadark/status/96/gpm-battery-charged.png +share/icons/matefaenzadark/status/96/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-000.png +share/icons/matefaenzadark/status/96/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-020.png +share/icons/matefaenzadark/status/96/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-040.png +share/icons/matefaenzadark/status/96/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-060.png +share/icons/matefaenzadark/status/96/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-080.png +share/icons/matefaenzadark/status/96/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-100.png +share/icons/matefaenzadark/status/96/gpm-primary-charged.png +share/icons/matefaenzadark/status/96/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-000.png +share/icons/matefaenzadark/status/96/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-020.png +share/icons/matefaenzadark/status/96/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-040.png +share/icons/matefaenzadark/status/96/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-060.png +share/icons/matefaenzadark/status/96/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-080.png +share/icons/matefaenzadark/status/96/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-100.png +share/icons/matefaenzadark/status/96/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/96/gtk-dialog-error.png +share/icons/matefaenzadark/status/96/gtk-dialog-info.png +share/icons/matefaenzadark/status/96/gtk-dialog-question.png +share/icons/matefaenzadark/status/96/gtk-dialog-warning.png +share/icons/matefaenzadark/status/96/gtk-missing-image.png +share/icons/matefaenzadark/status/96/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/96/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/96/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/96/ibus-keyboard.png +share/icons/matefaenzadark/status/96/image-loading.png +share/icons/matefaenzadark/status/96/image-missing.png +share/icons/matefaenzadark/status/96/indicator-messages-new.png +share/icons/matefaenzadark/status/96/indicator-messages.png +share/icons/matefaenzadark/status/96/info.png +share/icons/matefaenzadark/status/96/keys.png +share/icons/matefaenzadark/status/96/krb-expiring-ticket.png +share/icons/matefaenzadark/status/96/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/96/krb-valid-ticket.png +share/icons/matefaenzadark/status/96/locked.png +share/icons/matefaenzadark/status/96/messagebox_critical.png +share/icons/matefaenzadark/status/96/messagebox_info.png +share/icons/matefaenzadark/status/96/messagebox_warning.png +share/icons/matefaenzadark/status/96/network-error.png +share/icons/matefaenzadark/status/96/network-idle.png +share/icons/matefaenzadark/status/96/network-offline.png +share/icons/matefaenzadark/status/96/network-receive.png +share/icons/matefaenzadark/status/96/network-transmit-receive.png +share/icons/matefaenzadark/status/96/network-transmit.png +share/icons/matefaenzadark/status/96/network-wireless-encrypted.png +share/icons/matefaenzadark/status/96/new-messages-red.png +share/icons/matefaenzadark/status/96/nm-adhoc.png +share/icons/matefaenzadark/status/96/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/96/nm-device-wired-secure.png +share/icons/matefaenzadark/status/96/nm-device-wired.png +share/icons/matefaenzadark/status/96/nm-device-wireless.png +share/icons/matefaenzadark/status/96/nm-device-wwan.png +share/icons/matefaenzadark/status/96/nm-no-connection.png +share/icons/matefaenzadark/status/96/nm-secure-lock.png +share/icons/matefaenzadark/status/96/nm-signal-0.png +share/icons/matefaenzadark/status/96/nm-signal-00-secure.png +share/icons/matefaenzadark/status/96/nm-signal-00.png +share/icons/matefaenzadark/status/96/nm-signal-100-secure.png +share/icons/matefaenzadark/status/96/nm-signal-100.png +share/icons/matefaenzadark/status/96/nm-signal-25-secure.png +share/icons/matefaenzadark/status/96/nm-signal-25.png +share/icons/matefaenzadark/status/96/nm-signal-50-secure.png +share/icons/matefaenzadark/status/96/nm-signal-50.png +share/icons/matefaenzadark/status/96/nm-signal-75-secure.png +share/icons/matefaenzadark/status/96/nm-signal-75.png +share/icons/matefaenzadark/status/96/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/96/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/96/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/96/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/96/nm-vpn-lock.png +share/icons/matefaenzadark/status/96/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/96/notification-audio-volume-high.png +share/icons/matefaenzadark/status/96/notification-audio-volume-low.png +share/icons/matefaenzadark/status/96/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/96/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/96/notification-audio-volume-off.png +share/icons/matefaenzadark/status/96/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-000.png +share/icons/matefaenzadark/status/96/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-020.png +share/icons/matefaenzadark/status/96/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-040.png +share/icons/matefaenzadark/status/96/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-060.png +share/icons/matefaenzadark/status/96/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-080.png +share/icons/matefaenzadark/status/96/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-100.png +share/icons/matefaenzadark/status/96/notification-battery-empty.png +share/icons/matefaenzadark/status/96/notification-battery-low.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/96/notification-gsm-full.png +share/icons/matefaenzadark/status/96/notification-gsm-high.png +share/icons/matefaenzadark/status/96/notification-gsm-low.png +share/icons/matefaenzadark/status/96/notification-gsm-medium.png +share/icons/matefaenzadark/status/96/notification-gsm-none.png +share/icons/matefaenzadark/status/96/notification-network-disconnected.png +share/icons/matefaenzadark/status/96/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/96/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/96/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/96/notification-network-wireless-full.png +share/icons/matefaenzadark/status/96/notification-network-wireless-high.png +share/icons/matefaenzadark/status/96/notification-network-wireless-low.png +share/icons/matefaenzadark/status/96/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/96/notification-network-wireless-none.png +share/icons/matefaenzadark/status/96/printer-error.png +share/icons/matefaenzadark/status/96/printer-printing.png +share/icons/matefaenzadark/status/96/skype_away.png +share/icons/matefaenzadark/status/96/skype_dnd.png +share/icons/matefaenzadark/status/96/skype_invisible.png +share/icons/matefaenzadark/status/96/skype_na.png +share/icons/matefaenzadark/status/96/skype_offline.png +share/icons/matefaenzadark/status/96/skype_online.png +share/icons/matefaenzadark/status/96/skype_skypeme.png +share/icons/matefaenzadark/status/96/sound-icon.png +share/icons/matefaenzadark/status/96/status_lock.png +share/icons/matefaenzadark/status/96/stock_appointment-reminder.png +share/icons/matefaenzadark/status/96/stock_dialog-error.png +share/icons/matefaenzadark/status/96/stock_dialog-info.png +share/icons/matefaenzadark/status/96/stock_dialog-question.png +share/icons/matefaenzadark/status/96/stock_dialog-warning.png +share/icons/matefaenzadark/status/96/stock_lock.png +share/icons/matefaenzadark/status/96/stock_trash_full.png +share/icons/matefaenzadark/status/96/stock_volume-0.png +share/icons/matefaenzadark/status/96/stock_volume-max.png +share/icons/matefaenzadark/status/96/stock_volume-med.png +share/icons/matefaenzadark/status/96/stock_volume-min.png +share/icons/matefaenzadark/status/96/stock_volume-mute.png +share/icons/matefaenzadark/status/96/stock_volume.png +share/icons/matefaenzadark/status/96/stock_weather-night-clear.png +share/icons/matefaenzadark/status/96/stock_weather-sunny.png +share/icons/matefaenzadark/status/96/sunny.png +share/icons/matefaenzadark/status/96/system-devices-panel-alert.png +share/icons/matefaenzadark/status/96/system-devices-panel-informations.png +share/icons/matefaenzadark/status/96/system-devices-panel.png +share/icons/matefaenzadark/status/96/trashcan_full.png +share/icons/matefaenzadark/status/96/user-available.png +share/icons/matefaenzadark/status/96/user-away.png +share/icons/matefaenzadark/status/96/user-busy.png +share/icons/matefaenzadark/status/96/user-extended-away.png +share/icons/matefaenzadark/status/96/user-invisible.png +share/icons/matefaenzadark/status/96/user-offline.png +share/icons/matefaenzadark/status/96/user-trash-full.png +share/icons/matefaenzadark/status/96/weather-clear-night-000.png +share/icons/matefaenzadark/status/96/weather-clear-night-010.png +share/icons/matefaenzadark/status/96/weather-clear-night-020.png +share/icons/matefaenzadark/status/96/weather-clear-night-030.png +share/icons/matefaenzadark/status/96/weather-clear-night-040.png +share/icons/matefaenzadark/status/96/weather-clear-night-050.png +share/icons/matefaenzadark/status/96/weather-clear-night-060.png +share/icons/matefaenzadark/status/96/weather-clear-night-070.png +share/icons/matefaenzadark/status/96/weather-clear-night-080.png +share/icons/matefaenzadark/status/96/weather-clear-night-090.png +share/icons/matefaenzadark/status/96/weather-clear-night-100.png +share/icons/matefaenzadark/status/96/weather-clear-night-110.png +share/icons/matefaenzadark/status/96/weather-clear-night-120.png +share/icons/matefaenzadark/status/96/weather-clear-night-130.png +share/icons/matefaenzadark/status/96/weather-clear-night-140.png +share/icons/matefaenzadark/status/96/weather-clear-night-150.png +share/icons/matefaenzadark/status/96/weather-clear-night-160.png +share/icons/matefaenzadark/status/96/weather-clear-night-170.png +share/icons/matefaenzadark/status/96/weather-clear-night-180.png +share/icons/matefaenzadark/status/96/weather-clear-night-190.png +share/icons/matefaenzadark/status/96/weather-clear-night-200.png +share/icons/matefaenzadark/status/96/weather-clear-night-210.png +share/icons/matefaenzadark/status/96/weather-clear-night-220.png +share/icons/matefaenzadark/status/96/weather-clear-night-230.png +share/icons/matefaenzadark/status/96/weather-clear-night-240.png +share/icons/matefaenzadark/status/96/weather-clear-night-250.png +share/icons/matefaenzadark/status/96/weather-clear-night-260.png +share/icons/matefaenzadark/status/96/weather-clear-night-270.png +share/icons/matefaenzadark/status/96/weather-clear-night-280.png +share/icons/matefaenzadark/status/96/weather-clear-night-290.png +share/icons/matefaenzadark/status/96/weather-clear-night-300.png +share/icons/matefaenzadark/status/96/weather-clear-night-310.png +share/icons/matefaenzadark/status/96/weather-clear-night-320.png +share/icons/matefaenzadark/status/96/weather-clear-night-330.png +share/icons/matefaenzadark/status/96/weather-clear-night-340.png +share/icons/matefaenzadark/status/96/weather-clear-night-350.png +share/icons/matefaenzadark/status/96/weather-clear-night.png +share/icons/matefaenzadark/status/96/weather-clear.png +share/icons/matefaenzadark/status/96/weather-clouds-night.png +share/icons/matefaenzadark/status/96/weather-clouds.png +share/icons/matefaenzadark/status/96/weather-few-clouds-night.png +share/icons/matefaenzadark/status/96/weather-few-clouds.png +share/icons/matefaenzadark/status/96/weather-fog.png +share/icons/matefaenzadark/status/96/weather-overcast.png +share/icons/matefaenzadark/status/96/weather-severe-alert.png +share/icons/matefaenzadark/status/96/weather-showers-scattered.png +share/icons/matefaenzadark/status/96/weather-showers.png +share/icons/matefaenzadark/status/96/weather-snow.png +share/icons/matefaenzadark/status/96/weather-storm.png +share/icons/matefaenzadark/status/96/xfce-system-lock.png +share/icons/matefaenzadark/status/96/xfce-trash-full.png +share/icons/matefaenzadark/status/96/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/96/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/96/xfce4-notifyd.png +share/icons/matefaenzadark/status/96/xfce4-weather.png +share/icons/matefaenzadark/status/96/xfm-battery-000.png +share/icons/matefaenzadark/status/96/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/96/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-020.png +share/icons/matefaenzadark/status/96/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-040.png +share/icons/matefaenzadark/status/96/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-060.png +share/icons/matefaenzadark/status/96/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-080.png +share/icons/matefaenzadark/status/96/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-100.png +share/icons/matefaenzadark/status/96/xfpm-battery-charged.png +share/icons/matefaenzadark/status/96/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-000.png +share/icons/matefaenzadark/status/96/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-020.png +share/icons/matefaenzadark/status/96/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-040.png +share/icons/matefaenzadark/status/96/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-060.png +share/icons/matefaenzadark/status/96/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-080.png +share/icons/matefaenzadark/status/96/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-100.png +share/icons/matefaenzadark/status/96/xfpm-primary-charged.png +share/icons/matefaenzadark/status/scalable/appointment-soon.svg +share/icons/matefaenzadark/status/scalable/apport.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-add.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-cleanup.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-delete.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-resolve.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-wait.svg +share/icons/matefaenzadark/status/scalable/audio-volume-high-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-high-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-high.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low-zero-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low.svg +share/icons/matefaenzadark/status/scalable/audio-volume-medium-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-medium-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-medium.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-blocked-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-blocking-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted.svg +share/icons/matefaenzadark/status/scalable/audio-volume-off.svg +share/icons/matefaenzadark/status/scalable/audio-volume-zero-panel.svg +share/icons/matefaenzadark/status/scalable/avatar-default-symbolic.svg +share/icons/matefaenzadark/status/scalable/avatar-default.svg +share/icons/matefaenzadark/status/scalable/battery-000.svg +share/icons/matefaenzadark/status/scalable/battery-caution-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-caution-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-empty-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-empty-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-full-charged-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-full-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-full-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-good-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-good-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-low-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-missing-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery_caution.svg +share/icons/matefaenzadark/status/scalable/battery_charged.svg +share/icons/matefaenzadark/status/scalable/battery_empty.svg +share/icons/matefaenzadark/status/scalable/battery_full.svg +share/icons/matefaenzadark/status/scalable/battery_low.svg +share/icons/matefaenzadark/status/scalable/battery_plugged.svg +share/icons/matefaenzadark/status/scalable/battery_third_fouth.svg +share/icons/matefaenzadark/status/scalable/battery_two_thirds.svg +share/icons/matefaenzadark/status/scalable/blueman-tray.svg +share/icons/matefaenzadark/status/scalable/bluetooth-active-symbolic.svg +share/icons/matefaenzadark/status/scalable/bluetooth-active.svg +share/icons/matefaenzadark/status/scalable/bluetooth-disabled-symbolic.svg +share/icons/matefaenzadark/status/scalable/bluetooth-disabled.svg +share/icons/matefaenzadark/status/scalable/bluetooth-paired.svg +share/icons/matefaenzadark/status/scalable/changes-allow-symbolic.svg +share/icons/matefaenzadark/status/scalable/changes-prevent-symbolic.svg +share/icons/matefaenzadark/status/scalable/connect_creating.svg +share/icons/matefaenzadark/status/scalable/connect_established.svg +share/icons/matefaenzadark/status/scalable/connect_no.svg +share/icons/matefaenzadark/status/scalable/dialog-error-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-error.svg +share/icons/matefaenzadark/status/scalable/dialog-info.svg +share/icons/matefaenzadark/status/scalable/dialog-information-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-information.svg +share/icons/matefaenzadark/status/scalable/dialog-password-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-password.svg +share/icons/matefaenzadark/status/scalable/dialog-question-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-question.svg +share/icons/matefaenzadark/status/scalable/dialog-warning-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-warning.svg +share/icons/matefaenzadark/status/scalable/display-brightness-symbolic.svg +share/icons/matefaenzadark/status/scalable/edittrash.svg +share/icons/matefaenzadark/status/scalable/empathy-available.svg +share/icons/matefaenzadark/status/scalable/empathy-away.svg +share/icons/matefaenzadark/status/scalable/empathy-busy.svg +share/icons/matefaenzadark/status/scalable/empathy-extended-away.svg +share/icons/matefaenzadark/status/scalable/empathy-invisible.svg +share/icons/matefaenzadark/status/scalable/empathy-offline.svg +share/icons/matefaenzadark/status/scalable/error.svg +share/icons/matefaenzadark/status/scalable/exaile-pause.svg +share/icons/matefaenzadark/status/scalable/glipper.svg +share/icons/matefaenzadark/status/scalable/glippy-panel.svg +share/icons/matefaenzadark/status/scalable/gmp-ups-missing.svg +share/icons/matefaenzadark/status/scalable/gnome-dev-wavelan-encrypted.svg +share/icons/matefaenzadark/status/scalable/gnome-fs-trash-full.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-0-24.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-25-49.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-50-74.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-75-100.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-disconn.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-error.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-idle.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-rx.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-tx.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-txrx.svg +share/icons/matefaenzadark/status/scalable/gnome-stock-trash-full.svg +share/icons/matefaenzadark/status/scalable/gpm-ac-adapter.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-000-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-000.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-020-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-020.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-040-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-040.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-060-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-060.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-080-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-080.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-100-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-100.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-charged.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-000-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-000.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-020-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-020.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-040-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-040.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-060-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-060.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-080-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-080.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-100-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-100.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-charged.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-000-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-000.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-020-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-020.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-040-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-040.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-060-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-060.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-080-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-080.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-100-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-100.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-authentication.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-error.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-info.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-question.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-warning.svg +share/icons/matefaenzadark/status/scalable/gtk-missing-image.svg +share/icons/matefaenzadark/status/scalable/ibus-keyboard-glow.svg +share/icons/matefaenzadark/status/scalable/ibus-keyboard.svg +share/icons/matefaenzadark/status/scalable/image-loading.svg +share/icons/matefaenzadark/status/scalable/image-missing.svg +share/icons/matefaenzadark/status/scalable/indicator-messages-new.svg +share/icons/matefaenzadark/status/scalable/indicator-messages.svg +share/icons/matefaenzadark/status/scalable/info.svg +share/icons/matefaenzadark/status/scalable/keyboard-brightness-symbolic.svg +share/icons/matefaenzadark/status/scalable/keys.svg +share/icons/matefaenzadark/status/scalable/krb-expiring-ticket.svg +share/icons/matefaenzadark/status/scalable/krb-no-valid-ticket.svg +share/icons/matefaenzadark/status/scalable/krb-valid-ticket.svg +share/icons/matefaenzadark/status/scalable/locked.svg +share/icons/matefaenzadark/status/scalable/mail-attachment-symbolic.svg +share/icons/matefaenzadark/status/scalable/mail-read-symbolic.svg +share/icons/matefaenzadark/status/scalable/mail-unread-symbolic.svg +share/icons/matefaenzadark/status/scalable/media-playlist-repeat-symbolic.svg +share/icons/matefaenzadark/status/scalable/media-playlist-shuffle-symbolic.svg +share/icons/matefaenzadark/status/scalable/messagebox_critical.svg +share/icons/matefaenzadark/status/scalable/messagebox_info.svg +share/icons/matefaenzadark/status/scalable/messagebox_warning.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-high-symbolic.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-medium-symbolic.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-none-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-3g-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-4g-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-connected-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-edge-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-gprs-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-excellent-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-good-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-none-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-ok-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-weak-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-umts-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-error-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-error.svg +share/icons/matefaenzadark/status/scalable/network-idle.svg +share/icons/matefaenzadark/status/scalable/network-offline-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-offline.svg +share/icons/matefaenzadark/status/scalable/network-receive-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-receive.svg +share/icons/matefaenzadark/status/scalable/network-transmit-receive-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-transmit-receive.svg +share/icons/matefaenzadark/status/scalable/network-transmit-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-transmit.svg +share/icons/matefaenzadark/status/scalable/network-vpn-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-vpn-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wired-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wired-disconnected-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wired-disconnected.svg +share/icons/matefaenzadark/status/scalable/network-wired-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-encrypted-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-encrypted.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-excellent-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-good-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-none-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-ok-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-weak-symbolic.svg +share/icons/matefaenzadark/status/scalable/new-messages-red.svg +share/icons/matefaenzadark/status/scalable/nm-adhoc.svg +share/icons/matefaenzadark/status/scalable/nm-device-wired-autoip.svg +share/icons/matefaenzadark/status/scalable/nm-device-wired-secure.svg +share/icons/matefaenzadark/status/scalable/nm-device-wired.svg +share/icons/matefaenzadark/status/scalable/nm-device-wireless.svg +share/icons/matefaenzadark/status/scalable/nm-device-wwan.svg +share/icons/matefaenzadark/status/scalable/nm-no-connection.svg +share/icons/matefaenzadark/status/scalable/nm-secure-lock.svg +share/icons/matefaenzadark/status/scalable/nm-signal-0.svg +share/icons/matefaenzadark/status/scalable/nm-signal-00-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-00.svg +share/icons/matefaenzadark/status/scalable/nm-signal-100-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-100.svg +share/icons/matefaenzadark/status/scalable/nm-signal-25-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-25.svg +share/icons/matefaenzadark/status/scalable/nm-signal-50-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-50.svg +share/icons/matefaenzadark/status/scalable/nm-signal-75-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-75.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-active-lock.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-connecting12.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-connecting13.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-connecting14.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-lock.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-standalone-lock.svg +share/icons/matefaenzadark/status/scalable/non-starred-symbolic.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-high.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-low.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-medium.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-muted.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-off.svg +share/icons/matefaenzadark/status/scalable/notification-battery-000-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-000.svg +share/icons/matefaenzadark/status/scalable/notification-battery-020-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-020.svg +share/icons/matefaenzadark/status/scalable/notification-battery-040-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-040.svg +share/icons/matefaenzadark/status/scalable/notification-battery-060-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-060.svg +share/icons/matefaenzadark/status/scalable/notification-battery-080-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-080.svg +share/icons/matefaenzadark/status/scalable/notification-battery-100-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-100.svg +share/icons/matefaenzadark/status/scalable/notification-battery-empty.svg +share/icons/matefaenzadark/status/scalable/notification-battery-low.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-000-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-000.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-020-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-020.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-040-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-040.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-060-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-060.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-080-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-080.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-100-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-100.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-charged.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-empty.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-000-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-000.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-020-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-020.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-040-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-040.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-060-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-060.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-080-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-080.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-100-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-100.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-full.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-high.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-low.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-medium.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-none.svg +share/icons/matefaenzadark/status/scalable/notification-network-disconnected.svg +share/icons/matefaenzadark/status/scalable/notification-network-ethernet-connected.svg +share/icons/matefaenzadark/status/scalable/notification-network-ethernet-disconnected.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-disconnected.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-full.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-high.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-low.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-medium.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-none.svg +share/icons/matefaenzadark/status/scalable/printer-error-symbolic.svg +share/icons/matefaenzadark/status/scalable/printer-error.svg +share/icons/matefaenzadark/status/scalable/printer-printing-symbolic.svg +share/icons/matefaenzadark/status/scalable/printer-printing.svg +share/icons/matefaenzadark/status/scalable/printer-warning-symbolic.svg +share/icons/matefaenzadark/status/scalable/security-high-symbolic.svg +share/icons/matefaenzadark/status/scalable/security-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/security-medium-symbolic.svg +share/icons/matefaenzadark/status/scalable/skype_away.svg +share/icons/matefaenzadark/status/scalable/skype_dnd.svg +share/icons/matefaenzadark/status/scalable/skype_invisible.svg +share/icons/matefaenzadark/status/scalable/skype_na.svg +share/icons/matefaenzadark/status/scalable/skype_offline.svg +share/icons/matefaenzadark/status/scalable/skype_online.svg +share/icons/matefaenzadark/status/scalable/skype_skypeme.svg +share/icons/matefaenzadark/status/scalable/software-update-available-symbolic.svg +share/icons/matefaenzadark/status/scalable/software-update-urgent-symbolic.svg +share/icons/matefaenzadark/status/scalable/sound-icon.svg +share/icons/matefaenzadark/status/scalable/starred-symbolic.svg +share/icons/matefaenzadark/status/scalable/status_lock.svg +share/icons/matefaenzadark/status/scalable/stock_appointment-reminder.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-error.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-info.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-question.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-warning.svg +share/icons/matefaenzadark/status/scalable/stock_lock.svg +share/icons/matefaenzadark/status/scalable/stock_trash_full.svg +share/icons/matefaenzadark/status/scalable/stock_volume-0.svg +share/icons/matefaenzadark/status/scalable/stock_volume-max.svg +share/icons/matefaenzadark/status/scalable/stock_volume-med.svg +share/icons/matefaenzadark/status/scalable/stock_volume-min.svg +share/icons/matefaenzadark/status/scalable/stock_volume-mute.svg +share/icons/matefaenzadark/status/scalable/stock_volume.svg +share/icons/matefaenzadark/status/scalable/stock_weather-night-clear.svg +share/icons/matefaenzadark/status/scalable/stock_weather-sunny.svg +share/icons/matefaenzadark/status/scalable/sunny.svg +share/icons/matefaenzadark/status/scalable/system-devices-panel-alert.svg +share/icons/matefaenzadark/status/scalable/system-devices-panel-informations.svg +share/icons/matefaenzadark/status/scalable/system-devices-panel.svg +share/icons/matefaenzadark/status/scalable/trashcan_full.svg +share/icons/matefaenzadark/status/scalable/user-available-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-available.svg +share/icons/matefaenzadark/status/scalable/user-away-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-away.svg +share/icons/matefaenzadark/status/scalable/user-busy-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-busy.svg +share/icons/matefaenzadark/status/scalable/user-extended-away.svg +share/icons/matefaenzadark/status/scalable/user-idle-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-invisible-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-invisible.svg +share/icons/matefaenzadark/status/scalable/user-offline-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-offline.svg +share/icons/matefaenzadark/status/scalable/user-trash-full.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-000.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-010.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-020.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-030.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-040.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-050.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-060.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-070.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-080.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-090.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-100.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-110.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-120.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-130.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-140.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-150.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-160.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-170.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-180.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-190.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-200.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-210.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-220.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-230.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-240.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-250.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-260.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-270.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-280.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-290.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-300.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-310.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-320.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-330.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-340.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-350.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night.svg +share/icons/matefaenzadark/status/scalable/weather-clear-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clear.svg +share/icons/matefaenzadark/status/scalable/weather-clouds-night-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clouds-night.svg +share/icons/matefaenzadark/status/scalable/weather-clouds-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clouds.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds-night-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds-night.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds.svg +share/icons/matefaenzadark/status/scalable/weather-fog-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-fog.svg +share/icons/matefaenzadark/status/scalable/weather-overcast-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-overcast.svg +share/icons/matefaenzadark/status/scalable/weather-severe-alert-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-severe-alert.svg +share/icons/matefaenzadark/status/scalable/weather-showers-scattered-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-showers-scattered.svg +share/icons/matefaenzadark/status/scalable/weather-showers-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-showers.svg +share/icons/matefaenzadark/status/scalable/weather-snow-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-snow.svg +share/icons/matefaenzadark/status/scalable/weather-storm-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-storm.svg +share/icons/matefaenzadark/status/scalable/xfce-system-lock.svg +share/icons/matefaenzadark/status/scalable/xfce-trash-full.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-muted.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-no-muted.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-high.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-low-medium.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-low.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-medium.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-muted.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-ultra-low.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-very-high.svg +share/icons/matefaenzadark/status/scalable/xfce4-notifyd.svg +share/icons/matefaenzadark/status/scalable/xfce4-weather.svg +share/icons/matefaenzadark/status/scalable/xfm-battery-000.svg +share/icons/matefaenzadark/status/scalable/xfpm-ac-adapter.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-000-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-020-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-020.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-040-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-040.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-060-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-060.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-080-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-080.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-100-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-100.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-charged.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-000-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-000.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-020-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-020.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-040-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-040.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-060-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-060.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-080-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-080.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-100-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-100.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-charged.svg +share/icons/matefaenzadark/stock/16/avatar-default.png +share/icons/matefaenzadark/stock/16/stock_connect.png +share/icons/matefaenzadark/stock/16/stock_disconnect.png +share/icons/matefaenzadark/stock/16/stock_new-meeting.png +share/icons/matefaenzadark/stock/16/stock_people.png +share/icons/matefaenzadark/stock/16/stock_person-panel.png +share/icons/matefaenzadark/stock/16/stock_person.png +share/icons/matefaenzadark/stock/16/stock_text-monospaced.png +share/icons/matefaenzadark/stock/22/avatar-default.png +share/icons/matefaenzadark/stock/22/stock_connect.png +share/icons/matefaenzadark/stock/22/stock_disconnect.png +share/icons/matefaenzadark/stock/22/stock_new-meeting.png +share/icons/matefaenzadark/stock/22/stock_people.png +share/icons/matefaenzadark/stock/22/stock_person-panel.png +share/icons/matefaenzadark/stock/22/stock_person.png +share/icons/matefaenzadark/stock/22/stock_text-monospaced.png +share/icons/matefaenzadark/stock/24/avatar-default.png +share/icons/matefaenzadark/stock/24/stock_connect.png +share/icons/matefaenzadark/stock/24/stock_disconnect.png +share/icons/matefaenzadark/stock/24/stock_new-meeting.png +share/icons/matefaenzadark/stock/24/stock_people.png +share/icons/matefaenzadark/stock/24/stock_person-panel.png +share/icons/matefaenzadark/stock/24/stock_person.png +share/icons/matefaenzadark/stock/24/stock_text-monospaced.png +share/icons/matefaenzagray/apps/16/boot.png +share/icons/matefaenzagray/apps/16/browser-help.png +share/icons/matefaenzagray/apps/16/ejecter.png +share/icons/matefaenzagray/apps/16/gnochm.png +share/icons/matefaenzagray/apps/16/gnome-about-logo.png +share/icons/matefaenzagray/apps/16/gnome-help.png +share/icons/matefaenzagray/apps/16/gnome-log-out.png +share/icons/matefaenzagray/apps/16/gnome-logo-icon-transparent.png +share/icons/matefaenzagray/apps/16/gnome-logout.png +share/icons/matefaenzagray/apps/16/gnome-session-halt.png +share/icons/matefaenzagray/apps/16/gnome-session-hibernate.png +share/icons/matefaenzagray/apps/16/gnome-session-logout.png +share/icons/matefaenzagray/apps/16/gnome-session-reboot.png +share/icons/matefaenzagray/apps/16/gnome-session-sleep.png +share/icons/matefaenzagray/apps/16/gnome-session-suspend.png +share/icons/matefaenzagray/apps/16/gnome-session-switch.png +share/icons/matefaenzagray/apps/16/gnome-shutdown.png +share/icons/matefaenzagray/apps/16/gnome-unknown.png +share/icons/matefaenzagray/apps/16/gtk-help.png +share/icons/matefaenzagray/apps/16/help-browser.png +share/icons/matefaenzagray/apps/16/help.png +share/icons/matefaenzagray/apps/16/khelpcenter.png +share/icons/matefaenzagray/apps/16/sleep.png +share/icons/matefaenzagray/apps/16/stock_help.png +share/icons/matefaenzagray/apps/16/stock_unknown.png +share/icons/matefaenzagray/apps/16/susehelpcenter.png +share/icons/matefaenzagray/apps/16/system-hibernate.png +share/icons/matefaenzagray/apps/16/system-restart.png +share/icons/matefaenzagray/apps/16/system-shut-down.png +share/icons/matefaenzagray/apps/16/system-suspend-hibernate.png +share/icons/matefaenzagray/apps/16/system-suspend.png +share/icons/matefaenzagray/apps/16/system-switch-user.png +share/icons/matefaenzagray/apps/16/un-reboot.png +share/icons/matefaenzagray/apps/16/xfce-man.png +share/icons/matefaenzagray/apps/16/xfce_unknown.png +share/icons/matefaenzagray/apps/16/xfsm-hibernate.png +share/icons/matefaenzagray/apps/16/xfsm-logout.png +share/icons/matefaenzagray/apps/16/xfsm-reboot.png +share/icons/matefaenzagray/apps/16/xfsm-shutdown.png +share/icons/matefaenzagray/apps/16/xfsm-suspend.png +share/icons/matefaenzagray/apps/16/xfsm-switch.png +share/icons/matefaenzagray/apps/22/boot.png +share/icons/matefaenzagray/apps/22/ejecter.png +share/icons/matefaenzagray/apps/22/gnome-log-out.png +share/icons/matefaenzagray/apps/22/gnome-logout.png +share/icons/matefaenzagray/apps/22/gnome-session-halt.png +share/icons/matefaenzagray/apps/22/gnome-session-hibernate.png +share/icons/matefaenzagray/apps/22/gnome-session-logout.png +share/icons/matefaenzagray/apps/22/gnome-session-reboot.png +share/icons/matefaenzagray/apps/22/gnome-session-sleep.png +share/icons/matefaenzagray/apps/22/gnome-session-suspend.png +share/icons/matefaenzagray/apps/22/gnome-session-switch.png +share/icons/matefaenzagray/apps/22/gnome-shutdown.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting01.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting02.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting03.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting04.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting05.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting06.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting07.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting08.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting09.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting10.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting11.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting01.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting02.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting03.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting04.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting05.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting06.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting07.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting08.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting09.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting10.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting11.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting01.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting02.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting03.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting04.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting05.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting06.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting07.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting08.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting09.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting10.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting11.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting01.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting02.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting03.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting04.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting05.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting06.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting07.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting08.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting09.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting10.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting11.png +share/icons/matefaenzagray/apps/22/sleep.png +share/icons/matefaenzagray/apps/22/system-hibernate.png +share/icons/matefaenzagray/apps/22/system-restart.png +share/icons/matefaenzagray/apps/22/system-shut-down.png +share/icons/matefaenzagray/apps/22/system-suspend-hibernate.png +share/icons/matefaenzagray/apps/22/system-suspend.png +share/icons/matefaenzagray/apps/22/system-switch-user.png +share/icons/matefaenzagray/apps/22/un-reboot.png +share/icons/matefaenzagray/apps/22/xfsm-hibernate.png +share/icons/matefaenzagray/apps/22/xfsm-logout.png +share/icons/matefaenzagray/apps/22/xfsm-reboot.png +share/icons/matefaenzagray/apps/22/xfsm-shutdown.png +share/icons/matefaenzagray/apps/22/xfsm-suspend.png +share/icons/matefaenzagray/apps/22/xfsm-switch.png +share/icons/matefaenzagray/apps/24/boot.png +share/icons/matefaenzagray/apps/24/ejecter.png +share/icons/matefaenzagray/apps/24/gnome-log-out.png +share/icons/matefaenzagray/apps/24/gnome-logout.png +share/icons/matefaenzagray/apps/24/gnome-session-halt.png +share/icons/matefaenzagray/apps/24/gnome-session-hibernate.png +share/icons/matefaenzagray/apps/24/gnome-session-logout.png +share/icons/matefaenzagray/apps/24/gnome-session-reboot.png +share/icons/matefaenzagray/apps/24/gnome-session-sleep.png +share/icons/matefaenzagray/apps/24/gnome-session-suspend.png +share/icons/matefaenzagray/apps/24/gnome-session-switch.png +share/icons/matefaenzagray/apps/24/gnome-shutdown.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting01.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting02.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting03.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting04.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting05.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting06.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting07.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting08.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting09.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting10.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting11.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting01.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting02.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting03.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting04.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting05.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting06.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting07.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting08.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting09.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting10.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting11.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting01.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting02.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting03.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting04.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting05.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting06.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting07.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting08.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting09.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting10.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting11.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting01.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting02.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting03.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting04.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting05.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting06.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting07.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting08.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting09.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting10.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting11.png +share/icons/matefaenzagray/apps/24/sleep.png +share/icons/matefaenzagray/apps/24/system-hibernate.png +share/icons/matefaenzagray/apps/24/system-restart.png +share/icons/matefaenzagray/apps/24/system-shut-down.png +share/icons/matefaenzagray/apps/24/system-suspend-hibernate.png +share/icons/matefaenzagray/apps/24/system-suspend.png +share/icons/matefaenzagray/apps/24/system-switch-user.png +share/icons/matefaenzagray/apps/24/un-reboot.png +share/icons/matefaenzagray/apps/24/xfsm-hibernate.png +share/icons/matefaenzagray/apps/24/xfsm-logout.png +share/icons/matefaenzagray/apps/24/xfsm-reboot.png +share/icons/matefaenzagray/apps/24/xfsm-shutdown.png +share/icons/matefaenzagray/apps/24/xfsm-suspend.png +share/icons/matefaenzagray/apps/24/xfsm-switch.png +share/icons/matefaenzagray/categories/16/applications-astronomy.png +share/icons/matefaenzagray/categories/22/applications-astronomy.png +share/icons/matefaenzagray/categories/24/applications-astronomy.png +share/icons/matefaenzagray/devices/22/keyboard.png +share/icons/matefaenzagray/devices/24/keyboard.png +share/icons/matefaenzagray/extras/deadbeef/pixmaps/play_24.png +share/icons/matefaenzagray/extras/keepassx/icons/keepassx.png +share/icons/matefaenzagray/extras/lastfm/icons/user_black22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_blue22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_green22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_orange22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_red22.png +share/icons/matefaenzagray/extras/liferea/pixmaps/available.png +share/icons/matefaenzagray/extras/liferea/pixmaps/available_offline.png +share/icons/matefaenzagray/extras/liferea/pixmaps/empty.png +share/icons/matefaenzagray/extras/liferea/pixmaps/empty_offline.png +share/icons/matefaenzagray/extras/pixmaps/guake/guake-tray.png +share/icons/matefaenzagray/extras/radiotray/images/radiotray_connecting.png +share/icons/matefaenzagray/extras/radiotray/images/radiotray_off.png +share/icons/matefaenzagray/extras/radiotray/images/radiotray_on.png +share/icons/matefaenzagray/index.theme +share/icons/matefaenzagray/places/22/start-here-archlinux.png +share/icons/matefaenzagray/places/22/start-here-debian.png +share/icons/matefaenzagray/places/22/start-here-fedora.png +share/icons/matefaenzagray/places/22/start-here-frugalware.png +share/icons/matefaenzagray/places/22/start-here-gentoo.png +share/icons/matefaenzagray/places/22/start-here-gnome.png +share/icons/matefaenzagray/places/22/start-here-linux-mint.png +share/icons/matefaenzagray/places/22/start-here-mandriva.png +share/icons/matefaenzagray/places/22/start-here-mate.png +share/icons/matefaenzagray/places/22/start-here-opensuse.png +share/icons/matefaenzagray/places/22/start-here-slackware.png +share/icons/matefaenzagray/places/22/start-here-ubuntu.png +share/icons/matefaenzagray/places/22/start-here.png +share/icons/matefaenzagray/places/24/start-here-archlinux.png +share/icons/matefaenzagray/places/24/start-here-debian.png +share/icons/matefaenzagray/places/24/start-here-fedora.png +share/icons/matefaenzagray/places/24/start-here-frugalware.png +share/icons/matefaenzagray/places/24/start-here-gentoo.png +share/icons/matefaenzagray/places/24/start-here-gnome.png +share/icons/matefaenzagray/places/24/start-here-linux-mint.png +share/icons/matefaenzagray/places/24/start-here-mandriva.png +share/icons/matefaenzagray/places/24/start-here-mate.png +share/icons/matefaenzagray/places/24/start-here-opensuse.png +share/icons/matefaenzagray/places/24/start-here-slackware.png +share/icons/matefaenzagray/places/24/start-here-ubuntu.png +share/icons/matefaenzagray/places/24/start-here.png +share/icons/matefaenzagray/status/16/audio-volume-high-panel.png +share/icons/matefaenzagray/status/16/audio-volume-high.png +share/icons/matefaenzagray/status/16/audio-volume-low-panel.png +share/icons/matefaenzagray/status/16/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/16/audio-volume-low.png +share/icons/matefaenzagray/status/16/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/16/audio-volume-medium.png +share/icons/matefaenzagray/status/16/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/16/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/16/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/16/audio-volume-muted.png +share/icons/matefaenzagray/status/16/audio-volume-off.png +share/icons/matefaenzagray/status/16/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/16/banshee-panel.png +share/icons/matefaenzagray/status/16/busy.png +share/icons/matefaenzagray/status/16/busy2.png +share/icons/matefaenzagray/status/16/connect_creating.png +share/icons/matefaenzagray/status/16/connect_established.png +share/icons/matefaenzagray/status/16/connect_no.png +share/icons/matefaenzagray/status/16/dialog-error.png +share/icons/matefaenzagray/status/16/dialog-info.png +share/icons/matefaenzagray/status/16/dialog-information.png +share/icons/matefaenzagray/status/16/dialog-password.png +share/icons/matefaenzagray/status/16/dialog-question.png +share/icons/matefaenzagray/status/16/dialog-warning.png +share/icons/matefaenzagray/status/16/dropboxstatus-busy.png +share/icons/matefaenzagray/status/16/dropboxstatus-busy2.png +share/icons/matefaenzagray/status/16/dropboxstatus-idle.png +share/icons/matefaenzagray/status/16/dropboxstatus-logo.png +share/icons/matefaenzagray/status/16/dropboxstatus-x.png +share/icons/matefaenzagray/status/16/empathy-available.png +share/icons/matefaenzagray/status/16/empathy-away.png +share/icons/matefaenzagray/status/16/empathy-busy.png +share/icons/matefaenzagray/status/16/empathy-extended-away.png +share/icons/matefaenzagray/status/16/empathy-invisible.png +share/icons/matefaenzagray/status/16/empathy-offline.png +share/icons/matefaenzagray/status/16/error.png +share/icons/matefaenzagray/status/16/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/16/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/16/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/16/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/16/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/16/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/16/gnome-netstatus-error.png +share/icons/matefaenzagray/status/16/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/16/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/16/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/16/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/16/gsm-3g-full-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-full.png +share/icons/matefaenzagray/status/16/gsm-3g-high-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-high.png +share/icons/matefaenzagray/status/16/gsm-3g-low-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-low.png +share/icons/matefaenzagray/status/16/gsm-3g-medium-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-medium.png +share/icons/matefaenzagray/status/16/gsm-3g-none-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-none.png +share/icons/matefaenzagray/status/16/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/16/gtk-dialog-warning.png +share/icons/matefaenzagray/status/16/haguichi-connected.png +share/icons/matefaenzagray/status/16/haguichi-connecting-1.png +share/icons/matefaenzagray/status/16/haguichi-connecting-2.png +share/icons/matefaenzagray/status/16/haguichi-connecting-3.png +share/icons/matefaenzagray/status/16/haguichi-disconnected.png +share/icons/matefaenzagray/status/16/idle.png +share/icons/matefaenzagray/status/16/info.png +share/icons/matefaenzagray/status/16/keys.png +share/icons/matefaenzagray/status/16/locked.png +share/icons/matefaenzagray/status/16/logo.png +share/icons/matefaenzagray/status/16/media-player-banshee-buffering.png +share/icons/matefaenzagray/status/16/media-player-banshee-panel.png +share/icons/matefaenzagray/status/16/media-player-banshee-stopped.png +share/icons/matefaenzagray/status/16/network-error.png +share/icons/matefaenzagray/status/16/network-idle.png +share/icons/matefaenzagray/status/16/network-offline.png +share/icons/matefaenzagray/status/16/network-receive.png +share/icons/matefaenzagray/status/16/network-transmit-receive.png +share/icons/matefaenzagray/status/16/network-transmit.png +share/icons/matefaenzagray/status/16/network-wired-disconnected.png +share/icons/matefaenzagray/status/16/network-wireless-encrypted.png +share/icons/matefaenzagray/status/16/nm-adhoc.png +share/icons/matefaenzagray/status/16/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/16/nm-device-wired-secure.png +share/icons/matefaenzagray/status/16/nm-device-wired.png +share/icons/matefaenzagray/status/16/nm-device-wireless.png +share/icons/matefaenzagray/status/16/nm-device-wwan.png +share/icons/matefaenzagray/status/16/nm-no-connection.png +share/icons/matefaenzagray/status/16/nm-signal-0.png +share/icons/matefaenzagray/status/16/nm-signal-00-secure.png +share/icons/matefaenzagray/status/16/nm-signal-00.png +share/icons/matefaenzagray/status/16/nm-signal-100-secure.png +share/icons/matefaenzagray/status/16/nm-signal-100.png +share/icons/matefaenzagray/status/16/nm-signal-25-secure.png +share/icons/matefaenzagray/status/16/nm-signal-25.png +share/icons/matefaenzagray/status/16/nm-signal-50-secure.png +share/icons/matefaenzagray/status/16/nm-signal-50.png +share/icons/matefaenzagray/status/16/nm-signal-75-secure.png +share/icons/matefaenzagray/status/16/nm-signal-75.png +share/icons/matefaenzagray/status/16/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/16/notification-audio-volume-high.png +share/icons/matefaenzagray/status/16/notification-audio-volume-low.png +share/icons/matefaenzagray/status/16/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/16/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/16/notification-audio-volume-off.png +share/icons/matefaenzagray/status/16/rhythmbox-notplaying.png +share/icons/matefaenzagray/status/16/rhythmbox-panel.png +share/icons/matefaenzagray/status/16/sound-icon.png +share/icons/matefaenzagray/status/16/status_lock.png +share/icons/matefaenzagray/status/16/stock_lock.png +share/icons/matefaenzagray/status/16/stock_volume-0.png +share/icons/matefaenzagray/status/16/stock_volume-max.png +share/icons/matefaenzagray/status/16/stock_volume-med.png +share/icons/matefaenzagray/status/16/stock_volume-min.png +share/icons/matefaenzagray/status/16/stock_volume-mute.png +share/icons/matefaenzagray/status/16/stock_volume.png +share/icons/matefaenzagray/status/16/stock_weather-night-clear.png +share/icons/matefaenzagray/status/16/stock_weather-sunny.png +share/icons/matefaenzagray/status/16/sunny.png +share/icons/matefaenzagray/status/16/tray-away.png +share/icons/matefaenzagray/status/16/tray-busy.png +share/icons/matefaenzagray/status/16/tray-extended-away.png +share/icons/matefaenzagray/status/16/tray-offline.png +share/icons/matefaenzagray/status/16/tray-online.png +share/icons/matefaenzagray/status/16/user-available-panel.png +share/icons/matefaenzagray/status/16/user-available.png +share/icons/matefaenzagray/status/16/user-away-panel.png +share/icons/matefaenzagray/status/16/user-away.png +share/icons/matefaenzagray/status/16/user-busy-panel.png +share/icons/matefaenzagray/status/16/user-busy.png +share/icons/matefaenzagray/status/16/user-idle-panel.png +share/icons/matefaenzagray/status/16/user-idle.png +share/icons/matefaenzagray/status/16/user-invisible-panel.png +share/icons/matefaenzagray/status/16/user-invisible.png +share/icons/matefaenzagray/status/16/user-offline-panel.png +share/icons/matefaenzagray/status/16/user-offline.png +share/icons/matefaenzagray/status/16/weather-clear-night-000.png +share/icons/matefaenzagray/status/16/weather-clear-night-010.png +share/icons/matefaenzagray/status/16/weather-clear-night-020.png +share/icons/matefaenzagray/status/16/weather-clear-night-030.png +share/icons/matefaenzagray/status/16/weather-clear-night-040.png +share/icons/matefaenzagray/status/16/weather-clear-night-050.png +share/icons/matefaenzagray/status/16/weather-clear-night-060.png +share/icons/matefaenzagray/status/16/weather-clear-night-070.png +share/icons/matefaenzagray/status/16/weather-clear-night-080.png +share/icons/matefaenzagray/status/16/weather-clear-night-090.png +share/icons/matefaenzagray/status/16/weather-clear-night-100.png +share/icons/matefaenzagray/status/16/weather-clear-night-110.png +share/icons/matefaenzagray/status/16/weather-clear-night-120.png +share/icons/matefaenzagray/status/16/weather-clear-night-130.png +share/icons/matefaenzagray/status/16/weather-clear-night-140.png +share/icons/matefaenzagray/status/16/weather-clear-night-150.png +share/icons/matefaenzagray/status/16/weather-clear-night-160.png +share/icons/matefaenzagray/status/16/weather-clear-night-170.png +share/icons/matefaenzagray/status/16/weather-clear-night-180.png +share/icons/matefaenzagray/status/16/weather-clear-night-190.png +share/icons/matefaenzagray/status/16/weather-clear-night-200.png +share/icons/matefaenzagray/status/16/weather-clear-night-210.png +share/icons/matefaenzagray/status/16/weather-clear-night-220.png +share/icons/matefaenzagray/status/16/weather-clear-night-230.png +share/icons/matefaenzagray/status/16/weather-clear-night-240.png +share/icons/matefaenzagray/status/16/weather-clear-night-250.png +share/icons/matefaenzagray/status/16/weather-clear-night-260.png +share/icons/matefaenzagray/status/16/weather-clear-night-270.png +share/icons/matefaenzagray/status/16/weather-clear-night-280.png +share/icons/matefaenzagray/status/16/weather-clear-night-290.png +share/icons/matefaenzagray/status/16/weather-clear-night-300.png +share/icons/matefaenzagray/status/16/weather-clear-night-310.png +share/icons/matefaenzagray/status/16/weather-clear-night-320.png +share/icons/matefaenzagray/status/16/weather-clear-night-330.png +share/icons/matefaenzagray/status/16/weather-clear-night-340.png +share/icons/matefaenzagray/status/16/weather-clear-night-350.png +share/icons/matefaenzagray/status/16/weather-clear-night.png +share/icons/matefaenzagray/status/16/weather-clear.png +share/icons/matefaenzagray/status/16/weather-clouds-night.png +share/icons/matefaenzagray/status/16/weather-clouds.png +share/icons/matefaenzagray/status/16/weather-few-clouds-night.png +share/icons/matefaenzagray/status/16/weather-few-clouds.png +share/icons/matefaenzagray/status/16/weather-fog.png +share/icons/matefaenzagray/status/16/weather-overcast.png +share/icons/matefaenzagray/status/16/weather-severe-alert.png +share/icons/matefaenzagray/status/16/weather-showers-scattered.png +share/icons/matefaenzagray/status/16/weather-showers.png +share/icons/matefaenzagray/status/16/weather-snow.png +share/icons/matefaenzagray/status/16/weather-storm.png +share/icons/matefaenzagray/status/16/x.png +share/icons/matefaenzagray/status/16/x.xpm +share/icons/matefaenzagray/status/16/xfce-system-lock.png +share/icons/matefaenzagray/status/16/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/16/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/16/xfce4-weather.png +share/icons/matefaenzagray/status/22/appointment-missed.png +share/icons/matefaenzagray/status/22/appointment-soon.png +share/icons/matefaenzagray/status/22/apport.png +share/icons/matefaenzagray/status/22/audacious-panel.png +share/icons/matefaenzagray/status/22/audio-volume-high-panel.png +share/icons/matefaenzagray/status/22/audio-volume-high.png +share/icons/matefaenzagray/status/22/audio-volume-low-panel.png +share/icons/matefaenzagray/status/22/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/22/audio-volume-low.png +share/icons/matefaenzagray/status/22/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/22/audio-volume-medium.png +share/icons/matefaenzagray/status/22/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/22/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/22/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/22/audio-volume-muted.png +share/icons/matefaenzagray/status/22/audio-volume-off.png +share/icons/matefaenzagray/status/22/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/22/avatar-default.png +share/icons/matefaenzagray/status/22/banshee-panel.png +share/icons/matefaenzagray/status/22/battery-000.png +share/icons/matefaenzagray/status/22/battery_caution.png +share/icons/matefaenzagray/status/22/battery_charged.png +share/icons/matefaenzagray/status/22/battery_empty.png +share/icons/matefaenzagray/status/22/battery_full.png +share/icons/matefaenzagray/status/22/battery_low.png +share/icons/matefaenzagray/status/22/battery_plugged.png +share/icons/matefaenzagray/status/22/battery_third_fouth.png +share/icons/matefaenzagray/status/22/battery_two_thirds.png +share/icons/matefaenzagray/status/22/blank.png +share/icons/matefaenzagray/status/22/blueman-tray.png +share/icons/matefaenzagray/status/22/bluetooth-active.png +share/icons/matefaenzagray/status/22/bluetooth-disabled.png +share/icons/matefaenzagray/status/22/bluetooth-paired.png +share/icons/matefaenzagray/status/22/busy.png +share/icons/matefaenzagray/status/22/busy2.png +share/icons/matefaenzagray/status/22/caffeine-cup-empty.png +share/icons/matefaenzagray/status/22/caffeine-cup-full.png +share/icons/matefaenzagray/status/22/connect_creating.png +share/icons/matefaenzagray/status/22/connect_established.png +share/icons/matefaenzagray/status/22/connect_no.png +share/icons/matefaenzagray/status/22/covergloobus-panel.png +share/icons/matefaenzagray/status/22/dcpp-32.png +share/icons/matefaenzagray/status/22/dcpp-panel.png +share/icons/matefaenzagray/status/22/deadbeef-tray-icon.png +share/icons/matefaenzagray/status/22/deluge-panel.png +share/icons/matefaenzagray/status/22/deluge-torrent-panel.png +share/icons/matefaenzagray/status/22/dialog-error.png +share/icons/matefaenzagray/status/22/dialog-info.png +share/icons/matefaenzagray/status/22/dialog-information.png +share/icons/matefaenzagray/status/22/dialog-question.png +share/icons/matefaenzagray/status/22/dialog-warning.png +share/icons/matefaenzagray/status/22/dropboxstatus-blank.png +share/icons/matefaenzagray/status/22/dropboxstatus-busy.png +share/icons/matefaenzagray/status/22/dropboxstatus-busy2.png +share/icons/matefaenzagray/status/22/dropboxstatus-idle.png +share/icons/matefaenzagray/status/22/dropboxstatus-logo.png +share/icons/matefaenzagray/status/22/dropboxstatus-x.png +share/icons/matefaenzagray/status/22/edittrash.png +share/icons/matefaenzagray/status/22/empathy-available.png +share/icons/matefaenzagray/status/22/empathy-away.png +share/icons/matefaenzagray/status/22/empathy-busy.png +share/icons/matefaenzagray/status/22/empathy-extended-away.png +share/icons/matefaenzagray/status/22/empathy-invisible.png +share/icons/matefaenzagray/status/22/empathy-offline.png +share/icons/matefaenzagray/status/22/error.png +share/icons/matefaenzagray/status/22/exaile-panel.png +share/icons/matefaenzagray/status/22/exaile-pause.png +share/icons/matefaenzagray/status/22/exaile-play.png +share/icons/matefaenzagray/status/22/fusion-icon-panel.png +share/icons/matefaenzagray/status/22/fusion-icon-symbolic.png +share/icons/matefaenzagray/status/22/glipper.png +share/icons/matefaenzagray/status/22/glippy-panel.png +share/icons/matefaenzagray/status/22/gmp-ups-missing.png +share/icons/matefaenzagray/status/22/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/22/gnome-do-icon.png +share/icons/matefaenzagray/status/22/gnome-do-panel.png +share/icons/matefaenzagray/status/22/gnome-do-symbolic.png +share/icons/matefaenzagray/status/22/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/22/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/22/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/22/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/22/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/22/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/22/gnome-netstatus-error.png +share/icons/matefaenzagray/status/22/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/22/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/22/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/22/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/22/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/22/goldendict-panel.png +share/icons/matefaenzagray/status/22/gpm-ac-adapter.png +share/icons/matefaenzagray/status/22/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-000.png +share/icons/matefaenzagray/status/22/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-020.png +share/icons/matefaenzagray/status/22/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-040.png +share/icons/matefaenzagray/status/22/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-060.png +share/icons/matefaenzagray/status/22/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-080.png +share/icons/matefaenzagray/status/22/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-100.png +share/icons/matefaenzagray/status/22/gpm-battery-charged.png +share/icons/matefaenzagray/status/22/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-000.png +share/icons/matefaenzagray/status/22/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-020.png +share/icons/matefaenzagray/status/22/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-040.png +share/icons/matefaenzagray/status/22/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-060.png +share/icons/matefaenzagray/status/22/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-080.png +share/icons/matefaenzagray/status/22/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-100.png +share/icons/matefaenzagray/status/22/gpm-primary-charged.png +share/icons/matefaenzagray/status/22/gpm-primary-missing.png +share/icons/matefaenzagray/status/22/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-000.png +share/icons/matefaenzagray/status/22/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-020.png +share/icons/matefaenzagray/status/22/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-040.png +share/icons/matefaenzagray/status/22/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-060.png +share/icons/matefaenzagray/status/22/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-080.png +share/icons/matefaenzagray/status/22/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-100.png +share/icons/matefaenzagray/status/22/gsm-3g-full-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-full.png +share/icons/matefaenzagray/status/22/gsm-3g-high-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-high.png +share/icons/matefaenzagray/status/22/gsm-3g-low-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-low.png +share/icons/matefaenzagray/status/22/gsm-3g-medium-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-medium.png +share/icons/matefaenzagray/status/22/gsm-3g-none-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-none.png +share/icons/matefaenzagray/status/22/gtg-panel.png +share/icons/matefaenzagray/status/22/gtk-dialog-authentication-panel.png +share/icons/matefaenzagray/status/22/gtk-dialog-error.png +share/icons/matefaenzagray/status/22/gtk-dialog-info.png +share/icons/matefaenzagray/status/22/gtk-dialog-question.png +share/icons/matefaenzagray/status/22/gtk-dialog-warning-panel.png +share/icons/matefaenzagray/status/22/gtk-dialog-warning.png +share/icons/matefaenzagray/status/22/guake-tray.png +share/icons/matefaenzagray/status/22/haguichi-connected.png +share/icons/matefaenzagray/status/22/haguichi-connecting-1.png +share/icons/matefaenzagray/status/22/haguichi-connecting-2.png +share/icons/matefaenzagray/status/22/haguichi-connecting-3.png +share/icons/matefaenzagray/status/22/haguichi-disconnected.png +share/icons/matefaenzagray/status/22/ibus-keyboard.png +share/icons/matefaenzagray/status/22/ibus-panel.png +share/icons/matefaenzagray/status/22/idle.png +share/icons/matefaenzagray/status/22/im-message-new.png +share/icons/matefaenzagray/status/22/indicator-messages-new.png +share/icons/matefaenzagray/status/22/indicator-messages.png +share/icons/matefaenzagray/status/22/info.png +share/icons/matefaenzagray/status/22/jdownloader-panel.png +share/icons/matefaenzagray/status/22/keepassx-panel.png +share/icons/matefaenzagray/status/22/keys.png +share/icons/matefaenzagray/status/22/krb-expiring-ticket.png +share/icons/matefaenzagray/status/22/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/22/krb-valid-ticket.png +share/icons/matefaenzagray/status/22/kupfer-panel.png +share/icons/matefaenzagray/status/22/lastfm-panel.png +share/icons/matefaenzagray/status/22/locked.png +share/icons/matefaenzagray/status/22/locked.xpm +share/icons/matefaenzagray/status/22/logo.png +share/icons/matefaenzagray/status/22/me-tv-panel.png +share/icons/matefaenzagray/status/22/media-player-banshee-buffering.png +share/icons/matefaenzagray/status/22/media-player-banshee-panel.png +share/icons/matefaenzagray/status/22/media-player-banshee-stopped.png +share/icons/matefaenzagray/status/22/messagebox_critical.png +share/icons/matefaenzagray/status/22/messagebox_info.png +share/icons/matefaenzagray/status/22/messagebox_warning.png +share/icons/matefaenzagray/status/22/nautilus-progress-info-panel.png +share/icons/matefaenzagray/status/22/network-error.png +share/icons/matefaenzagray/status/22/network-idle.png +share/icons/matefaenzagray/status/22/network-offline.png +share/icons/matefaenzagray/status/22/network-receive.png +share/icons/matefaenzagray/status/22/network-transmit-receive.png +share/icons/matefaenzagray/status/22/network-transmit.png +share/icons/matefaenzagray/status/22/network-wireless-encrypted.png +share/icons/matefaenzagray/status/22/new-messages-red.png +share/icons/matefaenzagray/status/22/nm-adhoc.png +share/icons/matefaenzagray/status/22/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/22/nm-device-wired-secure.png +share/icons/matefaenzagray/status/22/nm-device-wired.png +share/icons/matefaenzagray/status/22/nm-device-wireless.png +share/icons/matefaenzagray/status/22/nm-device-wwan.png +share/icons/matefaenzagray/status/22/nm-no-connection.png +share/icons/matefaenzagray/status/22/nm-secure-lock.png +share/icons/matefaenzagray/status/22/nm-signal-0.png +share/icons/matefaenzagray/status/22/nm-signal-00-secure.png +share/icons/matefaenzagray/status/22/nm-signal-00.png +share/icons/matefaenzagray/status/22/nm-signal-100-secure.png +share/icons/matefaenzagray/status/22/nm-signal-100.png +share/icons/matefaenzagray/status/22/nm-signal-25-secure.png +share/icons/matefaenzagray/status/22/nm-signal-25.png +share/icons/matefaenzagray/status/22/nm-signal-50-secure.png +share/icons/matefaenzagray/status/22/nm-signal-50.png +share/icons/matefaenzagray/status/22/nm-signal-75-secure.png +share/icons/matefaenzagray/status/22/nm-signal-75.png +share/icons/matefaenzagray/status/22/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/22/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/22/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/22/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/22/nm-vpn-lock.png +share/icons/matefaenzagray/status/22/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/22/notification-audio-volume-high.png +share/icons/matefaenzagray/status/22/notification-audio-volume-low.png +share/icons/matefaenzagray/status/22/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/22/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/22/notification-audio-volume-off.png +share/icons/matefaenzagray/status/22/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-000.png +share/icons/matefaenzagray/status/22/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-020.png +share/icons/matefaenzagray/status/22/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-040.png +share/icons/matefaenzagray/status/22/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-060.png +share/icons/matefaenzagray/status/22/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-080.png +share/icons/matefaenzagray/status/22/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-100.png +share/icons/matefaenzagray/status/22/notification-battery-empty.png +share/icons/matefaenzagray/status/22/notification-battery-low.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/22/notification-network-disconnected.png +share/icons/matefaenzagray/status/22/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/22/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/22/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/22/notification-network-wireless-full.png +share/icons/matefaenzagray/status/22/notification-network-wireless-high.png +share/icons/matefaenzagray/status/22/notification-network-wireless-low.png +share/icons/matefaenzagray/status/22/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/22/notification-network-wireless-none.png +share/icons/matefaenzagray/status/22/pino-tray-icon-fresh.png +share/icons/matefaenzagray/status/22/pino-tray-icon.png +share/icons/matefaenzagray/status/22/printer-error.png +share/icons/matefaenzagray/status/22/printer-printing.png +share/icons/matefaenzagray/status/22/radiotray_connecting.png +share/icons/matefaenzagray/status/22/radiotray_off.png +share/icons/matefaenzagray/status/22/radiotray_on.png +share/icons/matefaenzagray/status/22/reboot-notifier.png +share/icons/matefaenzagray/status/22/rhythmbox-notplaying.png +share/icons/matefaenzagray/status/22/rhythmbox-panel.png +share/icons/matefaenzagray/status/22/shutter-panel.png +share/icons/matefaenzagray/status/22/software-update-available.png +share/icons/matefaenzagray/status/22/software-update-urgent.png +share/icons/matefaenzagray/status/22/sound-icon.png +share/icons/matefaenzagray/status/22/status_lock.png +share/icons/matefaenzagray/status/22/stock_appointment-reminder-excl.png +share/icons/matefaenzagray/status/22/stock_appointment-reminder.png +share/icons/matefaenzagray/status/22/stock_dialog-error.png +share/icons/matefaenzagray/status/22/stock_dialog-info.png +share/icons/matefaenzagray/status/22/stock_dialog-question.png +share/icons/matefaenzagray/status/22/stock_dialog-warning.png +share/icons/matefaenzagray/status/22/stock_lock.png +share/icons/matefaenzagray/status/22/stock_trash_full.png +share/icons/matefaenzagray/status/22/stock_volume-0.png +share/icons/matefaenzagray/status/22/stock_volume-max.png +share/icons/matefaenzagray/status/22/stock_volume-med.png +share/icons/matefaenzagray/status/22/stock_volume-min.png +share/icons/matefaenzagray/status/22/stock_volume-mute.png +share/icons/matefaenzagray/status/22/stock_volume.png +share/icons/matefaenzagray/status/22/stock_weather-night-clear.png +share/icons/matefaenzagray/status/22/stock_weather-sunny.png +share/icons/matefaenzagray/status/22/sunny.png +share/icons/matefaenzagray/status/22/synapse-panel.png +share/icons/matefaenzagray/status/22/system-devices-panel-alert.png +share/icons/matefaenzagray/status/22/system-devices-panel-informations.png +share/icons/matefaenzagray/status/22/system-devices-panel.png +share/icons/matefaenzagray/status/22/system-file-manager-panel.png +share/icons/matefaenzagray/status/22/system-file-progress-panel.png +share/icons/matefaenzagray/status/22/system-restart-panel.png +share/icons/matefaenzagray/status/22/system-shutdown-restart-panel.png +share/icons/matefaenzagray/status/22/tomboy-panel.png +share/icons/matefaenzagray/status/22/transmission-tray-icon.png +share/icons/matefaenzagray/status/22/trashcan_full.png +share/icons/matefaenzagray/status/22/tray-away.png +share/icons/matefaenzagray/status/22/tray-busy.png +share/icons/matefaenzagray/status/22/tray-extended-away.png +share/icons/matefaenzagray/status/22/tray-message.png +share/icons/matefaenzagray/status/22/tray-new-im.png +share/icons/matefaenzagray/status/22/tray-offline.png +share/icons/matefaenzagray/status/22/tray-online.png +share/icons/matefaenzagray/status/22/ubuntuone-client-error.png +share/icons/matefaenzagray/status/22/ubuntuone-client-idle.png +share/icons/matefaenzagray/status/22/ubuntuone-client-offline.png +share/icons/matefaenzagray/status/22/ubuntuone-client-updating.png +share/icons/matefaenzagray/status/22/user-available-panel.png +share/icons/matefaenzagray/status/22/user-available.png +share/icons/matefaenzagray/status/22/user-away-panel.png +share/icons/matefaenzagray/status/22/user-away.png +share/icons/matefaenzagray/status/22/user-busy-panel.png +share/icons/matefaenzagray/status/22/user-busy.png +share/icons/matefaenzagray/status/22/user-extended-away.png +share/icons/matefaenzagray/status/22/user-idle-panel.png +share/icons/matefaenzagray/status/22/user-idle.png +share/icons/matefaenzagray/status/22/user-indeterminate-panel.png +share/icons/matefaenzagray/status/22/user-indeterminate.png +share/icons/matefaenzagray/status/22/user-invisible-panel.png +share/icons/matefaenzagray/status/22/user-invisible.png +share/icons/matefaenzagray/status/22/user-offline-panel.png +share/icons/matefaenzagray/status/22/user-offline.png +share/icons/matefaenzagray/status/22/user-trash-full.png +share/icons/matefaenzagray/status/22/weather-clear-night-000.png +share/icons/matefaenzagray/status/22/weather-clear-night-010.png +share/icons/matefaenzagray/status/22/weather-clear-night-020.png +share/icons/matefaenzagray/status/22/weather-clear-night-030.png +share/icons/matefaenzagray/status/22/weather-clear-night-040.png +share/icons/matefaenzagray/status/22/weather-clear-night-050.png +share/icons/matefaenzagray/status/22/weather-clear-night-060.png +share/icons/matefaenzagray/status/22/weather-clear-night-070.png +share/icons/matefaenzagray/status/22/weather-clear-night-080.png +share/icons/matefaenzagray/status/22/weather-clear-night-090.png +share/icons/matefaenzagray/status/22/weather-clear-night-100.png +share/icons/matefaenzagray/status/22/weather-clear-night-110.png +share/icons/matefaenzagray/status/22/weather-clear-night-120.png +share/icons/matefaenzagray/status/22/weather-clear-night-130.png +share/icons/matefaenzagray/status/22/weather-clear-night-140.png +share/icons/matefaenzagray/status/22/weather-clear-night-150.png +share/icons/matefaenzagray/status/22/weather-clear-night-160.png +share/icons/matefaenzagray/status/22/weather-clear-night-170.png +share/icons/matefaenzagray/status/22/weather-clear-night-180.png +share/icons/matefaenzagray/status/22/weather-clear-night-190.png +share/icons/matefaenzagray/status/22/weather-clear-night-200.png +share/icons/matefaenzagray/status/22/weather-clear-night-210.png +share/icons/matefaenzagray/status/22/weather-clear-night-220.png +share/icons/matefaenzagray/status/22/weather-clear-night-230.png +share/icons/matefaenzagray/status/22/weather-clear-night-240.png +share/icons/matefaenzagray/status/22/weather-clear-night-250.png +share/icons/matefaenzagray/status/22/weather-clear-night-260.png +share/icons/matefaenzagray/status/22/weather-clear-night-270.png +share/icons/matefaenzagray/status/22/weather-clear-night-280.png +share/icons/matefaenzagray/status/22/weather-clear-night-290.png +share/icons/matefaenzagray/status/22/weather-clear-night-300.png +share/icons/matefaenzagray/status/22/weather-clear-night-310.png +share/icons/matefaenzagray/status/22/weather-clear-night-320.png +share/icons/matefaenzagray/status/22/weather-clear-night-330.png +share/icons/matefaenzagray/status/22/weather-clear-night-340.png +share/icons/matefaenzagray/status/22/weather-clear-night-350.png +share/icons/matefaenzagray/status/22/weather-clear-night.png +share/icons/matefaenzagray/status/22/weather-clear.png +share/icons/matefaenzagray/status/22/weather-clouds-night.png +share/icons/matefaenzagray/status/22/weather-clouds.png +share/icons/matefaenzagray/status/22/weather-few-clouds-night.png +share/icons/matefaenzagray/status/22/weather-few-clouds.png +share/icons/matefaenzagray/status/22/weather-fog.png +share/icons/matefaenzagray/status/22/weather-overcast.png +share/icons/matefaenzagray/status/22/weather-severe-alert.png +share/icons/matefaenzagray/status/22/weather-showers-scattered.png +share/icons/matefaenzagray/status/22/weather-showers.png +share/icons/matefaenzagray/status/22/weather-snow.png +share/icons/matefaenzagray/status/22/weather-storm.png +share/icons/matefaenzagray/status/22/x.png +share/icons/matefaenzagray/status/22/x.xpm +share/icons/matefaenzagray/status/22/xchat-panel.png +share/icons/matefaenzagray/status/22/xfce-system-lock.png +share/icons/matefaenzagray/status/22/xfce-trash-full.png +share/icons/matefaenzagray/status/22/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/22/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/22/xfce4-notifyd.png +share/icons/matefaenzagray/status/22/xfce4-weather.png +share/icons/matefaenzagray/status/22/xfm-battery-000.png +share/icons/matefaenzagray/status/22/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/22/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-020.png +share/icons/matefaenzagray/status/22/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-040.png +share/icons/matefaenzagray/status/22/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-060.png +share/icons/matefaenzagray/status/22/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-080.png +share/icons/matefaenzagray/status/22/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-100.png +share/icons/matefaenzagray/status/22/xfpm-battery-charged.png +share/icons/matefaenzagray/status/22/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-000.png +share/icons/matefaenzagray/status/22/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-020.png +share/icons/matefaenzagray/status/22/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-040.png +share/icons/matefaenzagray/status/22/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-060.png +share/icons/matefaenzagray/status/22/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-080.png +share/icons/matefaenzagray/status/22/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-100.png +share/icons/matefaenzagray/status/22/xfpm-primary-charged.png +share/icons/matefaenzagray/status/22/zim-panel.png +share/icons/matefaenzagray/status/24/appointment-missed.png +share/icons/matefaenzagray/status/24/appointment-soon.png +share/icons/matefaenzagray/status/24/apport.png +share/icons/matefaenzagray/status/24/audacious-panel.png +share/icons/matefaenzagray/status/24/audio-volume-high-panel.png +share/icons/matefaenzagray/status/24/audio-volume-high.png +share/icons/matefaenzagray/status/24/audio-volume-low-panel.png +share/icons/matefaenzagray/status/24/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/24/audio-volume-low.png +share/icons/matefaenzagray/status/24/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/24/audio-volume-medium.png +share/icons/matefaenzagray/status/24/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/24/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/24/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/24/audio-volume-muted.png +share/icons/matefaenzagray/status/24/audio-volume-off.png +share/icons/matefaenzagray/status/24/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/24/avatar-default.png +share/icons/matefaenzagray/status/24/banshee-panel.png +share/icons/matefaenzagray/status/24/battery-000.png +share/icons/matefaenzagray/status/24/battery_caution.png +share/icons/matefaenzagray/status/24/battery_charged.png +share/icons/matefaenzagray/status/24/battery_empty.png +share/icons/matefaenzagray/status/24/battery_full.png +share/icons/matefaenzagray/status/24/battery_low.png +share/icons/matefaenzagray/status/24/battery_plugged.png +share/icons/matefaenzagray/status/24/battery_third_fouth.png +share/icons/matefaenzagray/status/24/battery_two_thirds.png +share/icons/matefaenzagray/status/24/blank.png +share/icons/matefaenzagray/status/24/blueman-tray.png +share/icons/matefaenzagray/status/24/bluetooth-active.png +share/icons/matefaenzagray/status/24/bluetooth-disabled.png +share/icons/matefaenzagray/status/24/bluetooth-paired.png +share/icons/matefaenzagray/status/24/busy.png +share/icons/matefaenzagray/status/24/busy2.png +share/icons/matefaenzagray/status/24/caffeine-cup-empty.png +share/icons/matefaenzagray/status/24/caffeine-cup-full.png +share/icons/matefaenzagray/status/24/connect_creating.png +share/icons/matefaenzagray/status/24/connect_established.png +share/icons/matefaenzagray/status/24/connect_no.png +share/icons/matefaenzagray/status/24/covergloobus-panel.png +share/icons/matefaenzagray/status/24/dcpp-32.png +share/icons/matefaenzagray/status/24/dcpp-panel.png +share/icons/matefaenzagray/status/24/deadbeef-tray-icon.png +share/icons/matefaenzagray/status/24/deluge-panel.png +share/icons/matefaenzagray/status/24/deluge-torrent-panel.png +share/icons/matefaenzagray/status/24/dialog-error.png +share/icons/matefaenzagray/status/24/dialog-info.png +share/icons/matefaenzagray/status/24/dialog-information.png +share/icons/matefaenzagray/status/24/dialog-question.png +share/icons/matefaenzagray/status/24/dialog-warning.png +share/icons/matefaenzagray/status/24/dropboxstatus-blank.png +share/icons/matefaenzagray/status/24/dropboxstatus-busy.png +share/icons/matefaenzagray/status/24/dropboxstatus-busy2.png +share/icons/matefaenzagray/status/24/dropboxstatus-idle.png +share/icons/matefaenzagray/status/24/dropboxstatus-logo.png +share/icons/matefaenzagray/status/24/dropboxstatus-x.png +share/icons/matefaenzagray/status/24/edittrash.png +share/icons/matefaenzagray/status/24/empathy-available.png +share/icons/matefaenzagray/status/24/empathy-away.png +share/icons/matefaenzagray/status/24/empathy-busy.png +share/icons/matefaenzagray/status/24/empathy-extended-away.png +share/icons/matefaenzagray/status/24/empathy-invisible.png +share/icons/matefaenzagray/status/24/empathy-offline.png +share/icons/matefaenzagray/status/24/error.png +share/icons/matefaenzagray/status/24/exaile-panel.png +share/icons/matefaenzagray/status/24/exaile-pause.png +share/icons/matefaenzagray/status/24/exaile-play.png +share/icons/matefaenzagray/status/24/fusion-icon-panel.png +share/icons/matefaenzagray/status/24/fusion-icon-symbolic.png +share/icons/matefaenzagray/status/24/glipper.png +share/icons/matefaenzagray/status/24/glippy-panel.png +share/icons/matefaenzagray/status/24/gmp-ups-missing.png +share/icons/matefaenzagray/status/24/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/24/gnome-do-icon.png +share/icons/matefaenzagray/status/24/gnome-do-panel.png +share/icons/matefaenzagray/status/24/gnome-do-symbolic.png +share/icons/matefaenzagray/status/24/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/24/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/24/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/24/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/24/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/24/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/24/gnome-netstatus-error.png +share/icons/matefaenzagray/status/24/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/24/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/24/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/24/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/24/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/24/goldendict-panel.png +share/icons/matefaenzagray/status/24/gpm-ac-adapter.png +share/icons/matefaenzagray/status/24/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-000.png +share/icons/matefaenzagray/status/24/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-020.png +share/icons/matefaenzagray/status/24/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-040.png +share/icons/matefaenzagray/status/24/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-060.png +share/icons/matefaenzagray/status/24/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-080.png +share/icons/matefaenzagray/status/24/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-100.png +share/icons/matefaenzagray/status/24/gpm-battery-charged.png +share/icons/matefaenzagray/status/24/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-000.png +share/icons/matefaenzagray/status/24/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-020.png +share/icons/matefaenzagray/status/24/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-040.png +share/icons/matefaenzagray/status/24/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-060.png +share/icons/matefaenzagray/status/24/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-080.png +share/icons/matefaenzagray/status/24/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-100.png +share/icons/matefaenzagray/status/24/gpm-primary-charged.png +share/icons/matefaenzagray/status/24/gpm-primary-missing.png +share/icons/matefaenzagray/status/24/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-000.png +share/icons/matefaenzagray/status/24/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-020.png +share/icons/matefaenzagray/status/24/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-040.png +share/icons/matefaenzagray/status/24/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-060.png +share/icons/matefaenzagray/status/24/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-080.png +share/icons/matefaenzagray/status/24/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-100.png +share/icons/matefaenzagray/status/24/gsm-3g-full-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-full.png +share/icons/matefaenzagray/status/24/gsm-3g-high-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-high.png +share/icons/matefaenzagray/status/24/gsm-3g-low-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-low.png +share/icons/matefaenzagray/status/24/gsm-3g-medium-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-medium.png +share/icons/matefaenzagray/status/24/gsm-3g-none-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-none.png +share/icons/matefaenzagray/status/24/gtg-panel.png +share/icons/matefaenzagray/status/24/gtk-dialog-authentication-panel.png +share/icons/matefaenzagray/status/24/gtk-dialog-error.png +share/icons/matefaenzagray/status/24/gtk-dialog-info.png +share/icons/matefaenzagray/status/24/gtk-dialog-question.png +share/icons/matefaenzagray/status/24/gtk-dialog-warning-panel.png +share/icons/matefaenzagray/status/24/gtk-dialog-warning.png +share/icons/matefaenzagray/status/24/guake-tray.png +share/icons/matefaenzagray/status/24/haguichi-connected.png +share/icons/matefaenzagray/status/24/haguichi-connecting-1.png +share/icons/matefaenzagray/status/24/haguichi-connecting-2.png +share/icons/matefaenzagray/status/24/haguichi-connecting-3.png +share/icons/matefaenzagray/status/24/haguichi-disconnected.png +share/icons/matefaenzagray/status/24/ibus-keyboard.png +share/icons/matefaenzagray/status/24/ibus-panel.png +share/icons/matefaenzagray/status/24/idle.png +share/icons/matefaenzagray/status/24/im-message-new.png +share/icons/matefaenzagray/status/24/indicator-messages-new.png +share/icons/matefaenzagray/status/24/indicator-messages.png +share/icons/matefaenzagray/status/24/info.png +share/icons/matefaenzagray/status/24/jdownloader-panel.png +share/icons/matefaenzagray/status/24/keepassx-panel.png +share/icons/matefaenzagray/status/24/keys.png +share/icons/matefaenzagray/status/24/krb-expiring-ticket.png +share/icons/matefaenzagray/status/24/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/24/krb-valid-ticket.png +share/icons/matefaenzagray/status/24/kupfer-panel.png +share/icons/matefaenzagray/status/24/lastfm-panel.png +share/icons/matefaenzagray/status/24/locked.png +share/icons/matefaenzagray/status/24/locked.xpm +share/icons/matefaenzagray/status/24/logo.png +share/icons/matefaenzagray/status/24/me-tv-panel.png +share/icons/matefaenzagray/status/24/media-player-banshee-buffering.png +share/icons/matefaenzagray/status/24/media-player-banshee-panel.png +share/icons/matefaenzagray/status/24/media-player-banshee-stopped.png +share/icons/matefaenzagray/status/24/messagebox_critical.png +share/icons/matefaenzagray/status/24/messagebox_info.png +share/icons/matefaenzagray/status/24/messagebox_warning.png +share/icons/matefaenzagray/status/24/nautilus-progress-info-panel.png +share/icons/matefaenzagray/status/24/network-error.png +share/icons/matefaenzagray/status/24/network-idle.png +share/icons/matefaenzagray/status/24/network-offline.png +share/icons/matefaenzagray/status/24/network-receive.png +share/icons/matefaenzagray/status/24/network-transmit-receive.png +share/icons/matefaenzagray/status/24/network-transmit.png +share/icons/matefaenzagray/status/24/network-wireless-encrypted.png +share/icons/matefaenzagray/status/24/new-messages-red.png +share/icons/matefaenzagray/status/24/nm-adhoc.png +share/icons/matefaenzagray/status/24/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/24/nm-device-wired-secure.png +share/icons/matefaenzagray/status/24/nm-device-wired.png +share/icons/matefaenzagray/status/24/nm-device-wireless.png +share/icons/matefaenzagray/status/24/nm-device-wwan.png +share/icons/matefaenzagray/status/24/nm-no-connection.png +share/icons/matefaenzagray/status/24/nm-secure-lock.png +share/icons/matefaenzagray/status/24/nm-signal-0.png +share/icons/matefaenzagray/status/24/nm-signal-00-secure.png +share/icons/matefaenzagray/status/24/nm-signal-00.png +share/icons/matefaenzagray/status/24/nm-signal-100-secure.png +share/icons/matefaenzagray/status/24/nm-signal-100.png +share/icons/matefaenzagray/status/24/nm-signal-25-secure.png +share/icons/matefaenzagray/status/24/nm-signal-25.png +share/icons/matefaenzagray/status/24/nm-signal-50-secure.png +share/icons/matefaenzagray/status/24/nm-signal-50.png +share/icons/matefaenzagray/status/24/nm-signal-75-secure.png +share/icons/matefaenzagray/status/24/nm-signal-75.png +share/icons/matefaenzagray/status/24/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/24/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/24/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/24/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/24/nm-vpn-lock.png +share/icons/matefaenzagray/status/24/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/24/notification-audio-volume-high.png +share/icons/matefaenzagray/status/24/notification-audio-volume-low.png +share/icons/matefaenzagray/status/24/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/24/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/24/notification-audio-volume-off.png +share/icons/matefaenzagray/status/24/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-000.png +share/icons/matefaenzagray/status/24/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-020.png +share/icons/matefaenzagray/status/24/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-040.png +share/icons/matefaenzagray/status/24/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-060.png +share/icons/matefaenzagray/status/24/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-080.png +share/icons/matefaenzagray/status/24/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-100.png +share/icons/matefaenzagray/status/24/notification-battery-empty.png +share/icons/matefaenzagray/status/24/notification-battery-low.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/24/notification-network-disconnected.png +share/icons/matefaenzagray/status/24/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/24/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/24/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/24/notification-network-wireless-full.png +share/icons/matefaenzagray/status/24/notification-network-wireless-high.png +share/icons/matefaenzagray/status/24/notification-network-wireless-low.png +share/icons/matefaenzagray/status/24/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/24/notification-network-wireless-none.png +share/icons/matefaenzagray/status/24/pino-tray-icon-fresh.png +share/icons/matefaenzagray/status/24/pino-tray-icon.png +share/icons/matefaenzagray/status/24/printer-error.png +share/icons/matefaenzagray/status/24/printer-printing.png +share/icons/matefaenzagray/status/24/radiotray_connecting.png +share/icons/matefaenzagray/status/24/radiotray_off.png +share/icons/matefaenzagray/status/24/radiotray_on.png +share/icons/matefaenzagray/status/24/reboot-notifier.png +share/icons/matefaenzagray/status/24/rhythmbox-notplaying.png +share/icons/matefaenzagray/status/24/rhythmbox-panel.png +share/icons/matefaenzagray/status/24/shutter-panel.png +share/icons/matefaenzagray/status/24/software-update-available.png +share/icons/matefaenzagray/status/24/software-update-urgent.png +share/icons/matefaenzagray/status/24/sound-icon.png +share/icons/matefaenzagray/status/24/status_lock.png +share/icons/matefaenzagray/status/24/stock_appointment-reminder-excl.png +share/icons/matefaenzagray/status/24/stock_appointment-reminder.png +share/icons/matefaenzagray/status/24/stock_dialog-error.png +share/icons/matefaenzagray/status/24/stock_dialog-info.png +share/icons/matefaenzagray/status/24/stock_dialog-question.png +share/icons/matefaenzagray/status/24/stock_dialog-warning.png +share/icons/matefaenzagray/status/24/stock_lock.png +share/icons/matefaenzagray/status/24/stock_trash_full.png +share/icons/matefaenzagray/status/24/stock_volume-0.png +share/icons/matefaenzagray/status/24/stock_volume-max.png +share/icons/matefaenzagray/status/24/stock_volume-med.png +share/icons/matefaenzagray/status/24/stock_volume-min.png +share/icons/matefaenzagray/status/24/stock_volume-mute.png +share/icons/matefaenzagray/status/24/stock_volume.png +share/icons/matefaenzagray/status/24/stock_weather-night-clear.png +share/icons/matefaenzagray/status/24/stock_weather-sunny.png +share/icons/matefaenzagray/status/24/sunny.png +share/icons/matefaenzagray/status/24/synapse-panel.png +share/icons/matefaenzagray/status/24/system-devices-panel-alert.png +share/icons/matefaenzagray/status/24/system-devices-panel-informations.png +share/icons/matefaenzagray/status/24/system-devices-panel.png +share/icons/matefaenzagray/status/24/system-file-manager-panel.png +share/icons/matefaenzagray/status/24/system-file-progress-panel.png +share/icons/matefaenzagray/status/24/system-restart-panel.png +share/icons/matefaenzagray/status/24/system-shutdown-restart-panel.png +share/icons/matefaenzagray/status/24/tomboy-panel.png +share/icons/matefaenzagray/status/24/transmission-tray-icon.png +share/icons/matefaenzagray/status/24/trashcan_full.png +share/icons/matefaenzagray/status/24/tray-away.png +share/icons/matefaenzagray/status/24/tray-busy.png +share/icons/matefaenzagray/status/24/tray-extended-away.png +share/icons/matefaenzagray/status/24/tray-message.png +share/icons/matefaenzagray/status/24/tray-new-im.png +share/icons/matefaenzagray/status/24/tray-offline.png +share/icons/matefaenzagray/status/24/tray-online.png +share/icons/matefaenzagray/status/24/ubuntuone-client-error.png +share/icons/matefaenzagray/status/24/ubuntuone-client-idle.png +share/icons/matefaenzagray/status/24/ubuntuone-client-offline.png +share/icons/matefaenzagray/status/24/ubuntuone-client-updating.png +share/icons/matefaenzagray/status/24/user-available-panel.png +share/icons/matefaenzagray/status/24/user-available.png +share/icons/matefaenzagray/status/24/user-away-panel.png +share/icons/matefaenzagray/status/24/user-away.png +share/icons/matefaenzagray/status/24/user-busy-panel.png +share/icons/matefaenzagray/status/24/user-busy.png +share/icons/matefaenzagray/status/24/user-extended-away.png +share/icons/matefaenzagray/status/24/user-idle-panel.png +share/icons/matefaenzagray/status/24/user-idle.png +share/icons/matefaenzagray/status/24/user-indeterminate-panel.png +share/icons/matefaenzagray/status/24/user-indeterminate.png +share/icons/matefaenzagray/status/24/user-invisible-panel.png +share/icons/matefaenzagray/status/24/user-invisible.png +share/icons/matefaenzagray/status/24/user-offline-panel.png +share/icons/matefaenzagray/status/24/user-offline.png +share/icons/matefaenzagray/status/24/user-trash-full.png +share/icons/matefaenzagray/status/24/weather-clear-night-000.png +share/icons/matefaenzagray/status/24/weather-clear-night-010.png +share/icons/matefaenzagray/status/24/weather-clear-night-020.png +share/icons/matefaenzagray/status/24/weather-clear-night-030.png +share/icons/matefaenzagray/status/24/weather-clear-night-040.png +share/icons/matefaenzagray/status/24/weather-clear-night-050.png +share/icons/matefaenzagray/status/24/weather-clear-night-060.png +share/icons/matefaenzagray/status/24/weather-clear-night-070.png +share/icons/matefaenzagray/status/24/weather-clear-night-080.png +share/icons/matefaenzagray/status/24/weather-clear-night-090.png +share/icons/matefaenzagray/status/24/weather-clear-night-100.png +share/icons/matefaenzagray/status/24/weather-clear-night-110.png +share/icons/matefaenzagray/status/24/weather-clear-night-120.png +share/icons/matefaenzagray/status/24/weather-clear-night-130.png +share/icons/matefaenzagray/status/24/weather-clear-night-140.png +share/icons/matefaenzagray/status/24/weather-clear-night-150.png +share/icons/matefaenzagray/status/24/weather-clear-night-160.png +share/icons/matefaenzagray/status/24/weather-clear-night-170.png +share/icons/matefaenzagray/status/24/weather-clear-night-180.png +share/icons/matefaenzagray/status/24/weather-clear-night-190.png +share/icons/matefaenzagray/status/24/weather-clear-night-200.png +share/icons/matefaenzagray/status/24/weather-clear-night-210.png +share/icons/matefaenzagray/status/24/weather-clear-night-220.png +share/icons/matefaenzagray/status/24/weather-clear-night-230.png +share/icons/matefaenzagray/status/24/weather-clear-night-240.png +share/icons/matefaenzagray/status/24/weather-clear-night-250.png +share/icons/matefaenzagray/status/24/weather-clear-night-260.png +share/icons/matefaenzagray/status/24/weather-clear-night-270.png +share/icons/matefaenzagray/status/24/weather-clear-night-280.png +share/icons/matefaenzagray/status/24/weather-clear-night-290.png +share/icons/matefaenzagray/status/24/weather-clear-night-300.png +share/icons/matefaenzagray/status/24/weather-clear-night-310.png +share/icons/matefaenzagray/status/24/weather-clear-night-320.png +share/icons/matefaenzagray/status/24/weather-clear-night-330.png +share/icons/matefaenzagray/status/24/weather-clear-night-340.png +share/icons/matefaenzagray/status/24/weather-clear-night-350.png +share/icons/matefaenzagray/status/24/weather-clear-night.png +share/icons/matefaenzagray/status/24/weather-clear.png +share/icons/matefaenzagray/status/24/weather-clouds-night.png +share/icons/matefaenzagray/status/24/weather-clouds.png +share/icons/matefaenzagray/status/24/weather-few-clouds-night.png +share/icons/matefaenzagray/status/24/weather-few-clouds.png +share/icons/matefaenzagray/status/24/weather-fog.png +share/icons/matefaenzagray/status/24/weather-overcast.png +share/icons/matefaenzagray/status/24/weather-severe-alert.png +share/icons/matefaenzagray/status/24/weather-showers-scattered.png +share/icons/matefaenzagray/status/24/weather-showers.png +share/icons/matefaenzagray/status/24/weather-snow.png +share/icons/matefaenzagray/status/24/weather-storm.png +share/icons/matefaenzagray/status/24/x.png +share/icons/matefaenzagray/status/24/x.xpm +share/icons/matefaenzagray/status/24/xchat-panel.png +share/icons/matefaenzagray/status/24/xfce-system-lock.png +share/icons/matefaenzagray/status/24/xfce-trash-full.png +share/icons/matefaenzagray/status/24/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/24/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/24/xfce4-notifyd.png +share/icons/matefaenzagray/status/24/xfce4-weather.png +share/icons/matefaenzagray/status/24/xfm-battery-000.png +share/icons/matefaenzagray/status/24/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/24/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-020.png +share/icons/matefaenzagray/status/24/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-040.png +share/icons/matefaenzagray/status/24/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-060.png +share/icons/matefaenzagray/status/24/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-080.png +share/icons/matefaenzagray/status/24/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-100.png +share/icons/matefaenzagray/status/24/xfpm-battery-charged.png +share/icons/matefaenzagray/status/24/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-000.png +share/icons/matefaenzagray/status/24/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-020.png +share/icons/matefaenzagray/status/24/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-040.png +share/icons/matefaenzagray/status/24/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-060.png +share/icons/matefaenzagray/status/24/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-080.png +share/icons/matefaenzagray/status/24/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-100.png +share/icons/matefaenzagray/status/24/xfpm-primary-charged.png +share/icons/matefaenzagray/status/24/zim-panel.png +share/icons/matefaenzagray/status/32/appointment-soon.png +share/icons/matefaenzagray/status/32/apport.png +share/icons/matefaenzagray/status/32/aptdaemon-add.png +share/icons/matefaenzagray/status/32/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/32/aptdaemon-delete.png +share/icons/matefaenzagray/status/32/aptdaemon-resolve.png +share/icons/matefaenzagray/status/32/aptdaemon-wait.png +share/icons/matefaenzagray/status/32/audio-volume-high-panel.png +share/icons/matefaenzagray/status/32/audio-volume-high.png +share/icons/matefaenzagray/status/32/audio-volume-low-panel.png +share/icons/matefaenzagray/status/32/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/32/audio-volume-low.png +share/icons/matefaenzagray/status/32/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/32/audio-volume-medium.png +share/icons/matefaenzagray/status/32/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/32/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/32/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/32/audio-volume-muted.png +share/icons/matefaenzagray/status/32/audio-volume-off.png +share/icons/matefaenzagray/status/32/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/32/avatar-default.png +share/icons/matefaenzagray/status/32/battery-000.png +share/icons/matefaenzagray/status/32/battery_caution.png +share/icons/matefaenzagray/status/32/battery_charged.png +share/icons/matefaenzagray/status/32/battery_empty.png +share/icons/matefaenzagray/status/32/battery_full.png +share/icons/matefaenzagray/status/32/battery_low.png +share/icons/matefaenzagray/status/32/battery_plugged.png +share/icons/matefaenzagray/status/32/battery_third_fouth.png +share/icons/matefaenzagray/status/32/battery_two_thirds.png +share/icons/matefaenzagray/status/32/blueman-tray.png +share/icons/matefaenzagray/status/32/bluetooth-active.png +share/icons/matefaenzagray/status/32/bluetooth-disabled.png +share/icons/matefaenzagray/status/32/bluetooth-paired.png +share/icons/matefaenzagray/status/32/connect_creating.png +share/icons/matefaenzagray/status/32/connect_established.png +share/icons/matefaenzagray/status/32/connect_no.png +share/icons/matefaenzagray/status/32/dialog-error.png +share/icons/matefaenzagray/status/32/dialog-info.png +share/icons/matefaenzagray/status/32/dialog-information.png +share/icons/matefaenzagray/status/32/dialog-password.png +share/icons/matefaenzagray/status/32/dialog-question.png +share/icons/matefaenzagray/status/32/dialog-warning.png +share/icons/matefaenzagray/status/32/edittrash.png +share/icons/matefaenzagray/status/32/empathy-available.png +share/icons/matefaenzagray/status/32/empathy-away.png +share/icons/matefaenzagray/status/32/empathy-busy.png +share/icons/matefaenzagray/status/32/empathy-extended-away.png +share/icons/matefaenzagray/status/32/empathy-invisible.png +share/icons/matefaenzagray/status/32/empathy-offline.png +share/icons/matefaenzagray/status/32/error.png +share/icons/matefaenzagray/status/32/exaile-pause.png +share/icons/matefaenzagray/status/32/glipper.png +share/icons/matefaenzagray/status/32/glippy-panel.png +share/icons/matefaenzagray/status/32/gmp-ups-missing.png +share/icons/matefaenzagray/status/32/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/32/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/32/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/32/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/32/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/32/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/32/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/32/gnome-netstatus-error.png +share/icons/matefaenzagray/status/32/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/32/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/32/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/32/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/32/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/32/gpm-ac-adapter.png +share/icons/matefaenzagray/status/32/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-000.png +share/icons/matefaenzagray/status/32/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-020.png +share/icons/matefaenzagray/status/32/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-040.png +share/icons/matefaenzagray/status/32/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-060.png +share/icons/matefaenzagray/status/32/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-080.png +share/icons/matefaenzagray/status/32/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-100.png +share/icons/matefaenzagray/status/32/gpm-battery-charged.png +share/icons/matefaenzagray/status/32/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-000.png +share/icons/matefaenzagray/status/32/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-020.png +share/icons/matefaenzagray/status/32/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-040.png +share/icons/matefaenzagray/status/32/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-060.png +share/icons/matefaenzagray/status/32/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-080.png +share/icons/matefaenzagray/status/32/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-100.png +share/icons/matefaenzagray/status/32/gpm-primary-charged.png +share/icons/matefaenzagray/status/32/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-000.png +share/icons/matefaenzagray/status/32/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-020.png +share/icons/matefaenzagray/status/32/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-040.png +share/icons/matefaenzagray/status/32/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-060.png +share/icons/matefaenzagray/status/32/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-080.png +share/icons/matefaenzagray/status/32/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-100.png +share/icons/matefaenzagray/status/32/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/32/gtk-dialog-error.png +share/icons/matefaenzagray/status/32/gtk-dialog-info.png +share/icons/matefaenzagray/status/32/gtk-dialog-question.png +share/icons/matefaenzagray/status/32/gtk-dialog-warning.png +share/icons/matefaenzagray/status/32/gtk-missing-image.png +share/icons/matefaenzagray/status/32/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/32/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/32/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/32/ibus-keyboard.png +share/icons/matefaenzagray/status/32/image-loading.png +share/icons/matefaenzagray/status/32/image-missing.png +share/icons/matefaenzagray/status/32/indicator-messages-new.png +share/icons/matefaenzagray/status/32/indicator-messages.png +share/icons/matefaenzagray/status/32/info.png +share/icons/matefaenzagray/status/32/keys.png +share/icons/matefaenzagray/status/32/krb-expiring-ticket.png +share/icons/matefaenzagray/status/32/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/32/krb-valid-ticket.png +share/icons/matefaenzagray/status/32/locked.png +share/icons/matefaenzagray/status/32/locked.xpm +share/icons/matefaenzagray/status/32/messagebox_critical.png +share/icons/matefaenzagray/status/32/messagebox_info.png +share/icons/matefaenzagray/status/32/messagebox_warning.png +share/icons/matefaenzagray/status/32/network-error.png +share/icons/matefaenzagray/status/32/network-idle.png +share/icons/matefaenzagray/status/32/network-offline.png +share/icons/matefaenzagray/status/32/network-receive.png +share/icons/matefaenzagray/status/32/network-transmit-receive.png +share/icons/matefaenzagray/status/32/network-transmit.png +share/icons/matefaenzagray/status/32/network-wired-disconnected.png +share/icons/matefaenzagray/status/32/network-wireless-encrypted.png +share/icons/matefaenzagray/status/32/new-messages-red.png +share/icons/matefaenzagray/status/32/nm-adhoc.png +share/icons/matefaenzagray/status/32/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/32/nm-device-wired-secure.png +share/icons/matefaenzagray/status/32/nm-device-wired.png +share/icons/matefaenzagray/status/32/nm-device-wireless.png +share/icons/matefaenzagray/status/32/nm-device-wwan.png +share/icons/matefaenzagray/status/32/nm-no-connection.png +share/icons/matefaenzagray/status/32/nm-secure-lock.png +share/icons/matefaenzagray/status/32/nm-signal-0.png +share/icons/matefaenzagray/status/32/nm-signal-00-secure.png +share/icons/matefaenzagray/status/32/nm-signal-00.png +share/icons/matefaenzagray/status/32/nm-signal-100-secure.png +share/icons/matefaenzagray/status/32/nm-signal-100.png +share/icons/matefaenzagray/status/32/nm-signal-25-secure.png +share/icons/matefaenzagray/status/32/nm-signal-25.png +share/icons/matefaenzagray/status/32/nm-signal-50-secure.png +share/icons/matefaenzagray/status/32/nm-signal-50.png +share/icons/matefaenzagray/status/32/nm-signal-75-secure.png +share/icons/matefaenzagray/status/32/nm-signal-75.png +share/icons/matefaenzagray/status/32/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/32/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/32/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/32/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/32/nm-vpn-lock.png +share/icons/matefaenzagray/status/32/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/32/notification-audio-volume-high.png +share/icons/matefaenzagray/status/32/notification-audio-volume-low.png +share/icons/matefaenzagray/status/32/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/32/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/32/notification-audio-volume-off.png +share/icons/matefaenzagray/status/32/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-000.png +share/icons/matefaenzagray/status/32/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-020.png +share/icons/matefaenzagray/status/32/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-040.png +share/icons/matefaenzagray/status/32/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-060.png +share/icons/matefaenzagray/status/32/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-080.png +share/icons/matefaenzagray/status/32/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-100.png +share/icons/matefaenzagray/status/32/notification-battery-empty.png +share/icons/matefaenzagray/status/32/notification-battery-low.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/32/notification-gsm-full.png +share/icons/matefaenzagray/status/32/notification-gsm-high.png +share/icons/matefaenzagray/status/32/notification-gsm-low.png +share/icons/matefaenzagray/status/32/notification-gsm-medium.png +share/icons/matefaenzagray/status/32/notification-gsm-none.png +share/icons/matefaenzagray/status/32/notification-network-disconnected.png +share/icons/matefaenzagray/status/32/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/32/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/32/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/32/notification-network-wireless-full.png +share/icons/matefaenzagray/status/32/notification-network-wireless-high.png +share/icons/matefaenzagray/status/32/notification-network-wireless-low.png +share/icons/matefaenzagray/status/32/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/32/notification-network-wireless-none.png +share/icons/matefaenzagray/status/32/printer-error.png +share/icons/matefaenzagray/status/32/printer-printing.png +share/icons/matefaenzagray/status/32/skype_away.png +share/icons/matefaenzagray/status/32/skype_dnd.png +share/icons/matefaenzagray/status/32/skype_invisible.png +share/icons/matefaenzagray/status/32/skype_na.png +share/icons/matefaenzagray/status/32/skype_offline.png +share/icons/matefaenzagray/status/32/skype_online.png +share/icons/matefaenzagray/status/32/skype_skypeme.png +share/icons/matefaenzagray/status/32/sound-icon.png +share/icons/matefaenzagray/status/32/status_lock.png +share/icons/matefaenzagray/status/32/stock_appointment-reminder.png +share/icons/matefaenzagray/status/32/stock_dialog-error.png +share/icons/matefaenzagray/status/32/stock_dialog-info.png +share/icons/matefaenzagray/status/32/stock_dialog-question.png +share/icons/matefaenzagray/status/32/stock_dialog-warning.png +share/icons/matefaenzagray/status/32/stock_lock.png +share/icons/matefaenzagray/status/32/stock_trash_full.png +share/icons/matefaenzagray/status/32/stock_volume-0.png +share/icons/matefaenzagray/status/32/stock_volume-max.png +share/icons/matefaenzagray/status/32/stock_volume-med.png +share/icons/matefaenzagray/status/32/stock_volume-min.png +share/icons/matefaenzagray/status/32/stock_volume-mute.png +share/icons/matefaenzagray/status/32/stock_volume.png +share/icons/matefaenzagray/status/32/stock_weather-night-clear.png +share/icons/matefaenzagray/status/32/stock_weather-sunny.png +share/icons/matefaenzagray/status/32/sunny.png +share/icons/matefaenzagray/status/32/system-devices-panel-alert.png +share/icons/matefaenzagray/status/32/system-devices-panel-informations.png +share/icons/matefaenzagray/status/32/system-devices-panel.png +share/icons/matefaenzagray/status/32/trashcan_full.png +share/icons/matefaenzagray/status/32/user-available.png +share/icons/matefaenzagray/status/32/user-away.png +share/icons/matefaenzagray/status/32/user-busy.png +share/icons/matefaenzagray/status/32/user-extended-away.png +share/icons/matefaenzagray/status/32/user-invisible.png +share/icons/matefaenzagray/status/32/user-offline.png +share/icons/matefaenzagray/status/32/user-trash-full.png +share/icons/matefaenzagray/status/32/weather-clear-night-000.png +share/icons/matefaenzagray/status/32/weather-clear-night-010.png +share/icons/matefaenzagray/status/32/weather-clear-night-020.png +share/icons/matefaenzagray/status/32/weather-clear-night-030.png +share/icons/matefaenzagray/status/32/weather-clear-night-040.png +share/icons/matefaenzagray/status/32/weather-clear-night-050.png +share/icons/matefaenzagray/status/32/weather-clear-night-060.png +share/icons/matefaenzagray/status/32/weather-clear-night-070.png +share/icons/matefaenzagray/status/32/weather-clear-night-080.png +share/icons/matefaenzagray/status/32/weather-clear-night-090.png +share/icons/matefaenzagray/status/32/weather-clear-night-100.png +share/icons/matefaenzagray/status/32/weather-clear-night-110.png +share/icons/matefaenzagray/status/32/weather-clear-night-120.png +share/icons/matefaenzagray/status/32/weather-clear-night-130.png +share/icons/matefaenzagray/status/32/weather-clear-night-140.png +share/icons/matefaenzagray/status/32/weather-clear-night-150.png +share/icons/matefaenzagray/status/32/weather-clear-night-160.png +share/icons/matefaenzagray/status/32/weather-clear-night-170.png +share/icons/matefaenzagray/status/32/weather-clear-night-180.png +share/icons/matefaenzagray/status/32/weather-clear-night-190.png +share/icons/matefaenzagray/status/32/weather-clear-night-200.png +share/icons/matefaenzagray/status/32/weather-clear-night-210.png +share/icons/matefaenzagray/status/32/weather-clear-night-220.png +share/icons/matefaenzagray/status/32/weather-clear-night-230.png +share/icons/matefaenzagray/status/32/weather-clear-night-240.png +share/icons/matefaenzagray/status/32/weather-clear-night-250.png +share/icons/matefaenzagray/status/32/weather-clear-night-260.png +share/icons/matefaenzagray/status/32/weather-clear-night-270.png +share/icons/matefaenzagray/status/32/weather-clear-night-280.png +share/icons/matefaenzagray/status/32/weather-clear-night-290.png +share/icons/matefaenzagray/status/32/weather-clear-night-300.png +share/icons/matefaenzagray/status/32/weather-clear-night-310.png +share/icons/matefaenzagray/status/32/weather-clear-night-320.png +share/icons/matefaenzagray/status/32/weather-clear-night-330.png +share/icons/matefaenzagray/status/32/weather-clear-night-340.png +share/icons/matefaenzagray/status/32/weather-clear-night-350.png +share/icons/matefaenzagray/status/32/weather-clear-night.png +share/icons/matefaenzagray/status/32/weather-clear.png +share/icons/matefaenzagray/status/32/weather-clouds-night.png +share/icons/matefaenzagray/status/32/weather-clouds.png +share/icons/matefaenzagray/status/32/weather-few-clouds-night.png +share/icons/matefaenzagray/status/32/weather-few-clouds.png +share/icons/matefaenzagray/status/32/weather-fog.png +share/icons/matefaenzagray/status/32/weather-overcast.png +share/icons/matefaenzagray/status/32/weather-severe-alert.png +share/icons/matefaenzagray/status/32/weather-showers-scattered.png +share/icons/matefaenzagray/status/32/weather-showers.png +share/icons/matefaenzagray/status/32/weather-snow.png +share/icons/matefaenzagray/status/32/weather-storm.png +share/icons/matefaenzagray/status/32/xfce-system-lock.png +share/icons/matefaenzagray/status/32/xfce-trash-full.png +share/icons/matefaenzagray/status/32/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/32/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/32/xfce4-notifyd.png +share/icons/matefaenzagray/status/32/xfce4-weather.png +share/icons/matefaenzagray/status/32/xfm-battery-000.png +share/icons/matefaenzagray/status/32/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/32/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-020.png +share/icons/matefaenzagray/status/32/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-040.png +share/icons/matefaenzagray/status/32/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-060.png +share/icons/matefaenzagray/status/32/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-080.png +share/icons/matefaenzagray/status/32/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-100.png +share/icons/matefaenzagray/status/32/xfpm-battery-charged.png +share/icons/matefaenzagray/status/32/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-000.png +share/icons/matefaenzagray/status/32/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-020.png +share/icons/matefaenzagray/status/32/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-040.png +share/icons/matefaenzagray/status/32/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-060.png +share/icons/matefaenzagray/status/32/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-080.png +share/icons/matefaenzagray/status/32/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-100.png +share/icons/matefaenzagray/status/32/xfpm-primary-charged.png +share/icons/matefaenzagray/status/48/appointment-soon.png +share/icons/matefaenzagray/status/48/apport.png +share/icons/matefaenzagray/status/48/aptdaemon-add.png +share/icons/matefaenzagray/status/48/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/48/aptdaemon-delete.png +share/icons/matefaenzagray/status/48/aptdaemon-resolve.png +share/icons/matefaenzagray/status/48/aptdaemon-wait.png +share/icons/matefaenzagray/status/48/audio-volume-high-panel.png +share/icons/matefaenzagray/status/48/audio-volume-high.png +share/icons/matefaenzagray/status/48/audio-volume-low-panel.png +share/icons/matefaenzagray/status/48/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/48/audio-volume-low.png +share/icons/matefaenzagray/status/48/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/48/audio-volume-medium.png +share/icons/matefaenzagray/status/48/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/48/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/48/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/48/audio-volume-muted.png +share/icons/matefaenzagray/status/48/audio-volume-off.png +share/icons/matefaenzagray/status/48/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/48/avatar-default.png +share/icons/matefaenzagray/status/48/battery-000.png +share/icons/matefaenzagray/status/48/battery_caution.png +share/icons/matefaenzagray/status/48/battery_charged.png +share/icons/matefaenzagray/status/48/battery_empty.png +share/icons/matefaenzagray/status/48/battery_full.png +share/icons/matefaenzagray/status/48/battery_low.png +share/icons/matefaenzagray/status/48/battery_plugged.png +share/icons/matefaenzagray/status/48/battery_third_fouth.png +share/icons/matefaenzagray/status/48/battery_two_thirds.png +share/icons/matefaenzagray/status/48/blueman-tray.png +share/icons/matefaenzagray/status/48/bluetooth-active.png +share/icons/matefaenzagray/status/48/bluetooth-disabled.png +share/icons/matefaenzagray/status/48/bluetooth-paired.png +share/icons/matefaenzagray/status/48/connect_creating.png +share/icons/matefaenzagray/status/48/connect_established.png +share/icons/matefaenzagray/status/48/connect_no.png +share/icons/matefaenzagray/status/48/dialog-error.png +share/icons/matefaenzagray/status/48/dialog-info.png +share/icons/matefaenzagray/status/48/dialog-information.png +share/icons/matefaenzagray/status/48/dialog-password.png +share/icons/matefaenzagray/status/48/dialog-question.png +share/icons/matefaenzagray/status/48/dialog-warning.png +share/icons/matefaenzagray/status/48/edittrash.png +share/icons/matefaenzagray/status/48/empathy-available.png +share/icons/matefaenzagray/status/48/empathy-away.png +share/icons/matefaenzagray/status/48/empathy-busy.png +share/icons/matefaenzagray/status/48/empathy-extended-away.png +share/icons/matefaenzagray/status/48/empathy-invisible.png +share/icons/matefaenzagray/status/48/empathy-offline.png +share/icons/matefaenzagray/status/48/error.png +share/icons/matefaenzagray/status/48/exaile-pause.png +share/icons/matefaenzagray/status/48/glipper.png +share/icons/matefaenzagray/status/48/glippy-panel.png +share/icons/matefaenzagray/status/48/gmp-ups-missing.png +share/icons/matefaenzagray/status/48/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/48/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/48/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/48/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/48/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/48/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/48/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/48/gnome-netstatus-error.png +share/icons/matefaenzagray/status/48/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/48/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/48/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/48/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/48/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/48/gpm-ac-adapter.png +share/icons/matefaenzagray/status/48/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-000.png +share/icons/matefaenzagray/status/48/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-020.png +share/icons/matefaenzagray/status/48/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-040.png +share/icons/matefaenzagray/status/48/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-060.png +share/icons/matefaenzagray/status/48/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-080.png +share/icons/matefaenzagray/status/48/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-100.png +share/icons/matefaenzagray/status/48/gpm-battery-charged.png +share/icons/matefaenzagray/status/48/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-000.png +share/icons/matefaenzagray/status/48/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-020.png +share/icons/matefaenzagray/status/48/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-040.png +share/icons/matefaenzagray/status/48/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-060.png +share/icons/matefaenzagray/status/48/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-080.png +share/icons/matefaenzagray/status/48/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-100.png +share/icons/matefaenzagray/status/48/gpm-primary-charged.png +share/icons/matefaenzagray/status/48/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-000.png +share/icons/matefaenzagray/status/48/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-020.png +share/icons/matefaenzagray/status/48/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-040.png +share/icons/matefaenzagray/status/48/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-060.png +share/icons/matefaenzagray/status/48/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-080.png +share/icons/matefaenzagray/status/48/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-100.png +share/icons/matefaenzagray/status/48/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/48/gtk-dialog-error.png +share/icons/matefaenzagray/status/48/gtk-dialog-info.png +share/icons/matefaenzagray/status/48/gtk-dialog-question.png +share/icons/matefaenzagray/status/48/gtk-dialog-warning.png +share/icons/matefaenzagray/status/48/gtk-missing-image.png +share/icons/matefaenzagray/status/48/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/48/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/48/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/48/ibus-keyboard.png +share/icons/matefaenzagray/status/48/image-loading.png +share/icons/matefaenzagray/status/48/image-missing.png +share/icons/matefaenzagray/status/48/indicator-messages-new.png +share/icons/matefaenzagray/status/48/indicator-messages.png +share/icons/matefaenzagray/status/48/info.png +share/icons/matefaenzagray/status/48/keys.png +share/icons/matefaenzagray/status/48/krb-expiring-ticket.png +share/icons/matefaenzagray/status/48/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/48/krb-valid-ticket.png +share/icons/matefaenzagray/status/48/locked.png +share/icons/matefaenzagray/status/48/locked.xpm +share/icons/matefaenzagray/status/48/messagebox_critical.png +share/icons/matefaenzagray/status/48/messagebox_info.png +share/icons/matefaenzagray/status/48/messagebox_warning.png +share/icons/matefaenzagray/status/48/network-error.png +share/icons/matefaenzagray/status/48/network-idle.png +share/icons/matefaenzagray/status/48/network-offline.png +share/icons/matefaenzagray/status/48/network-receive.png +share/icons/matefaenzagray/status/48/network-transmit-receive.png +share/icons/matefaenzagray/status/48/network-transmit.png +share/icons/matefaenzagray/status/48/network-wired-disconnected.png +share/icons/matefaenzagray/status/48/network-wireless-encrypted.png +share/icons/matefaenzagray/status/48/new-messages-red.png +share/icons/matefaenzagray/status/48/nm-adhoc.png +share/icons/matefaenzagray/status/48/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/48/nm-device-wired-secure.png +share/icons/matefaenzagray/status/48/nm-device-wired.png +share/icons/matefaenzagray/status/48/nm-device-wireless.png +share/icons/matefaenzagray/status/48/nm-device-wwan.png +share/icons/matefaenzagray/status/48/nm-no-connection.png +share/icons/matefaenzagray/status/48/nm-secure-lock.png +share/icons/matefaenzagray/status/48/nm-signal-0.png +share/icons/matefaenzagray/status/48/nm-signal-00-secure.png +share/icons/matefaenzagray/status/48/nm-signal-00.png +share/icons/matefaenzagray/status/48/nm-signal-100-secure.png +share/icons/matefaenzagray/status/48/nm-signal-100.png +share/icons/matefaenzagray/status/48/nm-signal-25-secure.png +share/icons/matefaenzagray/status/48/nm-signal-25.png +share/icons/matefaenzagray/status/48/nm-signal-50-secure.png +share/icons/matefaenzagray/status/48/nm-signal-50.png +share/icons/matefaenzagray/status/48/nm-signal-75-secure.png +share/icons/matefaenzagray/status/48/nm-signal-75.png +share/icons/matefaenzagray/status/48/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/48/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/48/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/48/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/48/nm-vpn-lock.png +share/icons/matefaenzagray/status/48/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/48/notification-audio-volume-high.png +share/icons/matefaenzagray/status/48/notification-audio-volume-low.png +share/icons/matefaenzagray/status/48/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/48/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/48/notification-audio-volume-off.png +share/icons/matefaenzagray/status/48/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-000.png +share/icons/matefaenzagray/status/48/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-020.png +share/icons/matefaenzagray/status/48/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-040.png +share/icons/matefaenzagray/status/48/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-060.png +share/icons/matefaenzagray/status/48/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-080.png +share/icons/matefaenzagray/status/48/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-100.png +share/icons/matefaenzagray/status/48/notification-battery-empty.png +share/icons/matefaenzagray/status/48/notification-battery-low.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/48/notification-gsm-full.png +share/icons/matefaenzagray/status/48/notification-gsm-high.png +share/icons/matefaenzagray/status/48/notification-gsm-low.png +share/icons/matefaenzagray/status/48/notification-gsm-medium.png +share/icons/matefaenzagray/status/48/notification-gsm-none.png +share/icons/matefaenzagray/status/48/notification-network-disconnected.png +share/icons/matefaenzagray/status/48/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/48/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/48/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/48/notification-network-wireless-full.png +share/icons/matefaenzagray/status/48/notification-network-wireless-high.png +share/icons/matefaenzagray/status/48/notification-network-wireless-low.png +share/icons/matefaenzagray/status/48/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/48/notification-network-wireless-none.png +share/icons/matefaenzagray/status/48/printer-error.png +share/icons/matefaenzagray/status/48/printer-printing.png +share/icons/matefaenzagray/status/48/skype_away.png +share/icons/matefaenzagray/status/48/skype_dnd.png +share/icons/matefaenzagray/status/48/skype_invisible.png +share/icons/matefaenzagray/status/48/skype_na.png +share/icons/matefaenzagray/status/48/skype_offline.png +share/icons/matefaenzagray/status/48/skype_online.png +share/icons/matefaenzagray/status/48/skype_skypeme.png +share/icons/matefaenzagray/status/48/sound-icon.png +share/icons/matefaenzagray/status/48/status_lock.png +share/icons/matefaenzagray/status/48/stock_appointment-reminder.png +share/icons/matefaenzagray/status/48/stock_dialog-error.png +share/icons/matefaenzagray/status/48/stock_dialog-info.png +share/icons/matefaenzagray/status/48/stock_dialog-question.png +share/icons/matefaenzagray/status/48/stock_dialog-warning.png +share/icons/matefaenzagray/status/48/stock_lock.png +share/icons/matefaenzagray/status/48/stock_trash_full.png +share/icons/matefaenzagray/status/48/stock_volume-0.png +share/icons/matefaenzagray/status/48/stock_volume-max.png +share/icons/matefaenzagray/status/48/stock_volume-med.png +share/icons/matefaenzagray/status/48/stock_volume-min.png +share/icons/matefaenzagray/status/48/stock_volume-mute.png +share/icons/matefaenzagray/status/48/stock_volume.png +share/icons/matefaenzagray/status/48/stock_weather-night-clear.png +share/icons/matefaenzagray/status/48/stock_weather-sunny.png +share/icons/matefaenzagray/status/48/sunny.png +share/icons/matefaenzagray/status/48/system-devices-panel-alert.png +share/icons/matefaenzagray/status/48/system-devices-panel-informations.png +share/icons/matefaenzagray/status/48/system-devices-panel.png +share/icons/matefaenzagray/status/48/trashcan_full.png +share/icons/matefaenzagray/status/48/user-available.png +share/icons/matefaenzagray/status/48/user-away.png +share/icons/matefaenzagray/status/48/user-busy.png +share/icons/matefaenzagray/status/48/user-extended-away.png +share/icons/matefaenzagray/status/48/user-invisible.png +share/icons/matefaenzagray/status/48/user-offline.png +share/icons/matefaenzagray/status/48/user-trash-full.png +share/icons/matefaenzagray/status/48/weather-clear-night-000.png +share/icons/matefaenzagray/status/48/weather-clear-night-010.png +share/icons/matefaenzagray/status/48/weather-clear-night-020.png +share/icons/matefaenzagray/status/48/weather-clear-night-030.png +share/icons/matefaenzagray/status/48/weather-clear-night-040.png +share/icons/matefaenzagray/status/48/weather-clear-night-050.png +share/icons/matefaenzagray/status/48/weather-clear-night-060.png +share/icons/matefaenzagray/status/48/weather-clear-night-070.png +share/icons/matefaenzagray/status/48/weather-clear-night-080.png +share/icons/matefaenzagray/status/48/weather-clear-night-090.png +share/icons/matefaenzagray/status/48/weather-clear-night-100.png +share/icons/matefaenzagray/status/48/weather-clear-night-110.png +share/icons/matefaenzagray/status/48/weather-clear-night-120.png +share/icons/matefaenzagray/status/48/weather-clear-night-130.png +share/icons/matefaenzagray/status/48/weather-clear-night-140.png +share/icons/matefaenzagray/status/48/weather-clear-night-150.png +share/icons/matefaenzagray/status/48/weather-clear-night-160.png +share/icons/matefaenzagray/status/48/weather-clear-night-170.png +share/icons/matefaenzagray/status/48/weather-clear-night-180.png +share/icons/matefaenzagray/status/48/weather-clear-night-190.png +share/icons/matefaenzagray/status/48/weather-clear-night-200.png +share/icons/matefaenzagray/status/48/weather-clear-night-210.png +share/icons/matefaenzagray/status/48/weather-clear-night-220.png +share/icons/matefaenzagray/status/48/weather-clear-night-230.png +share/icons/matefaenzagray/status/48/weather-clear-night-240.png +share/icons/matefaenzagray/status/48/weather-clear-night-250.png +share/icons/matefaenzagray/status/48/weather-clear-night-260.png +share/icons/matefaenzagray/status/48/weather-clear-night-270.png +share/icons/matefaenzagray/status/48/weather-clear-night-280.png +share/icons/matefaenzagray/status/48/weather-clear-night-290.png +share/icons/matefaenzagray/status/48/weather-clear-night-300.png +share/icons/matefaenzagray/status/48/weather-clear-night-310.png +share/icons/matefaenzagray/status/48/weather-clear-night-320.png +share/icons/matefaenzagray/status/48/weather-clear-night-330.png +share/icons/matefaenzagray/status/48/weather-clear-night-340.png +share/icons/matefaenzagray/status/48/weather-clear-night-350.png +share/icons/matefaenzagray/status/48/weather-clear-night.png +share/icons/matefaenzagray/status/48/weather-clear.png +share/icons/matefaenzagray/status/48/weather-clouds-night.png +share/icons/matefaenzagray/status/48/weather-clouds.png +share/icons/matefaenzagray/status/48/weather-few-clouds-night.png +share/icons/matefaenzagray/status/48/weather-few-clouds.png +share/icons/matefaenzagray/status/48/weather-fog.png +share/icons/matefaenzagray/status/48/weather-overcast.png +share/icons/matefaenzagray/status/48/weather-severe-alert.png +share/icons/matefaenzagray/status/48/weather-showers-scattered.png +share/icons/matefaenzagray/status/48/weather-showers.png +share/icons/matefaenzagray/status/48/weather-snow.png +share/icons/matefaenzagray/status/48/weather-storm.png +share/icons/matefaenzagray/status/48/xfce-system-lock.png +share/icons/matefaenzagray/status/48/xfce-trash-full.png +share/icons/matefaenzagray/status/48/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/48/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/48/xfce4-notifyd.png +share/icons/matefaenzagray/status/48/xfce4-weather.png +share/icons/matefaenzagray/status/48/xfm-battery-000.png +share/icons/matefaenzagray/status/48/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/48/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-020.png +share/icons/matefaenzagray/status/48/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-040.png +share/icons/matefaenzagray/status/48/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-060.png +share/icons/matefaenzagray/status/48/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-080.png +share/icons/matefaenzagray/status/48/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-100.png +share/icons/matefaenzagray/status/48/xfpm-battery-charged.png +share/icons/matefaenzagray/status/48/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-000.png +share/icons/matefaenzagray/status/48/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-020.png +share/icons/matefaenzagray/status/48/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-040.png +share/icons/matefaenzagray/status/48/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-060.png +share/icons/matefaenzagray/status/48/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-080.png +share/icons/matefaenzagray/status/48/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-100.png +share/icons/matefaenzagray/status/48/xfpm-primary-charged.png +share/icons/matefaenzagray/status/64/appointment-soon.png +share/icons/matefaenzagray/status/64/apport.png +share/icons/matefaenzagray/status/64/aptdaemon-add.png +share/icons/matefaenzagray/status/64/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/64/aptdaemon-delete.png +share/icons/matefaenzagray/status/64/aptdaemon-resolve.png +share/icons/matefaenzagray/status/64/aptdaemon-wait.png +share/icons/matefaenzagray/status/64/audio-volume-high-panel.png +share/icons/matefaenzagray/status/64/audio-volume-high.png +share/icons/matefaenzagray/status/64/audio-volume-low-panel.png +share/icons/matefaenzagray/status/64/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/64/audio-volume-low.png +share/icons/matefaenzagray/status/64/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/64/audio-volume-medium.png +share/icons/matefaenzagray/status/64/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/64/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/64/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/64/audio-volume-muted.png +share/icons/matefaenzagray/status/64/audio-volume-off.png +share/icons/matefaenzagray/status/64/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/64/avatar-default.png +share/icons/matefaenzagray/status/64/battery-000.png +share/icons/matefaenzagray/status/64/battery_caution.png +share/icons/matefaenzagray/status/64/battery_charged.png +share/icons/matefaenzagray/status/64/battery_empty.png +share/icons/matefaenzagray/status/64/battery_full.png +share/icons/matefaenzagray/status/64/battery_low.png +share/icons/matefaenzagray/status/64/battery_plugged.png +share/icons/matefaenzagray/status/64/battery_third_fouth.png +share/icons/matefaenzagray/status/64/battery_two_thirds.png +share/icons/matefaenzagray/status/64/blueman-tray.png +share/icons/matefaenzagray/status/64/bluetooth-active.png +share/icons/matefaenzagray/status/64/bluetooth-disabled.png +share/icons/matefaenzagray/status/64/bluetooth-paired.png +share/icons/matefaenzagray/status/64/connect_creating.png +share/icons/matefaenzagray/status/64/connect_established.png +share/icons/matefaenzagray/status/64/connect_no.png +share/icons/matefaenzagray/status/64/dialog-error.png +share/icons/matefaenzagray/status/64/dialog-info.png +share/icons/matefaenzagray/status/64/dialog-information.png +share/icons/matefaenzagray/status/64/dialog-password.png +share/icons/matefaenzagray/status/64/dialog-question.png +share/icons/matefaenzagray/status/64/dialog-warning.png +share/icons/matefaenzagray/status/64/edittrash.png +share/icons/matefaenzagray/status/64/empathy-available.png +share/icons/matefaenzagray/status/64/empathy-away.png +share/icons/matefaenzagray/status/64/empathy-busy.png +share/icons/matefaenzagray/status/64/empathy-extended-away.png +share/icons/matefaenzagray/status/64/empathy-invisible.png +share/icons/matefaenzagray/status/64/empathy-offline.png +share/icons/matefaenzagray/status/64/error.png +share/icons/matefaenzagray/status/64/exaile-pause.png +share/icons/matefaenzagray/status/64/glipper.png +share/icons/matefaenzagray/status/64/glippy-panel.png +share/icons/matefaenzagray/status/64/gmp-ups-missing.png +share/icons/matefaenzagray/status/64/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/64/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/64/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/64/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/64/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/64/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/64/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/64/gnome-netstatus-error.png +share/icons/matefaenzagray/status/64/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/64/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/64/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/64/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/64/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/64/gpm-ac-adapter.png +share/icons/matefaenzagray/status/64/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-000.png +share/icons/matefaenzagray/status/64/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-020.png +share/icons/matefaenzagray/status/64/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-040.png +share/icons/matefaenzagray/status/64/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-060.png +share/icons/matefaenzagray/status/64/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-080.png +share/icons/matefaenzagray/status/64/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-100.png +share/icons/matefaenzagray/status/64/gpm-battery-charged.png +share/icons/matefaenzagray/status/64/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-000.png +share/icons/matefaenzagray/status/64/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-020.png +share/icons/matefaenzagray/status/64/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-040.png +share/icons/matefaenzagray/status/64/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-060.png +share/icons/matefaenzagray/status/64/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-080.png +share/icons/matefaenzagray/status/64/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-100.png +share/icons/matefaenzagray/status/64/gpm-primary-charged.png +share/icons/matefaenzagray/status/64/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-000.png +share/icons/matefaenzagray/status/64/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-020.png +share/icons/matefaenzagray/status/64/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-040.png +share/icons/matefaenzagray/status/64/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-060.png +share/icons/matefaenzagray/status/64/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-080.png +share/icons/matefaenzagray/status/64/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-100.png +share/icons/matefaenzagray/status/64/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/64/gtk-dialog-error.png +share/icons/matefaenzagray/status/64/gtk-dialog-info.png +share/icons/matefaenzagray/status/64/gtk-dialog-question.png +share/icons/matefaenzagray/status/64/gtk-dialog-warning.png +share/icons/matefaenzagray/status/64/gtk-missing-image.png +share/icons/matefaenzagray/status/64/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/64/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/64/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/64/ibus-keyboard.png +share/icons/matefaenzagray/status/64/image-loading.png +share/icons/matefaenzagray/status/64/image-missing.png +share/icons/matefaenzagray/status/64/indicator-messages-new.png +share/icons/matefaenzagray/status/64/indicator-messages.png +share/icons/matefaenzagray/status/64/info.png +share/icons/matefaenzagray/status/64/keys.png +share/icons/matefaenzagray/status/64/krb-expiring-ticket.png +share/icons/matefaenzagray/status/64/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/64/krb-valid-ticket.png +share/icons/matefaenzagray/status/64/locked.png +share/icons/matefaenzagray/status/64/messagebox_critical.png +share/icons/matefaenzagray/status/64/messagebox_info.png +share/icons/matefaenzagray/status/64/messagebox_warning.png +share/icons/matefaenzagray/status/64/network-error.png +share/icons/matefaenzagray/status/64/network-idle.png +share/icons/matefaenzagray/status/64/network-offline.png +share/icons/matefaenzagray/status/64/network-receive.png +share/icons/matefaenzagray/status/64/network-transmit-receive.png +share/icons/matefaenzagray/status/64/network-transmit.png +share/icons/matefaenzagray/status/64/network-wireless-encrypted.png +share/icons/matefaenzagray/status/64/new-messages-red.png +share/icons/matefaenzagray/status/64/nm-adhoc.png +share/icons/matefaenzagray/status/64/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/64/nm-device-wired-secure.png +share/icons/matefaenzagray/status/64/nm-device-wired.png +share/icons/matefaenzagray/status/64/nm-device-wireless.png +share/icons/matefaenzagray/status/64/nm-device-wwan.png +share/icons/matefaenzagray/status/64/nm-no-connection.png +share/icons/matefaenzagray/status/64/nm-secure-lock.png +share/icons/matefaenzagray/status/64/nm-signal-0.png +share/icons/matefaenzagray/status/64/nm-signal-00-secure.png +share/icons/matefaenzagray/status/64/nm-signal-00.png +share/icons/matefaenzagray/status/64/nm-signal-100-secure.png +share/icons/matefaenzagray/status/64/nm-signal-100.png +share/icons/matefaenzagray/status/64/nm-signal-25-secure.png +share/icons/matefaenzagray/status/64/nm-signal-25.png +share/icons/matefaenzagray/status/64/nm-signal-50-secure.png +share/icons/matefaenzagray/status/64/nm-signal-50.png +share/icons/matefaenzagray/status/64/nm-signal-75-secure.png +share/icons/matefaenzagray/status/64/nm-signal-75.png +share/icons/matefaenzagray/status/64/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/64/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/64/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/64/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/64/nm-vpn-lock.png +share/icons/matefaenzagray/status/64/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/64/notification-audio-volume-high.png +share/icons/matefaenzagray/status/64/notification-audio-volume-low.png +share/icons/matefaenzagray/status/64/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/64/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/64/notification-audio-volume-off.png +share/icons/matefaenzagray/status/64/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-000.png +share/icons/matefaenzagray/status/64/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-020.png +share/icons/matefaenzagray/status/64/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-040.png +share/icons/matefaenzagray/status/64/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-060.png +share/icons/matefaenzagray/status/64/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-080.png +share/icons/matefaenzagray/status/64/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-100.png +share/icons/matefaenzagray/status/64/notification-battery-empty.png +share/icons/matefaenzagray/status/64/notification-battery-low.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/64/notification-gsm-full.png +share/icons/matefaenzagray/status/64/notification-gsm-high.png +share/icons/matefaenzagray/status/64/notification-gsm-low.png +share/icons/matefaenzagray/status/64/notification-gsm-medium.png +share/icons/matefaenzagray/status/64/notification-gsm-none.png +share/icons/matefaenzagray/status/64/notification-network-disconnected.png +share/icons/matefaenzagray/status/64/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/64/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/64/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/64/notification-network-wireless-full.png +share/icons/matefaenzagray/status/64/notification-network-wireless-high.png +share/icons/matefaenzagray/status/64/notification-network-wireless-low.png +share/icons/matefaenzagray/status/64/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/64/notification-network-wireless-none.png +share/icons/matefaenzagray/status/64/printer-error.png +share/icons/matefaenzagray/status/64/printer-printing.png +share/icons/matefaenzagray/status/64/skype_away.png +share/icons/matefaenzagray/status/64/skype_dnd.png +share/icons/matefaenzagray/status/64/skype_invisible.png +share/icons/matefaenzagray/status/64/skype_na.png +share/icons/matefaenzagray/status/64/skype_offline.png +share/icons/matefaenzagray/status/64/skype_online.png +share/icons/matefaenzagray/status/64/skype_skypeme.png +share/icons/matefaenzagray/status/64/sound-icon.png +share/icons/matefaenzagray/status/64/status_lock.png +share/icons/matefaenzagray/status/64/stock_appointment-reminder.png +share/icons/matefaenzagray/status/64/stock_dialog-error.png +share/icons/matefaenzagray/status/64/stock_dialog-info.png +share/icons/matefaenzagray/status/64/stock_dialog-question.png +share/icons/matefaenzagray/status/64/stock_dialog-warning.png +share/icons/matefaenzagray/status/64/stock_lock.png +share/icons/matefaenzagray/status/64/stock_trash_full.png +share/icons/matefaenzagray/status/64/stock_volume-0.png +share/icons/matefaenzagray/status/64/stock_volume-max.png +share/icons/matefaenzagray/status/64/stock_volume-med.png +share/icons/matefaenzagray/status/64/stock_volume-min.png +share/icons/matefaenzagray/status/64/stock_volume-mute.png +share/icons/matefaenzagray/status/64/stock_volume.png +share/icons/matefaenzagray/status/64/stock_weather-night-clear.png +share/icons/matefaenzagray/status/64/stock_weather-sunny.png +share/icons/matefaenzagray/status/64/sunny.png +share/icons/matefaenzagray/status/64/system-devices-panel-alert.png +share/icons/matefaenzagray/status/64/system-devices-panel-informations.png +share/icons/matefaenzagray/status/64/system-devices-panel.png +share/icons/matefaenzagray/status/64/trashcan_full.png +share/icons/matefaenzagray/status/64/user-available.png +share/icons/matefaenzagray/status/64/user-away.png +share/icons/matefaenzagray/status/64/user-busy.png +share/icons/matefaenzagray/status/64/user-extended-away.png +share/icons/matefaenzagray/status/64/user-invisible.png +share/icons/matefaenzagray/status/64/user-offline.png +share/icons/matefaenzagray/status/64/user-trash-full.png +share/icons/matefaenzagray/status/64/weather-clear-night-000.png +share/icons/matefaenzagray/status/64/weather-clear-night-010.png +share/icons/matefaenzagray/status/64/weather-clear-night-020.png +share/icons/matefaenzagray/status/64/weather-clear-night-030.png +share/icons/matefaenzagray/status/64/weather-clear-night-040.png +share/icons/matefaenzagray/status/64/weather-clear-night-050.png +share/icons/matefaenzagray/status/64/weather-clear-night-060.png +share/icons/matefaenzagray/status/64/weather-clear-night-070.png +share/icons/matefaenzagray/status/64/weather-clear-night-080.png +share/icons/matefaenzagray/status/64/weather-clear-night-090.png +share/icons/matefaenzagray/status/64/weather-clear-night-100.png +share/icons/matefaenzagray/status/64/weather-clear-night-110.png +share/icons/matefaenzagray/status/64/weather-clear-night-120.png +share/icons/matefaenzagray/status/64/weather-clear-night-130.png +share/icons/matefaenzagray/status/64/weather-clear-night-140.png +share/icons/matefaenzagray/status/64/weather-clear-night-150.png +share/icons/matefaenzagray/status/64/weather-clear-night-160.png +share/icons/matefaenzagray/status/64/weather-clear-night-170.png +share/icons/matefaenzagray/status/64/weather-clear-night-180.png +share/icons/matefaenzagray/status/64/weather-clear-night-190.png +share/icons/matefaenzagray/status/64/weather-clear-night-200.png +share/icons/matefaenzagray/status/64/weather-clear-night-210.png +share/icons/matefaenzagray/status/64/weather-clear-night-220.png +share/icons/matefaenzagray/status/64/weather-clear-night-230.png +share/icons/matefaenzagray/status/64/weather-clear-night-240.png +share/icons/matefaenzagray/status/64/weather-clear-night-250.png +share/icons/matefaenzagray/status/64/weather-clear-night-260.png +share/icons/matefaenzagray/status/64/weather-clear-night-270.png +share/icons/matefaenzagray/status/64/weather-clear-night-280.png +share/icons/matefaenzagray/status/64/weather-clear-night-290.png +share/icons/matefaenzagray/status/64/weather-clear-night-300.png +share/icons/matefaenzagray/status/64/weather-clear-night-310.png +share/icons/matefaenzagray/status/64/weather-clear-night-320.png +share/icons/matefaenzagray/status/64/weather-clear-night-330.png +share/icons/matefaenzagray/status/64/weather-clear-night-340.png +share/icons/matefaenzagray/status/64/weather-clear-night-350.png +share/icons/matefaenzagray/status/64/weather-clear-night.png +share/icons/matefaenzagray/status/64/weather-clear.png +share/icons/matefaenzagray/status/64/weather-clouds-night.png +share/icons/matefaenzagray/status/64/weather-clouds.png +share/icons/matefaenzagray/status/64/weather-few-clouds-night.png +share/icons/matefaenzagray/status/64/weather-few-clouds.png +share/icons/matefaenzagray/status/64/weather-fog.png +share/icons/matefaenzagray/status/64/weather-overcast.png +share/icons/matefaenzagray/status/64/weather-severe-alert.png +share/icons/matefaenzagray/status/64/weather-showers-scattered.png +share/icons/matefaenzagray/status/64/weather-showers.png +share/icons/matefaenzagray/status/64/weather-snow.png +share/icons/matefaenzagray/status/64/weather-storm.png +share/icons/matefaenzagray/status/64/xfce-system-lock.png +share/icons/matefaenzagray/status/64/xfce-trash-full.png +share/icons/matefaenzagray/status/64/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/64/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/64/xfce4-notifyd.png +share/icons/matefaenzagray/status/64/xfce4-weather.png +share/icons/matefaenzagray/status/64/xfm-battery-000.png +share/icons/matefaenzagray/status/64/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/64/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-020.png +share/icons/matefaenzagray/status/64/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-040.png +share/icons/matefaenzagray/status/64/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-060.png +share/icons/matefaenzagray/status/64/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-080.png +share/icons/matefaenzagray/status/64/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-100.png +share/icons/matefaenzagray/status/64/xfpm-battery-charged.png +share/icons/matefaenzagray/status/64/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-000.png +share/icons/matefaenzagray/status/64/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-020.png +share/icons/matefaenzagray/status/64/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-040.png +share/icons/matefaenzagray/status/64/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-060.png +share/icons/matefaenzagray/status/64/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-080.png +share/icons/matefaenzagray/status/64/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-100.png +share/icons/matefaenzagray/status/64/xfpm-primary-charged.png +share/icons/matefaenzagray/status/96/appointment-soon.png +share/icons/matefaenzagray/status/96/apport.png +share/icons/matefaenzagray/status/96/aptdaemon-add.png +share/icons/matefaenzagray/status/96/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/96/aptdaemon-delete.png +share/icons/matefaenzagray/status/96/aptdaemon-resolve.png +share/icons/matefaenzagray/status/96/aptdaemon-wait.png +share/icons/matefaenzagray/status/96/audio-volume-high-panel.png +share/icons/matefaenzagray/status/96/audio-volume-high.png +share/icons/matefaenzagray/status/96/audio-volume-low-panel.png +share/icons/matefaenzagray/status/96/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/96/audio-volume-low.png +share/icons/matefaenzagray/status/96/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/96/audio-volume-medium.png +share/icons/matefaenzagray/status/96/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/96/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/96/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/96/audio-volume-muted.png +share/icons/matefaenzagray/status/96/audio-volume-off.png +share/icons/matefaenzagray/status/96/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/96/avatar-default.png +share/icons/matefaenzagray/status/96/battery-000.png +share/icons/matefaenzagray/status/96/battery_caution.png +share/icons/matefaenzagray/status/96/battery_charged.png +share/icons/matefaenzagray/status/96/battery_empty.png +share/icons/matefaenzagray/status/96/battery_full.png +share/icons/matefaenzagray/status/96/battery_low.png +share/icons/matefaenzagray/status/96/battery_plugged.png +share/icons/matefaenzagray/status/96/battery_third_fouth.png +share/icons/matefaenzagray/status/96/battery_two_thirds.png +share/icons/matefaenzagray/status/96/blueman-tray.png +share/icons/matefaenzagray/status/96/bluetooth-active.png +share/icons/matefaenzagray/status/96/bluetooth-disabled.png +share/icons/matefaenzagray/status/96/bluetooth-paired.png +share/icons/matefaenzagray/status/96/connect_creating.png +share/icons/matefaenzagray/status/96/connect_established.png +share/icons/matefaenzagray/status/96/connect_no.png +share/icons/matefaenzagray/status/96/dialog-error.png +share/icons/matefaenzagray/status/96/dialog-info.png +share/icons/matefaenzagray/status/96/dialog-information.png +share/icons/matefaenzagray/status/96/dialog-password.png +share/icons/matefaenzagray/status/96/dialog-question.png +share/icons/matefaenzagray/status/96/dialog-warning.png +share/icons/matefaenzagray/status/96/edittrash.png +share/icons/matefaenzagray/status/96/empathy-available.png +share/icons/matefaenzagray/status/96/empathy-away.png +share/icons/matefaenzagray/status/96/empathy-busy.png +share/icons/matefaenzagray/status/96/empathy-extended-away.png +share/icons/matefaenzagray/status/96/empathy-invisible.png +share/icons/matefaenzagray/status/96/empathy-offline.png +share/icons/matefaenzagray/status/96/error.png +share/icons/matefaenzagray/status/96/exaile-pause.png +share/icons/matefaenzagray/status/96/glipper.png +share/icons/matefaenzagray/status/96/glippy-panel.png +share/icons/matefaenzagray/status/96/gmp-ups-missing.png +share/icons/matefaenzagray/status/96/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/96/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/96/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/96/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/96/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/96/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/96/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/96/gnome-netstatus-error.png +share/icons/matefaenzagray/status/96/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/96/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/96/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/96/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/96/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/96/gpm-ac-adapter.png +share/icons/matefaenzagray/status/96/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-000.png +share/icons/matefaenzagray/status/96/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-020.png +share/icons/matefaenzagray/status/96/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-040.png +share/icons/matefaenzagray/status/96/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-060.png +share/icons/matefaenzagray/status/96/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-080.png +share/icons/matefaenzagray/status/96/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-100.png +share/icons/matefaenzagray/status/96/gpm-battery-charged.png +share/icons/matefaenzagray/status/96/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-000.png +share/icons/matefaenzagray/status/96/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-020.png +share/icons/matefaenzagray/status/96/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-040.png +share/icons/matefaenzagray/status/96/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-060.png +share/icons/matefaenzagray/status/96/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-080.png +share/icons/matefaenzagray/status/96/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-100.png +share/icons/matefaenzagray/status/96/gpm-primary-charged.png +share/icons/matefaenzagray/status/96/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-000.png +share/icons/matefaenzagray/status/96/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-020.png +share/icons/matefaenzagray/status/96/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-040.png +share/icons/matefaenzagray/status/96/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-060.png +share/icons/matefaenzagray/status/96/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-080.png +share/icons/matefaenzagray/status/96/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-100.png +share/icons/matefaenzagray/status/96/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/96/gtk-dialog-error.png +share/icons/matefaenzagray/status/96/gtk-dialog-info.png +share/icons/matefaenzagray/status/96/gtk-dialog-question.png +share/icons/matefaenzagray/status/96/gtk-dialog-warning.png +share/icons/matefaenzagray/status/96/gtk-missing-image.png +share/icons/matefaenzagray/status/96/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/96/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/96/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/96/ibus-keyboard.png +share/icons/matefaenzagray/status/96/image-loading.png +share/icons/matefaenzagray/status/96/image-missing.png +share/icons/matefaenzagray/status/96/indicator-messages-new.png +share/icons/matefaenzagray/status/96/indicator-messages.png +share/icons/matefaenzagray/status/96/info.png +share/icons/matefaenzagray/status/96/keys.png +share/icons/matefaenzagray/status/96/krb-expiring-ticket.png +share/icons/matefaenzagray/status/96/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/96/krb-valid-ticket.png +share/icons/matefaenzagray/status/96/locked.png +share/icons/matefaenzagray/status/96/messagebox_critical.png +share/icons/matefaenzagray/status/96/messagebox_info.png +share/icons/matefaenzagray/status/96/messagebox_warning.png +share/icons/matefaenzagray/status/96/network-error.png +share/icons/matefaenzagray/status/96/network-idle.png +share/icons/matefaenzagray/status/96/network-offline.png +share/icons/matefaenzagray/status/96/network-receive.png +share/icons/matefaenzagray/status/96/network-transmit-receive.png +share/icons/matefaenzagray/status/96/network-transmit.png +share/icons/matefaenzagray/status/96/network-wireless-encrypted.png +share/icons/matefaenzagray/status/96/new-messages-red.png +share/icons/matefaenzagray/status/96/nm-adhoc.png +share/icons/matefaenzagray/status/96/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/96/nm-device-wired-secure.png +share/icons/matefaenzagray/status/96/nm-device-wired.png +share/icons/matefaenzagray/status/96/nm-device-wireless.png +share/icons/matefaenzagray/status/96/nm-device-wwan.png +share/icons/matefaenzagray/status/96/nm-no-connection.png +share/icons/matefaenzagray/status/96/nm-secure-lock.png +share/icons/matefaenzagray/status/96/nm-signal-0.png +share/icons/matefaenzagray/status/96/nm-signal-00-secure.png +share/icons/matefaenzagray/status/96/nm-signal-00.png +share/icons/matefaenzagray/status/96/nm-signal-100-secure.png +share/icons/matefaenzagray/status/96/nm-signal-100.png +share/icons/matefaenzagray/status/96/nm-signal-25-secure.png +share/icons/matefaenzagray/status/96/nm-signal-25.png +share/icons/matefaenzagray/status/96/nm-signal-50-secure.png +share/icons/matefaenzagray/status/96/nm-signal-50.png +share/icons/matefaenzagray/status/96/nm-signal-75-secure.png +share/icons/matefaenzagray/status/96/nm-signal-75.png +share/icons/matefaenzagray/status/96/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/96/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/96/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/96/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/96/nm-vpn-lock.png +share/icons/matefaenzagray/status/96/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/96/notification-audio-volume-high.png +share/icons/matefaenzagray/status/96/notification-audio-volume-low.png +share/icons/matefaenzagray/status/96/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/96/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/96/notification-audio-volume-off.png +share/icons/matefaenzagray/status/96/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-000.png +share/icons/matefaenzagray/status/96/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-020.png +share/icons/matefaenzagray/status/96/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-040.png +share/icons/matefaenzagray/status/96/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-060.png +share/icons/matefaenzagray/status/96/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-080.png +share/icons/matefaenzagray/status/96/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-100.png +share/icons/matefaenzagray/status/96/notification-battery-empty.png +share/icons/matefaenzagray/status/96/notification-battery-low.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/96/notification-gsm-full.png +share/icons/matefaenzagray/status/96/notification-gsm-high.png +share/icons/matefaenzagray/status/96/notification-gsm-low.png +share/icons/matefaenzagray/status/96/notification-gsm-medium.png +share/icons/matefaenzagray/status/96/notification-gsm-none.png +share/icons/matefaenzagray/status/96/notification-network-disconnected.png +share/icons/matefaenzagray/status/96/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/96/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/96/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/96/notification-network-wireless-full.png +share/icons/matefaenzagray/status/96/notification-network-wireless-high.png +share/icons/matefaenzagray/status/96/notification-network-wireless-low.png +share/icons/matefaenzagray/status/96/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/96/notification-network-wireless-none.png +share/icons/matefaenzagray/status/96/printer-error.png +share/icons/matefaenzagray/status/96/printer-printing.png +share/icons/matefaenzagray/status/96/skype_away.png +share/icons/matefaenzagray/status/96/skype_dnd.png +share/icons/matefaenzagray/status/96/skype_invisible.png +share/icons/matefaenzagray/status/96/skype_na.png +share/icons/matefaenzagray/status/96/skype_offline.png +share/icons/matefaenzagray/status/96/skype_online.png +share/icons/matefaenzagray/status/96/skype_skypeme.png +share/icons/matefaenzagray/status/96/sound-icon.png +share/icons/matefaenzagray/status/96/status_lock.png +share/icons/matefaenzagray/status/96/stock_appointment-reminder.png +share/icons/matefaenzagray/status/96/stock_dialog-error.png +share/icons/matefaenzagray/status/96/stock_dialog-info.png +share/icons/matefaenzagray/status/96/stock_dialog-question.png +share/icons/matefaenzagray/status/96/stock_dialog-warning.png +share/icons/matefaenzagray/status/96/stock_lock.png +share/icons/matefaenzagray/status/96/stock_trash_full.png +share/icons/matefaenzagray/status/96/stock_volume-0.png +share/icons/matefaenzagray/status/96/stock_volume-max.png +share/icons/matefaenzagray/status/96/stock_volume-med.png +share/icons/matefaenzagray/status/96/stock_volume-min.png +share/icons/matefaenzagray/status/96/stock_volume-mute.png +share/icons/matefaenzagray/status/96/stock_volume.png +share/icons/matefaenzagray/status/96/stock_weather-night-clear.png +share/icons/matefaenzagray/status/96/stock_weather-sunny.png +share/icons/matefaenzagray/status/96/sunny.png +share/icons/matefaenzagray/status/96/system-devices-panel-alert.png +share/icons/matefaenzagray/status/96/system-devices-panel-informations.png +share/icons/matefaenzagray/status/96/system-devices-panel.png +share/icons/matefaenzagray/status/96/trashcan_full.png +share/icons/matefaenzagray/status/96/user-available.png +share/icons/matefaenzagray/status/96/user-away.png +share/icons/matefaenzagray/status/96/user-busy.png +share/icons/matefaenzagray/status/96/user-extended-away.png +share/icons/matefaenzagray/status/96/user-invisible.png +share/icons/matefaenzagray/status/96/user-offline.png +share/icons/matefaenzagray/status/96/user-trash-full.png +share/icons/matefaenzagray/status/96/weather-clear-night-000.png +share/icons/matefaenzagray/status/96/weather-clear-night-010.png +share/icons/matefaenzagray/status/96/weather-clear-night-020.png +share/icons/matefaenzagray/status/96/weather-clear-night-030.png +share/icons/matefaenzagray/status/96/weather-clear-night-040.png +share/icons/matefaenzagray/status/96/weather-clear-night-050.png +share/icons/matefaenzagray/status/96/weather-clear-night-060.png +share/icons/matefaenzagray/status/96/weather-clear-night-070.png +share/icons/matefaenzagray/status/96/weather-clear-night-080.png +share/icons/matefaenzagray/status/96/weather-clear-night-090.png +share/icons/matefaenzagray/status/96/weather-clear-night-100.png +share/icons/matefaenzagray/status/96/weather-clear-night-110.png +share/icons/matefaenzagray/status/96/weather-clear-night-120.png +share/icons/matefaenzagray/status/96/weather-clear-night-130.png +share/icons/matefaenzagray/status/96/weather-clear-night-140.png +share/icons/matefaenzagray/status/96/weather-clear-night-150.png +share/icons/matefaenzagray/status/96/weather-clear-night-160.png +share/icons/matefaenzagray/status/96/weather-clear-night-170.png +share/icons/matefaenzagray/status/96/weather-clear-night-180.png +share/icons/matefaenzagray/status/96/weather-clear-night-190.png +share/icons/matefaenzagray/status/96/weather-clear-night-200.png +share/icons/matefaenzagray/status/96/weather-clear-night-210.png +share/icons/matefaenzagray/status/96/weather-clear-night-220.png +share/icons/matefaenzagray/status/96/weather-clear-night-230.png +share/icons/matefaenzagray/status/96/weather-clear-night-240.png +share/icons/matefaenzagray/status/96/weather-clear-night-250.png +share/icons/matefaenzagray/status/96/weather-clear-night-260.png +share/icons/matefaenzagray/status/96/weather-clear-night-270.png +share/icons/matefaenzagray/status/96/weather-clear-night-280.png +share/icons/matefaenzagray/status/96/weather-clear-night-290.png +share/icons/matefaenzagray/status/96/weather-clear-night-300.png +share/icons/matefaenzagray/status/96/weather-clear-night-310.png +share/icons/matefaenzagray/status/96/weather-clear-night-320.png +share/icons/matefaenzagray/status/96/weather-clear-night-330.png +share/icons/matefaenzagray/status/96/weather-clear-night-340.png +share/icons/matefaenzagray/status/96/weather-clear-night-350.png +share/icons/matefaenzagray/status/96/weather-clear-night.png +share/icons/matefaenzagray/status/96/weather-clear.png +share/icons/matefaenzagray/status/96/weather-clouds-night.png +share/icons/matefaenzagray/status/96/weather-clouds.png +share/icons/matefaenzagray/status/96/weather-few-clouds-night.png +share/icons/matefaenzagray/status/96/weather-few-clouds.png +share/icons/matefaenzagray/status/96/weather-fog.png +share/icons/matefaenzagray/status/96/weather-overcast.png +share/icons/matefaenzagray/status/96/weather-severe-alert.png +share/icons/matefaenzagray/status/96/weather-showers-scattered.png +share/icons/matefaenzagray/status/96/weather-showers.png +share/icons/matefaenzagray/status/96/weather-snow.png +share/icons/matefaenzagray/status/96/weather-storm.png +share/icons/matefaenzagray/status/96/xfce-system-lock.png +share/icons/matefaenzagray/status/96/xfce-trash-full.png +share/icons/matefaenzagray/status/96/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/96/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/96/xfce4-notifyd.png +share/icons/matefaenzagray/status/96/xfce4-weather.png +share/icons/matefaenzagray/status/96/xfm-battery-000.png +share/icons/matefaenzagray/status/96/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/96/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-020.png +share/icons/matefaenzagray/status/96/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-040.png +share/icons/matefaenzagray/status/96/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-060.png +share/icons/matefaenzagray/status/96/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-080.png +share/icons/matefaenzagray/status/96/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-100.png +share/icons/matefaenzagray/status/96/xfpm-battery-charged.png +share/icons/matefaenzagray/status/96/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-000.png +share/icons/matefaenzagray/status/96/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-020.png +share/icons/matefaenzagray/status/96/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-040.png +share/icons/matefaenzagray/status/96/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-060.png +share/icons/matefaenzagray/status/96/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-080.png +share/icons/matefaenzagray/status/96/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-100.png +share/icons/matefaenzagray/status/96/xfpm-primary-charged.png +share/icons/matefaenzagray/status/scalable/appointment-soon.svg +share/icons/matefaenzagray/status/scalable/apport.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-add.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-cleanup.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-delete.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-resolve.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-wait.svg +share/icons/matefaenzagray/status/scalable/audio-volume-high-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-high-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-high.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low-zero-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low.svg +share/icons/matefaenzagray/status/scalable/audio-volume-medium-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-medium-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-medium.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-blocked-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-blocking-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted.svg +share/icons/matefaenzagray/status/scalable/audio-volume-off.svg +share/icons/matefaenzagray/status/scalable/audio-volume-zero-panel.svg +share/icons/matefaenzagray/status/scalable/avatar-default-symbolic.svg +share/icons/matefaenzagray/status/scalable/avatar-default.svg +share/icons/matefaenzagray/status/scalable/battery-000.svg +share/icons/matefaenzagray/status/scalable/battery-caution-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-caution-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-empty-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-empty-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-full-charged-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-full-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-full-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-good-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-good-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-low-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-missing-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery_caution.svg +share/icons/matefaenzagray/status/scalable/battery_charged.svg +share/icons/matefaenzagray/status/scalable/battery_empty.svg +share/icons/matefaenzagray/status/scalable/battery_full.svg +share/icons/matefaenzagray/status/scalable/battery_low.svg +share/icons/matefaenzagray/status/scalable/battery_plugged.svg +share/icons/matefaenzagray/status/scalable/battery_third_fouth.svg +share/icons/matefaenzagray/status/scalable/battery_two_thirds.svg +share/icons/matefaenzagray/status/scalable/blueman-tray.svg +share/icons/matefaenzagray/status/scalable/bluetooth-active-symbolic.svg +share/icons/matefaenzagray/status/scalable/bluetooth-active.svg +share/icons/matefaenzagray/status/scalable/bluetooth-disabled-symbolic.svg +share/icons/matefaenzagray/status/scalable/bluetooth-disabled.svg +share/icons/matefaenzagray/status/scalable/bluetooth-paired.svg +share/icons/matefaenzagray/status/scalable/changes-allow-symbolic.svg +share/icons/matefaenzagray/status/scalable/changes-prevent-symbolic.svg +share/icons/matefaenzagray/status/scalable/connect_creating.svg +share/icons/matefaenzagray/status/scalable/connect_established.svg +share/icons/matefaenzagray/status/scalable/connect_no.svg +share/icons/matefaenzagray/status/scalable/dialog-error-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-error.svg +share/icons/matefaenzagray/status/scalable/dialog-info.svg +share/icons/matefaenzagray/status/scalable/dialog-information-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-information.svg +share/icons/matefaenzagray/status/scalable/dialog-password-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-password.svg +share/icons/matefaenzagray/status/scalable/dialog-question-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-question.svg +share/icons/matefaenzagray/status/scalable/dialog-warning-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-warning.svg +share/icons/matefaenzagray/status/scalable/display-brightness-symbolic.svg +share/icons/matefaenzagray/status/scalable/edittrash.svg +share/icons/matefaenzagray/status/scalable/empathy-available.svg +share/icons/matefaenzagray/status/scalable/empathy-away.svg +share/icons/matefaenzagray/status/scalable/empathy-busy.svg +share/icons/matefaenzagray/status/scalable/empathy-extended-away.svg +share/icons/matefaenzagray/status/scalable/empathy-invisible.svg +share/icons/matefaenzagray/status/scalable/empathy-offline.svg +share/icons/matefaenzagray/status/scalable/error.svg +share/icons/matefaenzagray/status/scalable/exaile-pause.svg +share/icons/matefaenzagray/status/scalable/glipper.svg +share/icons/matefaenzagray/status/scalable/glippy-panel.svg +share/icons/matefaenzagray/status/scalable/gmp-ups-missing.svg +share/icons/matefaenzagray/status/scalable/gnome-dev-wavelan-encrypted.svg +share/icons/matefaenzagray/status/scalable/gnome-fs-trash-full.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-0-24.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-25-49.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-50-74.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-75-100.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-disconn.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-error.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-idle.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-rx.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-tx.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-txrx.svg +share/icons/matefaenzagray/status/scalable/gnome-stock-trash-full.svg +share/icons/matefaenzagray/status/scalable/gpm-ac-adapter.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-000-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-000.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-020-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-020.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-040-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-040.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-060-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-060.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-080-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-080.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-100-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-100.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-charged.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-000-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-000.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-020-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-020.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-040-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-040.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-060-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-060.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-080-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-080.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-100-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-100.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-charged.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-000-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-000.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-020-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-020.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-040-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-040.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-060-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-060.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-080-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-080.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-100-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-100.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-authentication.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-error.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-info.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-question.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-warning.svg +share/icons/matefaenzagray/status/scalable/gtk-missing-image.svg +share/icons/matefaenzagray/status/scalable/ibus-keyboard-glow.svg +share/icons/matefaenzagray/status/scalable/ibus-keyboard.svg +share/icons/matefaenzagray/status/scalable/image-loading.svg +share/icons/matefaenzagray/status/scalable/image-missing.svg +share/icons/matefaenzagray/status/scalable/indicator-messages-new.svg +share/icons/matefaenzagray/status/scalable/indicator-messages.svg +share/icons/matefaenzagray/status/scalable/info.svg +share/icons/matefaenzagray/status/scalable/keyboard-brightness-symbolic.svg +share/icons/matefaenzagray/status/scalable/keys.svg +share/icons/matefaenzagray/status/scalable/krb-expiring-ticket.svg +share/icons/matefaenzagray/status/scalable/krb-no-valid-ticket.svg +share/icons/matefaenzagray/status/scalable/krb-valid-ticket.svg +share/icons/matefaenzagray/status/scalable/locked.svg +share/icons/matefaenzagray/status/scalable/mail-attachment-symbolic.svg +share/icons/matefaenzagray/status/scalable/mail-read-symbolic.svg +share/icons/matefaenzagray/status/scalable/mail-unread-symbolic.svg +share/icons/matefaenzagray/status/scalable/media-playlist-repeat-symbolic.svg +share/icons/matefaenzagray/status/scalable/media-playlist-shuffle-symbolic.svg +share/icons/matefaenzagray/status/scalable/messagebox_critical.svg +share/icons/matefaenzagray/status/scalable/messagebox_info.svg +share/icons/matefaenzagray/status/scalable/messagebox_warning.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-high-symbolic.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-medium-symbolic.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-none-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-3g-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-4g-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-connected-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-edge-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-gprs-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-excellent-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-good-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-none-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-ok-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-weak-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-umts-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-error-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-error.svg +share/icons/matefaenzagray/status/scalable/network-idle.svg +share/icons/matefaenzagray/status/scalable/network-offline-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-offline.svg +share/icons/matefaenzagray/status/scalable/network-receive-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-receive.svg +share/icons/matefaenzagray/status/scalable/network-transmit-receive-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-transmit-receive.svg +share/icons/matefaenzagray/status/scalable/network-transmit-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-transmit.svg +share/icons/matefaenzagray/status/scalable/network-vpn-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-vpn-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wired-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wired-disconnected-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wired-disconnected.svg +share/icons/matefaenzagray/status/scalable/network-wired-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-encrypted-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-encrypted.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-excellent-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-good-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-none-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-ok-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-weak-symbolic.svg +share/icons/matefaenzagray/status/scalable/new-messages-red.svg +share/icons/matefaenzagray/status/scalable/nm-adhoc.svg +share/icons/matefaenzagray/status/scalable/nm-device-wired-autoip.svg +share/icons/matefaenzagray/status/scalable/nm-device-wired-secure.svg +share/icons/matefaenzagray/status/scalable/nm-device-wired.svg +share/icons/matefaenzagray/status/scalable/nm-device-wireless.svg +share/icons/matefaenzagray/status/scalable/nm-device-wwan.svg +share/icons/matefaenzagray/status/scalable/nm-no-connection.svg +share/icons/matefaenzagray/status/scalable/nm-secure-lock.svg +share/icons/matefaenzagray/status/scalable/nm-signal-0.svg +share/icons/matefaenzagray/status/scalable/nm-signal-00-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-00.svg +share/icons/matefaenzagray/status/scalable/nm-signal-100-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-100.svg +share/icons/matefaenzagray/status/scalable/nm-signal-25-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-25.svg +share/icons/matefaenzagray/status/scalable/nm-signal-50-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-50.svg +share/icons/matefaenzagray/status/scalable/nm-signal-75-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-75.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-active-lock.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-connecting12.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-connecting13.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-connecting14.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-lock.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-standalone-lock.svg +share/icons/matefaenzagray/status/scalable/non-starred-symbolic.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-high.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-low.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-medium.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-muted.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-off.svg +share/icons/matefaenzagray/status/scalable/notification-battery-000-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-000.svg +share/icons/matefaenzagray/status/scalable/notification-battery-020-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-020.svg +share/icons/matefaenzagray/status/scalable/notification-battery-040-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-040.svg +share/icons/matefaenzagray/status/scalable/notification-battery-060-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-060.svg +share/icons/matefaenzagray/status/scalable/notification-battery-080-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-080.svg +share/icons/matefaenzagray/status/scalable/notification-battery-100-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-100.svg +share/icons/matefaenzagray/status/scalable/notification-battery-empty.svg +share/icons/matefaenzagray/status/scalable/notification-battery-low.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-000-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-000.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-020-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-020.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-040-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-040.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-060-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-060.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-080-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-080.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-100-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-100.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-charged.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-empty.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-000-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-000.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-020-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-020.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-040-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-040.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-060-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-060.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-080-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-080.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-100-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-100.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-full.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-high.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-low.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-medium.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-none.svg +share/icons/matefaenzagray/status/scalable/notification-network-disconnected.svg +share/icons/matefaenzagray/status/scalable/notification-network-ethernet-connected.svg +share/icons/matefaenzagray/status/scalable/notification-network-ethernet-disconnected.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-disconnected.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-full.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-high.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-low.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-medium.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-none.svg +share/icons/matefaenzagray/status/scalable/printer-error-symbolic.svg +share/icons/matefaenzagray/status/scalable/printer-error.svg +share/icons/matefaenzagray/status/scalable/printer-printing-symbolic.svg +share/icons/matefaenzagray/status/scalable/printer-printing.svg +share/icons/matefaenzagray/status/scalable/printer-warning-symbolic.svg +share/icons/matefaenzagray/status/scalable/security-high-symbolic.svg +share/icons/matefaenzagray/status/scalable/security-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/security-medium-symbolic.svg +share/icons/matefaenzagray/status/scalable/skype_away.svg +share/icons/matefaenzagray/status/scalable/skype_dnd.svg +share/icons/matefaenzagray/status/scalable/skype_invisible.svg +share/icons/matefaenzagray/status/scalable/skype_na.svg +share/icons/matefaenzagray/status/scalable/skype_offline.svg +share/icons/matefaenzagray/status/scalable/skype_online.svg +share/icons/matefaenzagray/status/scalable/skype_skypeme.svg +share/icons/matefaenzagray/status/scalable/software-update-available-symbolic.svg +share/icons/matefaenzagray/status/scalable/software-update-urgent-symbolic.svg +share/icons/matefaenzagray/status/scalable/sound-icon.svg +share/icons/matefaenzagray/status/scalable/starred-symbolic.svg +share/icons/matefaenzagray/status/scalable/status_lock.svg +share/icons/matefaenzagray/status/scalable/stock_appointment-reminder.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-error.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-info.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-question.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-warning.svg +share/icons/matefaenzagray/status/scalable/stock_lock.svg +share/icons/matefaenzagray/status/scalable/stock_trash_full.svg +share/icons/matefaenzagray/status/scalable/stock_volume-0.svg +share/icons/matefaenzagray/status/scalable/stock_volume-max.svg +share/icons/matefaenzagray/status/scalable/stock_volume-med.svg +share/icons/matefaenzagray/status/scalable/stock_volume-min.svg +share/icons/matefaenzagray/status/scalable/stock_volume-mute.svg +share/icons/matefaenzagray/status/scalable/stock_volume.svg +share/icons/matefaenzagray/status/scalable/stock_weather-night-clear.svg +share/icons/matefaenzagray/status/scalable/stock_weather-sunny.svg +share/icons/matefaenzagray/status/scalable/sunny.svg +share/icons/matefaenzagray/status/scalable/system-devices-panel-alert.svg +share/icons/matefaenzagray/status/scalable/system-devices-panel-informations.svg +share/icons/matefaenzagray/status/scalable/system-devices-panel.svg +share/icons/matefaenzagray/status/scalable/trashcan_full.svg +share/icons/matefaenzagray/status/scalable/user-available-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-available.svg +share/icons/matefaenzagray/status/scalable/user-away-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-away.svg +share/icons/matefaenzagray/status/scalable/user-busy-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-busy.svg +share/icons/matefaenzagray/status/scalable/user-extended-away.svg +share/icons/matefaenzagray/status/scalable/user-idle-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-invisible-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-invisible.svg +share/icons/matefaenzagray/status/scalable/user-offline-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-offline.svg +share/icons/matefaenzagray/status/scalable/user-trash-full.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-000.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-010.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-020.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-030.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-040.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-050.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-060.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-070.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-080.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-090.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-100.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-110.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-120.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-130.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-140.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-150.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-160.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-170.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-180.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-190.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-200.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-210.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-220.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-230.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-240.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-250.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-260.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-270.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-280.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-290.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-300.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-310.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-320.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-330.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-340.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-350.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night.svg +share/icons/matefaenzagray/status/scalable/weather-clear-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clear.svg +share/icons/matefaenzagray/status/scalable/weather-clouds-night-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clouds-night.svg +share/icons/matefaenzagray/status/scalable/weather-clouds-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clouds.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds-night-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds-night.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds.svg +share/icons/matefaenzagray/status/scalable/weather-fog-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-fog.svg +share/icons/matefaenzagray/status/scalable/weather-overcast-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-overcast.svg +share/icons/matefaenzagray/status/scalable/weather-severe-alert-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-severe-alert.svg +share/icons/matefaenzagray/status/scalable/weather-showers-scattered-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-showers-scattered.svg +share/icons/matefaenzagray/status/scalable/weather-showers-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-showers.svg +share/icons/matefaenzagray/status/scalable/weather-snow-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-snow.svg +share/icons/matefaenzagray/status/scalable/weather-storm-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-storm.svg +share/icons/matefaenzagray/status/scalable/xfce-system-lock.svg +share/icons/matefaenzagray/status/scalable/xfce-trash-full.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-muted.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-no-muted.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-high.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-low-medium.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-low.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-medium.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-muted.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-ultra-low.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-very-high.svg +share/icons/matefaenzagray/status/scalable/xfce4-notifyd.svg +share/icons/matefaenzagray/status/scalable/xfce4-weather.svg +share/icons/matefaenzagray/status/scalable/xfm-battery-000.svg +share/icons/matefaenzagray/status/scalable/xfpm-ac-adapter.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-000-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-020-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-020.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-040-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-040.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-060-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-060.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-080-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-080.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-100-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-100.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-charged.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-000-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-000.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-020-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-020.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-040-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-040.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-060-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-060.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-080-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-080.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-100-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-100.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-charged.svg +share/icons/matefaenzagray/stock/16/avatar-default.png +share/icons/matefaenzagray/stock/16/stock_connect.png +share/icons/matefaenzagray/stock/16/stock_disconnect.png +share/icons/matefaenzagray/stock/16/stock_new-meeting.png +share/icons/matefaenzagray/stock/16/stock_people.png +share/icons/matefaenzagray/stock/16/stock_person-panel.png +share/icons/matefaenzagray/stock/16/stock_person.png +share/icons/matefaenzagray/stock/16/stock_text-monospaced.png +share/icons/matefaenzagray/stock/22/avatar-default.png +share/icons/matefaenzagray/stock/22/stock_connect.png +share/icons/matefaenzagray/stock/22/stock_disconnect.png +share/icons/matefaenzagray/stock/22/stock_new-meeting.png +share/icons/matefaenzagray/stock/22/stock_people.png +share/icons/matefaenzagray/stock/22/stock_person-panel.png +share/icons/matefaenzagray/stock/22/stock_person.png +share/icons/matefaenzagray/stock/22/stock_text-monospaced.png +share/icons/matefaenzagray/stock/24/avatar-default.png +share/icons/matefaenzagray/stock/24/stock_connect.png +share/icons/matefaenzagray/stock/24/stock_disconnect.png +share/icons/matefaenzagray/stock/24/stock_new-meeting.png +share/icons/matefaenzagray/stock/24/stock_people.png +share/icons/matefaenzagray/stock/24/stock_person-panel.png +share/icons/matefaenzagray/stock/24/stock_person.png +share/icons/matefaenzagray/stock/24/stock_text-monospaced.png +@dirrmtry share/icons/matefaenzagray/stock/24 +@dirrmtry share/icons/matefaenzagray/stock/22 +@dirrmtry share/icons/matefaenzagray/stock/16 +@dirrmtry share/icons/matefaenzagray/stock +@dirrmtry share/icons/matefaenzagray/status/scalable +@dirrmtry share/icons/matefaenzagray/status/96 +@dirrmtry share/icons/matefaenzagray/status/64 +@dirrmtry share/icons/matefaenzagray/status/48 +@dirrmtry share/icons/matefaenzagray/status/32 +@dirrmtry share/icons/matefaenzagray/status/24 +@dirrmtry share/icons/matefaenzagray/status/22 +@dirrmtry share/icons/matefaenzagray/status/16 +@dirrmtry share/icons/matefaenzagray/status +@dirrmtry share/icons/matefaenzagray/places/24 +@dirrmtry share/icons/matefaenzagray/places/22 +@dirrmtry share/icons/matefaenzagray/places +@dirrmtry share/icons/matefaenzagray/extras/radiotray/images +@dirrmtry share/icons/matefaenzagray/extras/radiotray +@dirrmtry share/icons/matefaenzagray/extras/pixmaps/guake +@dirrmtry share/icons/matefaenzagray/extras/pixmaps +@dirrmtry share/icons/matefaenzagray/extras/liferea/pixmaps +@dirrmtry share/icons/matefaenzagray/extras/liferea +@dirrmtry share/icons/matefaenzagray/extras/lastfm/icons +@dirrmtry share/icons/matefaenzagray/extras/lastfm +@dirrmtry share/icons/matefaenzagray/extras/keepassx/icons +@dirrmtry share/icons/matefaenzagray/extras/keepassx +@dirrmtry share/icons/matefaenzagray/extras/deadbeef/pixmaps +@dirrmtry share/icons/matefaenzagray/extras/deadbeef +@dirrmtry share/icons/matefaenzagray/extras +@dirrmtry share/icons/matefaenzagray/devices/24 +@dirrmtry share/icons/matefaenzagray/devices/22 +@dirrmtry share/icons/matefaenzagray/devices +@dirrmtry share/icons/matefaenzagray/categories/24 +@dirrmtry share/icons/matefaenzagray/categories/22 +@dirrmtry share/icons/matefaenzagray/categories/16 +@dirrmtry share/icons/matefaenzagray/categories +@dirrmtry share/icons/matefaenzagray/apps/24 +@dirrmtry share/icons/matefaenzagray/apps/22 +@dirrmtry share/icons/matefaenzagray/apps/16 +@dirrmtry share/icons/matefaenzagray/apps +@dirrmtry share/icons/matefaenzagray +@dirrmtry share/icons/matefaenzadark/stock/24 +@dirrmtry share/icons/matefaenzadark/stock/22 +@dirrmtry share/icons/matefaenzadark/stock/16 +@dirrmtry share/icons/matefaenzadark/stock +@dirrmtry share/icons/matefaenzadark/status/scalable +@dirrmtry share/icons/matefaenzadark/status/96 +@dirrmtry share/icons/matefaenzadark/status/64 +@dirrmtry share/icons/matefaenzadark/status/48 +@dirrmtry share/icons/matefaenzadark/status/32 +@dirrmtry share/icons/matefaenzadark/status/24 +@dirrmtry share/icons/matefaenzadark/status/22 +@dirrmtry share/icons/matefaenzadark/status/16 +@dirrmtry share/icons/matefaenzadark/status +@dirrmtry share/icons/matefaenzadark/places/24 +@dirrmtry share/icons/matefaenzadark/places/22 +@dirrmtry share/icons/matefaenzadark/places +@dirrmtry share/icons/matefaenzadark/extras/radiotray/images +@dirrmtry share/icons/matefaenzadark/extras/radiotray +@dirrmtry share/icons/matefaenzadark/extras/pixmaps/guake +@dirrmtry share/icons/matefaenzadark/extras/pixmaps +@dirrmtry share/icons/matefaenzadark/extras/liferea/pixmaps +@dirrmtry share/icons/matefaenzadark/extras/liferea +@dirrmtry share/icons/matefaenzadark/extras/lastfm/icons +@dirrmtry share/icons/matefaenzadark/extras/lastfm +@dirrmtry share/icons/matefaenzadark/extras/keepassx/icons +@dirrmtry share/icons/matefaenzadark/extras/keepassx +@dirrmtry share/icons/matefaenzadark/extras/deadbeef/pixmaps +@dirrmtry share/icons/matefaenzadark/extras/deadbeef +@dirrmtry share/icons/matefaenzadark/extras +@dirrmtry share/icons/matefaenzadark/devices/24 +@dirrmtry share/icons/matefaenzadark/devices/22 +@dirrmtry share/icons/matefaenzadark/devices +@dirrmtry share/icons/matefaenzadark/categories/24 +@dirrmtry share/icons/matefaenzadark/categories/22 +@dirrmtry share/icons/matefaenzadark/categories/16 +@dirrmtry share/icons/matefaenzadark/categories +@dirrmtry share/icons/matefaenzadark/apps/24 +@dirrmtry share/icons/matefaenzadark/apps/22 +@dirrmtry share/icons/matefaenzadark/apps/16 +@dirrmtry share/icons/matefaenzadark/apps +@dirrmtry share/icons/matefaenzadark/actions/24 +@dirrmtry share/icons/matefaenzadark/actions/22 +@dirrmtry share/icons/matefaenzadark/actions/16 +@dirrmtry share/icons/matefaenzadark/actions +@dirrmtry share/icons/matefaenzadark +@dirrmtry share/icons/matefaenza/stock/scalable +@dirrmtry share/icons/matefaenza/stock/96 +@dirrmtry share/icons/matefaenza/stock/64 +@dirrmtry share/icons/matefaenza/stock/48 +@dirrmtry share/icons/matefaenza/stock/32 +@dirrmtry share/icons/matefaenza/stock/24 +@dirrmtry share/icons/matefaenza/stock/22 +@dirrmtry share/icons/matefaenza/stock/16 +@dirrmtry share/icons/matefaenza/stock +@dirrmtry share/icons/matefaenza/status/scalable +@dirrmtry share/icons/matefaenza/status/96 +@dirrmtry share/icons/matefaenza/status/64 +@dirrmtry share/icons/matefaenza/status/48 +@dirrmtry share/icons/matefaenza/status/32 +@dirrmtry share/icons/matefaenza/status/24 +@dirrmtry share/icons/matefaenza/status/22 +@dirrmtry share/icons/matefaenza/status/16 +@dirrmtry share/icons/matefaenza/status +@dirrmtry share/icons/matefaenza/places/scalable +@dirrmtry share/icons/matefaenza/places/96 +@dirrmtry share/icons/matefaenza/places/64 +@dirrmtry share/icons/matefaenza/places/48 +@dirrmtry share/icons/matefaenza/places/32 +@dirrmtry share/icons/matefaenza/places/24 +@dirrmtry share/icons/matefaenza/places/22 +@dirrmtry share/icons/matefaenza/places/16 +@dirrmtry share/icons/matefaenza/places +@dirrmtry share/icons/matefaenza/mimetypes/scalable +@dirrmtry share/icons/matefaenza/mimetypes/96 +@dirrmtry share/icons/matefaenza/mimetypes/64 +@dirrmtry share/icons/matefaenza/mimetypes/48 +@dirrmtry share/icons/matefaenza/mimetypes/32 +@dirrmtry share/icons/matefaenza/mimetypes/24 +@dirrmtry share/icons/matefaenza/mimetypes/22 +@dirrmtry share/icons/matefaenza/mimetypes/16 +@dirrmtry share/icons/matefaenza/mimetypes +@dirrmtry share/icons/matefaenza/extras/radiotray/images +@dirrmtry share/icons/matefaenza/extras/radiotray +@dirrmtry share/icons/matefaenza/extras/pixmaps/guake +@dirrmtry share/icons/matefaenza/extras/pixmaps +@dirrmtry share/icons/matefaenza/extras/nyan +@dirrmtry share/icons/matefaenza/extras/liferea/pixmaps +@dirrmtry share/icons/matefaenza/extras/liferea +@dirrmtry share/icons/matefaenza/extras/lastfm/icons +@dirrmtry share/icons/matefaenza/extras/lastfm +@dirrmtry share/icons/matefaenza/extras/keepassx/icons +@dirrmtry share/icons/matefaenza/extras/keepassx +@dirrmtry share/icons/matefaenza/extras/deadbeef/pixmaps +@dirrmtry share/icons/matefaenza/extras/deadbeef +@dirrmtry share/icons/matefaenza/extras +@dirrmtry share/icons/matefaenza/emblems/scalable +@dirrmtry share/icons/matefaenza/emblems/96 +@dirrmtry share/icons/matefaenza/emblems/8 +@dirrmtry share/icons/matefaenza/emblems/64 +@dirrmtry share/icons/matefaenza/emblems/48 +@dirrmtry share/icons/matefaenza/emblems/32 +@dirrmtry share/icons/matefaenza/emblems/24 +@dirrmtry share/icons/matefaenza/emblems/22 +@dirrmtry share/icons/matefaenza/emblems/16 +@dirrmtry share/icons/matefaenza/emblems +@dirrmtry share/icons/matefaenza/devices/scalable +@dirrmtry share/icons/matefaenza/devices/96 +@dirrmtry share/icons/matefaenza/devices/64 +@dirrmtry share/icons/matefaenza/devices/48 +@dirrmtry share/icons/matefaenza/devices/32 +@dirrmtry share/icons/matefaenza/devices/24 +@dirrmtry share/icons/matefaenza/devices/22 +@dirrmtry share/icons/matefaenza/devices/16 +@dirrmtry share/icons/matefaenza/devices +@dirrmtry share/icons/matefaenza/categories/scalable +@dirrmtry share/icons/matefaenza/categories/96 +@dirrmtry share/icons/matefaenza/categories/64 +@dirrmtry share/icons/matefaenza/categories/48 +@dirrmtry share/icons/matefaenza/categories/32 +@dirrmtry share/icons/matefaenza/categories/24 +@dirrmtry share/icons/matefaenza/categories/22 +@dirrmtry share/icons/matefaenza/categories/16 +@dirrmtry share/icons/matefaenza/categories +@dirrmtry share/icons/matefaenza/apps/scalable +@dirrmtry share/icons/matefaenza/apps/96 +@dirrmtry share/icons/matefaenza/apps/64 +@dirrmtry share/icons/matefaenza/apps/48 +@dirrmtry share/icons/matefaenza/apps/32 +@dirrmtry share/icons/matefaenza/apps/24 +@dirrmtry share/icons/matefaenza/apps/22 +@dirrmtry share/icons/matefaenza/apps/16 +@dirrmtry share/icons/matefaenza/apps +@dirrmtry share/icons/matefaenza/actions/scalable +@dirrmtry share/icons/matefaenza/actions/96 +@dirrmtry share/icons/matefaenza/actions/64 +@dirrmtry share/icons/matefaenza/actions/48 +@dirrmtry share/icons/matefaenza/actions/32 +@dirrmtry share/icons/matefaenza/actions/24 +@dirrmtry share/icons/matefaenza/actions/22 +@dirrmtry share/icons/matefaenza/actions/16 +@dirrmtry share/icons/matefaenza/actions +@dirrmtry share/icons/matefaenza +@dirrmtry share/icons Property changes on: head/x11-themes/mate-icon-theme-faenza/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-themes/Makefile =================================================================== --- head/x11-themes/mate-themes/Makefile (nonexistent) +++ head/x11-themes/mate-themes/Makefile (revision 334661) @@ -0,0 +1,29 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= mate-themes +PORTVERSION= 1.6.1 +CATEGORIES= x11-themes mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of themes and icons for MATE + +BUILD_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ + icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ + gtk-murrine-engine>=0.98:${PORTSDIR}/x11-themes/gtk-murrine-engine + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= marco +USE_GNOME= gdkpixbuf2 gtk20 intlhack +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include Property changes on: head/x11-themes/mate-themes/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/mate-themes/distinfo =================================================================== --- head/x11-themes/mate-themes/distinfo (nonexistent) +++ head/x11-themes/mate-themes/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-themes-1.6.1.tar.xz) = d7d5c6c530f125ba63b78bba130bb9e05b9303d4e1090b96fd3703c9e99ea252 +SIZE (mate/mate-themes-1.6.1.tar.xz) = 2692780 Property changes on: head/x11-themes/mate-themes/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-themes/pkg-descr =================================================================== --- head/x11-themes/mate-themes/pkg-descr (nonexistent) +++ head/x11-themes/mate-themes/pkg-descr (revision 334661) @@ -0,0 +1,4 @@ +A collection of themes for mate-window-manager (marco) and Gtk, and some +basic icon sets. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-themes/mate-themes/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-themes/pkg-plist =================================================================== --- head/x11-themes/mate-themes/pkg-plist (nonexistent) +++ head/x11-themes/mate-themes/pkg-plist (revision 334661) @@ -0,0 +1,3969 @@ +share/icons/ContrastHigh-SVG/48x48/animations/gnome-spinner-rest.png +share/icons/ContrastHigh-SVG/48x48/animations/gnome-spinner.png +share/icons/ContrastHigh-SVG/48x48/animations/process-idle.png +share/icons/ContrastHigh-SVG/48x48/animations/process-working.png +share/icons/ContrastHigh-SVG/index.theme +share/icons/ContrastHigh-SVG/scalable/actions/add.svg +share/icons/ContrastHigh-SVG/scalable/actions/application-exit.svg +share/icons/ContrastHigh-SVG/scalable/actions/back.svg +share/icons/ContrastHigh-SVG/scalable/actions/bookmark-view.svg +share/icons/ContrastHigh-SVG/scalable/actions/bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/button_cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/centrejust.svg +share/icons/ContrastHigh-SVG/scalable/actions/contact-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/dialog-cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/dialog-close.svg +share/icons/ContrastHigh-SVG/scalable/actions/dialog-ok.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-open-recent.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-open.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-print-preview.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-print.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-properties.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-revert.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-save-as.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-save.svg +share/icons/ContrastHigh-SVG/scalable/actions/down.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-clear.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-copy.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-cut.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-delete.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-find-replace.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-find.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-paste.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-redo.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-undo.svg +share/icons/ContrastHigh-SVG/scalable/actions/editclear.svg +share/icons/ContrastHigh-SVG/scalable/actions/editcopy.svg +share/icons/ContrastHigh-SVG/scalable/actions/editcut.svg +share/icons/ContrastHigh-SVG/scalable/actions/editdelete.svg +share/icons/ContrastHigh-SVG/scalable/actions/editpaste.svg +share/icons/ContrastHigh-SVG/scalable/actions/exit.svg +share/icons/ContrastHigh-SVG/scalable/actions/filefind.svg +share/icons/ContrastHigh-SVG/scalable/actions/filenew.svg +share/icons/ContrastHigh-SVG/scalable/actions/fileopen.svg +share/icons/ContrastHigh-SVG/scalable/actions/fileprint.svg +share/icons/ContrastHigh-SVG/scalable/actions/filequickprint.svg +share/icons/ContrastHigh-SVG/scalable/actions/filesave.svg +share/icons/ContrastHigh-SVG/scalable/actions/filesaveas.svg +share/icons/ContrastHigh-SVG/scalable/actions/find.svg +share/icons/ContrastHigh-SVG/scalable/actions/finish.svg +share/icons/ContrastHigh-SVG/scalable/actions/folder-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/folder_new.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-indent-less.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-indent-more.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-center.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-fill.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-left.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-right.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-strikethrough.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-underline.svg +share/icons/ContrastHigh-SVG/scalable/actions/forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-lockscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-logout.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-run.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-searchtool.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-shutdown.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-mail-fwd.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-mail-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-mail-rpl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-text-indent.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-text-unindent.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-down.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-first.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-home.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-jump.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-last.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-next.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-previous.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-top.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-up.svg +share/icons/ContrastHigh-SVG/scalable/actions/gohome.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-about.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-add.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-clear.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-close.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-copy.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-cut.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-delete.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-execute.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-find-and-replace.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-find.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-back-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-back-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-down.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-forward-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-forward-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-up.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-first-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-first-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-last-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-last-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-top.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-help.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-home.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-indent-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-indent-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-jump-to-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-jump-to-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-center.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-fill.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-left.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-right.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-leave-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-forward-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-forward-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-next-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-next-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-play-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-previous-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-previous-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-record.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-rewind-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-rewind-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-open.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-paste.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-print-preview.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-print.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-properties.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-quit.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-redo-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-refresh.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-remove.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-revert-to-saved-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-revert-to-saved-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-save-as.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-save.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-sort-ascending.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-sort-descending.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-spell-check.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-strikethrough.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-underline.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-undo-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-unindent-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-unindent-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-100.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-fit.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-in.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-out.svg +share/icons/ContrastHigh-SVG/scalable/actions/help-about.svg +share/icons/ContrastHigh-SVG/scalable/actions/help-contents.svg +share/icons/ContrastHigh-SVG/scalable/actions/help-faq.svg +share/icons/ContrastHigh-SVG/scalable/actions/help.svg +share/icons/ContrastHigh-SVG/scalable/actions/history-view.svg +share/icons/ContrastHigh-SVG/scalable/actions/insert-image.svg +share/icons/ContrastHigh-SVG/scalable/actions/insert-object.svg +share/icons/ContrastHigh-SVG/scalable/actions/insert-text.svg +share/icons/ContrastHigh-SVG/scalable/actions/kfind.svg +share/icons/ContrastHigh-SVG/scalable/actions/kfm_home.svg +share/icons/ContrastHigh-SVG/scalable/actions/leftjust.svg +share/icons/ContrastHigh-SVG/scalable/actions/list-add.svg +share/icons/ContrastHigh-SVG/scalable/actions/list-remove.svg +share/icons/ContrastHigh-SVG/scalable/actions/lock.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-mark-important.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-mark-read.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-mark-unread.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-message-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-reply-all.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-reply-sender.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-send-receive.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_new.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_reply.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_replyall.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-eject.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-playback-pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-playback-start.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-playback-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-record.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-seek-backward.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-seek-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-skip-backward.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-skip-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/next.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-flip-horizontal.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-flip-vertical.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-rotate-left.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-rotate-right.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_eject.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_end.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_fwd.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_play.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_record.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_rew.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_start.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/previous.svg +share/icons/ContrastHigh-SVG/scalable/actions/process-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/redhat-home.svg +share/icons/ContrastHigh-SVG/scalable/actions/redo.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload3.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload_all_tabs.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload_page.svg +share/icons/ContrastHigh-SVG/scalable/actions/remove.svg +share/icons/ContrastHigh-SVG/scalable/actions/revert.svg +share/icons/ContrastHigh-SVG/scalable/actions/rightjust.svg +share/icons/ContrastHigh-SVG/scalable/actions/search.svg +share/icons/ContrastHigh-SVG/scalable/actions/start.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_about.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_close.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_copy.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_cut.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_delete.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_down.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_file-properites.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_first.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_help.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_home.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_last.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_leave-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_left.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-compose.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-reply-to-all.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-reply.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-send-receive.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-fwd.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-next.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-play.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-prev.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-rec.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-rew.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-bcard.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-dir.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-text.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-window.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_paste.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_print-preview.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_print.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_properties.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_redo.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_refresh.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_right.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_save-as.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_save.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_search-and-replace.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_search.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_spellcheck.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text-strikethrough.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_center.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_indent.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_justify.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_left.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_right.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_underlined.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_unindent.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_top.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_undo.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_up.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-1.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-in.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-out.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-page.svg +share/icons/ContrastHigh-SVG/scalable/actions/stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-lock-screen.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-log-out.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-run.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-search.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-shutdown.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_strike.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_under.svg +share/icons/ContrastHigh-SVG/scalable/actions/tool-check-spelling.svg +share/icons/ContrastHigh-SVG/scalable/actions/tools-check-spelling.svg +share/icons/ContrastHigh-SVG/scalable/actions/top.svg +share/icons/ContrastHigh-SVG/scalable/actions/undo.svg +share/icons/ContrastHigh-SVG/scalable/actions/up.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-refresh.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-restore.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-sort-ascending.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-sort-descending.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmag+.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmag-.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmag1.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmagfit.svg +share/icons/ContrastHigh-SVG/scalable/actions/window-close.svg +share/icons/ContrastHigh-SVG/scalable/actions/window-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/window_fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/window_new.svg +share/icons/ContrastHigh-SVG/scalable/actions/window_nofullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/xfce-system-exit.svg +share/icons/ContrastHigh-SVG/scalable/actions/xfce-system-lock.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-best-fit.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-fit-best.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-in.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-original.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-out.svg +share/icons/ContrastHigh-SVG/scalable/apps/access.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessibility-directory.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessories-calculator.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessories-character-map.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessories-text-editor.svg +share/icons/ContrastHigh-SVG/scalable/apps/arts.svg +share/icons/ContrastHigh-SVG/scalable/apps/brasero.svg +share/icons/ContrastHigh-SVG/scalable/apps/bug-buddy.svg +share/icons/ContrastHigh-SVG/scalable/apps/calc.svg +share/icons/ContrastHigh-SVG/scalable/apps/config-language.svg +share/icons/ContrastHigh-SVG/scalable/apps/file-manager.svg +share/icons/ContrastHigh-SVG/scalable/apps/firefox-icon.svg +share/icons/ContrastHigh-SVG/scalable/apps/fonts.svg +share/icons/ContrastHigh-SVG/scalable/apps/glchess.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-calculator.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-character-map.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-help.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-mixer.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-monitor.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-settings-accessibility-technologies.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-settings-font.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/gucharmap.svg +share/icons/ContrastHigh-SVG/scalable/apps/help-browser.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-group-chat.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-mail.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-news-reader.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-web-browser.svg +share/icons/ContrastHigh-SVG/scalable/apps/kcalc.svg +share/icons/ContrastHigh-SVG/scalable/apps/kcharselect.svg +share/icons/ContrastHigh-SVG/scalable/apps/kcmsound.svg +share/icons/ContrastHigh-SVG/scalable/apps/kedit.svg +share/icons/ContrastHigh-SVG/scalable/apps/kfm.svg +share/icons/ContrastHigh-SVG/scalable/apps/khelpcenter.svg +share/icons/ContrastHigh-SVG/scalable/apps/konsole.svg +share/icons/ContrastHigh-SVG/scalable/apps/kscreensaver.svg +share/icons/ContrastHigh-SVG/scalable/apps/ksysguard.svg +share/icons/ContrastHigh-SVG/scalable/apps/locale.svg +share/icons/ContrastHigh-SVG/scalable/apps/multimedia-volume-control.svg +share/icons/ContrastHigh-SVG/scalable/apps/multimedia.svg +share/icons/ContrastHigh-SVG/scalable/apps/openterm.svg +share/icons/ContrastHigh-SVG/scalable/apps/orca.svg +share/icons/ContrastHigh-SVG/scalable/apps/pidgin.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-accessibility.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-font.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-locale.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-screensaver.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-system-network-proxy.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-system-session.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-system-windows.svg +share/icons/ContrastHigh-SVG/scalable/apps/redhat-filemanager.svg +share/icons/ContrastHigh-SVG/scalable/apps/rhythmbox.svg +share/icons/ContrastHigh-SVG/scalable/apps/screensaver.svg +share/icons/ContrastHigh-SVG/scalable/apps/sound-juicer.svg +share/icons/ContrastHigh-SVG/scalable/apps/susehelpcenter.svg +share/icons/ContrastHigh-SVG/scalable/apps/system-file-manager.svg +share/icons/ContrastHigh-SVG/scalable/apps/terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/text-editor.svg +share/icons/ContrastHigh-SVG/scalable/apps/thunderbird-icon.svg +share/icons/ContrastHigh-SVG/scalable/apps/tomboy.svg +share/icons/ContrastHigh-SVG/scalable/apps/totem.svg +share/icons/ContrastHigh-SVG/scalable/apps/utilities-system-monitor.svg +share/icons/ContrastHigh-SVG/scalable/apps/utilities-terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/volume-knob.svg +share/icons/ContrastHigh-SVG/scalable/apps/xfce-filemanager.svg +share/icons/ContrastHigh-SVG/scalable/apps/xfce-terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/xfce4-mixer.svg +share/icons/ContrastHigh-SVG/scalable/apps/xscreensaver.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-accessories.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-development.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-games.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-system.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-control-center.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-devel.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-globe.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-joystick.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-system.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-util.svg +share/icons/ContrastHigh-SVG/scalable/categories/gtk-preferences.svg +share/icons/ContrastHigh-SVG/scalable/categories/input_devices_settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/kcontrol.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_development.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_games.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_network.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_system.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_utilities.svg +share/icons/ContrastHigh-SVG/scalable/categories/preferences-desktop-peripherals.svg +share/icons/ContrastHigh-SVG/scalable/categories/preferences-desktop.svg +share/icons/ContrastHigh-SVG/scalable/categories/preferences-system.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-accessories.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-games.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-preferences.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-programming.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-sound_video.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-system_settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-system_tools.svg +share/icons/ContrastHigh-SVG/scalable/categories/stock_internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-games.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-system-settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-utils.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce4-settings.svg +share/icons/ContrastHigh-SVG/scalable/devices/3floppy_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/audio-input-microphone.svg +share/icons/ContrastHigh-SVG/scalable/devices/battery.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera-photo.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera-video.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera-web.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/cdrom_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/cdwriter_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/chardevice.svg +share/icons/ContrastHigh-SVG/scalable/devices/computer.svg +share/icons/ContrastHigh-SVG/scalable/devices/display.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-harddisk.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-optical.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-removable-media.svg +share/icons/ContrastHigh-SVG/scalable/devices/dvd_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-battery.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-cdrom-audio.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-computer.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-cdr.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-cdrw.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdr-plus.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdr.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdram.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdrw.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-dvd.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-ethernet.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-harddisk-1394.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-harddisk-usb.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-harddisk.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-ipod.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-cf.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-ms.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-sdmmc.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-sm.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-mouse-ball.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-mouse-optical.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-printer.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-removable-1394.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-removable-usb.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-removable.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-wavelan.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-fs-client.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-stock-mic.svg +share/icons/ContrastHigh-SVG/scalable/devices/gtk-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/gtk-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/gtk-harddisk.svg +share/icons/ContrastHigh-SVG/scalable/devices/harddrive.svg +share/icons/ContrastHigh-SVG/scalable/devices/hdd_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/input-keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/input-mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/input-tablet.svg +share/icons/ContrastHigh-SVG/scalable/devices/ipod_mount.svg +share/icons/ContrastHigh-SVG/scalable/devices/keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/kjobviewer.svg +share/icons/ContrastHigh-SVG/scalable/devices/kxkb.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-flash.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-optical.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-tape.svg +share/icons/ContrastHigh-SVG/scalable/devices/mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/multimedia-player.svg +share/icons/ContrastHigh-SVG/scalable/devices/network-wired.svg +share/icons/ContrastHigh-SVG/scalable/devices/network-wireless.svg +share/icons/ContrastHigh-SVG/scalable/devices/pda.svg +share/icons/ContrastHigh-SVG/scalable/devices/phone.svg +share/icons/ContrastHigh-SVG/scalable/devices/printer-remote.svg +share/icons/ContrastHigh-SVG/scalable/devices/printer.svg +share/icons/ContrastHigh-SVG/scalable/devices/printer1.svg +share/icons/ContrastHigh-SVG/scalable/devices/printmgr.svg +share/icons/ContrastHigh-SVG/scalable/devices/scanner.svg +share/icons/ContrastHigh-SVG/scalable/devices/stock_cell-phone.svg +share/icons/ContrastHigh-SVG/scalable/devices/stock_mic.svg +share/icons/ContrastHigh-SVG/scalable/devices/stock_printers.svg +share/icons/ContrastHigh-SVG/scalable/devices/system-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/system.svg +share/icons/ContrastHigh-SVG/scalable/devices/usbpendrive_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/video-display.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce-printer.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce4-display.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce4-keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce4-mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_HD.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_idetude.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_printer.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-default.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-documents.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-downloads.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-favorite.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-important.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-mail.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-noread.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-nowrite.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-photos.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-readonly.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-symbolic-link.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-system.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-unreadable.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-cool.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-plain.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-sad.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-smile-big.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-smile.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-surprise.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-wink.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-1.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-15.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-2.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-3.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-4.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-5.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-6.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-7.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-8.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.ms-word.document.macroEnabled.12.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-x-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/ascii.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/audio-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/binary.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/contents2.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/document.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/empty.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/exec.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font_bitmap.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font_truetype.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font_type1.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-fs-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-fs-regular.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-magicpoint.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-msword.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-ogg.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-pdf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-postscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-rtf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-wordperfect.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-abiword.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-applix-word.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-dvi.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-afm.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-killustrator.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-kspread.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-kword.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-perl.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-php.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-scribus.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-shellscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-tex.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-audio.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-image.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-html.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-csh.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-python.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-sh.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-vcard.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-zsh.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-video.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-x-font-afm.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gtk-file.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/html.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/image-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/image.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/kpresenter_kpr.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/mime_ascii.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/misc.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/package_editors.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/package_wordprocessing.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/plan.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/shellscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/sound.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/stock_addressbook.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/stock_calendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/stock_script.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/template_source.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-html.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-generic-template.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-preview.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-script.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/txt.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/txt2.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/unknown.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/vcalendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/vcard.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/video-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/video.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/wordprocessing.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/www.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-address-book.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-calendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-document.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-presentation.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/places/desktop.svg +share/icons/ContrastHigh-SVG/scalable/places/distributor-logo.svg +share/icons/ContrastHigh-SVG/scalable/places/emptytrash.svg +share/icons/ContrastHigh-SVG/scalable/places/folder-remote.svg +share/icons/ContrastHigh-SVG/scalable/places/folder.svg +share/icons/ContrastHigh-SVG/scalable/places/folder_home.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-desktop.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-directory.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-ftp.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-home.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-network.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-nfs.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-server.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-share.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-smb.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-ssh.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-trash-empty.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-main-menu.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-nfs-server.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-smb-server.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-smb-share.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-smb-workgroup.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-stock-trash.svg +share/icons/ContrastHigh-SVG/scalable/places/gtk-directory.svg +share/icons/ContrastHigh-SVG/scalable/places/gtk-network.svg +share/icons/ContrastHigh-SVG/scalable/places/inode-directory.svg +share/icons/ContrastHigh-SVG/scalable/places/library-internet-radio.svg +share/icons/ContrastHigh-SVG/scalable/places/library-podcast.svg +share/icons/ContrastHigh-SVG/scalable/places/network-server.svg +share/icons/ContrastHigh-SVG/scalable/places/network-workgroup.svg +share/icons/ContrastHigh-SVG/scalable/places/network.svg +share/icons/ContrastHigh-SVG/scalable/places/network_local.svg +share/icons/ContrastHigh-SVG/scalable/places/novell-button.svg +share/icons/ContrastHigh-SVG/scalable/places/playlist-automatic.svg +share/icons/ContrastHigh-SVG/scalable/places/playlist.svg +share/icons/ContrastHigh-SVG/scalable/places/redhat-network-server.svg +share/icons/ContrastHigh-SVG/scalable/places/server.svg +share/icons/ContrastHigh-SVG/scalable/places/start-here.svg +share/icons/ContrastHigh-SVG/scalable/places/stock_folder.svg +share/icons/ContrastHigh-SVG/scalable/places/trashcan_empty.svg +share/icons/ContrastHigh-SVG/scalable/places/user-bookmarks.svg +share/icons/ContrastHigh-SVG/scalable/places/user-desktop.svg +share/icons/ContrastHigh-SVG/scalable/places/user-home.svg +share/icons/ContrastHigh-SVG/scalable/places/user-trash.svg +share/icons/ContrastHigh-SVG/scalable/places/xfce-trash_empty.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-high.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-low.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-medium.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-muted.svg +share/icons/ContrastHigh-SVG/scalable/status/battery-caution.svg +share/icons/ContrastHigh-SVG/scalable/status/battery-low.svg +share/icons/ContrastHigh-SVG/scalable/status/connect_no.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-error.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-information.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-password.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-question.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-warning.svg +share/icons/ContrastHigh-SVG/scalable/status/edittrash.svg +share/icons/ContrastHigh-SVG/scalable/status/error.svg +share/icons/ContrastHigh-SVG/scalable/status/folder-drag-accept.svg +share/icons/ContrastHigh-SVG/scalable/status/folder-open.svg +share/icons/ContrastHigh-SVG/scalable/status/folder-visiting.svg +share/icons/ContrastHigh-SVG/scalable/status/folder_open.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-fs-directory-accept.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-fs-directory-visiting.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-fs-trash-full.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-netstatus-disconn.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-stock-trash-full.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-authentication.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-error.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-info.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-question.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-warning.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-missing-image.svg +share/icons/ContrastHigh-SVG/scalable/status/image-missing.svg +share/icons/ContrastHigh-SVG/scalable/status/important.svg +share/icons/ContrastHigh-SVG/scalable/status/info.svg +share/icons/ContrastHigh-SVG/scalable/status/mail-attachment.svg +share/icons/ContrastHigh-SVG/scalable/status/media-playlist-repeat.svg +share/icons/ContrastHigh-SVG/scalable/status/media-playlist-shuffle.svg +share/icons/ContrastHigh-SVG/scalable/status/messagebox_critical.svg +share/icons/ContrastHigh-SVG/scalable/status/messagebox_info.svg +share/icons/ContrastHigh-SVG/scalable/status/messagebox_warning.svg +share/icons/ContrastHigh-SVG/scalable/status/network-offline.svg +share/icons/ContrastHigh-SVG/scalable/status/network-online.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-no-connection.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-100.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-25.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-50.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-75.svg +share/icons/ContrastHigh-SVG/scalable/status/printer-printing.svg +share/icons/ContrastHigh-SVG/scalable/status/software-update-available.svg +share/icons/ContrastHigh-SVG/scalable/status/software-update-urgent.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_attach.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-error.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-info.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-question.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-warning.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_open.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_repeat.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_shuffle.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_trash_full.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-0.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-max.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-med.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-min.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-mute.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-cloudy.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-few-clouds.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-fog.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-night-clear.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-night-few-clouds.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-showers.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-snow.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-storm.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-sunny.svg +share/icons/ContrastHigh-SVG/scalable/status/sunny.svg +share/icons/ContrastHigh-SVG/scalable/status/trashcan_full.svg +share/icons/ContrastHigh-SVG/scalable/status/user-trash-full.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-clear-night.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-clear.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-few-clouds-night.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-few-clouds.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-fog.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-overcast.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-showers-scattered.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-showers.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-snow.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-storm.svg +share/icons/ContrastHigh-SVG/scalable/status/xfce-trash_full.svg +share/icons/ContrastHigh/index.theme +share/icons/ContrastHighInverse/index.theme +share/icons/ContrastHighLargePrint/36x36/animations/gnome-spinner-rest.png +share/icons/ContrastHighLargePrint/36x36/animations/gnome-spinner.png +share/icons/ContrastHighLargePrint/36x36/animations/process-idle.png +share/icons/ContrastHighLargePrint/36x36/animations/process-working.png +share/icons/ContrastHighLargePrint/48x48/actions/exit.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-logout.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-run.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-searchtool.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-shutdown.png +share/icons/ContrastHighLargePrint/48x48/actions/go-home.png +share/icons/ContrastHighLargePrint/48x48/actions/gohome.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-execute.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-home.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-media-pause.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-refresh.png +share/icons/ContrastHighLargePrint/48x48/actions/kfind.png +share/icons/ContrastHighLargePrint/48x48/actions/kfm_home.png +share/icons/ContrastHighLargePrint/48x48/actions/media-playback-pause.png +share/icons/ContrastHighLargePrint/48x48/actions/player_pause.png +share/icons/ContrastHighLargePrint/48x48/actions/redhat-home.png +share/icons/ContrastHighLargePrint/48x48/actions/reload.png +share/icons/ContrastHighLargePrint/48x48/actions/reload3.png +share/icons/ContrastHighLargePrint/48x48/actions/reload_all_tabs.png +share/icons/ContrastHighLargePrint/48x48/actions/reload_page.png +share/icons/ContrastHighLargePrint/48x48/actions/search.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_home.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_media-pause.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_new-tab.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_refresh.png +share/icons/ContrastHighLargePrint/48x48/actions/system-log-out.png +share/icons/ContrastHighLargePrint/48x48/actions/system-run.png +share/icons/ContrastHighLargePrint/48x48/actions/system-search.png +share/icons/ContrastHighLargePrint/48x48/actions/system-shutdown.png +share/icons/ContrastHighLargePrint/48x48/actions/view-refresh.png +share/icons/ContrastHighLargePrint/48x48/apps/access.png +share/icons/ContrastHighLargePrint/48x48/apps/accessibility-directory.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-calculator.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-character-map.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-dictionary.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-text-editor.png +share/icons/ContrastHighLargePrint/48x48/apps/advanced-directory.png +share/icons/ContrastHighLargePrint/48x48/apps/applets-screenshooter.png +share/icons/ContrastHighLargePrint/48x48/apps/arts.png +share/icons/ContrastHighLargePrint/48x48/apps/ax-applet.png +share/icons/ContrastHighLargePrint/48x48/apps/background.png +share/icons/ContrastHighLargePrint/48x48/apps/brasero.png +share/icons/ContrastHighLargePrint/48x48/apps/calc.png +share/icons/ContrastHighLargePrint/48x48/apps/charpick.png +share/icons/ContrastHighLargePrint/48x48/apps/clock.png +share/icons/ContrastHighLargePrint/48x48/apps/config-language.png +share/icons/ContrastHighLargePrint/48x48/apps/display-capplet.png +share/icons/ContrastHighLargePrint/48x48/apps/eog.png +share/icons/ContrastHighLargePrint/48x48/apps/evince.png +share/icons/ContrastHighLargePrint/48x48/apps/evolution.png +share/icons/ContrastHighLargePrint/48x48/apps/file-manager.png +share/icons/ContrastHighLargePrint/48x48/apps/file-roller.png +share/icons/ContrastHighLargePrint/48x48/apps/firefox-icon.png +share/icons/ContrastHighLargePrint/48x48/apps/fonts.png +share/icons/ContrastHighLargePrint/48x48/apps/ghex.png +share/icons/ContrastHighLargePrint/48x48/apps/gimp.png +share/icons/ContrastHighLargePrint/48x48/apps/gkb.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-calculator.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-character-map.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-help.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-mixer.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-monitor.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-session.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-accessibility-technologies.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-background.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-font.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-keybindings.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-sound.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-theme.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-window-manager.png +share/icons/ContrastHighLargePrint/48x48/apps/gok.png +share/icons/ContrastHighLargePrint/48x48/apps/gtkam-camera.png +share/icons/ContrastHighLargePrint/48x48/apps/gucharmap.png +share/icons/ContrastHighLargePrint/48x48/apps/help-browser.png +share/icons/ContrastHighLargePrint/48x48/apps/kcalc.png +share/icons/ContrastHighLargePrint/48x48/apps/kcharselect.png +share/icons/ContrastHighLargePrint/48x48/apps/kcmkwm.png +share/icons/ContrastHighLargePrint/48x48/apps/kcmsound.png +share/icons/ContrastHighLargePrint/48x48/apps/kedit.png +share/icons/ContrastHighLargePrint/48x48/apps/key_bindings.png +share/icons/ContrastHighLargePrint/48x48/apps/kfm.png +share/icons/ContrastHighLargePrint/48x48/apps/khelpcenter.png +share/icons/ContrastHighLargePrint/48x48/apps/knotify.png +share/icons/ContrastHighLargePrint/48x48/apps/konsole.png +share/icons/ContrastHighLargePrint/48x48/apps/ksysguard.png +share/icons/ContrastHighLargePrint/48x48/apps/kwin.png +share/icons/ContrastHighLargePrint/48x48/apps/launcher-program.png +share/icons/ContrastHighLargePrint/48x48/apps/locale.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-application-generic.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-audio2.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-calc3.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-ccmime.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-ccscreensaver.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-cd.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-folder-generic.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-grecord.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-home.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-info.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-log.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-logo-icon-transparent.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-mailcheck.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-mini-commander.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-mixer-applet.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-palm.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-panel.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-searchtool-animation-rest.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-searchtool-animation.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-settings-accessibility-keyboard.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-settings-default-applications.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-settings-ui-behavior.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-starthere.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-windows.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-workspace.png +share/icons/ContrastHighLargePrint/48x48/apps/mozilla-icon.png +share/icons/ContrastHighLargePrint/48x48/apps/multimedia-volume-control.png +share/icons/ContrastHighLargePrint/48x48/apps/multimedia.png +share/icons/ContrastHighLargePrint/48x48/apps/openterm.png +share/icons/ContrastHighLargePrint/48x48/apps/orca.png +share/icons/ContrastHighLargePrint/48x48/apps/panel-drawer.png +share/icons/ContrastHighLargePrint/48x48/apps/panel-force-quit.png +share/icons/ContrastHighLargePrint/48x48/apps/perfmeter.png +share/icons/ContrastHighLargePrint/48x48/apps/pidgin.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-accessibility.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-font.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-keyboard.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-locale.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-sound.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-theme.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-system-session.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-system-windows.png +share/icons/ContrastHighLargePrint/48x48/apps/redhat-filemanager.png +share/icons/ContrastHighLargePrint/48x48/apps/rhythmbox.png +share/icons/ContrastHighLargePrint/48x48/apps/session-properties.png +share/icons/ContrastHighLargePrint/48x48/apps/smc.png +share/icons/ContrastHighLargePrint/48x48/apps/sound-juicer.png +share/icons/ContrastHighLargePrint/48x48/apps/star.png +share/icons/ContrastHighLargePrint/48x48/apps/style.png +share/icons/ContrastHighLargePrint/48x48/apps/susehelpcenter.png +share/icons/ContrastHighLargePrint/48x48/apps/system-file-manager.png +share/icons/ContrastHighLargePrint/48x48/apps/terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/text-editor.png +share/icons/ContrastHighLargePrint/48x48/apps/thunderbird-icon.png +share/icons/ContrastHighLargePrint/48x48/apps/totem.png +share/icons/ContrastHighLargePrint/48x48/apps/utilities-system-monitor.png +share/icons/ContrastHighLargePrint/48x48/apps/utilities-terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/volume-knob.png +share/icons/ContrastHighLargePrint/48x48/apps/wallpaper.png +share/icons/ContrastHighLargePrint/48x48/apps/window-capplet.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce-filemanager.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce-terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-backdrop.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-mixer.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-session.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-sound.png +share/icons/ContrastHighLargePrint/48x48/apps/xfwm4.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-accessories.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-development.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-engineering.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-games.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-internet.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-office.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-other.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-science.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-system.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-utilities.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-applications.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-control-center.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-devel.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-globe.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-joystick.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-other.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-settings.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-system.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-util.png +share/icons/ContrastHighLargePrint/48x48/categories/gtk-preferences.png +share/icons/ContrastHighLargePrint/48x48/categories/input_devices_settings.png +share/icons/ContrastHighLargePrint/48x48/categories/kcontrol.png +share/icons/ContrastHighLargePrint/48x48/categories/package_development.png +share/icons/ContrastHighLargePrint/48x48/categories/package_games.png +share/icons/ContrastHighLargePrint/48x48/categories/package_graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/package_multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/package_network.png +share/icons/ContrastHighLargePrint/48x48/categories/package_office.png +share/icons/ContrastHighLargePrint/48x48/categories/package_settings.png +share/icons/ContrastHighLargePrint/48x48/categories/package_system.png +share/icons/ContrastHighLargePrint/48x48/categories/package_utilities.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-desktop-peripherals.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-desktop-personal.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-desktop.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-other.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-system-network.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-system.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-accessories.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-games.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-internet.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-office.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-preferences.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-programming.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-sound_video.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-system_settings.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-system_tools.png +share/icons/ContrastHighLargePrint/48x48/categories/stock_internet.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-games.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-internet.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-office.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-system-settings.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-utils.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce4-settings.png +share/icons/ContrastHighLargePrint/48x48/devices/3floppy_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/cdrom_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/cdwriter_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/computer.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-harddisk.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-optical.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-removable-media.png +share/icons/ContrastHighLargePrint/48x48/devices/dvd_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-cdrom-audio.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-computer.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-cdr.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-cdrw.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdr-plus.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdr.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdram.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdrw.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-dvd.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-harddisk-1394.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-harddisk-usb.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-harddisk.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-mouse-ball.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-mouse-optical.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-printer.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-removable-1394.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-removable-usb.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-removable.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-fs-client.png +share/icons/ContrastHighLargePrint/48x48/devices/gtk-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/gtk-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/gtk-harddisk.png +share/icons/ContrastHighLargePrint/48x48/devices/harddrive.png +share/icons/ContrastHighLargePrint/48x48/devices/hdd_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/input-keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/input-mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/kjobviewer.png +share/icons/ContrastHighLargePrint/48x48/devices/kxkb.png +share/icons/ContrastHighLargePrint/48x48/devices/mate-dev-printer-network.png +share/icons/ContrastHighLargePrint/48x48/devices/mate-dev-printer-new.png +share/icons/ContrastHighLargePrint/48x48/devices/media-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/media-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/media-optical.png +share/icons/ContrastHighLargePrint/48x48/devices/mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/pda.png +share/icons/ContrastHighLargePrint/48x48/devices/printer-remote.png +share/icons/ContrastHighLargePrint/48x48/devices/printer.png +share/icons/ContrastHighLargePrint/48x48/devices/printer1.png +share/icons/ContrastHighLargePrint/48x48/devices/printmgr.png +share/icons/ContrastHighLargePrint/48x48/devices/stock_printers.png +share/icons/ContrastHighLargePrint/48x48/devices/system-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/system.png +share/icons/ContrastHighLargePrint/48x48/devices/usbpendrive_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/xfce-printer.png +share/icons/ContrastHighLargePrint/48x48/devices/xfce4-keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/xfce4-mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_HD.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_idetude.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_printer.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-default.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-desktop.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-important.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-noread.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-personal.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-special.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-unreadable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/application-x-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/ascii.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/audio-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/binary.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/contents2.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/deb.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/empty.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/exec.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/folder_tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font_bitmap.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font_truetype.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font_type1.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-fs-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-fs-regular.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-ogg.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-archive.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-arj.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-compress.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-deb.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-gzip.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-jar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lha.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lhz.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-rar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-rpm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-tarz.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-zip.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-audio.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-image.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-text-x-vcard.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-text.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-video.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-x-font-afm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-package.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gtk-file.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/image-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/image.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/mate-mime-application-x-core-file.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/mime_ascii.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/misc.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/package-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/package.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/package_editors.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/rpm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/sound.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/stock_addressbook.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/text-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/text-x-preview.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/tgz.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/txt.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/txt2.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/unknown.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/vcard.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/video-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/video.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/x-office-address-book.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/zip.png +share/icons/ContrastHighLargePrint/48x48/places/desktop.png +share/icons/ContrastHighLargePrint/48x48/places/distributor-logo.png +share/icons/ContrastHighLargePrint/48x48/places/emptytrash.png +share/icons/ContrastHighLargePrint/48x48/places/folder-remote.png +share/icons/ContrastHighLargePrint/48x48/places/folder.icon +share/icons/ContrastHighLargePrint/48x48/places/folder.png +share/icons/ContrastHighLargePrint/48x48/places/folder_home.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-desktop.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-directory.icon +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-directory.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-ftp.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-home.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-network.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-nfs.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-server.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-share.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-smb.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-ssh.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-trash-empty.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-main-menu.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-nfs-server.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-smb-server.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-stock-trash.png +share/icons/ContrastHighLargePrint/48x48/places/gtk-directory.icon +share/icons/ContrastHighLargePrint/48x48/places/gtk-directory.png +share/icons/ContrastHighLargePrint/48x48/places/gtk-network.png +share/icons/ContrastHighLargePrint/48x48/places/inode-directory.icon +share/icons/ContrastHighLargePrint/48x48/places/inode-directory.png +share/icons/ContrastHighLargePrint/48x48/places/network-server.png +share/icons/ContrastHighLargePrint/48x48/places/network-workgroup.png +share/icons/ContrastHighLargePrint/48x48/places/network.png +share/icons/ContrastHighLargePrint/48x48/places/network_local.png +share/icons/ContrastHighLargePrint/48x48/places/novell-button.png +share/icons/ContrastHighLargePrint/48x48/places/redhat-network-server.png +share/icons/ContrastHighLargePrint/48x48/places/server.png +share/icons/ContrastHighLargePrint/48x48/places/start-here.png +share/icons/ContrastHighLargePrint/48x48/places/stock_folder.icon +share/icons/ContrastHighLargePrint/48x48/places/stock_folder.png +share/icons/ContrastHighLargePrint/48x48/places/trashcan_empty.png +share/icons/ContrastHighLargePrint/48x48/places/user-desktop.png +share/icons/ContrastHighLargePrint/48x48/places/user-home.png +share/icons/ContrastHighLargePrint/48x48/places/user-trash.png +share/icons/ContrastHighLargePrint/48x48/places/xfce-trash_empty.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-high.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-low.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-medium.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-muted.png +share/icons/ContrastHighLargePrint/48x48/status/connect_creating.png +share/icons/ContrastHighLargePrint/48x48/status/connect_established.png +share/icons/ContrastHighLargePrint/48x48/status/connect_no.png +share/icons/ContrastHighLargePrint/48x48/status/edittrash.png +share/icons/ContrastHighLargePrint/48x48/status/folder-drag-accept.icon +share/icons/ContrastHighLargePrint/48x48/status/folder-drag-accept.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-fs-directory-accept.icon +share/icons/ContrastHighLargePrint/48x48/status/gnome-fs-directory-accept.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-fs-trash-full.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-disconn.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-error.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-idle.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-rx.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-tx.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-txrx.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-stock-trash-full.png +share/icons/ContrastHighLargePrint/48x48/status/network-error.png +share/icons/ContrastHighLargePrint/48x48/status/network-idle.png +share/icons/ContrastHighLargePrint/48x48/status/network-offline.png +share/icons/ContrastHighLargePrint/48x48/status/network-receive.png +share/icons/ContrastHighLargePrint/48x48/status/network-transmit-receive.png +share/icons/ContrastHighLargePrint/48x48/status/network-transmit.png +share/icons/ContrastHighLargePrint/48x48/status/nm-adhoc.png +share/icons/ContrastHighLargePrint/48x48/status/nm-device-wired.png +share/icons/ContrastHighLargePrint/48x48/status/nm-device-wireless.png +share/icons/ContrastHighLargePrint/48x48/status/nm-no-connection.png +share/icons/ContrastHighLargePrint/48x48/status/stock_trash_full.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-0.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-max.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-med.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-min.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-mute.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume.png +share/icons/ContrastHighLargePrint/48x48/status/trashcan_full.png +share/icons/ContrastHighLargePrint/48x48/status/user-trash-full.png +share/icons/ContrastHighLargePrint/48x48/status/xfce-trash_full.png +share/icons/ContrastHighLargePrint/index.theme +share/icons/ContrastHighLargePrintInverse/36x36/animations/gnome-spinner-rest.png +share/icons/ContrastHighLargePrintInverse/36x36/animations/gnome-spinner.png +share/icons/ContrastHighLargePrintInverse/36x36/animations/process-idle.png +share/icons/ContrastHighLargePrintInverse/36x36/animations/process-working.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/exit.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-logout.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-run.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-searchtool.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-shutdown.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/go-home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gohome.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-execute.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-media-pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-refresh.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/insert-image.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/insert-text.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/kfind.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/kfm_home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/mail-send-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/media-playback-pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/player_pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/redhat-home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload3.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload_all_tabs.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload_page.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/search.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_mail-send-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_media-pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_new-tab.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_refresh.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-log-out.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-run.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-search.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-shutdown.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/view-refresh.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/access.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessibility-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-calculator.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-character-map.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-dictionary.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-text-editor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/advanced-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/applets-screenshooter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/arts.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/ax-applet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/background.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/brasero.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/calc.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/charpick.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/clock.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/config-language.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/display-capplet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/eog.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/evince.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/evolution.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/file-manager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/file-roller.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/firefox-icon.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/fonts.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/ghex.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gimp.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gkb.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-calculator.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-character-map.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-help.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-mixer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-monitor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-session.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-accessibility-technologies.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-background.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-font.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-keybindings.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-sound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-theme.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-window-manager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gok.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gtkam-camera.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gucharmap.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/help-browser.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcalc.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcharselect.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcmkwm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcmsound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kedit.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/key_bindings.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kfm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/khelpcenter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/knotify.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/konsole.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/ksysguard.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kwin.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/launcher-program.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/locale.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-application-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-audio2.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-calc3.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-ccmime.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-ccscreensaver.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-cd.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-folder-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-grecord.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-home.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-info.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-log.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-logo-icon-transparent.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-mailcheck.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-mini-commander.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-mixer-applet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-palm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-panel.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-searchtool-animation-rest.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-searchtool-animation.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-settings-accessibility-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-settings-default-applications.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-settings-ui-behavior.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-starthere.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-windows.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-workspace.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mozilla-icon.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/multimedia-volume-control.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/openterm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/orca.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/panel-drawer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/panel-force-quit.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/perfmeter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/pidgin.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-accessibility.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-font.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-locale.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-sound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-theme.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-system-session.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-system-windows.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/redhat-filemanager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/rhythmbox.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/session-properties.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/smc.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/sound-juicer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/star.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/style.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/susehelpcenter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/system-file-manager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/text-editor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/thunderbird-icon.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/totem.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/utilities-system-monitor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/utilities-terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/volume-knob.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/wallpaper.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/window-capplet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce-filemanager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce-terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-backdrop.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-mixer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-session.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-sound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfwm4.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-accessories.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-development.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-engineering.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-other.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-science.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-utilities.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-applications.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-control-center.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-devel.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-globe.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-joystick.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-other.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-util.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gtk-preferences.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/input_devices_settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/kcontrol.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_development.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_network.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_utilities.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-desktop-peripherals.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-desktop-personal.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-other.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-system-network.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-accessories.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-preferences.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-programming.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-sound_video.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-system_settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-system_tools.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/stock_internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-system-settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-utils.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce4-settings.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/3floppy_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/cdrom_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/cdwriter_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/computer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-harddisk.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-optical.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-removable-media.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/dvd_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-cdrom-audio.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-computer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-cdr.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-cdrw.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr-plus.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdram.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrw.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-dvd.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-harddisk-1394.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-harddisk-usb.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-harddisk.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-mouse-ball.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-mouse-optical.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-printer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-removable-1394.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-removable-usb.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-removable.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-wavelan.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-fs-client.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gtk-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gtk-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gtk-harddisk.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/harddrive.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/hdd_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/input-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/input-mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/kjobviewer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/kxkb.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/mate-dev-printer-network.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/mate-dev-printer-new.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/media-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/media-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/media-optical.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/network-wireless.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/pda.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printer-remote.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printer1.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printmgr.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/stock_printers.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/system-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/system.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/usbpendrive_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/xfce-printer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/xfce4-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/xfce4-mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_HD.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_idetude.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_printer.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-default.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-important.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-noread.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-personal.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-special.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-unreadable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-x-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/ascii.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/audio-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/binary.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/contents2.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/deb.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/document.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/empty.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/exec.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/folder_tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font_bitmap.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font_truetype.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font_type1.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-fs-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-fs-regular.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-magicpoint.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-msword.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-ogg.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-pdf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-postscript.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-rtf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-wordperfect.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-abiword.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-archive.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-arj.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compress.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-deb.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-dvi.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzip.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-jar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kword.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lha.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lhz.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rpm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-scribus.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tarz.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tex.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-zip.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-audio.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-image.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcard.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-text.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-video.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-x-font-afm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-package.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gtk-file.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/image-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/image.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/kpresenter_kpr.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/mate-mime-application-x-core-file.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/mime_ascii.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/misc.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package_editors.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package_wordprocessing.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/plan.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/rpm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/sound.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/stock_addressbook.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/stock_calendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/template_source.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/text-x-generic-template.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/text-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/text-x-preview.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/tgz.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/txt.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/txt2.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/unknown.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/vcalendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/vcard.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/video-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/video.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/wordprocessing.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-address-book.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-calendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-document.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-presentation.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/zip.png +share/icons/ContrastHighLargePrintInverse/48x48/places/desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/places/distributor-logo.png +share/icons/ContrastHighLargePrintInverse/48x48/places/emptytrash.png +share/icons/ContrastHighLargePrintInverse/48x48/places/folder-remote.png +share/icons/ContrastHighLargePrintInverse/48x48/places/folder.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/folder.png +share/icons/ContrastHighLargePrintInverse/48x48/places/folder_home.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-directory.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-ftp.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-home.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-network.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-nfs.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-share.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-smb.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-ssh.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-trash-empty.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-main-menu.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-nfs-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-stock-trash.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gtk-directory.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/gtk-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gtk-network.png +share/icons/ContrastHighLargePrintInverse/48x48/places/inode-directory.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/inode-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network-workgroup.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network_local.png +share/icons/ContrastHighLargePrintInverse/48x48/places/novell-button.png +share/icons/ContrastHighLargePrintInverse/48x48/places/redhat-network-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/start-here.png +share/icons/ContrastHighLargePrintInverse/48x48/places/stock_folder.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/stock_folder.png +share/icons/ContrastHighLargePrintInverse/48x48/places/trashcan_empty.png +share/icons/ContrastHighLargePrintInverse/48x48/places/user-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/places/user-home.png +share/icons/ContrastHighLargePrintInverse/48x48/places/user-trash.png +share/icons/ContrastHighLargePrintInverse/48x48/places/xfce-trash_empty.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-high.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-low.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-medium.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-muted.png +share/icons/ContrastHighLargePrintInverse/48x48/status/battery-caution.png +share/icons/ContrastHighLargePrintInverse/48x48/status/battery-low.png +share/icons/ContrastHighLargePrintInverse/48x48/status/connect_creating.png +share/icons/ContrastHighLargePrintInverse/48x48/status/connect_established.png +share/icons/ContrastHighLargePrintInverse/48x48/status/connect_no.png +share/icons/ContrastHighLargePrintInverse/48x48/status/edittrash.png +share/icons/ContrastHighLargePrintInverse/48x48/status/folder-drag-accept.icon +share/icons/ContrastHighLargePrintInverse/48x48/status/folder-drag-accept.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-fs-directory-accept.icon +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-fs-directory-accept.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-fs-trash-full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-disconn.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-error.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-idle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-rx.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-tx.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-txrx.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-stock-trash-full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/media-playlist-repeat.png +share/icons/ContrastHighLargePrintInverse/48x48/status/media-playlist-shuffle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-error.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-idle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-offline.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-transmit-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-transmit.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-adhoc.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-device-wired.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-device-wireless.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-no-connection.png +share/icons/ContrastHighLargePrintInverse/48x48/status/printer-error.png +share/icons/ContrastHighLargePrintInverse/48x48/status/printer-printing.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_repeat.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_shuffle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_trash_full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-0.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-max.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-med.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-min.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-mute.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-cloudy.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-few-clouds.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-fog.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-night-clear.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-night-few-clouds.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-showers.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-snow.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-storm.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-sunny.png +share/icons/ContrastHighLargePrintInverse/48x48/status/sunny.png +share/icons/ContrastHighLargePrintInverse/48x48/status/trashcan_full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/user-trash-full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-clear-night.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-clear.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-few-clouds-night.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-few-clouds.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-fog.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-overcast.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-showers-scattered.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-showers.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-snow.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-storm.png +share/icons/ContrastHighLargePrintInverse/48x48/status/xfce-trash_full.png +share/icons/ContrastHighLargePrintInverse/index.theme +share/icons/Fog/16x16/actions/document-open.png +share/icons/Fog/16x16/actions/fileopen.png +share/icons/Fog/16x16/actions/folder-new.png +share/icons/Fog/16x16/actions/folder_new.png +share/icons/Fog/16x16/actions/gtk-open.png +share/icons/Fog/16x16/actions/stock_new-dir.png +share/icons/Fog/16x16/apps/preferences-desktop-display.png +share/icons/Fog/16x16/devices/chardevice.png +share/icons/Fog/16x16/devices/computer.png +share/icons/Fog/16x16/devices/display.png +share/icons/Fog/16x16/devices/gnome-dev-computer.png +share/icons/Fog/16x16/devices/gnome-fs-client.png +share/icons/Fog/16x16/devices/system.png +share/icons/Fog/16x16/devices/video-display.png +share/icons/Fog/16x16/devices/xfce4-display.png +share/icons/Fog/16x16/places/application-x-gnome-saved-search.png +share/icons/Fog/16x16/places/desktop.png +share/icons/Fog/16x16/places/folder-documents.png +share/icons/Fog/16x16/places/folder-download.png +share/icons/Fog/16x16/places/folder-music.png +share/icons/Fog/16x16/places/folder-new.png +share/icons/Fog/16x16/places/folder-pictures.png +share/icons/Fog/16x16/places/folder-publicshare.png +share/icons/Fog/16x16/places/folder-remote.png +share/icons/Fog/16x16/places/folder-saved-search.png +share/icons/Fog/16x16/places/folder-templates.png +share/icons/Fog/16x16/places/folder-videos.png +share/icons/Fog/16x16/places/folder.png +share/icons/Fog/16x16/places/folder_home.png +share/icons/Fog/16x16/places/gnome-fs-desktop.png +share/icons/Fog/16x16/places/gnome-fs-directory.png +share/icons/Fog/16x16/places/gnome-fs-ftp.png +share/icons/Fog/16x16/places/gnome-fs-home.png +share/icons/Fog/16x16/places/gnome-fs-nfs.png +share/icons/Fog/16x16/places/gnome-fs-share.png +share/icons/Fog/16x16/places/gnome-fs-smb.png +share/icons/Fog/16x16/places/gnome-fs-ssh.png +share/icons/Fog/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/16x16/places/gtk-directory.png +share/icons/Fog/16x16/places/inode-directory.png +share/icons/Fog/16x16/places/network.png +share/icons/Fog/16x16/places/stock_folder.png +share/icons/Fog/16x16/places/user-desktop.png +share/icons/Fog/16x16/places/user-home.png +share/icons/Fog/16x16/status/folder-drag-accept.png +share/icons/Fog/16x16/status/folder-open.png +share/icons/Fog/16x16/status/folder-visiting.png +share/icons/Fog/16x16/status/folder_open.png +share/icons/Fog/16x16/status/gnome-fs-directory-accept.png +share/icons/Fog/16x16/status/gnome-fs-directory-visiting.png +share/icons/Fog/16x16/status/stock_open.png +share/icons/Fog/22x22/actions/document-open.png +share/icons/Fog/22x22/actions/fileopen.png +share/icons/Fog/22x22/actions/folder-new.png +share/icons/Fog/22x22/actions/folder_new.png +share/icons/Fog/22x22/actions/gtk-open.png +share/icons/Fog/22x22/actions/stock_new-dir.png +share/icons/Fog/22x22/apps/preferences-desktop-display.png +share/icons/Fog/22x22/devices/chardevice.png +share/icons/Fog/22x22/devices/computer.png +share/icons/Fog/22x22/devices/display.png +share/icons/Fog/22x22/devices/gnome-dev-computer.png +share/icons/Fog/22x22/devices/gnome-fs-client.png +share/icons/Fog/22x22/devices/system.png +share/icons/Fog/22x22/devices/video-display.png +share/icons/Fog/22x22/devices/xfce4-display.png +share/icons/Fog/22x22/places/application-x-gnome-saved-search.png +share/icons/Fog/22x22/places/desktop.png +share/icons/Fog/22x22/places/folder-documents.png +share/icons/Fog/22x22/places/folder-download.png +share/icons/Fog/22x22/places/folder-music.png +share/icons/Fog/22x22/places/folder-new.png +share/icons/Fog/22x22/places/folder-pictures.png +share/icons/Fog/22x22/places/folder-publicshare.png +share/icons/Fog/22x22/places/folder-remote.png +share/icons/Fog/22x22/places/folder-saved-search.png +share/icons/Fog/22x22/places/folder-templates.png +share/icons/Fog/22x22/places/folder-videos.png +share/icons/Fog/22x22/places/folder.png +share/icons/Fog/22x22/places/folder_home.png +share/icons/Fog/22x22/places/gnome-fs-desktop.png +share/icons/Fog/22x22/places/gnome-fs-directory.png +share/icons/Fog/22x22/places/gnome-fs-ftp.png +share/icons/Fog/22x22/places/gnome-fs-home.png +share/icons/Fog/22x22/places/gnome-fs-nfs.png +share/icons/Fog/22x22/places/gnome-fs-share.png +share/icons/Fog/22x22/places/gnome-fs-smb.png +share/icons/Fog/22x22/places/gnome-fs-ssh.png +share/icons/Fog/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/22x22/places/gtk-directory.png +share/icons/Fog/22x22/places/inode-directory.png +share/icons/Fog/22x22/places/network.png +share/icons/Fog/22x22/places/stock_folder.png +share/icons/Fog/22x22/places/user-desktop.png +share/icons/Fog/22x22/places/user-home.png +share/icons/Fog/22x22/status/folder-drag-accept.png +share/icons/Fog/22x22/status/folder-open.png +share/icons/Fog/22x22/status/folder-visiting.png +share/icons/Fog/22x22/status/folder_open.png +share/icons/Fog/22x22/status/gnome-fs-directory-accept.png +share/icons/Fog/22x22/status/gnome-fs-directory-visiting.png +share/icons/Fog/22x22/status/stock_open.png +share/icons/Fog/24x24/actions/document-open.png +share/icons/Fog/24x24/actions/fileopen.png +share/icons/Fog/24x24/actions/folder-new.png +share/icons/Fog/24x24/actions/folder_new.png +share/icons/Fog/24x24/actions/gtk-open.png +share/icons/Fog/24x24/actions/stock_new-dir.png +share/icons/Fog/24x24/apps/preferences-desktop-display.png +share/icons/Fog/24x24/devices/chardevice.png +share/icons/Fog/24x24/devices/computer.png +share/icons/Fog/24x24/devices/display.png +share/icons/Fog/24x24/devices/gnome-dev-computer.png +share/icons/Fog/24x24/devices/gnome-fs-client.png +share/icons/Fog/24x24/devices/system.png +share/icons/Fog/24x24/devices/video-display.png +share/icons/Fog/24x24/devices/xfce4-display.png +share/icons/Fog/24x24/places/application-x-gnome-saved-search.png +share/icons/Fog/24x24/places/desktop.png +share/icons/Fog/24x24/places/folder-documents.png +share/icons/Fog/24x24/places/folder-download.png +share/icons/Fog/24x24/places/folder-music.png +share/icons/Fog/24x24/places/folder-new.png +share/icons/Fog/24x24/places/folder-pictures.png +share/icons/Fog/24x24/places/folder-publicshare.png +share/icons/Fog/24x24/places/folder-remote.png +share/icons/Fog/24x24/places/folder-saved-search.png +share/icons/Fog/24x24/places/folder-templates.png +share/icons/Fog/24x24/places/folder-videos.png +share/icons/Fog/24x24/places/folder.png +share/icons/Fog/24x24/places/folder_home.png +share/icons/Fog/24x24/places/gnome-fs-desktop.png +share/icons/Fog/24x24/places/gnome-fs-directory.png +share/icons/Fog/24x24/places/gnome-fs-ftp.png +share/icons/Fog/24x24/places/gnome-fs-home.png +share/icons/Fog/24x24/places/gnome-fs-nfs.png +share/icons/Fog/24x24/places/gnome-fs-share.png +share/icons/Fog/24x24/places/gnome-fs-smb.png +share/icons/Fog/24x24/places/gnome-fs-ssh.png +share/icons/Fog/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/24x24/places/gtk-directory.png +share/icons/Fog/24x24/places/inode-directory.png +share/icons/Fog/24x24/places/network.png +share/icons/Fog/24x24/places/stock_folder.png +share/icons/Fog/24x24/places/user-desktop.png +share/icons/Fog/24x24/places/user-home.png +share/icons/Fog/24x24/status/folder-drag-accept.png +share/icons/Fog/24x24/status/folder-open.png +share/icons/Fog/24x24/status/folder-visiting.png +share/icons/Fog/24x24/status/folder_open.png +share/icons/Fog/24x24/status/gnome-fs-directory-accept.png +share/icons/Fog/24x24/status/gnome-fs-directory-visiting.png +share/icons/Fog/24x24/status/stock_open.png +share/icons/Fog/256x256/actions/document-open.png +share/icons/Fog/256x256/actions/fileopen.png +share/icons/Fog/256x256/actions/folder-new.png +share/icons/Fog/256x256/actions/folder_new.png +share/icons/Fog/256x256/actions/gtk-open.png +share/icons/Fog/256x256/actions/stock_new-dir.png +share/icons/Fog/256x256/apps/preferences-desktop-display.png +share/icons/Fog/256x256/devices/chardevice.png +share/icons/Fog/256x256/devices/computer.png +share/icons/Fog/256x256/devices/display.png +share/icons/Fog/256x256/devices/gnome-dev-computer.png +share/icons/Fog/256x256/devices/gnome-fs-client.png +share/icons/Fog/256x256/devices/system.png +share/icons/Fog/256x256/devices/video-display.png +share/icons/Fog/256x256/devices/xfce4-display.png +share/icons/Fog/256x256/places/application-x-gnome-saved-search.png +share/icons/Fog/256x256/places/desktop.png +share/icons/Fog/256x256/places/folder-documents.png +share/icons/Fog/256x256/places/folder-download.png +share/icons/Fog/256x256/places/folder-music.png +share/icons/Fog/256x256/places/folder-pictures.png +share/icons/Fog/256x256/places/folder-publicshare.png +share/icons/Fog/256x256/places/folder-remote.png +share/icons/Fog/256x256/places/folder-saved-search.png +share/icons/Fog/256x256/places/folder-templates.png +share/icons/Fog/256x256/places/folder-videos.png +share/icons/Fog/256x256/places/folder.png +share/icons/Fog/256x256/places/folder_home.png +share/icons/Fog/256x256/places/gnome-fs-desktop.png +share/icons/Fog/256x256/places/gnome-fs-directory.png +share/icons/Fog/256x256/places/gnome-fs-ftp.png +share/icons/Fog/256x256/places/gnome-fs-home.png +share/icons/Fog/256x256/places/gnome-fs-nfs.png +share/icons/Fog/256x256/places/gnome-fs-share.png +share/icons/Fog/256x256/places/gnome-fs-smb.png +share/icons/Fog/256x256/places/gnome-fs-ssh.png +share/icons/Fog/256x256/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/256x256/places/gtk-directory.png +share/icons/Fog/256x256/places/inode-directory.png +share/icons/Fog/256x256/places/network.png +share/icons/Fog/256x256/places/stock_folder.png +share/icons/Fog/256x256/places/user-desktop.png +share/icons/Fog/256x256/places/user-home.png +share/icons/Fog/256x256/status/folder-drag-accept.png +share/icons/Fog/256x256/status/folder-open.png +share/icons/Fog/256x256/status/folder-visiting.png +share/icons/Fog/256x256/status/folder_open.png +share/icons/Fog/256x256/status/gnome-fs-directory-accept.png +share/icons/Fog/256x256/status/gnome-fs-directory-visiting.png +share/icons/Fog/256x256/status/stock_open.png +share/icons/Fog/32x32/actions/document-open.png +share/icons/Fog/32x32/actions/fileopen.png +share/icons/Fog/32x32/actions/folder-new.png +share/icons/Fog/32x32/actions/folder_new.png +share/icons/Fog/32x32/actions/gtk-open.png +share/icons/Fog/32x32/actions/stock_new-dir.png +share/icons/Fog/32x32/apps/preferences-desktop-display.png +share/icons/Fog/32x32/devices/chardevice.png +share/icons/Fog/32x32/devices/computer.png +share/icons/Fog/32x32/devices/display.png +share/icons/Fog/32x32/devices/gnome-dev-computer.png +share/icons/Fog/32x32/devices/gnome-fs-client.png +share/icons/Fog/32x32/devices/system.png +share/icons/Fog/32x32/devices/video-display.png +share/icons/Fog/32x32/devices/xfce4-display.png +share/icons/Fog/32x32/places/application-x-gnome-saved-search.png +share/icons/Fog/32x32/places/desktop.png +share/icons/Fog/32x32/places/folder-documents.png +share/icons/Fog/32x32/places/folder-download.png +share/icons/Fog/32x32/places/folder-music.png +share/icons/Fog/32x32/places/folder-new.png +share/icons/Fog/32x32/places/folder-pictures.png +share/icons/Fog/32x32/places/folder-publicshare.png +share/icons/Fog/32x32/places/folder-remote.png +share/icons/Fog/32x32/places/folder-saved-search.png +share/icons/Fog/32x32/places/folder-templates.png +share/icons/Fog/32x32/places/folder-videos.png +share/icons/Fog/32x32/places/folder.png +share/icons/Fog/32x32/places/folder_home.png +share/icons/Fog/32x32/places/gnome-fs-desktop.png +share/icons/Fog/32x32/places/gnome-fs-directory.png +share/icons/Fog/32x32/places/gnome-fs-ftp.png +share/icons/Fog/32x32/places/gnome-fs-home.png +share/icons/Fog/32x32/places/gnome-fs-nfs.png +share/icons/Fog/32x32/places/gnome-fs-share.png +share/icons/Fog/32x32/places/gnome-fs-smb.png +share/icons/Fog/32x32/places/gnome-fs-ssh.png +share/icons/Fog/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/32x32/places/gtk-directory.png +share/icons/Fog/32x32/places/inode-directory.png +share/icons/Fog/32x32/places/network.png +share/icons/Fog/32x32/places/stock_folder.png +share/icons/Fog/32x32/places/user-desktop.png +share/icons/Fog/32x32/places/user-home.png +share/icons/Fog/32x32/status/folder-drag-accept.png +share/icons/Fog/32x32/status/folder-open.png +share/icons/Fog/32x32/status/folder-visiting.png +share/icons/Fog/32x32/status/folder_open.png +share/icons/Fog/32x32/status/gnome-fs-directory-accept.png +share/icons/Fog/32x32/status/gnome-fs-directory-visiting.png +share/icons/Fog/32x32/status/stock_open.png +share/icons/Fog/48x48/actions/document-open.png +share/icons/Fog/48x48/actions/fileopen.png +share/icons/Fog/48x48/actions/folder-new.png +share/icons/Fog/48x48/actions/folder_new.png +share/icons/Fog/48x48/actions/gtk-open.png +share/icons/Fog/48x48/actions/stock_new-dir.png +share/icons/Fog/48x48/apps/preferences-desktop-display.png +share/icons/Fog/48x48/devices/chardevice.png +share/icons/Fog/48x48/devices/computer.png +share/icons/Fog/48x48/devices/display.png +share/icons/Fog/48x48/devices/gnome-dev-computer.png +share/icons/Fog/48x48/devices/gnome-fs-client.png +share/icons/Fog/48x48/devices/system.png +share/icons/Fog/48x48/devices/video-display.png +share/icons/Fog/48x48/devices/xfce4-display.png +share/icons/Fog/48x48/places/application-x-gnome-saved-search.png +share/icons/Fog/48x48/places/desktop.png +share/icons/Fog/48x48/places/folder-documents.png +share/icons/Fog/48x48/places/folder-download.png +share/icons/Fog/48x48/places/folder-music.png +share/icons/Fog/48x48/places/folder-pictures.png +share/icons/Fog/48x48/places/folder-publicshare.png +share/icons/Fog/48x48/places/folder-remote.png +share/icons/Fog/48x48/places/folder-saved-search.png +share/icons/Fog/48x48/places/folder-templates.png +share/icons/Fog/48x48/places/folder-videos.png +share/icons/Fog/48x48/places/folder.png +share/icons/Fog/48x48/places/folder_home.png +share/icons/Fog/48x48/places/gnome-fs-desktop.png +share/icons/Fog/48x48/places/gnome-fs-directory.png +share/icons/Fog/48x48/places/gnome-fs-ftp.png +share/icons/Fog/48x48/places/gnome-fs-home.png +share/icons/Fog/48x48/places/gnome-fs-nfs.png +share/icons/Fog/48x48/places/gnome-fs-share.png +share/icons/Fog/48x48/places/gnome-fs-smb.png +share/icons/Fog/48x48/places/gnome-fs-ssh.png +share/icons/Fog/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/48x48/places/gtk-directory.png +share/icons/Fog/48x48/places/inode-directory.png +share/icons/Fog/48x48/places/network.png +share/icons/Fog/48x48/places/stock_folder.png +share/icons/Fog/48x48/places/user-desktop.png +share/icons/Fog/48x48/places/user-home.png +share/icons/Fog/48x48/status/folder-drag-accept.png +share/icons/Fog/48x48/status/folder-open.png +share/icons/Fog/48x48/status/folder-visiting.png +share/icons/Fog/48x48/status/folder_open.png +share/icons/Fog/48x48/status/gnome-fs-directory-accept.png +share/icons/Fog/48x48/status/gnome-fs-directory-visiting.png +share/icons/Fog/48x48/status/stock_open.png +share/icons/Fog/index.theme +share/icons/MateLargePrint/index.theme +share/icons/Quid/16x16/actions/back.png +share/icons/Quid/16x16/actions/bottom.png +share/icons/Quid/16x16/actions/document-open.png +share/icons/Quid/16x16/actions/down.png +share/icons/Quid/16x16/actions/fileopen.png +share/icons/Quid/16x16/actions/finish.png +share/icons/Quid/16x16/actions/forward.png +share/icons/Quid/16x16/actions/go-bottom.png +share/icons/Quid/16x16/actions/go-down.png +share/icons/Quid/16x16/actions/go-first.png +share/icons/Quid/16x16/actions/go-home.png +share/icons/Quid/16x16/actions/go-last.png +share/icons/Quid/16x16/actions/go-next.png +share/icons/Quid/16x16/actions/go-previous.png +share/icons/Quid/16x16/actions/go-top.png +share/icons/Quid/16x16/actions/go-up.png +share/icons/Quid/16x16/actions/gohome.png +share/icons/Quid/16x16/actions/gtk-go-back-ltr.png +share/icons/Quid/16x16/actions/gtk-go-back-rtl.png +share/icons/Quid/16x16/actions/gtk-go-down.png +share/icons/Quid/16x16/actions/gtk-go-forward-ltr.png +share/icons/Quid/16x16/actions/gtk-go-forward-rtl.png +share/icons/Quid/16x16/actions/gtk-go-up.png +share/icons/Quid/16x16/actions/gtk-goto-bottom.png +share/icons/Quid/16x16/actions/gtk-goto-first-ltr.png +share/icons/Quid/16x16/actions/gtk-goto-first-rtl.png +share/icons/Quid/16x16/actions/gtk-goto-last-ltr.png +share/icons/Quid/16x16/actions/gtk-goto-last-rtl.png +share/icons/Quid/16x16/actions/gtk-goto-top.png +share/icons/Quid/16x16/actions/gtk-home.png +share/icons/Quid/16x16/actions/gtk-open.png +share/icons/Quid/16x16/actions/gtk-refresh.png +share/icons/Quid/16x16/actions/kfm_home.png +share/icons/Quid/16x16/actions/next.png +share/icons/Quid/16x16/actions/previous.png +share/icons/Quid/16x16/actions/redhat-home.png +share/icons/Quid/16x16/actions/reload.png +share/icons/Quid/16x16/actions/reload3.png +share/icons/Quid/16x16/actions/reload_all_tabs.png +share/icons/Quid/16x16/actions/reload_page.png +share/icons/Quid/16x16/actions/start.png +share/icons/Quid/16x16/actions/stock_bottom.png +share/icons/Quid/16x16/actions/stock_down.png +share/icons/Quid/16x16/actions/stock_first.png +share/icons/Quid/16x16/actions/stock_home.png +share/icons/Quid/16x16/actions/stock_last.png +share/icons/Quid/16x16/actions/stock_left.png +share/icons/Quid/16x16/actions/stock_refresh.png +share/icons/Quid/16x16/actions/stock_right.png +share/icons/Quid/16x16/actions/stock_top.png +share/icons/Quid/16x16/actions/stock_up.png +share/icons/Quid/16x16/actions/top.png +share/icons/Quid/16x16/actions/up.png +share/icons/Quid/16x16/actions/view-refresh.png +share/icons/Quid/16x16/places/application-x-gnome-saved-search.png +share/icons/Quid/16x16/places/folder-remote.png +share/icons/Quid/16x16/places/folder-saved-search.png +share/icons/Quid/16x16/places/folder.png +share/icons/Quid/16x16/places/folder_home.png +share/icons/Quid/16x16/places/gnome-fs-directory.png +share/icons/Quid/16x16/places/gnome-fs-ftp.png +share/icons/Quid/16x16/places/gnome-fs-home.png +share/icons/Quid/16x16/places/gnome-fs-nfs.png +share/icons/Quid/16x16/places/gnome-fs-share.png +share/icons/Quid/16x16/places/gnome-fs-smb.png +share/icons/Quid/16x16/places/gnome-fs-ssh.png +share/icons/Quid/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/16x16/places/gtk-directory.png +share/icons/Quid/16x16/places/inode-directory.png +share/icons/Quid/16x16/places/network.png +share/icons/Quid/16x16/places/stock_folder.png +share/icons/Quid/16x16/places/user-home.png +share/icons/Quid/16x16/status/folder-drag-accept.png +share/icons/Quid/16x16/status/folder-open.png +share/icons/Quid/16x16/status/folder-visiting.png +share/icons/Quid/16x16/status/folder_open.png +share/icons/Quid/16x16/status/gnome-fs-directory-accept.png +share/icons/Quid/16x16/status/gnome-fs-directory-visiting.png +share/icons/Quid/16x16/status/stock_open.png +share/icons/Quid/22x22/actions/back.png +share/icons/Quid/22x22/actions/bottom.png +share/icons/Quid/22x22/actions/document-open.png +share/icons/Quid/22x22/actions/down.png +share/icons/Quid/22x22/actions/fileopen.png +share/icons/Quid/22x22/actions/finish.png +share/icons/Quid/22x22/actions/forward.png +share/icons/Quid/22x22/actions/go-bottom.png +share/icons/Quid/22x22/actions/go-down.png +share/icons/Quid/22x22/actions/go-first.png +share/icons/Quid/22x22/actions/go-home.png +share/icons/Quid/22x22/actions/go-last.png +share/icons/Quid/22x22/actions/go-next.png +share/icons/Quid/22x22/actions/go-previous.png +share/icons/Quid/22x22/actions/go-top.png +share/icons/Quid/22x22/actions/go-up.png +share/icons/Quid/22x22/actions/gohome.png +share/icons/Quid/22x22/actions/gtk-go-back-ltr.png +share/icons/Quid/22x22/actions/gtk-go-back-rtl.png +share/icons/Quid/22x22/actions/gtk-go-down.png +share/icons/Quid/22x22/actions/gtk-go-forward-ltr.png +share/icons/Quid/22x22/actions/gtk-go-forward-rtl.png +share/icons/Quid/22x22/actions/gtk-go-up.png +share/icons/Quid/22x22/actions/gtk-goto-bottom.png +share/icons/Quid/22x22/actions/gtk-goto-first-ltr.png +share/icons/Quid/22x22/actions/gtk-goto-first-rtl.png +share/icons/Quid/22x22/actions/gtk-goto-last-ltr.png +share/icons/Quid/22x22/actions/gtk-goto-last-rtl.png +share/icons/Quid/22x22/actions/gtk-goto-top.png +share/icons/Quid/22x22/actions/gtk-home.png +share/icons/Quid/22x22/actions/gtk-open.png +share/icons/Quid/22x22/actions/gtk-refresh.png +share/icons/Quid/22x22/actions/kfm_home.png +share/icons/Quid/22x22/actions/next.png +share/icons/Quid/22x22/actions/previous.png +share/icons/Quid/22x22/actions/redhat-home.png +share/icons/Quid/22x22/actions/reload.png +share/icons/Quid/22x22/actions/reload3.png +share/icons/Quid/22x22/actions/reload_all_tabs.png +share/icons/Quid/22x22/actions/reload_page.png +share/icons/Quid/22x22/actions/start.png +share/icons/Quid/22x22/actions/stock_bottom.png +share/icons/Quid/22x22/actions/stock_down.png +share/icons/Quid/22x22/actions/stock_first.png +share/icons/Quid/22x22/actions/stock_home.png +share/icons/Quid/22x22/actions/stock_last.png +share/icons/Quid/22x22/actions/stock_left.png +share/icons/Quid/22x22/actions/stock_refresh.png +share/icons/Quid/22x22/actions/stock_right.png +share/icons/Quid/22x22/actions/stock_top.png +share/icons/Quid/22x22/actions/stock_up.png +share/icons/Quid/22x22/actions/top.png +share/icons/Quid/22x22/actions/up.png +share/icons/Quid/22x22/actions/view-refresh.png +share/icons/Quid/22x22/places/application-x-gnome-saved-search.png +share/icons/Quid/22x22/places/folder-remote.png +share/icons/Quid/22x22/places/folder-saved-search.png +share/icons/Quid/22x22/places/folder.png +share/icons/Quid/22x22/places/folder_home.png +share/icons/Quid/22x22/places/gnome-fs-directory.png +share/icons/Quid/22x22/places/gnome-fs-ftp.png +share/icons/Quid/22x22/places/gnome-fs-home.png +share/icons/Quid/22x22/places/gnome-fs-nfs.png +share/icons/Quid/22x22/places/gnome-fs-share.png +share/icons/Quid/22x22/places/gnome-fs-smb.png +share/icons/Quid/22x22/places/gnome-fs-ssh.png +share/icons/Quid/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/22x22/places/gtk-directory.png +share/icons/Quid/22x22/places/inode-directory.png +share/icons/Quid/22x22/places/network.png +share/icons/Quid/22x22/places/stock_folder.png +share/icons/Quid/22x22/places/user-home.png +share/icons/Quid/22x22/status/folder-drag-accept.png +share/icons/Quid/22x22/status/folder-open.png +share/icons/Quid/22x22/status/folder-visiting.png +share/icons/Quid/22x22/status/folder_open.png +share/icons/Quid/22x22/status/gnome-fs-directory-accept.png +share/icons/Quid/22x22/status/gnome-fs-directory-visiting.png +share/icons/Quid/22x22/status/stock_open.png +share/icons/Quid/24x24/actions/back.png +share/icons/Quid/24x24/actions/bottom.png +share/icons/Quid/24x24/actions/document-open.png +share/icons/Quid/24x24/actions/down.png +share/icons/Quid/24x24/actions/fileopen.png +share/icons/Quid/24x24/actions/finish.png +share/icons/Quid/24x24/actions/forward.png +share/icons/Quid/24x24/actions/go-bottom.png +share/icons/Quid/24x24/actions/go-down.png +share/icons/Quid/24x24/actions/go-first.png +share/icons/Quid/24x24/actions/go-home.png +share/icons/Quid/24x24/actions/go-last.png +share/icons/Quid/24x24/actions/go-next.png +share/icons/Quid/24x24/actions/go-previous.png +share/icons/Quid/24x24/actions/go-top.png +share/icons/Quid/24x24/actions/go-up.png +share/icons/Quid/24x24/actions/gohome.png +share/icons/Quid/24x24/actions/gtk-go-back-ltr.png +share/icons/Quid/24x24/actions/gtk-go-back-rtl.png +share/icons/Quid/24x24/actions/gtk-go-down.png +share/icons/Quid/24x24/actions/gtk-go-forward-ltr.png +share/icons/Quid/24x24/actions/gtk-go-forward-rtl.png +share/icons/Quid/24x24/actions/gtk-go-up.png +share/icons/Quid/24x24/actions/gtk-goto-bottom.png +share/icons/Quid/24x24/actions/gtk-goto-first-ltr.png +share/icons/Quid/24x24/actions/gtk-goto-first-rtl.png +share/icons/Quid/24x24/actions/gtk-goto-last-ltr.png +share/icons/Quid/24x24/actions/gtk-goto-last-rtl.png +share/icons/Quid/24x24/actions/gtk-goto-top.png +share/icons/Quid/24x24/actions/gtk-home.png +share/icons/Quid/24x24/actions/gtk-open.png +share/icons/Quid/24x24/actions/gtk-refresh.png +share/icons/Quid/24x24/actions/kfm_home.png +share/icons/Quid/24x24/actions/next.png +share/icons/Quid/24x24/actions/previous.png +share/icons/Quid/24x24/actions/redhat-home.png +share/icons/Quid/24x24/actions/reload.png +share/icons/Quid/24x24/actions/reload3.png +share/icons/Quid/24x24/actions/reload_all_tabs.png +share/icons/Quid/24x24/actions/reload_page.png +share/icons/Quid/24x24/actions/start.png +share/icons/Quid/24x24/actions/stock_bottom.png +share/icons/Quid/24x24/actions/stock_down.png +share/icons/Quid/24x24/actions/stock_first.png +share/icons/Quid/24x24/actions/stock_home.png +share/icons/Quid/24x24/actions/stock_last.png +share/icons/Quid/24x24/actions/stock_left.png +share/icons/Quid/24x24/actions/stock_refresh.png +share/icons/Quid/24x24/actions/stock_right.png +share/icons/Quid/24x24/actions/stock_top.png +share/icons/Quid/24x24/actions/stock_up.png +share/icons/Quid/24x24/actions/top.png +share/icons/Quid/24x24/actions/up.png +share/icons/Quid/24x24/actions/view-refresh.png +share/icons/Quid/24x24/places/application-x-gnome-saved-search.png +share/icons/Quid/24x24/places/folder-remote.png +share/icons/Quid/24x24/places/folder-saved-search.png +share/icons/Quid/24x24/places/folder.png +share/icons/Quid/24x24/places/folder_home.png +share/icons/Quid/24x24/places/gnome-fs-directory.png +share/icons/Quid/24x24/places/gnome-fs-ftp.png +share/icons/Quid/24x24/places/gnome-fs-home.png +share/icons/Quid/24x24/places/gnome-fs-nfs.png +share/icons/Quid/24x24/places/gnome-fs-share.png +share/icons/Quid/24x24/places/gnome-fs-smb.png +share/icons/Quid/24x24/places/gnome-fs-ssh.png +share/icons/Quid/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/24x24/places/gtk-directory.png +share/icons/Quid/24x24/places/inode-directory.png +share/icons/Quid/24x24/places/network.png +share/icons/Quid/24x24/places/stock_folder.png +share/icons/Quid/24x24/places/user-home.png +share/icons/Quid/24x24/status/folder-drag-accept.png +share/icons/Quid/24x24/status/folder-open.png +share/icons/Quid/24x24/status/folder-visiting.png +share/icons/Quid/24x24/status/folder_open.png +share/icons/Quid/24x24/status/gnome-fs-directory-accept.png +share/icons/Quid/24x24/status/gnome-fs-directory-visiting.png +share/icons/Quid/24x24/status/stock_open.png +share/icons/Quid/32x32/actions/document-open.png +share/icons/Quid/32x32/actions/fileopen.png +share/icons/Quid/32x32/actions/gtk-open.png +share/icons/Quid/32x32/places/application-x-gnome-saved-search.png +share/icons/Quid/32x32/places/folder-remote.png +share/icons/Quid/32x32/places/folder-saved-search.png +share/icons/Quid/32x32/places/folder.png +share/icons/Quid/32x32/places/folder_home.png +share/icons/Quid/32x32/places/gnome-fs-directory.png +share/icons/Quid/32x32/places/gnome-fs-ftp.png +share/icons/Quid/32x32/places/gnome-fs-home.png +share/icons/Quid/32x32/places/gnome-fs-nfs.png +share/icons/Quid/32x32/places/gnome-fs-share.png +share/icons/Quid/32x32/places/gnome-fs-smb.png +share/icons/Quid/32x32/places/gnome-fs-ssh.png +share/icons/Quid/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/32x32/places/gtk-directory.png +share/icons/Quid/32x32/places/inode-directory.png +share/icons/Quid/32x32/places/network.png +share/icons/Quid/32x32/places/stock_folder.png +share/icons/Quid/32x32/places/user-home.png +share/icons/Quid/32x32/status/folder-drag-accept.png +share/icons/Quid/32x32/status/folder-open.png +share/icons/Quid/32x32/status/folder-visiting.png +share/icons/Quid/32x32/status/folder_open.png +share/icons/Quid/32x32/status/gnome-fs-directory-accept.png +share/icons/Quid/32x32/status/gnome-fs-directory-visiting.png +share/icons/Quid/32x32/status/stock_open.png +share/icons/Quid/index.theme +share/icons/Quid/scalable/actions/back.svg +share/icons/Quid/scalable/actions/bottom.svg +share/icons/Quid/scalable/actions/document-open.svg +share/icons/Quid/scalable/actions/down.svg +share/icons/Quid/scalable/actions/fileopen.svg +share/icons/Quid/scalable/actions/finish.svg +share/icons/Quid/scalable/actions/forward.svg +share/icons/Quid/scalable/actions/go-bottom.svg +share/icons/Quid/scalable/actions/go-down.svg +share/icons/Quid/scalable/actions/go-first.svg +share/icons/Quid/scalable/actions/go-home.svg +share/icons/Quid/scalable/actions/go-last.svg +share/icons/Quid/scalable/actions/go-next.svg +share/icons/Quid/scalable/actions/go-previous.svg +share/icons/Quid/scalable/actions/go-top.svg +share/icons/Quid/scalable/actions/go-up.svg +share/icons/Quid/scalable/actions/gohome.svg +share/icons/Quid/scalable/actions/gtk-go-back-ltr.svg +share/icons/Quid/scalable/actions/gtk-go-back-rtl.svg +share/icons/Quid/scalable/actions/gtk-go-down.svg +share/icons/Quid/scalable/actions/gtk-go-forward-ltr.svg +share/icons/Quid/scalable/actions/gtk-go-forward-rtl.svg +share/icons/Quid/scalable/actions/gtk-go-up.svg +share/icons/Quid/scalable/actions/gtk-goto-bottom.svg +share/icons/Quid/scalable/actions/gtk-goto-first-ltr.svg +share/icons/Quid/scalable/actions/gtk-goto-first-rtl.svg +share/icons/Quid/scalable/actions/gtk-goto-last-ltr.svg +share/icons/Quid/scalable/actions/gtk-goto-last-rtl.svg +share/icons/Quid/scalable/actions/gtk-goto-top.svg +share/icons/Quid/scalable/actions/gtk-home.svg +share/icons/Quid/scalable/actions/gtk-open.svg +share/icons/Quid/scalable/actions/gtk-refresh.svg +share/icons/Quid/scalable/actions/kfm_home.svg +share/icons/Quid/scalable/actions/next.svg +share/icons/Quid/scalable/actions/previous.svg +share/icons/Quid/scalable/actions/redhat-home.svg +share/icons/Quid/scalable/actions/reload.svg +share/icons/Quid/scalable/actions/reload3.svg +share/icons/Quid/scalable/actions/reload_all_tabs.svg +share/icons/Quid/scalable/actions/reload_page.svg +share/icons/Quid/scalable/actions/start.svg +share/icons/Quid/scalable/actions/stock_bottom.svg +share/icons/Quid/scalable/actions/stock_down.svg +share/icons/Quid/scalable/actions/stock_first.svg +share/icons/Quid/scalable/actions/stock_home.svg +share/icons/Quid/scalable/actions/stock_last.svg +share/icons/Quid/scalable/actions/stock_left.svg +share/icons/Quid/scalable/actions/stock_refresh.svg +share/icons/Quid/scalable/actions/stock_right.svg +share/icons/Quid/scalable/actions/stock_top.svg +share/icons/Quid/scalable/actions/stock_up.svg +share/icons/Quid/scalable/actions/top.svg +share/icons/Quid/scalable/actions/up.svg +share/icons/Quid/scalable/actions/view-refresh.svg +share/icons/Quid/scalable/places/application-x-gnome-saved-search.svg +share/icons/Quid/scalable/places/folder-remote.svg +share/icons/Quid/scalable/places/folder-saved-search.svg +share/icons/Quid/scalable/places/folder.svg +share/icons/Quid/scalable/places/folder_home.svg +share/icons/Quid/scalable/places/gnome-fs-directory.svg +share/icons/Quid/scalable/places/gnome-fs-ftp.svg +share/icons/Quid/scalable/places/gnome-fs-home.svg +share/icons/Quid/scalable/places/gnome-fs-nfs.svg +share/icons/Quid/scalable/places/gnome-fs-share.svg +share/icons/Quid/scalable/places/gnome-fs-smb.svg +share/icons/Quid/scalable/places/gnome-fs-ssh.svg +share/icons/Quid/scalable/places/gnome-mime-x-directory-smb-share.svg +share/icons/Quid/scalable/places/gtk-directory.svg +share/icons/Quid/scalable/places/inode-directory.svg +share/icons/Quid/scalable/places/network.svg +share/icons/Quid/scalable/places/stock_folder.svg +share/icons/Quid/scalable/places/user-home.svg +share/icons/Quid/scalable/status/folder-drag-accept.svg +share/icons/Quid/scalable/status/folder-open.svg +share/icons/Quid/scalable/status/folder-visiting.svg +share/icons/Quid/scalable/status/folder_open.svg +share/icons/Quid/scalable/status/gnome-fs-directory-accept.svg +share/icons/Quid/scalable/status/gnome-fs-directory-visiting.svg +share/icons/Quid/scalable/status/stock_open.svg +share/icons/mate/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/mate/cursors/X_cursor +share/icons/mate/cursors/arrow +share/icons/mate/cursors/based_arrow_down +share/icons/mate/cursors/based_arrow_up +share/icons/mate/cursors/bottom_left_corner +share/icons/mate/cursors/bottom_right_corner +share/icons/mate/cursors/bottom_side +share/icons/mate/cursors/double_arrow +share/icons/mate/cursors/draft_large +share/icons/mate/cursors/draft_small +share/icons/mate/cursors/fleur +share/icons/mate/cursors/hand1 +share/icons/mate/cursors/hand2 +share/icons/mate/cursors/left_ptr +share/icons/mate/cursors/left_ptr_watch +share/icons/mate/cursors/left_side +share/icons/mate/cursors/ll_angle +share/icons/mate/cursors/question_arrow +share/icons/mate/cursors/right_ptr +share/icons/mate/cursors/right_side +share/icons/mate/cursors/sb_h_double_arrow +share/icons/mate/cursors/sb_right_arrow +share/icons/mate/cursors/sb_up_arrow +share/icons/mate/cursors/sb_v_double_arrow +share/icons/mate/cursors/top_left_arrow +share/icons/mate/cursors/top_left_corner +share/icons/mate/cursors/top_right_corner +share/icons/mate/cursors/top_side +share/icons/mate/cursors/ul_angle +share/icons/mate/cursors/ur_angle +share/icons/mate/cursors/watch +share/icons/mate/cursors/xterm +share/locale/af/LC_MESSAGES/mate-themes.mo +share/locale/am/LC_MESSAGES/mate-themes.mo +share/locale/ar/LC_MESSAGES/mate-themes.mo +share/locale/as/LC_MESSAGES/mate-themes.mo +share/locale/ast/LC_MESSAGES/mate-themes.mo +share/locale/az/LC_MESSAGES/mate-themes.mo +share/locale/be/LC_MESSAGES/mate-themes.mo +share/locale/be@latin/LC_MESSAGES/mate-themes.mo +share/locale/bg/LC_MESSAGES/mate-themes.mo +share/locale/bn/LC_MESSAGES/mate-themes.mo +share/locale/bn_IN/LC_MESSAGES/mate-themes.mo +share/locale/br/LC_MESSAGES/mate-themes.mo +share/locale/bs/LC_MESSAGES/mate-themes.mo +share/locale/ca/LC_MESSAGES/mate-themes.mo +share/locale/ca@valencia/LC_MESSAGES/mate-themes.mo +share/locale/crh/LC_MESSAGES/mate-themes.mo +share/locale/cs/LC_MESSAGES/mate-themes.mo +share/locale/cy/LC_MESSAGES/mate-themes.mo +share/locale/da/LC_MESSAGES/mate-themes.mo +share/locale/de/LC_MESSAGES/mate-themes.mo +share/locale/dz/LC_MESSAGES/mate-themes.mo +share/locale/el/LC_MESSAGES/mate-themes.mo +share/locale/en@shaw/LC_MESSAGES/mate-themes.mo +share/locale/en_CA/LC_MESSAGES/mate-themes.mo +share/locale/en_GB/LC_MESSAGES/mate-themes.mo +share/locale/eo/LC_MESSAGES/mate-themes.mo +share/locale/es/LC_MESSAGES/mate-themes.mo +share/locale/et/LC_MESSAGES/mate-themes.mo +share/locale/eu/LC_MESSAGES/mate-themes.mo +share/locale/fa/LC_MESSAGES/mate-themes.mo +share/locale/fi/LC_MESSAGES/mate-themes.mo +share/locale/fr/LC_MESSAGES/mate-themes.mo +share/locale/fur/LC_MESSAGES/mate-themes.mo +share/locale/ga/LC_MESSAGES/mate-themes.mo +share/locale/gl/LC_MESSAGES/mate-themes.mo +share/locale/gu/LC_MESSAGES/mate-themes.mo +share/locale/he/LC_MESSAGES/mate-themes.mo +share/locale/hi/LC_MESSAGES/mate-themes.mo +share/locale/hr/LC_MESSAGES/mate-themes.mo +share/locale/hu/LC_MESSAGES/mate-themes.mo +share/locale/id/LC_MESSAGES/mate-themes.mo +share/locale/is/LC_MESSAGES/mate-themes.mo +share/locale/it/LC_MESSAGES/mate-themes.mo +share/locale/ja/LC_MESSAGES/mate-themes.mo +share/locale/ka/LC_MESSAGES/mate-themes.mo +share/locale/kn/LC_MESSAGES/mate-themes.mo +share/locale/ko/LC_MESSAGES/mate-themes.mo +share/locale/ku/LC_MESSAGES/mate-themes.mo +share/locale/ky/LC_MESSAGES/mate-themes.mo +share/locale/li/LC_MESSAGES/mate-themes.mo +share/locale/lt/LC_MESSAGES/mate-themes.mo +share/locale/lv/LC_MESSAGES/mate-themes.mo +share/locale/mai/LC_MESSAGES/mate-themes.mo +share/locale/mg/LC_MESSAGES/mate-themes.mo +share/locale/mk/LC_MESSAGES/mate-themes.mo +share/locale/ml/LC_MESSAGES/mate-themes.mo +share/locale/mn/LC_MESSAGES/mate-themes.mo +share/locale/mr/LC_MESSAGES/mate-themes.mo +share/locale/ms/LC_MESSAGES/mate-themes.mo +share/locale/nb/LC_MESSAGES/mate-themes.mo +share/locale/nds/LC_MESSAGES/mate-themes.mo +share/locale/ne/LC_MESSAGES/mate-themes.mo +share/locale/nl/LC_MESSAGES/mate-themes.mo +share/locale/nn/LC_MESSAGES/mate-themes.mo +share/locale/oc/LC_MESSAGES/mate-themes.mo +share/locale/or/LC_MESSAGES/mate-themes.mo +share/locale/pa/LC_MESSAGES/mate-themes.mo +share/locale/pl/LC_MESSAGES/mate-themes.mo +share/locale/pt/LC_MESSAGES/mate-themes.mo +share/locale/pt_BR/LC_MESSAGES/mate-themes.mo +share/locale/ro/LC_MESSAGES/mate-themes.mo +share/locale/ru/LC_MESSAGES/mate-themes.mo +share/locale/rw/LC_MESSAGES/mate-themes.mo +share/locale/si/LC_MESSAGES/mate-themes.mo +share/locale/sk/LC_MESSAGES/mate-themes.mo +share/locale/sl/LC_MESSAGES/mate-themes.mo +share/locale/sq/LC_MESSAGES/mate-themes.mo +share/locale/sr/LC_MESSAGES/mate-themes.mo +share/locale/sr@latin/LC_MESSAGES/mate-themes.mo +share/locale/sv/LC_MESSAGES/mate-themes.mo +share/locale/ta/LC_MESSAGES/mate-themes.mo +share/locale/te/LC_MESSAGES/mate-themes.mo +share/locale/th/LC_MESSAGES/mate-themes.mo +share/locale/tr/LC_MESSAGES/mate-themes.mo +share/locale/ug/LC_MESSAGES/mate-themes.mo +share/locale/uk/LC_MESSAGES/mate-themes.mo +share/locale/vi/LC_MESSAGES/mate-themes.mo +share/locale/wa/LC_MESSAGES/mate-themes.mo +share/locale/xh/LC_MESSAGES/mate-themes.mo +share/locale/zh_CN/LC_MESSAGES/mate-themes.mo +share/locale/zh_HK/LC_MESSAGES/mate-themes.mo +share/locale/zh_TW/LC_MESSAGES/mate-themes.mo +share/themes/AlaDelta/gtk-2.0/gtkrc +share/themes/AlaDelta/index.theme +share/themes/AlaDelta/metacity-1/metacity-theme-1.xml +share/themes/Atantla/metacity-1/metacity-theme-1.xml +share/themes/BlackMATE/README +share/themes/BlackMATE/cinnamon/add-workspace-hover.png +share/themes/BlackMATE/cinnamon/add-workspace.png +share/themes/BlackMATE/cinnamon/calendar-arrow-left.svg +share/themes/BlackMATE/cinnamon/calendar-arrow-right.svg +share/themes/BlackMATE/cinnamon/checkbox-focused.svg +share/themes/BlackMATE/cinnamon/checkbox-off-focused.svg +share/themes/BlackMATE/cinnamon/checkbox-off.svg +share/themes/BlackMATE/cinnamon/checkbox.svg +share/themes/BlackMATE/cinnamon/cinnamon.css +share/themes/BlackMATE/cinnamon/close.svg +share/themes/BlackMATE/cinnamon/corner-ripple.png +share/themes/BlackMATE/cinnamon/overview-hover.png +share/themes/BlackMATE/cinnamon/overview.png +share/themes/BlackMATE/cinnamon/panel-button-highlight-narrow.svg +share/themes/BlackMATE/cinnamon/radiobutton-off.svg +share/themes/BlackMATE/cinnamon/radiobutton.svg +share/themes/BlackMATE/cinnamon/thumbnail.png +share/themes/BlackMATE/cinnamon/toggle-off-intl.png +share/themes/BlackMATE/cinnamon/toggle-off-us.png +share/themes/BlackMATE/cinnamon/toggle-on-intl.png +share/themes/BlackMATE/cinnamon/toggle-on-us.png +share/themes/BlackMATE/cinnamon/trash-icon.png +share/themes/BlackMATE/gtk-2.0/Styles/caja.rc +share/themes/BlackMATE/gtk-2.0/assets/bg-entry.png +share/themes/BlackMATE/gtk-2.0/assets/bg.png +share/themes/BlackMATE/gtk-2.0/assets/border-entry.png +share/themes/BlackMATE/gtk-2.0/gtkrc +share/themes/BlackMATE/gtk-3.0/assets/button-active-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/button-active-border-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/button-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/button-border-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/button-default-active-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/button-default-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-checked-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-checked-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-checked.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-mixed.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-mixed-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-mixed-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-unchecked-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-unchecked-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/entry-border-focused-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/entry-border-normal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/entry-border-normal-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/grid-selection-checked.svg +share/themes/BlackMATE/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/BlackMATE/gtk-3.0/assets/menu-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip-vertical-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip-vertical.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip-vertical.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/primary-toolbar-raised-button-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/progressbar-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/progressbar-border-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-checked-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-checked.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-mixed.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-mixed-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-mixed-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-mixed-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-selected-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-selected-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-selected-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-unselected-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-unselected-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-unselected-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-checked-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-selected-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/switch-slider-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/treeview-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/treeview-focus-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-horizontal-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-switch-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-vertical-dark1.svg +share/themes/BlackMATE/gtk-3.0/gtk-dark.css +share/themes/BlackMATE/gtk-3.0/gtk-main-dark.css +share/themes/BlackMATE/gtk-3.0/gtk-main.css +share/themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css +share/themes/BlackMATE/gtk-3.0/gtk-widgets.css +share/themes/BlackMATE/gtk-3.0/gtk.css +share/themes/BlackMATE/gtk-3.0/settings.ini +share/themes/BlackMATE/index.theme +share/themes/BlackMATE/metacity-1/bar.png +share/themes/BlackMATE/metacity-1/bar_unfocused.png +share/themes/BlackMATE/metacity-1/button-close-focus.png +share/themes/BlackMATE/metacity-1/button-max-focus.png +share/themes/BlackMATE/metacity-1/button-max-focus1.png +share/themes/BlackMATE/metacity-1/button-min-focus.png +share/themes/BlackMATE/metacity-1/menu-button-pressed.png +share/themes/BlackMATE/metacity-1/metacity-theme-1.xml +share/themes/BlackMATE/metacity-1/metacity-theme-2.xml +share/themes/BlackMATE/metacity-1/metacity-theme-3.xml +share/themes/BlackMATE/metacity-1/neutral.png +share/themes/BlackMATE/metacity-1/unabove-button-unfocus.png +share/themes/BlackMATE/metacity-1/unabove-button.png +share/themes/BlackMATE/metacity-1/unfocus.png +share/themes/BlackMATE/metacity-1/yellow.png +share/themes/ContrastHigh/gtk-2.0/gtkrc +share/themes/ContrastHigh/gtk-3.0/gtk-widgets.css +share/themes/ContrastHigh/gtk-3.0/gtk.css +share/themes/ContrastHigh/gtk-3.0/settings.ini +share/themes/ContrastHigh/index.theme +share/themes/ContrastHigh/metacity-1/metacity-theme-1.xml +share/themes/ContrastHigh/metacity-1/metacity-theme-3.xml +share/themes/ContrastHighInverse/gtk-2.0/gtkrc +share/themes/ContrastHighInverse/index.theme +share/themes/ContrastHighLargePrint/gtk-2.0/gtkrc +share/themes/ContrastHighLargePrint/index.theme.disabled +share/themes/ContrastHighLargePrint/pixmaps/double-click-maybe.png +share/themes/ContrastHighLargePrint/pixmaps/double-click-off.png +share/themes/ContrastHighLargePrint/pixmaps/double-click-on.png +share/themes/ContrastHighLargePrint/pixmaps/marco-delete.png +share/themes/ContrastHighLargePrint/pixmaps/marco-maximize.png +share/themes/ContrastHighLargePrint/pixmaps/marco-minimize.png +share/themes/ContrastHighLargePrint/pixmaps/media-backward.png +share/themes/ContrastHighLargePrint/pixmaps/media-eject.png +share/themes/ContrastHighLargePrint/pixmaps/media-forward.png +share/themes/ContrastHighLargePrint/pixmaps/media-next.png +share/themes/ContrastHighLargePrint/pixmaps/media-pause.png +share/themes/ContrastHighLargePrint/pixmaps/media-play.png +share/themes/ContrastHighLargePrint/pixmaps/media-prev.png +share/themes/ContrastHighLargePrint/pixmaps/media-record.png +share/themes/ContrastHighLargePrint/pixmaps/media-stop.png +share/themes/ContrastHighLargePrint/pixmaps/printer-broken.png +share/themes/ContrastHighLargePrint/pixmaps/printer-default.png +share/themes/ContrastHighLargePrint/pixmaps/printer-inkjet.png +share/themes/ContrastHighLargePrint/pixmaps/printer-personal-laser.png +share/themes/ContrastHighLargePrint/pixmaps/printer-workgroup-laser.png +share/themes/ContrastHighLargePrint/pixmaps/stock_about.png +share/themes/ContrastHighLargePrint/pixmaps/stock_accessories.png +share/themes/ContrastHighLargePrint/pixmaps/stock_add.png +share/themes/ContrastHighLargePrint/pixmaps/stock_amusements.png +share/themes/ContrastHighLargePrint/pixmaps/stock_apply.png +share/themes/ContrastHighLargePrint/pixmaps/stock_attach.png +share/themes/ContrastHighLargePrint/pixmaps/stock_bold.png +share/themes/ContrastHighLargePrint/pixmaps/stock_book.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cancel.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cde-menu.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cdrom.png +share/themes/ContrastHighLargePrint/pixmaps/stock_clear.png +share/themes/ContrastHighLargePrint/pixmaps/stock_close.png +share/themes/ContrastHighLargePrint/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastHighLargePrint/pixmaps/stock_commandline-history.xpm +share/themes/ContrastHighLargePrint/pixmaps/stock_connect.png +share/themes/ContrastHighLargePrint/pixmaps/stock_convert.png +share/themes/ContrastHighLargePrint/pixmaps/stock_copy.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cut.png +share/themes/ContrastHighLargePrint/pixmaps/stock_delete.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_error.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_info.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_question.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_warning.png +share/themes/ContrastHighLargePrint/pixmaps/stock_disconnect.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dnd.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dnd_multiple.png +share/themes/ContrastHighLargePrint/pixmaps/stock_drawer.png +share/themes/ContrastHighLargePrint/pixmaps/stock_edit.png +share/themes/ContrastHighLargePrint/pixmaps/stock_empty.png +share/themes/ContrastHighLargePrint/pixmaps/stock_execute.png +share/themes/ContrastHighLargePrint/pixmaps/stock_export.png +share/themes/ContrastHighLargePrint/pixmaps/stock_find-and-replace.png +share/themes/ContrastHighLargePrint/pixmaps/stock_find.png +share/themes/ContrastHighLargePrint/pixmaps/stock_floppy.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-back.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-down.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-forward.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-up.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-bottom.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-first.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-last.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-top.png +share/themes/ContrastHighLargePrint/pixmaps/stock_harddisk.png +share/themes/ContrastHighLargePrint/pixmaps/stock_help.png +share/themes/ContrastHighLargePrint/pixmaps/stock_home.png +share/themes/ContrastHighLargePrint/pixmaps/stock_import.png +share/themes/ContrastHighLargePrint/pixmaps/stock_index.png +share/themes/ContrastHighLargePrint/pixmaps/stock_info.png +share/themes/ContrastHighLargePrint/pixmaps/stock_insert-image.png +share/themes/ContrastHighLargePrint/pixmaps/stock_insert-object.png +share/themes/ContrastHighLargePrint/pixmaps/stock_insert-table.png +share/themes/ContrastHighLargePrint/pixmaps/stock_internet.png +share/themes/ContrastHighLargePrint/pixmaps/stock_italic.png +share/themes/ContrastHighLargePrint/pixmaps/stock_jump-to.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-center.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-fill.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-left.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-right.png +share/themes/ContrastHighLargePrint/pixmaps/stock_launcher-program.png +share/themes/ContrastHighLargePrint/pixmaps/stock_line-in.png +share/themes/ContrastHighLargePrint/pixmaps/stock_lockscreen.png +share/themes/ContrastHighLargePrint/pixmaps/stock_logout.png +share/themes/ContrastHighLargePrint/pixmaps/stock_mate-logo.png +share/themes/ContrastHighLargePrint/pixmaps/stock_mate-util.png +share/themes/ContrastHighLargePrint/pixmaps/stock_mic.png +share/themes/ContrastHighLargePrint/pixmaps/stock_missing-image.png +share/themes/ContrastHighLargePrint/pixmaps/stock_multimedia.png +share/themes/ContrastHighLargePrint/pixmaps/stock_new.png +share/themes/ContrastHighLargePrint/pixmaps/stock_no.png +share/themes/ContrastHighLargePrint/pixmaps/stock_ok.png +share/themes/ContrastHighLargePrint/pixmaps/stock_open.png +share/themes/ContrastHighLargePrint/pixmaps/stock_paste.png +share/themes/ContrastHighLargePrint/pixmaps/stock_preferences.png +share/themes/ContrastHighLargePrint/pixmaps/stock_print-preview.png +share/themes/ContrastHighLargePrint/pixmaps/stock_print.png +share/themes/ContrastHighLargePrint/pixmaps/stock_properties.png +share/themes/ContrastHighLargePrint/pixmaps/stock_quit.png +share/themes/ContrastHighLargePrint/pixmaps/stock_redo.png +share/themes/ContrastHighLargePrint/pixmaps/stock_refresh.png +share/themes/ContrastHighLargePrint/pixmaps/stock_remove.png +share/themes/ContrastHighLargePrint/pixmaps/stock_revert-to-saved.png +share/themes/ContrastHighLargePrint/pixmaps/stock_run.png +share/themes/ContrastHighLargePrint/pixmaps/stock_save-as.png +share/themes/ContrastHighLargePrint/pixmaps/stock_save.png +share/themes/ContrastHighLargePrint/pixmaps/stock_screenshot.png +share/themes/ContrastHighLargePrint/pixmaps/stock_searchtool.png +share/themes/ContrastHighLargePrint/pixmaps/stock_select-color.png +share/themes/ContrastHighLargePrint/pixmaps/stock_select-font.png +share/themes/ContrastHighLargePrint/pixmaps/stock_sort-ascending.png +share/themes/ContrastHighLargePrint/pixmaps/stock_sort-descending.png +share/themes/ContrastHighLargePrint/pixmaps/stock_spell-check.png +share/themes/ContrastHighLargePrint/pixmaps/stock_stop.png +share/themes/ContrastHighLargePrint/pixmaps/stock_strikethrough.png +share/themes/ContrastHighLargePrint/pixmaps/stock_undelete.png +share/themes/ContrastHighLargePrint/pixmaps/stock_underline.png +share/themes/ContrastHighLargePrint/pixmaps/stock_undo.png +share/themes/ContrastHighLargePrint/pixmaps/stock_volume.png +share/themes/ContrastHighLargePrint/pixmaps/stock_yes.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-100.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-fit.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-in.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-out.png +share/themes/ContrastHighLargePrint/pixmaps/volume-max.png +share/themes/ContrastHighLargePrint/pixmaps/volume-medium.png +share/themes/ContrastHighLargePrint/pixmaps/volume-min.png +share/themes/ContrastHighLargePrint/pixmaps/volume-mute.png +share/themes/ContrastHighLargePrint/pixmaps/volume-zero.png +share/themes/ContrastHighLargePrintInverse/gtk-2.0/gtkrc +share/themes/ContrastHighLargePrintInverse/index.theme.disabled +share/themes/ContrastHighLargePrintInverse/pixmaps/double-click-maybe.png +share/themes/ContrastHighLargePrintInverse/pixmaps/double-click-off.png +share/themes/ContrastHighLargePrintInverse/pixmaps/double-click-on.png +share/themes/ContrastHighLargePrintInverse/pixmaps/marco-delete.png +share/themes/ContrastHighLargePrintInverse/pixmaps/marco-maximize.png +share/themes/ContrastHighLargePrintInverse/pixmaps/marco-minimize.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-backward.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-eject.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-forward.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-next.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-pause.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-play.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-prev.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-record.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-stop.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-broken.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-default.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-inkjet.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-personal-laser.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-workgroup-laser.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_about.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_accessories.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_add.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_amusements.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_apply.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_attach.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_bold.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_book.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cancel.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cde-menu.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cdrom.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_clear.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_close.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_commandline-history.xpm +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_connect.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_convert.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_copy.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cut.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_delete.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_error.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_info.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_question.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_warning.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_disconnect.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dnd.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dnd_multiple.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_drawer.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_edit.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_empty.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_execute.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_export.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_find-and-replace.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_find.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_floppy.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-back.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-down.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-forward.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-up.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-bottom.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-first.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-last.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-top.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_harddisk.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_help.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_home.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_import.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_index.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_info.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_insert-image.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_insert-object.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_insert-table.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_internet.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_italic.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_jump-to.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-center.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-fill.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-left.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-right.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_launcher-program.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_line-in.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_lockscreen.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_logout.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_mate-logo.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_mate-util.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_mic.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_missing-image.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_multimedia.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_new.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_no.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_ok.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_open.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_paste.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_preferences.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_print-preview.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_print.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_properties.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_quit.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_redo.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_refresh.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_remove.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_revert-to-saved.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_run.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_save-as.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_save.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_screenshot.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_searchtool.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_select-color.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_select-font.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_sort-ascending.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_sort-descending.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_spell-check.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_stop.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_strikethrough.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_undelete.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_underline.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_undo.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_volume.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_yes.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-100.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-fit.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-in.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-out.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-max.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-medium.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-min.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-mute.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-zero.png +share/themes/ContrastLow/gtk-2.0/gtkrc +share/themes/ContrastLow/index.theme.disabled +share/themes/ContrastLowLargePrint/gtk-2.0/gtkrc +share/themes/ContrastLowLargePrint/index.theme.disabled +share/themes/ContrastLowLargePrint/pixmaps/double-click-maybe.png +share/themes/ContrastLowLargePrint/pixmaps/double-click-off.png +share/themes/ContrastLowLargePrint/pixmaps/double-click-on.png +share/themes/ContrastLowLargePrint/pixmaps/marco-delete.png +share/themes/ContrastLowLargePrint/pixmaps/marco-maximize.png +share/themes/ContrastLowLargePrint/pixmaps/marco-minimize.png +share/themes/ContrastLowLargePrint/pixmaps/media-backward.png +share/themes/ContrastLowLargePrint/pixmaps/media-eject.png +share/themes/ContrastLowLargePrint/pixmaps/media-forward.png +share/themes/ContrastLowLargePrint/pixmaps/media-next.png +share/themes/ContrastLowLargePrint/pixmaps/media-pause.png +share/themes/ContrastLowLargePrint/pixmaps/media-play.png +share/themes/ContrastLowLargePrint/pixmaps/media-prev.png +share/themes/ContrastLowLargePrint/pixmaps/media-record.png +share/themes/ContrastLowLargePrint/pixmaps/media-stop.png +share/themes/ContrastLowLargePrint/pixmaps/printer-broken.png +share/themes/ContrastLowLargePrint/pixmaps/printer-default.png +share/themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png +share/themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png +share/themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png +share/themes/ContrastLowLargePrint/pixmaps/stock_about.png +share/themes/ContrastLowLargePrint/pixmaps/stock_accessories.png +share/themes/ContrastLowLargePrint/pixmaps/stock_add.png +share/themes/ContrastLowLargePrint/pixmaps/stock_amusements.png +share/themes/ContrastLowLargePrint/pixmaps/stock_apply.png +share/themes/ContrastLowLargePrint/pixmaps/stock_attach.png +share/themes/ContrastLowLargePrint/pixmaps/stock_bold.png +share/themes/ContrastLowLargePrint/pixmaps/stock_book.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cancel.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png +share/themes/ContrastLowLargePrint/pixmaps/stock_clear.png +share/themes/ContrastLowLargePrint/pixmaps/stock_close.png +share/themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastLowLargePrint/pixmaps/stock_commandline-history.xpm +share/themes/ContrastLowLargePrint/pixmaps/stock_connect.png +share/themes/ContrastLowLargePrint/pixmaps/stock_convert.png +share/themes/ContrastLowLargePrint/pixmaps/stock_copy.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cut.png +share/themes/ContrastLowLargePrint/pixmaps/stock_delete.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png +share/themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dnd.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png +share/themes/ContrastLowLargePrint/pixmaps/stock_drawer.png +share/themes/ContrastLowLargePrint/pixmaps/stock_edit.png +share/themes/ContrastLowLargePrint/pixmaps/stock_empty.png +share/themes/ContrastLowLargePrint/pixmaps/stock_execute.png +share/themes/ContrastLowLargePrint/pixmaps/stock_export.png +share/themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png +share/themes/ContrastLowLargePrint/pixmaps/stock_find.png +share/themes/ContrastLowLargePrint/pixmaps/stock_floppy.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-back.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-down.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-up.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png +share/themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png +share/themes/ContrastLowLargePrint/pixmaps/stock_help.png +share/themes/ContrastLowLargePrint/pixmaps/stock_home.png +share/themes/ContrastLowLargePrint/pixmaps/stock_import.png +share/themes/ContrastLowLargePrint/pixmaps/stock_index.png +share/themes/ContrastLowLargePrint/pixmaps/stock_info.png +share/themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png +share/themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png +share/themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png +share/themes/ContrastLowLargePrint/pixmaps/stock_internet.png +share/themes/ContrastLowLargePrint/pixmaps/stock_italic.png +share/themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png +share/themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png +share/themes/ContrastLowLargePrint/pixmaps/stock_line-in.png +share/themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png +share/themes/ContrastLowLargePrint/pixmaps/stock_logout.png +share/themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png +share/themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png +share/themes/ContrastLowLargePrint/pixmaps/stock_mic.png +share/themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png +share/themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png +share/themes/ContrastLowLargePrint/pixmaps/stock_new.png +share/themes/ContrastLowLargePrint/pixmaps/stock_no.png +share/themes/ContrastLowLargePrint/pixmaps/stock_ok.png +share/themes/ContrastLowLargePrint/pixmaps/stock_open.png +share/themes/ContrastLowLargePrint/pixmaps/stock_paste.png +share/themes/ContrastLowLargePrint/pixmaps/stock_preferences.png +share/themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png +share/themes/ContrastLowLargePrint/pixmaps/stock_print.png +share/themes/ContrastLowLargePrint/pixmaps/stock_properties.png +share/themes/ContrastLowLargePrint/pixmaps/stock_quit.png +share/themes/ContrastLowLargePrint/pixmaps/stock_redo.png +share/themes/ContrastLowLargePrint/pixmaps/stock_refresh.png +share/themes/ContrastLowLargePrint/pixmaps/stock_remove.png +share/themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png +share/themes/ContrastLowLargePrint/pixmaps/stock_run.png +share/themes/ContrastLowLargePrint/pixmaps/stock_save-as.png +share/themes/ContrastLowLargePrint/pixmaps/stock_save.png +share/themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png +share/themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png +share/themes/ContrastLowLargePrint/pixmaps/stock_select-color.png +share/themes/ContrastLowLargePrint/pixmaps/stock_select-font.png +share/themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png +share/themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png +share/themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png +share/themes/ContrastLowLargePrint/pixmaps/stock_stop.png +share/themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png +share/themes/ContrastLowLargePrint/pixmaps/stock_undelete.png +share/themes/ContrastLowLargePrint/pixmaps/stock_underline.png +share/themes/ContrastLowLargePrint/pixmaps/stock_undo.png +share/themes/ContrastLowLargePrint/pixmaps/stock_volume.png +share/themes/ContrastLowLargePrint/pixmaps/stock_yes.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png +share/themes/ContrastLowLargePrint/pixmaps/volume-max.png +share/themes/ContrastLowLargePrint/pixmaps/volume-medium.png +share/themes/ContrastLowLargePrint/pixmaps/volume-min.png +share/themes/ContrastLowLargePrint/pixmaps/volume-mute.png +share/themes/ContrastLowLargePrint/pixmaps/volume-zero.png +share/themes/Fog/index.theme +share/themes/Fog/metacity-1/metacity-theme-1.xml +share/themes/GreenLaguna/README +share/themes/GreenLaguna/gtk-2.0/Styles/caja.rc +share/themes/GreenLaguna/gtk-2.0/bg.png +share/themes/GreenLaguna/gtk-2.0/gtkrc +share/themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark1.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-active-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-border-dark1.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-active-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-active-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked.svg +share/themes/GreenLaguna/gtk-3.0/assets/entry-border-normal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/entry-border-normal.svg +share/themes/GreenLaguna/gtk-3.0/assets/grid-selection-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/GreenLaguna/gtk-3.0/assets/menu-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/menu-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip.svg +share/themes/GreenLaguna/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-checked-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip.svg +share/themes/GreenLaguna/gtk-3.0/assets/switch-trough-border-active.svg +share/themes/GreenLaguna/gtk-3.0/assets/toolbar-button-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/treeview-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/treeview-focus-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/gtk-main-common.css +share/themes/GreenLaguna/gtk-3.0/gtk-main.css +share/themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css +share/themes/GreenLaguna/gtk-3.0/gtk-widgets.css +share/themes/GreenLaguna/gtk-3.0/gtk.css +share/themes/GreenLaguna/gtk-3.0/settings.ini +share/themes/GreenLaguna/index.theme +share/themes/GreenLaguna/metacity-1/button-close-focus.png +share/themes/GreenLaguna/metacity-1/button-max-focus.png +share/themes/GreenLaguna/metacity-1/button-max-focus1.png +share/themes/GreenLaguna/metacity-1/button-min-focus.png +share/themes/GreenLaguna/metacity-1/menu-button-pressed.png +share/themes/GreenLaguna/metacity-1/metacity-theme-1.xml +share/themes/GreenLaguna/metacity-1/metacity-theme-2.xml +share/themes/GreenLaguna/metacity-1/metacity-theme-3.xml +share/themes/GreenLaguna/metacity-1/neutral.png +share/themes/GreenLaguna/metacity-1/unabove-button-unfocus.png +share/themes/GreenLaguna/metacity-1/unabove-button.png +share/themes/GreenLaguna/metacity-1/unfocus.png +share/themes/GreenLaguna/metacity-1/yellow.png +share/themes/Menta-Black/metacity-1/icon_close.png +share/themes/Menta-Black/metacity-1/icon_close_u.png +share/themes/Menta-Black/metacity-1/icon_maximize.png +share/themes/Menta-Black/metacity-1/icon_maximize_u.png +share/themes/Menta-Black/metacity-1/icon_minimize.png +share/themes/Menta-Black/metacity-1/icon_minimize_u.png +share/themes/Menta-Black/metacity-1/icon_restore.png +share/themes/Menta-Black/metacity-1/icon_restore_u.png +share/themes/Menta-Black/metacity-1/metacity-theme-1.xml +share/themes/Menta-Black/metacity-1/stripes.png +share/themes/Menta/COPYING +share/themes/Menta/README +share/themes/Menta/cinnamon/add-workspace.png +share/themes/Menta/cinnamon/calendar-arrow-left.svg +share/themes/Menta/cinnamon/calendar-arrow-right.svg +share/themes/Menta/cinnamon/calendar-today.svg +share/themes/Menta/cinnamon/cinnamon.css +share/themes/Menta/cinnamon/close-window.svg +share/themes/Menta/cinnamon/close.svg +share/themes/Menta/cinnamon/corner-ripple-ltr.png +share/themes/Menta/cinnamon/corner-ripple-rtl.png +share/themes/Menta/cinnamon/dash-placeholder.svg +share/themes/Menta/cinnamon/filter-selected-ltr.svg +share/themes/Menta/cinnamon/filter-selected-rtl.svg +share/themes/Menta/cinnamon/gdm.css +share/themes/Menta/cinnamon/menu.png +share/themes/Menta/cinnamon/overview1.png +share/themes/Menta/cinnamon/overview2.png +share/themes/Menta/cinnamon/panel-button-border.svg +share/themes/Menta/cinnamon/panel-button-highlight-narrow.svg +share/themes/Menta/cinnamon/panel-button-highlight-wide.svg +share/themes/Menta/cinnamon/player-paused.svg +share/themes/Menta/cinnamon/player-playing.svg +share/themes/Menta/cinnamon/player-stopped.svg +share/themes/Menta/cinnamon/process-working.svg +share/themes/Menta/cinnamon/running-indicator.svg +share/themes/Menta/cinnamon/scroll-hhandle.svg +share/themes/Menta/cinnamon/scroll-vhandle.svg +share/themes/Menta/cinnamon/source-button-border.svg +share/themes/Menta/cinnamon/switch-off.png +share/themes/Menta/cinnamon/switch-on.png +share/themes/Menta/cinnamon/thumbnail.png +share/themes/Menta/cinnamon/ws-switch-arrow-down.svg +share/themes/Menta/cinnamon/ws-switch-arrow-up.svg +share/themes/Menta/gtk-2.0/apps/Caja/breadcrumb_active.png +share/themes/Menta/gtk-2.0/apps/Caja/breadcrumb_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/breadcrumb_prelight.png +share/themes/Menta/gtk-2.0/apps/Caja/caja-toolbar.png +share/themes/Menta/gtk-2.0/apps/Caja/extra-widget.png +share/themes/Menta/gtk-2.0/apps/Caja/left_slider_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/mode_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/mode_prelight.png +share/themes/Menta/gtk-2.0/apps/Caja/mode_pressed.png +share/themes/Menta/gtk-2.0/apps/Caja/resize_grip.png +share/themes/Menta/gtk-2.0/apps/Caja/right_slider_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/slider-prelight.png +share/themes/Menta/gtk-2.0/apps/Caja/slider.png +share/themes/Menta/gtk-2.0/apps/Caja/trough.png +share/themes/Menta/gtk-2.0/apps/Handles/handle-caja.png +share/themes/Menta/gtk-2.0/apps/Handles/resize_grip.png +share/themes/Menta/gtk-2.0/apps/Null/null.png +share/themes/Menta/gtk-2.0/apps/Others/null.png +share/themes/Menta/gtk-2.0/apps/caja.rc +share/themes/Menta/gtk-2.0/apps/chromium.rc +share/themes/Menta/gtk-2.0/apps/combo_down.png +share/themes/Menta/gtk-2.0/apps/dummy.png +share/themes/Menta/gtk-2.0/apps/pcmanfm.rc +share/themes/Menta/gtk-2.0/apps/pluma.rc +share/themes/Menta/gtk-2.0/apps/stock_back.png +share/themes/Menta/gtk-2.0/apps/stock_find.png +share/themes/Menta/gtk-2.0/apps/stock_forward.png +share/themes/Menta/gtk-2.0/apps/stock_home.png +share/themes/Menta/gtk-2.0/apps/stock_refresh.png +share/themes/Menta/gtk-2.0/apps/stock_stop.png +share/themes/Menta/gtk-2.0/gtkrc +share/themes/Menta/gtk-2.0/widgets/Null/null.png +share/themes/Menta/gtk-2.0/widgets/Others/close.png +share/themes/Menta/gtk-2.0/widgets/Others/handle.png +share/themes/Menta/gtk-2.0/widgets/Others/null.png +share/themes/Menta/gtk-2.0/widgets/Others/toolbar.png +share/themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png +share/themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png +share/themes/Menta/gtk-2.0/widgets/Panel/handle-h.png +share/themes/Menta/gtk-2.0/widgets/Panel/handle-v.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png +share/themes/Menta/gtk-2.0/widgets/README +share/themes/Menta/gtk-2.0/widgets/Scale/slider-hover.png +share/themes/Menta/gtk-2.0/widgets/Scale/slider-ins.png +share/themes/Menta/gtk-2.0/widgets/Scale/slider.png +share/themes/Menta/gtk-2.0/widgets/Scale/trough-horizontal.png +share/themes/Menta/gtk-2.0/widgets/Scale/trough-vertical.png +share/themes/Menta/gtk-2.0/widgets/panel-black.rc +share/themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc +share/themes/Menta/gtk-2.0/widgets/panel.rc +share/themes/Menta/gtk-3.0/assets/check-active-ins.png +share/themes/Menta/gtk-3.0/assets/check-active.png +share/themes/Menta/gtk-3.0/assets/check-mixed-active-ins.png +share/themes/Menta/gtk-3.0/assets/check-mixed-active.png +share/themes/Menta/gtk-3.0/assets/check-normal-ins.png +share/themes/Menta/gtk-3.0/assets/check-normal.png +share/themes/Menta/gtk-3.0/assets/dnd-counter.svg +share/themes/Menta/gtk-3.0/assets/grid-selection-checked.svg +share/themes/Menta/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-checked-selected.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-checked.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-mixed.svg +share/themes/Menta/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg +share/themes/Menta/gtk-3.0/assets/menuitem-radio-checked-selected.svg +share/themes/Menta/gtk-3.0/assets/menuitem-radio-checked.svg +share/themes/Menta/gtk-3.0/assets/null.png +share/themes/Menta/gtk-3.0/assets/pane-separator-grip-vertical.svg +share/themes/Menta/gtk-3.0/assets/pane-separator-grip.svg +share/themes/Menta/gtk-3.0/assets/radio-active-ins.png +share/themes/Menta/gtk-3.0/assets/radio-active.png +share/themes/Menta/gtk-3.0/assets/radio-mixed-active-ins.png +share/themes/Menta/gtk-3.0/assets/radio-mixed-active.png +share/themes/Menta/gtk-3.0/assets/radio-normal-ins.png +share/themes/Menta/gtk-3.0/assets/radio-normal.png +share/themes/Menta/gtk-3.0/assets/resize-grip.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-checked.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-selected.svg +share/themes/Menta/gtk-3.0/assets/slider-hover.png +share/themes/Menta/gtk-3.0/assets/slider-ins.png +share/themes/Menta/gtk-3.0/assets/slider.png +share/themes/Menta/gtk-3.0/assets/switch-off-ins.svg +share/themes/Menta/gtk-3.0/assets/switch-off.svg +share/themes/Menta/gtk-3.0/assets/switch-on-ins.svg +share/themes/Menta/gtk-3.0/assets/switch-on.png +share/themes/Menta/gtk-3.0/assets/switch-on.svg +share/themes/Menta/gtk-3.0/assets/thumbnail-frame.png +share/themes/Menta/gtk-3.0/borders/button-active-focus.png +share/themes/Menta/gtk-3.0/borders/button-active-ins.png +share/themes/Menta/gtk-3.0/borders/button-active.png +share/themes/Menta/gtk-3.0/borders/button-focus.png +share/themes/Menta/gtk-3.0/borders/button-ins.png +share/themes/Menta/gtk-3.0/borders/button.png +share/themes/Menta/gtk-3.0/borders/nohl-generic-border.png +share/themes/Menta/gtk-3.0/gnome-applications.css +share/themes/Menta/gtk-3.0/gtk-fallback.css +share/themes/Menta/gtk-3.0/gtk-main-common.css +share/themes/Menta/gtk-3.0/gtk-main.css +share/themes/Menta/gtk-3.0/gtk-widgets-assets.css +share/themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css +share/themes/Menta/gtk-3.0/gtk-widgets-borders.css +share/themes/Menta/gtk-3.0/gtk-widgets.css +share/themes/Menta/gtk-3.0/gtk.css +share/themes/Menta/gtk-3.0/other-applications.css +share/themes/Menta/gtk-3.0/settings.ini +share/themes/Menta/gtk-3.0/unity.css +share/themes/Menta/index.theme +share/themes/Menta/metacity-1/close_focused_normal.svg +share/themes/Menta/metacity-1/close_focused_prelight.svg +share/themes/Menta/metacity-1/close_focused_pressed.svg +share/themes/Menta/metacity-1/close_unfocused.svg +share/themes/Menta/metacity-1/close_unfocused_prelight.svg +share/themes/Menta/metacity-1/maximize_focused_normal.svg +share/themes/Menta/metacity-1/maximize_focused_prelight.svg +share/themes/Menta/metacity-1/maximize_focused_pressed.svg +share/themes/Menta/metacity-1/maximize_unfocused.svg +share/themes/Menta/metacity-1/maximize_unfocused_prelight.svg +share/themes/Menta/metacity-1/menu.png +share/themes/Menta/metacity-1/menu_prelight.png +share/themes/Menta/metacity-1/metacity-theme-1.xml +share/themes/Menta/metacity-1/metacity-theme-3.xml +share/themes/Menta/metacity-1/minimize_focused_normal.svg +share/themes/Menta/metacity-1/minimize_focused_prelight.svg +share/themes/Menta/metacity-1/minimize_focused_pressed.svg +share/themes/Menta/metacity-1/minimize_unfocused.svg +share/themes/Menta/metacity-1/minimize_unfocused_prelight.svg +share/themes/Menta/metacity-1/trough_left.png +share/themes/Menta/metacity-1/trough_middle.png +share/themes/Menta/metacity-1/trough_right.png +share/themes/Menta/metacity-1/unmaximize_focused_normal.svg +share/themes/Menta/metacity-1/unmaximize_focused_prelight.svg +share/themes/Menta/metacity-1/unmaximize_focused_pressed.svg +share/themes/Menta/metacity-1/unmaximize_unfocused.svg +share/themes/Menta/metacity-1/unmaximize_unfocused_prelight.svg +share/themes/Menta/unity/close.png +share/themes/Menta/unity/close_focused_normal.png +share/themes/Menta/unity/close_focused_prelight.png +share/themes/Menta/unity/close_focused_pressed.png +share/themes/Menta/unity/close_unfocused.png +share/themes/Menta/unity/close_unfocused_prelight.png +share/themes/Menta/unity/close_unfocused_pressed.png +share/themes/Menta/unity/maximize.png +share/themes/Menta/unity/maximize_focused_normal.png +share/themes/Menta/unity/maximize_focused_prelight.png +share/themes/Menta/unity/maximize_focused_pressed.png +share/themes/Menta/unity/maximize_unfocused.png +share/themes/Menta/unity/maximize_unfocused_prelight.png +share/themes/Menta/unity/maximize_unfocused_pressed.png +share/themes/Menta/unity/minimize.png +share/themes/Menta/unity/minimize_focused_normal.png +share/themes/Menta/unity/minimize_focused_prelight.png +share/themes/Menta/unity/minimize_focused_pressed.png +share/themes/Menta/unity/minimize_unfocused.png +share/themes/Menta/unity/minimize_unfocused_prelight.png +share/themes/Menta/unity/minimize_unfocused_pressed.png +share/themes/Menta/unity/unmaximize.png +share/themes/Menta/unity/unmaximize_focused_normal.png +share/themes/Menta/unity/unmaximize_focused_prelight.png +share/themes/Menta/unity/unmaximize_focused_pressed.png +share/themes/Menta/unity/unmaximize_unfocused.png +share/themes/Menta/unity/unmaximize_unfocused_prelight.png +share/themes/Menta/unity/unmaximize_unfocused_pressed.png +share/themes/Menta/xfwm4/bottom-active.png +share/themes/Menta/xfwm4/bottom-active.xpm +share/themes/Menta/xfwm4/bottom-inactive.png +share/themes/Menta/xfwm4/bottom-inactive.xpm +share/themes/Menta/xfwm4/bottom-left-active.png +share/themes/Menta/xfwm4/bottom-left-active.xpm +share/themes/Menta/xfwm4/bottom-left-inactive.png +share/themes/Menta/xfwm4/bottom-left-inactive.xpm +share/themes/Menta/xfwm4/bottom-right-active.png +share/themes/Menta/xfwm4/bottom-right-active.xpm +share/themes/Menta/xfwm4/bottom-right-inactive.png +share/themes/Menta/xfwm4/bottom-right-inactive.xpm +share/themes/Menta/xfwm4/close-active.xpm +share/themes/Menta/xfwm4/close-inactive.xpm +share/themes/Menta/xfwm4/close-prelight.xpm +share/themes/Menta/xfwm4/close-pressed.xpm +share/themes/Menta/xfwm4/hide-active.xpm +share/themes/Menta/xfwm4/hide-inactive.xpm +share/themes/Menta/xfwm4/hide-prelight.xpm +share/themes/Menta/xfwm4/hide-pressed.xpm +share/themes/Menta/xfwm4/left-active.png +share/themes/Menta/xfwm4/left-active.xpm +share/themes/Menta/xfwm4/left-inactive.png +share/themes/Menta/xfwm4/left-inactive.xpm +share/themes/Menta/xfwm4/maximize-active.xpm +share/themes/Menta/xfwm4/maximize-inactive.xpm +share/themes/Menta/xfwm4/maximize-prelight.xpm +share/themes/Menta/xfwm4/maximize-pressed.xpm +share/themes/Menta/xfwm4/menu-active.xpm +share/themes/Menta/xfwm4/menu-inactive.xpm +share/themes/Menta/xfwm4/menu-prelight.xpm +share/themes/Menta/xfwm4/menu-pressed.xpm +share/themes/Menta/xfwm4/right-active.png +share/themes/Menta/xfwm4/right-active.xpm +share/themes/Menta/xfwm4/right-inactive.png +share/themes/Menta/xfwm4/right-inactive.xpm +share/themes/Menta/xfwm4/themerc +share/themes/Menta/xfwm4/title-1-active-shaded.xpm +share/themes/Menta/xfwm4/title-1-active.xpm +share/themes/Menta/xfwm4/title-1-inactive.xpm +share/themes/Menta/xfwm4/title-2-active.xpm +share/themes/Menta/xfwm4/title-2-inactive.xpm +share/themes/Menta/xfwm4/title-3-active.xpm +share/themes/Menta/xfwm4/title-3-inactive.xpm +share/themes/Menta/xfwm4/title-4-active.xpm +share/themes/Menta/xfwm4/title-4-inactive.xpm +share/themes/Menta/xfwm4/title-5-active.xpm +share/themes/Menta/xfwm4/title-5-inactive.xpm +share/themes/Menta/xfwm4/title-left-active.png +share/themes/Menta/xfwm4/title-right-active.png +share/themes/Menta/xfwm4/top-left-active-shaded.xpm +share/themes/Menta/xfwm4/top-left-active.xpm +share/themes/Menta/xfwm4/top-left-inactive.xpm +share/themes/Menta/xfwm4/top-right-active-shaded.xpm +share/themes/Menta/xfwm4/top-right-active.xpm +share/themes/Menta/xfwm4/top-right-inactive.xpm +share/themes/PrintLarge/gtk-2.0/gtkrc +share/themes/PrintLarge/index.theme.disabled +share/themes/Quid/index.theme +share/themes/Reverse/gtk-2.0/gtkrc +share/themes/Reverse/metacity-1/metacity-theme-1.xml +share/themes/Shiny/gtk-2.0/gtkrc +share/themes/Shiny/index.theme +share/themes/Shiny/metacity-1/metacity-theme-1.xml +share/themes/Simply/gtk-2.0/gtkrc +share/themes/TraditionalGreen/gtk-2.0/applications.rc +share/themes/TraditionalGreen/gtk-2.0/gtkrc +share/themes/TraditionalGreen/gtk-3.0/applications.css +share/themes/TraditionalGreen/gtk-3.0/gtk-variant.css +share/themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css +share/themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +share/themes/TraditionalGreen/gtk-3.0/gtk.css +share/themes/TraditionalGreen/gtk-3.0/img/border-error.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-focused-ptb.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-focused-switch.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-focused.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-gnome-panel-button.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-inline-button.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-insensitive.svg +share/themes/TraditionalGreen/gtk-3.0/img/border.svg +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-mixed-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-mixed-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-mixed.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-unchecked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-unchecked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-unchecked.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-mixed-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-mixed.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio.png +share/themes/TraditionalGreen/gtk-3.0/img/pane-separator-grip-horz.png +share/themes/TraditionalGreen/gtk-3.0/img/pane-separator-grip-vert.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-mixed-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-mixed-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-mixed.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-unchecked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-unchecked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-unchecked.png +share/themes/TraditionalGreen/gtk-3.0/img/resize-grip.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-horz-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-horz-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-horz.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-vert-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-vert-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-vert.png +share/themes/TraditionalGreen/gtk-3.0/img/slider-horz-grip.png +share/themes/TraditionalGreen/gtk-3.0/img/slider-vert-grip.png +share/themes/TraditionalGreen/gtk-3.0/settings.ini +share/themes/TraditionalGreen/index.theme +share/themes/TraditionalGreen/metacity-1/metacity-theme-1.xml +share/themes/TraditionalOk/doc/LISEZ-MOI.mkd +share/themes/TraditionalOk/doc/README.mkd +share/themes/TraditionalOk/doc/exemple1.png +share/themes/TraditionalOk/doc/exemple2.png +share/themes/TraditionalOk/doc/exemple3.png +share/themes/TraditionalOk/doc/gpl-3.0-fr.txt +share/themes/TraditionalOk/doc/gpl-3.0.txt +share/themes/TraditionalOk/doc/version.txt +share/themes/TraditionalOk/gtk-2.0/applications.rc +share/themes/TraditionalOk/gtk-2.0/gtkrc +share/themes/TraditionalOk/gtk-3.0/applications.css +share/themes/TraditionalOk/gtk-3.0/gtk-variant.css +share/themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css +share/themes/TraditionalOk/gtk-3.0/gtk-widgets.css +share/themes/TraditionalOk/gtk-3.0/gtk.css +share/themes/TraditionalOk/gtk-3.0/img/border-error.svg +share/themes/TraditionalOk/gtk-3.0/img/border-focused-ptb.svg +share/themes/TraditionalOk/gtk-3.0/img/border-focused-switch.svg +share/themes/TraditionalOk/gtk-3.0/img/border-focused.svg +share/themes/TraditionalOk/gtk-3.0/img/border-gnome-panel-button.svg +share/themes/TraditionalOk/gtk-3.0/img/border-inline-button.svg +share/themes/TraditionalOk/gtk-3.0/img/border-insensitive.svg +share/themes/TraditionalOk/gtk-3.0/img/border.svg +share/themes/TraditionalOk/gtk-3.0/img/checkbox-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-checked.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-mixed-hover.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-mixed-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-mixed.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-unchecked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-unchecked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-unchecked.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-checked.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-mixed-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-mixed.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-checked.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio.png +share/themes/TraditionalOk/gtk-3.0/img/pane-separator-grip-horz.png +share/themes/TraditionalOk/gtk-3.0/img/pane-separator-grip-vert.png +share/themes/TraditionalOk/gtk-3.0/img/radio-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/radio-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/radio-checked.png +share/themes/TraditionalOk/gtk-3.0/img/radio-mixed-hover.png +share/themes/TraditionalOk/gtk-3.0/img/radio-mixed-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/radio-mixed.png +share/themes/TraditionalOk/gtk-3.0/img/radio-unchecked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/radio-unchecked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/radio-unchecked.png +share/themes/TraditionalOk/gtk-3.0/img/resize-grip.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-horz-hover.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-horz-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-horz.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-vert-hover.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-vert-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-vert.png +share/themes/TraditionalOk/gtk-3.0/img/slider-horz-grip.png +share/themes/TraditionalOk/gtk-3.0/img/slider-vert-grip.png +share/themes/TraditionalOk/gtk-3.0/settings.ini +share/themes/TraditionalOk/index.theme +share/themes/TraditionalOk/metacity-1/metacity-theme-1.xml +share/themes/TraditionalOk/openbox-3/themerc +share/themes/TraditionalOk/wallpapers/clearlooks-phenix.png +share/themes/TraditionalOk/wallpapers/clearlooks-phenix.svg +share/themes/TraditionalOk/xfwm4/README +share/themes/TraditionalOk/xfwm4/bottom-active.xpm +share/themes/TraditionalOk/xfwm4/bottom-inactive.xpm +share/themes/TraditionalOk/xfwm4/bottom-left-active.xpm +share/themes/TraditionalOk/xfwm4/bottom-left-inactive.xpm +share/themes/TraditionalOk/xfwm4/bottom-right-active.xpm +share/themes/TraditionalOk/xfwm4/bottom-right-inactive.xpm +share/themes/TraditionalOk/xfwm4/close-active.xpm +share/themes/TraditionalOk/xfwm4/close-inactive.xpm +share/themes/TraditionalOk/xfwm4/close-pressed.xpm +share/themes/TraditionalOk/xfwm4/hide-active.xpm +share/themes/TraditionalOk/xfwm4/hide-inactive.xpm +share/themes/TraditionalOk/xfwm4/hide-pressed.xpm +share/themes/TraditionalOk/xfwm4/left-active.xpm +share/themes/TraditionalOk/xfwm4/left-inactive.xpm +share/themes/TraditionalOk/xfwm4/maximize-active.xpm +share/themes/TraditionalOk/xfwm4/maximize-inactive.xpm +share/themes/TraditionalOk/xfwm4/maximize-pressed.xpm +share/themes/TraditionalOk/xfwm4/maximize-toggled-active.xpm +share/themes/TraditionalOk/xfwm4/maximize-toggled-inactive.xpm +share/themes/TraditionalOk/xfwm4/maximize-toggled-pressed.xpm +share/themes/TraditionalOk/xfwm4/menu-active.xpm +share/themes/TraditionalOk/xfwm4/menu-inactive.xpm +share/themes/TraditionalOk/xfwm4/menu-pressed.xpm +share/themes/TraditionalOk/xfwm4/png/bottom-active.png +share/themes/TraditionalOk/xfwm4/png/bottom-inactive.png +share/themes/TraditionalOk/xfwm4/png/bottom-left-active.png +share/themes/TraditionalOk/xfwm4/png/bottom-left-inactive.png +share/themes/TraditionalOk/xfwm4/png/bottom-right-active.png +share/themes/TraditionalOk/xfwm4/png/bottom-right-inactive.png +share/themes/TraditionalOk/xfwm4/png/close-active.png +share/themes/TraditionalOk/xfwm4/png/close-inactive.png +share/themes/TraditionalOk/xfwm4/png/close-pressed.png +share/themes/TraditionalOk/xfwm4/png/hide-active.png +share/themes/TraditionalOk/xfwm4/png/hide-inactive.png +share/themes/TraditionalOk/xfwm4/png/hide-pressed.png +share/themes/TraditionalOk/xfwm4/png/left-active.png +share/themes/TraditionalOk/xfwm4/png/left-inactive.png +share/themes/TraditionalOk/xfwm4/png/maximize-active.png +share/themes/TraditionalOk/xfwm4/png/maximize-inactive.png +share/themes/TraditionalOk/xfwm4/png/maximize-pressed.png +share/themes/TraditionalOk/xfwm4/png/maximize-toggled-active.png +share/themes/TraditionalOk/xfwm4/png/maximize-toggled-inactive.png +share/themes/TraditionalOk/xfwm4/png/maximize-toggled-pressed.png +share/themes/TraditionalOk/xfwm4/png/menu-active.png +share/themes/TraditionalOk/xfwm4/png/menu-inactive.png +share/themes/TraditionalOk/xfwm4/png/menu-pressed.png +share/themes/TraditionalOk/xfwm4/png/right-active.png +share/themes/TraditionalOk/xfwm4/png/right-inactive.png +share/themes/TraditionalOk/xfwm4/png/title-1-active.png +share/themes/TraditionalOk/xfwm4/png/title-1-inactive.png +share/themes/TraditionalOk/xfwm4/png/top-left-active.png +share/themes/TraditionalOk/xfwm4/png/top-left-inactive.png +share/themes/TraditionalOk/xfwm4/png/top-right-active.png +share/themes/TraditionalOk/xfwm4/png/top-right-inactive.png +share/themes/TraditionalOk/xfwm4/right-active.xpm +share/themes/TraditionalOk/xfwm4/right-inactive.xpm +share/themes/TraditionalOk/xfwm4/themerc +share/themes/TraditionalOk/xfwm4/title-1-active.xpm +share/themes/TraditionalOk/xfwm4/title-1-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-2-active.xpm +share/themes/TraditionalOk/xfwm4/title-2-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-3-active.xpm +share/themes/TraditionalOk/xfwm4/title-3-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-4-active.xpm +share/themes/TraditionalOk/xfwm4/title-4-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-5-active.xpm +share/themes/TraditionalOk/xfwm4/title-5-inactive.xpm +share/themes/TraditionalOk/xfwm4/top-left-active.png +share/themes/TraditionalOk/xfwm4/top-left-active.xpm +share/themes/TraditionalOk/xfwm4/top-left-inactive.xpm +share/themes/TraditionalOk/xfwm4/top-right-active.png +share/themes/TraditionalOk/xfwm4/top-right-active.xpm +share/themes/TraditionalOk/xfwm4/top-right-inactive.xpm +@dirrmtry share/themes/TraditionalOk/xfwm4/png +@dirrmtry share/themes/TraditionalOk/xfwm4 +@dirrmtry share/themes/TraditionalOk/wallpapers +@dirrmtry share/themes/TraditionalOk/openbox-3 +@dirrmtry share/themes/TraditionalOk/metacity-1 +@dirrmtry share/themes/TraditionalOk/gtk-3.0/img +@dirrmtry share/themes/TraditionalOk/gtk-3.0 +@dirrmtry share/themes/TraditionalOk/gtk-2.0 +@dirrmtry share/themes/TraditionalOk/doc +@dirrmtry share/themes/TraditionalOk +@dirrmtry share/themes/TraditionalGreen/metacity-1 +@dirrmtry share/themes/TraditionalGreen/gtk-3.0/img +@dirrmtry share/themes/TraditionalGreen/gtk-3.0 +@dirrmtry share/themes/TraditionalGreen/gtk-2.0 +@dirrmtry share/themes/TraditionalGreen +@dirrmtry share/themes/Simply/gtk-2.0 +@dirrmtry share/themes/Simply +@dirrmtry share/themes/Shiny/metacity-1 +@dirrmtry share/themes/Shiny/gtk-2.0 +@dirrmtry share/themes/Shiny +@dirrmtry share/themes/Reverse/metacity-1 +@dirrmtry share/themes/Reverse/gtk-2.0 +@dirrmtry share/themes/Reverse +@dirrmtry share/themes/Quid +@dirrmtry share/themes/PrintLarge/gtk-2.0 +@dirrmtry share/themes/PrintLarge +@dirrmtry share/themes/Menta/xfwm4 +@dirrmtry share/themes/Menta/unity +@dirrmtry share/themes/Menta/metacity-1 +@dirrmtry share/themes/Menta/gtk-3.0/borders +@dirrmtry share/themes/Menta/gtk-3.0/assets +@dirrmtry share/themes/Menta/gtk-3.0 +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Scale +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Panel +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Others +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Null +@dirrmtry share/themes/Menta/gtk-2.0/widgets +@dirrmtry share/themes/Menta/gtk-2.0/apps/Others +@dirrmtry share/themes/Menta/gtk-2.0/apps/Null +@dirrmtry share/themes/Menta/gtk-2.0/apps/Handles +@dirrmtry share/themes/Menta/gtk-2.0/apps/Caja +@dirrmtry share/themes/Menta/gtk-2.0/apps +@dirrmtry share/themes/Menta/gtk-2.0 +@dirrmtry share/themes/Menta/cinnamon +@dirrmtry share/themes/Menta-Black/metacity-1 +@dirrmtry share/themes/Menta-Black +@dirrmtry share/themes/Menta +@dirrmtry share/themes/GreenLaguna/metacity-1 +@dirrmtry share/themes/GreenLaguna/gtk-3.0/assets +@dirrmtry share/themes/GreenLaguna/gtk-3.0 +@dirrmtry share/themes/GreenLaguna/gtk-2.0/Styles +@dirrmtry share/themes/GreenLaguna/gtk-2.0 +@dirrmtry share/themes/GreenLaguna +@dirrmtry share/themes/Fog/metacity-1 +@dirrmtry share/themes/Fog +@dirrmtry share/themes/ContrastLowLargePrint/pixmaps +@dirrmtry share/themes/ContrastLowLargePrint/gtk-2.0 +@dirrmtry share/themes/ContrastLowLargePrint +@dirrmtry share/themes/ContrastLow/gtk-2.0 +@dirrmtry share/themes/ContrastLow +@dirrmtry share/themes/ContrastHighLargePrintInverse/pixmaps +@dirrmtry share/themes/ContrastHighLargePrintInverse/gtk-2.0 +@dirrmtry share/themes/ContrastHighLargePrintInverse +@dirrmtry share/themes/ContrastHighLargePrint/pixmaps +@dirrmtry share/themes/ContrastHighLargePrint/gtk-2.0 +@dirrmtry share/themes/ContrastHighLargePrint +@dirrmtry share/themes/ContrastHighInverse/gtk-2.0 +@dirrmtry share/themes/ContrastHighInverse +@dirrmtry share/themes/ContrastHigh/metacity-1 +@dirrmtry share/themes/ContrastHigh/gtk-3.0 +@dirrmtry share/themes/ContrastHigh/gtk-2.0 +@dirrmtry share/themes/ContrastHigh +@dirrmtry share/themes/BlackMATE/metacity-1 +@dirrmtry share/themes/BlackMATE/gtk-3.0/assets +@dirrmtry share/themes/BlackMATE/gtk-3.0 +@dirrmtry share/themes/BlackMATE/gtk-2.0/assets +@dirrmtry share/themes/BlackMATE/gtk-2.0/Styles +@dirrmtry share/themes/BlackMATE/gtk-2.0 +@dirrmtry share/themes/BlackMATE/cinnamon +@dirrmtry share/themes/BlackMATE +@dirrmtry share/themes/Atantla/metacity-1 +@dirrmtry share/themes/Atantla +@dirrmtry share/themes/AlaDelta/metacity-1 +@dirrmtry share/themes/AlaDelta/gtk-2.0 +@dirrmtry share/themes/AlaDelta +@dirrmtry share/themes +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/cursors +@dirrmtry share/icons/mate +@dirrmtry share/icons/Quid/scalable/status +@dirrmtry share/icons/Quid/scalable/places +@dirrmtry share/icons/Quid/scalable/actions +@dirrmtry share/icons/Quid/scalable +@dirrmtry share/icons/Quid/32x32/status +@dirrmtry share/icons/Quid/32x32/places +@dirrmtry share/icons/Quid/32x32/actions +@dirrmtry share/icons/Quid/32x32 +@dirrmtry share/icons/Quid/24x24/status +@dirrmtry share/icons/Quid/24x24/places +@dirrmtry share/icons/Quid/24x24/actions +@dirrmtry share/icons/Quid/24x24 +@dirrmtry share/icons/Quid/22x22/status +@dirrmtry share/icons/Quid/22x22/places +@dirrmtry share/icons/Quid/22x22/actions +@dirrmtry share/icons/Quid/22x22 +@dirrmtry share/icons/Quid/16x16/status +@dirrmtry share/icons/Quid/16x16/places +@dirrmtry share/icons/Quid/16x16/actions +@dirrmtry share/icons/Quid/16x16 +@dirrmtry share/icons/Quid +@dirrmtry share/icons/MateLargePrint +@dirrmtry share/icons/Fog/48x48/status +@dirrmtry share/icons/Fog/48x48/places +@dirrmtry share/icons/Fog/48x48/devices +@dirrmtry share/icons/Fog/48x48/apps +@dirrmtry share/icons/Fog/48x48/actions +@dirrmtry share/icons/Fog/48x48 +@dirrmtry share/icons/Fog/32x32/status +@dirrmtry share/icons/Fog/32x32/places +@dirrmtry share/icons/Fog/32x32/devices +@dirrmtry share/icons/Fog/32x32/apps +@dirrmtry share/icons/Fog/32x32/actions +@dirrmtry share/icons/Fog/32x32 +@dirrmtry share/icons/Fog/256x256/status +@dirrmtry share/icons/Fog/256x256/places +@dirrmtry share/icons/Fog/256x256/devices +@dirrmtry share/icons/Fog/256x256/apps +@dirrmtry share/icons/Fog/256x256/actions +@dirrmtry share/icons/Fog/256x256 +@dirrmtry share/icons/Fog/24x24/status +@dirrmtry share/icons/Fog/24x24/places +@dirrmtry share/icons/Fog/24x24/devices +@dirrmtry share/icons/Fog/24x24/apps +@dirrmtry share/icons/Fog/24x24/actions +@dirrmtry share/icons/Fog/24x24 +@dirrmtry share/icons/Fog/22x22/status +@dirrmtry share/icons/Fog/22x22/places +@dirrmtry share/icons/Fog/22x22/devices +@dirrmtry share/icons/Fog/22x22/apps +@dirrmtry share/icons/Fog/22x22/actions +@dirrmtry share/icons/Fog/22x22 +@dirrmtry share/icons/Fog/16x16/status +@dirrmtry share/icons/Fog/16x16/places +@dirrmtry share/icons/Fog/16x16/devices +@dirrmtry share/icons/Fog/16x16/apps +@dirrmtry share/icons/Fog/16x16/actions +@dirrmtry share/icons/Fog/16x16 +@dirrmtry share/icons/Fog +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/status +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/places +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/mimetypes +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/emblems +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/devices +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/categories +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/apps +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/actions +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48 +@dirrmtry share/icons/ContrastHighLargePrintInverse/36x36/animations +@dirrmtry share/icons/ContrastHighLargePrintInverse/36x36 +@dirrmtry share/icons/ContrastHighLargePrintInverse +@dirrmtry share/icons/ContrastHighLargePrint/48x48/status +@dirrmtry share/icons/ContrastHighLargePrint/48x48/places +@dirrmtry share/icons/ContrastHighLargePrint/48x48/mimetypes +@dirrmtry share/icons/ContrastHighLargePrint/48x48/emblems +@dirrmtry share/icons/ContrastHighLargePrint/48x48/devices +@dirrmtry share/icons/ContrastHighLargePrint/48x48/categories +@dirrmtry share/icons/ContrastHighLargePrint/48x48/apps +@dirrmtry share/icons/ContrastHighLargePrint/48x48/actions +@dirrmtry share/icons/ContrastHighLargePrint/48x48 +@dirrmtry share/icons/ContrastHighLargePrint/36x36/animations +@dirrmtry share/icons/ContrastHighLargePrint/36x36 +@dirrmtry share/icons/ContrastHighLargePrint +@dirrmtry share/icons/ContrastHighInverse +@dirrmtry share/icons/ContrastHigh-SVG/scalable/status +@dirrmtry share/icons/ContrastHigh-SVG/scalable/places +@dirrmtry share/icons/ContrastHigh-SVG/scalable/mimetypes +@dirrmtry share/icons/ContrastHigh-SVG/scalable/emotes +@dirrmtry share/icons/ContrastHigh-SVG/scalable/emblems +@dirrmtry share/icons/ContrastHigh-SVG/scalable/devices +@dirrmtry share/icons/ContrastHigh-SVG/scalable/categories +@dirrmtry share/icons/ContrastHigh-SVG/scalable/apps +@dirrmtry share/icons/ContrastHigh-SVG/scalable/actions +@dirrmtry share/icons/ContrastHigh-SVG/scalable +@dirrmtry share/icons/ContrastHigh-SVG/48x48/animations +@dirrmtry share/icons/ContrastHigh-SVG/48x48 +@dirrmtry share/icons/ContrastHigh-SVG +@dirrmtry share/icons/ContrastHigh +@dirrmtry share/icons Property changes on: head/x11-themes/mate-themes/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh =================================================================== --- head/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh (nonexistent) +++ head/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh (revision 334661) @@ -0,0 +1,11 @@ +--- common/mkiconlinks.sh.orig 2008-09-04 17:15:42.000000000 -0500 ++++ common/mkiconlinks.sh 2008-09-04 17:16:31.000000000 -0500 +@@ -16,7 +16,7 @@ + while [ ! -z "$NEXTLINE" ] ; do + + # Skip lines beginning with '#' +- if [ ! "${NEXTLINE:0:1}" == '#' ]; then ++ if ! echo ${NEXTLINE} | grep -q "^#" ; then + #Extract first field, minus its trailing colon + ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'` + Property changes on: head/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/Makefile =================================================================== --- head/x11-toolkits/Makefile (revision 334660) +++ head/x11-toolkits/Makefile (revision 334661) @@ -1,291 +1,292 @@ # $FreeBSD$ # COMMENT = X11 toolkits SUBDIR += SoXt SUBDIR += Xaw3d SUBDIR += attica SUBDIR += bakery SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils SUBDIR += eel SUBDIR += elementary SUBDIR += fl_editor SUBDIR += flowcanvas SUBDIR += fltk SUBDIR += fltk-devel SUBDIR += flvw SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fox17 SUBDIR += fpc-gnome1 SUBDIR += fpc-gtk1 SUBDIR += fpc-gtk2 SUBDIR += fpc-xforms SUBDIR += fxscintilla SUBDIR += gai SUBDIR += gal2 SUBDIR += gal2-reference SUBDIR += gdl SUBDIR += gigi SUBDIR += girara SUBDIR += gnocl SUBDIR += gnome-desktop-sharp20 SUBDIR += gnome-sharp20 SUBDIR += gnomemm SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp10 SUBDIR += gtk-sharp20 SUBDIR += gtk12 SUBDIR += gtk20 SUBDIR += gtk20-reference SUBDIR += gtk30 SUBDIR += gtk30-reference SUBDIR += gtkada SUBDIR += gtkdatabox SUBDIR += gtkextra2 SUBDIR += gtkglarea2 SUBDIR += gtkglext SUBDIR += gtkglextmm SUBDIR += gtkimageview SUBDIR += gtkmathview SUBDIR += gtkmm20 SUBDIR += gtkmm20-reference SUBDIR += gtkmm24 SUBDIR += gtkmm24-reference SUBDIR += gtkmm30 SUBDIR += gtkmm30-reference SUBDIR += gtksourceview SUBDIR += gtksourceview-reference SUBDIR += gtksourceview-sharp SUBDIR += gtksourceview2 SUBDIR += gtksourceview2-reference SUBDIR += gtksourceview3 SUBDIR += gtksourceview3-reference SUBDIR += gtksourceviewmm3 SUBDIR += gtkunique SUBDIR += hippo-canvas SUBDIR += hs-GLURaw SUBDIR += hs-GLUT SUBDIR += hs-OpenGL SUBDIR += hs-OpenGLRaw SUBDIR += hs-frantk SUBDIR += hs-gtk SUBDIR += hs-gtk2hs SUBDIR += hs-gtkglext SUBDIR += hs-gtksourceview2 SUBDIR += hs-pango SUBDIR += hs-vte SUBDIR += hs-wx SUBDIR += hs-wxc SUBDIR += hs-wxcore SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu SUBDIR += libXt SUBDIR += libbonoboui SUBDIR += libbonoboui-reference SUBDIR += libgail-gnome SUBDIR += libgdiplus SUBDIR += libgnomeprintui SUBDIR += libgnomeprintuimm SUBDIR += libgnomeui SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libgtk-java SUBDIR += libgtksourceviewmm + SUBDIR += libmatewnck SUBDIR += libpanelappletmm SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck-reference SUBDIR += libxaw3dxft SUBDIR += libxfce4gui SUBDIR += libzvt SUBDIR += linux-f10-blt SUBDIR += linux-f10-gtk SUBDIR += linux-f10-gtk2 SUBDIR += linux-f10-openmotif SUBDIR += linux-f10-pango SUBDIR += linux-f10-qt45 SUBDIR += linux-f10-tk85 SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += mygui SUBDIR += neXtaw SUBDIR += nucleo SUBDIR += ocaml-lablgtk2 SUBDIR += open-motif SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 SUBDIR += p5-Gnome2 SUBDIR += p5-Gnome2-Canvas SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gtk SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-Dialogs SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer SUBDIR += p5-Gtk2-Ex-Simple-List SUBDIR += p5-Gtk2-Ex-Utils SUBDIR += p5-Gtk2-GladeXML SUBDIR += p5-Gtk2-Html2 SUBDIR += p5-Gtk2-ImageView SUBDIR += p5-Gtk2-PathButtonBar SUBDIR += p5-Gtk2-TrayIcon SUBDIR += p5-Pango SUBDIR += p5-Prima SUBDIR += p5-Tk SUBDIR += p5-Tk-Action SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser SUBDIR += p5-Tk-Contrib SUBDIR += p5-Tk-CursorControl SUBDIR += p5-Tk-DKW SUBDIR += p5-Tk-Date SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FileDialog SUBDIR += p5-Tk-FontDialog SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-JComboBox SUBDIR += p5-Tk-ResizeButton SUBDIR += p5-Tk-Role-Dialog SUBDIR += p5-Tk-Role-HasWidgets SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-Sugar SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-Tk-ToolBar SUBDIR += p5-Wx SUBDIR += p5-Wx-Perl-ProcessStream SUBDIR += pango SUBDIR += pango-reference SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += pangoxsl SUBDIR += paragui-devel SUBDIR += phat SUBDIR += plib SUBDIR += pure-gtk SUBDIR += pure-tk SUBDIR += py-Pmw SUBDIR += py-SquareMap SUBDIR += py-fltk SUBDIR += py-gnome-desktop SUBDIR += py-gnome-extras SUBDIR += py-gnome2 SUBDIR += py-gtk2 SUBDIR += py-gtkglext SUBDIR += py-gtksourceview SUBDIR += py-gui SUBDIR += py-kivy SUBDIR += py-kiwi SUBDIR += py-pyqwt SUBDIR += py-qt4-gui SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py-tktreectrl SUBDIR += py-traitsbackendwx SUBDIR += py-traitsgui SUBDIR += py-vte SUBDIR += py-wax SUBDIR += py-wmdockapps SUBDIR += py-wxPython26 SUBDIR += py-wxPython26-common SUBDIR += py-wxPython26-unicode SUBDIR += py-wxPython28 SUBDIR += py-wxPython28-common SUBDIR += py-wxPython28-unicode SUBDIR += py-xlib SUBDIR += py31-tkinter SUBDIR += qt4-gui SUBDIR += qt4pas SUBDIR += qtada SUBDIR += qwt5 SUBDIR += qwt5-designerplugin SUBDIR += qwt6 SUBDIR += qwt6-designerplugin SUBDIR += rep-gtk2 SUBDIR += ruby-fox16 SUBDIR += ruby-goocanvas SUBDIR += ruby-gstreamer SUBDIR += ruby-gtk2 SUBDIR += ruby-gtksourceview2 SUBDIR += ruby-pango SUBDIR += ruby-poppler SUBDIR += ruby-vte SUBDIR += rubygem-gdk3 SUBDIR += rubygem-gtk2 SUBDIR += rubygem-gtk3 SUBDIR += rubygem-gtksourceview2 SUBDIR += rubygem-gtksourceview3 SUBDIR += rubygem-pango SUBDIR += rubygem-poppler SUBDIR += rubygem-vte SUBDIR += sakura SUBDIR += scintilla SUBDIR += sdl_pango SUBDIR += shared-desktop-ontologies SUBDIR += skinlf SUBDIR += slingshot SUBDIR += soqt SUBDIR += swt SUBDIR += swt-devel SUBDIR += termit SUBDIR += tile SUBDIR += tix SUBDIR += tk-wrapper SUBDIR += tk84 SUBDIR += tk85 SUBDIR += tk86 SUBDIR += tkdnd SUBDIR += tkshape SUBDIR += tktable SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique SUBDIR += v SUBDIR += vdk SUBDIR += vdkbuilder SUBDIR += viewklass SUBDIR += vte SUBDIR += vte-reference SUBDIR += vtkfox SUBDIR += wmapp SUBDIR += wxgtk26 SUBDIR += wxgtk26-common SUBDIR += wxgtk26-contrib SUBDIR += wxgtk26-contrib-common SUBDIR += wxgtk26-docs SUBDIR += wxgtk26-unicode SUBDIR += wxgtk26-unicode-contrib SUBDIR += wxgtk28 SUBDIR += wxgtk28-common SUBDIR += wxgtk28-contrib SUBDIR += wxgtk28-contrib-common SUBDIR += wxgtk28-unicode SUBDIR += wxgtk28-unicode-contrib SUBDIR += wxgtk29 SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml SUBDIR += xscoop SUBDIR += xview SUBDIR += xview-clients .include Index: head/x11-toolkits/libmatewnck/Makefile =================================================================== --- head/x11-toolkits/libmatewnck/Makefile (nonexistent) +++ head/x11-toolkits/libmatewnck/Makefile (revision 334661) @@ -0,0 +1,46 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= libmatewnck +PORTVERSION= 1.6.1 +CATEGORIES= x11-toolkits mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library used for writing pagers and taskslists + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc + +PORTSCOUT= limitw:1,even + +USES= bison gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_XORG= x11 xres +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 intlhack \ + introspection:build ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= STARTUP +OPTIONS_DEFAULT=STARTUP +STARTUP_DESC= Startup notification support + +.include + +.if ${PORT_OPTIONS:MSTARTUP} +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +CONFIGURE_ARGS+=--enable-startup-notification +.else +CONFIGURE_ARGS+=--disable-startup-notification +.endif + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatewnck.so.0 + +.include Property changes on: head/x11-toolkits/libmatewnck/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/libmatewnck/distinfo =================================================================== --- head/x11-toolkits/libmatewnck/distinfo (nonexistent) +++ head/x11-toolkits/libmatewnck/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/libmatewnck-1.6.1.tar.xz) = 39c1b291178153dec9c7036475c61e7acb622f3a38f39810cf5d6f1ba4f51e0c +SIZE (mate/libmatewnck-1.6.1.tar.xz) = 616736 Property changes on: head/x11-toolkits/libmatewnck/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/libmatewnck/pkg-descr =================================================================== --- head/x11-toolkits/libmatewnck/pkg-descr (nonexistent) +++ head/x11-toolkits/libmatewnck/pkg-descr (revision 334661) @@ -0,0 +1,4 @@ +libmatewnck is a Window Navigator Construction Kit, i.e. a library used +for writing pagers and taskslists. It is needed for the MATE desktop. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-toolkits/libmatewnck/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/libmatewnck/pkg-plist =================================================================== --- head/x11-toolkits/libmatewnck/pkg-plist (nonexistent) +++ head/x11-toolkits/libmatewnck/pkg-plist (revision 334661) @@ -0,0 +1,198 @@ +bin/matewnck-urgency-monitor +bin/matewnckprop +include/libmatewnck/libmatewnck/application.h +include/libmatewnck/libmatewnck/class-group.h +include/libmatewnck/libmatewnck/libmatewnck.h +include/libmatewnck/libmatewnck/matewnck-enum-types.h +include/libmatewnck/libmatewnck/pager.h +include/libmatewnck/libmatewnck/screen.h +include/libmatewnck/libmatewnck/selector.h +include/libmatewnck/libmatewnck/tasklist.h +include/libmatewnck/libmatewnck/util.h +include/libmatewnck/libmatewnck/version.h +include/libmatewnck/libmatewnck/window-action-menu.h +include/libmatewnck/libmatewnck/window.h +include/libmatewnck/libmatewnck/workspace.h +lib/girepository-1.0/Matewnck-1.0.typelib +lib/libmatewnck.a +lib/libmatewnck.la +lib/libmatewnck.so +lib/libmatewnck.so.0 +libdata/pkgconfig/libmatewnck.pc +%%DOCSDIR%%/MatewnckApplication.html +%%DOCSDIR%%/MatewnckClassGroup.html +%%DOCSDIR%%/MatewnckPager.html +%%DOCSDIR%%/MatewnckScreen.html +%%DOCSDIR%%/MatewnckSelector.html +%%DOCSDIR%%/MatewnckTasklist.html +%%DOCSDIR%%/MatewnckWindow.html +%%DOCSDIR%%/MatewnckWorkspace.html +%%DOCSDIR%%/core.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/indexes.html +%%DOCSDIR%%/intro.html +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/ix02.html +%%DOCSDIR%%/ix03.html +%%DOCSDIR%%/ix04.html +%%DOCSDIR%%/ix05.html +%%DOCSDIR%%/ix06.html +%%DOCSDIR%%/ix07.html +%%DOCSDIR%%/ix08.html +%%DOCSDIR%%/ix09.html +%%DOCSDIR%%/ix10.html +%%DOCSDIR%%/ix11.html +%%DOCSDIR%%/ix12.html +%%DOCSDIR%%/ix13.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmatewnck-Miscellaneous-Functions.html +%%DOCSDIR%%/libmatewnck-Resource-Usage-of-X-Clients.html +%%DOCSDIR%%/libmatewnck-Version-Information.html +%%DOCSDIR%%/libmatewnck-Window-Action-Menu.html +%%DOCSDIR%%/libmatewnck.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +%%DOCSDIR%%/utils.html +%%DOCSDIR%%/widgets.html +share/locale/am/LC_MESSAGES/libmatewnck.mo +share/locale/ar/LC_MESSAGES/libmatewnck.mo +share/locale/as/LC_MESSAGES/libmatewnck.mo +share/locale/ast/LC_MESSAGES/libmatewnck.mo +share/locale/az/LC_MESSAGES/libmatewnck.mo +share/locale/be/LC_MESSAGES/libmatewnck.mo +share/locale/be@latin/LC_MESSAGES/libmatewnck.mo +share/locale/bg/LC_MESSAGES/libmatewnck.mo +share/locale/bn/LC_MESSAGES/libmatewnck.mo +share/locale/bn_IN/LC_MESSAGES/libmatewnck.mo +share/locale/br/LC_MESSAGES/libmatewnck.mo +share/locale/bs/LC_MESSAGES/libmatewnck.mo +share/locale/ca/LC_MESSAGES/libmatewnck.mo +share/locale/ca@valencia/LC_MESSAGES/libmatewnck.mo +share/locale/crh/LC_MESSAGES/libmatewnck.mo +share/locale/cs/LC_MESSAGES/libmatewnck.mo +share/locale/cy/LC_MESSAGES/libmatewnck.mo +share/locale/da/LC_MESSAGES/libmatewnck.mo +share/locale/de/LC_MESSAGES/libmatewnck.mo +share/locale/dz/LC_MESSAGES/libmatewnck.mo +share/locale/el/LC_MESSAGES/libmatewnck.mo +share/locale/en@shaw/LC_MESSAGES/libmatewnck.mo +share/locale/en_AU/LC_MESSAGES/libmatewnck.mo +share/locale/en_CA/LC_MESSAGES/libmatewnck.mo +share/locale/en_GB/LC_MESSAGES/libmatewnck.mo +share/locale/eo/LC_MESSAGES/libmatewnck.mo +share/locale/es/LC_MESSAGES/libmatewnck.mo +share/locale/et/LC_MESSAGES/libmatewnck.mo +share/locale/eu/LC_MESSAGES/libmatewnck.mo +share/locale/fa/LC_MESSAGES/libmatewnck.mo +share/locale/fi/LC_MESSAGES/libmatewnck.mo +share/locale/fr/LC_MESSAGES/libmatewnck.mo +share/locale/ga/LC_MESSAGES/libmatewnck.mo +share/locale/gl/LC_MESSAGES/libmatewnck.mo +share/locale/gu/LC_MESSAGES/libmatewnck.mo +share/locale/he/LC_MESSAGES/libmatewnck.mo +share/locale/hi/LC_MESSAGES/libmatewnck.mo +share/locale/hr/LC_MESSAGES/libmatewnck.mo +share/locale/hu/LC_MESSAGES/libmatewnck.mo +share/locale/id/LC_MESSAGES/libmatewnck.mo +share/locale/is/LC_MESSAGES/libmatewnck.mo +share/locale/it/LC_MESSAGES/libmatewnck.mo +share/locale/ja/LC_MESSAGES/libmatewnck.mo +share/locale/ka/LC_MESSAGES/libmatewnck.mo +share/locale/kk/LC_MESSAGES/libmatewnck.mo +share/locale/kn/LC_MESSAGES/libmatewnck.mo +share/locale/ko/LC_MESSAGES/libmatewnck.mo +share/locale/ku/LC_MESSAGES/libmatewnck.mo +share/locale/ky/LC_MESSAGES/libmatewnck.mo +share/locale/li/LC_MESSAGES/libmatewnck.mo +share/locale/lt/LC_MESSAGES/libmatewnck.mo +share/locale/lv/LC_MESSAGES/libmatewnck.mo +share/locale/mai/LC_MESSAGES/libmatewnck.mo +share/locale/mi/LC_MESSAGES/libmatewnck.mo +share/locale/mk/LC_MESSAGES/libmatewnck.mo +share/locale/ml/LC_MESSAGES/libmatewnck.mo +share/locale/mn/LC_MESSAGES/libmatewnck.mo +share/locale/mr/LC_MESSAGES/libmatewnck.mo +share/locale/ms/LC_MESSAGES/libmatewnck.mo +share/locale/nb/LC_MESSAGES/libmatewnck.mo +share/locale/ne/LC_MESSAGES/libmatewnck.mo +share/locale/nl/LC_MESSAGES/libmatewnck.mo +share/locale/nn/LC_MESSAGES/libmatewnck.mo +share/locale/oc/LC_MESSAGES/libmatewnck.mo +share/locale/or/LC_MESSAGES/libmatewnck.mo +share/locale/pa/LC_MESSAGES/libmatewnck.mo +share/locale/pl/LC_MESSAGES/libmatewnck.mo +share/locale/pt/LC_MESSAGES/libmatewnck.mo +share/locale/pt_BR/LC_MESSAGES/libmatewnck.mo +share/locale/ro/LC_MESSAGES/libmatewnck.mo +share/locale/ru/LC_MESSAGES/libmatewnck.mo +share/locale/rw/LC_MESSAGES/libmatewnck.mo +share/locale/si/LC_MESSAGES/libmatewnck.mo +share/locale/sk/LC_MESSAGES/libmatewnck.mo +share/locale/sl/LC_MESSAGES/libmatewnck.mo +share/locale/sq/LC_MESSAGES/libmatewnck.mo +share/locale/sr/LC_MESSAGES/libmatewnck.mo +share/locale/sr@latin/LC_MESSAGES/libmatewnck.mo +share/locale/sv/LC_MESSAGES/libmatewnck.mo +share/locale/ta/LC_MESSAGES/libmatewnck.mo +share/locale/te/LC_MESSAGES/libmatewnck.mo +share/locale/th/LC_MESSAGES/libmatewnck.mo +share/locale/tr/LC_MESSAGES/libmatewnck.mo +share/locale/ug/LC_MESSAGES/libmatewnck.mo +share/locale/uk/LC_MESSAGES/libmatewnck.mo +share/locale/vi/LC_MESSAGES/libmatewnck.mo +share/locale/wa/LC_MESSAGES/libmatewnck.mo +share/locale/xh/LC_MESSAGES/libmatewnck.mo +share/locale/zh_CN/LC_MESSAGES/libmatewnck.mo +share/locale/zh_HK/LC_MESSAGES/libmatewnck.mo +share/locale/zh_TW/LC_MESSAGES/libmatewnck.mo +share/gir-1.0/Matewnck-1.0.gir +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm %%DOCSDIR%% +@dirrm include/libmatewnck/libmatewnck +@dirrm include/libmatewnck Property changes on: head/x11-toolkits/libmatewnck/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 334660) +++ head/x11-wm/Makefile (revision 334661) @@ -1,173 +1,174 @@ # $FreeBSD$ # COMMENT = X11 window managers SUBDIR += aewm SUBDIR += afterstep SUBDIR += afterstep-i18n SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += awesome2 SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += blackbox SUBDIR += ccsm SUBDIR += clementine SUBDIR += compiz SUBDIR += compiz-fusion SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compizconfig-python SUBDIR += compton SUBDIR += ctwm SUBDIR += devilspie SUBDIR += dwm SUBDIR += e16 SUBDIR += e16utils SUBDIR += e17-module-alarm SUBDIR += e17-module-comp-scale SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow SUBDIR += e17-module-diskio SUBDIR += e17-module-eektool SUBDIR += e17-module-elfe SUBDIR += e17-module-empris SUBDIR += e17-module-engage SUBDIR += e17-module-eooorg SUBDIR += e17-module-everything-aspell SUBDIR += e17-module-everything-mpris SUBDIR += e17-module-everything-pidgin SUBDIR += e17-module-everything-places SUBDIR += e17-module-everything-shotgun SUBDIR += e17-module-everything-wallpaper SUBDIR += e17-module-everything-websearch SUBDIR += e17-module-exebuf SUBDIR += e17-module-execwatch SUBDIR += e17-module-flame SUBDIR += e17-module-forecasts SUBDIR += e17-module-iiirk SUBDIR += e17-module-itask SUBDIR += e17-module-mail SUBDIR += e17-module-mem SUBDIR += e17-module-moon SUBDIR += e17-module-mpdule SUBDIR += e17-module-net SUBDIR += e17-module-news SUBDIR += e17-module-penguins SUBDIR += e17-module-photo SUBDIR += e17-module-places SUBDIR += e17-module-rain SUBDIR += e17-module-rmb SUBDIR += e17-module-screenshot SUBDIR += e17-module-slideshow SUBDIR += e17-module-snow SUBDIR += e17-module-taskbar SUBDIR += e17-module-tclock SUBDIR += e17-module-uptime SUBDIR += e17-module-weather SUBDIR += e17-module-winlist-ng SUBDIR += e17-module-winselector SUBDIR += e17-module-wlan SUBDIR += e17-modules SUBDIR += echinus SUBDIR += ede SUBDIR += emerald SUBDIR += enlightenment SUBDIR += enlightenment-docs SUBDIR += epplets SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxconf SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-crystal SUBDIR += fvwm2 SUBDIR += fvwm2-i18n SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem SUBDIR += hackedbox SUBDIR += herbstluftwm SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib SUBDIR += i3 SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += jwm SUBDIR += larswm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxmed SUBDIR += lxsession + SUBDIR += mate-window-manager SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity SUBDIR += musca SUBDIR += mutter SUBDIR += nickleby SUBDIR += obapps SUBDIR += obconf SUBDIR += obkey SUBDIR += obmenu SUBDIR += obpager SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pawm SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += sapphire SUBDIR += sawfish SUBDIR += selectwm SUBDIR += simple-ccsm SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += swm SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmfs SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-session SUBDIR += xfce4-wm .include Index: head/x11-wm/mate-window-manager/Makefile =================================================================== --- head/x11-wm/mate-window-manager/Makefile (nonexistent) +++ head/x11-wm/mate-window-manager/Makefile (revision 334661) @@ -0,0 +1,35 @@ +# Created by: Garrett Rooney +# $FreeBSD$ + +PORTNAME= mate-window-manager +PORTVERSION= 1.6.2 +CATEGORIES= x11-wm mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Window manager for the adult in you + +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= dialogs docutils +USE_XORG= x11 xcomposite xcursor xdamage xrandr +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 intlhack ltverhack pango +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.marco.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmarco-private.so.0 + +.include Property changes on: head/x11-wm/mate-window-manager/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/mate-window-manager/distinfo =================================================================== --- head/x11-wm/mate-window-manager/distinfo (nonexistent) +++ head/x11-wm/mate-window-manager/distinfo (revision 334661) @@ -0,0 +1,2 @@ +SHA256 (mate/mate-window-manager-1.6.2.tar.xz) = d4c887c7de76073409bf653701ae1d16d17ca5205776fd4dcc952cb3128120e1 +SIZE (mate/mate-window-manager-1.6.2.tar.xz) = 1102396 Property changes on: head/x11-wm/mate-window-manager/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/mate-window-manager/files/patch-src_core_delete.c =================================================================== --- head/x11-wm/mate-window-manager/files/patch-src_core_delete.c (nonexistent) +++ head/x11-wm/mate-window-manager/files/patch-src_core_delete.c (revision 334661) @@ -0,0 +1,10 @@ +--- src/core/delete.c.orig 2010-01-30 18:56:27.000000000 -0500 ++++ src/core/delete.c 2010-01-30 18:56:53.000000000 -0500 +@@ -32,6 +32,7 @@ + #include "workspace.h" + + #include ++#include + #include + #include + #include Property changes on: head/x11-wm/mate-window-manager/files/patch-src_core_delete.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/mate-window-manager/files/patch-src_core_main.c =================================================================== --- head/x11-wm/mate-window-manager/files/patch-src_core_main.c (nonexistent) +++ head/x11-wm/mate-window-manager/files/patch-src_core_main.c (revision 334661) @@ -0,0 +1,14 @@ +--- src/core/main.c.orig 2010-01-21 11:09:25.000000000 -0500 ++++ src/core/main.c 2010-01-30 18:53:17.000000000 -0500 +@@ -58,7 +58,11 @@ + + #include + #include ++#ifdef __linux__ + #include ++#else ++#include ++#endif + #include + #include + #include Property changes on: head/x11-wm/mate-window-manager/files/patch-src_core_main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/mate-window-manager/pkg-descr =================================================================== --- head/x11-wm/mate-window-manager/pkg-descr (nonexistent) +++ head/x11-wm/mate-window-manager/pkg-descr (revision 334661) @@ -0,0 +1,6 @@ +Marco (mate-window-manager) is a low-frills Window Manager, and +is the default Window Manager of the MATE desktop. It provides +most of the features expected of a Window Manager, but leaves +everything it can up to other components of the MATE environment. + +WWW: http://mate-desktop.org/ Property changes on: head/x11-wm/mate-window-manager/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/mate-window-manager/pkg-plist =================================================================== --- head/x11-wm/mate-window-manager/pkg-plist (nonexistent) +++ head/x11-wm/mate-window-manager/pkg-plist (revision 334661) @@ -0,0 +1,256 @@ +bin/marco +bin/marco-message +bin/marco-theme-viewer +bin/marco-window-demo +include/marco-1/marco-private/boxes.h +include/marco-1/marco-private/common.h +include/marco-1/marco-private/gradient.h +include/marco-1/marco-private/preview-widget.h +include/marco-1/marco-private/theme-parser.h +include/marco-1/marco-private/theme.h +include/marco-1/marco-private/util.h +lib/libmarco-private.a +lib/libmarco-private.la +lib/libmarco-private.so +lib/libmarco-private.so.0 +libdata/pkgconfig/libmarco-private.pc +man/man1/marco-message.1.gz +man/man1/marco-theme-viewer.1.gz +man/man1/marco-window-demo.1.gz +man/man1/marco.1.gz +share/MateConf/gsettings/marco.convert +share/applications/marco.desktop +share/locale/am/LC_MESSAGES/marco.mo +share/locale/ar/LC_MESSAGES/marco.mo +share/locale/as/LC_MESSAGES/marco.mo +share/locale/ast/LC_MESSAGES/marco.mo +share/locale/az/LC_MESSAGES/marco.mo +share/locale/be/LC_MESSAGES/marco.mo +share/locale/be@latin/LC_MESSAGES/marco.mo +share/locale/bg/LC_MESSAGES/marco.mo +share/locale/bn/LC_MESSAGES/marco.mo +share/locale/bn_IN/LC_MESSAGES/marco.mo +share/locale/br/LC_MESSAGES/marco.mo +share/locale/bs/LC_MESSAGES/marco.mo +share/locale/ca/LC_MESSAGES/marco.mo +share/locale/ca@valencia/LC_MESSAGES/marco.mo +share/locale/crh/LC_MESSAGES/marco.mo +share/locale/cs/LC_MESSAGES/marco.mo +share/locale/cy/LC_MESSAGES/marco.mo +share/locale/da/LC_MESSAGES/marco.mo +share/locale/de/LC_MESSAGES/marco.mo +share/locale/dz/LC_MESSAGES/marco.mo +share/locale/el/LC_MESSAGES/marco.mo +share/locale/en@shaw/LC_MESSAGES/marco.mo +share/locale/en_AU/LC_MESSAGES/marco.mo +share/locale/en_CA/LC_MESSAGES/marco.mo +share/locale/en_GB/LC_MESSAGES/marco.mo +share/locale/eo/LC_MESSAGES/marco.mo +share/locale/es/LC_MESSAGES/marco.mo +share/locale/et/LC_MESSAGES/marco.mo +share/locale/eu/LC_MESSAGES/marco.mo +share/locale/fa/LC_MESSAGES/marco.mo +share/locale/fi/LC_MESSAGES/marco.mo +share/locale/fr/LC_MESSAGES/marco.mo +share/locale/ga/LC_MESSAGES/marco.mo +share/locale/gl/LC_MESSAGES/marco.mo +share/locale/gu/LC_MESSAGES/marco.mo +share/locale/ha/LC_MESSAGES/marco.mo +share/locale/he/LC_MESSAGES/marco.mo +share/locale/hi/LC_MESSAGES/marco.mo +share/locale/hr/LC_MESSAGES/marco.mo +share/locale/hu/LC_MESSAGES/marco.mo +share/locale/hy/LC_MESSAGES/marco.mo +share/locale/id/LC_MESSAGES/marco.mo +share/locale/ig/LC_MESSAGES/marco.mo +share/locale/is/LC_MESSAGES/marco.mo +share/locale/it/LC_MESSAGES/marco.mo +share/locale/ja/LC_MESSAGES/marco.mo +share/locale/ka/LC_MESSAGES/marco.mo +share/locale/kn/LC_MESSAGES/marco.mo +share/locale/ko/LC_MESSAGES/marco.mo +share/locale/ku/LC_MESSAGES/marco.mo +share/locale/ky/LC_MESSAGES/marco.mo +share/locale/la/LC_MESSAGES/marco.mo +share/locale/lt/LC_MESSAGES/marco.mo +share/locale/lv/LC_MESSAGES/marco.mo +share/locale/mai/LC_MESSAGES/marco.mo +share/locale/mg/LC_MESSAGES/marco.mo +share/locale/mk/LC_MESSAGES/marco.mo +share/locale/ml/LC_MESSAGES/marco.mo +share/locale/mn/LC_MESSAGES/marco.mo +share/locale/mr/LC_MESSAGES/marco.mo +share/locale/ms/LC_MESSAGES/marco.mo +share/locale/nb/LC_MESSAGES/marco.mo +share/locale/nds/LC_MESSAGES/marco.mo +share/locale/ne/LC_MESSAGES/marco.mo +share/locale/nl/LC_MESSAGES/marco.mo +share/locale/nn/LC_MESSAGES/marco.mo +share/locale/oc/LC_MESSAGES/marco.mo +share/locale/or/LC_MESSAGES/marco.mo +share/locale/pa/LC_MESSAGES/marco.mo +share/locale/pl/LC_MESSAGES/marco.mo +share/locale/pt/LC_MESSAGES/marco.mo +share/locale/pt_BR/LC_MESSAGES/marco.mo +share/locale/ro/LC_MESSAGES/marco.mo +share/locale/ru/LC_MESSAGES/marco.mo +share/locale/rw/LC_MESSAGES/marco.mo +share/locale/si/LC_MESSAGES/marco.mo +share/locale/sk/LC_MESSAGES/marco.mo +share/locale/sl/LC_MESSAGES/marco.mo +share/locale/sq/LC_MESSAGES/marco.mo +share/locale/sr/LC_MESSAGES/marco.mo +share/locale/sr@latin/LC_MESSAGES/marco.mo +share/locale/sv/LC_MESSAGES/marco.mo +share/locale/ta/LC_MESSAGES/marco.mo +share/locale/te/LC_MESSAGES/marco.mo +share/locale/th/LC_MESSAGES/marco.mo +share/locale/tk/LC_MESSAGES/marco.mo +share/locale/tr/LC_MESSAGES/marco.mo +share/locale/uk/LC_MESSAGES/marco.mo +share/locale/vi/LC_MESSAGES/marco.mo +share/locale/wa/LC_MESSAGES/marco.mo +share/locale/xh/LC_MESSAGES/marco.mo +share/locale/yo/LC_MESSAGES/marco.mo +share/locale/zh_CN/LC_MESSAGES/marco.mo +share/locale/zh_HK/LC_MESSAGES/marco.mo +share/locale/zh_TW/LC_MESSAGES/marco.mo +share/mate-window-manager/icons/marco-window-demo.png +share/mate-control-center/keybindings/50-marco-desktop-key.xml +share/mate-control-center/keybindings/50-marco-global-key.xml +share/mate-control-center/keybindings/50-marco-window-key.xml +share/mate/help/creating-marco-themes/C/creating-marco-themes.xml +share/mate/wm-properties/marco-wm.desktop +share/themes/ClearlooksRe/metacity-1/metacity-theme-1.xml +share/themes/Dopple-Left/metacity-1/metacity-theme-1.xml +share/themes/Dopple/metacity-1/metacity-theme-1.xml +share/themes/DustBlue/metacity-1/button_close_normal.png +share/themes/DustBlue/metacity-1/button_close_prelight.png +share/themes/DustBlue/metacity-1/button_close_pressed.png +share/themes/DustBlue/metacity-1/button_max_normal.png +share/themes/DustBlue/metacity-1/button_max_prelight.png +share/themes/DustBlue/metacity-1/button_max_pressed.png +share/themes/DustBlue/metacity-1/button_menu_normal.png +share/themes/DustBlue/metacity-1/button_menu_prelight.png +share/themes/DustBlue/metacity-1/button_menu_pressed.png +share/themes/DustBlue/metacity-1/button_min_normal.png +share/themes/DustBlue/metacity-1/button_min_prelight.png +share/themes/DustBlue/metacity-1/button_min_pressed.png +share/themes/DustBlue/metacity-1/menu.png +share/themes/DustBlue/metacity-1/metacity-theme-1.xml +share/themes/Spidey-Left/metacity-1/metacity-theme-1.xml +share/themes/Spidey/metacity-1/metacity-theme-1.xml +share/themes/Splint-Left/metacity-1/metacity-theme-1.xml +share/themes/Splint/metacity-1/metacity-theme-1.xml +share/themes/WinMe/metacity-1/close_normal.png +share/themes/WinMe/metacity-1/close_normal_small.png +share/themes/WinMe/metacity-1/close_pressed.png +share/themes/WinMe/metacity-1/close_pressed_small.png +share/themes/WinMe/metacity-1/maximize_normal.png +share/themes/WinMe/metacity-1/maximize_pressed.png +share/themes/WinMe/metacity-1/metacity-theme-1.xml +share/themes/WinMe/metacity-1/minimize_normal.png +share/themes/WinMe/metacity-1/minimize_pressed.png +share/themes/WinMe/metacity-1/restore_normal.png +share/themes/WinMe/metacity-1/restore_pressed.png +share/themes/eOS/metacity-1/close.png +share/themes/eOS/metacity-1/close_unfocused.png +share/themes/eOS/metacity-1/close_unfocused_over.png +share/themes/eOS/metacity-1/maximize.png +share/themes/eOS/metacity-1/maximize_unfocused.png +share/themes/eOS/metacity-1/maximize_unfocused_over.png +share/themes/eOS/metacity-1/menu.png +share/themes/eOS/metacity-1/menu_prelight.png +share/themes/eOS/metacity-1/metacity-theme-1.xml +share/themes/eOS/metacity-1/minimize.png +share/themes/eOS/metacity-1/minimize_unfocused.png +share/themes/eOS/metacity-1/minimize_unfocused_over.png +share/themes/eOS/metacity-1/trough_left.png +share/themes/eOS/metacity-1/trough_left_unfocused.png +share/themes/eOS/metacity-1/trough_middle.png +share/themes/eOS/metacity-1/trough_middle_unfocused.png +share/themes/eOS/metacity-1/trough_right.png +share/themes/eOS/metacity-1/trough_right_unfocused.png +share/themes/eOS/metacity-1/unmaximize.png +share/themes/eOS/metacity-1/unmaximize_unfocused.png +share/themes/eOS/metacity-1/unmaximize_unfocused_over.png +@dirrm share/themes/eOS/metacity-1 +@dirrm share/themes/eOS +@dirrm share/themes/WinMe/metacity-1 +@dirrm share/themes/WinMe +@dirrm share/themes/Splint/metacity-1 +@dirrm share/themes/Splint-Left/metacity-1 +@dirrm share/themes/Splint-Left +@dirrm share/themes/Splint +@dirrm share/themes/Spidey/metacity-1 +@dirrm share/themes/Spidey-Left/metacity-1 +@dirrm share/themes/Spidey-Left +@dirrm share/themes/Spidey +@dirrm share/themes/DustBlue/metacity-1 +@dirrm share/themes/DustBlue +@dirrm share/themes/Dopple/metacity-1 +@dirrm share/themes/Dopple-Left/metacity-1 +@dirrm share/themes/Dopple-Left +@dirrm share/themes/Dopple +@dirrm share/themes/ClearlooksRe/metacity-1 +@dirrm share/themes/ClearlooksRe +@dirrmtry share/themes +@dirrm share/mate/wm-properties +@dirrm share/mate/help/creating-marco-themes/C +@dirrm share/mate/help/creating-marco-themes +@dirrm share/mate-window-manager/icons +@dirrm share/mate-window-manager +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm include/marco-1/marco-private +@dirrm include/marco-1 Property changes on: head/x11-wm/mate-window-manager/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property