Index: head/MOVED =================================================================== --- head/MOVED +++ head/MOVED @@ -8804,3 +8804,4 @@ devel/libdasm|devel/capstone3|2016-11-11|Has expired: No more upstream and known bugs, use devel/capstone3 instead security/erlang-p1tls|security/erlang-fast_tls|2016-11-11|Project was renamed mail/trojita-qt4|mail/trojita|2016-11-13|Qt4 support was dropped, use mail/trojita instead +devel/extra-cmake-modules|devel/kf5-extra-cmake-modules|2016-11-14|Renamed to match other KF5 port Index: head/Mk/Scripts/qa.sh =================================================================== --- head/Mk/Scripts/qa.sh +++ head/Mk/Scripts/qa.sh @@ -68,7 +68,7 @@ local f l link rc rc=0 - + while read f; do # No results presents a blank line from heredoc. [ -z "${f}" ] && continue @@ -478,6 +478,32 @@ elif [ ${pkg} = "x11/qimageblitz" ]; then warn "you need to use USE_KDE+=qimageblitz" elif [ ${pkg} = "textproc/soprano" ]; then warn "you need to use USE_KDE+=soprano" elif [ ${pkg} = "deskutils/libstreamanalyzer" ]; then warn "you need to use USE_KDE+=strigi" + # KDE Frameworks + elif [ ${pkg} = "devel/kf5-extra-cmake-modules" ]; then warn "you need to use USE_KDE+=ecm" + elif [ ${pkg} = "devel/kf5-kcmutils" ]; then warn "you need to use USE_KDE+=kcmutils" + elif [ ${pkg} = "devel/kf5-kdeclarative" ]; then warn "you need to use USE_KDE+=kdeclarative" + elif [ ${pkg} = "devel/kf5-kfilemetadata" ]; then warn "you need to use USE_KDE+=filemetadata5" + elif [ ${pkg} = "devel/kf5-kio" ]; then warn "you need to use USE_KDE+=kio" + elif [ ${pkg} = "devel/kf5-solid" ]; then warn "you need to use USE_KDE+=solid" + elif [ ${pkg} = "devel/kf5-threadweaver" ]; then warn "you need to use USE_KDE+=threadweaver" + elif [ ${pkg} = "devel/kio-extras-kf5" ]; then warn "you need to use USE_KDE+=kio-extras" + elif [ ${pkg} = "graphics/kf5-kimageformats" ]; then warn "you need to use USE_KDE+=kimageformats" + elif [ ${pkg} = "lang/kf5-kross" ]; then warn "you need to use USE_KDE+=kross" + elif [ ${pkg} = "security/kf5-kdesu" ]; then warn "you need to use USE_KDE+=kdesu" + elif [ ${pkg} = "sysutils/kf5-baloo" ]; then warn "you need to use USE_KDE+=baloo5" + elif [ ${pkg} = "sysutils/kf5-bluez-qt" ]; then warn "you need to use USE_KDE+=bluez-qt" + elif [ ${pkg} = "textproc/kf5-sonnet" ]; then warn "you need to use USE_KDE+=sonnet" + elif [ ${pkg} = "www/kf5-kdewebkit" ]; then warn "you need to use USE_KDE+=kdewebkit" + elif [ ${pkg} = "www/kf5-khtml" ]; then warn "you need to use USE_KDE+=khtml" + elif [ ${pkg} = "x11-themes/kf5-breeze-icons" ]; then warn "you need to use USE_KDE+=breeze-icons" + elif [ ${pkg} = "x11-themes/kf5-oxygen-icons5" ]; then warn "you need to use USE_KDE+=oxygen-icons5" + elif [ ${pkg} = "x11-toolkits/kf5-attica" ]; then warn "you need to use USE_KDE+=attica5" + elif [ ${pkg} = "x11/kf5-frameworkintegration" ]; then warn "you need to use USE_KDE+=frameworkintegration" + elif [ ${pkg} = "x11/kf5-kded" ]; then warn "you need to use USE_KDE+=kded" + elif [ ${pkg} = "x11/kf5-kdelibs4support" ]; then warn "you need to use USE_KDE+=kdelibs4support" + elif [ ${pkg} = "x11/kf5-plasma-framework" ]; then warn "you need to use USE_KDE+=plasma-framework" + elif expr ${pkg} : '.*/kf5-.*' > /dev/null; then + warn "you need USE_KDE+=$(echo ${pkg} | sed -E 's|.*/kf5-k||')" # sdl-related elif [ ${pkg} = 'devel/sdl12' ]; then warn "you need USE_SDL+=sdl" Index: head/Mk/Uses/kde.mk =================================================================== --- head/Mk/Uses/kde.mk +++ head/Mk/Uses/kde.mk @@ -1,25 +1,26 @@ # $FreeBSD$ # -# Provides support for KDE-based ports. +# Provides support for KDE and KF5-based ports. # # Feature: kde -# Usage: USES=kde:ARGS -# Valid ARGS: 4 +# Valid ARGS: 4 5 # -# 4: Depend on KDE4 components and variables. +# 4: Depend on KDE4 components and variables. +# 5: Depend on KDE Frameworks 5 components and variables. # # Variables that can be set by a port: # -# USE_KDE List of KDE4 components (other ports) that this +# USE_KDE List of KDE4/KF5/Plasma5 components (other ports) that this # port depends on. # * foo_build Add a build-time dependency (BUILD_DEPENDS) # * foo_run Add a run-time dependency (RUN_DEPENDS) -# * foo (default) Add both dependencies on component -# +# * foo (default) Add both dependencies on component , or +# a LIB_DEPENDS if applicable. # # To simplify the ports, also: # CATEGORIES If the port is part of one of the KDE Software distribution, # it can add, in addition to 'kde' one of the following: +# kde-frameworks: part of frameworks release # kde-kde4: part of kde4 release # this will then set default values for MASTER_SITES and DIST_SUBDIR # as well as CPE_VENDOR and LICENSE. @@ -29,13 +30,12 @@ .if !defined(_INCLUDE_USES_KDE_MK) _INCLUDE_USES_KDE_MK= yes -_KDE_SUPPORTED= 4 +_KDE_SUPPORTED= 4 5 . if empty(kde_ARGS) IGNORE= kde needs a version (${_KDE_SUPPORTED}) . endif -# At the moment we support KDE versions 4. . for ver in ${_KDE_SUPPORTED:O:u} . if ${kde_ARGS:M${ver}} . if !defined(_KDE_VERSION) @@ -64,6 +64,10 @@ KDE4_APPLICATIONS_VERSION?= 15.04.3 KDE4_BRANCH?= stable +# Current KDE desktop. +KDE_FRAMEWORKS_VERSION?= 5.27.0 +KDE_FRAMEWORKS_BRANCH?= stable + # Extended KDE universe applications. CALLIGRA_VERSION?= 2.9.11 CALLIGRA_BRANCH?= stable @@ -75,14 +79,14 @@ KTP_BRANCH?= stable # ============================================================================== -# === INSTALLATION PREFIX ====================================================== -# Define installation prefix. +# === INSTALLATION PREFIXES AND HEADER LOCATION ================================ +# Define unversioned prefix variable. KDE_PREFIX= ${LOCALBASE} # ============================================================================== # === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================ # Doing MASTER_SITES magic based on the category of the port -_KDE_CATEGORIES_SUPPORTED= kde-kde4 +_KDE_CATEGORIES_SUPPORTED= kde-frameworks kde-kde4 . for cat in ${_KDE_CATEGORIES_SUPPORTED} . if ${CATEGORIES:M${cat}} . if !defined(_KDE_CATEGORY) @@ -106,10 +110,17 @@ PORTVERSION?= ${KDE4_VERSION} MASTER_SITES?= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR?= KDE/${KDE4_VERSION} +. elif ${_KDE_CATEGORY:Mkde-frameworks} +PORTVERSION?= ${KDE_FRAMEWORKS_VERSION} +PKGNAMEPREFIX?= kf5- +MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R} \ + KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}/portingAids +DIST_SUBDIR?= KDE/frameworks/${KDE_FRAMEWORKS_VERSION} . else IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #' . endif . endif #defined(_KDE_CATEGORY) + # ============================================================================== # ==== SETUP CMAKE ENVIRONMENT ================================================= @@ -118,6 +129,13 @@ . if ${_KDE_VERSION:M*4*} CMAKE_ARGS+= -DKDE4_BUILD_TESTS:BOOL=OFF +. elif ${_KDE_VERSION:M*5*} +# We set KDE_INSTALL_USE_QT_SYS_PATHS to install mkspecs files, plugins and +# imports to the Qt 5 install directory. +CMAKE_ARGS+= -DBUILD_TESTING:BOOL=OFF \ + -DCMAKE_MODULE_PATH="${LOCALBASE};${KDE_PREFIX}" \ + -DCMAKE_INSTALL_PREFIX="${KDE_PREFIX}" \ + -DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=TRUE . endif # Set man-page installation prefix. @@ -137,6 +155,8 @@ KDE4_NON_GENERIC_LIB_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,} \ KDE4_KDELIBS_VERSION=${KDE4_KDELIBS_VERSION} \ KDE4_NG_KDELIBS_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,} +. elif ${_KDE_VERSION:M*5*} +PLIST_SUB+= KDE_FRAMEWORKS_VERSION="${KDE_FRAMEWORKS_VERSION}" . endif # ============================================================================== @@ -164,6 +184,51 @@ _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi +# List of components of the KDE Frameworks distribution. +# The *_TIER variables are internal, primarily for checking +# that our list of frameworks matches the structure offered upstream. +_USE_FRAMEWORKS_TIER1= apidox archive attica5 breeze-icons codecs config \ + coreaddons dbusaddons dnssd i18n idletime itemmodels \ + itemviews oxygen-icons5 plotting solid sonnet \ + threadweaver widgetsaddons windowsystem +# NOT LISTED TIER1: modemmanagerqt networkmanagerqt (not applicable) +# NOT LISTED TIER1: syntaxhighlighting (new in 5.28) +# NOT LISTED TIER1: wayland (needs graphics/wayland) + +_USE_FRAMEWORKS_TIER2= auth completion crash doctools filemetadata5 \ + kimageformats jobwidgets notifications package \ + pty unitconversion +# NOT LISTED TIER2: activities-stats (runtime requires x11/plasma5-kactivitymanagerd) + +_USE_FRAMEWORKS_TIER3= activities baloo5 bookmarks configwidgets \ + designerplugin emoticons globalaccel guiaddons \ + iconthemes init kcmutils kconfigwidgets kdeclarative \ + kded kdesu kdewebkit kio newstuff notifyconfig parts \ + people plasma-framework runner service texteditor \ + textwidgets wallet xmlgui xmlrpcclient + +_USE_FRAMEWORKS_TIER4= frameworkintegration + +# Porting Aids frameworks provide code and utilities to ease the transition from +# kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this framework, +# new projects should avoid using these libraries. +_USE_FRAMEWORKS_PORTING=js jsembed kdelibs4support khtmlmediaplayer kross + +# These are weird items: not officially released as Frameworks, but +# required by them (and from KDE). +# - kirigami https://dot.kde.org/2016/03/30/kde-proudly-presents-kirigami-ui +_USE_FRAMEWORKS_EXTRA= kirigami + +_USE_FRAMEWORKS_ALL= ecm \ + ${_USE_FRAMEWORKS_TIER1} \ + ${_USE_FRAMEWORKS_TIER2} \ + ${_USE_FRAMEWORKS_TIER3} \ + ${_USE_FRAMEWORKS_TIER4} \ + ${_USE_FRAMEWORKS_PORTING} \ + ${_USE_FRAMEWORKS_EXTRA} + +_USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} + # ====================== kde4 components ======================================= baloo_PORT= sysutils/baloo baloo_LIB= libbaloocore.so @@ -295,6 +360,217 @@ strigi_LIB= libstreamanalyzer.so.0 # ====================== end of kde4 components ================================ +# ====================== frameworks components ================================= +activities_PORT= x11/kf5-kactivities +activities_LIB= libKF5Activities.so + +apidox_PORT= devel/kf5-kapidox +apidox_PATH= ${KDE_PREFIX}/bin/kapidox_generate +apidox_TYPE= run + +archive_PORT= archivers/kf5-karchive +archive_LIB= libKF5Archive.so + +attica5_PORT= x11-toolkits/kf5-attica +attica5_LIB= libKF5Attica.so + +auth_PORT= devel/kf5-kauth +auth_LIB= libKF5Auth.so + +baloo5_PORT= sysutils/kf5-baloo +baloo5_LIB= libKF5Baloo.so + +bookmarks_PORT= devel/kf5-kbookmarks +bookmarks_LIB= libKF5Bookmarks.so + +breeze-icons_PORT= x11-themes/kf5-breeze-icons +breeze-icons_PATH= ${KDE_PREFIX}/share/icons/breeze/index.theme +breeze-icons_TYPE= run + +codecs_PORT= textproc/kf5-kcodecs +codecs_LIB= libKF5Codecs.so + +completion_PORT= x11-toolkits/kf5-kcompletion +completion_LIB= libKF5Completion.so + +config_PORT= devel/kf5-kconfig +config_LIB= libKF5ConfigCore.so + +configwidgets_PORT= x11-toolkits/kf5-kconfigwidgets +configwidgets_LIB= libKF5ConfigWidgets.so + +coreaddons_PORT= devel/kf5-kcoreaddons +coreaddons_LIB= libKF5CoreAddons.so + +crash_PORT= devel/kf5-kcrash +crash_LIB= libKF5Crash.so + +dbusaddons_PORT= devel/kf5-kdbusaddons +dbusaddons_LIB= libKF5DBusAddons.so + +designerplugin_PORT= x11-toolkits/kf5-kdesignerplugin +designerplugin_PATH= ${QT_PLUGINDIR}/designer/kf5widgets.so +designerplugin_TYPE= run + +dnssd_PORT= dns/kf5-kdnssd +dnssd_LIB= libKF5DNSSD.so + +doctools_PORT= devel/kf5-kdoctools +doctools_PATH= ${KDE_PREFIX}/bin/meinproc5 + +ecm_PORT= devel/kf5-extra-cmake-modules +ecm_PATH= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake + +emoticons_PORT= x11-themes/kf5-kemoticons +emoticons_LIB= libKF5Emoticons.so + +filemetadata5_PORT= devel/kf5-kfilemetadata +filemetadata5_LIB= libKF5FileMetaData.so + +frameworkintegration_PORT= x11/kf5-frameworkintegration +frameworkintegration_LIB= libKF5Style.so + +globalaccel_PORT= x11/kf5-kglobalaccel +globalaccel_LIB= libKF5GlobalAccel.so + +guiaddons_PORT= x11-toolkits/kf5-kguiaddons +guiaddons_LIB= libKF5GuiAddons.so + +i18n_PORT= devel/kf5-ki18n +i18n_LIB= libKF5I18n.so + +iconthemes_PORT= x11-themes/kf5-kiconthemes +iconthemes_LIB= libKF5IconThemes.so + +idletime_PORT= devel/kf5-kidletime +idletime_LIB= libKF5IdleTime.so + +init_PORT= x11/kf5-kinit +init_PATH= ${KDE_PREFIX}/bin/kdeinit5 + +itemmodels_PORT= devel/kf5-kitemmodels +itemmodels_LIB= libKF5ItemModels.so + +itemviews_PORT= x11-toolkits/kf5-kitemviews +itemviews_LIB= libKF5ItemViews.so + +jobwidgets_PORT= x11-toolkits/kf5-kjobwidgets +jobwidgets_LIB= libKF5JobWidgets.so + +js_PORT= www/kf5-kjs +js_LIB= libKF5JS.so + +jsembed_PORT= www/kf5-kjsembed +jsembed_LIB= libKF5JsEmbed.so + +kcmutils_PORT= devel/kf5-kcmutils +kcmutils_LIB= libKF5KCMUtils.so + +kdeclarative_PORT= devel/kf5-kdeclarative +kdeclarative_LIB= libKF5Declarative.so + +kded_PORT= x11/kf5-kded +kded_LIB= libkdeinit5_kded5.so + +kdelibs4support_PORT= x11/kf5-kdelibs4support +kdelibs4support_LIB= libKF5KDELibs4Support.so + +kdesu_PORT= security/kf5-kdesu +kdesu_LIB= libKF5Su.so + +kdewebkit_PORT= www/kf5-kdewebkit +kdewebkit_LIB= libKF5WebKit.so + +khtml_PORT= www/kf5-khtml +khtml_LIB= libKF5KHtml.so + +kimageformats_PORT= graphics/kf5-kimageformats +kimageformats_PATH= ${QT_PLUGINDIR}/imageformats/kimg_xcf.so +kimageformats_TYPE= run + +kio_PORT= devel/kf5-kio +kio_LIB= libKF5KIOCore.so + +kirigami_PATH= ${QT_QMLDIR}/org/kde/kirigami/libkirigamiplugin.so +kirigami_PORT= x11-toolkits/kirigami + +kross_PORT= lang/kf5-kross +kross_LIB= libKF5KrossCore.so + +mediaplayer_PORT= multimedia/kf5-kmediaplayer +mediaplayer_LIB= libKF5MediaPlayer.so.5 + +newstuff_PORT= devel/kf5-knewstuff +newstuff_LIB= libKF5NewStuff.so + +notifications_PORT= devel/kf5-knotifications +notifications_LIB= libKF5Notifications.so + +notifyconfig_PORT= devel/kf5-knotifyconfig +notifyconfig_LIB= libKF5NotifyConfig.so + +oxygen-icons5_PORT= x11-themes/kf5-oxygen-icons5 +oxygen-icons5_PATH= ${KDE_PREFIX}/share/icons/oxygen/index.theme +oxygen-icons5_TYPE= run + +package_PORT= devel/kf5-kpackage +package_LIB= libKF5Package.so + +parts_PORT= devel/kf5-kparts +parts_LIB= libKF5Parts.so + +people_PORT= devel/kf5-kpeople +people_LIB= libKF5People.so + +plasma-framework_PORT= x11/kf5-plasma-framework +plasma-framework_LIB= libKF5Plasma.so + +plotting_PORT= graphics/kf5-kplotting +plotting_LIB= libKF5Plotting.so + +pty_PORT= devel/kf5-kpty +pty_LIB= libKF5Pty.so + +runner_PORT= x11/kf5-krunner +runner_LIB= libKF5Runner.so + +service_PORT= devel/kf5-kservice +service_PATH= ${KDE_PREFIX}/bin/kbuildsycoca5 + +solid_PORT= devel/kf5-solid +solid_LIB= libKF5Solid.so + +sonnet_PORT= textproc/kf5-sonnet +sonnet_LIB= libKF5SonnetCore.so + +texteditor_PORT= devel/kf5-ktexteditor +texteditor_LIB= libKF5TextEditor.so + +textwidgets_PORT= x11-toolkits/kf5-ktextwidgets +textwidgets_LIB= libKF5TextWidgets.so + +threadweaver_PORT= devel/kf5-threadweaver +threadweaver_LIB= libKF5ThreadWeaver.so + +unitconversion_PORT= devel/kf5-kunitconversion +unitconversion_LIB= libKF5UnitConversion.so + +wallet_PORT= sysutils/kf5-kwallet +wallet_LIB= libKF5Wallet.so + +widgetsaddons_PORT= x11-toolkits/kf5-kwidgetsaddons +widgetsaddons_LIB= libKF5WidgetsAddons.so + +windowsystem_PORT= x11/kf5-kwindowsystem +windowsystem_LIB= libKF5WindowSystem.so + +xmlgui_PORT= x11-toolkits/kf5-kxmlgui +xmlgui_LIB= libKF5XmlGui.so + +xmlrpcclient_PORT= net/kf5-kxmlrpcclient +xmlrpcclient_LIB= libKF5XmlRpcClient.so +# ====================== end of frameworks components ========================== + # end of component list ######################################################## _USE_KDE_ALL= ${_USE_${_KDE_RELNAME}_ALL} Index: head/archivers/Makefile =================================================================== --- head/archivers/Makefile +++ head/archivers/Makefile @@ -48,6 +48,7 @@ SUBDIR += innoextract SUBDIR += javatar SUBDIR += jzlib + SUBDIR += kf5-karchive SUBDIR += kzip SUBDIR += laszip SUBDIR += lbrate Index: head/archivers/kf5-karchive/Makefile =================================================================== --- head/archivers/kf5-karchive/Makefile +++ head/archivers/kf5-karchive/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= karchive +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= archivers kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library that provides classes for handling archive formats + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core qmake_build + +.include Index: head/archivers/kf5-karchive/distinfo =================================================================== --- head/archivers/kf5-karchive/distinfo +++ head/archivers/kf5-karchive/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 7f387fa2e0f5360870524d0f2b352179f191d0ed0ea78ec3456964ffab8bebb0 +SIZE (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 110736 Index: head/archivers/kf5-karchive/pkg-descr =================================================================== --- head/archivers/kf5-karchive/pkg-descr +++ head/archivers/kf5-karchive/pkg-descr @@ -0,0 +1,7 @@ +KArchive provides classes for easy reading, creation and manipulation of +"archive" formats like ZIP and TAR. + +It also provides transparent compression and decompression of data, like +the GZip format, via a subclass of QIODevice. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html Index: head/archivers/kf5-karchive/pkg-plist =================================================================== --- head/archivers/kf5-karchive/pkg-plist +++ head/archivers/kf5-karchive/pkg-plist @@ -0,0 +1,34 @@ +include/KF5/KArchive/K7Zip +include/KF5/KArchive/KAr +include/KF5/KArchive/KArchive +include/KF5/KArchive/KArchiveDirectory +include/KF5/KArchive/KArchiveEntry +include/KF5/KArchive/KArchiveFile +include/KF5/KArchive/KCompressionDevice +include/KF5/KArchive/KFilterBase +include/KF5/KArchive/KFilterDev +include/KF5/KArchive/KTar +include/KF5/KArchive/KZip +include/KF5/KArchive/KZipFileEntry +include/KF5/KArchive/k7zip.h +include/KF5/KArchive/kar.h +include/KF5/KArchive/karchive.h +include/KF5/KArchive/karchive_export.h +include/KF5/KArchive/karchivedirectory.h +include/KF5/KArchive/karchiveentry.h +include/KF5/KArchive/karchivefile.h +include/KF5/KArchive/kcompressiondevice.h +include/KF5/KArchive/kfilterbase.h +include/KF5/KArchive/kfilterdev.h +include/KF5/KArchive/ktar.h +include/KF5/KArchive/kzip.h +include/KF5/KArchive/kzipfileentry.h +include/KF5/karchive_version.h +lib/cmake/KF5Archive/KF5ArchiveConfig.cmake +lib/cmake/KF5Archive/KF5ArchiveConfigVersion.cmake +lib/cmake/KF5Archive/KF5ArchiveTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Archive/KF5ArchiveTargets.cmake +lib/libKF5Archive.so +lib/libKF5Archive.so.5 +lib/libKF5Archive.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KArchive.pri Index: head/chinese/fcitx/Makefile =================================================================== --- head/chinese/fcitx/Makefile +++ head/chinese/fcitx/Makefile @@ -21,8 +21,7 @@ LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ - ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-1.so:devel/dbus \ libXfixes.so:x11/libXfixes \ @@ -37,11 +36,12 @@ CONFLICTS= zh-scim-fcitx-3.* USE_GNOME= pango intltool libxml2 introspection +USE_KDE= ecm USE_XORG= x11 xext xkbfile sm ice USE_LDCONFIG= yes USES= tar:xz cmake desktop-file-utils execinfo \ gettext-tools:build,run gettext-runtime iconv:wchar_t \ - pkgconfig shared-mime-info + kde:5 pkgconfig shared-mime-info INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC DOCS Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -1145,6 +1145,34 @@ SUBDIR += kdevelop-php SUBDIR += kdevelop-php-docs SUBDIR += kdevplatform + SUBDIR += kf5-extra-cmake-modules + SUBDIR += kf5-kapidox + SUBDIR += kf5-kauth + SUBDIR += kf5-kbookmarks + SUBDIR += kf5-kcmutils + SUBDIR += kf5-kconfig + SUBDIR += kf5-kcoreaddons + SUBDIR += kf5-kcrash + SUBDIR += kf5-kdbusaddons + SUBDIR += kf5-kdeclarative + SUBDIR += kf5-kdoctools + SUBDIR += kf5-kfilemetadata + SUBDIR += kf5-ki18n + SUBDIR += kf5-kidletime + SUBDIR += kf5-kio + SUBDIR += kf5-kitemmodels + SUBDIR += kf5-knewstuff + SUBDIR += kf5-knotifications + SUBDIR += kf5-knotifyconfig + SUBDIR += kf5-kpackage + SUBDIR += kf5-kparts + SUBDIR += kf5-kpeople + SUBDIR += kf5-kpty + SUBDIR += kf5-kservice + SUBDIR += kf5-ktexteditor + SUBDIR += kf5-kunitconversion + SUBDIR += kf5-solid + SUBDIR += kf5-threadweaver SUBDIR += kickassembler SUBDIR += kimwitu SUBDIR += kore Index: head/devel/extra-cmake-modules/Makefile =================================================================== --- head/devel/extra-cmake-modules/Makefile +++ head/devel/extra-cmake-modules/Makefile @@ -1,54 +0,0 @@ -# Created by: Yuri Victorovich -# $FreeBSD$ - -PORTNAME= extra-cmake-modules -PORTVERSION= 5.27.0 -DISTVERSIONPREFIX= v -CATEGORIES= devel - -MAINTAINER= kde@FreeBSD.org -COMMENT= Extra modules and scripts for CMake - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS - -USE_GITHUB= yes -GH_ACCOUNT= KDE - -USES= cmake -DOCS_USE= QT5=help -TEST_USE= QT5=buildtools_build,linguisttools_build,qmake_build -NO_ARCH= yes - -## options - -OPTIONS_DEFINE= DOCS HELP MANPAGES TEST -OPTIONS_DEFAULT=HELP MANPAGES TEST # TEST=off fails: https://bugs.kde.org/show_bug.cgi?id=366110 -OPTIONS_SUB= yes - -HELP_DESC= Generate QtHelp documentation for installed modules - -SPHINX_DEP= sphinx-build:textproc/py-sphinx -DOCS_BUILD_DEPENDS= ${SPHINX_DEP} -HELP_BUILD_DEPENDS= ${SPHINX_DEP} -MANPAGES_BUILD_DEPENDS= ${SPHINX_DEP} -DOCS_CMAKE_ON= -DBUILD_HTML_DOCS:BOOL=ON -DOCS_CMAKE_OFF= -DBUILD_HTML_DOCS:BOOL=OFF -HELP_CMAKE_ON= -DBUILD_QTHELP_DOCS:BOOL=ON -HELP_CMAKE_OFF= -DBUILD_QTHELP_DOCS:BOOL=OFF -MANPAGES_CMAKE_ON= -DBUILD_MAN_DOCS:BOOL=ON -MANPAGES_CMAKE_OFF= -DBUILD_MAN_DOCS:BOOL=OFF -TEST_CMAKE_ON= -DBUILD_TESTING:BOOL=ON -TEST_CMAKE_OFF= -DBUILD_TESTING:BOOL=OFF - -CONFIGURE_ENV+= CMAKE_PROGRAM_PATH="${LOCALBASE}/bin:${LOCALBASE}/lib/qt5/bin" - -MANPAGES_PLIST_FILES= \ - man/man7/ecm-developer.7.gz \ - man/man7/ecm-find-modules.7.gz \ - man/man7/ecm-kde-modules.7.gz \ - man/man7/ecm-modules.7.gz \ - man/man7/ecm-toolchains.7.gz \ - man/man7/ecm.7.gz - -.include Index: head/devel/extra-cmake-modules/distinfo =================================================================== --- head/devel/extra-cmake-modules/distinfo +++ head/devel/extra-cmake-modules/distinfo @@ -1,3 +0,0 @@ -TIMESTAMP = 1476001119 -SHA256 (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 4f9c947a94f621ea90b0b56329951a4b97fd11d2ae901861a6cde1456f94a87a -SIZE (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 338067 Index: head/devel/extra-cmake-modules/files/patch-CMakeLists.txt =================================================================== --- head/devel/extra-cmake-modules/files/patch-CMakeLists.txt +++ head/devel/extra-cmake-modules/files/patch-CMakeLists.txt @@ -1,17 +0,0 @@ ---- CMakeLists.txt.orig 2016-05-03 15:00:24 UTC -+++ CMakeLists.txt -@@ -60,12 +60,12 @@ set(KDE_MODULES_INSTALL_DIR ${SHAR - set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/) - set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/) - --set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/ECM -+set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/extra-cmake-modules - CACHE - PATH - "HTML and QtHelp documentation" - ) --set(MAN_INSTALL_DIR ${SHARE_INSTALL_DIR}/man -+set(MAN_INSTALL_DIR man - CACHE - PATH - "man pages" Index: head/devel/extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake =================================================================== --- head/devel/extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake +++ head/devel/extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake @@ -1,14 +0,0 @@ -Make sure we only pass -std=c++0x if the compiler supports it (i.e. it is not base GCC). - ---- kde-modules/KDECompilerSettings.cmake.orig 2016-09-06 19:26:59 UTC -+++ kde-modules/KDECompilerSettings.cmake -@@ -181,7 +181,8 @@ if (CMAKE_C_COMPILER_ID STREQUAL "GNU" O - # compilers (in particular, MSVC 2010 does not support C99) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=iso9899:1990") - endif() --if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") -+if ((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.2.4") OR -+ CMAKE_CXX_COMPILER_ID STREQUAL "Clang") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") - elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Intel" AND NOT WIN32) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") Index: head/devel/extra-cmake-modules/pkg-descr =================================================================== --- head/devel/extra-cmake-modules/pkg-descr +++ head/devel/extra-cmake-modules/pkg-descr @@ -1,7 +0,0 @@ -The Extra CMake Modules package, or ECM, adds to the modules provided -by CMake, including ones used by find_package() to find common -software, ones that can be used directly in CMakeLists.txt files -to perform common tasks and toolchain files that must be specified -on the commandline by the user. - -WWW: https://quickgit.kde.org/?p=extra-cmake-modules.git Index: head/devel/extra-cmake-modules/pkg-plist =================================================================== --- head/devel/extra-cmake-modules/pkg-plist +++ head/devel/extra-cmake-modules/pkg-plist @@ -1,165 +0,0 @@ -share/ECM/cmake/ECMConfig.cmake -share/ECM/cmake/ECMConfigVersion.cmake -share/ECM/find-modules/ECMFindModuleHelpersStub.cmake -share/ECM/find-modules/FindEGL.cmake -share/ECM/find-modules/FindKF5.cmake -share/ECM/find-modules/FindLibGit2.cmake -share/ECM/find-modules/FindOpenEXR.cmake -share/ECM/find-modules/FindPng2Ico.cmake -share/ECM/find-modules/FindPoppler.cmake -share/ECM/find-modules/FindQtWaylandScanner.cmake -share/ECM/find-modules/FindSharedMimeInfo.cmake -share/ECM/find-modules/FindWayland.cmake -share/ECM/find-modules/FindWaylandScanner.cmake -share/ECM/find-modules/FindX11_XCB.cmake -share/ECM/find-modules/FindXCB.cmake -share/ECM/kde-modules/KDECMakeSettings.cmake -share/ECM/kde-modules/KDECompilerSettings.cmake -share/ECM/kde-modules/KDEFrameworkCompilerSettings.cmake -share/ECM/kde-modules/KDEInstallDirs.cmake -share/ECM/kde-modules/KDEPackageAppTemplates.cmake -share/ECM/kde-modules/appstreamtest.cmake -share/ECM/modules/ECMAddAppIcon.cmake -share/ECM/modules/ECMAddTests.cmake -share/ECM/modules/ECMCoverageOption.cmake -share/ECM/modules/ECMCreateQmFromPoFiles.cmake -share/ECM/modules/ECMEnableSanitizers.cmake -share/ECM/modules/ECMFindModuleHelpers.cmake -share/ECM/modules/ECMGenerateHeaders.cmake -share/ECM/modules/ECMGeneratePkgConfigFile.cmake -share/ECM/modules/ECMGeneratePriFile.cmake -share/ECM/modules/ECMInstallIcons.cmake -share/ECM/modules/ECMMarkAsTest.cmake -share/ECM/modules/ECMMarkNonGuiExecutable.cmake -share/ECM/modules/ECMOptionalAddSubdirectory.cmake -share/ECM/modules/ECMPackageConfigHelpers.cmake -share/ECM/modules/ECMPoQmTools.cmake -share/ECM/modules/ECMQmLoader.cpp.in -share/ECM/modules/ECMQtDeclareLoggingCategory.cmake -share/ECM/modules/ECMQtDeclareLoggingCategory.cpp.in -share/ECM/modules/ECMQtDeclareLoggingCategory.h.in -share/ECM/modules/ECMQueryQmake.cmake -share/ECM/modules/ECMSetupVersion.cmake -share/ECM/modules/ECMUninstallTarget.cmake -share/ECM/modules/ECMUseFindModules.cmake -share/ECM/modules/ECMVersionHeader.h.in -share/ECM/modules/ecm_uninstall.cmake.in -share/ECM/toolchain/Android.cmake -share/ECM/toolchain/deployment-file.json.in -share/ECM/toolchain/specifydependencies.cmake -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindEGL.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindKF5.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindLibGit2.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindOpenEXR.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindPng2Ico.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindPoppler.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindQtWaylandScanner.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindSharedMimeInfo.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindWayland.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindWaylandScanner.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindX11_XCB.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindXCB.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDECMakeSettings.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDECompilerSettings.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDEFrameworkCompilerSettings.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDEInstallDirs.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDEPackageAppTemplates.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-developer.7.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-find-modules.7.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-kde-modules.7.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-modules.7.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-toolchains.7.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm.7.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMAddAppIcon.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMAddTests.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMCoverageOption.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMCreateQmFromPoFiles.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMEnableSanitizers.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMFindModuleHelpers.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMGenerateHeaders.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMGeneratePkgConfigFile.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMGeneratePriFile.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMInstallIcons.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMMarkAsTest.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMMarkNonGuiExecutable.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMOptionalAddSubdirectory.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMPackageConfigHelpers.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMPoQmTools.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMQtDeclareLoggingCategory.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMSetupVersion.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMUninstallTarget.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMUseFindModules.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/toolchain/Android.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif -%%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/classic.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-bright.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-close.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/down-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/down.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/ecm.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/file.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery-1.11.1.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/kde-favicon.ico -%%PORTDOCS%%%%DOCSDIR%%/html/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/plus.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/sidebar.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore-1.3.1.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/up-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/up.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/websupport.js -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindEGL.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindKF5.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindLibGit2.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindOpenEXR.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindPng2Ico.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindPoppler.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindQtWaylandScanner.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindSharedMimeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindWayland.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindWaylandScanner.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindX11_XCB.html -%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindXCB.html -%%PORTDOCS%%%%DOCSDIR%%/html/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDECMakeSettings.html -%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDECompilerSettings.html -%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDEFrameworkCompilerSettings.html -%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDEInstallDirs.html -%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDEPackageAppTemplates.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-developer.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-find-modules.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-kde-modules.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-modules.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-toolchains.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMAddAppIcon.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMAddTests.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMCoverageOption.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMCreateQmFromPoFiles.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMEnableSanitizers.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMFindModuleHelpers.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMGenerateHeaders.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMGeneratePkgConfigFile.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMGeneratePriFile.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMInstallIcons.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMMarkAsTest.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMMarkNonGuiExecutable.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMOptionalAddSubdirectory.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMPackageConfigHelpers.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMPoQmTools.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMQtDeclareLoggingCategory.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMSetupVersion.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMUninstallTarget.html -%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMUseFindModules.html -%%PORTDOCS%%%%DOCSDIR%%/html/search.html -%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/html/toolchain/Android.html -%%HELP%%%%DOCSDIR%%/ExtraCMakeModules.qch Index: head/devel/kf5-extra-cmake-modules/Makefile =================================================================== --- head/devel/kf5-extra-cmake-modules/Makefile +++ head/devel/kf5-extra-cmake-modules/Makefile @@ -0,0 +1,53 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= extra-cmake-modules +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= Extra modules and scripts for CMake + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS + +USES= cmake:outsource kde:5 tar:xz +USE_QT5= # + +DOCS_USE= QT5=help +TEST_USE= QT5=buildtools_build,linguisttools_build,qmake_build +NO_ARCH= yes + +## options + +OPTIONS_DEFINE= DOCS HELP MANPAGES TEST +OPTIONS_DEFAULT=HELP MANPAGES TEST # TEST=off fails: https://bugs.kde.org/show_bug.cgi?id=366110 +OPTIONS_SUB= yes + +HELP_DESC= Generate QtHelp documentation for installed modules + +SPHINX_DEP= sphinx-build:textproc/py-sphinx +DOCS_BUILD_DEPENDS= ${SPHINX_DEP} +HELP_BUILD_DEPENDS= ${SPHINX_DEP} +MANPAGES_BUILD_DEPENDS= ${SPHINX_DEP} +DOCS_CMAKE_ON= -DBUILD_HTML_DOCS:BOOL=ON +DOCS_CMAKE_OFF= -DBUILD_HTML_DOCS:BOOL=OFF +HELP_CMAKE_ON= -DBUILD_QTHELP_DOCS:BOOL=ON +HELP_CMAKE_OFF= -DBUILD_QTHELP_DOCS:BOOL=OFF +MANPAGES_CMAKE_ON= -DBUILD_MAN_DOCS:BOOL=ON +MANPAGES_CMAKE_OFF= -DBUILD_MAN_DOCS:BOOL=OFF +TEST_CMAKE_ON= -DBUILD_TESTING:BOOL=ON +TEST_CMAKE_OFF= -DBUILD_TESTING:BOOL=OFF + +MANPAGES_PLIST_FILES= \ + man/man7/ecm-developer.7.gz \ + man/man7/ecm-find-modules.7.gz \ + man/man7/ecm-kde-modules.7.gz \ + man/man7/ecm-modules.7.gz \ + man/man7/ecm-toolchains.7.gz \ + man/man7/ecm.7.gz + +CONFIGURE_ENV+= CMAKE_PROGRAM_PATH="${LOCALBASE}/bin:${LOCALBASE}/lib/qt5/bin" +INSTALL_TARGET= install # does not have install/strip target + +.include Index: head/devel/kf5-extra-cmake-modules/distinfo =================================================================== --- head/devel/kf5-extra-cmake-modules/distinfo +++ head/devel/kf5-extra-cmake-modules/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/extra-cmake-modules-5.27.0.tar.xz) = d2d6fee26d7b25317006663085a6c3e606e0410b2e591e98beaff54994e0fb58 +SIZE (KDE/frameworks/5.27.0/extra-cmake-modules-5.27.0.tar.xz) = 287640 Index: head/devel/kf5-extra-cmake-modules/files/patch-CMakeLists.txt =================================================================== --- head/devel/kf5-extra-cmake-modules/files/patch-CMakeLists.txt +++ head/devel/kf5-extra-cmake-modules/files/patch-CMakeLists.txt @@ -0,0 +1,17 @@ +--- CMakeLists.txt.orig 2016-09-15 12:44:43 UTC ++++ CMakeLists.txt +@@ -76,12 +76,12 @@ set(KDE_MODULES_INSTALL_DIR ${SHAR + set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/) + set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/) + +-set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/ECM ++set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/extra-cmake-modules + CACHE + PATH + "HTML and QtHelp documentation" + ) +-set(MAN_INSTALL_DIR ${SHARE_INSTALL_DIR}/man ++set(MAN_INSTALL_DIR man + CACHE + PATH + "man pages" Index: head/devel/kf5-extra-cmake-modules/files/patch-git_add_FindLibinotify.cmake =================================================================== --- head/devel/kf5-extra-cmake-modules/files/patch-git_add_FindLibinotify.cmake +++ head/devel/kf5-extra-cmake-modules/files/patch-git_add_FindLibinotify.cmake @@ -0,0 +1,93 @@ +Import FindLibinotify.cmake from https//git.reviewboard.kde.org/r/129316/ + +From 2da80872431a9dc169085a9edca8c79c49e7fade Mon Sep 17 00:00:00 2001 +From: "Tobias C. Berner" +Date: Sun, 30 Oct 2016 01:22:58 +0200 +Subject: [PATCH] Add new cmake module `FindLibinotify.cmake`. + +FreeBSD also has inotify. However it is a library and not a kernel subsystem. +--- + find-modules/FindLibinotify.cmake | 71 +++++++++++++++++++++++++++++++++++++++ + 1 file changed, 71 insertions(+) + create mode 100644 find-modules/FindLibinotify.cmake + +diff --git a/find-modules/FindLibinotify.cmake b/find-modules/FindLibinotify.cmake +new file mode 100644 +index 0000000..fe1f35e +--- /dev/null ++++ find-modules/FindLibinotify.cmake +@@ -0,0 +1,71 @@ ++#.rest: ++# FindLibinotify ++# -------------- ++# ++# Try to find libinotiy on Unix like systems. ++# ++# This will define the following variables: ++# ++# ``LIBINOTIFY_FOUND`` ++# True if Libinotify is available ++# ``LIBINOTIFY_LIBRARIES`` ++# This has to be passed to target_link_libraries() ++# ``LIBINOTIFY_INCLUDE_DIRS`` ++# This has to be passed to target_include_directories() ++# ++ ++#============================================================================= ++# Copyright 2016 Tobias C. Berner ++# ++# Redistribution and use in source and binary forms, with or without ++# modification, are permitted provided that the following conditions ++# are met: ++# ++# 1. Redistributions of source code must retain the copyright ++# notice, this list of conditions and the following disclaimer. ++# 2. Redistributions in binary form must reproduce the copyright ++# notice, this list of conditions and the following disclaimer in the ++# documentation and/or other materials provided with the distribution. ++# 3. The name of the author may not be used to endorse or promote products ++# derived from this software without specific prior written permission. ++# ++# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR ++# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ++# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ++# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, ++# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT ++# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ++# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ++# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ++# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ++# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++#============================================================================= ++ ++find_path(LIBINOTIFY_INCLUDE_DIRS sys/inotify.h ) ++ ++if ( LIBINOTIFY_INCLUDE_DIRS ) ++ # On Linux there is no library to link against, on the BSDs there is. ++ if ( CMAKE_SYSTEM_NAME MATCHES "Linux" ) ++ set( LIBINOTIFY_FOUND TRUE ) ++ else () ++ find_library( LIBINOTIFY_LIBRARIES NAMES inotify ) ++ include(FindPackageHandleStandardArgs) ++ find_package_handle_standard_args( Libinotify ++ FOUND_VAR ++ LIBINOTIFY_FOUND ++ REQUIRED_VARS ++ LIBINOTIFY_LIBRARIES ++ LIBINOTIFY_INCLUDE_DIRS ++ ) ++ mark_as_advanced( LIBINOTIFY_LIBRARIES LIBINOTIFY_INCLUDE_DIRS ) ++ include(FeatureSummary) ++ set_package_properties(Libinotify PROPERTIES ++ URL "https://github.com/dmatveev/libinotify-kqueue" ++ DESCRIPTION "inotify API on the *BSD family of operating systems." ++ ) ++ endif () ++else () ++ set( LIBINOTIFY_FOUND FALSE ) ++endif () ++ ++mark_as_advanced( LIBINOTIFY_FOUND ) +-- +2.10.1 + Index: head/devel/kf5-extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake =================================================================== --- head/devel/kf5-extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake +++ head/devel/kf5-extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake @@ -0,0 +1,14 @@ +Make sure we only pass -std=c++0x if the compiler supports it (i.e. it is not base GCC). + +--- kde-modules/KDECompilerSettings.cmake.orig 2016-09-15 12:44:43 UTC ++++ kde-modules/KDECompilerSettings.cmake +@@ -194,7 +194,8 @@ if (CMAKE_C_COMPILER_ID STREQUAL "GNU" O + # compilers (in particular, MSVC 2010 does not support C99) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=iso9899:1990") + endif() +-if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") ++if ((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.2.4") OR ++ CMAKE_CXX_COMPILER_ID STREQUAL "Clang") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") + elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Intel" AND NOT WIN32) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") Index: head/devel/kf5-extra-cmake-modules/files/patch-modules_ECMQueryQmake.cmake =================================================================== --- head/devel/kf5-extra-cmake-modules/files/patch-modules_ECMQueryQmake.cmake +++ head/devel/kf5-extra-cmake-modules/files/patch-modules_ECMQueryQmake.cmake @@ -0,0 +1,13 @@ +FreeBSD installs Qt5's qmake as 'qmake' and not 'qmake-qt5'. + +--- modules/ECMQueryQmake.cmake.orig 2016-10-29 14:41:05 UTC ++++ modules/ECMQueryQmake.cmake +@@ -1,7 +1,7 @@ + find_package(Qt5Core QUIET) + + if (Qt5Core_FOUND) +- set(_qmake_executable_default "qmake-qt5") ++ set(_qmake_executable_default "qmake") + endif () + if (TARGET Qt5::qmake) + get_target_property(_qmake_executable_default Qt5::qmake LOCATION) Index: head/devel/kf5-extra-cmake-modules/pkg-descr =================================================================== --- head/devel/kf5-extra-cmake-modules/pkg-descr +++ head/devel/kf5-extra-cmake-modules/pkg-descr @@ -0,0 +1,7 @@ +The Extra CMake Modules package, or ECM, adds to the modules provided +by CMake, including ones used by find_package() to find common +software, ones that can be used directly in CMakeLists.txt files +to perform common tasks and toolchain files that must be specified +on the commandline by the user. + +WWW: https://quickgit.kde.org/?p=extra-cmake-modules.git Index: head/devel/kf5-extra-cmake-modules/pkg-plist =================================================================== --- head/devel/kf5-extra-cmake-modules/pkg-plist +++ head/devel/kf5-extra-cmake-modules/pkg-plist @@ -0,0 +1,166 @@ +share/ECM/cmake/ECMConfig.cmake +share/ECM/cmake/ECMConfigVersion.cmake +share/ECM/find-modules/ECMFindModuleHelpersStub.cmake +share/ECM/find-modules/FindEGL.cmake +share/ECM/find-modules/FindKF5.cmake +share/ECM/find-modules/FindLibGit2.cmake +share/ECM/find-modules/FindLibinotify.cmake +share/ECM/find-modules/FindOpenEXR.cmake +share/ECM/find-modules/FindPng2Ico.cmake +share/ECM/find-modules/FindPoppler.cmake +share/ECM/find-modules/FindQtWaylandScanner.cmake +share/ECM/find-modules/FindSharedMimeInfo.cmake +share/ECM/find-modules/FindWayland.cmake +share/ECM/find-modules/FindWaylandScanner.cmake +share/ECM/find-modules/FindX11_XCB.cmake +share/ECM/find-modules/FindXCB.cmake +share/ECM/kde-modules/KDECMakeSettings.cmake +share/ECM/kde-modules/KDECompilerSettings.cmake +share/ECM/kde-modules/KDEFrameworkCompilerSettings.cmake +share/ECM/kde-modules/KDEInstallDirs.cmake +share/ECM/kde-modules/KDEPackageAppTemplates.cmake +share/ECM/kde-modules/appstreamtest.cmake +share/ECM/modules/ECMAddAppIcon.cmake +share/ECM/modules/ECMAddTests.cmake +share/ECM/modules/ECMCoverageOption.cmake +share/ECM/modules/ECMCreateQmFromPoFiles.cmake +share/ECM/modules/ECMEnableSanitizers.cmake +share/ECM/modules/ECMFindModuleHelpers.cmake +share/ECM/modules/ECMGenerateHeaders.cmake +share/ECM/modules/ECMGeneratePkgConfigFile.cmake +share/ECM/modules/ECMGeneratePriFile.cmake +share/ECM/modules/ECMInstallIcons.cmake +share/ECM/modules/ECMMarkAsTest.cmake +share/ECM/modules/ECMMarkNonGuiExecutable.cmake +share/ECM/modules/ECMOptionalAddSubdirectory.cmake +share/ECM/modules/ECMPackageConfigHelpers.cmake +share/ECM/modules/ECMPoQmTools.cmake +share/ECM/modules/ECMQmLoader.cpp.in +share/ECM/modules/ECMQtDeclareLoggingCategory.cmake +share/ECM/modules/ECMQtDeclareLoggingCategory.cpp.in +share/ECM/modules/ECMQtDeclareLoggingCategory.h.in +share/ECM/modules/ECMQueryQmake.cmake +share/ECM/modules/ECMSetupVersion.cmake +share/ECM/modules/ECMUninstallTarget.cmake +share/ECM/modules/ECMUseFindModules.cmake +share/ECM/modules/ECMVersionHeader.h.in +share/ECM/modules/ecm_uninstall.cmake.in +share/ECM/toolchain/Android.cmake +share/ECM/toolchain/deployment-file.json.in +share/ECM/toolchain/specifydependencies.cmake +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindEGL.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindKF5.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindLibGit2.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindOpenEXR.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindPng2Ico.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindPoppler.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindQtWaylandScanner.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindSharedMimeInfo.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindWayland.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindWaylandScanner.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindX11_XCB.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindXCB.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDECMakeSettings.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDECompilerSettings.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDEFrameworkCompilerSettings.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDEInstallDirs.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/kde-module/KDEPackageAppTemplates.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-developer.7.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-find-modules.7.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-kde-modules.7.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-modules.7.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm-toolchains.7.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/manual/ecm.7.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMAddAppIcon.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMAddTests.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMCoverageOption.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMCreateQmFromPoFiles.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMEnableSanitizers.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMFindModuleHelpers.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMGenerateHeaders.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMGeneratePkgConfigFile.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMGeneratePriFile.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMInstallIcons.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMMarkAsTest.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMMarkNonGuiExecutable.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMOptionalAddSubdirectory.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMPackageConfigHelpers.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMPoQmTools.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMQtDeclareLoggingCategory.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMSetupVersion.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMUninstallTarget.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/module/ECMUseFindModules.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/toolchain/Android.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif +%%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/classic.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-bright.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-close.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/doctools.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/down-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/down.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/ecm.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery-1.11.1.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/kde-favicon.ico +%%PORTDOCS%%%%DOCSDIR%%/html/_static/minus.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/plus.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/pygments.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore-1.3.1.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/up-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/up.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindEGL.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindKF5.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindLibGit2.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindOpenEXR.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindPng2Ico.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindPoppler.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindQtWaylandScanner.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindSharedMimeInfo.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindWayland.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindWaylandScanner.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindX11_XCB.html +%%PORTDOCS%%%%DOCSDIR%%/html/find-module/FindXCB.html +%%PORTDOCS%%%%DOCSDIR%%/html/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDECMakeSettings.html +%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDECompilerSettings.html +%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDEFrameworkCompilerSettings.html +%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDEInstallDirs.html +%%PORTDOCS%%%%DOCSDIR%%/html/kde-module/KDEPackageAppTemplates.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-developer.7.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-find-modules.7.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-kde-modules.7.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-modules.7.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm-toolchains.7.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual/ecm.7.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMAddAppIcon.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMAddTests.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMCoverageOption.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMCreateQmFromPoFiles.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMEnableSanitizers.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMFindModuleHelpers.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMGenerateHeaders.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMGeneratePkgConfigFile.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMGeneratePriFile.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMInstallIcons.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMMarkAsTest.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMMarkNonGuiExecutable.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMOptionalAddSubdirectory.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMPackageConfigHelpers.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMPoQmTools.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMQtDeclareLoggingCategory.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMSetupVersion.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMUninstallTarget.html +%%PORTDOCS%%%%DOCSDIR%%/html/module/ECMUseFindModules.html +%%PORTDOCS%%%%DOCSDIR%%/html/search.html +%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js +%%PORTDOCS%%%%DOCSDIR%%/html/toolchain/Android.html +%%HELP%%%%DOCSDIR%%/ExtraCMakeModules.qch Index: head/devel/kf5-kapidox/Makefile =================================================================== --- head/devel/kf5-kapidox/Makefile +++ head/devel/kf5-kapidox/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kapidox +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 API Documentation Tools + +USES= cmake:outsource kde:5 python tar:xz +USE_KDE= archive ecm +USE_QT5= buildtools_build qmake_build + +NO_ARCH= yes + +INSTALL_TARGET= install + +.include Index: head/devel/kf5-kapidox/distinfo =================================================================== --- head/devel/kf5-kapidox/distinfo +++ head/devel/kf5-kapidox/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/kapidox-5.27.0.tar.xz) = 34840e84a86147cf7c1d85ce52414bcd6326e5529c21c659bb7a36cc2e0675a4 +SIZE (KDE/frameworks/5.27.0/kapidox-5.27.0.tar.xz) = 394404 Index: head/devel/kf5-kapidox/pkg-descr =================================================================== --- head/devel/kf5-kapidox/pkg-descr +++ head/devel/kf5-kapidox/pkg-descr @@ -0,0 +1,3 @@ +Frameworks API Documentation Tools + +WWW: https://projects.kde.org/projects/frameworks/kapidox Index: head/devel/kf5-kapidox/pkg-plist =================================================================== --- head/devel/kf5-kapidox/pkg-plist +++ head/devel/kf5-kapidox/pkg-plist @@ -0,0 +1,57 @@ +bin/depdiagram-generate +bin/depdiagram-generate-all +bin/depdiagram-prepare +bin/kapidox_generate +%%PYTHON_SITELIBDIR%%/kapidox-%%KDE_FRAMEWORKS_VERSION%%-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/kapidox/__init__.py +%%PYTHON_SITELIBDIR%%/kapidox/__init__.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/argparserutils.py +%%PYTHON_SITELIBDIR%%/kapidox/argparserutils.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/data/Doxyfile.global +%%PYTHON_SITELIBDIR%%/kapidox/data/dependencies.md.tmpl +%%PYTHON_SITELIBDIR%%/kapidox/data/footer.html +%%PYTHON_SITELIBDIR%%/kapidox/data/header.html +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/default_product.png +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/favicon.ico +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/frameworks.css +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/icons/bad.png +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/icons/ok.png +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/icons/warning.png +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/kde-white.svg +%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/kde.css +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/base.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/footer.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/frontpage-sidebar.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/frontpage.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/libinfo.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/library-sidebar.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/library.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/maintainers.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/search.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/subgroup-sidebar.html +%%PYTHON_SITELIBDIR%%/kapidox/data/templates/subgroup.html +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/__init__.py +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/__init__.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/block.py +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/block.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/framework.py +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/framework.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/frameworkdb.py +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/frameworkdb.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/generate.py +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/generate.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/gvutils.py +%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/gvutils.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/doxyfilewriter.py +%%PYTHON_SITELIBDIR%%/kapidox/doxyfilewriter.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/generator.py +%%PYTHON_SITELIBDIR%%/kapidox/generator.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/models.py +%%PYTHON_SITELIBDIR%%/kapidox/models.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/preprocessing.py +%%PYTHON_SITELIBDIR%%/kapidox/preprocessing.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/kapidox/utils.py +%%PYTHON_SITELIBDIR%%/kapidox/utils.%%PYC_SUFFIX%% +share/man/man1/depdiagram-generate-all.1 +share/man/man1/depdiagram-generate.1 +share/man/man1/depdiagram-prepare.1 Index: head/devel/kf5-kauth/Makefile =================================================================== --- head/devel/kf5-kauth/Makefile +++ head/devel/kf5-kauth/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kauth +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 abstraction to system policy and authentication features + +LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt5 + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= coreaddons ecm +USE_QT5= buildtools_build core dbus gui linguisttools qmake_build \ + widgets + +.include Index: head/devel/kf5-kauth/distinfo =================================================================== --- head/devel/kf5-kauth/distinfo +++ head/devel/kf5-kauth/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/kauth-5.27.0.tar.xz) = 944f50341e7ddf78edf264c04d95b22967b610b5de3c823e48a4dd86036ce69f +SIZE (KDE/frameworks/5.27.0/kauth-5.27.0.tar.xz) = 2550156 Index: head/devel/kf5-kauth/pkg-descr =================================================================== --- head/devel/kf5-kauth/pkg-descr +++ head/devel/kf5-kauth/pkg-descr @@ -0,0 +1,4 @@ +KAuth provides a convenient, system-integrated way to offload actions that need +to be performed as a privileged user to small helper utilities. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html Index: head/devel/kf5-kauth/pkg-plist =================================================================== --- head/devel/kf5-kauth/pkg-plist +++ head/devel/kf5-kauth/pkg-plist @@ -0,0 +1,131 @@ +etc/dbus-1/system.d/org.kde.kf5auth.conf +include/KF5/KAuth/KAuth +include/KF5/KAuth/KAuthAction +include/KF5/KAuth/KAuthActionReply +include/KF5/KAuth/KAuthExecuteJob +include/KF5/KAuth/KAuthHelperSupport +include/KF5/KAuth/KAuthObjectDecorator +include/KF5/KAuth/kauth.h +include/KF5/KAuth/kauth_export.h +include/KF5/KAuth/kauthaction.h +include/KF5/KAuth/kauthactionreply.h +include/KF5/KAuth/kauthexecutejob.h +include/KF5/KAuth/kauthhelpersupport.h +include/KF5/KAuth/kauthobjectdecorator.h +include/KF5/kauth_version.h +lib/cmake/KF5Auth/KF5AuthConfig.cmake +lib/cmake/KF5Auth/KF5AuthConfigVersion.cmake +lib/cmake/KF5Auth/KF5AuthMacros.cmake +lib/cmake/KF5Auth/KF5AuthTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Auth/KF5AuthTargets.cmake +lib/cmake/KF5Auth/KF5AuthToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake +lib/libKF5Auth.so +lib/libKF5Auth.so.5 +lib/libKF5Auth.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kauth/kauth-policy-gen +%%QT_PLUGINDIR%%/kauth/backend/kauth_backend_plugin.so +%%QT_PLUGINDIR%%/kauth/helper/kauth_helper_plugin.so +%%QT_MKSPECDIR%%/modules/qt_KAuth.pri +share/kf5/kauth/dbus_policy.stub +share/kf5/kauth/dbus_service.stub +share/locale/af/LC_MESSAGES/kauth5_qt.qm +share/locale/ar/LC_MESSAGES/kauth5_qt.qm +share/locale/as/LC_MESSAGES/kauth5_qt.qm +share/locale/ast/LC_MESSAGES/kauth5_qt.qm +share/locale/be/LC_MESSAGES/kauth5_qt.qm +share/locale/be@latin/LC_MESSAGES/kauth5_qt.qm +share/locale/bg/LC_MESSAGES/kauth5_qt.qm +share/locale/bn/LC_MESSAGES/kauth5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kauth5_qt.qm +share/locale/br/LC_MESSAGES/kauth5_qt.qm +share/locale/bs/LC_MESSAGES/kauth5_qt.qm +share/locale/ca/LC_MESSAGES/kauth5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kauth5_qt.qm +share/locale/crh/LC_MESSAGES/kauth5_qt.qm +share/locale/cs/LC_MESSAGES/kauth5_qt.qm +share/locale/csb/LC_MESSAGES/kauth5_qt.qm +share/locale/cy/LC_MESSAGES/kauth5_qt.qm +share/locale/da/LC_MESSAGES/kauth5_qt.qm +share/locale/de/LC_MESSAGES/kauth5_qt.qm +share/locale/el/LC_MESSAGES/kauth5_qt.qm +share/locale/en_GB/LC_MESSAGES/kauth5_qt.qm +share/locale/eo/LC_MESSAGES/kauth5_qt.qm +share/locale/es/LC_MESSAGES/kauth5_qt.qm +share/locale/et/LC_MESSAGES/kauth5_qt.qm +share/locale/eu/LC_MESSAGES/kauth5_qt.qm +share/locale/fa/LC_MESSAGES/kauth5_qt.qm +share/locale/fi/LC_MESSAGES/kauth5_qt.qm +share/locale/fr/LC_MESSAGES/kauth5_qt.qm +share/locale/fy/LC_MESSAGES/kauth5_qt.qm +share/locale/ga/LC_MESSAGES/kauth5_qt.qm +share/locale/gd/LC_MESSAGES/kauth5_qt.qm +share/locale/gl/LC_MESSAGES/kauth5_qt.qm +share/locale/gu/LC_MESSAGES/kauth5_qt.qm +share/locale/ha/LC_MESSAGES/kauth5_qt.qm +share/locale/he/LC_MESSAGES/kauth5_qt.qm +share/locale/hi/LC_MESSAGES/kauth5_qt.qm +share/locale/hne/LC_MESSAGES/kauth5_qt.qm +share/locale/hr/LC_MESSAGES/kauth5_qt.qm +share/locale/hsb/LC_MESSAGES/kauth5_qt.qm +share/locale/hu/LC_MESSAGES/kauth5_qt.qm +share/locale/hy/LC_MESSAGES/kauth5_qt.qm +share/locale/ia/LC_MESSAGES/kauth5_qt.qm +share/locale/id/LC_MESSAGES/kauth5_qt.qm +share/locale/is/LC_MESSAGES/kauth5_qt.qm +share/locale/it/LC_MESSAGES/kauth5_qt.qm +share/locale/ja/LC_MESSAGES/kauth5_qt.qm +share/locale/ka/LC_MESSAGES/kauth5_qt.qm +share/locale/kk/LC_MESSAGES/kauth5_qt.qm +share/locale/km/LC_MESSAGES/kauth5_qt.qm +share/locale/kn/LC_MESSAGES/kauth5_qt.qm +share/locale/ko/LC_MESSAGES/kauth5_qt.qm +share/locale/ku/LC_MESSAGES/kauth5_qt.qm +share/locale/lb/LC_MESSAGES/kauth5_qt.qm +share/locale/lt/LC_MESSAGES/kauth5_qt.qm +share/locale/lv/LC_MESSAGES/kauth5_qt.qm +share/locale/mai/LC_MESSAGES/kauth5_qt.qm +share/locale/mk/LC_MESSAGES/kauth5_qt.qm +share/locale/ml/LC_MESSAGES/kauth5_qt.qm +share/locale/mr/LC_MESSAGES/kauth5_qt.qm +share/locale/ms/LC_MESSAGES/kauth5_qt.qm +share/locale/nb/LC_MESSAGES/kauth5_qt.qm +share/locale/nds/LC_MESSAGES/kauth5_qt.qm +share/locale/ne/LC_MESSAGES/kauth5_qt.qm +share/locale/nl/LC_MESSAGES/kauth5_qt.qm +share/locale/nn/LC_MESSAGES/kauth5_qt.qm +share/locale/oc/LC_MESSAGES/kauth5_qt.qm +share/locale/or/LC_MESSAGES/kauth5_qt.qm +share/locale/pa/LC_MESSAGES/kauth5_qt.qm +share/locale/pl/LC_MESSAGES/kauth5_qt.qm +share/locale/ps/LC_MESSAGES/kauth5_qt.qm +share/locale/pt/LC_MESSAGES/kauth5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kauth5_qt.qm +share/locale/ro/LC_MESSAGES/kauth5_qt.qm +share/locale/ru/LC_MESSAGES/kauth5_qt.qm +share/locale/se/LC_MESSAGES/kauth5_qt.qm +share/locale/si/LC_MESSAGES/kauth5_qt.qm +share/locale/sk/LC_MESSAGES/kauth5_qt.qm +share/locale/sl/LC_MESSAGES/kauth5_qt.qm +share/locale/sq/LC_MESSAGES/kauth5_qt.qm +share/locale/sr/LC_MESSAGES/kauth5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kauth5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kauth5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kauth5_qt.qm +share/locale/sv/LC_MESSAGES/kauth5_qt.qm +share/locale/ta/LC_MESSAGES/kauth5_qt.qm +share/locale/te/LC_MESSAGES/kauth5_qt.qm +share/locale/tg/LC_MESSAGES/kauth5_qt.qm +share/locale/th/LC_MESSAGES/kauth5_qt.qm +share/locale/tr/LC_MESSAGES/kauth5_qt.qm +share/locale/tt/LC_MESSAGES/kauth5_qt.qm +share/locale/ug/LC_MESSAGES/kauth5_qt.qm +share/locale/uk/LC_MESSAGES/kauth5_qt.qm +share/locale/uz/LC_MESSAGES/kauth5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kauth5_qt.qm +share/locale/vi/LC_MESSAGES/kauth5_qt.qm +share/locale/wa/LC_MESSAGES/kauth5_qt.qm +share/locale/xh/LC_MESSAGES/kauth5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kauth5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kauth5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kauth5_qt.qm Index: head/devel/kf5-kbookmarks/Makefile =================================================================== --- head/devel/kf5-kbookmarks/Makefile +++ head/devel/kf5-kbookmarks/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kbookmarks +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for bookmarks and the XBEL format + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons ecm \ + iconthemes widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui linguisttools \ + qmake_build widgets xml + +.include Index: head/devel/kf5-kbookmarks/distinfo =================================================================== --- head/devel/kf5-kbookmarks/distinfo +++ head/devel/kf5-kbookmarks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/kbookmarks-5.27.0.tar.xz) = 752319c2012efd00ae9efa5622e802a852cec926dc385f4c02f0088dac0762d1 +SIZE (KDE/frameworks/5.27.0/kbookmarks-5.27.0.tar.xz) = 1245532 Index: head/devel/kf5-kbookmarks/pkg-descr =================================================================== --- head/devel/kf5-kbookmarks/pkg-descr +++ head/devel/kf5-kbookmarks/pkg-descr @@ -0,0 +1,4 @@ +KBookmarks lets you access and manipulate bookmarks stored +using the XBEL format. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html Index: head/devel/kf5-kbookmarks/pkg-plist =================================================================== --- head/devel/kf5-kbookmarks/pkg-plist +++ head/devel/kf5-kbookmarks/pkg-plist @@ -0,0 +1,121 @@ +include/KF5/KBookmarks/KBookmark +include/KF5/KBookmarks/KBookmarkAction +include/KF5/KBookmarks/KBookmarkActionInterface +include/KF5/KBookmarks/KBookmarkActionMenu +include/KF5/KBookmarks/KBookmarkContextMenu +include/KF5/KBookmarks/KBookmarkDialog +include/KF5/KBookmarks/KBookmarkDomBuilder +include/KF5/KBookmarks/KBookmarkManager +include/KF5/KBookmarks/KBookmarkMenu +include/KF5/KBookmarks/KBookmarkOwner +include/KF5/KBookmarks/KonqBookmarkMenu +include/KF5/KBookmarks/kbookmark.h +include/KF5/KBookmarks/kbookmarkaction.h +include/KF5/KBookmarks/kbookmarkactioninterface.h +include/KF5/KBookmarks/kbookmarkactionmenu.h +include/KF5/KBookmarks/kbookmarkcontextmenu.h +include/KF5/KBookmarks/kbookmarkdialog.h +include/KF5/KBookmarks/kbookmarkdombuilder.h +include/KF5/KBookmarks/kbookmarkexporter.h +include/KF5/KBookmarks/kbookmarkimporter.h +include/KF5/KBookmarks/kbookmarkimporter_ie.h +include/KF5/KBookmarks/kbookmarkimporter_ns.h +include/KF5/KBookmarks/kbookmarkimporter_opera.h +include/KF5/KBookmarks/kbookmarkmanager.h +include/KF5/KBookmarks/kbookmarkmenu.h +include/KF5/KBookmarks/kbookmarkowner.h +include/KF5/KBookmarks/kbookmarks_export.h +include/KF5/KBookmarks/konqbookmarkmenu.h +include/KF5/kbookmarks_version.h +lib/cmake/KF5Bookmarks/KF5BookmarksConfig.cmake +lib/cmake/KF5Bookmarks/KF5BookmarksConfigVersion.cmake +lib/cmake/KF5Bookmarks/KF5BookmarksTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Bookmarks/KF5BookmarksTargets.cmake +lib/libKF5Bookmarks.so +lib/libKF5Bookmarks.so.5 +lib/libKF5Bookmarks.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KBookmarks.pri +share/locale/af/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ar/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ast/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/be/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/be@latin/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/bg/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/bn/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/br/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/bs/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ca/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/cs/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/csb/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/cy/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/da/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/de/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/el/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/en_GB/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/eo/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/es/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/et/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/eu/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/fa/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/fi/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/fr/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/fy/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ga/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/gd/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/gl/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/gu/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/he/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/hi/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/hr/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/hsb/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/hu/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ia/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/is/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/it/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ja/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/kk/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/km/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ko/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ku/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/lt/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/lv/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/mai/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/mk/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ml/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/mr/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ms/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/nb/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/nds/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ne/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/nl/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/nn/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/oc/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/pa/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/pl/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/pt/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ro/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ru/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/se/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sk/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sl/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sq/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sr/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/sv/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ta/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/tg/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/th/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/tr/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/ug/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/uk/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/uz/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/vi/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/wa/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/xh/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kbookmarks5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kbookmarks5_qt.qm Index: head/devel/kf5-kcmutils/Makefile =================================================================== --- head/devel/kf5-kcmutils/Makefile +++ head/devel/kf5-kcmutils/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kcmutils +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 utilities for working with KCModules + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ + iconthemes itemviews kdeclarative package service \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build \ + qml quick widgets xml + +.include Index: head/devel/kf5-kcmutils/distinfo =================================================================== --- head/devel/kf5-kcmutils/distinfo +++ head/devel/kf5-kcmutils/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/kcmutils-5.27.0.tar.xz) = ddc141af1d58b44e906d5f08a0712d84b96a254518227c4114fa2b331068cb12 +SIZE (KDE/frameworks/5.27.0/kcmutils-5.27.0.tar.xz) = 2727828 Index: head/devel/kf5-kcmutils/pkg-descr =================================================================== --- head/devel/kf5-kcmutils/pkg-descr +++ head/devel/kf5-kcmutils/pkg-descr @@ -0,0 +1,4 @@ +KCMUtils provides various classes to work with KCModules. +KCModules can be created with the KConfigWidgets framework. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html Index: head/devel/kf5-kcmutils/pkg-plist =================================================================== --- head/devel/kf5-kcmutils/pkg-plist +++ head/devel/kf5-kcmutils/pkg-plist @@ -0,0 +1,130 @@ +include/KF5/KCMUtils/KCModuleContainer +include/KF5/KCMUtils/KCModuleInfo +include/KF5/KCMUtils/KCModuleLoader +include/KF5/KCMUtils/KCModuleProxy +include/KF5/KCMUtils/KCMultiDialog +include/KF5/KCMUtils/KPluginSelector +include/KF5/KCMUtils/kcmodulecontainer.h +include/KF5/KCMUtils/kcmoduleinfo.h +include/KF5/KCMUtils/kcmoduleloader.h +include/KF5/KCMUtils/kcmoduleproxy.h +include/KF5/KCMUtils/kcmultidialog.h +include/KF5/KCMUtils/kcmutils_export.h +include/KF5/KCMUtils/kpluginselector.h +include/KF5/KCMUtils/ksettings/Dialog +include/KF5/KCMUtils/ksettings/Dispatcher +include/KF5/KCMUtils/ksettings/PluginPage +include/KF5/KCMUtils/ksettings/dialog.h +include/KF5/KCMUtils/ksettings/dispatcher.h +include/KF5/KCMUtils/ksettings/pluginpage.h +include/KF5/kcmutils_version.h +lib/cmake/KF5KCMUtils/KF5KCMUtilsConfig.cmake +lib/cmake/KF5KCMUtils/KF5KCMUtilsConfigVersion.cmake +lib/cmake/KF5KCMUtils/KF5KCMUtilsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KCMUtils/KF5KCMUtilsTargets.cmake +lib/libKF5KCMUtils.so +lib/libKF5KCMUtils.so.5 +lib/libKF5KCMUtils.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KCMUtils.pri +share/kservicetypes5/kcmodule.desktop +share/kservicetypes5/kcmoduleinit.desktop +share/locale/af/LC_MESSAGES/kcmutils5.mo +share/locale/ar/LC_MESSAGES/kcmutils5.mo +share/locale/as/LC_MESSAGES/kcmutils5.mo +share/locale/ast/LC_MESSAGES/kcmutils5.mo +share/locale/be/LC_MESSAGES/kcmutils5.mo +share/locale/be@latin/LC_MESSAGES/kcmutils5.mo +share/locale/bg/LC_MESSAGES/kcmutils5.mo +share/locale/bn/LC_MESSAGES/kcmutils5.mo +share/locale/bn_IN/LC_MESSAGES/kcmutils5.mo +share/locale/br/LC_MESSAGES/kcmutils5.mo +share/locale/bs/LC_MESSAGES/kcmutils5.mo +share/locale/ca/LC_MESSAGES/kcmutils5.mo +share/locale/ca@valencia/LC_MESSAGES/kcmutils5.mo +share/locale/crh/LC_MESSAGES/kcmutils5.mo +share/locale/cs/LC_MESSAGES/kcmutils5.mo +share/locale/csb/LC_MESSAGES/kcmutils5.mo +share/locale/cy/LC_MESSAGES/kcmutils5.mo +share/locale/da/LC_MESSAGES/kcmutils5.mo +share/locale/de/LC_MESSAGES/kcmutils5.mo +share/locale/el/LC_MESSAGES/kcmutils5.mo +share/locale/en_GB/LC_MESSAGES/kcmutils5.mo +share/locale/eo/LC_MESSAGES/kcmutils5.mo +share/locale/es/LC_MESSAGES/kcmutils5.mo +share/locale/et/LC_MESSAGES/kcmutils5.mo +share/locale/eu/LC_MESSAGES/kcmutils5.mo +share/locale/fa/LC_MESSAGES/kcmutils5.mo +share/locale/fi/LC_MESSAGES/kcmutils5.mo +share/locale/fr/LC_MESSAGES/kcmutils5.mo +share/locale/fy/LC_MESSAGES/kcmutils5.mo +share/locale/ga/LC_MESSAGES/kcmutils5.mo +share/locale/gd/LC_MESSAGES/kcmutils5.mo +share/locale/gl/LC_MESSAGES/kcmutils5.mo +share/locale/gu/LC_MESSAGES/kcmutils5.mo +share/locale/ha/LC_MESSAGES/kcmutils5.mo +share/locale/he/LC_MESSAGES/kcmutils5.mo +share/locale/hi/LC_MESSAGES/kcmutils5.mo +share/locale/hne/LC_MESSAGES/kcmutils5.mo +share/locale/hr/LC_MESSAGES/kcmutils5.mo +share/locale/hsb/LC_MESSAGES/kcmutils5.mo +share/locale/hu/LC_MESSAGES/kcmutils5.mo +share/locale/hy/LC_MESSAGES/kcmutils5.mo +share/locale/ia/LC_MESSAGES/kcmutils5.mo +share/locale/id/LC_MESSAGES/kcmutils5.mo +share/locale/is/LC_MESSAGES/kcmutils5.mo +share/locale/it/LC_MESSAGES/kcmutils5.mo +share/locale/ja/LC_MESSAGES/kcmutils5.mo +share/locale/ka/LC_MESSAGES/kcmutils5.mo +share/locale/kk/LC_MESSAGES/kcmutils5.mo +share/locale/km/LC_MESSAGES/kcmutils5.mo +share/locale/kn/LC_MESSAGES/kcmutils5.mo +share/locale/ko/LC_MESSAGES/kcmutils5.mo +share/locale/ku/LC_MESSAGES/kcmutils5.mo +share/locale/lb/LC_MESSAGES/kcmutils5.mo +share/locale/lt/LC_MESSAGES/kcmutils5.mo +share/locale/lv/LC_MESSAGES/kcmutils5.mo +share/locale/mai/LC_MESSAGES/kcmutils5.mo +share/locale/mk/LC_MESSAGES/kcmutils5.mo +share/locale/ml/LC_MESSAGES/kcmutils5.mo +share/locale/mr/LC_MESSAGES/kcmutils5.mo +share/locale/ms/LC_MESSAGES/kcmutils5.mo +share/locale/nb/LC_MESSAGES/kcmutils5.mo +share/locale/nds/LC_MESSAGES/kcmutils5.mo +share/locale/ne/LC_MESSAGES/kcmutils5.mo +share/locale/nl/LC_MESSAGES/kcmutils5.mo +share/locale/nn/LC_MESSAGES/kcmutils5.mo +share/locale/oc/LC_MESSAGES/kcmutils5.mo +share/locale/or/LC_MESSAGES/kcmutils5.mo +share/locale/pa/LC_MESSAGES/kcmutils5.mo +share/locale/pl/LC_MESSAGES/kcmutils5.mo +share/locale/ps/LC_MESSAGES/kcmutils5.mo +share/locale/pt/LC_MESSAGES/kcmutils5.mo +share/locale/pt_BR/LC_MESSAGES/kcmutils5.mo +share/locale/ro/LC_MESSAGES/kcmutils5.mo +share/locale/ru/LC_MESSAGES/kcmutils5.mo +share/locale/se/LC_MESSAGES/kcmutils5.mo +share/locale/si/LC_MESSAGES/kcmutils5.mo +share/locale/sk/LC_MESSAGES/kcmutils5.mo +share/locale/sl/LC_MESSAGES/kcmutils5.mo +share/locale/sq/LC_MESSAGES/kcmutils5.mo +share/locale/sr/LC_MESSAGES/kcmutils5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmutils5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmutils5.mo +share/locale/sr@latin/LC_MESSAGES/kcmutils5.mo +share/locale/sv/LC_MESSAGES/kcmutils5.mo +share/locale/ta/LC_MESSAGES/kcmutils5.mo +share/locale/te/LC_MESSAGES/kcmutils5.mo +share/locale/tg/LC_MESSAGES/kcmutils5.mo +share/locale/th/LC_MESSAGES/kcmutils5.mo +share/locale/tr/LC_MESSAGES/kcmutils5.mo +share/locale/tt/LC_MESSAGES/kcmutils5.mo +share/locale/ug/LC_MESSAGES/kcmutils5.mo +share/locale/uk/LC_MESSAGES/kcmutils5.mo +share/locale/uz/LC_MESSAGES/kcmutils5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmutils5.mo +share/locale/vi/LC_MESSAGES/kcmutils5.mo +share/locale/wa/LC_MESSAGES/kcmutils5.mo +share/locale/xh/LC_MESSAGES/kcmutils5.mo +share/locale/zh_CN/LC_MESSAGES/kcmutils5.mo +share/locale/zh_HK/LC_MESSAGES/kcmutils5.mo +share/locale/zh_TW/LC_MESSAGES/kcmutils5.mo Index: head/devel/kf5-kconfig/Makefile =================================================================== --- head/devel/kf5-kconfig/Makefile +++ head/devel/kf5-kconfig/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kconfig +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 widgets for configuration dialogs + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build concurrent core gui linguisttools \ + qmake_build testlib xml + +.include Index: head/devel/kf5-kconfig/distinfo =================================================================== --- head/devel/kf5-kconfig/distinfo +++ head/devel/kf5-kconfig/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424076 +SHA256 (KDE/frameworks/5.27.0/kconfig-5.27.0.tar.xz) = f1eba4652b17c1fce4b6cd3971204ccaf268672b3b9ba955ee755b4b32a8b7a1 +SIZE (KDE/frameworks/5.27.0/kconfig-5.27.0.tar.xz) = 232756 Index: head/devel/kf5-kconfig/pkg-descr =================================================================== --- head/devel/kf5-kconfig/pkg-descr +++ head/devel/kf5-kconfig/pkg-descr @@ -0,0 +1,4 @@ +KConfigWidgets provides easy-to-use classes to create configuration dialogs, +as well as a set of widgets which uses KConfig to store their settings. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html Index: head/devel/kf5-kconfig/pkg-plist =================================================================== --- head/devel/kf5-kconfig/pkg-plist +++ head/devel/kf5-kconfig/pkg-plist @@ -0,0 +1,143 @@ +bin/kreadconfig5 +bin/kwriteconfig5 +include/KF5/KConfigCore/ConversionCheck +include/KF5/KConfigCore/KAuthorized +include/KF5/KConfigCore/KConfig +include/KF5/KConfigCore/KConfigBackend +include/KF5/KConfigCore/KConfigBase +include/KF5/KConfigCore/KConfigGroup +include/KF5/KConfigCore/KCoreConfigSkeleton +include/KF5/KConfigCore/KDesktopFile +include/KF5/KConfigCore/KEMailSettings +include/KF5/KConfigCore/KSharedConfig +include/KF5/KConfigCore/conversioncheck.h +include/KF5/KConfigCore/kauthorized.h +include/KF5/KConfigCore/kconfig.h +include/KF5/KConfigCore/kconfigbackend.h +include/KF5/KConfigCore/kconfigbase.h +include/KF5/KConfigCore/kconfigcore_export.h +include/KF5/KConfigCore/kconfiggroup.h +include/KF5/KConfigCore/kcoreconfigskeleton.h +include/KF5/KConfigCore/kdesktopfile.h +include/KF5/KConfigCore/kemailsettings.h +include/KF5/KConfigCore/ksharedconfig.h +include/KF5/KConfigGui/KConfigGui +include/KF5/KConfigGui/KConfigLoader +include/KF5/KConfigGui/KConfigSkeleton +include/KF5/KConfigGui/KStandardShortcut +include/KF5/KConfigGui/KWindowConfig +include/KF5/KConfigGui/kconfiggui.h +include/KF5/KConfigGui/kconfiggui_export.h +include/KF5/KConfigGui/kconfigloader.h +include/KF5/KConfigGui/kconfigskeleton.h +include/KF5/KConfigGui/kstandardshortcut.h +include/KF5/KConfigGui/kwindowconfig.h +include/KF5/kconfig_version.h +lib/cmake/KF5Config/KF5ConfigCompilerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake +lib/cmake/KF5Config/KF5ConfigConfig.cmake +lib/cmake/KF5Config/KF5ConfigConfigVersion.cmake +lib/cmake/KF5Config/KF5ConfigMacros.cmake +lib/cmake/KF5Config/KF5ConfigTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Config/KF5ConfigTargets.cmake +lib/libKF5ConfigCore.so +lib/libKF5ConfigCore.so.5 +lib/libKF5ConfigCore.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5ConfigGui.so +lib/libKF5ConfigGui.so.5 +lib/libKF5ConfigGui.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kf5/kconf_update +lib/libexec/kf5/kconfig_compiler_kf5 +%%QT_MKSPECDIR%%/modules/qt_KConfigCore.pri +%%QT_MKSPECDIR%%/modules/qt_KConfigGui.pri +share/locale/af/LC_MESSAGES/kconfig5_qt.qm +share/locale/ar/LC_MESSAGES/kconfig5_qt.qm +share/locale/ast/LC_MESSAGES/kconfig5_qt.qm +share/locale/be/LC_MESSAGES/kconfig5_qt.qm +share/locale/be@latin/LC_MESSAGES/kconfig5_qt.qm +share/locale/bg/LC_MESSAGES/kconfig5_qt.qm +share/locale/bn/LC_MESSAGES/kconfig5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kconfig5_qt.qm +share/locale/br/LC_MESSAGES/kconfig5_qt.qm +share/locale/bs/LC_MESSAGES/kconfig5_qt.qm +share/locale/ca/LC_MESSAGES/kconfig5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kconfig5_qt.qm +share/locale/cs/LC_MESSAGES/kconfig5_qt.qm +share/locale/csb/LC_MESSAGES/kconfig5_qt.qm +share/locale/cy/LC_MESSAGES/kconfig5_qt.qm +share/locale/da/LC_MESSAGES/kconfig5_qt.qm +share/locale/de/LC_MESSAGES/kconfig5_qt.qm +share/locale/el/LC_MESSAGES/kconfig5_qt.qm +share/locale/en_GB/LC_MESSAGES/kconfig5_qt.qm +share/locale/eo/LC_MESSAGES/kconfig5_qt.qm +share/locale/es/LC_MESSAGES/kconfig5_qt.qm +share/locale/et/LC_MESSAGES/kconfig5_qt.qm +share/locale/eu/LC_MESSAGES/kconfig5_qt.qm +share/locale/fa/LC_MESSAGES/kconfig5_qt.qm +share/locale/fi/LC_MESSAGES/kconfig5_qt.qm +share/locale/fr/LC_MESSAGES/kconfig5_qt.qm +share/locale/fy/LC_MESSAGES/kconfig5_qt.qm +share/locale/ga/LC_MESSAGES/kconfig5_qt.qm +share/locale/gd/LC_MESSAGES/kconfig5_qt.qm +share/locale/gl/LC_MESSAGES/kconfig5_qt.qm +share/locale/gu/LC_MESSAGES/kconfig5_qt.qm +share/locale/he/LC_MESSAGES/kconfig5_qt.qm +share/locale/hi/LC_MESSAGES/kconfig5_qt.qm +share/locale/hne/LC_MESSAGES/kconfig5_qt.qm +share/locale/hr/LC_MESSAGES/kconfig5_qt.qm +share/locale/hsb/LC_MESSAGES/kconfig5_qt.qm +share/locale/hu/LC_MESSAGES/kconfig5_qt.qm +share/locale/ia/LC_MESSAGES/kconfig5_qt.qm +share/locale/id/LC_MESSAGES/kconfig5_qt.qm +share/locale/is/LC_MESSAGES/kconfig5_qt.qm +share/locale/it/LC_MESSAGES/kconfig5_qt.qm +share/locale/ja/LC_MESSAGES/kconfig5_qt.qm +share/locale/kk/LC_MESSAGES/kconfig5_qt.qm +share/locale/km/LC_MESSAGES/kconfig5_qt.qm +share/locale/kn/LC_MESSAGES/kconfig5_qt.qm +share/locale/ko/LC_MESSAGES/kconfig5_qt.qm +share/locale/ku/LC_MESSAGES/kconfig5_qt.qm +share/locale/lb/LC_MESSAGES/kconfig5_qt.qm +share/locale/lt/LC_MESSAGES/kconfig5_qt.qm +share/locale/lv/LC_MESSAGES/kconfig5_qt.qm +share/locale/mai/LC_MESSAGES/kconfig5_qt.qm +share/locale/mk/LC_MESSAGES/kconfig5_qt.qm +share/locale/ml/LC_MESSAGES/kconfig5_qt.qm +share/locale/mr/LC_MESSAGES/kconfig5_qt.qm +share/locale/ms/LC_MESSAGES/kconfig5_qt.qm +share/locale/nb/LC_MESSAGES/kconfig5_qt.qm +share/locale/nds/LC_MESSAGES/kconfig5_qt.qm +share/locale/ne/LC_MESSAGES/kconfig5_qt.qm +share/locale/nl/LC_MESSAGES/kconfig5_qt.qm +share/locale/nn/LC_MESSAGES/kconfig5_qt.qm +share/locale/or/LC_MESSAGES/kconfig5_qt.qm +share/locale/pa/LC_MESSAGES/kconfig5_qt.qm +share/locale/pl/LC_MESSAGES/kconfig5_qt.qm +share/locale/pt/LC_MESSAGES/kconfig5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kconfig5_qt.qm +share/locale/ro/LC_MESSAGES/kconfig5_qt.qm +share/locale/ru/LC_MESSAGES/kconfig5_qt.qm +share/locale/se/LC_MESSAGES/kconfig5_qt.qm +share/locale/si/LC_MESSAGES/kconfig5_qt.qm +share/locale/sk/LC_MESSAGES/kconfig5_qt.qm +share/locale/sl/LC_MESSAGES/kconfig5_qt.qm +share/locale/sq/LC_MESSAGES/kconfig5_qt.qm +share/locale/sr/LC_MESSAGES/kconfig5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kconfig5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kconfig5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kconfig5_qt.qm +share/locale/sv/LC_MESSAGES/kconfig5_qt.qm +share/locale/ta/LC_MESSAGES/kconfig5_qt.qm +share/locale/te/LC_MESSAGES/kconfig5_qt.qm +share/locale/tg/LC_MESSAGES/kconfig5_qt.qm +share/locale/th/LC_MESSAGES/kconfig5_qt.qm +share/locale/tr/LC_MESSAGES/kconfig5_qt.qm +share/locale/ug/LC_MESSAGES/kconfig5_qt.qm +share/locale/uk/LC_MESSAGES/kconfig5_qt.qm +share/locale/uz/LC_MESSAGES/kconfig5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kconfig5_qt.qm +share/locale/vi/LC_MESSAGES/kconfig5_qt.qm +share/locale/wa/LC_MESSAGES/kconfig5_qt.qm +share/locale/xh/LC_MESSAGES/kconfig5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kconfig5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kconfig5_qt.qm Index: head/devel/kf5-kcoreaddons/Makefile =================================================================== --- head/devel/kf5-kcoreaddons/Makefile +++ head/devel/kf5-kcoreaddons/Makefile @@ -0,0 +1,28 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kcoreaddons +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 addons to QtCore + +USES= cmake:outsource compiler:c++11-lib kde:5 shared-mime-info tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core linguisttools qmake_build + +OPTIONS_DEFINE= FAM INOTIFY +OPTIONS_DEFAULT= INOTIFY +OPTIONS_SUB= YES + +INOTIFY_DESC= Filesystem alteration notifications using inotify +INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify +INOTIFY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_INOTIFY + +# TODO: FAM is broken, and hangs on NFS +FAM_DESC= Filesystem alteration notifications using fam (broken: hangs on NFS) +FAM_USES= fam +FAM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_FAM + +.include Index: head/devel/kf5-kcoreaddons/distinfo =================================================================== --- head/devel/kf5-kcoreaddons/distinfo +++ head/devel/kf5-kcoreaddons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424076 +SHA256 (KDE/frameworks/5.27.0/kcoreaddons-5.27.0.tar.xz) = dcbec0cd914e487f8a408d94e0a5ebd9ff6d71c09d6791e66a3310b0a5eaf767 +SIZE (KDE/frameworks/5.27.0/kcoreaddons-5.27.0.tar.xz) = 2733084 Index: head/devel/kf5-kcoreaddons/files/patch-CMakeLists.txt =================================================================== --- head/devel/kf5-kcoreaddons/files/patch-CMakeLists.txt +++ head/devel/kf5-kcoreaddons/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2016-05-09 16:05:04 UTC ++++ CMakeLists.txt +@@ -35,9 +35,14 @@ set(HAVE_FAM ${FAM_FOUND}) + + option(ENABLE_INOTIFY "Try to use inotify for directory monitoring" ON) + if(ENABLE_INOTIFY) +- include(CheckIncludeFiles) +- check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND) +- set(HAVE_SYS_INOTIFY_H ${SYS_INOTIFY_H_FOUND}) ++# Find libinotify ++find_package(Libinotify) ++set_package_properties(Libinotify PROPERTIES ++ PURPOSE "Filesystem alteration notifications using inotify") ++ ++set(HAVE_SYS_INOTIFY_H ${LIBINOTIFY_FOUND}) ++else() ++set(HAVE_SYS_INOTIFY_H FALSE) + endif() + + # Generate io/config-kdirwatch.h Index: head/devel/kf5-kcoreaddons/files/patch-src_lib_CMakeLists.txt =================================================================== --- head/devel/kf5-kcoreaddons/files/patch-src_lib_CMakeLists.txt +++ head/devel/kf5-kcoreaddons/files/patch-src_lib_CMakeLists.txt @@ -0,0 +1,14 @@ +--- src/lib/CMakeLists.txt.orig 2016-05-07 15:08:21 UTC ++++ src/lib/CMakeLists.txt +@@ -20,6 +20,11 @@ if (FAM_FOUND) + set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${FAM_LIBRARIES}) + endif () + ++if (LIBINOTIFY_FOUND) ++ include_directories(${LIBINOTIFY_INCLUDE_DIRS}) ++ set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${LIBINOTIFY_LIBRARIES}) ++endif () ++ + if(NOT WIN32) + set(kcoreaddons_OPTIONAL_SRCS caching/kshareddatacache.cpp) + set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${CMAKE_THREAD_LIBS_INIT}) Index: head/devel/kf5-kcoreaddons/files/patch-src_lib_io_kdirwatch.cpp =================================================================== --- head/devel/kf5-kcoreaddons/files/patch-src_lib_io_kdirwatch.cpp +++ head/devel/kf5-kcoreaddons/files/patch-src_lib_io_kdirwatch.cpp @@ -0,0 +1,11 @@ +--- src/lib/io/kdirwatch.cpp.orig 2016-05-07 15:08:21 UTC ++++ src/lib/io/kdirwatch.cpp +@@ -109,7 +109,7 @@ static KDirWatch::Method methodFromStrin + } else if (method == "QFSWatch") { + return KDirWatch::QFSWatch; + } else { +-#ifdef Q_OS_LINUX ++#if defined(HAVE_SYS_INOTIFY_H) + // inotify supports delete+recreate+modify, which QFSWatch doesn't support + return KDirWatch::INotify; + #else Index: head/devel/kf5-kcoreaddons/pkg-descr =================================================================== --- head/devel/kf5-kcoreaddons/pkg-descr +++ head/devel/kf5-kcoreaddons/pkg-descr @@ -0,0 +1,6 @@ +KCoreAddons provides classes built on top of QtCore to perform various tasks +such as manipulating mime types, autosaving files, creating backup files, +generating random sequences, performing text manipulations such as macro +replacement, accessing user information and many more. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html Index: head/devel/kf5-kcoreaddons/pkg-plist =================================================================== --- head/devel/kf5-kcoreaddons/pkg-plist +++ head/devel/kf5-kcoreaddons/pkg-plist @@ -0,0 +1,181 @@ +bin/desktoptojson +include/KF5/KCoreAddons/KAboutData +include/KF5/KCoreAddons/KAutoSaveFile +include/KF5/KCoreAddons/KBackup +include/KF5/KCoreAddons/KCompositeJob +include/KF5/KCoreAddons/KCoreAddons +include/KF5/KCoreAddons/KDirWatch +include/KF5/KCoreAddons/KExportPlugin +include/KF5/KCoreAddons/KFileSystemType +include/KF5/KCoreAddons/KFormat +include/KF5/KCoreAddons/KJob +include/KF5/KCoreAddons/KJobTrackerInterface +include/KF5/KCoreAddons/KJobUiDelegate +include/KF5/KCoreAddons/KMacroExpander +include/KF5/KCoreAddons/KMessage +include/KF5/KCoreAddons/KPluginFactory +include/KF5/KCoreAddons/KPluginLoader +include/KF5/KCoreAddons/KPluginMetaData +include/KF5/KCoreAddons/KProcess +include/KF5/KCoreAddons/KRandom +include/KF5/KCoreAddons/KRandomSequence +include/KF5/KCoreAddons/KSharedDataCache +include/KF5/KCoreAddons/KShell +include/KF5/KCoreAddons/KStringHandler +include/KF5/KCoreAddons/KTextToHTML +include/KF5/KCoreAddons/KTextToHTMLEmoticonsInterface +include/KF5/KCoreAddons/KUrlMimeData +include/KF5/KCoreAddons/KUser +include/KF5/KCoreAddons/Kdelibs4ConfigMigrator +include/KF5/KCoreAddons/Kdelibs4Migration +include/KF5/KCoreAddons/kaboutdata.h +include/KF5/KCoreAddons/kautosavefile.h +include/KF5/KCoreAddons/kbackup.h +include/KF5/KCoreAddons/kcompositejob.h +include/KF5/KCoreAddons/kcoreaddons.h +include/KF5/KCoreAddons/kcoreaddons_export.h +include/KF5/KCoreAddons/kdelibs4configmigrator.h +include/KF5/KCoreAddons/kdelibs4migration.h +include/KF5/KCoreAddons/kdirwatch.h +include/KF5/KCoreAddons/kexportplugin.h +include/KF5/KCoreAddons/kfilesystemtype.h +include/KF5/KCoreAddons/kformat.h +include/KF5/KCoreAddons/kjob.h +include/KF5/KCoreAddons/kjobtrackerinterface.h +include/KF5/KCoreAddons/kjobuidelegate.h +include/KF5/KCoreAddons/kmacroexpander.h +include/KF5/KCoreAddons/kmessage.h +include/KF5/KCoreAddons/kpluginfactory.h +include/KF5/KCoreAddons/kpluginloader.h +include/KF5/KCoreAddons/kpluginmetadata.h +include/KF5/KCoreAddons/kprocess.h +include/KF5/KCoreAddons/krandom.h +include/KF5/KCoreAddons/krandomsequence.h +include/KF5/KCoreAddons/kshareddatacache.h +include/KF5/KCoreAddons/kshell.h +include/KF5/KCoreAddons/kstringhandler.h +include/KF5/KCoreAddons/ktexttohtml.h +include/KF5/KCoreAddons/ktexttohtmlemoticonsinterface.h +include/KF5/KCoreAddons/kurlmimedata.h +include/KF5/KCoreAddons/kuser.h +include/KF5/kcoreaddons_version.h +lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake +lib/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake +lib/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake +lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake +lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake +lib/libKF5CoreAddons.so +lib/libKF5CoreAddons.so.5 +lib/libKF5CoreAddons.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KCoreAddons.pri +share/kf5/licenses/ARTISTIC +share/kf5/licenses/BSD +share/kf5/licenses/GPL_V2 +share/kf5/licenses/GPL_V3 +share/kf5/licenses/LGPL_V2 +share/kf5/licenses/LGPL_V21 +share/kf5/licenses/LGPL_V3 +share/kf5/licenses/QPL_V1.0 +share/locale/af/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ar/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/as/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ast/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/be/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/be@latin/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/bg/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/bn/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/br/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/bs/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ca/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/crh/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/cs/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/csb/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/cy/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/da/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/de/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/el/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/en_GB/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/eo/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/es/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/et/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/eu/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/fa/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/fi/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/fr/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/fy/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ga/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/gd/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/gl/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/gu/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ha/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/he/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/hi/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/hne/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/hr/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/hsb/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/hu/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/hy/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ia/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/id/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/is/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/it/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ja/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ka/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/kk/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/km/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/kn/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ko/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ku/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/lb/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/lt/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/lv/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/mai/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/mk/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ml/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/mr/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ms/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/nb/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/nds/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ne/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/nl/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/nn/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/oc/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/or/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/pa/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/pl/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ps/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/pt/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ro/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ru/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/se/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/si/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sk/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sl/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sq/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sr/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/sv/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ta/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/te/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/tg/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/th/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/tr/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/tt/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/ug/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/uk/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/uz/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/vi/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/wa/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/xh/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kcoreaddons5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm +share/mime/packages/kde5.xml Index: head/devel/kf5-kcrash/Makefile =================================================================== --- head/devel/kf5-kcrash/Makefile +++ head/devel/kf5-kcrash/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kcrash +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library to handle crash analysis and bug report from apps + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= coreaddons ecm windowsystem +USE_QT5= buildtools_build core gui qmake_build widgets x11extras +USE_XORG= ice sm x11 xext + +.include Index: head/devel/kf5-kcrash/distinfo =================================================================== --- head/devel/kf5-kcrash/distinfo +++ head/devel/kf5-kcrash/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424076 +SHA256 (KDE/frameworks/5.27.0/kcrash-5.27.0.tar.xz) = 537b0a04895f455259f4fed325221a3513480ae34163447d4334b1c97e238e27 +SIZE (KDE/frameworks/5.27.0/kcrash-5.27.0.tar.xz) = 21244 Index: head/devel/kf5-kcrash/pkg-descr =================================================================== --- head/devel/kf5-kcrash/pkg-descr +++ head/devel/kf5-kcrash/pkg-descr @@ -0,0 +1,3 @@ +KCrash provides support for intercepting and handling application crashes. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html Index: head/devel/kf5-kcrash/pkg-plist =================================================================== --- head/devel/kf5-kcrash/pkg-plist +++ head/devel/kf5-kcrash/pkg-plist @@ -0,0 +1,12 @@ +include/KF5/KCrash/KCrash +include/KF5/KCrash/kcrash.h +include/KF5/KCrash/kcrash_export.h +include/KF5/kcrash_version.h +lib/cmake/KF5Crash/KF5CrashConfig.cmake +lib/cmake/KF5Crash/KF5CrashConfigVersion.cmake +lib/cmake/KF5Crash/KF5CrashTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Crash/KF5CrashTargets.cmake +lib/libKF5Crash.so +lib/libKF5Crash.so.5 +lib/libKF5Crash.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KCrash.pri Index: head/devel/kf5-kdbusaddons/Makefile =================================================================== --- head/devel/kf5-kdbusaddons/Makefile +++ head/devel/kf5-kdbusaddons/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdbusaddons +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 addons to QtDBus + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core dbus gui linguisttools \ + qmake_build testlib x11extras + +.include Index: head/devel/kf5-kdbusaddons/distinfo =================================================================== --- head/devel/kf5-kdbusaddons/distinfo +++ head/devel/kf5-kdbusaddons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424076 +SHA256 (KDE/frameworks/5.27.0/kdbusaddons-5.27.0.tar.xz) = 75184380d31942883c0b178cdb19334b7da3016c5bd8f3cb12d9f95e7ea2eded +SIZE (KDE/frameworks/5.27.0/kdbusaddons-5.27.0.tar.xz) = 34440 Index: head/devel/kf5-kdbusaddons/pkg-descr =================================================================== --- head/devel/kf5-kdbusaddons/pkg-descr +++ head/devel/kf5-kdbusaddons/pkg-descr @@ -0,0 +1,4 @@ +KDBusAddons provides convenience classes on top of QtDBus, +as well as an API to create KDED modules. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html Index: head/devel/kf5-kdbusaddons/pkg-plist =================================================================== --- head/devel/kf5-kdbusaddons/pkg-plist +++ head/devel/kf5-kdbusaddons/pkg-plist @@ -0,0 +1,65 @@ +bin/kquitapp5 +include/KF5/KDBusAddons/KDBusConnectionPool +include/KF5/KDBusAddons/KDBusInterProcessLock +include/KF5/KDBusAddons/KDBusService +include/KF5/KDBusAddons/KDEDModule +include/KF5/KDBusAddons/KDEInitInterface +include/KF5/KDBusAddons/kdbusaddons_export.h +include/KF5/KDBusAddons/kdbusconnectionpool.h +include/KF5/KDBusAddons/kdbusinterprocesslock.h +include/KF5/KDBusAddons/kdbusservice.h +include/KF5/KDBusAddons/kdedmodule.h +include/KF5/KDBusAddons/kdeinitinterface.h +include/KF5/kdbusaddons_version.h +lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake +lib/cmake/KF5DBusAddons/KF5DBusAddonsConfigVersion.cmake +lib/cmake/KF5DBusAddons/KF5DBusAddonsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5DBusAddons/KF5DBusAddonsTargets.cmake +lib/libKF5DBusAddons.so +lib/libKF5DBusAddons.so.5 +lib/libKF5DBusAddons.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KDBusAddons.pri +share/locale/ar/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ast/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/bs/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ca/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/cs/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/da/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/de/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/el/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/en_GB/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/es/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/et/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/fi/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/fr/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/gd/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/gl/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/hu/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ia/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/it/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ja/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ko/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/lt/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/nb/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/nds/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/nl/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/nn/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/pa/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/pl/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/pt/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ro/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/ru/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/se/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sk/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sl/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sr/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/sv/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/tr/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/uk/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kdbusaddons5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kdbusaddons5_qt.qm Index: head/devel/kf5-kdeclarative/Makefile =================================================================== --- head/devel/kf5-kdeclarative/Makefile +++ head/devel/kf5-kdeclarative/Makefile @@ -0,0 +1,21 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdeclarative +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library providing integration of QML and KDE Frameworks + +LIB_DEPENDS= libepoxy.so:graphics/libepoxy + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ + tar:xz +USE_KDE= completion config coreaddons globalaccel guiaddons i18n \ + iconthemes jobwidgets kio package service widgetsaddons \ + windowsystem +USE_QT5= buildtools_build core dbus gui network qmake_build qml \ + quick testlib widgets xml + +.include Index: head/devel/kf5-kdeclarative/distinfo =================================================================== --- head/devel/kf5-kdeclarative/distinfo +++ head/devel/kf5-kdeclarative/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424076 +SHA256 (KDE/frameworks/5.27.0/kdeclarative-5.27.0.tar.xz) = b001b1fd9000034fd3c39c22c922ba27900471dcbda70c6dccead7c733c717a9 +SIZE (KDE/frameworks/5.27.0/kdeclarative-5.27.0.tar.xz) = 2739952 Index: head/devel/kf5-kdeclarative/pkg-descr =================================================================== --- head/devel/kf5-kdeclarative/pkg-descr +++ head/devel/kf5-kdeclarative/pkg-descr @@ -0,0 +1,7 @@ +KDeclarative provides integration of QML and KDE work spaces. +It's comprises two parts: + * a library used by the C++ part of your application to intergrate QML + with KDE Frameworks specific features, and + * a series of QML imports that offer bindings to some of the Frameworks. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html Index: head/devel/kf5-kdeclarative/pkg-plist =================================================================== --- head/devel/kf5-kdeclarative/pkg-plist +++ head/devel/kf5-kdeclarative/pkg-plist @@ -0,0 +1,160 @@ +bin/kpackagelauncherqml +include/KF5/KDeclarative/CalendarEvents/CalendarEventsPlugin +include/KF5/KDeclarative/KDeclarative/ConfigPropertyMap +include/KF5/KDeclarative/KDeclarative/KDeclarative +include/KF5/KDeclarative/KDeclarative/QmlObject +include/KF5/KDeclarative/KDeclarative/QmlObjectSharedEngine +include/KF5/KDeclarative/KQuickAddons/ConfigModule +include/KF5/KDeclarative/KQuickAddons/ImageTexturesCache +include/KF5/KDeclarative/KQuickAddons/ManagedTextureNode +include/KF5/KDeclarative/KQuickAddons/QtQuickSettings +include/KF5/KDeclarative/KQuickAddons/QuickViewSharedEngine +include/KF5/KDeclarative/QuickAddons/ImageTexturesCache +include/KF5/KDeclarative/QuickAddons/ManagedTextureNode +include/KF5/KDeclarative/calendarevents/calendarevents_export.h +include/KF5/KDeclarative/calendarevents/calendareventsplugin.h +include/KF5/KDeclarative/kdeclarative/configpropertymap.h +include/KF5/KDeclarative/kdeclarative/kdeclarative.h +include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h +include/KF5/KDeclarative/kdeclarative/qmlobject.h +include/KF5/KDeclarative/kdeclarative/qmlobjectsharedengine.h +include/KF5/KDeclarative/kquickaddons/configmodule.h +include/KF5/KDeclarative/kquickaddons/imagetexturescache.h +include/KF5/KDeclarative/kquickaddons/managedtexturenode.h +include/KF5/KDeclarative/kquickaddons/qtquicksettings.h +include/KF5/KDeclarative/kquickaddons/quickaddons_export.h +include/KF5/KDeclarative/kquickaddons/quickviewsharedengine.h +include/KF5/KDeclarative/quickaddons/imagetexturescache.h +include/KF5/KDeclarative/quickaddons/managedtexturenode.h +include/KF5/KDeclarative/quickaddons/quickaddons_export.h +include/KF5/kdeclarative_version.h +lib/cmake/KF5Declarative/KF5DeclarativeConfig.cmake +lib/cmake/KF5Declarative/KF5DeclarativeConfigVersion.cmake +lib/cmake/KF5Declarative/KF5DeclarativeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Declarative/KF5DeclarativeTargets.cmake +lib/libKF5CalendarEvents.so +lib/libKF5CalendarEvents.so.5 +lib/libKF5CalendarEvents.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5Declarative.so +lib/libKF5Declarative.so.5 +lib/libKF5Declarative.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5QuickAddons.so +lib/libKF5QuickAddons.so.5 +lib/libKF5QuickAddons.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KDeclarative.pri +%%QT_MKSPECDIR%%/modules/qt_QuickAddons.pri +%%QT_QMLDIR%%/org/kde/draganddrop/libdraganddropplugin.so +%%QT_QMLDIR%%/org/kde/draganddrop/qmldir +%%QT_QMLDIR%%/org/kde/kcoreaddons/libkcoreaddonsplugin.so +%%QT_QMLDIR%%/org/kde/kcoreaddons/qmldir +%%QT_QMLDIR%%/org/kde/kio/libkio.so +%%QT_QMLDIR%%/org/kde/kio/qmldir +%%QT_QMLDIR%%/org/kde/kquickcontrols/ColorButton.qml +%%QT_QMLDIR%%/org/kde/kquickcontrols/KeySequenceItem.qml +%%QT_QMLDIR%%/org/kde/kquickcontrols/qmldir +%%QT_QMLDIR%%/org/kde/kquickcontrolsaddons/libkquickcontrolsaddonsplugin.so +%%QT_QMLDIR%%/org/kde/kquickcontrolsaddons/qmldir +%%QT_QMLDIR%%/org/kde/kwindowsystem/libkwindowsystem.so +%%QT_QMLDIR%%/org/kde/kwindowsystem/qmldir +%%QT_QMLDIR%%/org/kde/private/kquickcontrols/libkquickcontrolsprivateplugin.so +%%QT_QMLDIR%%/org/kde/private/kquickcontrols/qmldir +share/locale/af/LC_MESSAGES/kdeclarative5.mo +share/locale/ar/LC_MESSAGES/kdeclarative5.mo +share/locale/as/LC_MESSAGES/kdeclarative5.mo +share/locale/ast/LC_MESSAGES/kdeclarative5.mo +share/locale/be/LC_MESSAGES/kdeclarative5.mo +share/locale/be@latin/LC_MESSAGES/kdeclarative5.mo +share/locale/bg/LC_MESSAGES/kdeclarative5.mo +share/locale/bn/LC_MESSAGES/kdeclarative5.mo +share/locale/bn_IN/LC_MESSAGES/kdeclarative5.mo +share/locale/br/LC_MESSAGES/kdeclarative5.mo +share/locale/bs/LC_MESSAGES/kdeclarative5.mo +share/locale/ca/LC_MESSAGES/kdeclarative5.mo +share/locale/ca@valencia/LC_MESSAGES/kdeclarative5.mo +share/locale/crh/LC_MESSAGES/kdeclarative5.mo +share/locale/cs/LC_MESSAGES/kdeclarative5.mo +share/locale/csb/LC_MESSAGES/kdeclarative5.mo +share/locale/cy/LC_MESSAGES/kdeclarative5.mo +share/locale/da/LC_MESSAGES/kdeclarative5.mo +share/locale/de/LC_MESSAGES/kdeclarative5.mo +share/locale/el/LC_MESSAGES/kdeclarative5.mo +share/locale/en_GB/LC_MESSAGES/kdeclarative5.mo +share/locale/eo/LC_MESSAGES/kdeclarative5.mo +share/locale/es/LC_MESSAGES/kdeclarative5.mo +share/locale/et/LC_MESSAGES/kdeclarative5.mo +share/locale/eu/LC_MESSAGES/kdeclarative5.mo +share/locale/fa/LC_MESSAGES/kdeclarative5.mo +share/locale/fi/LC_MESSAGES/kdeclarative5.mo +share/locale/fr/LC_MESSAGES/kdeclarative5.mo +share/locale/fy/LC_MESSAGES/kdeclarative5.mo +share/locale/ga/LC_MESSAGES/kdeclarative5.mo +share/locale/gd/LC_MESSAGES/kdeclarative5.mo +share/locale/gl/LC_MESSAGES/kdeclarative5.mo +share/locale/gu/LC_MESSAGES/kdeclarative5.mo +share/locale/ha/LC_MESSAGES/kdeclarative5.mo +share/locale/he/LC_MESSAGES/kdeclarative5.mo +share/locale/hi/LC_MESSAGES/kdeclarative5.mo +share/locale/hne/LC_MESSAGES/kdeclarative5.mo +share/locale/hr/LC_MESSAGES/kdeclarative5.mo +share/locale/hsb/LC_MESSAGES/kdeclarative5.mo +share/locale/hu/LC_MESSAGES/kdeclarative5.mo +share/locale/hy/LC_MESSAGES/kdeclarative5.mo +share/locale/ia/LC_MESSAGES/kdeclarative5.mo +share/locale/id/LC_MESSAGES/kdeclarative5.mo +share/locale/is/LC_MESSAGES/kdeclarative5.mo +share/locale/it/LC_MESSAGES/kdeclarative5.mo +share/locale/ja/LC_MESSAGES/kdeclarative5.mo +share/locale/ka/LC_MESSAGES/kdeclarative5.mo +share/locale/kk/LC_MESSAGES/kdeclarative5.mo +share/locale/km/LC_MESSAGES/kdeclarative5.mo +share/locale/kn/LC_MESSAGES/kdeclarative5.mo +share/locale/ko/LC_MESSAGES/kdeclarative5.mo +share/locale/ku/LC_MESSAGES/kdeclarative5.mo +share/locale/lb/LC_MESSAGES/kdeclarative5.mo +share/locale/lt/LC_MESSAGES/kdeclarative5.mo +share/locale/lv/LC_MESSAGES/kdeclarative5.mo +share/locale/mai/LC_MESSAGES/kdeclarative5.mo +share/locale/mk/LC_MESSAGES/kdeclarative5.mo +share/locale/ml/LC_MESSAGES/kdeclarative5.mo +share/locale/mr/LC_MESSAGES/kdeclarative5.mo +share/locale/ms/LC_MESSAGES/kdeclarative5.mo +share/locale/nb/LC_MESSAGES/kdeclarative5.mo +share/locale/nds/LC_MESSAGES/kdeclarative5.mo +share/locale/ne/LC_MESSAGES/kdeclarative5.mo +share/locale/nl/LC_MESSAGES/kdeclarative5.mo +share/locale/nn/LC_MESSAGES/kdeclarative5.mo +share/locale/oc/LC_MESSAGES/kdeclarative5.mo +share/locale/or/LC_MESSAGES/kdeclarative5.mo +share/locale/pa/LC_MESSAGES/kdeclarative5.mo +share/locale/pl/LC_MESSAGES/kdeclarative5.mo +share/locale/ps/LC_MESSAGES/kdeclarative5.mo +share/locale/pt/LC_MESSAGES/kdeclarative5.mo +share/locale/pt_BR/LC_MESSAGES/kdeclarative5.mo +share/locale/ro/LC_MESSAGES/kdeclarative5.mo +share/locale/ru/LC_MESSAGES/kdeclarative5.mo +share/locale/se/LC_MESSAGES/kdeclarative5.mo +share/locale/si/LC_MESSAGES/kdeclarative5.mo +share/locale/sk/LC_MESSAGES/kdeclarative5.mo +share/locale/sl/LC_MESSAGES/kdeclarative5.mo +share/locale/sq/LC_MESSAGES/kdeclarative5.mo +share/locale/sr/LC_MESSAGES/kdeclarative5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdeclarative5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdeclarative5.mo +share/locale/sr@latin/LC_MESSAGES/kdeclarative5.mo +share/locale/sv/LC_MESSAGES/kdeclarative5.mo +share/locale/ta/LC_MESSAGES/kdeclarative5.mo +share/locale/te/LC_MESSAGES/kdeclarative5.mo +share/locale/tg/LC_MESSAGES/kdeclarative5.mo +share/locale/th/LC_MESSAGES/kdeclarative5.mo +share/locale/tr/LC_MESSAGES/kdeclarative5.mo +share/locale/tt/LC_MESSAGES/kdeclarative5.mo +share/locale/ug/LC_MESSAGES/kdeclarative5.mo +share/locale/uk/LC_MESSAGES/kdeclarative5.mo +share/locale/uz/LC_MESSAGES/kdeclarative5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kdeclarative5.mo +share/locale/vi/LC_MESSAGES/kdeclarative5.mo +share/locale/wa/LC_MESSAGES/kdeclarative5.mo +share/locale/xh/LC_MESSAGES/kdeclarative5.mo +share/locale/zh_CN/LC_MESSAGES/kdeclarative5.mo +share/locale/zh_HK/LC_MESSAGES/kdeclarative5.mo +share/locale/zh_TW/LC_MESSAGES/kdeclarative5.mo Index: head/devel/kf5-kdoctools/Makefile =================================================================== --- head/devel/kf5-kdoctools/Makefile +++ head/devel/kf5-kdoctools/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdoctools +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 documentation generation from docbook + +BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml \ + p5-URI>=0:net/p5-URI +RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_GNOME= libxml2 libxslt +USE_KDE= archive ecm i18n +USE_QT5= buildtools_build core qmake_build + +.include Index: head/devel/kf5-kdoctools/distinfo =================================================================== --- head/devel/kf5-kdoctools/distinfo +++ head/devel/kf5-kdoctools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424076 +SHA256 (KDE/frameworks/5.27.0/kdoctools-5.27.0.tar.xz) = 555de687230109e224f5945774bc5d4826b925c52418f151af2824a05a0aefc1 +SIZE (KDE/frameworks/5.27.0/kdoctools-5.27.0.tar.xz) = 436732 Index: head/devel/kf5-kdoctools/pkg-descr =================================================================== --- head/devel/kf5-kdoctools/pkg-descr +++ head/devel/kf5-kdoctools/pkg-descr @@ -0,0 +1,3 @@ +Provides tools to generate documentation in various format from DocBook files. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html Index: head/devel/kf5-kdoctools/pkg-plist =================================================================== --- head/devel/kf5-kdoctools/pkg-plist +++ head/devel/kf5-kdoctools/pkg-plist @@ -0,0 +1,1085 @@ +bin/checkXML5 +bin/meinproc5 +include/KF5/XsltKde/xslt.h +include/KF5/XsltKde/xslt_kde.h +lib/cmake/KF5DocTools/KF5DocToolsConfig.cmake +lib/cmake/KF5DocTools/KF5DocToolsConfigVersion.cmake +lib/cmake/KF5DocTools/KF5DocToolsMacros.cmake +lib/cmake/KF5DocTools/KF5DocToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5DocTools/KF5DocToolsTargets.cmake +lib/libKF5XsltKde.a +man/ca/man1/checkXML5.1.gz +man/ca/man7/kf5options.7.gz +man/ca/man7/qt5options.7.gz +man/ca/man8/meinproc5.8.gz +man/de/man1/checkXML5.1.gz +man/de/man7/kf5options.7.gz +man/de/man7/qt5options.7.gz +man/de/man8/meinproc5.8.gz +man/it/man1/checkXML5.1.gz +man/it/man7/kf5options.7.gz +man/it/man7/qt5options.7.gz +man/it/man8/meinproc5.8.gz +man/man1/checkXML5.1.gz +man/man7/kf5options.7.gz +man/man7/qt5options.7.gz +man/man8/meinproc5.8.gz +man/nl/man1/checkXML5.1.gz +man/nl/man7/kf5options.7.gz +man/nl/man7/qt5options.7.gz +man/nl/man8/meinproc5.8.gz +man/pt_BR/man1/checkXML5.1.gz +man/pt_BR/man7/kf5options.7.gz +man/pt_BR/man7/qt5options.7.gz +man/pt_BR/man8/meinproc5.8.gz +man/ru/man1/checkXML5.1.gz +man/ru/man7/qt5options.7.gz +man/sv/man1/checkXML5.1.gz +man/sv/man7/kf5options.7.gz +man/sv/man7/qt5options.7.gz +man/sv/man8/meinproc5.8.gz +man/uk/man1/checkXML5.1.gz +man/uk/man7/kf5options.7.gz +man/uk/man7/qt5options.7.gz +man/uk/man8/meinproc5.8.gz +share/doc/HTML/af/kdoctools5-common/kde-localised.css +share/doc/HTML/ca/kdoctools5-common/kde-localised.css +share/doc/HTML/cs/kdoctools5-common/kde-localised.css +share/doc/HTML/da/kdoctools5-common/kde-localised.css +share/doc/HTML/de/kdoctools5-common/fdl-translated.html +share/doc/HTML/de/kdoctools5-common/gpl-translated.html +share/doc/HTML/de/kdoctools5-common/kde-localised.css +share/doc/HTML/de/kdoctools5-common/lgpl-translated.html +share/doc/HTML/el/kdoctools5-common/kde-localised.css +share/doc/HTML/en/kdoctools5-common/artistic-license.html +share/doc/HTML/en/kdoctools5-common/block_title_bottom.png +share/doc/HTML/en/kdoctools5-common/block_title_mid.png +share/doc/HTML/en/kdoctools5-common/block_title_top.png +share/doc/HTML/en/kdoctools5-common/bsd-license.html +share/doc/HTML/en/kdoctools5-common/fdl-license.html +share/doc/HTML/en/kdoctools5-common/fdl-notice.html +share/doc/HTML/en/kdoctools5-common/fdl-translated.html +share/doc/HTML/en/kdoctools5-common/gpl-license.html +share/doc/HTML/en/kdoctools5-common/gpl-translated.html +share/doc/HTML/en/kdoctools5-common/kde-default.css +share/doc/HTML/en/kdoctools5-common/kde-docs.css +share/doc/HTML/en/kdoctools5-common/kde_logo.png +share/doc/HTML/en/kdoctools5-common/kde_logo_bg.png +share/doc/HTML/en/kdoctools5-common/kmenu.png +share/doc/HTML/en/kdoctools5-common/lgpl-license.html +share/doc/HTML/en/kdoctools5-common/lgpl-translated.html +share/doc/HTML/en/kdoctools5-common/part_of_the_kde_family_horizontal_190.png +share/doc/HTML/en/kdoctools5-common/qpl-license.html +share/doc/HTML/en/kdoctools5-common/top-kde.jpg +share/doc/HTML/en/kdoctools5-common/top-left.jpg +share/doc/HTML/en/kdoctools5-common/top-right.jpg +share/doc/HTML/en/kdoctools5-common/top.jpg +share/doc/HTML/en/kdoctools5-common/x11-license.html +share/doc/HTML/en/kdoctools5-common/xml.dcl +share/doc/HTML/eo/kdoctools5-common/kde-localised.css +share/doc/HTML/es/kdoctools5-common/kde-localised.css +share/doc/HTML/et/kdoctools5-common/kde-localised.css +share/doc/HTML/fr/kdoctools5-common/gpl-translated.html +share/doc/HTML/fr/kdoctools5-common/kde-localised.css +share/doc/HTML/gl/kdoctools5-common/kde-localised.css +share/doc/HTML/he/kdoctools5-common/kde-localised.css +share/doc/HTML/hu/kdoctools5-common/fdl-translated.html +share/doc/HTML/hu/kdoctools5-common/gpl-translated.html +share/doc/HTML/hu/kdoctools5-common/kde-localised.css +share/doc/HTML/hu/kdoctools5-common/lgpl-translated.html +share/doc/HTML/it/kdoctools5-common/gpl-translated.html +share/doc/HTML/it/kdoctools5-common/kde-localised.css +share/doc/HTML/ja/kdoctools5-common/kde-localised.css +share/doc/HTML/ko/kdoctools5-common/fdl-translated.html +share/doc/HTML/ko/kdoctools5-common/gpl-translated.html +share/doc/HTML/ko/kdoctools5-common/kde-localised.css +share/doc/HTML/lt/kdoctools5-common/kde-localised.css +share/doc/HTML/nds/kdoctools5-common/kde-localised.css +share/doc/HTML/nl/kdoctools5-common/fdl-translated.html +share/doc/HTML/nl/kdoctools5-common/gpl-translated.html +share/doc/HTML/nl/kdoctools5-common/kde-localised.css +share/doc/HTML/nl/kdoctools5-common/lgpl-translated.html +share/doc/HTML/nn/kdoctools5-common/kde-localised.css +share/doc/HTML/pl/kdoctools5-common/gpl-translated.html +share/doc/HTML/pl/kdoctools5-common/kde-localised.css +share/doc/HTML/pt/kdoctools5-common/kde-localised.css +share/doc/HTML/ro/kdoctools5-common/kde-localised.css +share/doc/HTML/ru/kdoctools5-common/kde-localised.css +share/doc/HTML/sl/kdoctools5-common/gpl-translated.html +share/doc/HTML/sl/kdoctools5-common/kde-localised.css +share/doc/HTML/sl/kdoctools5-common/lgpl-translated.html +share/doc/HTML/sr/kdoctools5-common/kde-localised.css +share/doc/HTML/sv/kdoctools5-common/kde-localised.css +share/doc/HTML/tr/kdoctools5-common/gpl-translated.html +share/doc/HTML/tr/kdoctools5-common/kde-localised.css +share/doc/HTML/uk/kdoctools5-common/fdl-translated.html +share/doc/HTML/uk/kdoctools5-common/gpl-translated.html +share/doc/HTML/uk/kdoctools5-common/kde-localised.css +share/doc/HTML/uk/kdoctools5-common/lgpl-translated.html +share/doc/HTML/wa/kdoctools5-common/kde-localised.css +share/doc/HTML/xh/kdoctools5-common/kde-localised.css +share/kf5/kdoctools/customization/README +share/kf5/kdoctools/customization/af/catalog.xml +share/kf5/kdoctools/customization/af/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/af/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/af/entities/help-menu.docbook +share/kf5/kdoctools/customization/af/entities/install-compile.docbook +share/kf5/kdoctools/customization/af/entities/install-intro.docbook +share/kf5/kdoctools/customization/af/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/af/entities/report-bugs.docbook +share/kf5/kdoctools/customization/af/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/af/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/af/entities/underFDL.docbook +share/kf5/kdoctools/customization/af/entities/underGPL.docbook +share/kf5/kdoctools/customization/af/entities/underX11License.docbook +share/kf5/kdoctools/customization/af/entities/update-doc.docbook +share/kf5/kdoctools/customization/af/lang.entities +share/kf5/kdoctools/customization/af/strings.entities +share/kf5/kdoctools/customization/af/user.entities +share/kf5/kdoctools/customization/bg/catalog.xml +share/kf5/kdoctools/customization/bg/contributor.entities +share/kf5/kdoctools/customization/bg/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/bg/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/bg/entities/help-menu.docbook +share/kf5/kdoctools/customization/bg/entities/install-compile.docbook +share/kf5/kdoctools/customization/bg/entities/install-intro.docbook +share/kf5/kdoctools/customization/bg/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/bg/entities/report-bugs.docbook +share/kf5/kdoctools/customization/bg/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/bg/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/bg/entities/underFDL.docbook +share/kf5/kdoctools/customization/bg/entities/underGPL.docbook +share/kf5/kdoctools/customization/bg/entities/underX11License.docbook +share/kf5/kdoctools/customization/bg/entities/update-doc.docbook +share/kf5/kdoctools/customization/bg/lang.entities +share/kf5/kdoctools/customization/bg/strings.entities +share/kf5/kdoctools/customization/bg/user.entities +share/kf5/kdoctools/customization/ca/catalog.xml +share/kf5/kdoctools/customization/ca/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/ca/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/ca/entities/help-menu.docbook +share/kf5/kdoctools/customization/ca/entities/install-compile.docbook +share/kf5/kdoctools/customization/ca/entities/install-intro.docbook +share/kf5/kdoctools/customization/ca/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/ca/entities/report-bugs.docbook +share/kf5/kdoctools/customization/ca/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/ca/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/ca/entities/underFDL.docbook +share/kf5/kdoctools/customization/ca/entities/underGPL.docbook +share/kf5/kdoctools/customization/ca/entities/underLGPL.docbook +share/kf5/kdoctools/customization/ca/entities/underX11License.docbook +share/kf5/kdoctools/customization/ca/entities/update-doc.docbook +share/kf5/kdoctools/customization/ca/lang.entities +share/kf5/kdoctools/customization/ca/strings.entities +share/kf5/kdoctools/customization/ca/user.entities +share/kf5/kdoctools/customization/catalog.xml +share/kf5/kdoctools/customization/cs/catalog.xml +share/kf5/kdoctools/customization/cs/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/cs/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/cs/entities/help-menu.docbook +share/kf5/kdoctools/customization/cs/entities/install-compile.docbook +share/kf5/kdoctools/customization/cs/entities/install-intro.docbook +share/kf5/kdoctools/customization/cs/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/cs/entities/report-bugs.docbook +share/kf5/kdoctools/customization/cs/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/cs/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/cs/entities/underFDL.docbook +share/kf5/kdoctools/customization/cs/entities/underGPL.docbook +share/kf5/kdoctools/customization/cs/entities/underX11License.docbook +share/kf5/kdoctools/customization/cs/entities/update-doc.docbook +share/kf5/kdoctools/customization/cs/lang.entities +share/kf5/kdoctools/customization/cs/strings.entities +share/kf5/kdoctools/customization/cs/user.entities +share/kf5/kdoctools/customization/da/catalog.xml +share/kf5/kdoctools/customization/da/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/da/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/da/entities/help-menu.docbook +share/kf5/kdoctools/customization/da/entities/install-compile.docbook +share/kf5/kdoctools/customization/da/entities/install-intro.docbook +share/kf5/kdoctools/customization/da/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/da/entities/report-bugs.docbook +share/kf5/kdoctools/customization/da/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/da/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/da/entities/underFDL.docbook +share/kf5/kdoctools/customization/da/entities/underGPL.docbook +share/kf5/kdoctools/customization/da/entities/underLGPL.docbook +share/kf5/kdoctools/customization/da/entities/underX11License.docbook +share/kf5/kdoctools/customization/da/entities/update-doc.docbook +share/kf5/kdoctools/customization/da/lang.entities +share/kf5/kdoctools/customization/da/strings.entities +share/kf5/kdoctools/customization/da/user.entities +share/kf5/kdoctools/customization/de/catalog.xml +share/kf5/kdoctools/customization/de/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/de/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/de/entities/help-menu.docbook +share/kf5/kdoctools/customization/de/entities/install-compile.docbook +share/kf5/kdoctools/customization/de/entities/install-intro.docbook +share/kf5/kdoctools/customization/de/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/de/entities/report-bugs.docbook +share/kf5/kdoctools/customization/de/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/de/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/de/entities/underFDL.docbook +share/kf5/kdoctools/customization/de/entities/underGPL.docbook +share/kf5/kdoctools/customization/de/entities/underLGPL.docbook +share/kf5/kdoctools/customization/de/entities/underX11License.docbook +share/kf5/kdoctools/customization/de/entities/update-doc.docbook +share/kf5/kdoctools/customization/de/lang.entities +share/kf5/kdoctools/customization/de/strings.entities +share/kf5/kdoctools/customization/de/user.entities +share/kf5/kdoctools/customization/dtd/kdedbx45.dtd +share/kf5/kdoctools/customization/dtd/modifications.elements +share/kf5/kdoctools/customization/dtd/rdbhier2.elements +share/kf5/kdoctools/customization/dtd/rdbpool.elements +share/kf5/kdoctools/customization/el/catalog.xml +share/kf5/kdoctools/customization/el/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/el/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/el/entities/help-menu.docbook +share/kf5/kdoctools/customization/el/entities/install-compile.docbook +share/kf5/kdoctools/customization/el/entities/install-intro.docbook +share/kf5/kdoctools/customization/el/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/el/entities/report-bugs.docbook +share/kf5/kdoctools/customization/el/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/el/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/el/entities/underFDL.docbook +share/kf5/kdoctools/customization/el/entities/underGPL.docbook +share/kf5/kdoctools/customization/el/entities/underX11License.docbook +share/kf5/kdoctools/customization/el/entities/update-doc.docbook +share/kf5/kdoctools/customization/el/lang.entities +share/kf5/kdoctools/customization/el/strings.entities +share/kf5/kdoctools/customization/el/user.entities +share/kf5/kdoctools/customization/en-GB/catalog.xml +share/kf5/kdoctools/customization/en-GB/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/en-GB/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/en-GB/entities/help-menu.docbook +share/kf5/kdoctools/customization/en-GB/entities/install-compile.docbook +share/kf5/kdoctools/customization/en-GB/entities/install-intro.docbook +share/kf5/kdoctools/customization/en-GB/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/en-GB/entities/report-bugs.docbook +share/kf5/kdoctools/customization/en-GB/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/en-GB/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/en-GB/entities/underFDL.docbook +share/kf5/kdoctools/customization/en-GB/entities/underGPL.docbook +share/kf5/kdoctools/customization/en-GB/entities/underX11License.docbook +share/kf5/kdoctools/customization/en-GB/entities/update-doc.docbook +share/kf5/kdoctools/customization/en-GB/lang.entities +share/kf5/kdoctools/customization/en-GB/strings.entities +share/kf5/kdoctools/customization/en-GB/user.entities +share/kf5/kdoctools/customization/en/catalog.xml +share/kf5/kdoctools/customization/en/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/en/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/en/entities/help-menu.docbook +share/kf5/kdoctools/customization/en/entities/install-compile.docbook +share/kf5/kdoctools/customization/en/entities/install-intro.docbook +share/kf5/kdoctools/customization/en/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/en/entities/report-bugs.docbook +share/kf5/kdoctools/customization/en/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/en/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/en/entities/underFDL.docbook +share/kf5/kdoctools/customization/en/entities/underGPL.docbook +share/kf5/kdoctools/customization/en/entities/underLGPL.docbook +share/kf5/kdoctools/customization/en/entities/underX11License.docbook +share/kf5/kdoctools/customization/en/entities/update-doc.docbook +share/kf5/kdoctools/customization/en/lang.entities +share/kf5/kdoctools/customization/en/strings.entities +share/kf5/kdoctools/customization/en/user.entities +share/kf5/kdoctools/customization/entities/contributor.entities +share/kf5/kdoctools/customization/entities/general.entities +share/kf5/kdoctools/customization/entities/l10n.entities +share/kf5/kdoctools/customization/eo/catalog.xml +share/kf5/kdoctools/customization/eo/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/eo/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/eo/entities/help-menu.docbook +share/kf5/kdoctools/customization/eo/entities/install-compile.docbook +share/kf5/kdoctools/customization/eo/entities/install-intro.docbook +share/kf5/kdoctools/customization/eo/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/eo/entities/report-bugs.docbook +share/kf5/kdoctools/customization/eo/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/eo/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/eo/entities/underFDL.docbook +share/kf5/kdoctools/customization/eo/entities/underGPL.docbook +share/kf5/kdoctools/customization/eo/entities/underX11License.docbook +share/kf5/kdoctools/customization/eo/entities/update-doc.docbook +share/kf5/kdoctools/customization/eo/lang.entities +share/kf5/kdoctools/customization/eo/strings.entities +share/kf5/kdoctools/customization/eo/user.entities +share/kf5/kdoctools/customization/es/catalog.xml +share/kf5/kdoctools/customization/es/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/es/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/es/entities/help-menu.docbook +share/kf5/kdoctools/customization/es/entities/install-compile.docbook +share/kf5/kdoctools/customization/es/entities/install-intro.docbook +share/kf5/kdoctools/customization/es/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/es/entities/report-bugs.docbook +share/kf5/kdoctools/customization/es/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/es/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/es/entities/underFDL.docbook +share/kf5/kdoctools/customization/es/entities/underGPL.docbook +share/kf5/kdoctools/customization/es/entities/underLGPL.docbook +share/kf5/kdoctools/customization/es/entities/underX11License.docbook +share/kf5/kdoctools/customization/es/entities/update-doc.docbook +share/kf5/kdoctools/customization/es/lang.entities +share/kf5/kdoctools/customization/es/strings.entities +share/kf5/kdoctools/customization/es/user.entities +share/kf5/kdoctools/customization/et/catalog.xml +share/kf5/kdoctools/customization/et/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/et/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/et/entities/help-menu.docbook +share/kf5/kdoctools/customization/et/entities/install-compile.docbook +share/kf5/kdoctools/customization/et/entities/install-intro.docbook +share/kf5/kdoctools/customization/et/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/et/entities/report-bugs.docbook +share/kf5/kdoctools/customization/et/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/et/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/et/entities/underFDL.docbook +share/kf5/kdoctools/customization/et/entities/underGPL.docbook +share/kf5/kdoctools/customization/et/entities/underLGPL.docbook +share/kf5/kdoctools/customization/et/entities/underX11License.docbook +share/kf5/kdoctools/customization/et/entities/update-doc.docbook +share/kf5/kdoctools/customization/et/lang.entities +share/kf5/kdoctools/customization/et/strings.entities +share/kf5/kdoctools/customization/et/user.entities +share/kf5/kdoctools/customization/fi/catalog.xml +share/kf5/kdoctools/customization/fi/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/fi/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/fi/entities/help-menu.docbook +share/kf5/kdoctools/customization/fi/entities/install-compile.docbook +share/kf5/kdoctools/customization/fi/entities/install-intro.docbook +share/kf5/kdoctools/customization/fi/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/fi/entities/report-bugs.docbook +share/kf5/kdoctools/customization/fi/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/fi/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/fi/entities/underFDL.docbook +share/kf5/kdoctools/customization/fi/entities/underGPL.docbook +share/kf5/kdoctools/customization/fi/entities/underX11License.docbook +share/kf5/kdoctools/customization/fi/entities/update-doc.docbook +share/kf5/kdoctools/customization/fi/lang.entities +share/kf5/kdoctools/customization/fi/strings.entities +share/kf5/kdoctools/customization/fi/user.entities +share/kf5/kdoctools/customization/fo/catalog.xml +share/kf5/kdoctools/customization/fo/contributor.entities +share/kf5/kdoctools/customization/fo/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/fo/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/fo/entities/help-menu.docbook +share/kf5/kdoctools/customization/fo/entities/install-compile.docbook +share/kf5/kdoctools/customization/fo/entities/install-intro.docbook +share/kf5/kdoctools/customization/fo/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/fo/entities/report-bugs.docbook +share/kf5/kdoctools/customization/fo/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/fo/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/fo/entities/underFDL.docbook +share/kf5/kdoctools/customization/fo/entities/underGPL.docbook +share/kf5/kdoctools/customization/fo/entities/underX11License.docbook +share/kf5/kdoctools/customization/fo/entities/update-doc.docbook +share/kf5/kdoctools/customization/fo/lang.entities +share/kf5/kdoctools/customization/fo/strings.entities +share/kf5/kdoctools/customization/fo/user.entities +share/kf5/kdoctools/customization/fr/catalog.xml +share/kf5/kdoctools/customization/fr/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/fr/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/fr/entities/help-menu.docbook +share/kf5/kdoctools/customization/fr/entities/install-compile.docbook +share/kf5/kdoctools/customization/fr/entities/install-intro.docbook +share/kf5/kdoctools/customization/fr/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/fr/entities/report-bugs.docbook +share/kf5/kdoctools/customization/fr/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/fr/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/fr/entities/underFDL.docbook +share/kf5/kdoctools/customization/fr/entities/underGPL.docbook +share/kf5/kdoctools/customization/fr/entities/underLGPL.docbook +share/kf5/kdoctools/customization/fr/entities/underX11License.docbook +share/kf5/kdoctools/customization/fr/entities/update-doc.docbook +share/kf5/kdoctools/customization/fr/lang.entities +share/kf5/kdoctools/customization/fr/strings.entities +share/kf5/kdoctools/customization/fr/user.entities +share/kf5/kdoctools/customization/gl/catalog.xml +share/kf5/kdoctools/customization/gl/contributor.entities +share/kf5/kdoctools/customization/gl/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/gl/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/gl/entities/help-menu.docbook +share/kf5/kdoctools/customization/gl/entities/install-compile.docbook +share/kf5/kdoctools/customization/gl/entities/install-intro.docbook +share/kf5/kdoctools/customization/gl/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/gl/entities/report-bugs.docbook +share/kf5/kdoctools/customization/gl/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/gl/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/gl/entities/underFDL.docbook +share/kf5/kdoctools/customization/gl/entities/underGPL.docbook +share/kf5/kdoctools/customization/gl/entities/underLGPL.docbook +share/kf5/kdoctools/customization/gl/entities/underX11License.docbook +share/kf5/kdoctools/customization/gl/entities/update-doc.docbook +share/kf5/kdoctools/customization/gl/lang.entities +share/kf5/kdoctools/customization/gl/strings.entities +share/kf5/kdoctools/customization/gl/user.entities +share/kf5/kdoctools/customization/he/catalog.xml +share/kf5/kdoctools/customization/he/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/he/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/he/entities/help-menu.docbook +share/kf5/kdoctools/customization/he/entities/install-compile.docbook +share/kf5/kdoctools/customization/he/entities/install-intro.docbook +share/kf5/kdoctools/customization/he/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/he/entities/report-bugs.docbook +share/kf5/kdoctools/customization/he/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/he/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/he/entities/underFDL.docbook +share/kf5/kdoctools/customization/he/entities/underGPL.docbook +share/kf5/kdoctools/customization/he/entities/underX11License.docbook +share/kf5/kdoctools/customization/he/entities/update-doc.docbook +share/kf5/kdoctools/customization/he/lang.entities +share/kf5/kdoctools/customization/he/strings.entities +share/kf5/kdoctools/customization/he/user.entities +share/kf5/kdoctools/customization/hu/catalog.xml +share/kf5/kdoctools/customization/hu/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/hu/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/hu/entities/help-menu.docbook +share/kf5/kdoctools/customization/hu/entities/install-compile.docbook +share/kf5/kdoctools/customization/hu/entities/install-intro.docbook +share/kf5/kdoctools/customization/hu/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/hu/entities/report-bugs.docbook +share/kf5/kdoctools/customization/hu/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/hu/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/hu/entities/underFDL.docbook +share/kf5/kdoctools/customization/hu/entities/underGPL.docbook +share/kf5/kdoctools/customization/hu/entities/underX11License.docbook +share/kf5/kdoctools/customization/hu/entities/update-doc.docbook +share/kf5/kdoctools/customization/hu/lang.entities +share/kf5/kdoctools/customization/hu/strings.entities +share/kf5/kdoctools/customization/hu/user.entities +share/kf5/kdoctools/customization/id/catalog.xml +share/kf5/kdoctools/customization/id/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/id/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/id/entities/help-menu.docbook +share/kf5/kdoctools/customization/id/entities/install-compile.docbook +share/kf5/kdoctools/customization/id/entities/install-intro.docbook +share/kf5/kdoctools/customization/id/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/id/entities/report-bugs.docbook +share/kf5/kdoctools/customization/id/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/id/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/id/entities/underFDL.docbook +share/kf5/kdoctools/customization/id/entities/underGPL.docbook +share/kf5/kdoctools/customization/id/entities/underX11License.docbook +share/kf5/kdoctools/customization/id/entities/update-doc.docbook +share/kf5/kdoctools/customization/id/lang.entities +share/kf5/kdoctools/customization/id/strings.entities +share/kf5/kdoctools/customization/id/user.entities +share/kf5/kdoctools/customization/it/catalog.xml +share/kf5/kdoctools/customization/it/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/it/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/it/entities/help-menu.docbook +share/kf5/kdoctools/customization/it/entities/install-compile.docbook +share/kf5/kdoctools/customization/it/entities/install-intro.docbook +share/kf5/kdoctools/customization/it/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/it/entities/report-bugs.docbook +share/kf5/kdoctools/customization/it/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/it/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/it/entities/underFDL.docbook +share/kf5/kdoctools/customization/it/entities/underGPL.docbook +share/kf5/kdoctools/customization/it/entities/underLGPL.docbook +share/kf5/kdoctools/customization/it/entities/underX11License.docbook +share/kf5/kdoctools/customization/it/entities/update-doc.docbook +share/kf5/kdoctools/customization/it/lang.entities +share/kf5/kdoctools/customization/it/strings.entities +share/kf5/kdoctools/customization/it/user.entities +share/kf5/kdoctools/customization/ja/catalog.xml +share/kf5/kdoctools/customization/ja/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/ja/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/ja/entities/help-menu.docbook +share/kf5/kdoctools/customization/ja/entities/install-compile.docbook +share/kf5/kdoctools/customization/ja/entities/install-intro.docbook +share/kf5/kdoctools/customization/ja/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/ja/entities/report-bugs.docbook +share/kf5/kdoctools/customization/ja/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/ja/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/ja/entities/underFDL.docbook +share/kf5/kdoctools/customization/ja/entities/underGPL.docbook +share/kf5/kdoctools/customization/ja/entities/underX11License.docbook +share/kf5/kdoctools/customization/ja/entities/update-doc.docbook +share/kf5/kdoctools/customization/ja/lang.entities +share/kf5/kdoctools/customization/ja/strings.entities +share/kf5/kdoctools/customization/ja/user.entities +share/kf5/kdoctools/customization/kde-chunk-common.xsl +share/kf5/kdoctools/customization/kde-chunk-online.xsl +share/kf5/kdoctools/customization/kde-chunk.xsl +share/kf5/kdoctools/customization/kde-include-common.xsl +share/kf5/kdoctools/customization/kde-include-man.xsl +share/kf5/kdoctools/customization/kde-navig-online.xsl +share/kf5/kdoctools/customization/kde-navig.xsl +share/kf5/kdoctools/customization/kde-nochunk.xsl +share/kf5/kdoctools/customization/kde-style.xsl +share/kf5/kdoctools/customization/kde-ttlpg-online.xsl +share/kf5/kdoctools/customization/kde-ttlpg.xsl +share/kf5/kdoctools/customization/kde-web-navig.xsl +share/kf5/kdoctools/customization/kde-web.xsl +share/kf5/kdoctools/customization/ko/catalog.xml +share/kf5/kdoctools/customization/ko/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/ko/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/ko/entities/help-menu.docbook +share/kf5/kdoctools/customization/ko/entities/install-compile.docbook +share/kf5/kdoctools/customization/ko/entities/install-intro.docbook +share/kf5/kdoctools/customization/ko/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/ko/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/ko/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/ko/entities/underFDL.docbook +share/kf5/kdoctools/customization/ko/entities/underGPL.docbook +share/kf5/kdoctools/customization/ko/entities/underLGPL.docbook +share/kf5/kdoctools/customization/ko/entities/underX11License.docbook +share/kf5/kdoctools/customization/ko/entities/update-doc.docbook +share/kf5/kdoctools/customization/ko/lang.entities +share/kf5/kdoctools/customization/ko/strings.entities +share/kf5/kdoctools/customization/ko/user.entities +share/kf5/kdoctools/customization/lt/catalog.xml +share/kf5/kdoctools/customization/lt/contributor.entities +share/kf5/kdoctools/customization/lt/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/lt/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/lt/entities/help-menu.docbook +share/kf5/kdoctools/customization/lt/entities/install-compile.docbook +share/kf5/kdoctools/customization/lt/entities/install-intro.docbook +share/kf5/kdoctools/customization/lt/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/lt/entities/report-bugs.docbook +share/kf5/kdoctools/customization/lt/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/lt/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/lt/entities/underFDL.docbook +share/kf5/kdoctools/customization/lt/entities/underGPL.docbook +share/kf5/kdoctools/customization/lt/entities/underLGPL.docbook +share/kf5/kdoctools/customization/lt/entities/underX11License.docbook +share/kf5/kdoctools/customization/lt/entities/update-doc.docbook +share/kf5/kdoctools/customization/lt/lang.entities +share/kf5/kdoctools/customization/lt/strings.entities +share/kf5/kdoctools/customization/lt/user.entities +share/kf5/kdoctools/customization/nds/catalog.xml +share/kf5/kdoctools/customization/nds/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/nds/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/nds/entities/help-menu.docbook +share/kf5/kdoctools/customization/nds/entities/install-compile.docbook +share/kf5/kdoctools/customization/nds/entities/install-intro.docbook +share/kf5/kdoctools/customization/nds/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/nds/entities/report-bugs.docbook +share/kf5/kdoctools/customization/nds/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/nds/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/nds/entities/underFDL.docbook +share/kf5/kdoctools/customization/nds/entities/underGPL.docbook +share/kf5/kdoctools/customization/nds/entities/underLGPL.docbook +share/kf5/kdoctools/customization/nds/entities/underX11License.docbook +share/kf5/kdoctools/customization/nds/entities/update-doc.docbook +share/kf5/kdoctools/customization/nds/lang.entities +share/kf5/kdoctools/customization/nds/strings.entities +share/kf5/kdoctools/customization/nds/user.entities +share/kf5/kdoctools/customization/nl/catalog.xml +share/kf5/kdoctools/customization/nl/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/nl/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/nl/entities/help-menu.docbook +share/kf5/kdoctools/customization/nl/entities/install-compile.docbook +share/kf5/kdoctools/customization/nl/entities/install-intro.docbook +share/kf5/kdoctools/customization/nl/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/nl/entities/report-bugs.docbook +share/kf5/kdoctools/customization/nl/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/nl/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/nl/entities/underFDL.docbook +share/kf5/kdoctools/customization/nl/entities/underGPL.docbook +share/kf5/kdoctools/customization/nl/entities/underLGPL.docbook +share/kf5/kdoctools/customization/nl/entities/underX11License.docbook +share/kf5/kdoctools/customization/nl/entities/update-doc.docbook +share/kf5/kdoctools/customization/nl/lang.entities +share/kf5/kdoctools/customization/nl/strings.entities +share/kf5/kdoctools/customization/nl/user.entities +share/kf5/kdoctools/customization/nn/catalog.xml +share/kf5/kdoctools/customization/nn/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/nn/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/nn/entities/help-menu.docbook +share/kf5/kdoctools/customization/nn/entities/install-compile.docbook +share/kf5/kdoctools/customization/nn/entities/install-intro.docbook +share/kf5/kdoctools/customization/nn/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/nn/entities/report-bugs.docbook +share/kf5/kdoctools/customization/nn/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/nn/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/nn/entities/underFDL.docbook +share/kf5/kdoctools/customization/nn/entities/underGPL.docbook +share/kf5/kdoctools/customization/nn/entities/underX11License.docbook +share/kf5/kdoctools/customization/nn/entities/update-doc.docbook +share/kf5/kdoctools/customization/nn/lang.entities +share/kf5/kdoctools/customization/nn/strings.entities +share/kf5/kdoctools/customization/nn/user.entities +share/kf5/kdoctools/customization/no/catalog.xml +share/kf5/kdoctools/customization/no/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/no/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/no/entities/help-menu.docbook +share/kf5/kdoctools/customization/no/entities/install-compile.docbook +share/kf5/kdoctools/customization/no/entities/install-intro.docbook +share/kf5/kdoctools/customization/no/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/no/entities/report-bugs.docbook +share/kf5/kdoctools/customization/no/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/no/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/no/entities/underFDL.docbook +share/kf5/kdoctools/customization/no/entities/underGPL.docbook +share/kf5/kdoctools/customization/no/entities/underX11License.docbook +share/kf5/kdoctools/customization/no/entities/update-doc.docbook +share/kf5/kdoctools/customization/no/lang.entities +share/kf5/kdoctools/customization/no/strings.entities +share/kf5/kdoctools/customization/no/user.entities +share/kf5/kdoctools/customization/pl/catalog.xml +share/kf5/kdoctools/customization/pl/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/pl/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/pl/entities/help-menu.docbook +share/kf5/kdoctools/customization/pl/entities/install-compile.docbook +share/kf5/kdoctools/customization/pl/entities/install-intro.docbook +share/kf5/kdoctools/customization/pl/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/pl/entities/report-bugs.docbook +share/kf5/kdoctools/customization/pl/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/pl/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/pl/entities/underFDL.docbook +share/kf5/kdoctools/customization/pl/entities/underGPL.docbook +share/kf5/kdoctools/customization/pl/entities/underLGPL.docbook +share/kf5/kdoctools/customization/pl/entities/underX11License.docbook +share/kf5/kdoctools/customization/pl/entities/update-doc.docbook +share/kf5/kdoctools/customization/pl/lang.entities +share/kf5/kdoctools/customization/pl/strings.entities +share/kf5/kdoctools/customization/pl/user.entities +share/kf5/kdoctools/customization/pt-BR/catalog.xml +share/kf5/kdoctools/customization/pt-BR/contributor.entities +share/kf5/kdoctools/customization/pt-BR/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/pt-BR/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/pt-BR/entities/help-menu.docbook +share/kf5/kdoctools/customization/pt-BR/entities/install-compile.docbook +share/kf5/kdoctools/customization/pt-BR/entities/install-intro.docbook +share/kf5/kdoctools/customization/pt-BR/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/pt-BR/entities/report-bugs.docbook +share/kf5/kdoctools/customization/pt-BR/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/pt-BR/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/pt-BR/entities/underFDL.docbook +share/kf5/kdoctools/customization/pt-BR/entities/underGPL.docbook +share/kf5/kdoctools/customization/pt-BR/entities/underLGPL.docbook +share/kf5/kdoctools/customization/pt-BR/entities/underX11License.docbook +share/kf5/kdoctools/customization/pt-BR/entities/update-doc.docbook +share/kf5/kdoctools/customization/pt-BR/lang.entities +share/kf5/kdoctools/customization/pt-BR/strings.entities +share/kf5/kdoctools/customization/pt-BR/user.entities +share/kf5/kdoctools/customization/pt/catalog.xml +share/kf5/kdoctools/customization/pt/contributor.entities +share/kf5/kdoctools/customization/pt/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/pt/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/pt/entities/help-menu.docbook +share/kf5/kdoctools/customization/pt/entities/install-compile.docbook +share/kf5/kdoctools/customization/pt/entities/install-intro.docbook +share/kf5/kdoctools/customization/pt/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/pt/entities/report-bugs.docbook +share/kf5/kdoctools/customization/pt/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/pt/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/pt/entities/underFDL.docbook +share/kf5/kdoctools/customization/pt/entities/underGPL.docbook +share/kf5/kdoctools/customization/pt/entities/underLGPL.docbook +share/kf5/kdoctools/customization/pt/entities/underX11License.docbook +share/kf5/kdoctools/customization/pt/entities/update-doc.docbook +share/kf5/kdoctools/customization/pt/lang.entities +share/kf5/kdoctools/customization/pt/strings.entities +share/kf5/kdoctools/customization/pt/user.entities +share/kf5/kdoctools/customization/ro/catalog.xml +share/kf5/kdoctools/customization/ro/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/ro/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/ro/entities/help-menu.docbook +share/kf5/kdoctools/customization/ro/entities/install-compile.docbook +share/kf5/kdoctools/customization/ro/entities/install-intro.docbook +share/kf5/kdoctools/customization/ro/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/ro/entities/report-bugs.docbook +share/kf5/kdoctools/customization/ro/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/ro/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/ro/entities/underFDL.docbook +share/kf5/kdoctools/customization/ro/entities/underGPL.docbook +share/kf5/kdoctools/customization/ro/entities/underLGPL.docbook +share/kf5/kdoctools/customization/ro/entities/underX11License.docbook +share/kf5/kdoctools/customization/ro/entities/update-doc.docbook +share/kf5/kdoctools/customization/ro/lang.entities +share/kf5/kdoctools/customization/ro/strings.entities +share/kf5/kdoctools/customization/ro/user.entities +share/kf5/kdoctools/customization/ru/catalog.xml +share/kf5/kdoctools/customization/ru/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/ru/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/ru/entities/help-menu.docbook +share/kf5/kdoctools/customization/ru/entities/install-compile.docbook +share/kf5/kdoctools/customization/ru/entities/install-intro.docbook +share/kf5/kdoctools/customization/ru/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/ru/entities/report-bugs.docbook +share/kf5/kdoctools/customization/ru/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/ru/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/ru/entities/underFDL.docbook +share/kf5/kdoctools/customization/ru/entities/underGPL.docbook +share/kf5/kdoctools/customization/ru/entities/underLGPL.docbook +share/kf5/kdoctools/customization/ru/entities/underX11License.docbook +share/kf5/kdoctools/customization/ru/entities/update-doc.docbook +share/kf5/kdoctools/customization/ru/lang.entities +share/kf5/kdoctools/customization/ru/strings.entities +share/kf5/kdoctools/customization/ru/user.entities +share/kf5/kdoctools/customization/sk/catalog.xml +share/kf5/kdoctools/customization/sk/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sk/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sk/entities/help-menu.docbook +share/kf5/kdoctools/customization/sk/entities/install-compile.docbook +share/kf5/kdoctools/customization/sk/entities/install-intro.docbook +share/kf5/kdoctools/customization/sk/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sk/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sk/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sk/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sk/entities/underFDL.docbook +share/kf5/kdoctools/customization/sk/entities/underGPL.docbook +share/kf5/kdoctools/customization/sk/entities/underX11License.docbook +share/kf5/kdoctools/customization/sk/entities/update-doc.docbook +share/kf5/kdoctools/customization/sk/lang.entities +share/kf5/kdoctools/customization/sk/strings.entities +share/kf5/kdoctools/customization/sk/user.entities +share/kf5/kdoctools/customization/sl/catalog.xml +share/kf5/kdoctools/customization/sl/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sl/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sl/entities/help-menu.docbook +share/kf5/kdoctools/customization/sl/entities/install-compile.docbook +share/kf5/kdoctools/customization/sl/entities/install-intro.docbook +share/kf5/kdoctools/customization/sl/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sl/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sl/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sl/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sl/entities/underFDL.docbook +share/kf5/kdoctools/customization/sl/entities/underGPL.docbook +share/kf5/kdoctools/customization/sl/entities/underX11License.docbook +share/kf5/kdoctools/customization/sl/entities/update-doc.docbook +share/kf5/kdoctools/customization/sl/lang.entities +share/kf5/kdoctools/customization/sl/strings.entities +share/kf5/kdoctools/customization/sl/user.entities +share/kf5/kdoctools/customization/sr/catalog.xml +share/kf5/kdoctools/customization/sr/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sr/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sr/entities/help-menu.docbook +share/kf5/kdoctools/customization/sr/entities/install-compile.docbook +share/kf5/kdoctools/customization/sr/entities/install-intro.docbook +share/kf5/kdoctools/customization/sr/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sr/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sr/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sr/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sr/entities/underFDL.docbook +share/kf5/kdoctools/customization/sr/entities/underGPL.docbook +share/kf5/kdoctools/customization/sr/entities/underLGPL.docbook +share/kf5/kdoctools/customization/sr/entities/underX11License.docbook +share/kf5/kdoctools/customization/sr/entities/update-doc.docbook +share/kf5/kdoctools/customization/sr/lang.entities +share/kf5/kdoctools/customization/sr/strings.entities +share/kf5/kdoctools/customization/sr/user.entities +share/kf5/kdoctools/customization/sr@ijekavian/catalog.xml +share/kf5/kdoctools/customization/sr@ijekavian/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/help-menu.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/install-compile.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/install-intro.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/underFDL.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/underGPL.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/underLGPL.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/underX11License.docbook +share/kf5/kdoctools/customization/sr@ijekavian/entities/update-doc.docbook +share/kf5/kdoctools/customization/sr@ijekavian/lang.entities +share/kf5/kdoctools/customization/sr@ijekavian/strings.entities +share/kf5/kdoctools/customization/sr@ijekavian/user.entities +share/kf5/kdoctools/customization/sr@ijekavianlatin/catalog.xml +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/help-menu.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/install-compile.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/install-intro.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/underFDL.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/underGPL.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/underLGPL.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/underX11License.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/entities/update-doc.docbook +share/kf5/kdoctools/customization/sr@ijekavianlatin/lang.entities +share/kf5/kdoctools/customization/sr@ijekavianlatin/strings.entities +share/kf5/kdoctools/customization/sr@ijekavianlatin/user.entities +share/kf5/kdoctools/customization/sr@latin/catalog.xml +share/kf5/kdoctools/customization/sr@latin/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sr@latin/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sr@latin/entities/help-menu.docbook +share/kf5/kdoctools/customization/sr@latin/entities/install-compile.docbook +share/kf5/kdoctools/customization/sr@latin/entities/install-intro.docbook +share/kf5/kdoctools/customization/sr@latin/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sr@latin/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sr@latin/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sr@latin/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sr@latin/entities/underFDL.docbook +share/kf5/kdoctools/customization/sr@latin/entities/underGPL.docbook +share/kf5/kdoctools/customization/sr@latin/entities/underLGPL.docbook +share/kf5/kdoctools/customization/sr@latin/entities/underX11License.docbook +share/kf5/kdoctools/customization/sr@latin/entities/update-doc.docbook +share/kf5/kdoctools/customization/sr@latin/lang.entities +share/kf5/kdoctools/customization/sr@latin/strings.entities +share/kf5/kdoctools/customization/sr@latin/user.entities +share/kf5/kdoctools/customization/sv/catalog.xml +share/kf5/kdoctools/customization/sv/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/sv/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/sv/entities/help-menu.docbook +share/kf5/kdoctools/customization/sv/entities/install-compile.docbook +share/kf5/kdoctools/customization/sv/entities/install-intro.docbook +share/kf5/kdoctools/customization/sv/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/sv/entities/report-bugs.docbook +share/kf5/kdoctools/customization/sv/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/sv/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/sv/entities/underFDL.docbook +share/kf5/kdoctools/customization/sv/entities/underGPL.docbook +share/kf5/kdoctools/customization/sv/entities/underLGPL.docbook +share/kf5/kdoctools/customization/sv/entities/underX11License.docbook +share/kf5/kdoctools/customization/sv/entities/update-doc.docbook +share/kf5/kdoctools/customization/sv/lang.entities +share/kf5/kdoctools/customization/sv/strings.entities +share/kf5/kdoctools/customization/sv/user.entities +share/kf5/kdoctools/customization/th/catalog.xml +share/kf5/kdoctools/customization/th/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/th/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/th/entities/help-menu.docbook +share/kf5/kdoctools/customization/th/entities/install-compile.docbook +share/kf5/kdoctools/customization/th/entities/install-intro.docbook +share/kf5/kdoctools/customization/th/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/th/entities/report-bugs.docbook +share/kf5/kdoctools/customization/th/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/th/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/th/entities/underFDL.docbook +share/kf5/kdoctools/customization/th/entities/underGPL.docbook +share/kf5/kdoctools/customization/th/entities/underLGPL.docbook +share/kf5/kdoctools/customization/th/entities/underX11License.docbook +share/kf5/kdoctools/customization/th/entities/update-doc.docbook +share/kf5/kdoctools/customization/th/lang.entities +share/kf5/kdoctools/customization/th/strings.entities +share/kf5/kdoctools/customization/th/user.entities +share/kf5/kdoctools/customization/tr/catalog.xml +share/kf5/kdoctools/customization/tr/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/tr/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/tr/entities/help-menu.docbook +share/kf5/kdoctools/customization/tr/entities/install-compile.docbook +share/kf5/kdoctools/customization/tr/entities/install-intro.docbook +share/kf5/kdoctools/customization/tr/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/tr/entities/report-bugs.docbook +share/kf5/kdoctools/customization/tr/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/tr/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/tr/entities/underFDL.docbook +share/kf5/kdoctools/customization/tr/entities/underGPL.docbook +share/kf5/kdoctools/customization/tr/entities/underX11License.docbook +share/kf5/kdoctools/customization/tr/entities/update-doc.docbook +share/kf5/kdoctools/customization/tr/lang.entities +share/kf5/kdoctools/customization/tr/strings.entities +share/kf5/kdoctools/customization/tr/user.entities +share/kf5/kdoctools/customization/uk/catalog.xml +share/kf5/kdoctools/customization/uk/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/uk/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/uk/entities/help-menu.docbook +share/kf5/kdoctools/customization/uk/entities/install-compile.docbook +share/kf5/kdoctools/customization/uk/entities/install-intro.docbook +share/kf5/kdoctools/customization/uk/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/uk/entities/report-bugs.docbook +share/kf5/kdoctools/customization/uk/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/uk/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/uk/entities/underFDL.docbook +share/kf5/kdoctools/customization/uk/entities/underGPL.docbook +share/kf5/kdoctools/customization/uk/entities/underLGPL.docbook +share/kf5/kdoctools/customization/uk/entities/underX11License.docbook +share/kf5/kdoctools/customization/uk/entities/update-doc.docbook +share/kf5/kdoctools/customization/uk/lang.entities +share/kf5/kdoctools/customization/uk/strings.entities +share/kf5/kdoctools/customization/uk/user.entities +share/kf5/kdoctools/customization/wa/catalog.xml +share/kf5/kdoctools/customization/wa/contributor.entities +share/kf5/kdoctools/customization/wa/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/wa/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/wa/entities/help-menu.docbook +share/kf5/kdoctools/customization/wa/entities/install-compile.docbook +share/kf5/kdoctools/customization/wa/entities/install-intro.docbook +share/kf5/kdoctools/customization/wa/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/wa/entities/report-bugs.docbook +share/kf5/kdoctools/customization/wa/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/wa/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/wa/entities/underFDL.docbook +share/kf5/kdoctools/customization/wa/entities/underGPL.docbook +share/kf5/kdoctools/customization/wa/entities/underX11License.docbook +share/kf5/kdoctools/customization/wa/entities/update-doc.docbook +share/kf5/kdoctools/customization/wa/lang.entities +share/kf5/kdoctools/customization/wa/strings.entities +share/kf5/kdoctools/customization/wa/user.entities +share/kf5/kdoctools/customization/xh/catalog.xml +share/kf5/kdoctools/customization/xh/contributor.entities +share/kf5/kdoctools/customization/xh/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/xh/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/xh/entities/help-menu.docbook +share/kf5/kdoctools/customization/xh/entities/install-compile.docbook +share/kf5/kdoctools/customization/xh/entities/install-intro.docbook +share/kf5/kdoctools/customization/xh/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/xh/entities/report-bugs.docbook +share/kf5/kdoctools/customization/xh/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/xh/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/xh/entities/underFDL.docbook +share/kf5/kdoctools/customization/xh/entities/underGPL.docbook +share/kf5/kdoctools/customization/xh/entities/underX11License.docbook +share/kf5/kdoctools/customization/xh/entities/update-doc.docbook +share/kf5/kdoctools/customization/xh/lang.entities +share/kf5/kdoctools/customization/xh/strings.entities +share/kf5/kdoctools/customization/xh/user.entities +share/kf5/kdoctools/customization/xsl/README +share/kf5/kdoctools/customization/xsl/all-l10n.xml +share/kf5/kdoctools/customization/xsl/ca.xml +share/kf5/kdoctools/customization/xsl/cs.xml +share/kf5/kdoctools/customization/xsl/de.xml +share/kf5/kdoctools/customization/xsl/el.xml +share/kf5/kdoctools/customization/xsl/en.xml +share/kf5/kdoctools/customization/xsl/es.xml +share/kf5/kdoctools/customization/xsl/et.xml +share/kf5/kdoctools/customization/xsl/fr.xml +share/kf5/kdoctools/customization/xsl/gl.xml +share/kf5/kdoctools/customization/xsl/hu.xml +share/kf5/kdoctools/customization/xsl/it.xml +share/kf5/kdoctools/customization/xsl/lt.xml +share/kf5/kdoctools/customization/xsl/nds.xml +share/kf5/kdoctools/customization/xsl/nl.xml +share/kf5/kdoctools/customization/xsl/nn.xml +share/kf5/kdoctools/customization/xsl/pl.xml +share/kf5/kdoctools/customization/xsl/pt.xml +share/kf5/kdoctools/customization/xsl/pt_br.xml +share/kf5/kdoctools/customization/xsl/ru.xml +share/kf5/kdoctools/customization/xsl/sl.xml +share/kf5/kdoctools/customization/xsl/sr.xml +share/kf5/kdoctools/customization/xsl/sr_ijekavian.xml +share/kf5/kdoctools/customization/xsl/sr_ijekavianlatin.xml +share/kf5/kdoctools/customization/xsl/sr_latin.xml +share/kf5/kdoctools/customization/xsl/sv.xml +share/kf5/kdoctools/customization/xsl/tr.xml +share/kf5/kdoctools/customization/xsl/uk.xml +share/kf5/kdoctools/customization/xx/catalog.xml +share/kf5/kdoctools/customization/xx/contributor.entities +share/kf5/kdoctools/customization/xx/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/xx/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/xx/entities/help-menu.docbook +share/kf5/kdoctools/customization/xx/entities/install-compile.docbook +share/kf5/kdoctools/customization/xx/entities/install-intro.docbook +share/kf5/kdoctools/customization/xx/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/xx/entities/report-bugs.docbook +share/kf5/kdoctools/customization/xx/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/xx/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/xx/entities/underFDL.docbook +share/kf5/kdoctools/customization/xx/entities/underGPL.docbook +share/kf5/kdoctools/customization/xx/entities/underX11License.docbook +share/kf5/kdoctools/customization/xx/entities/update-doc.docbook +share/kf5/kdoctools/customization/xx/lang.entities +share/kf5/kdoctools/customization/xx/strings.entities +share/kf5/kdoctools/customization/xx/user.entities +share/kf5/kdoctools/customization/zh-CN/catalog.xml +share/kf5/kdoctools/customization/zh-CN/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/zh-CN/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/zh-CN/entities/help-menu.docbook +share/kf5/kdoctools/customization/zh-CN/entities/install-compile.docbook +share/kf5/kdoctools/customization/zh-CN/entities/install-intro.docbook +share/kf5/kdoctools/customization/zh-CN/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/zh-CN/entities/report-bugs.docbook +share/kf5/kdoctools/customization/zh-CN/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/zh-CN/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/zh-CN/entities/underFDL.docbook +share/kf5/kdoctools/customization/zh-CN/entities/underGPL.docbook +share/kf5/kdoctools/customization/zh-CN/entities/underLGPL.docbook +share/kf5/kdoctools/customization/zh-CN/entities/underX11License.docbook +share/kf5/kdoctools/customization/zh-CN/entities/update-doc.docbook +share/kf5/kdoctools/customization/zh-CN/lang.entities +share/kf5/kdoctools/customization/zh-CN/strings.entities +share/kf5/kdoctools/customization/zh-CN/user.entities +share/kf5/kdoctools/customization/zh-TW/catalog.xml +share/kf5/kdoctools/customization/zh-TW/entities/fdl-notice.docbook +share/kf5/kdoctools/customization/zh-TW/entities/gpl-notice.docbook +share/kf5/kdoctools/customization/zh-TW/entities/help-menu.docbook +share/kf5/kdoctools/customization/zh-TW/entities/install-compile.docbook +share/kf5/kdoctools/customization/zh-TW/entities/install-intro.docbook +share/kf5/kdoctools/customization/zh-TW/entities/lgpl-notice.docbook +share/kf5/kdoctools/customization/zh-TW/entities/report-bugs.docbook +share/kf5/kdoctools/customization/zh-TW/entities/underArtisticLicense.docbook +share/kf5/kdoctools/customization/zh-TW/entities/underBSDLicense.docbook +share/kf5/kdoctools/customization/zh-TW/entities/underFDL.docbook +share/kf5/kdoctools/customization/zh-TW/entities/underGPL.docbook +share/kf5/kdoctools/customization/zh-TW/entities/underX11License.docbook +share/kf5/kdoctools/customization/zh-TW/entities/update-doc.docbook +share/kf5/kdoctools/customization/zh-TW/lang.entities +share/kf5/kdoctools/customization/zh-TW/strings.entities +share/kf5/kdoctools/customization/zh-TW/user.entities +share/locale/af/LC_MESSAGES/kdoctools5.mo +share/locale/ar/LC_MESSAGES/kdoctools5.mo +share/locale/ast/LC_MESSAGES/kdoctools5.mo +share/locale/be/LC_MESSAGES/kdoctools5.mo +share/locale/bg/LC_MESSAGES/kdoctools5.mo +share/locale/bn/LC_MESSAGES/kdoctools5.mo +share/locale/br/LC_MESSAGES/kdoctools5.mo +share/locale/bs/LC_MESSAGES/kdoctools5.mo +share/locale/ca/LC_MESSAGES/kdoctools5.mo +share/locale/ca@valencia/LC_MESSAGES/kdoctools5.mo +share/locale/cs/LC_MESSAGES/kdoctools5.mo +share/locale/csb/LC_MESSAGES/kdoctools5.mo +share/locale/cy/LC_MESSAGES/kdoctools5.mo +share/locale/da/LC_MESSAGES/kdoctools5.mo +share/locale/de/LC_MESSAGES/kdoctools5.mo +share/locale/el/LC_MESSAGES/kdoctools5.mo +share/locale/en_GB/LC_MESSAGES/kdoctools5.mo +share/locale/eo/LC_MESSAGES/kdoctools5.mo +share/locale/es/LC_MESSAGES/kdoctools5.mo +share/locale/et/LC_MESSAGES/kdoctools5.mo +share/locale/eu/LC_MESSAGES/kdoctools5.mo +share/locale/fa/LC_MESSAGES/kdoctools5.mo +share/locale/fi/LC_MESSAGES/kdoctools5.mo +share/locale/fr/LC_MESSAGES/kdoctools5.mo +share/locale/fy/LC_MESSAGES/kdoctools5.mo +share/locale/ga/LC_MESSAGES/kdoctools5.mo +share/locale/gd/LC_MESSAGES/kdoctools5.mo +share/locale/gl/LC_MESSAGES/kdoctools5.mo +share/locale/gu/LC_MESSAGES/kdoctools5.mo +share/locale/he/LC_MESSAGES/kdoctools5.mo +share/locale/hi/LC_MESSAGES/kdoctools5.mo +share/locale/hr/LC_MESSAGES/kdoctools5.mo +share/locale/hsb/LC_MESSAGES/kdoctools5.mo +share/locale/hu/LC_MESSAGES/kdoctools5.mo +share/locale/ia/LC_MESSAGES/kdoctools5.mo +share/locale/is/LC_MESSAGES/kdoctools5.mo +share/locale/it/LC_MESSAGES/kdoctools5.mo +share/locale/ja/LC_MESSAGES/kdoctools5.mo +share/locale/kk/LC_MESSAGES/kdoctools5.mo +share/locale/km/LC_MESSAGES/kdoctools5.mo +share/locale/kn/LC_MESSAGES/kdoctools5.mo +share/locale/ko/LC_MESSAGES/kdoctools5.mo +share/locale/ku/LC_MESSAGES/kdoctools5.mo +share/locale/lt/LC_MESSAGES/kdoctools5.mo +share/locale/lv/LC_MESSAGES/kdoctools5.mo +share/locale/mai/LC_MESSAGES/kdoctools5.mo +share/locale/mk/LC_MESSAGES/kdoctools5.mo +share/locale/mr/LC_MESSAGES/kdoctools5.mo +share/locale/ms/LC_MESSAGES/kdoctools5.mo +share/locale/nb/LC_MESSAGES/kdoctools5.mo +share/locale/nds/LC_MESSAGES/kdoctools5.mo +share/locale/ne/LC_MESSAGES/kdoctools5.mo +share/locale/nl/LC_MESSAGES/kdoctools5.mo +share/locale/nn/LC_MESSAGES/kdoctools5.mo +share/locale/oc/LC_MESSAGES/kdoctools5.mo +share/locale/pa/LC_MESSAGES/kdoctools5.mo +share/locale/pl/LC_MESSAGES/kdoctools5.mo +share/locale/pt/LC_MESSAGES/kdoctools5.mo +share/locale/pt_BR/LC_MESSAGES/kdoctools5.mo +share/locale/ro/LC_MESSAGES/kdoctools5.mo +share/locale/ru/LC_MESSAGES/kdoctools5.mo +share/locale/se/LC_MESSAGES/kdoctools5.mo +share/locale/sk/LC_MESSAGES/kdoctools5.mo +share/locale/sl/LC_MESSAGES/kdoctools5.mo +share/locale/sq/LC_MESSAGES/kdoctools5.mo +share/locale/sr/LC_MESSAGES/kdoctools5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdoctools5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdoctools5.mo +share/locale/sr@latin/LC_MESSAGES/kdoctools5.mo +share/locale/sv/LC_MESSAGES/kdoctools5.mo +share/locale/ta/LC_MESSAGES/kdoctools5.mo +share/locale/tg/LC_MESSAGES/kdoctools5.mo +share/locale/th/LC_MESSAGES/kdoctools5.mo +share/locale/tr/LC_MESSAGES/kdoctools5.mo +share/locale/ug/LC_MESSAGES/kdoctools5.mo +share/locale/uk/LC_MESSAGES/kdoctools5.mo +share/locale/uz/LC_MESSAGES/kdoctools5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kdoctools5.mo +share/locale/vi/LC_MESSAGES/kdoctools5.mo +share/locale/zh_CN/LC_MESSAGES/kdoctools5.mo +share/locale/zh_TW/LC_MESSAGES/kdoctools5.mo Index: head/devel/kf5-kfilemetadata/Makefile =================================================================== --- head/devel/kf5-kfilemetadata/Makefile +++ head/devel/kf5-kfilemetadata/Makefile @@ -0,0 +1,23 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kfilemetadata +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for extracting file metadata + +LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ + libepub.so:textproc/ebook-tools \ + libexiv2.so:graphics/exiv2 \ + libpoppler-qt5.so:graphics/poppler-qt5 \ + libtag.so:audio/taglib +# TODO: maybe depend on textproc/catdoc + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ + tar:xz +USE_KDE= archive ecm i18n +USE_QT5= buildtools_build core qmake_build xml + +.include Index: head/devel/kf5-kfilemetadata/distinfo =================================================================== --- head/devel/kf5-kfilemetadata/distinfo +++ head/devel/kf5-kfilemetadata/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424077 +SHA256 (KDE/frameworks/5.27.0/kfilemetadata-5.27.0.tar.xz) = b8bcd56ffcf02246dd292b72eddba96e7c6e3bb1ec097f41d0d7be1f0b8046d1 +SIZE (KDE/frameworks/5.27.0/kfilemetadata-5.27.0.tar.xz) = 134860 Index: head/devel/kf5-kfilemetadata/pkg-descr =================================================================== --- head/devel/kf5-kfilemetadata/pkg-descr +++ head/devel/kf5-kfilemetadata/pkg-descr @@ -0,0 +1,3 @@ +A library for extracting file metadata. + +WWW: https://projects.kde.org/projects/kde/workspace/kfilemetadata Index: head/devel/kf5-kfilemetadata/pkg-plist =================================================================== --- head/devel/kf5-kfilemetadata/pkg-plist +++ head/devel/kf5-kfilemetadata/pkg-plist @@ -0,0 +1,91 @@ +include/KF5/KFileMetaData/KFileMetaData/ExtractionResult +include/KF5/KFileMetaData/KFileMetaData/Extractor +include/KF5/KFileMetaData/KFileMetaData/ExtractorCollection +include/KF5/KFileMetaData/KFileMetaData/ExtractorPlugin +include/KF5/KFileMetaData/KFileMetaData/Properties +include/KF5/KFileMetaData/KFileMetaData/PropertyInfo +include/KF5/KFileMetaData/KFileMetaData/SimpleExtractionResult +include/KF5/KFileMetaData/KFileMetaData/TypeInfo +include/KF5/KFileMetaData/KFileMetaData/Types +include/KF5/KFileMetaData/KFileMetaData/UserMetaData +include/KF5/KFileMetaData/KFileMetaData/WriteData +include/KF5/KFileMetaData/KFileMetaData/Writer +include/KF5/KFileMetaData/KFileMetaData/WriterCollection +include/KF5/KFileMetaData/KFileMetaData/WriterPlugin +include/KF5/KFileMetaData/kfilemetadata/extractionresult.h +include/KF5/KFileMetaData/kfilemetadata/extractor.h +include/KF5/KFileMetaData/kfilemetadata/extractorcollection.h +include/KF5/KFileMetaData/kfilemetadata/extractorplugin.h +include/KF5/KFileMetaData/kfilemetadata/kfilemetadata_export.h +include/KF5/KFileMetaData/kfilemetadata/properties.h +include/KF5/KFileMetaData/kfilemetadata/propertyinfo.h +include/KF5/KFileMetaData/kfilemetadata/simpleextractionresult.h +include/KF5/KFileMetaData/kfilemetadata/typeinfo.h +include/KF5/KFileMetaData/kfilemetadata/types.h +include/KF5/KFileMetaData/kfilemetadata/usermetadata.h +include/KF5/KFileMetaData/kfilemetadata/writedata.h +include/KF5/KFileMetaData/kfilemetadata/writer.h +include/KF5/KFileMetaData/kfilemetadata/writercollection.h +include/KF5/KFileMetaData/kfilemetadata/writerplugin.h +lib/cmake/KF5FileMetaData/KF5FileMetaDataConfig.cmake +lib/cmake/KF5FileMetaData/KF5FileMetaDataConfigVersion.cmake +lib/cmake/KF5FileMetaData/KF5FileMetaDataTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5FileMetaData/KF5FileMetaDataTargets.cmake +lib/libKF5FileMetaData.so +lib/libKF5FileMetaData.so.3 +lib/libKF5FileMetaData.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_epubextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_exiv2extractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_ffmpegextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_odfextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_office2007extractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_officeextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_plaintextextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_poextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_popplerextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_taglibextractor.so +%%QT_PLUGINDIR%%/kf5/kfilemetadata/writers/kfilemetadata_taglibwriter.so +share/locale/ar/LC_MESSAGES/kfilemetadata.mo +share/locale/ast/LC_MESSAGES/kfilemetadata.mo +share/locale/bg/LC_MESSAGES/kfilemetadata.mo +share/locale/bs/LC_MESSAGES/kfilemetadata.mo +share/locale/ca/LC_MESSAGES/kfilemetadata.mo +share/locale/ca@valencia/LC_MESSAGES/kfilemetadata.mo +share/locale/cs/LC_MESSAGES/kfilemetadata.mo +share/locale/da/LC_MESSAGES/kfilemetadata.mo +share/locale/de/LC_MESSAGES/kfilemetadata.mo +share/locale/el/LC_MESSAGES/kfilemetadata.mo +share/locale/en_GB/LC_MESSAGES/kfilemetadata.mo +share/locale/es/LC_MESSAGES/kfilemetadata.mo +share/locale/et/LC_MESSAGES/kfilemetadata.mo +share/locale/fi/LC_MESSAGES/kfilemetadata.mo +share/locale/fr/LC_MESSAGES/kfilemetadata.mo +share/locale/gd/LC_MESSAGES/kfilemetadata.mo +share/locale/gl/LC_MESSAGES/kfilemetadata.mo +share/locale/hu/LC_MESSAGES/kfilemetadata.mo +share/locale/ia/LC_MESSAGES/kfilemetadata.mo +share/locale/it/LC_MESSAGES/kfilemetadata.mo +share/locale/ja/LC_MESSAGES/kfilemetadata.mo +share/locale/ko/LC_MESSAGES/kfilemetadata.mo +share/locale/lt/LC_MESSAGES/kfilemetadata.mo +share/locale/nb/LC_MESSAGES/kfilemetadata.mo +share/locale/nds/LC_MESSAGES/kfilemetadata.mo +share/locale/nn/LC_MESSAGES/kfilemetadata.mo +share/locale/nl/LC_MESSAGES/kfilemetadata.mo +share/locale/pa/LC_MESSAGES/kfilemetadata.mo +share/locale/pl/LC_MESSAGES/kfilemetadata.mo +share/locale/pt/LC_MESSAGES/kfilemetadata.mo +share/locale/pt_BR/LC_MESSAGES/kfilemetadata.mo +share/locale/ro/LC_MESSAGES/kfilemetadata.mo +share/locale/ru/LC_MESSAGES/kfilemetadata.mo +share/locale/sk/LC_MESSAGES/kfilemetadata.mo +share/locale/sl/LC_MESSAGES/kfilemetadata.mo +share/locale/sr/LC_MESSAGES/kfilemetadata.mo +share/locale/sr@ijekavian/LC_MESSAGES/kfilemetadata.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kfilemetadata.mo +share/locale/sr@latin/LC_MESSAGES/kfilemetadata.mo +share/locale/sv/LC_MESSAGES/kfilemetadata.mo +share/locale/tr/LC_MESSAGES/kfilemetadata.mo +share/locale/uk/LC_MESSAGES/kfilemetadata.mo +share/locale/zh_CN/LC_MESSAGES/kfilemetadata.mo +share/locale/zh_TW/LC_MESSAGES/kfilemetadata.mo Index: head/devel/kf5-ki18n/Makefile =================================================================== --- head/devel/kf5-ki18n/Makefile +++ head/devel/kf5-ki18n/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= ki18n +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 advanced internationalization framework + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build concurrent core qmake_build qml script testlib + +.include Index: head/devel/kf5-ki18n/distinfo =================================================================== --- head/devel/kf5-ki18n/distinfo +++ head/devel/kf5-ki18n/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424077 +SHA256 (KDE/frameworks/5.27.0/ki18n-5.27.0.tar.xz) = ce91d24ab2b3eb6d940c9277273694d3a652905b8256edcd3bbbed55c4f8c628 +SIZE (KDE/frameworks/5.27.0/ki18n-5.27.0.tar.xz) = 3030416 Index: head/devel/kf5-ki18n/pkg-descr =================================================================== --- head/devel/kf5-ki18n/pkg-descr +++ head/devel/kf5-ki18n/pkg-descr @@ -0,0 +1,6 @@ +KI18n provides functionality for internationalizing user interface text in +applications, based on the GNU Gettext translation system. It wraps the +standard Gettext functionality, so that the programmers and translators can +use the familiar Gettext tools and workflows. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html Index: head/devel/kf5-ki18n/pkg-plist =================================================================== --- head/devel/kf5-ki18n/pkg-plist +++ head/devel/kf5-ki18n/pkg-plist @@ -0,0 +1,150 @@ +include/KF5/KI18n/KLocalizedContext +include/KF5/KI18n/KLocalizedString +include/KF5/KI18n/KLocalizedTranslator +include/KF5/KI18n/KuitMarkup +include/KF5/KI18n/KuitSetup +include/KF5/KI18n/ki18n_export.h +include/KF5/KI18n/klocalizedcontext.h +include/KF5/KI18n/klocalizedstring.h +include/KF5/KI18n/klocalizedtranslator.h +include/KF5/KI18n/kuitmarkup.h +include/KF5/KI18n/kuitsetup.h +include/KF5/ki18n_version.h +lib/cmake/KF5I18n/KF5I18NMacros.cmake +lib/cmake/KF5I18n/KF5I18nConfig.cmake +lib/cmake/KF5I18n/KF5I18nConfigVersion.cmake +lib/cmake/KF5I18n/KF5I18nTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5I18n/KF5I18nTargets.cmake +lib/cmake/KF5I18n/kf5i18nuic.cmake +lib/cmake/KF5I18n/ts-pmap-compile.py +lib/libKF5I18n.so +lib/libKF5I18n.so.5 +lib/libKF5I18n.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/ktranscript.so +%%QT_MKSPECDIR%%/modules/qt_KI18n.pri +share/locale/af/LC_MESSAGES/ki18n5.mo +share/locale/ar/LC_MESSAGES/ki18n5.mo +share/locale/as/LC_MESSAGES/ki18n5.mo +share/locale/ast/LC_MESSAGES/ki18n5.mo +share/locale/be/LC_MESSAGES/ki18n5.mo +share/locale/be@latin/LC_MESSAGES/ki18n5.mo +share/locale/bg/LC_MESSAGES/ki18n5.mo +share/locale/bn/LC_MESSAGES/ki18n5.mo +share/locale/bn_IN/LC_MESSAGES/ki18n5.mo +share/locale/br/LC_MESSAGES/ki18n5.mo +share/locale/bs/LC_MESSAGES/ki18n5.mo +share/locale/ca/LC_MESSAGES/ki18n5.mo +share/locale/ca/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/ca@valencia/LC_MESSAGES/ki18n5.mo +share/locale/ca@valencia/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/crh/LC_MESSAGES/ki18n5.mo +share/locale/cs/LC_MESSAGES/ki18n5.mo +share/locale/csb/LC_MESSAGES/ki18n5.mo +share/locale/cy/LC_MESSAGES/ki18n5.mo +share/locale/da/LC_MESSAGES/ki18n5.mo +share/locale/de/LC_MESSAGES/ki18n5.mo +share/locale/el/LC_MESSAGES/ki18n5.mo +share/locale/en_GB/LC_MESSAGES/ki18n5.mo +share/locale/eo/LC_MESSAGES/ki18n5.mo +share/locale/es/LC_MESSAGES/ki18n5.mo +share/locale/et/LC_MESSAGES/ki18n5.mo +share/locale/eu/LC_MESSAGES/ki18n5.mo +share/locale/fa/LC_MESSAGES/ki18n5.mo +share/locale/fi/LC_MESSAGES/ki18n5.mo +share/locale/fi/LC_SCRIPTS/ki18n5/general.pmap +share/locale/fi/LC_SCRIPTS/ki18n5/general.pmapc +share/locale/fi/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/fr/LC_MESSAGES/ki18n5.mo +share/locale/fy/LC_MESSAGES/ki18n5.mo +share/locale/ga/LC_MESSAGES/ki18n5.mo +share/locale/gd/LC_MESSAGES/ki18n5.mo +share/locale/gd/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/gl/LC_MESSAGES/ki18n5.mo +share/locale/gu/LC_MESSAGES/ki18n5.mo +share/locale/ha/LC_MESSAGES/ki18n5.mo +share/locale/he/LC_MESSAGES/ki18n5.mo +share/locale/hi/LC_MESSAGES/ki18n5.mo +share/locale/hne/LC_MESSAGES/ki18n5.mo +share/locale/hr/LC_MESSAGES/ki18n5.mo +share/locale/hsb/LC_MESSAGES/ki18n5.mo +share/locale/hu/LC_MESSAGES/ki18n5.mo +share/locale/hy/LC_MESSAGES/ki18n5.mo +share/locale/ia/LC_MESSAGES/ki18n5.mo +share/locale/id/LC_MESSAGES/ki18n5.mo +share/locale/is/LC_MESSAGES/ki18n5.mo +share/locale/it/LC_MESSAGES/ki18n5.mo +share/locale/ja/LC_MESSAGES/ki18n5.mo +share/locale/ka/LC_MESSAGES/ki18n5.mo +share/locale/kk/LC_MESSAGES/ki18n5.mo +share/locale/km/LC_MESSAGES/ki18n5.mo +share/locale/kn/LC_MESSAGES/ki18n5.mo +share/locale/ko/LC_MESSAGES/ki18n5.mo +share/locale/ko/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/ku/LC_MESSAGES/ki18n5.mo +share/locale/lb/LC_MESSAGES/ki18n5.mo +share/locale/lt/LC_MESSAGES/ki18n5.mo +share/locale/lv/LC_MESSAGES/ki18n5.mo +share/locale/mai/LC_MESSAGES/ki18n5.mo +share/locale/mk/LC_MESSAGES/ki18n5.mo +share/locale/ml/LC_MESSAGES/ki18n5.mo +share/locale/mr/LC_MESSAGES/ki18n5.mo +share/locale/ms/LC_MESSAGES/ki18n5.mo +share/locale/nb/LC_MESSAGES/ki18n5.mo +share/locale/nb/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/nds/LC_MESSAGES/ki18n5.mo +share/locale/ne/LC_MESSAGES/ki18n5.mo +share/locale/nl/LC_MESSAGES/ki18n5.mo +share/locale/nn/LC_MESSAGES/ki18n5.mo +share/locale/nn/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/nn/LC_SCRIPTS/ki18n5/skjermelement.pmap +share/locale/nn/LC_SCRIPTS/ki18n5/skjermelement.pmapc +share/locale/oc/LC_MESSAGES/ki18n5.mo +share/locale/or/LC_MESSAGES/ki18n5.mo +share/locale/pa/LC_MESSAGES/ki18n5.mo +share/locale/pl/LC_MESSAGES/ki18n5.mo +share/locale/ps/LC_MESSAGES/ki18n5.mo +share/locale/pt/LC_MESSAGES/ki18n5.mo +share/locale/pt_BR/LC_MESSAGES/ki18n5.mo +share/locale/ro/LC_MESSAGES/ki18n5.mo +share/locale/ru/LC_MESSAGES/ki18n5.mo +share/locale/ru/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/se/LC_MESSAGES/ki18n5.mo +share/locale/si/LC_MESSAGES/ki18n5.mo +share/locale/sk/LC_MESSAGES/ki18n5.mo +share/locale/sl/LC_MESSAGES/ki18n5.mo +share/locale/sq/LC_MESSAGES/ki18n5.mo +share/locale/sr/LC_MESSAGES/ki18n5.mo +share/locale/sr/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/sr/LC_SCRIPTS/ki18n5/trapnakron.pmap +share/locale/sr/LC_SCRIPTS/ki18n5/trapnakron.pmapc +share/locale/sr@ijekavian/LC_MESSAGES/ki18n5.mo +share/locale/sr@ijekavian/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/sr@ijekavian/LC_SCRIPTS/ki18n5/trapnakron.pmap +share/locale/sr@ijekavian/LC_SCRIPTS/ki18n5/trapnakron.pmapc +share/locale/sr@ijekavianlatin/LC_MESSAGES/ki18n5.mo +share/locale/sr@ijekavianlatin/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/sr@ijekavianlatin/LC_SCRIPTS/ki18n5/trapnakron.pmap +share/locale/sr@ijekavianlatin/LC_SCRIPTS/ki18n5/trapnakron.pmapc +share/locale/sr@latin/LC_MESSAGES/ki18n5.mo +share/locale/sr@latin/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/sr@latin/LC_SCRIPTS/ki18n5/trapnakron.pmap +share/locale/sr@latin/LC_SCRIPTS/ki18n5/trapnakron.pmapc +share/locale/sv/LC_MESSAGES/ki18n5.mo +share/locale/ta/LC_MESSAGES/ki18n5.mo +share/locale/te/LC_MESSAGES/ki18n5.mo +share/locale/tg/LC_MESSAGES/ki18n5.mo +share/locale/th/LC_MESSAGES/ki18n5.mo +share/locale/tr/LC_MESSAGES/ki18n5.mo +share/locale/tt/LC_MESSAGES/ki18n5.mo +share/locale/ug/LC_MESSAGES/ki18n5.mo +share/locale/uk/LC_MESSAGES/ki18n5.mo +share/locale/uk/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/uz/LC_MESSAGES/ki18n5.mo +share/locale/uz@cyrillic/LC_MESSAGES/ki18n5.mo +share/locale/vi/LC_MESSAGES/ki18n5.mo +share/locale/wa/LC_MESSAGES/ki18n5.mo +share/locale/xh/LC_MESSAGES/ki18n5.mo +share/locale/zh_CN/LC_MESSAGES/ki18n5.mo +share/locale/zh_CN/LC_SCRIPTS/ki18n5/ki18n5.js +share/locale/zh_HK/LC_MESSAGES/ki18n5.mo +share/locale/zh_TW/LC_MESSAGES/ki18n5.mo Index: head/devel/kf5-kidletime/Makefile =================================================================== --- head/devel/kf5-kidletime/Makefile +++ head/devel/kf5-kidletime/Makefile @@ -0,0 +1,16 @@ +# Created by: Tobias Berner +# $FreeBSD$ + +PORTNAME= kidletime +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for monitoring user activity + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core dbus gui qmake_build widgets x11extras +USE_XORG= ice sm x11 xext xcb xscrnsaver + +.include Index: head/devel/kf5-kidletime/distinfo =================================================================== --- head/devel/kf5-kidletime/distinfo +++ head/devel/kf5-kidletime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424077 +SHA256 (KDE/frameworks/5.27.0/kidletime-5.27.0.tar.xz) = dcc94797c73244cfc7a53e409eea66facf70a5d879814d6cf5fb7ceab76866b3 +SIZE (KDE/frameworks/5.27.0/kidletime-5.27.0.tar.xz) = 26356 Index: head/devel/kf5-kidletime/pkg-descr =================================================================== --- head/devel/kf5-kidletime/pkg-descr +++ head/devel/kf5-kidletime/pkg-descr @@ -0,0 +1,5 @@ +KIdleTime is a singleton reporting information on idle time. It is useful not +only for finding out about the current idle time of the PC, but also for getting +notified upon idle time events, such as custom timeouts, or user activity. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html Index: head/devel/kf5-kidletime/pkg-plist =================================================================== --- head/devel/kf5-kidletime/pkg-plist +++ head/devel/kf5-kidletime/pkg-plist @@ -0,0 +1,15 @@ +include/KF5/KIdleTime/KIdleTime +include/KF5/KIdleTime/kidletime.h +include/KF5/KIdleTime/kidletime_export.h +include/KF5/KIdleTime/private/abstractsystempoller.h +include/KF5/kidletime_version.h +lib/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake +lib/cmake/KF5IdleTime/KF5IdleTimeConfigVersion.cmake +lib/cmake/KF5IdleTime/KF5IdleTimeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5IdleTime/KF5IdleTimeTargets.cmake +lib/libKF5IdleTime.so +lib/libKF5IdleTime.so.5 +lib/libKF5IdleTime.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KIdleTime.pri +%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin0.so +%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin1.so Index: head/devel/kf5-kio/Makefile =================================================================== --- head/devel/kf5-kio/Makefile +++ head/devel/kf5-kio/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kio +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 resource and network access abstraction + +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + gettext kde:5 ssl tar:xz +USE_GNOME= libxml2 libxslt +USE_KDE= archive auth bookmarks codecs completion config \ + configwidgets coreaddons dbusaddons doctools ecm \ + i18n iconthemes itemviews jobwidgets \ + notifications service solid sonnet textwidgets wallet \ + widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build concurrent core dbus gui network \ + qmake_build script widgets x11extras xml + +.include Index: head/devel/kf5-kio/distinfo =================================================================== --- head/devel/kf5-kio/distinfo +++ head/devel/kf5-kio/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424077 +SHA256 (KDE/frameworks/5.27.0/kio-5.27.0.tar.xz) = 3627f362c4aa31fa6bc96d66003492ebeac1c334dbb71ee2d80091c0157d3a89 +SIZE (KDE/frameworks/5.27.0/kio-5.27.0.tar.xz) = 3118268 Index: head/devel/kf5-kio/pkg-descr =================================================================== --- head/devel/kf5-kio/pkg-descr +++ head/devel/kf5-kio/pkg-descr @@ -0,0 +1,5 @@ +This framework implements almost all the file management functions you will ever +need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses +this to provide its network-enabled file management. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html Index: head/devel/kf5-kio/pkg-plist =================================================================== --- head/devel/kf5-kio/pkg-plist +++ head/devel/kf5-kio/pkg-plist @@ -0,0 +1,800 @@ +bin/kcookiejar5 +bin/ktelnetservice5 +bin/ktrash5 +bin/protocoltojson +etc/xdg/accept-languages.codes +etc/xdg/kshorturifilterrc +include/KF5/KIOCore/KACL +include/KF5/KIOCore/KCoreDirLister +include/KF5/KIOCore/KDirNotify +include/KF5/KIOCore/KDiskFreeSpaceInfo +include/KF5/KIOCore/KFileItem +include/KF5/KIOCore/KFileItemListProperties +include/KF5/KIOCore/KIO/AuthInfo +include/KF5/KIOCore/KIO/ChmodJob +include/KF5/KIOCore/KIO/ConnectionServer +include/KF5/KIOCore/KIO/CopyJob +include/KF5/KIOCore/KIO/DavJob +include/KF5/KIOCore/KIO/DeleteJob +include/KF5/KIOCore/KIO/DesktopExecParser +include/KF5/KIOCore/KIO/DirectorySizeJob +include/KF5/KIOCore/KIO/EmptyTrashJob +include/KF5/KIOCore/KIO/FileCopyJob +include/KF5/KIOCore/KIO/FileJob +include/KF5/KIOCore/KIO/FileSystemFreeSpaceJob +include/KF5/KIOCore/KIO/ForwardingSlaveBase +include/KF5/KIOCore/KIO/Global +include/KF5/KIOCore/KIO/HostInfo +include/KF5/KIOCore/KIO/IdleSlave +include/KF5/KIOCore/KIO/Job +include/KF5/KIOCore/KIO/JobTracker +include/KF5/KIOCore/KIO/JobUiDelegateExtension +include/KF5/KIOCore/KIO/JobUiDelegateFactory +include/KF5/KIOCore/KIO/ListJob +include/KF5/KIOCore/KIO/MetaData +include/KF5/KIOCore/KIO/MimetypeJob +include/KF5/KIOCore/KIO/MkdirJob +include/KF5/KIOCore/KIO/MkpathJob +include/KF5/KIOCore/KIO/MultiGetJob +include/KF5/KIOCore/KIO/RestoreJob +include/KF5/KIOCore/KIO/Scheduler +include/KF5/KIOCore/KIO/SimpleJob +include/KF5/KIOCore/KIO/Slave +include/KF5/KIOCore/KIO/SlaveBase +include/KF5/KIOCore/KIO/SlaveConfig +include/KF5/KIOCore/KIO/SlaveInterface +include/KF5/KIOCore/KIO/SpecialJob +include/KF5/KIOCore/KIO/StatJob +include/KF5/KIOCore/KIO/StoredTransferJob +include/KF5/KIOCore/KIO/TCPSlaveBase +include/KF5/KIOCore/KIO/TransferJob +include/KF5/KIOCore/KIO/UDSEntry +include/KF5/KIOCore/KMountPoint +include/KF5/KIOCore/KNFSShare +include/KF5/KIOCore/KProtocolInfo +include/KF5/KIOCore/KProtocolManager +include/KF5/KIOCore/KRecentDocument +include/KF5/KIOCore/KRemoteEncoding +include/KF5/KIOCore/KSSLSettings +include/KF5/KIOCore/KSambaShare +include/KF5/KIOCore/KSambaShareData +include/KF5/KIOCore/KSslCertificateManager +include/KF5/KIOCore/KTcpSocket +include/KF5/KIOCore/KUrlAuthorized +include/KF5/KIOCore/kacl.h +include/KF5/KIOCore/kcoredirlister.h +include/KF5/KIOCore/kdirnotify.h +include/KF5/KIOCore/kdiskfreespaceinfo.h +include/KF5/KIOCore/kfileitem.h +include/KF5/KIOCore/kfileitemlistproperties.h +include/KF5/KIOCore/kio/authinfo.h +include/KF5/KIOCore/kio/chmodjob.h +include/KF5/KIOCore/kio/connectionserver.h +include/KF5/KIOCore/kio/copyjob.h +include/KF5/KIOCore/kio/davjob.h +include/KF5/KIOCore/kio/deletejob.h +include/KF5/KIOCore/kio/desktopexecparser.h +include/KF5/KIOCore/kio/directorysizejob.h +include/KF5/KIOCore/kio/emptytrashjob.h +include/KF5/KIOCore/kio/filecopyjob.h +include/KF5/KIOCore/kio/filejob.h +include/KF5/KIOCore/kio/filesystemfreespacejob.h +include/KF5/KIOCore/kio/forwardingslavebase.h +include/KF5/KIOCore/kio/global.h +include/KF5/KIOCore/kio/hostinfo.h +include/KF5/KIOCore/kio/http_slave_defaults.h +include/KF5/KIOCore/kio/idleslave.h +include/KF5/KIOCore/kio/ioslave_defaults.h +include/KF5/KIOCore/kio/job.h +include/KF5/KIOCore/kio/job_base.h +include/KF5/KIOCore/kio/jobclasses.h +include/KF5/KIOCore/kio/jobtracker.h +include/KF5/KIOCore/kio/jobuidelegateextension.h +include/KF5/KIOCore/kio/jobuidelegatefactory.h +include/KF5/KIOCore/kio/listjob.h +include/KF5/KIOCore/kio/metadata.h +include/KF5/KIOCore/kio/mimetypejob.h +include/KF5/KIOCore/kio/mkdirjob.h +include/KF5/KIOCore/kio/mkpathjob.h +include/KF5/KIOCore/kio/multigetjob.h +include/KF5/KIOCore/kio/restorejob.h +include/KF5/KIOCore/kio/scheduler.h +include/KF5/KIOCore/kio/simplejob.h +include/KF5/KIOCore/kio/slave.h +include/KF5/KIOCore/kio/slavebase.h +include/KF5/KIOCore/kio/slaveconfig.h +include/KF5/KIOCore/kio/slaveinterface.h +include/KF5/KIOCore/kio/specialjob.h +include/KF5/KIOCore/kio/statjob.h +include/KF5/KIOCore/kio/storedtransferjob.h +include/KF5/KIOCore/kio/tcpslavebase.h +include/KF5/KIOCore/kio/transferjob.h +include/KF5/KIOCore/kio/udsentry.h +include/KF5/KIOCore/kiocore_export.h +include/KF5/KIOCore/kmountpoint.h +include/KF5/KIOCore/knfsshare.h +include/KF5/KIOCore/kprotocolinfo.h +include/KF5/KIOCore/kprotocolmanager.h +include/KF5/KIOCore/krecentdocument.h +include/KF5/KIOCore/kremoteencoding.h +include/KF5/KIOCore/ksambashare.h +include/KF5/KIOCore/ksambasharedata.h +include/KF5/KIOCore/ksslcertificatemanager.h +include/KF5/KIOCore/ksslcertificatemanager_p.h +include/KF5/KIOCore/ksslsettings.h +include/KF5/KIOCore/ktcpsocket.h +include/KF5/KIOCore/kurlauthorized.h +include/KF5/KIOFileWidgets/KAbstractViewAdapter +include/KF5/KIOFileWidgets/KDirOperator +include/KF5/KIOFileWidgets/KDirSortFilterProxyModel +include/KF5/KIOFileWidgets/KEncodingFileDialog +include/KF5/KIOFileWidgets/KFileCopyToMenu +include/KF5/KIOFileWidgets/KFileFilterCombo +include/KF5/KIOFileWidgets/KFilePlacesModel +include/KF5/KIOFileWidgets/KFilePlacesView +include/KF5/KIOFileWidgets/KFilePreviewGenerator +include/KF5/KIOFileWidgets/KFileWidget +include/KF5/KIOFileWidgets/KImageFilePreview +include/KF5/KIOFileWidgets/KNameAndUrlInputDialog +include/KF5/KIOFileWidgets/KNewFileMenu +include/KF5/KIOFileWidgets/KPreviewWidgetBase +include/KF5/KIOFileWidgets/KRecentDirs +include/KF5/KIOFileWidgets/KStatusBarOfflineIndicator +include/KF5/KIOFileWidgets/KUrlNavigator +include/KF5/KIOFileWidgets/kabstractviewadapter.h +include/KF5/KIOFileWidgets/kdiroperator.h +include/KF5/KIOFileWidgets/kdirsortfilterproxymodel.h +include/KF5/KIOFileWidgets/kencodingfiledialog.h +include/KF5/KIOFileWidgets/kfilecopytomenu.h +include/KF5/KIOFileWidgets/kfilefiltercombo.h +include/KF5/KIOFileWidgets/kfileplacesmodel.h +include/KF5/KIOFileWidgets/kfileplacesview.h +include/KF5/KIOFileWidgets/kfilepreviewgenerator.h +include/KF5/KIOFileWidgets/kfilewidget.h +include/KF5/KIOFileWidgets/kimagefilepreview.h +include/KF5/KIOFileWidgets/kiofilewidgets_export.h +include/KF5/KIOFileWidgets/knameandurlinputdialog.h +include/KF5/KIOFileWidgets/knewfilemenu.h +include/KF5/KIOFileWidgets/kpreviewwidgetbase.h +include/KF5/KIOFileWidgets/krecentdirs.h +include/KF5/KIOFileWidgets/kstatusbarofflineindicator.h +include/KF5/KIOFileWidgets/kurlnavigator.h +include/KF5/KIOGui/KIO/FavIconRequestJob +include/KF5/KIOGui/kio/faviconrequestjob.h +include/KF5/KIOGui/kiogui_export.h +include/KF5/KIOWidgets/KAbstractFileItemActionPlugin +include/KF5/KIOWidgets/KAutoMount +include/KF5/KIOWidgets/KBuildSycocaProgressDialog +include/KF5/KIOWidgets/KDesktopFileActions +include/KF5/KIOWidgets/KDirLister +include/KF5/KIOWidgets/KDirModel +include/KF5/KIOWidgets/KFile +include/KF5/KIOWidgets/KFileItemActions +include/KF5/KIOWidgets/KFileItemDelegate +include/KF5/KIOWidgets/KIO/AccessManager +include/KF5/KIOWidgets/KIO/DndPopupMenuPlugin +include/KF5/KIOWidgets/KIO/DropJob +include/KF5/KIOWidgets/KIO/FileUndoManager +include/KF5/KIOWidgets/KIO/JobUiDelegate +include/KF5/KIOWidgets/KIO/KUriFilterSearchProviderActions +include/KF5/KIOWidgets/KIO/OpenFileManagerWindowJob +include/KF5/KIOWidgets/KIO/Paste +include/KF5/KIOWidgets/KIO/PasteJob +include/KF5/KIOWidgets/KIO/PixmapLoader +include/KF5/KIOWidgets/KIO/PreviewJob +include/KF5/KIOWidgets/KIO/RenameDialog +include/KF5/KIOWidgets/KIO/SkipDialog +include/KF5/KIOWidgets/KIO/SslUi +include/KF5/KIOWidgets/KIO/ThumbCreator +include/KF5/KIOWidgets/KIO/ThumbSequenceCreator +include/KF5/KIOWidgets/KOpenWithDialog +include/KF5/KIOWidgets/KOverlayIconPlugin +include/KF5/KIOWidgets/KPropertiesDialog +include/KF5/KIOWidgets/KRun +include/KF5/KIOWidgets/KShellCompletion +include/KF5/KIOWidgets/KSslCertificateBox +include/KF5/KIOWidgets/KSslInfoDialog +include/KF5/KIOWidgets/KUriFilter +include/KF5/KIOWidgets/KUrlComboBox +include/KF5/KIOWidgets/KUrlCompletion +include/KF5/KIOWidgets/KUrlPixmapProvider +include/KF5/KIOWidgets/KUrlRequester +include/KF5/KIOWidgets/KUrlRequesterDialog +include/KF5/KIOWidgets/kabstractfileitemactionplugin.h +include/KF5/KIOWidgets/kautomount.h +include/KF5/KIOWidgets/kbuildsycocaprogressdialog.h +include/KF5/KIOWidgets/kdesktopfileactions.h +include/KF5/KIOWidgets/kdirlister.h +include/KF5/KIOWidgets/kdirmodel.h +include/KF5/KIOWidgets/kfile.h +include/KF5/KIOWidgets/kfileitemactions.h +include/KF5/KIOWidgets/kfileitemdelegate.h +include/KF5/KIOWidgets/kio/accessmanager.h +include/KF5/KIOWidgets/kio/dndpopupmenuplugin.h +include/KF5/KIOWidgets/kio/dropjob.h +include/KF5/KIOWidgets/kio/fileundomanager.h +include/KF5/KIOWidgets/kio/jobuidelegate.h +include/KF5/KIOWidgets/kio/kurifiltersearchprovideractions.h +include/KF5/KIOWidgets/kio/openfilemanagerwindowjob.h +include/KF5/KIOWidgets/kio/paste.h +include/KF5/KIOWidgets/kio/pastejob.h +include/KF5/KIOWidgets/kio/pixmaploader.h +include/KF5/KIOWidgets/kio/previewjob.h +include/KF5/KIOWidgets/kio/renamedialog.h +include/KF5/KIOWidgets/kio/skipdialog.h +include/KF5/KIOWidgets/kio/sslui.h +include/KF5/KIOWidgets/kio/thumbcreator.h +include/KF5/KIOWidgets/kio/thumbsequencecreator.h +include/KF5/KIOWidgets/kiowidgets_export.h +include/KF5/KIOWidgets/kopenwithdialog.h +include/KF5/KIOWidgets/koverlayiconplugin.h +include/KF5/KIOWidgets/kpropertiesdialog.h +include/KF5/KIOWidgets/krun.h +include/KF5/KIOWidgets/kshellcompletion.h +include/KF5/KIOWidgets/ksslcertificatebox.h +include/KF5/KIOWidgets/ksslinfodialog.h +include/KF5/KIOWidgets/kurifilter.h +include/KF5/KIOWidgets/kurlcombobox.h +include/KF5/KIOWidgets/kurlcompletion.h +include/KF5/KIOWidgets/kurlpixmapprovider.h +include/KF5/KIOWidgets/kurlrequester.h +include/KF5/KIOWidgets/kurlrequesterdialog.h +include/KF5/kio/kntlm.h +include/KF5/kio/kntlm_export.h +include/KF5/kio_version.h +lib/cmake/KF5KIO/KF5KIOConfig.cmake +lib/cmake/KF5KIO/KF5KIOConfigVersion.cmake +lib/cmake/KF5KIO/KF5KIOTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KIO/KF5KIOTargets.cmake +lib/libKF5KIOCore.so +lib/libKF5KIOCore.so.5 +lib/libKF5KIOCore.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5KIOFileWidgets.so +lib/libKF5KIOFileWidgets.so.5 +lib/libKF5KIOFileWidgets.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5KIOGui.so +lib/libKF5KIOGui.so.5 +lib/libKF5KIOGui.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5KIONTLM.so +lib/libKF5KIONTLM.so.5 +lib/libKF5KIONTLM.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5KIOWidgets.so +lib/libKF5KIOWidgets.so.5 +lib/libKF5KIOWidgets.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kf5/kio_http_cache_cleaner +lib/libexec/kf5/kiod5 +lib/libexec/kf5/kioexec +lib/libexec/kf5/kioslave +lib/libexec/kf5/kpac_dhcp_helper +%%QT_MKSPECDIR%%/modules/qt_KIOCore.pri +%%QT_MKSPECDIR%%/modules/qt_KIOFileWidgets.pri +%%QT_MKSPECDIR%%/modules/qt_KIOGui.pri +%%QT_MKSPECDIR%%/modules/qt_KIOWidgets.pri +%%QT_MKSPECDIR%%/modules/qt_KNTLM.pri +%%QT_PLUGINDIR%%/kcm_kio.so +%%QT_PLUGINDIR%%/kcm_trash.so +%%QT_PLUGINDIR%%/kcm_webshortcuts.so +%%QT_PLUGINDIR%%/kf5/kded/kcookiejar.so +%%QT_PLUGINDIR%%/kf5/kded/proxyscout.so +%%QT_PLUGINDIR%%/kf5/kio/file.so +%%QT_PLUGINDIR%%/kf5/kio/ftp.so +%%QT_PLUGINDIR%%/kf5/kio/ghelp.so +%%QT_PLUGINDIR%%/kf5/kio/help.so +%%QT_PLUGINDIR%%/kf5/kio/http.so +%%QT_PLUGINDIR%%/kf5/kio/trash.so +%%QT_PLUGINDIR%%/kf5/kiod/kpasswdserver.so +%%QT_PLUGINDIR%%/kf5/kiod/kssld.so +%%QT_PLUGINDIR%%/kf5/urifilters/fixhosturifilter.so +%%QT_PLUGINDIR%%/kf5/urifilters/kshorturifilter.so +%%QT_PLUGINDIR%%/kf5/urifilters/kuriikwsfilter.so +%%QT_PLUGINDIR%%/kf5/urifilters/kurisearchfilter.so +%%QT_PLUGINDIR%%/kf5/urifilters/localdomainurifilter.so +man/ca/man8/kcookiejar5.8.gz +man/de/man8/kcookiejar5.8.gz +man/it/man8/kcookiejar5.8.gz +man/man8/kcookiejar5.8.gz +man/nl/man8/kcookiejar5.8.gz +man/pt_BR/man8/kcookiejar5.8.gz +man/sv/man8/kcookiejar5.8.gz +man/uk/man8/kcookiejar5.8.gz +share/applications/ktelnetservice5.desktop +share/dbus-1/interfaces/kf5_org.kde.KCookieServer.xml +share/dbus-1/interfaces/kf5_org.kde.KDirNotify.xml +share/dbus-1/interfaces/kf5_org.kde.KPasswdServer.xml +share/dbus-1/interfaces/kf5_org.kde.KSlaveLauncher.xml +share/dbus-1/interfaces/kf5_org.kde.kio.FileUndoManager.xml +share/dbus-1/services/org.kde.kcookiejar5.service +share/dbus-1/services/org.kde.kiod5.service +share/dbus-1/services/org.kde.kpasswdserver.service +share/dbus-1/services/org.kde.kssld5.service +share/doc/HTML/ca/kioslave5/data/index.cache.bz2 +share/doc/HTML/ca/kioslave5/data/index.docbook +share/doc/HTML/ca/kioslave5/file/index.cache.bz2 +share/doc/HTML/ca/kioslave5/file/index.docbook +share/doc/HTML/ca/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/ca/kioslave5/ftp/index.docbook +share/doc/HTML/ca/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/ca/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/ca/kioslave5/help/index.cache.bz2 +share/doc/HTML/ca/kioslave5/help/index.docbook +share/doc/HTML/ca/kioslave5/http/index.cache.bz2 +share/doc/HTML/ca/kioslave5/http/index.docbook +share/doc/HTML/ca/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/ca/kioslave5/mailto/index.docbook +share/doc/HTML/ca/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/ca/kioslave5/telnet/index.docbook +share/doc/HTML/ca/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/ca/kioslave5/webdav/index.docbook +share/doc/HTML/de/kioslave5/data/index.cache.bz2 +share/doc/HTML/de/kioslave5/data/index.docbook +share/doc/HTML/de/kioslave5/file/index.cache.bz2 +share/doc/HTML/de/kioslave5/file/index.docbook +share/doc/HTML/de/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/de/kioslave5/ftp/index.docbook +share/doc/HTML/de/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/de/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/de/kioslave5/help/index.cache.bz2 +share/doc/HTML/de/kioslave5/help/index.docbook +share/doc/HTML/de/kioslave5/http/index.cache.bz2 +share/doc/HTML/de/kioslave5/http/index.docbook +share/doc/HTML/de/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/de/kioslave5/mailto/index.docbook +share/doc/HTML/de/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/de/kioslave5/telnet/index.docbook +share/doc/HTML/de/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/de/kioslave5/webdav/index.docbook +share/doc/HTML/en/kioslave5/data/index.cache.bz2 +share/doc/HTML/en/kioslave5/data/index.docbook +share/doc/HTML/en/kioslave5/file/index.cache.bz2 +share/doc/HTML/en/kioslave5/file/index.docbook +share/doc/HTML/en/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/en/kioslave5/ftp/index.docbook +share/doc/HTML/en/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/en/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/en/kioslave5/help/index.cache.bz2 +share/doc/HTML/en/kioslave5/help/index.docbook +share/doc/HTML/en/kioslave5/http/index.cache.bz2 +share/doc/HTML/en/kioslave5/http/index.docbook +share/doc/HTML/en/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/en/kioslave5/mailto/index.docbook +share/doc/HTML/en/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/en/kioslave5/telnet/index.docbook +share/doc/HTML/en/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/en/kioslave5/webdav/index.docbook +share/doc/HTML/et/kioslave5/data/index.cache.bz2 +share/doc/HTML/et/kioslave5/data/index.docbook +share/doc/HTML/et/kioslave5/file/index.cache.bz2 +share/doc/HTML/et/kioslave5/file/index.docbook +share/doc/HTML/et/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/et/kioslave5/ftp/index.docbook +share/doc/HTML/et/kioslave5/help/index.cache.bz2 +share/doc/HTML/et/kioslave5/help/index.docbook +share/doc/HTML/et/kioslave5/http/index.cache.bz2 +share/doc/HTML/et/kioslave5/http/index.docbook +share/doc/HTML/et/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/et/kioslave5/mailto/index.docbook +share/doc/HTML/et/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/et/kioslave5/telnet/index.docbook +share/doc/HTML/et/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/et/kioslave5/webdav/index.docbook +share/doc/HTML/it/kioslave5/data/index.cache.bz2 +share/doc/HTML/it/kioslave5/data/index.docbook +share/doc/HTML/it/kioslave5/file/index.cache.bz2 +share/doc/HTML/it/kioslave5/file/index.docbook +share/doc/HTML/it/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/it/kioslave5/ftp/index.docbook +share/doc/HTML/it/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/it/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/it/kioslave5/help/index.cache.bz2 +share/doc/HTML/it/kioslave5/help/index.docbook +share/doc/HTML/it/kioslave5/http/index.cache.bz2 +share/doc/HTML/it/kioslave5/http/index.docbook +share/doc/HTML/it/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/it/kioslave5/mailto/index.docbook +share/doc/HTML/it/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/it/kioslave5/telnet/index.docbook +share/doc/HTML/it/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/it/kioslave5/webdav/index.docbook +share/doc/HTML/nl/kioslave5/data/index.cache.bz2 +share/doc/HTML/nl/kioslave5/data/index.docbook +share/doc/HTML/nl/kioslave5/file/index.cache.bz2 +share/doc/HTML/nl/kioslave5/file/index.docbook +share/doc/HTML/nl/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/nl/kioslave5/ftp/index.docbook +share/doc/HTML/nl/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/nl/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/nl/kioslave5/help/index.cache.bz2 +share/doc/HTML/nl/kioslave5/help/index.docbook +share/doc/HTML/nl/kioslave5/http/index.cache.bz2 +share/doc/HTML/nl/kioslave5/http/index.docbook +share/doc/HTML/nl/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/nl/kioslave5/mailto/index.docbook +share/doc/HTML/nl/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/nl/kioslave5/telnet/index.docbook +share/doc/HTML/nl/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/nl/kioslave5/webdav/index.docbook +share/doc/HTML/pt_BR/kioslave5/data/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/data/index.docbook +share/doc/HTML/pt_BR/kioslave5/file/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/file/index.docbook +share/doc/HTML/pt_BR/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/ftp/index.docbook +share/doc/HTML/pt_BR/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/pt_BR/kioslave5/help/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/help/index.docbook +share/doc/HTML/pt_BR/kioslave5/http/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/http/index.docbook +share/doc/HTML/pt_BR/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/mailto/index.docbook +share/doc/HTML/pt_BR/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/telnet/index.docbook +share/doc/HTML/pt_BR/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/pt_BR/kioslave5/webdav/index.docbook +share/doc/HTML/ru/kioslave5/data/index.cache.bz2 +share/doc/HTML/ru/kioslave5/data/index.docbook +share/doc/HTML/ru/kioslave5/file/index.cache.bz2 +share/doc/HTML/ru/kioslave5/file/index.docbook +share/doc/HTML/ru/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/ru/kioslave5/ftp/index.docbook +share/doc/HTML/ru/kioslave5/help/index.cache.bz2 +share/doc/HTML/ru/kioslave5/help/index.docbook +share/doc/HTML/ru/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/ru/kioslave5/telnet/index.docbook +share/doc/HTML/ru/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/ru/kioslave5/webdav/index.docbook +share/doc/HTML/sr/kioslave5/data/index.cache.bz2 +share/doc/HTML/sr/kioslave5/data/index.docbook +share/doc/HTML/sr/kioslave5/file/index.cache.bz2 +share/doc/HTML/sr/kioslave5/file/index.docbook +share/doc/HTML/sr/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/sr/kioslave5/ftp/index.docbook +share/doc/HTML/sr/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/sr/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/sr/kioslave5/help/index.cache.bz2 +share/doc/HTML/sr/kioslave5/help/index.docbook +share/doc/HTML/sr/kioslave5/http/index.cache.bz2 +share/doc/HTML/sr/kioslave5/http/index.docbook +share/doc/HTML/sr/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/sr/kioslave5/mailto/index.docbook +share/doc/HTML/sr/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/sr/kioslave5/telnet/index.docbook +share/doc/HTML/sr/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/sr/kioslave5/webdav/index.docbook +share/doc/HTML/sr@latin/kioslave5/data/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/data/index.docbook +share/doc/HTML/sr@latin/kioslave5/file/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/file/index.docbook +share/doc/HTML/sr@latin/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/ftp/index.docbook +share/doc/HTML/sr@latin/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/sr@latin/kioslave5/help/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/help/index.docbook +share/doc/HTML/sr@latin/kioslave5/http/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/http/index.docbook +share/doc/HTML/sr@latin/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/mailto/index.docbook +share/doc/HTML/sr@latin/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/telnet/index.docbook +share/doc/HTML/sr@latin/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave5/webdav/index.docbook +share/doc/HTML/sv/kioslave5/data/index.cache.bz2 +share/doc/HTML/sv/kioslave5/data/index.docbook +share/doc/HTML/sv/kioslave5/file/index.cache.bz2 +share/doc/HTML/sv/kioslave5/file/index.docbook +share/doc/HTML/sv/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/sv/kioslave5/ftp/index.docbook +share/doc/HTML/sv/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/sv/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/sv/kioslave5/help/index.cache.bz2 +share/doc/HTML/sv/kioslave5/help/index.docbook +share/doc/HTML/sv/kioslave5/http/index.cache.bz2 +share/doc/HTML/sv/kioslave5/http/index.docbook +share/doc/HTML/sv/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/sv/kioslave5/mailto/index.docbook +share/doc/HTML/sv/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/sv/kioslave5/telnet/index.docbook +share/doc/HTML/sv/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/sv/kioslave5/webdav/index.docbook +share/doc/HTML/uk/kioslave5/data/index.cache.bz2 +share/doc/HTML/uk/kioslave5/data/index.docbook +share/doc/HTML/uk/kioslave5/file/index.cache.bz2 +share/doc/HTML/uk/kioslave5/file/index.docbook +share/doc/HTML/uk/kioslave5/ftp/index.cache.bz2 +share/doc/HTML/uk/kioslave5/ftp/index.docbook +share/doc/HTML/uk/kioslave5/help/documentationnotfound/index.cache.bz2 +share/doc/HTML/uk/kioslave5/help/documentationnotfound/index.docbook +share/doc/HTML/uk/kioslave5/help/index.cache.bz2 +share/doc/HTML/uk/kioslave5/help/index.docbook +share/doc/HTML/uk/kioslave5/http/index.cache.bz2 +share/doc/HTML/uk/kioslave5/http/index.docbook +share/doc/HTML/uk/kioslave5/mailto/index.cache.bz2 +share/doc/HTML/uk/kioslave5/mailto/index.docbook +share/doc/HTML/uk/kioslave5/telnet/index.cache.bz2 +share/doc/HTML/uk/kioslave5/telnet/index.docbook +share/doc/HTML/uk/kioslave5/webdav/index.cache.bz2 +share/doc/HTML/uk/kioslave5/webdav/index.docbook +share/kf5/kcookiejar/domain_info +share/knotifications5/proxyscout.notifyrc +share/kservices5/cache.desktop +share/kservices5/cookies.desktop +share/kservices5/data.protocol +share/kservices5/fixhosturifilter.desktop +share/kservices5/http_cache_cleaner.desktop +share/kservices5/kcmtrash.desktop +share/kservices5/kshorturifilter.desktop +share/kservices5/kuriikwsfilter.desktop +share/kservices5/kurisearchfilter.desktop +share/kservices5/localdomainurifilter.desktop +share/kservices5/mms.protocol +share/kservices5/mmst.protocol +share/kservices5/mmsu.protocol +share/kservices5/netpref.desktop +share/kservices5/pnm.protocol +share/kservices5/proxy.desktop +share/kservices5/rtsp.protocol +share/kservices5/rtspt.protocol +share/kservices5/rtspu.protocol +share/kservices5/searchproviders/7digital.desktop +share/kservices5/searchproviders/acronym.desktop +share/kservices5/searchproviders/amazon.desktop +share/kservices5/searchproviders/amazon_mp3.desktop +share/kservices5/searchproviders/amg.desktop +share/kservices5/searchproviders/archpkg.desktop +share/kservices5/searchproviders/backports.desktop +share/kservices5/searchproviders/baidu.desktop +share/kservices5/searchproviders/beolingus.desktop +share/kservices5/searchproviders/bing.desktop +share/kservices5/searchproviders/blip.desktop +share/kservices5/searchproviders/bugft.desktop +share/kservices5/searchproviders/bugno.desktop +share/kservices5/searchproviders/call.desktop +share/kservices5/searchproviders/cia.desktop +share/kservices5/searchproviders/citeseer.desktop +share/kservices5/searchproviders/cpan.desktop +share/kservices5/searchproviders/ctan.desktop +share/kservices5/searchproviders/ctan_cat.desktop +share/kservices5/searchproviders/dbug.desktop +share/kservices5/searchproviders/de2en.desktop +share/kservices5/searchproviders/de2fr.desktop +share/kservices5/searchproviders/deb.desktop +share/kservices5/searchproviders/dictfr.desktop +share/kservices5/searchproviders/dmoz.desktop +share/kservices5/searchproviders/docbook.desktop +share/kservices5/searchproviders/doi.desktop +share/kservices5/searchproviders/duckduckgo.desktop +share/kservices5/searchproviders/duckduckgo_info.desktop +share/kservices5/searchproviders/duckduckgo_shopping.desktop +share/kservices5/searchproviders/ecosia.desktop +share/kservices5/searchproviders/en2de.desktop +share/kservices5/searchproviders/en2es.desktop +share/kservices5/searchproviders/en2fr.desktop +share/kservices5/searchproviders/en2it.desktop +share/kservices5/searchproviders/es2en.desktop +share/kservices5/searchproviders/ethicle.desktop +share/kservices5/searchproviders/facebook.desktop +share/kservices5/searchproviders/feedster.desktop +share/kservices5/searchproviders/flickr.desktop +share/kservices5/searchproviders/flickrcc.desktop +share/kservices5/searchproviders/foldoc.desktop +share/kservices5/searchproviders/fr2de.desktop +share/kservices5/searchproviders/fr2en.desktop +share/kservices5/searchproviders/freecode.desktop +share/kservices5/searchproviders/freedb.desktop +share/kservices5/searchproviders/fsd.desktop +share/kservices5/searchproviders/github.desktop +share/kservices5/searchproviders/gitorious.desktop +share/kservices5/searchproviders/google.desktop +share/kservices5/searchproviders/google_advanced.desktop +share/kservices5/searchproviders/google_code.desktop +share/kservices5/searchproviders/google_groups.desktop +share/kservices5/searchproviders/google_images.desktop +share/kservices5/searchproviders/google_lucky.desktop +share/kservices5/searchproviders/google_maps.desktop +share/kservices5/searchproviders/google_movie.desktop +share/kservices5/searchproviders/google_news.desktop +share/kservices5/searchproviders/google_shopping.desktop +share/kservices5/searchproviders/grec.desktop +share/kservices5/searchproviders/hyperdictionary.desktop +share/kservices5/searchproviders/hyperdictionary_thesaurus.desktop +share/kservices5/searchproviders/ibl.desktop +share/kservices5/searchproviders/identica_groups.desktop +share/kservices5/searchproviders/identica_notices.desktop +share/kservices5/searchproviders/identica_people.desktop +share/kservices5/searchproviders/imdb.desktop +share/kservices5/searchproviders/it2en.desktop +share/kservices5/searchproviders/jamendo.desktop +share/kservices5/searchproviders/jeeves.desktop +share/kservices5/searchproviders/kde.desktop +share/kservices5/searchproviders/kde_apps.desktop +share/kservices5/searchproviders/kde_forums.desktop +share/kservices5/searchproviders/kde_look.desktop +share/kservices5/searchproviders/kde_projects.desktop +share/kservices5/searchproviders/kde_techbase.desktop +share/kservices5/searchproviders/kde_userbase.desktop +share/kservices5/searchproviders/leo.desktop +share/kservices5/searchproviders/magnatune.desktop +share/kservices5/searchproviders/metacrawler.desktop +share/kservices5/searchproviders/msdn.desktop +share/kservices5/searchproviders/multitran-deru.desktop +share/kservices5/searchproviders/multitran-enru.desktop +share/kservices5/searchproviders/multitran-esru.desktop +share/kservices5/searchproviders/multitran-frru.desktop +share/kservices5/searchproviders/multitran-itru.desktop +share/kservices5/searchproviders/multitran-nlru.desktop +share/kservices5/searchproviders/netcraft.desktop +share/kservices5/searchproviders/nl-telephone.desktop +share/kservices5/searchproviders/nl-teletekst.desktop +share/kservices5/searchproviders/opendesktop.desktop +share/kservices5/searchproviders/pgpkeys.desktop +share/kservices5/searchproviders/php.desktop +share/kservices5/searchproviders/python.desktop +share/kservices5/searchproviders/qt.desktop +share/kservices5/searchproviders/qt4.desktop +share/kservices5/searchproviders/qwant.desktop +share/kservices5/searchproviders/qwant_images.desktop +share/kservices5/searchproviders/qwant_news.desktop +share/kservices5/searchproviders/qwant_shopping.desktop +share/kservices5/searchproviders/qwant_social.desktop +share/kservices5/searchproviders/qwant_videos.desktop +share/kservices5/searchproviders/rae.desktop +share/kservices5/searchproviders/rag.desktop +share/kservices5/searchproviders/rfc.desktop +share/kservices5/searchproviders/rpmfind.desktop +share/kservices5/searchproviders/ruby_application_archive.desktop +share/kservices5/searchproviders/soundcloud.desktop +share/kservices5/searchproviders/sourceforge.desktop +share/kservices5/searchproviders/technorati.desktop +share/kservices5/searchproviders/technoratitags.desktop +share/kservices5/searchproviders/thesaurus.desktop +share/kservices5/searchproviders/tvtome.desktop +share/kservices5/searchproviders/urbandictionary.desktop +share/kservices5/searchproviders/uspto.desktop +share/kservices5/searchproviders/vimeo.desktop +share/kservices5/searchproviders/voila.desktop +share/kservices5/searchproviders/webster.desktop +share/kservices5/searchproviders/wikia.desktop +share/kservices5/searchproviders/wikipedia.desktop +share/kservices5/searchproviders/wiktionary.desktop +share/kservices5/searchproviders/wolfram_alpha.desktop +share/kservices5/searchproviders/wordref.desktop +share/kservices5/searchproviders/yahoo.desktop +share/kservices5/searchproviders/yahoo_image.desktop +share/kservices5/searchproviders/yahoo_local.desktop +share/kservices5/searchproviders/yahoo_shopping.desktop +share/kservices5/searchproviders/yahoo_video.desktop +share/kservices5/searchproviders/youtube.desktop +share/kservices5/smb.desktop +share/kservices5/useragent.desktop +share/kservices5/useragentstrings/android10.desktop +share/kservices5/useragentstrings/chrome10onwinnt51.desktop +share/kservices5/useragentstrings/chrome22oncurrent.desktop +share/kservices5/useragentstrings/chrome23oncurrent.desktop +share/kservices5/useragentstrings/chrome24oncurrent.desktop +share/kservices5/useragentstrings/chrome50oncurrent.desktop +share/kservices5/useragentstrings/firefox15oncurrent.desktop +share/kservices5/useragentstrings/firefox16oncurrent.desktop +share/kservices5/useragentstrings/firefox20oncurrent.desktop +share/kservices5/useragentstrings/firefox30oncurrent.desktop +share/kservices5/useragentstrings/firefox36oncurrent.desktop +share/kservices5/useragentstrings/googlebot.desktop +share/kservices5/useragentstrings/ie401onwinnt4.desktop +share/kservices5/useragentstrings/ie50onppc.desktop +share/kservices5/useragentstrings/ie55onwinnt5.desktop +share/kservices5/useragentstrings/ie60oncurrent.desktop +share/kservices5/useragentstrings/ie60onwinnt51.desktop +share/kservices5/useragentstrings/ie70onwinnt51.desktop +share/kservices5/useragentstrings/ie80onwinnt60.desktop +share/kservices5/useragentstrings/ie90onwinnt71.desktop +share/kservices5/useragentstrings/lynxoncurrent.desktop +share/kservices5/useragentstrings/nn301oncurrent.desktop +share/kservices5/useragentstrings/nn475oncurrent.desktop +share/kservices5/useragentstrings/nn475onwin95.desktop +share/kservices5/useragentstrings/ns71oncurrent.desktop +share/kservices5/useragentstrings/ns71onwinnt51.desktop +share/kservices5/useragentstrings/op1162oncurrent.desktop +share/kservices5/useragentstrings/op1202oncurrent.desktop +share/kservices5/useragentstrings/op403onwinnt4.desktop +share/kservices5/useragentstrings/op85oncurrent.desktop +share/kservices5/useragentstrings/op90oncurrent.desktop +share/kservices5/useragentstrings/op962oncurrent.desktop +share/kservices5/useragentstrings/safari20.desktop +share/kservices5/useragentstrings/safari30oniphone.desktop +share/kservices5/useragentstrings/safari32.desktop +share/kservices5/useragentstrings/safari40.desktop +share/kservices5/useragentstrings/safari517.desktop +share/kservices5/useragentstrings/safari60.desktop +share/kservices5/useragentstrings/w3moncurrent.desktop +share/kservices5/useragentstrings/wgetoncurrent.desktop +share/kservices5/webshortcuts.desktop +share/kservicetypes5/kfileitemactionplugin.desktop +share/kservicetypes5/kiodndpopupmenuplugin.desktop +share/kservicetypes5/konqpopupmenuplugin.desktop +share/kservicetypes5/kpropertiesdialogplugin.desktop +share/kservicetypes5/kurifilterplugin.desktop +share/kservicetypes5/searchprovider.desktop +share/kservicetypes5/uasprovider.desktop +share/locale/af/LC_MESSAGES/kio5.mo +share/locale/ar/LC_MESSAGES/kio5.mo +share/locale/ast/LC_MESSAGES/kio5.mo +share/locale/be/LC_MESSAGES/kio5.mo +share/locale/be@latin/LC_MESSAGES/kio5.mo +share/locale/bg/LC_MESSAGES/kio5.mo +share/locale/bn/LC_MESSAGES/kio5.mo +share/locale/br/LC_MESSAGES/kio5.mo +share/locale/bs/LC_MESSAGES/kio5.mo +share/locale/ca/LC_MESSAGES/kio5.mo +share/locale/ca@valencia/LC_MESSAGES/kio5.mo +share/locale/cs/LC_MESSAGES/kio5.mo +share/locale/csb/LC_MESSAGES/kio5.mo +share/locale/cy/LC_MESSAGES/kio5.mo +share/locale/da/LC_MESSAGES/kio5.mo +share/locale/de/LC_MESSAGES/kio5.mo +share/locale/el/LC_MESSAGES/kio5.mo +share/locale/en_GB/LC_MESSAGES/kio5.mo +share/locale/eo/LC_MESSAGES/kio5.mo +share/locale/es/LC_MESSAGES/kio5.mo +share/locale/et/LC_MESSAGES/kio5.mo +share/locale/eu/LC_MESSAGES/kio5.mo +share/locale/fa/LC_MESSAGES/kio5.mo +share/locale/fi/LC_MESSAGES/kio5.mo +share/locale/fr/LC_MESSAGES/kio5.mo +share/locale/fy/LC_MESSAGES/kio5.mo +share/locale/ga/LC_MESSAGES/kio5.mo +share/locale/gl/LC_MESSAGES/kio5.mo +share/locale/gu/LC_MESSAGES/kio5.mo +share/locale/he/LC_MESSAGES/kio5.mo +share/locale/hi/LC_MESSAGES/kio5.mo +share/locale/hr/LC_MESSAGES/kio5.mo +share/locale/hsb/LC_MESSAGES/kio5.mo +share/locale/hu/LC_MESSAGES/kio5.mo +share/locale/ia/LC_MESSAGES/kio5.mo +share/locale/is/LC_MESSAGES/kio5.mo +share/locale/it/LC_MESSAGES/kio5.mo +share/locale/ja/LC_MESSAGES/kio5.mo +share/locale/kk/LC_MESSAGES/kio5.mo +share/locale/km/LC_MESSAGES/kio5.mo +share/locale/ko/LC_MESSAGES/kio5.mo +share/locale/ku/LC_MESSAGES/kio5.mo +share/locale/lt/LC_MESSAGES/kio5.mo +share/locale/lv/LC_MESSAGES/kio5.mo +share/locale/mai/LC_MESSAGES/kio5.mo +share/locale/mk/LC_MESSAGES/kio5.mo +share/locale/ml/LC_MESSAGES/kio5.mo +share/locale/mr/LC_MESSAGES/kio5.mo +share/locale/ms/LC_MESSAGES/kio5.mo +share/locale/nb/LC_MESSAGES/kio5.mo +share/locale/nds/LC_MESSAGES/kio5.mo +share/locale/ne/LC_MESSAGES/kio5.mo +share/locale/nl/LC_MESSAGES/kio5.mo +share/locale/nn/LC_MESSAGES/kio5.mo +share/locale/oc/LC_MESSAGES/kio5.mo +share/locale/pa/LC_MESSAGES/kio5.mo +share/locale/pl/LC_MESSAGES/kio5.mo +share/locale/pt/LC_MESSAGES/kio5.mo +share/locale/pt_BR/LC_MESSAGES/kio5.mo +share/locale/ro/LC_MESSAGES/kio5.mo +share/locale/ru/LC_MESSAGES/kio5.mo +share/locale/se/LC_MESSAGES/kio5.mo +share/locale/sk/LC_MESSAGES/kio5.mo +share/locale/sl/LC_MESSAGES/kio5.mo +share/locale/sq/LC_MESSAGES/kio5.mo +share/locale/sr/LC_MESSAGES/kio5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio5.mo +share/locale/sr@latin/LC_MESSAGES/kio5.mo +share/locale/sv/LC_MESSAGES/kio5.mo +share/locale/ta/LC_MESSAGES/kio5.mo +share/locale/tg/LC_MESSAGES/kio5.mo +share/locale/th/LC_MESSAGES/kio5.mo +share/locale/tr/LC_MESSAGES/kio5.mo +share/locale/ug/LC_MESSAGES/kio5.mo +share/locale/uk/LC_MESSAGES/kio5.mo +share/locale/uz/LC_MESSAGES/kio5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kio5.mo +share/locale/vi/LC_MESSAGES/kio5.mo +share/locale/wa/LC_MESSAGES/kio5.mo +share/locale/xh/LC_MESSAGES/kio5.mo +share/locale/zh_CN/LC_MESSAGES/kio5.mo +share/locale/zh_TW/LC_MESSAGES/kio5.mo Index: head/devel/kf5-kitemmodels/Makefile =================================================================== --- head/devel/kf5-kitemmodels/Makefile +++ head/devel/kf5-kitemmodels/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kitemmodels +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 models for Qt Model/View system + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core qmake_build + +.include Index: head/devel/kf5-kitemmodels/distinfo =================================================================== --- head/devel/kf5-kitemmodels/distinfo +++ head/devel/kf5-kitemmodels/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424077 +SHA256 (KDE/frameworks/5.27.0/kitemmodels-5.27.0.tar.xz) = c27f0ca38d4b6593115fbf257423c6b1ffa35cb2d7f341fc4bf3e43262b90f03 +SIZE (KDE/frameworks/5.27.0/kitemmodels-5.27.0.tar.xz) = 388100 Index: head/devel/kf5-kitemmodels/pkg-descr =================================================================== --- head/devel/kf5-kitemmodels/pkg-descr +++ head/devel/kf5-kitemmodels/pkg-descr @@ -0,0 +1,3 @@ +Set of item models extending the Qt model-view framework + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html Index: head/devel/kf5-kitemmodels/pkg-plist =================================================================== --- head/devel/kf5-kitemmodels/pkg-plist +++ head/devel/kf5-kitemmodels/pkg-plist @@ -0,0 +1,30 @@ +include/KF5/KItemModels/KBreadcrumbSelectionModel +include/KF5/KItemModels/KCheckableProxyModel +include/KF5/KItemModels/KConcatenateRowsProxyModel +include/KF5/KItemModels/KDescendantsProxyModel +include/KF5/KItemModels/KExtraColumnsProxyModel +include/KF5/KItemModels/KLinkItemSelectionModel +include/KF5/KItemModels/KModelIndexProxyMapper +include/KF5/KItemModels/KRearrangeColumnsProxyModel +include/KF5/KItemModels/KRecursiveFilterProxyModel +include/KF5/KItemModels/KSelectionProxyModel +include/KF5/KItemModels/kbreadcrumbselectionmodel.h +include/KF5/KItemModels/kcheckableproxymodel.h +include/KF5/KItemModels/kconcatenaterowsproxymodel.h +include/KF5/KItemModels/kdescendantsproxymodel.h +include/KF5/KItemModels/kextracolumnsproxymodel.h +include/KF5/KItemModels/kitemmodels_export.h +include/KF5/KItemModels/klinkitemselectionmodel.h +include/KF5/KItemModels/kmodelindexproxymapper.h +include/KF5/KItemModels/krearrangecolumnsproxymodel.h +include/KF5/KItemModels/krecursivefilterproxymodel.h +include/KF5/KItemModels/kselectionproxymodel.h +include/KF5/kitemmodels_version.h +lib/cmake/KF5ItemModels/KF5ItemModelsConfig.cmake +lib/cmake/KF5ItemModels/KF5ItemModelsConfigVersion.cmake +lib/cmake/KF5ItemModels/KF5ItemModelsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5ItemModels/KF5ItemModelsTargets.cmake +lib/libKF5ItemModels.so +lib/libKF5ItemModels.so.5 +lib/libKF5ItemModels.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KItemModels.pri Index: head/devel/kf5-knewstuff/Makefile =================================================================== --- head/devel/kf5-knewstuff/Makefile +++ head/devel/kf5-knewstuff/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= knewstuff +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for downloading application assets from the network + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive attica5 auth codecs completion config \ + configwidgets coreaddons ecm i18n iconthemes itemviews \ + jobwidgets kio service sonnet textwidgets widgetsaddons \ + xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build \ + widgets xml + +.include Index: head/devel/kf5-knewstuff/distinfo =================================================================== --- head/devel/kf5-knewstuff/distinfo +++ head/devel/kf5-knewstuff/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424078 +SHA256 (KDE/frameworks/5.27.0/knewstuff-5.27.0.tar.xz) = 4ee43345b3e237e7869012b211d7af3b119506315a0b2873ae6c74bfd9593316 +SIZE (KDE/frameworks/5.27.0/knewstuff-5.27.0.tar.xz) = 3317652 Index: head/devel/kf5-knewstuff/pkg-descr =================================================================== --- head/devel/kf5-knewstuff/pkg-descr +++ head/devel/kf5-knewstuff/pkg-descr @@ -0,0 +1,4 @@ +The KNewStuff library implements collaborative data sharing for applications. +It uses libattica to support the Open Collaboration Services specification. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html Index: head/devel/kf5-knewstuff/pkg-plist =================================================================== --- head/devel/kf5-knewstuff/pkg-plist +++ head/devel/kf5-knewstuff/pkg-plist @@ -0,0 +1,166 @@ +include/KF5/KNewStuff3/KNS3/Button +include/KF5/KNewStuff3/KNS3/DownloadDialog +include/KF5/KNewStuff3/KNS3/DownloadManager +include/KF5/KNewStuff3/KNS3/DownloadWidget +include/KF5/KNewStuff3/KNS3/Entry +include/KF5/KNewStuff3/KNS3/KMoreTools +include/KF5/KNewStuff3/KNS3/KMoreToolsMenuFactory +include/KF5/KNewStuff3/KNS3/KMoreToolsPresets +include/KF5/KNewStuff3/KNS3/UploadDialog +include/KF5/KNewStuff3/kns3/button.h +include/KF5/KNewStuff3/kns3/downloaddialog.h +include/KF5/KNewStuff3/kns3/downloadmanager.h +include/KF5/KNewStuff3/kns3/downloadwidget.h +include/KF5/KNewStuff3/kns3/entry.h +include/KF5/KNewStuff3/kns3/kmoretools.h +include/KF5/KNewStuff3/kns3/kmoretoolsmenufactory.h +include/KF5/KNewStuff3/kns3/kmoretoolspresets.h +include/KF5/KNewStuff3/kns3/knewstuff_export.h +include/KF5/KNewStuff3/kns3/knewstuffaction.h +include/KF5/KNewStuff3/kns3/uploaddialog.h +include/KF5/knewstuff_version.h +lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake +lib/cmake/KF5NewStuff/KF5NewStuffConfigVersion.cmake +lib/cmake/KF5NewStuff/KF5NewStuffTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5NewStuff/KF5NewStuffTargets.cmake +lib/libKF5NewStuff.so +lib/libKF5NewStuff.so.5 +lib/libKF5NewStuff.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KNewStuff.pri +share/kf5/kmoretools/presets-kmoretools/_INFO +share/kf5/kmoretools/presets-kmoretools/catfish.desktop +share/kf5/kmoretools/presets-kmoretools/disk.desktop +share/kf5/kmoretools/presets-kmoretools/filelight.png +share/kf5/kmoretools/presets-kmoretools/giggle.desktop +share/kf5/kmoretools/presets-kmoretools/git-cola-folder-handler.desktop +share/kf5/kmoretools/presets-kmoretools/git-cola-view-history.kmt-edition.desktop +share/kf5/kmoretools/presets-kmoretools/git-cola.desktop +share/kf5/kmoretools/presets-kmoretools/git-cola.svg +share/kf5/kmoretools/presets-kmoretools/gitg.desktop +share/kf5/kmoretools/presets-kmoretools/gitg.png +share/kf5/kmoretools/presets-kmoretools/gitk.kmt-edition.desktop +share/kf5/kmoretools/presets-kmoretools/gnome-search-tool.desktop +share/kf5/kmoretools/presets-kmoretools/gparted.desktop +share/kf5/kmoretools/presets-kmoretools/gparted.png +share/kf5/kmoretools/presets-kmoretools/hotshots.desktop +share/kf5/kmoretools/presets-kmoretools/hotshots.png +share/kf5/kmoretools/presets-kmoretools/htop.desktop +share/kf5/kmoretools/presets-kmoretools/kaption.desktop +share/kf5/kmoretools/presets-kmoretools/kaption.desktop.TODO +share/kf5/kmoretools/presets-kmoretools/kdf.desktop +share/kf5/kmoretools/presets-kmoretools/ksystemlog.desktop +share/kf5/kmoretools/presets-kmoretools/org.gnome.clocks.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.PartitionManager.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.filelight.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.kfind.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.kscreengenie.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.ksnapshot.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.ksysguard.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.ktimer.desktop +share/kf5/kmoretools/presets-kmoretools/org.kde.plasma.cuttlefish.kmt-edition.desktop +share/kf5/kmoretools/presets-kmoretools/qgit.kmt-edition.desktop +share/kf5/kmoretools/presets-kmoretools/shutter.desktop +share/kf5/kmoretools/presets-kmoretools/shutter.desktop.TODO +share/kf5/kmoretools/presets-kmoretools/shutter.svg +share/kf5/kmoretools/presets-kmoretools/xfce4-taskmanager.desktop +share/kf5/knewstuff/pics/thumb_frame.png +share/locale/af/LC_MESSAGES/knewstuff5.mo +share/locale/ar/LC_MESSAGES/knewstuff5.mo +share/locale/as/LC_MESSAGES/knewstuff5.mo +share/locale/ast/LC_MESSAGES/knewstuff5.mo +share/locale/be/LC_MESSAGES/knewstuff5.mo +share/locale/be@latin/LC_MESSAGES/knewstuff5.mo +share/locale/bg/LC_MESSAGES/knewstuff5.mo +share/locale/bn/LC_MESSAGES/knewstuff5.mo +share/locale/bn_IN/LC_MESSAGES/knewstuff5.mo +share/locale/br/LC_MESSAGES/knewstuff5.mo +share/locale/bs/LC_MESSAGES/knewstuff5.mo +share/locale/ca/LC_MESSAGES/knewstuff5.mo +share/locale/ca@valencia/LC_MESSAGES/knewstuff5.mo +share/locale/crh/LC_MESSAGES/knewstuff5.mo +share/locale/cs/LC_MESSAGES/knewstuff5.mo +share/locale/csb/LC_MESSAGES/knewstuff5.mo +share/locale/cy/LC_MESSAGES/knewstuff5.mo +share/locale/da/LC_MESSAGES/knewstuff5.mo +share/locale/de/LC_MESSAGES/knewstuff5.mo +share/locale/el/LC_MESSAGES/knewstuff5.mo +share/locale/en_GB/LC_MESSAGES/knewstuff5.mo +share/locale/eo/LC_MESSAGES/knewstuff5.mo +share/locale/es/LC_MESSAGES/knewstuff5.mo +share/locale/et/LC_MESSAGES/knewstuff5.mo +share/locale/eu/LC_MESSAGES/knewstuff5.mo +share/locale/fa/LC_MESSAGES/knewstuff5.mo +share/locale/fi/LC_MESSAGES/knewstuff5.mo +share/locale/fr/LC_MESSAGES/knewstuff5.mo +share/locale/fy/LC_MESSAGES/knewstuff5.mo +share/locale/ga/LC_MESSAGES/knewstuff5.mo +share/locale/gd/LC_MESSAGES/knewstuff5.mo +share/locale/gl/LC_MESSAGES/knewstuff5.mo +share/locale/gu/LC_MESSAGES/knewstuff5.mo +share/locale/ha/LC_MESSAGES/knewstuff5.mo +share/locale/he/LC_MESSAGES/knewstuff5.mo +share/locale/hi/LC_MESSAGES/knewstuff5.mo +share/locale/hne/LC_MESSAGES/knewstuff5.mo +share/locale/hr/LC_MESSAGES/knewstuff5.mo +share/locale/hsb/LC_MESSAGES/knewstuff5.mo +share/locale/hu/LC_MESSAGES/knewstuff5.mo +share/locale/hy/LC_MESSAGES/knewstuff5.mo +share/locale/ia/LC_MESSAGES/knewstuff5.mo +share/locale/id/LC_MESSAGES/knewstuff5.mo +share/locale/is/LC_MESSAGES/knewstuff5.mo +share/locale/it/LC_MESSAGES/knewstuff5.mo +share/locale/ja/LC_MESSAGES/knewstuff5.mo +share/locale/ka/LC_MESSAGES/knewstuff5.mo +share/locale/kk/LC_MESSAGES/knewstuff5.mo +share/locale/km/LC_MESSAGES/knewstuff5.mo +share/locale/kn/LC_MESSAGES/knewstuff5.mo +share/locale/ko/LC_MESSAGES/knewstuff5.mo +share/locale/ku/LC_MESSAGES/knewstuff5.mo +share/locale/lb/LC_MESSAGES/knewstuff5.mo +share/locale/lt/LC_MESSAGES/knewstuff5.mo +share/locale/lv/LC_MESSAGES/knewstuff5.mo +share/locale/mai/LC_MESSAGES/knewstuff5.mo +share/locale/mk/LC_MESSAGES/knewstuff5.mo +share/locale/ml/LC_MESSAGES/knewstuff5.mo +share/locale/mr/LC_MESSAGES/knewstuff5.mo +share/locale/ms/LC_MESSAGES/knewstuff5.mo +share/locale/nb/LC_MESSAGES/knewstuff5.mo +share/locale/nds/LC_MESSAGES/knewstuff5.mo +share/locale/ne/LC_MESSAGES/knewstuff5.mo +share/locale/nl/LC_MESSAGES/knewstuff5.mo +share/locale/nn/LC_MESSAGES/knewstuff5.mo +share/locale/oc/LC_MESSAGES/knewstuff5.mo +share/locale/or/LC_MESSAGES/knewstuff5.mo +share/locale/pa/LC_MESSAGES/knewstuff5.mo +share/locale/pl/LC_MESSAGES/knewstuff5.mo +share/locale/ps/LC_MESSAGES/knewstuff5.mo +share/locale/pt/LC_MESSAGES/knewstuff5.mo +share/locale/pt_BR/LC_MESSAGES/knewstuff5.mo +share/locale/ro/LC_MESSAGES/knewstuff5.mo +share/locale/ru/LC_MESSAGES/knewstuff5.mo +share/locale/se/LC_MESSAGES/knewstuff5.mo +share/locale/si/LC_MESSAGES/knewstuff5.mo +share/locale/sk/LC_MESSAGES/knewstuff5.mo +share/locale/sl/LC_MESSAGES/knewstuff5.mo +share/locale/sq/LC_MESSAGES/knewstuff5.mo +share/locale/sr/LC_MESSAGES/knewstuff5.mo +share/locale/sr@ijekavian/LC_MESSAGES/knewstuff5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/knewstuff5.mo +share/locale/sr@latin/LC_MESSAGES/knewstuff5.mo +share/locale/sv/LC_MESSAGES/knewstuff5.mo +share/locale/ta/LC_MESSAGES/knewstuff5.mo +share/locale/te/LC_MESSAGES/knewstuff5.mo +share/locale/tg/LC_MESSAGES/knewstuff5.mo +share/locale/th/LC_MESSAGES/knewstuff5.mo +share/locale/tr/LC_MESSAGES/knewstuff5.mo +share/locale/tt/LC_MESSAGES/knewstuff5.mo +share/locale/ug/LC_MESSAGES/knewstuff5.mo +share/locale/uk/LC_MESSAGES/knewstuff5.mo +share/locale/uz/LC_MESSAGES/knewstuff5.mo +share/locale/uz@cyrillic/LC_MESSAGES/knewstuff5.mo +share/locale/vi/LC_MESSAGES/knewstuff5.mo +share/locale/wa/LC_MESSAGES/knewstuff5.mo +share/locale/xh/LC_MESSAGES/knewstuff5.mo +share/locale/zh_CN/LC_MESSAGES/knewstuff5.mo +share/locale/zh_HK/LC_MESSAGES/knewstuff5.mo +share/locale/zh_TW/LC_MESSAGES/knewstuff5.mo Index: head/devel/kf5-knotifications/Makefile =================================================================== --- head/devel/kf5-knotifications/Makefile +++ head/devel/kf5-knotifications/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= knotifications +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 abstraction for system notifications + +LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt5 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= codecs config coreaddons ecm windowsystem +USE_QT5= buildtools_build core dbus gui linguisttools phonon4 \ + qmake_build widgets x11extras +USE_XORG= x11 + +.include Index: head/devel/kf5-knotifications/distinfo =================================================================== --- head/devel/kf5-knotifications/distinfo +++ head/devel/kf5-knotifications/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424078 +SHA256 (KDE/frameworks/5.27.0/knotifications-5.27.0.tar.xz) = b6dfd3803f75e81381ce377d6d798942d08409b4c2baaf44fe123fd7ad106127 +SIZE (KDE/frameworks/5.27.0/knotifications-5.27.0.tar.xz) = 2562676 Index: head/devel/kf5-knotifications/pkg-descr =================================================================== --- head/devel/kf5-knotifications/pkg-descr +++ head/devel/kf5-knotifications/pkg-descr @@ -0,0 +1,4 @@ +KNotification is used to notify the user of an event. +It covers feedback and persistent events. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html Index: head/devel/kf5-knotifications/pkg-plist =================================================================== --- head/devel/kf5-knotifications/pkg-plist +++ head/devel/kf5-knotifications/pkg-plist @@ -0,0 +1,125 @@ +include/KF5/KNotifications/KNotification +include/KF5/KNotifications/KNotificationPlugin +include/KF5/KNotifications/KNotificationRestrictions +include/KF5/KNotifications/KNotifyConfig +include/KF5/KNotifications/KPassivePopup +include/KF5/KNotifications/KStatusNotifierItem +include/KF5/KNotifications/knotification.h +include/KF5/KNotifications/knotificationplugin.h +include/KF5/KNotifications/knotificationrestrictions.h +include/KF5/KNotifications/knotifications_export.h +include/KF5/KNotifications/knotifyconfig.h +include/KF5/KNotifications/kpassivepopup.h +include/KF5/KNotifications/kstatusnotifieritem.h +include/KF5/knotifications_version.h +lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake +lib/cmake/KF5Notifications/KF5NotificationsConfigVersion.cmake +lib/cmake/KF5Notifications/KF5NotificationsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Notifications/KF5NotificationsTargets.cmake +lib/libKF5Notifications.so +lib/libKF5Notifications.so.5 +lib/libKF5Notifications.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KNotifications.pri +share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml +share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml +share/kservicetypes5/knotificationplugin.desktop +share/locale/af/LC_MESSAGES/knotifications5_qt.qm +share/locale/ar/LC_MESSAGES/knotifications5_qt.qm +share/locale/as/LC_MESSAGES/knotifications5_qt.qm +share/locale/ast/LC_MESSAGES/knotifications5_qt.qm +share/locale/be/LC_MESSAGES/knotifications5_qt.qm +share/locale/be@latin/LC_MESSAGES/knotifications5_qt.qm +share/locale/bg/LC_MESSAGES/knotifications5_qt.qm +share/locale/bn/LC_MESSAGES/knotifications5_qt.qm +share/locale/bn_IN/LC_MESSAGES/knotifications5_qt.qm +share/locale/br/LC_MESSAGES/knotifications5_qt.qm +share/locale/bs/LC_MESSAGES/knotifications5_qt.qm +share/locale/ca/LC_MESSAGES/knotifications5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/knotifications5_qt.qm +share/locale/crh/LC_MESSAGES/knotifications5_qt.qm +share/locale/cs/LC_MESSAGES/knotifications5_qt.qm +share/locale/csb/LC_MESSAGES/knotifications5_qt.qm +share/locale/cy/LC_MESSAGES/knotifications5_qt.qm +share/locale/da/LC_MESSAGES/knotifications5_qt.qm +share/locale/de/LC_MESSAGES/knotifications5_qt.qm +share/locale/el/LC_MESSAGES/knotifications5_qt.qm +share/locale/en_GB/LC_MESSAGES/knotifications5_qt.qm +share/locale/eo/LC_MESSAGES/knotifications5_qt.qm +share/locale/es/LC_MESSAGES/knotifications5_qt.qm +share/locale/et/LC_MESSAGES/knotifications5_qt.qm +share/locale/eu/LC_MESSAGES/knotifications5_qt.qm +share/locale/fa/LC_MESSAGES/knotifications5_qt.qm +share/locale/fi/LC_MESSAGES/knotifications5_qt.qm +share/locale/fr/LC_MESSAGES/knotifications5_qt.qm +share/locale/fy/LC_MESSAGES/knotifications5_qt.qm +share/locale/ga/LC_MESSAGES/knotifications5_qt.qm +share/locale/gd/LC_MESSAGES/knotifications5_qt.qm +share/locale/gl/LC_MESSAGES/knotifications5_qt.qm +share/locale/gu/LC_MESSAGES/knotifications5_qt.qm +share/locale/ha/LC_MESSAGES/knotifications5_qt.qm +share/locale/he/LC_MESSAGES/knotifications5_qt.qm +share/locale/hi/LC_MESSAGES/knotifications5_qt.qm +share/locale/hne/LC_MESSAGES/knotifications5_qt.qm +share/locale/hr/LC_MESSAGES/knotifications5_qt.qm +share/locale/hsb/LC_MESSAGES/knotifications5_qt.qm +share/locale/hu/LC_MESSAGES/knotifications5_qt.qm +share/locale/hy/LC_MESSAGES/knotifications5_qt.qm +share/locale/ia/LC_MESSAGES/knotifications5_qt.qm +share/locale/id/LC_MESSAGES/knotifications5_qt.qm +share/locale/is/LC_MESSAGES/knotifications5_qt.qm +share/locale/it/LC_MESSAGES/knotifications5_qt.qm +share/locale/ja/LC_MESSAGES/knotifications5_qt.qm +share/locale/ka/LC_MESSAGES/knotifications5_qt.qm +share/locale/kk/LC_MESSAGES/knotifications5_qt.qm +share/locale/km/LC_MESSAGES/knotifications5_qt.qm +share/locale/kn/LC_MESSAGES/knotifications5_qt.qm +share/locale/ko/LC_MESSAGES/knotifications5_qt.qm +share/locale/ku/LC_MESSAGES/knotifications5_qt.qm +share/locale/lb/LC_MESSAGES/knotifications5_qt.qm +share/locale/lt/LC_MESSAGES/knotifications5_qt.qm +share/locale/lv/LC_MESSAGES/knotifications5_qt.qm +share/locale/mai/LC_MESSAGES/knotifications5_qt.qm +share/locale/mk/LC_MESSAGES/knotifications5_qt.qm +share/locale/ml/LC_MESSAGES/knotifications5_qt.qm +share/locale/mr/LC_MESSAGES/knotifications5_qt.qm +share/locale/ms/LC_MESSAGES/knotifications5_qt.qm +share/locale/nb/LC_MESSAGES/knotifications5_qt.qm +share/locale/nds/LC_MESSAGES/knotifications5_qt.qm +share/locale/ne/LC_MESSAGES/knotifications5_qt.qm +share/locale/nl/LC_MESSAGES/knotifications5_qt.qm +share/locale/nn/LC_MESSAGES/knotifications5_qt.qm +share/locale/oc/LC_MESSAGES/knotifications5_qt.qm +share/locale/or/LC_MESSAGES/knotifications5_qt.qm +share/locale/pa/LC_MESSAGES/knotifications5_qt.qm +share/locale/pl/LC_MESSAGES/knotifications5_qt.qm +share/locale/ps/LC_MESSAGES/knotifications5_qt.qm +share/locale/pt/LC_MESSAGES/knotifications5_qt.qm +share/locale/pt_BR/LC_MESSAGES/knotifications5_qt.qm +share/locale/ro/LC_MESSAGES/knotifications5_qt.qm +share/locale/ru/LC_MESSAGES/knotifications5_qt.qm +share/locale/se/LC_MESSAGES/knotifications5_qt.qm +share/locale/si/LC_MESSAGES/knotifications5_qt.qm +share/locale/sk/LC_MESSAGES/knotifications5_qt.qm +share/locale/sl/LC_MESSAGES/knotifications5_qt.qm +share/locale/sq/LC_MESSAGES/knotifications5_qt.qm +share/locale/sr/LC_MESSAGES/knotifications5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/knotifications5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/knotifications5_qt.qm +share/locale/sr@latin/LC_MESSAGES/knotifications5_qt.qm +share/locale/sv/LC_MESSAGES/knotifications5_qt.qm +share/locale/ta/LC_MESSAGES/knotifications5_qt.qm +share/locale/te/LC_MESSAGES/knotifications5_qt.qm +share/locale/tg/LC_MESSAGES/knotifications5_qt.qm +share/locale/th/LC_MESSAGES/knotifications5_qt.qm +share/locale/tr/LC_MESSAGES/knotifications5_qt.qm +share/locale/tt/LC_MESSAGES/knotifications5_qt.qm +share/locale/ug/LC_MESSAGES/knotifications5_qt.qm +share/locale/uk/LC_MESSAGES/knotifications5_qt.qm +share/locale/uz/LC_MESSAGES/knotifications5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/knotifications5_qt.qm +share/locale/vi/LC_MESSAGES/knotifications5_qt.qm +share/locale/wa/LC_MESSAGES/knotifications5_qt.qm +share/locale/xh/LC_MESSAGES/knotifications5_qt.qm +share/locale/zh_CN/LC_MESSAGES/knotifications5_qt.qm +share/locale/zh_HK/LC_MESSAGES/knotifications5_qt.qm +share/locale/zh_TW/LC_MESSAGES/knotifications5_qt.qm Index: head/devel/kf5-knotifyconfig/Makefile =================================================================== --- head/devel/kf5-knotifyconfig/Makefile +++ head/devel/kf5-knotifyconfig/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= knotifyconfig +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 configuration system for KNotify + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \ + service widgetsaddons +USE_QT5= buildtools_build core dbus gui network phonon4 \ + qmake_build widgets + +.include Index: head/devel/kf5-knotifyconfig/distinfo =================================================================== --- head/devel/kf5-knotifyconfig/distinfo +++ head/devel/kf5-knotifyconfig/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424078 +SHA256 (KDE/frameworks/5.27.0/knotifyconfig-5.27.0.tar.xz) = 3669ebb7d1e8b50f7d1f4579779194e2bc36926ef30d5c8ffbe968697d0a1721 +SIZE (KDE/frameworks/5.27.0/knotifyconfig-5.27.0.tar.xz) = 2653572 Index: head/devel/kf5-knotifyconfig/pkg-descr =================================================================== --- head/devel/kf5-knotifyconfig/pkg-descr +++ head/devel/kf5-knotifyconfig/pkg-descr @@ -0,0 +1,4 @@ +KNotifyConfig provides a configuration dialog for desktop notifications which +can be embedded in your application. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html Index: head/devel/kf5-knotifyconfig/pkg-plist =================================================================== --- head/devel/kf5-knotifyconfig/pkg-plist +++ head/devel/kf5-knotifyconfig/pkg-plist @@ -0,0 +1,112 @@ +include/KF5/KNotifyConfig/KNotifyConfigWidget +include/KF5/KNotifyConfig/knotifyconfig_export.h +include/KF5/KNotifyConfig/knotifyconfigwidget.h +include/KF5/knotifyconfig_version.h +lib/cmake/KF5NotifyConfig/KF5NotifyConfigConfig.cmake +lib/cmake/KF5NotifyConfig/KF5NotifyConfigConfigVersion.cmake +lib/cmake/KF5NotifyConfig/KF5NotifyConfigTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5NotifyConfig/KF5NotifyConfigTargets.cmake +lib/libKF5NotifyConfig.so +lib/libKF5NotifyConfig.so.5 +lib/libKF5NotifyConfig.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KNotifyConfig.pri +share/locale/af/LC_MESSAGES/knotifyconfig5.mo +share/locale/ar/LC_MESSAGES/knotifyconfig5.mo +share/locale/as/LC_MESSAGES/knotifyconfig5.mo +share/locale/ast/LC_MESSAGES/knotifyconfig5.mo +share/locale/be/LC_MESSAGES/knotifyconfig5.mo +share/locale/be@latin/LC_MESSAGES/knotifyconfig5.mo +share/locale/bg/LC_MESSAGES/knotifyconfig5.mo +share/locale/bn/LC_MESSAGES/knotifyconfig5.mo +share/locale/bn_IN/LC_MESSAGES/knotifyconfig5.mo +share/locale/br/LC_MESSAGES/knotifyconfig5.mo +share/locale/bs/LC_MESSAGES/knotifyconfig5.mo +share/locale/ca/LC_MESSAGES/knotifyconfig5.mo +share/locale/ca@valencia/LC_MESSAGES/knotifyconfig5.mo +share/locale/crh/LC_MESSAGES/knotifyconfig5.mo +share/locale/cs/LC_MESSAGES/knotifyconfig5.mo +share/locale/csb/LC_MESSAGES/knotifyconfig5.mo +share/locale/cy/LC_MESSAGES/knotifyconfig5.mo +share/locale/da/LC_MESSAGES/knotifyconfig5.mo +share/locale/de/LC_MESSAGES/knotifyconfig5.mo +share/locale/el/LC_MESSAGES/knotifyconfig5.mo +share/locale/en_GB/LC_MESSAGES/knotifyconfig5.mo +share/locale/eo/LC_MESSAGES/knotifyconfig5.mo +share/locale/es/LC_MESSAGES/knotifyconfig5.mo +share/locale/et/LC_MESSAGES/knotifyconfig5.mo +share/locale/eu/LC_MESSAGES/knotifyconfig5.mo +share/locale/fa/LC_MESSAGES/knotifyconfig5.mo +share/locale/fi/LC_MESSAGES/knotifyconfig5.mo +share/locale/fr/LC_MESSAGES/knotifyconfig5.mo +share/locale/fy/LC_MESSAGES/knotifyconfig5.mo +share/locale/ga/LC_MESSAGES/knotifyconfig5.mo +share/locale/gd/LC_MESSAGES/knotifyconfig5.mo +share/locale/gl/LC_MESSAGES/knotifyconfig5.mo +share/locale/gu/LC_MESSAGES/knotifyconfig5.mo +share/locale/ha/LC_MESSAGES/knotifyconfig5.mo +share/locale/he/LC_MESSAGES/knotifyconfig5.mo +share/locale/hi/LC_MESSAGES/knotifyconfig5.mo +share/locale/hne/LC_MESSAGES/knotifyconfig5.mo +share/locale/hr/LC_MESSAGES/knotifyconfig5.mo +share/locale/hsb/LC_MESSAGES/knotifyconfig5.mo +share/locale/hu/LC_MESSAGES/knotifyconfig5.mo +share/locale/hy/LC_MESSAGES/knotifyconfig5.mo +share/locale/ia/LC_MESSAGES/knotifyconfig5.mo +share/locale/id/LC_MESSAGES/knotifyconfig5.mo +share/locale/is/LC_MESSAGES/knotifyconfig5.mo +share/locale/it/LC_MESSAGES/knotifyconfig5.mo +share/locale/ja/LC_MESSAGES/knotifyconfig5.mo +share/locale/ka/LC_MESSAGES/knotifyconfig5.mo +share/locale/kk/LC_MESSAGES/knotifyconfig5.mo +share/locale/km/LC_MESSAGES/knotifyconfig5.mo +share/locale/kn/LC_MESSAGES/knotifyconfig5.mo +share/locale/ko/LC_MESSAGES/knotifyconfig5.mo +share/locale/ku/LC_MESSAGES/knotifyconfig5.mo +share/locale/lb/LC_MESSAGES/knotifyconfig5.mo +share/locale/lt/LC_MESSAGES/knotifyconfig5.mo +share/locale/lv/LC_MESSAGES/knotifyconfig5.mo +share/locale/mai/LC_MESSAGES/knotifyconfig5.mo +share/locale/mk/LC_MESSAGES/knotifyconfig5.mo +share/locale/ml/LC_MESSAGES/knotifyconfig5.mo +share/locale/mr/LC_MESSAGES/knotifyconfig5.mo +share/locale/ms/LC_MESSAGES/knotifyconfig5.mo +share/locale/nb/LC_MESSAGES/knotifyconfig5.mo +share/locale/nds/LC_MESSAGES/knotifyconfig5.mo +share/locale/ne/LC_MESSAGES/knotifyconfig5.mo +share/locale/nl/LC_MESSAGES/knotifyconfig5.mo +share/locale/nn/LC_MESSAGES/knotifyconfig5.mo +share/locale/oc/LC_MESSAGES/knotifyconfig5.mo +share/locale/or/LC_MESSAGES/knotifyconfig5.mo +share/locale/pa/LC_MESSAGES/knotifyconfig5.mo +share/locale/pl/LC_MESSAGES/knotifyconfig5.mo +share/locale/ps/LC_MESSAGES/knotifyconfig5.mo +share/locale/pt/LC_MESSAGES/knotifyconfig5.mo +share/locale/pt_BR/LC_MESSAGES/knotifyconfig5.mo +share/locale/ro/LC_MESSAGES/knotifyconfig5.mo +share/locale/ru/LC_MESSAGES/knotifyconfig5.mo +share/locale/se/LC_MESSAGES/knotifyconfig5.mo +share/locale/si/LC_MESSAGES/knotifyconfig5.mo +share/locale/sk/LC_MESSAGES/knotifyconfig5.mo +share/locale/sl/LC_MESSAGES/knotifyconfig5.mo +share/locale/sq/LC_MESSAGES/knotifyconfig5.mo +share/locale/sr/LC_MESSAGES/knotifyconfig5.mo +share/locale/sr@ijekavian/LC_MESSAGES/knotifyconfig5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/knotifyconfig5.mo +share/locale/sr@latin/LC_MESSAGES/knotifyconfig5.mo +share/locale/sv/LC_MESSAGES/knotifyconfig5.mo +share/locale/ta/LC_MESSAGES/knotifyconfig5.mo +share/locale/te/LC_MESSAGES/knotifyconfig5.mo +share/locale/tg/LC_MESSAGES/knotifyconfig5.mo +share/locale/th/LC_MESSAGES/knotifyconfig5.mo +share/locale/tr/LC_MESSAGES/knotifyconfig5.mo +share/locale/tt/LC_MESSAGES/knotifyconfig5.mo +share/locale/ug/LC_MESSAGES/knotifyconfig5.mo +share/locale/uk/LC_MESSAGES/knotifyconfig5.mo +share/locale/uz/LC_MESSAGES/knotifyconfig5.mo +share/locale/uz@cyrillic/LC_MESSAGES/knotifyconfig5.mo +share/locale/vi/LC_MESSAGES/knotifyconfig5.mo +share/locale/wa/LC_MESSAGES/knotifyconfig5.mo +share/locale/xh/LC_MESSAGES/knotifyconfig5.mo +share/locale/zh_CN/LC_MESSAGES/knotifyconfig5.mo +share/locale/zh_HK/LC_MESSAGES/knotifyconfig5.mo +share/locale/zh_TW/LC_MESSAGES/knotifyconfig5.mo Index: head/devel/kf5-kpackage/Makefile =================================================================== --- head/devel/kf5-kpackage/Makefile +++ head/devel/kf5-kpackage/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kpackage +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library to load and install packages + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive config coreaddons doctools ecm i18n +USE_QT5= buildtools_build core qmake_build xml + +.include Index: head/devel/kf5-kpackage/distinfo =================================================================== --- head/devel/kf5-kpackage/distinfo +++ head/devel/kf5-kpackage/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424078 +SHA256 (KDE/frameworks/5.27.0/kpackage-5.27.0.tar.xz) = f37939252b816393f3eb9286ff2c25d950e57032c1a52b693275459f11fc0778 +SIZE (KDE/frameworks/5.27.0/kpackage-5.27.0.tar.xz) = 161456 Index: head/devel/kf5-kpackage/pkg-descr =================================================================== --- head/devel/kf5-kpackage/pkg-descr +++ head/devel/kf5-kpackage/pkg-descr @@ -0,0 +1,5 @@ +The Package framework lets the user to install and load packages of non binary +content such as scripted extensions or graphic assets, as they were traditional +plugins. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html Index: head/devel/kf5-kpackage/pkg-plist =================================================================== --- head/devel/kf5-kpackage/pkg-plist +++ head/devel/kf5-kpackage/pkg-plist @@ -0,0 +1,73 @@ +bin/kpackagetool5 +include/KF5/KPackage/KPackage/Package +include/KF5/KPackage/KPackage/PackageLoader +include/KF5/KPackage/KPackage/PackageStructure +include/KF5/KPackage/kpackage/package.h +include/KF5/KPackage/kpackage/package_export.h +include/KF5/KPackage/kpackage/packageloader.h +include/KF5/KPackage/kpackage/packagestructure.h +include/KF5/KPackage/kpackage/version.h +include/KF5/kpackage_version.h +lib/cmake/KF5Package/KF5PackageConfig.cmake +lib/cmake/KF5Package/KF5PackageConfigVersion.cmake +lib/cmake/KF5Package/KF5PackageMacros.cmake +lib/cmake/KF5Package/KF5PackageTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Package/KF5PackageTargets.cmake +lib/libKF5Package.so +lib/libKF5Package.so.5 +lib/libKF5Package.so.%%KDE_FRAMEWORKS_VERSION%% +man/ca/man1/kpackagetool5.1.gz +man/de/man1/kpackagetool5.1.gz +man/it/man1/kpackagetool5.1.gz +man/man1/kpackagetool5.1.gz +man/nl/man1/kpackagetool5.1.gz +man/pt_BR/man1/kpackagetool5.1.gz +man/sv/man1/kpackagetool5.1.gz +man/uk/man1/kpackagetool5.1.gz +share/kservicetypes5/kpackage-packagestructure.desktop +share/locale/ar/LC_MESSAGES/libkpackage5.mo +share/locale/ast/LC_MESSAGES/libkpackage5.mo +share/locale/bs/LC_MESSAGES/libkpackage5.mo +share/locale/ca/LC_MESSAGES/libkpackage5.mo +share/locale/ca@valencia/LC_MESSAGES/libkpackage5.mo +share/locale/cs/LC_MESSAGES/libkpackage5.mo +share/locale/da/LC_MESSAGES/libkpackage5.mo +share/locale/de/LC_MESSAGES/libkpackage5.mo +share/locale/el/LC_MESSAGES/libkpackage5.mo +share/locale/en_GB/LC_MESSAGES/libkpackage5.mo +share/locale/es/LC_MESSAGES/libkpackage5.mo +share/locale/et/LC_MESSAGES/libkpackage5.mo +share/locale/fi/LC_MESSAGES/libkpackage5.mo +share/locale/fr/LC_MESSAGES/libkpackage5.mo +share/locale/gd/LC_MESSAGES/libkpackage5.mo +share/locale/gl/LC_MESSAGES/libkpackage5.mo +share/locale/he/LC_MESSAGES/libkpackage5.mo +share/locale/hu/LC_MESSAGES/libkpackage5.mo +share/locale/ia/LC_MESSAGES/libkpackage5.mo +share/locale/it/LC_MESSAGES/libkpackage5.mo +share/locale/ja/LC_MESSAGES/libkpackage5.mo +share/locale/ko/LC_MESSAGES/libkpackage5.mo +share/locale/lt/LC_MESSAGES/libkpackage5.mo +share/locale/mr/LC_MESSAGES/libkpackage5.mo +share/locale/nb/LC_MESSAGES/libkpackage5.mo +share/locale/nds/LC_MESSAGES/libkpackage5.mo +share/locale/nl/LC_MESSAGES/libkpackage5.mo +share/locale/nn/LC_MESSAGES/libkpackage5.mo +share/locale/pa/LC_MESSAGES/libkpackage5.mo +share/locale/pl/LC_MESSAGES/libkpackage5.mo +share/locale/pt/LC_MESSAGES/libkpackage5.mo +share/locale/pt_BR/LC_MESSAGES/libkpackage5.mo +share/locale/ro/LC_MESSAGES/libkpackage5.mo +share/locale/ru/LC_MESSAGES/libkpackage5.mo +share/locale/sk/LC_MESSAGES/libkpackage5.mo +share/locale/sl/LC_MESSAGES/libkpackage5.mo +share/locale/sr/LC_MESSAGES/libkpackage5.mo +share/locale/sr@ijekavian/LC_MESSAGES/libkpackage5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpackage5.mo +share/locale/sr@latin/LC_MESSAGES/libkpackage5.mo +share/locale/sv/LC_MESSAGES/libkpackage5.mo +share/locale/tr/LC_MESSAGES/libkpackage5.mo +share/locale/ug/LC_MESSAGES/libkpackage5.mo +share/locale/uk/LC_MESSAGES/libkpackage5.mo +share/locale/zh_CN/LC_MESSAGES/libkpackage5.mo +share/locale/zh_TW/LC_MESSAGES/libkpackage5.mo Index: head/devel/kf5-kparts/Makefile =================================================================== --- head/devel/kf5-kparts/Makefile +++ head/devel/kf5-kparts/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kparts +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 document centric plugin system + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + i18n iconthemes jobwidgets kio notifications service \ + sonnet textwidgets widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build widgets \ + xml + +.include Index: head/devel/kf5-kparts/distinfo =================================================================== --- head/devel/kf5-kparts/distinfo +++ head/devel/kf5-kparts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424078 +SHA256 (KDE/frameworks/5.27.0/kparts-5.27.0.tar.xz) = 309749025468595d39d75d98bcdde9b4bef5f9a69cd527c79534156d52f6da65 +SIZE (KDE/frameworks/5.27.0/kparts-5.27.0.tar.xz) = 2742980 Index: head/devel/kf5-kparts/pkg-descr =================================================================== --- head/devel/kf5-kparts/pkg-descr +++ head/devel/kf5-kparts/pkg-descr @@ -0,0 +1,4 @@ +This library implements the framework for KDE parts, which are elaborate widgets +with a user-interface defined in terms of actions (menu items, toolbar icons). + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html Index: head/devel/kf5-kparts/pkg-plist =================================================================== --- head/devel/kf5-kparts/pkg-plist +++ head/devel/kf5-kparts/pkg-plist @@ -0,0 +1,177 @@ +include/KF5/KParts/KParts/BrowserArguments +include/KF5/KParts/KParts/BrowserExtension +include/KF5/KParts/KParts/BrowserHostExtension +include/KF5/KParts/KParts/BrowserInterface +include/KF5/KParts/KParts/BrowserOpenOrSaveQuestion +include/KF5/KParts/KParts/BrowserRun +include/KF5/KParts/KParts/Event +include/KF5/KParts/KParts/FileInfoExtension +include/KF5/KParts/KParts/GUIActivateEvent +include/KF5/KParts/KParts/HistoryProvider +include/KF5/KParts/KParts/HtmlExtension +include/KF5/KParts/KParts/HtmlSettingsInterface +include/KF5/KParts/KParts/ListingFilterExtension +include/KF5/KParts/KParts/ListingNotificationExtension +include/KF5/KParts/KParts/LiveConnectExtension +include/KF5/KParts/KParts/MainWindow +include/KF5/KParts/KParts/OpenUrlArguments +include/KF5/KParts/KParts/OpenUrlEvent +include/KF5/KParts/KParts/Part +include/KF5/KParts/KParts/PartActivateEvent +include/KF5/KParts/KParts/PartBase +include/KF5/KParts/KParts/PartManager +include/KF5/KParts/KParts/PartSelectEvent +include/KF5/KParts/KParts/Plugin +include/KF5/KParts/KParts/ReadOnlyPart +include/KF5/KParts/KParts/ReadWritePart +include/KF5/KParts/KParts/ScriptableExtension +include/KF5/KParts/KParts/SelectorInterface +include/KF5/KParts/KParts/StatusBarExtension +include/KF5/KParts/KParts/TextExtension +include/KF5/KParts/KParts/WindowArgs +include/KF5/KParts/kde_terminal_interface.h +include/KF5/KParts/kparts/browserarguments.h +include/KF5/KParts/kparts/browserextension.h +include/KF5/KParts/kparts/browserhostextension.h +include/KF5/KParts/kparts/browserinterface.h +include/KF5/KParts/kparts/browseropenorsavequestion.h +include/KF5/KParts/kparts/browserrun.h +include/KF5/KParts/kparts/event.h +include/KF5/KParts/kparts/fileinfoextension.h +include/KF5/KParts/kparts/guiactivateevent.h +include/KF5/KParts/kparts/historyprovider.h +include/KF5/KParts/kparts/htmlextension.h +include/KF5/KParts/kparts/htmlsettingsinterface.h +include/KF5/KParts/kparts/kparts_export.h +include/KF5/KParts/kparts/listingfilterextension.h +include/KF5/KParts/kparts/listingnotificationextension.h +include/KF5/KParts/kparts/liveconnectextension.h +include/KF5/KParts/kparts/mainwindow.h +include/KF5/KParts/kparts/openurlarguments.h +include/KF5/KParts/kparts/openurlevent.h +include/KF5/KParts/kparts/part.h +include/KF5/KParts/kparts/partactivateevent.h +include/KF5/KParts/kparts/partbase.h +include/KF5/KParts/kparts/partmanager.h +include/KF5/KParts/kparts/partselectevent.h +include/KF5/KParts/kparts/plugin.h +include/KF5/KParts/kparts/readonlypart.h +include/KF5/KParts/kparts/readwritepart.h +include/KF5/KParts/kparts/scriptableextension.h +include/KF5/KParts/kparts/selectorinterface.h +include/KF5/KParts/kparts/statusbarextension.h +include/KF5/KParts/kparts/textextension.h +include/KF5/KParts/kparts/windowargs.h +include/KF5/kparts_version.h +lib/cmake/KF5Parts/KF5PartsConfig.cmake +lib/cmake/KF5Parts/KF5PartsConfigVersion.cmake +lib/cmake/KF5Parts/KF5PartsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Parts/KF5PartsTargets.cmake +lib/libKF5Parts.so +lib/libKF5Parts.so.5 +lib/libKF5Parts.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KParts.pri +share/kservicetypes5/browserview.desktop +share/kservicetypes5/kpart.desktop +share/kservicetypes5/krop.desktop +share/kservicetypes5/krwp.desktop +share/locale/af/LC_MESSAGES/kparts5.mo +share/locale/ar/LC_MESSAGES/kparts5.mo +share/locale/as/LC_MESSAGES/kparts5.mo +share/locale/ast/LC_MESSAGES/kparts5.mo +share/locale/be/LC_MESSAGES/kparts5.mo +share/locale/be@latin/LC_MESSAGES/kparts5.mo +share/locale/bg/LC_MESSAGES/kparts5.mo +share/locale/bn/LC_MESSAGES/kparts5.mo +share/locale/bn_IN/LC_MESSAGES/kparts5.mo +share/locale/br/LC_MESSAGES/kparts5.mo +share/locale/bs/LC_MESSAGES/kparts5.mo +share/locale/ca/LC_MESSAGES/kparts5.mo +share/locale/ca@valencia/LC_MESSAGES/kparts5.mo +share/locale/crh/LC_MESSAGES/kparts5.mo +share/locale/cs/LC_MESSAGES/kparts5.mo +share/locale/csb/LC_MESSAGES/kparts5.mo +share/locale/cy/LC_MESSAGES/kparts5.mo +share/locale/da/LC_MESSAGES/kparts5.mo +share/locale/de/LC_MESSAGES/kparts5.mo +share/locale/el/LC_MESSAGES/kparts5.mo +share/locale/en_GB/LC_MESSAGES/kparts5.mo +share/locale/eo/LC_MESSAGES/kparts5.mo +share/locale/es/LC_MESSAGES/kparts5.mo +share/locale/et/LC_MESSAGES/kparts5.mo +share/locale/eu/LC_MESSAGES/kparts5.mo +share/locale/fa/LC_MESSAGES/kparts5.mo +share/locale/fi/LC_MESSAGES/kparts5.mo +share/locale/fr/LC_MESSAGES/kparts5.mo +share/locale/fy/LC_MESSAGES/kparts5.mo +share/locale/ga/LC_MESSAGES/kparts5.mo +share/locale/gd/LC_MESSAGES/kparts5.mo +share/locale/gl/LC_MESSAGES/kparts5.mo +share/locale/gu/LC_MESSAGES/kparts5.mo +share/locale/ha/LC_MESSAGES/kparts5.mo +share/locale/he/LC_MESSAGES/kparts5.mo +share/locale/hi/LC_MESSAGES/kparts5.mo +share/locale/hne/LC_MESSAGES/kparts5.mo +share/locale/hr/LC_MESSAGES/kparts5.mo +share/locale/hsb/LC_MESSAGES/kparts5.mo +share/locale/hu/LC_MESSAGES/kparts5.mo +share/locale/hy/LC_MESSAGES/kparts5.mo +share/locale/ia/LC_MESSAGES/kparts5.mo +share/locale/id/LC_MESSAGES/kparts5.mo +share/locale/is/LC_MESSAGES/kparts5.mo +share/locale/it/LC_MESSAGES/kparts5.mo +share/locale/ja/LC_MESSAGES/kparts5.mo +share/locale/ka/LC_MESSAGES/kparts5.mo +share/locale/kk/LC_MESSAGES/kparts5.mo +share/locale/km/LC_MESSAGES/kparts5.mo +share/locale/kn/LC_MESSAGES/kparts5.mo +share/locale/ko/LC_MESSAGES/kparts5.mo +share/locale/ku/LC_MESSAGES/kparts5.mo +share/locale/lb/LC_MESSAGES/kparts5.mo +share/locale/lt/LC_MESSAGES/kparts5.mo +share/locale/lv/LC_MESSAGES/kparts5.mo +share/locale/mai/LC_MESSAGES/kparts5.mo +share/locale/mk/LC_MESSAGES/kparts5.mo +share/locale/ml/LC_MESSAGES/kparts5.mo +share/locale/mr/LC_MESSAGES/kparts5.mo +share/locale/ms/LC_MESSAGES/kparts5.mo +share/locale/nb/LC_MESSAGES/kparts5.mo +share/locale/nds/LC_MESSAGES/kparts5.mo +share/locale/ne/LC_MESSAGES/kparts5.mo +share/locale/nl/LC_MESSAGES/kparts5.mo +share/locale/nn/LC_MESSAGES/kparts5.mo +share/locale/oc/LC_MESSAGES/kparts5.mo +share/locale/or/LC_MESSAGES/kparts5.mo +share/locale/pa/LC_MESSAGES/kparts5.mo +share/locale/pl/LC_MESSAGES/kparts5.mo +share/locale/ps/LC_MESSAGES/kparts5.mo +share/locale/pt/LC_MESSAGES/kparts5.mo +share/locale/pt_BR/LC_MESSAGES/kparts5.mo +share/locale/ro/LC_MESSAGES/kparts5.mo +share/locale/ru/LC_MESSAGES/kparts5.mo +share/locale/se/LC_MESSAGES/kparts5.mo +share/locale/si/LC_MESSAGES/kparts5.mo +share/locale/sk/LC_MESSAGES/kparts5.mo +share/locale/sl/LC_MESSAGES/kparts5.mo +share/locale/sq/LC_MESSAGES/kparts5.mo +share/locale/sr/LC_MESSAGES/kparts5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kparts5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kparts5.mo +share/locale/sr@latin/LC_MESSAGES/kparts5.mo +share/locale/sv/LC_MESSAGES/kparts5.mo +share/locale/ta/LC_MESSAGES/kparts5.mo +share/locale/te/LC_MESSAGES/kparts5.mo +share/locale/tg/LC_MESSAGES/kparts5.mo +share/locale/th/LC_MESSAGES/kparts5.mo +share/locale/tr/LC_MESSAGES/kparts5.mo +share/locale/tt/LC_MESSAGES/kparts5.mo +share/locale/ug/LC_MESSAGES/kparts5.mo +share/locale/uk/LC_MESSAGES/kparts5.mo +share/locale/uz/LC_MESSAGES/kparts5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kparts5.mo +share/locale/vi/LC_MESSAGES/kparts5.mo +share/locale/wa/LC_MESSAGES/kparts5.mo +share/locale/xh/LC_MESSAGES/kparts5.mo +share/locale/zh_CN/LC_MESSAGES/kparts5.mo +share/locale/zh_HK/LC_MESSAGES/kparts5.mo +share/locale/zh_TW/LC_MESSAGES/kparts5.mo Index: head/devel/kf5-kpeople/Makefile =================================================================== --- head/devel/kf5-kpeople/Makefile +++ head/devel/kf5-kpeople/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kpeople +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library providing access to contacts + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons ecm i18n itemviews service widgetsaddons +USE_QT5= buildtools_build core dbus gui network qmake_build qml \ + sql widgets + +.include Index: head/devel/kf5-kpeople/distinfo =================================================================== --- head/devel/kf5-kpeople/distinfo +++ head/devel/kf5-kpeople/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424078 +SHA256 (KDE/frameworks/5.27.0/kpeople-5.27.0.tar.xz) = 1259934476ea5cf4536fe15fa87d6683069d27ce8df89aaa19fb32d94c5bdaf0 +SIZE (KDE/frameworks/5.27.0/kpeople-5.27.0.tar.xz) = 59856 Index: head/devel/kf5-kpeople/pkg-descr =================================================================== --- head/devel/kf5-kpeople/pkg-descr +++ head/devel/kf5-kpeople/pkg-descr @@ -0,0 +1,3 @@ +A library that provides access to all contacts and the people who hold them. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html Index: head/devel/kf5-kpeople/pkg-plist =================================================================== --- head/devel/kf5-kpeople/pkg-plist +++ head/devel/kf5-kpeople/pkg-plist @@ -0,0 +1,89 @@ +include/KF5/KPeople/KPeople/Global +include/KF5/KPeople/KPeople/PersonData +include/KF5/KPeople/KPeople/PersonsModel +include/KF5/KPeople/KPeople/Widgets/AbstractFieldWidgetFactory +include/KF5/KPeople/KPeople/Widgets/Actions +include/KF5/KPeople/KPeople/Widgets/MergeDialog +include/KF5/KPeople/KPeople/Widgets/PersonDetailsDialog +include/KF5/KPeople/KPeople/Widgets/PersonDetailsView +include/KF5/KPeople/KPeopleBackend/AbstractContact +include/KF5/KPeople/KPeopleBackend/AbstractPersonAction +include/KF5/KPeople/KPeopleBackend/AllContactsMonitor +include/KF5/KPeople/KPeopleBackend/BasePersonsDataSource +include/KF5/KPeople/KPeopleBackend/ContactMonitor +include/KF5/KPeople/kpeople/global.h +include/KF5/KPeople/kpeople/kpeople_export.h +include/KF5/KPeople/kpeople/persondata.h +include/KF5/KPeople/kpeople/personsmodel.h +include/KF5/KPeople/kpeople/widgets/abstractfieldwidgetfactory.h +include/KF5/KPeople/kpeople/widgets/actions.h +include/KF5/KPeople/kpeople/widgets/mergedialog.h +include/KF5/KPeople/kpeople/widgets/persondetailsdialog.h +include/KF5/KPeople/kpeople/widgets/persondetailsview.h +include/KF5/KPeople/kpeoplebackend/abstractcontact.h +include/KF5/KPeople/kpeoplebackend/abstractpersonaction.h +include/KF5/KPeople/kpeoplebackend/allcontactsmonitor.h +include/KF5/KPeople/kpeoplebackend/basepersonsdatasource.h +include/KF5/KPeople/kpeoplebackend/contactmonitor.h +lib/cmake/KF5People/KF5PeopleConfig.cmake +lib/cmake/KF5People/KF5PeopleConfigVersion.cmake +lib/cmake/KF5People/KPeopleTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5People/KPeopleTargets.cmake +lib/libKF5People.so +lib/libKF5People.so.5 +lib/libKF5People.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5PeopleBackend.so +lib/libKF5PeopleBackend.so.5 +lib/libKF5PeopleBackend.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5PeopleWidgets.so +lib/libKF5PeopleWidgets.so.5 +lib/libKF5PeopleWidgets.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_QMLDIR%%/org/kde/people/libKF5PeopleDeclarative.so +%%QT_QMLDIR%%/org/kde/people/qmldir +%%QT_MKSPECDIR%%/modules/qt_KPeople.pri +%%QT_MKSPECDIR%%/modules/qt_KPeopleWidgets.pri +share/kf5/kpeople/dummy_avatar.png +share/kservicetypes5/kpeople_data_source.desktop +share/kservicetypes5/kpeople_plugin.desktop +share/kservicetypes5/persondetailsplugin.desktop +share/locale/ar/LC_MESSAGES/kpeople5.mo +share/locale/ast/LC_MESSAGES/kpeople5.mo +share/locale/bs/LC_MESSAGES/kpeople5.mo +share/locale/ca/LC_MESSAGES/kpeople5.mo +share/locale/ca@valencia/LC_MESSAGES/kpeople5.mo +share/locale/cs/LC_MESSAGES/kpeople5.mo +share/locale/da/LC_MESSAGES/kpeople5.mo +share/locale/de/LC_MESSAGES/kpeople5.mo +share/locale/el/LC_MESSAGES/kpeople5.mo +share/locale/en_GB/LC_MESSAGES/kpeople5.mo +share/locale/es/LC_MESSAGES/kpeople5.mo +share/locale/et/LC_MESSAGES/kpeople5.mo +share/locale/fi/LC_MESSAGES/kpeople5.mo +share/locale/fr/LC_MESSAGES/kpeople5.mo +share/locale/gd/LC_MESSAGES/kpeople5.mo +share/locale/gl/LC_MESSAGES/kpeople5.mo +share/locale/he/LC_MESSAGES/kpeople5.mo +share/locale/hu/LC_MESSAGES/kpeople5.mo +share/locale/ia/LC_MESSAGES/kpeople5.mo +share/locale/it/LC_MESSAGES/kpeople5.mo +share/locale/ja/LC_MESSAGES/kpeople5.mo +share/locale/ko/LC_MESSAGES/kpeople5.mo +share/locale/lt/LC_MESSAGES/kpeople5.mo +share/locale/nb/LC_MESSAGES/kpeople5.mo +share/locale/nl/LC_MESSAGES/kpeople5.mo +share/locale/nn/LC_MESSAGES/kpeople5.mo +share/locale/pl/LC_MESSAGES/kpeople5.mo +share/locale/pt/LC_MESSAGES/kpeople5.mo +share/locale/pt_BR/LC_MESSAGES/kpeople5.mo +share/locale/ro/LC_MESSAGES/kpeople5.mo +share/locale/ru/LC_MESSAGES/kpeople5.mo +share/locale/sk/LC_MESSAGES/kpeople5.mo +share/locale/sl/LC_MESSAGES/kpeople5.mo +share/locale/sr/LC_MESSAGES/kpeople5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kpeople5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kpeople5.mo +share/locale/sr@latin/LC_MESSAGES/kpeople5.mo +share/locale/sv/LC_MESSAGES/kpeople5.mo +share/locale/uk/LC_MESSAGES/kpeople5.mo +share/locale/zh_CN/LC_MESSAGES/kpeople5.mo +share/locale/zh_TW/LC_MESSAGES/kpeople5.mo Index: head/devel/kf5-kpty/Makefile =================================================================== --- head/devel/kf5-kpty/Makefile +++ head/devel/kf5-kpty/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kpty +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 pty abstraction + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= coreaddons ecm i18n +USE_QT5= buildtools_build core qmake_build + +.include Index: head/devel/kf5-kpty/distinfo =================================================================== --- head/devel/kf5-kpty/distinfo +++ head/devel/kf5-kpty/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932682 +SHA256 (KDE/frameworks/5.27.0/kpty-5.27.0.tar.xz) = 833d96cbb65e0c45d5711ef341a3d90b04ef32197fde22c5cc4919be1852f31a +SIZE (KDE/frameworks/5.27.0/kpty-5.27.0.tar.xz) = 2673376 Index: head/devel/kf5-kpty/files/patch-rb_129122 =================================================================== --- head/devel/kf5-kpty/files/patch-rb_129122 +++ head/devel/kf5-kpty/files/patch-rb_129122 @@ -0,0 +1,68 @@ +Try to use ulog-helper if utempter does not exist + +FreeBSD does not have /usr/libexec/*/utempter. +It does however have /usr/libexec/ulog-helper [1]. + +It uses login instead of add and logout instead of del. + +[1] https://svnweb.freebsd.org/base/head/libexec/ulog-helper/ulog-helper.c?revision=234469&view=markup +[2] https://git.reviewboard.kde.org/r/129122/ + +diff --git a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake +index 4921e58..d3236c8 100644 +--- cmake/FindUTEMPTER.cmake ++++ cmake/FindUTEMPTER.cmake +@@ -42,6 +42,16 @@ find_file (UTEMPTER_EXECUTABLE utempter PATHS + /usr/libexec/utempter + ) + ++# On FreeBSD for example we have to use ulog-helper ++if (NOT UTEMPTER_EXECUTABLE) ++ find_program (UTEMPTER_EXECUTABLE ulog-helper PATHS ++ /usr/libexec ++ ) ++ if (UTEMPTER_EXECUTABLE) ++ add_definitions(-DUTEMPTER_ULOG=1) ++ endif () ++endif () ++ + if (UTEMPTER_EXECUTABLE) + add_definitions(-DUTEMPTER_PATH=\"${UTEMPTER_EXECUTABLE}\") + endif () +diff --git a/src/kpty.cpp b/src/kpty.cpp +index 7bf31c3..11006df 100644 +--- src/kpty.cpp ++++ src/kpty.cpp +@@ -74,6 +74,14 @@ + #endif + + #ifdef UTEMPTER_PATH ++// utempter uses 'add' and 'del' whereas ulog-helper uses 'login' and 'logout' ++# ifndef UTEMPTER_ULOG ++# define UTEMPTER_ADD "add" ++# define UTEMPTER_DEL "del" ++# else ++# define UTEMPTER_ADD "login" ++# define UTEMPTER_DEL "logout" ++# endif + class UtemptProcess : public QProcess + { + public: +@@ -517,7 +525,7 @@ void KPty::login(const char *user, const char *remotehost) + UtemptProcess utemptProcess; + utemptProcess.cmdFd = d->masterFd; + utemptProcess.setProgram(d->utempterPath); +- utemptProcess.setArguments(QStringList() << QStringLiteral("add") << QString::fromLocal8Bit(remotehost)); ++ utemptProcess.setArguments(QStringList() << QStringLiteral(UTEMPTER_ADD) << QString::fromLocal8Bit(remotehost)); + utemptProcess.setProcessChannelMode(QProcess::ForwardedChannels); + utemptProcess.start(); + utemptProcess.waitForFinished(); +@@ -606,7 +614,7 @@ void KPty::logout() + UtemptProcess utemptProcess; + utemptProcess.cmdFd = d->masterFd; + utemptProcess.setProgram(d->utempterPath); +- utemptProcess.setArguments(QStringList(QStringLiteral("del"))); ++ utemptProcess.setArguments(QStringList(QStringLiteral(UTEMPTER_DEL))); + utemptProcess.setProcessChannelMode(QProcess::ForwardedChannels); + utemptProcess.start(); + utemptProcess.waitForFinished(); Index: head/devel/kf5-kpty/pkg-descr =================================================================== --- head/devel/kf5-kpty/pkg-descr +++ head/devel/kf5-kpty/pkg-descr @@ -0,0 +1,5 @@ +This library provides primitives to interface with pseudo terminal devices as +well as a KProcess derived class for running child processes and communicating +with them using a pty. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html Index: head/devel/kf5-kpty/pkg-plist =================================================================== --- head/devel/kf5-kpty/pkg-plist +++ head/devel/kf5-kpty/pkg-plist @@ -0,0 +1,116 @@ +include/KF5/KPty/KPty +include/KF5/KPty/KPtyDevice +include/KF5/KPty/KPtyProcess +include/KF5/KPty/kpty.h +include/KF5/KPty/kpty_export.h +include/KF5/KPty/kptydevice.h +include/KF5/KPty/kptyprocess.h +include/KF5/kpty_version.h +lib/cmake/KF5Pty/KF5PtyConfig.cmake +lib/cmake/KF5Pty/KF5PtyConfigVersion.cmake +lib/cmake/KF5Pty/KF5PtyTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Pty/KF5PtyTargets.cmake +lib/libKF5Pty.so +lib/libKF5Pty.so.5 +lib/libKF5Pty.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KPty.pri +share/locale/af/LC_MESSAGES/kpty5.mo +share/locale/ar/LC_MESSAGES/kpty5.mo +share/locale/as/LC_MESSAGES/kpty5.mo +share/locale/ast/LC_MESSAGES/kpty5.mo +share/locale/be/LC_MESSAGES/kpty5.mo +share/locale/be@latin/LC_MESSAGES/kpty5.mo +share/locale/bg/LC_MESSAGES/kpty5.mo +share/locale/bn/LC_MESSAGES/kpty5.mo +share/locale/bn_IN/LC_MESSAGES/kpty5.mo +share/locale/br/LC_MESSAGES/kpty5.mo +share/locale/bs/LC_MESSAGES/kpty5.mo +share/locale/ca/LC_MESSAGES/kpty5.mo +share/locale/ca@valencia/LC_MESSAGES/kpty5.mo +share/locale/crh/LC_MESSAGES/kpty5.mo +share/locale/cs/LC_MESSAGES/kpty5.mo +share/locale/csb/LC_MESSAGES/kpty5.mo +share/locale/cy/LC_MESSAGES/kpty5.mo +share/locale/da/LC_MESSAGES/kpty5.mo +share/locale/de/LC_MESSAGES/kpty5.mo +share/locale/el/LC_MESSAGES/kpty5.mo +share/locale/en_GB/LC_MESSAGES/kpty5.mo +share/locale/eo/LC_MESSAGES/kpty5.mo +share/locale/es/LC_MESSAGES/kpty5.mo +share/locale/et/LC_MESSAGES/kpty5.mo +share/locale/eu/LC_MESSAGES/kpty5.mo +share/locale/fa/LC_MESSAGES/kpty5.mo +share/locale/fi/LC_MESSAGES/kpty5.mo +share/locale/fr/LC_MESSAGES/kpty5.mo +share/locale/fy/LC_MESSAGES/kpty5.mo +share/locale/ga/LC_MESSAGES/kpty5.mo +share/locale/gd/LC_MESSAGES/kpty5.mo +share/locale/gl/LC_MESSAGES/kpty5.mo +share/locale/gu/LC_MESSAGES/kpty5.mo +share/locale/ha/LC_MESSAGES/kpty5.mo +share/locale/he/LC_MESSAGES/kpty5.mo +share/locale/hi/LC_MESSAGES/kpty5.mo +share/locale/hne/LC_MESSAGES/kpty5.mo +share/locale/hr/LC_MESSAGES/kpty5.mo +share/locale/hsb/LC_MESSAGES/kpty5.mo +share/locale/hu/LC_MESSAGES/kpty5.mo +share/locale/hy/LC_MESSAGES/kpty5.mo +share/locale/ia/LC_MESSAGES/kpty5.mo +share/locale/id/LC_MESSAGES/kpty5.mo +share/locale/is/LC_MESSAGES/kpty5.mo +share/locale/it/LC_MESSAGES/kpty5.mo +share/locale/ja/LC_MESSAGES/kpty5.mo +share/locale/ka/LC_MESSAGES/kpty5.mo +share/locale/kk/LC_MESSAGES/kpty5.mo +share/locale/km/LC_MESSAGES/kpty5.mo +share/locale/kn/LC_MESSAGES/kpty5.mo +share/locale/ko/LC_MESSAGES/kpty5.mo +share/locale/ku/LC_MESSAGES/kpty5.mo +share/locale/lb/LC_MESSAGES/kpty5.mo +share/locale/lt/LC_MESSAGES/kpty5.mo +share/locale/lv/LC_MESSAGES/kpty5.mo +share/locale/mai/LC_MESSAGES/kpty5.mo +share/locale/mk/LC_MESSAGES/kpty5.mo +share/locale/ml/LC_MESSAGES/kpty5.mo +share/locale/mr/LC_MESSAGES/kpty5.mo +share/locale/ms/LC_MESSAGES/kpty5.mo +share/locale/nb/LC_MESSAGES/kpty5.mo +share/locale/nds/LC_MESSAGES/kpty5.mo +share/locale/ne/LC_MESSAGES/kpty5.mo +share/locale/nl/LC_MESSAGES/kpty5.mo +share/locale/nn/LC_MESSAGES/kpty5.mo +share/locale/oc/LC_MESSAGES/kpty5.mo +share/locale/or/LC_MESSAGES/kpty5.mo +share/locale/pa/LC_MESSAGES/kpty5.mo +share/locale/pl/LC_MESSAGES/kpty5.mo +share/locale/ps/LC_MESSAGES/kpty5.mo +share/locale/pt/LC_MESSAGES/kpty5.mo +share/locale/pt_BR/LC_MESSAGES/kpty5.mo +share/locale/ro/LC_MESSAGES/kpty5.mo +share/locale/ru/LC_MESSAGES/kpty5.mo +share/locale/se/LC_MESSAGES/kpty5.mo +share/locale/si/LC_MESSAGES/kpty5.mo +share/locale/sk/LC_MESSAGES/kpty5.mo +share/locale/sl/LC_MESSAGES/kpty5.mo +share/locale/sq/LC_MESSAGES/kpty5.mo +share/locale/sr/LC_MESSAGES/kpty5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kpty5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kpty5.mo +share/locale/sr@latin/LC_MESSAGES/kpty5.mo +share/locale/sv/LC_MESSAGES/kpty5.mo +share/locale/ta/LC_MESSAGES/kpty5.mo +share/locale/te/LC_MESSAGES/kpty5.mo +share/locale/tg/LC_MESSAGES/kpty5.mo +share/locale/th/LC_MESSAGES/kpty5.mo +share/locale/tr/LC_MESSAGES/kpty5.mo +share/locale/tt/LC_MESSAGES/kpty5.mo +share/locale/ug/LC_MESSAGES/kpty5.mo +share/locale/uk/LC_MESSAGES/kpty5.mo +share/locale/uz/LC_MESSAGES/kpty5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kpty5.mo +share/locale/vi/LC_MESSAGES/kpty5.mo +share/locale/wa/LC_MESSAGES/kpty5.mo +share/locale/xh/LC_MESSAGES/kpty5.mo +share/locale/zh_CN/LC_MESSAGES/kpty5.mo +share/locale/zh_HK/LC_MESSAGES/kpty5.mo +share/locale/zh_TW/LC_MESSAGES/kpty5.mo Index: head/devel/kf5-kservice/Makefile =================================================================== --- head/devel/kf5-kservice/Makefile +++ head/devel/kf5-kservice/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kservice +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 advanced plugin and service introspection + +USES= bison cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive config coreaddons crash dbusaddons \ + doctools ecm i18n +USE_QT5= buildtools_build core dbus gui qmake_build xml + +.include Index: head/devel/kf5-kservice/distinfo =================================================================== --- head/devel/kf5-kservice/distinfo +++ head/devel/kf5-kservice/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424079 +SHA256 (KDE/frameworks/5.27.0/kservice-5.27.0.tar.xz) = a61ba9711259b9a9d2cda80bd408cd2e6ad5ad44fea96aa3f8138b2372932b89 +SIZE (KDE/frameworks/5.27.0/kservice-5.27.0.tar.xz) = 2767804 Index: head/devel/kf5-kservice/pkg-descr =================================================================== --- head/devel/kf5-kservice/pkg-descr +++ head/devel/kf5-kservice/pkg-descr @@ -0,0 +1,5 @@ +KService provides a plugin framework for handling desktop services. Services can +be applications or libraries. They can be bound to MIME types or handled by +application specific code. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html Index: head/devel/kf5-kservice/pkg-plist =================================================================== --- head/devel/kf5-kservice/pkg-plist +++ head/devel/kf5-kservice/pkg-plist @@ -0,0 +1,161 @@ +bin/kbuildsycoca5 +etc/xdg/menus/applications.menu +include/KF5/KService/KAutostart +include/KF5/KService/KDBusServiceStarter +include/KF5/KService/KMimeTypeTrader +include/KF5/KService/KPluginInfo +include/KF5/KService/KPluginTrader +include/KF5/KService/KService +include/KF5/KService/KServiceAction +include/KF5/KService/KServiceGroup +include/KF5/KService/KServiceType +include/KF5/KService/KServiceTypeProfile +include/KF5/KService/KServiceTypeTrader +include/KF5/KService/KSycoca +include/KF5/KService/KSycocaEntry +include/KF5/KService/KSycocaType +include/KF5/KService/KToolInvocation +include/KF5/KService/kautostart.h +include/KF5/KService/kdbusservicestarter.h +include/KF5/KService/kmimetypetrader.h +include/KF5/KService/kplugininfo.h +include/KF5/KService/kplugintrader.h +include/KF5/KService/kservice.h +include/KF5/KService/kservice_export.h +include/KF5/KService/kserviceaction.h +include/KF5/KService/kservicegroup.h +include/KF5/KService/kservicetype.h +include/KF5/KService/kservicetypeprofile.h +include/KF5/KService/kservicetypetrader.h +include/KF5/KService/ksycoca.h +include/KF5/KService/ksycocaentry.h +include/KF5/KService/ksycocatype.h +include/KF5/KService/ktoolinvocation.h +include/KF5/kservice_version.h +lib/cmake/KF5Service/KF5ServiceConfig.cmake +lib/cmake/KF5Service/KF5ServiceConfigVersion.cmake +lib/cmake/KF5Service/KF5ServiceMacros.cmake +lib/cmake/KF5Service/KF5ServiceTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Service/KF5ServiceTargets.cmake +lib/libKF5Service.so +lib/libKF5Service.so.5 +lib/libKF5Service.so.%%KDE_FRAMEWORKS_VERSION%% +man/ca/man8/desktoptojson.8.gz +man/ca/man8/kbuildsycoca5.8.gz +man/it/man8/desktoptojson.8.gz +man/it/man8/kbuildsycoca5.8.gz +man/de/man8/desktoptojson.8.gz +man/de/man8/kbuildsycoca5.8.gz +man/man8/desktoptojson.8.gz +man/man8/kbuildsycoca5.8.gz +man/nl/man8/desktoptojson.8.gz +man/nl/man8/kbuildsycoca5.8.gz +man/pt_BR/man8/desktoptojson.8.gz +man/pt_BR/man8/kbuildsycoca5.8.gz +man/sv/man8/desktoptojson.8.gz +man/sv/man8/kbuildsycoca5.8.gz +man/uk/man8/desktoptojson.8.gz +man/uk/man8/kbuildsycoca5.8.gz +%%QT_MKSPECDIR%%/modules/qt_KService.pri +share/kservicetypes5/application.desktop +share/kservicetypes5/kplugininfo.desktop +share/locale/af/LC_MESSAGES/kservice5.mo +share/locale/ar/LC_MESSAGES/kservice5.mo +share/locale/as/LC_MESSAGES/kservice5.mo +share/locale/ast/LC_MESSAGES/kservice5.mo +share/locale/be/LC_MESSAGES/kservice5.mo +share/locale/be@latin/LC_MESSAGES/kservice5.mo +share/locale/bg/LC_MESSAGES/kservice5.mo +share/locale/bn/LC_MESSAGES/kservice5.mo +share/locale/bn_IN/LC_MESSAGES/kservice5.mo +share/locale/br/LC_MESSAGES/kservice5.mo +share/locale/bs/LC_MESSAGES/kservice5.mo +share/locale/ca/LC_MESSAGES/kservice5.mo +share/locale/ca@valencia/LC_MESSAGES/kservice5.mo +share/locale/crh/LC_MESSAGES/kservice5.mo +share/locale/cs/LC_MESSAGES/kservice5.mo +share/locale/csb/LC_MESSAGES/kservice5.mo +share/locale/cy/LC_MESSAGES/kservice5.mo +share/locale/da/LC_MESSAGES/kservice5.mo +share/locale/de/LC_MESSAGES/kservice5.mo +share/locale/el/LC_MESSAGES/kservice5.mo +share/locale/en_GB/LC_MESSAGES/kservice5.mo +share/locale/eo/LC_MESSAGES/kservice5.mo +share/locale/es/LC_MESSAGES/kservice5.mo +share/locale/et/LC_MESSAGES/kservice5.mo +share/locale/eu/LC_MESSAGES/kservice5.mo +share/locale/fa/LC_MESSAGES/kservice5.mo +share/locale/fi/LC_MESSAGES/kservice5.mo +share/locale/fr/LC_MESSAGES/kservice5.mo +share/locale/fy/LC_MESSAGES/kservice5.mo +share/locale/ga/LC_MESSAGES/kservice5.mo +share/locale/gd/LC_MESSAGES/kservice5.mo +share/locale/gl/LC_MESSAGES/kservice5.mo +share/locale/gu/LC_MESSAGES/kservice5.mo +share/locale/ha/LC_MESSAGES/kservice5.mo +share/locale/he/LC_MESSAGES/kservice5.mo +share/locale/hi/LC_MESSAGES/kservice5.mo +share/locale/hne/LC_MESSAGES/kservice5.mo +share/locale/hr/LC_MESSAGES/kservice5.mo +share/locale/hsb/LC_MESSAGES/kservice5.mo +share/locale/hu/LC_MESSAGES/kservice5.mo +share/locale/hy/LC_MESSAGES/kservice5.mo +share/locale/ia/LC_MESSAGES/kservice5.mo +share/locale/id/LC_MESSAGES/kservice5.mo +share/locale/is/LC_MESSAGES/kservice5.mo +share/locale/it/LC_MESSAGES/kservice5.mo +share/locale/ja/LC_MESSAGES/kservice5.mo +share/locale/ka/LC_MESSAGES/kservice5.mo +share/locale/kk/LC_MESSAGES/kservice5.mo +share/locale/km/LC_MESSAGES/kservice5.mo +share/locale/kn/LC_MESSAGES/kservice5.mo +share/locale/ko/LC_MESSAGES/kservice5.mo +share/locale/ku/LC_MESSAGES/kservice5.mo +share/locale/lb/LC_MESSAGES/kservice5.mo +share/locale/lt/LC_MESSAGES/kservice5.mo +share/locale/lv/LC_MESSAGES/kservice5.mo +share/locale/mai/LC_MESSAGES/kservice5.mo +share/locale/mk/LC_MESSAGES/kservice5.mo +share/locale/ml/LC_MESSAGES/kservice5.mo +share/locale/mr/LC_MESSAGES/kservice5.mo +share/locale/ms/LC_MESSAGES/kservice5.mo +share/locale/nb/LC_MESSAGES/kservice5.mo +share/locale/nds/LC_MESSAGES/kservice5.mo +share/locale/ne/LC_MESSAGES/kservice5.mo +share/locale/nl/LC_MESSAGES/kservice5.mo +share/locale/nn/LC_MESSAGES/kservice5.mo +share/locale/oc/LC_MESSAGES/kservice5.mo +share/locale/or/LC_MESSAGES/kservice5.mo +share/locale/pa/LC_MESSAGES/kservice5.mo +share/locale/pl/LC_MESSAGES/kservice5.mo +share/locale/ps/LC_MESSAGES/kservice5.mo +share/locale/pt/LC_MESSAGES/kservice5.mo +share/locale/pt_BR/LC_MESSAGES/kservice5.mo +share/locale/ro/LC_MESSAGES/kservice5.mo +share/locale/ru/LC_MESSAGES/kservice5.mo +share/locale/se/LC_MESSAGES/kservice5.mo +share/locale/si/LC_MESSAGES/kservice5.mo +share/locale/sk/LC_MESSAGES/kservice5.mo +share/locale/sl/LC_MESSAGES/kservice5.mo +share/locale/sq/LC_MESSAGES/kservice5.mo +share/locale/sr/LC_MESSAGES/kservice5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kservice5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kservice5.mo +share/locale/sr@latin/LC_MESSAGES/kservice5.mo +share/locale/sv/LC_MESSAGES/kservice5.mo +share/locale/ta/LC_MESSAGES/kservice5.mo +share/locale/te/LC_MESSAGES/kservice5.mo +share/locale/tg/LC_MESSAGES/kservice5.mo +share/locale/th/LC_MESSAGES/kservice5.mo +share/locale/tr/LC_MESSAGES/kservice5.mo +share/locale/tt/LC_MESSAGES/kservice5.mo +share/locale/ug/LC_MESSAGES/kservice5.mo +share/locale/uk/LC_MESSAGES/kservice5.mo +share/locale/uz/LC_MESSAGES/kservice5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kservice5.mo +share/locale/vi/LC_MESSAGES/kservice5.mo +share/locale/wa/LC_MESSAGES/kservice5.mo +share/locale/xh/LC_MESSAGES/kservice5.mo +share/locale/zh_CN/LC_MESSAGES/kservice5.mo +share/locale/zh_HK/LC_MESSAGES/kservice5.mo +share/locale/zh_TW/LC_MESSAGES/kservice5.mo Index: head/devel/kf5-ktexteditor/Makefile =================================================================== --- head/devel/kf5-ktexteditor/Makefile +++ head/devel/kf5-ktexteditor/Makefile @@ -0,0 +1,21 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= ktexteditor +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 advanced embeddable text editor + +LIB_DEPENDS= libgit2.so:devel/libgit2 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz +USE_KDE= archive auth codecs completion config configwidgets \ + coreaddons ecm guiaddons i18n iconthemes itemviews \ + jobwidgets kio parts service sonnet textwidgets \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build script widgets xml xmlpatterns + +.include Index: head/devel/kf5-ktexteditor/distinfo =================================================================== --- head/devel/kf5-ktexteditor/distinfo +++ head/devel/kf5-ktexteditor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424079 +SHA256 (KDE/frameworks/5.27.0/ktexteditor-5.27.0.tar.xz) = 5a875dd81593edef3b359e778f7e2a7685f4ba73780bbb9469538bf31ab9fc88 +SIZE (KDE/frameworks/5.27.0/ktexteditor-5.27.0.tar.xz) = 3124812 Index: head/devel/kf5-ktexteditor/pkg-descr =================================================================== --- head/devel/kf5-ktexteditor/pkg-descr +++ head/devel/kf5-ktexteditor/pkg-descr @@ -0,0 +1,9 @@ +KTextEditor provides a powerful text editor component that you can +embed in your application. + +The text editor component contains many useful features, from syntax +highlighting and automatic indentation to advanced scripting support, +making it suitable for everything from a simple embedded text-file +editor to an advanced IDE. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html Index: head/devel/kf5-ktexteditor/pkg-plist =================================================================== --- head/devel/kf5-ktexteditor/pkg-plist +++ head/devel/kf5-ktexteditor/pkg-plist @@ -0,0 +1,152 @@ +include/KF5/KTextEditor/KTextEditor/AnnotationInterface +include/KF5/KTextEditor/KTextEditor/Application +include/KF5/KTextEditor/KTextEditor/Attribute +include/KF5/KTextEditor/KTextEditor/CodeCompletionInterface +include/KF5/KTextEditor/KTextEditor/CodeCompletionModel +include/KF5/KTextEditor/KTextEditor/CodeCompletionModelControllerInterface +include/KF5/KTextEditor/KTextEditor/Command +include/KF5/KTextEditor/KTextEditor/ConfigInterface +include/KF5/KTextEditor/KTextEditor/ConfigPage +include/KF5/KTextEditor/KTextEditor/Cursor +include/KF5/KTextEditor/KTextEditor/Document +include/KF5/KTextEditor/KTextEditor/DocumentCursor +include/KF5/KTextEditor/KTextEditor/Editor +include/KF5/KTextEditor/KTextEditor/MainWindow +include/KF5/KTextEditor/KTextEditor/MarkInterface +include/KF5/KTextEditor/KTextEditor/Message +include/KF5/KTextEditor/KTextEditor/ModificationInterface +include/KF5/KTextEditor/KTextEditor/MovingCursor +include/KF5/KTextEditor/KTextEditor/MovingInterface +include/KF5/KTextEditor/KTextEditor/MovingRange +include/KF5/KTextEditor/KTextEditor/MovingRangeFeedback +include/KF5/KTextEditor/KTextEditor/Plugin +include/KF5/KTextEditor/KTextEditor/Range +include/KF5/KTextEditor/KTextEditor/SessionConfigInterface +include/KF5/KTextEditor/KTextEditor/TextHintInterface +include/KF5/KTextEditor/KTextEditor/View +include/KF5/KTextEditor/ktexteditor/annotationinterface.h +include/KF5/KTextEditor/ktexteditor/application.h +include/KF5/KTextEditor/ktexteditor/attribute.h +include/KF5/KTextEditor/ktexteditor/codecompletioninterface.h +include/KF5/KTextEditor/ktexteditor/codecompletionmodel.h +include/KF5/KTextEditor/ktexteditor/codecompletionmodelcontrollerinterface.h +include/KF5/KTextEditor/ktexteditor/command.h +include/KF5/KTextEditor/ktexteditor/configinterface.h +include/KF5/KTextEditor/ktexteditor/configpage.h +include/KF5/KTextEditor/ktexteditor/cursor.h +include/KF5/KTextEditor/ktexteditor/document.h +include/KF5/KTextEditor/ktexteditor/documentcursor.h +include/KF5/KTextEditor/ktexteditor/editor.h +include/KF5/KTextEditor/ktexteditor/mainwindow.h +include/KF5/KTextEditor/ktexteditor/markinterface.h +include/KF5/KTextEditor/ktexteditor/message.h +include/KF5/KTextEditor/ktexteditor/modificationinterface.h +include/KF5/KTextEditor/ktexteditor/movingcursor.h +include/KF5/KTextEditor/ktexteditor/movinginterface.h +include/KF5/KTextEditor/ktexteditor/movingrange.h +include/KF5/KTextEditor/ktexteditor/movingrangefeedback.h +include/KF5/KTextEditor/ktexteditor/plugin.h +include/KF5/KTextEditor/ktexteditor/range.h +include/KF5/KTextEditor/ktexteditor/sessionconfiginterface.h +include/KF5/KTextEditor/ktexteditor/texthintinterface.h +include/KF5/KTextEditor/ktexteditor/view.h +include/KF5/KTextEditor/ktexteditor_export.h +include/KF5/ktexteditor_version.h +lib/cmake/KF5TextEditor/KF5TextEditorConfig.cmake +lib/cmake/KF5TextEditor/KF5TextEditorConfigVersion.cmake +lib/cmake/KF5TextEditor/KF5TextEditorTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5TextEditor/KF5TextEditorTargets.cmake +lib/libKF5TextEditor.so +lib/libKF5TextEditor.so.5 +lib/libKF5TextEditor.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/parts/katepart.so +%%QT_MKSPECDIR%%/modules/qt_KTextEditor.pri +share/katepart5/script/README.md +share/katepart5/syntax/README.md +share/kservices5/katepart.desktop +share/kservicetypes5/ktexteditor.desktop +share/kservicetypes5/ktexteditorplugin.desktop +share/locale/af/LC_MESSAGES/ktexteditor5.mo +share/locale/ar/LC_MESSAGES/ktexteditor5.mo +share/locale/ast/LC_MESSAGES/ktexteditor5.mo +share/locale/be/LC_MESSAGES/ktexteditor5.mo +share/locale/bg/LC_MESSAGES/ktexteditor5.mo +share/locale/bn/LC_MESSAGES/ktexteditor5.mo +share/locale/br/LC_MESSAGES/ktexteditor5.mo +share/locale/bs/LC_MESSAGES/ktexteditor5.mo +share/locale/ca/LC_MESSAGES/ktexteditor5.mo +share/locale/ca@valencia/LC_MESSAGES/ktexteditor5.mo +share/locale/cs/LC_MESSAGES/ktexteditor5.mo +share/locale/cy/LC_MESSAGES/ktexteditor5.mo +share/locale/da/LC_MESSAGES/ktexteditor5.mo +share/locale/de/LC_MESSAGES/ktexteditor5.mo +share/locale/el/LC_MESSAGES/ktexteditor5.mo +share/locale/en_GB/LC_MESSAGES/ktexteditor5.mo +share/locale/eo/LC_MESSAGES/ktexteditor5.mo +share/locale/es/LC_MESSAGES/ktexteditor5.mo +share/locale/et/LC_MESSAGES/ktexteditor5.mo +share/locale/eu/LC_MESSAGES/ktexteditor5.mo +share/locale/fa/LC_MESSAGES/ktexteditor5.mo +share/locale/fi/LC_MESSAGES/ktexteditor5.mo +share/locale/fr/LC_MESSAGES/ktexteditor5.mo +share/locale/fy/LC_MESSAGES/ktexteditor5.mo +share/locale/ga/LC_MESSAGES/ktexteditor5.mo +share/locale/gl/LC_MESSAGES/ktexteditor5.mo +share/locale/gu/LC_MESSAGES/ktexteditor5.mo +share/locale/he/LC_MESSAGES/ktexteditor5.mo +share/locale/hi/LC_MESSAGES/ktexteditor5.mo +share/locale/hr/LC_MESSAGES/ktexteditor5.mo +share/locale/hsb/LC_MESSAGES/ktexteditor5.mo +share/locale/hu/LC_MESSAGES/ktexteditor5.mo +share/locale/ia/LC_MESSAGES/ktexteditor5.mo +share/locale/is/LC_MESSAGES/ktexteditor5.mo +share/locale/it/LC_MESSAGES/ktexteditor5.mo +share/locale/ja/LC_MESSAGES/ktexteditor5.mo +share/locale/ka/LC_MESSAGES/ktexteditor5.mo +share/locale/kk/LC_MESSAGES/ktexteditor5.mo +share/locale/km/LC_MESSAGES/ktexteditor5.mo +share/locale/ko/LC_MESSAGES/ktexteditor5.mo +share/locale/ku/LC_MESSAGES/ktexteditor5.mo +share/locale/lb/LC_MESSAGES/ktexteditor5.mo +share/locale/lt/LC_MESSAGES/ktexteditor5.mo +share/locale/lv/LC_MESSAGES/ktexteditor5.mo +share/locale/mai/LC_MESSAGES/ktexteditor5.mo +share/locale/mk/LC_MESSAGES/ktexteditor5.mo +share/locale/ml/LC_MESSAGES/ktexteditor5.mo +share/locale/mr/LC_MESSAGES/ktexteditor5.mo +share/locale/ms/LC_MESSAGES/ktexteditor5.mo +share/locale/nb/LC_MESSAGES/ktexteditor5.mo +share/locale/nds/LC_MESSAGES/ktexteditor5.mo +share/locale/ne/LC_MESSAGES/ktexteditor5.mo +share/locale/nl/LC_MESSAGES/ktexteditor5.mo +share/locale/nn/LC_MESSAGES/ktexteditor5.mo +share/locale/oc/LC_MESSAGES/ktexteditor5.mo +share/locale/pa/LC_MESSAGES/ktexteditor5.mo +share/locale/pl/LC_MESSAGES/ktexteditor5.mo +share/locale/pt/LC_MESSAGES/ktexteditor5.mo +share/locale/pt_BR/LC_MESSAGES/ktexteditor5.mo +share/locale/ro/LC_MESSAGES/ktexteditor5.mo +share/locale/ru/LC_MESSAGES/ktexteditor5.mo +share/locale/se/LC_MESSAGES/ktexteditor5.mo +share/locale/si/LC_MESSAGES/ktexteditor5.mo +share/locale/sk/LC_MESSAGES/ktexteditor5.mo +share/locale/sl/LC_MESSAGES/ktexteditor5.mo +share/locale/sq/LC_MESSAGES/ktexteditor5.mo +share/locale/sr/LC_MESSAGES/ktexteditor5.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor5.mo +share/locale/sr@latin/LC_MESSAGES/ktexteditor5.mo +share/locale/sv/LC_MESSAGES/ktexteditor5.mo +share/locale/ta/LC_MESSAGES/ktexteditor5.mo +share/locale/tg/LC_MESSAGES/ktexteditor5.mo +share/locale/th/LC_MESSAGES/ktexteditor5.mo +share/locale/tr/LC_MESSAGES/ktexteditor5.mo +share/locale/ug/LC_MESSAGES/ktexteditor5.mo +share/locale/uk/LC_MESSAGES/ktexteditor5.mo +share/locale/uz/LC_MESSAGES/ktexteditor5.mo +share/locale/uz@cyrillic/LC_MESSAGES/ktexteditor5.mo +share/locale/vi/LC_MESSAGES/ktexteditor5.mo +share/locale/wa/LC_MESSAGES/ktexteditor5.mo +share/locale/xh/LC_MESSAGES/ktexteditor5.mo +share/locale/zh_CN/LC_MESSAGES/ktexteditor5.mo +share/locale/zh_TW/LC_MESSAGES/ktexteditor5.mo Index: head/devel/kf5-kunitconversion/Makefile =================================================================== --- head/devel/kf5-kunitconversion/Makefile +++ head/devel/kf5-kunitconversion/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kunitconversion +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for unit conversion + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz +USE_KDE= ecm i18n +USE_QT5= buildtools_build core network qmake_build xml + +.include Index: head/devel/kf5-kunitconversion/distinfo =================================================================== --- head/devel/kf5-kunitconversion/distinfo +++ head/devel/kf5-kunitconversion/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424079 +SHA256 (KDE/frameworks/5.27.0/kunitconversion-5.27.0.tar.xz) = ec28a6c6cab24d3e0ac82bdfe801fca00c165e5b365de9cca2ec7c3902323687 +SIZE (KDE/frameworks/5.27.0/kunitconversion-5.27.0.tar.xz) = 650164 Index: head/devel/kf5-kunitconversion/pkg-descr =================================================================== --- head/devel/kf5-kunitconversion/pkg-descr +++ head/devel/kf5-kunitconversion/pkg-descr @@ -0,0 +1,5 @@ +KUnitConversion provides functions to convert values in different physical +units. It supports converting different prefixes (e.g. kilo, mega, giga) as +well as converting between different unit systems (e.g. liters, gallons). + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html Index: head/devel/kf5-kunitconversion/pkg-plist =================================================================== --- head/devel/kf5-kunitconversion/pkg-plist +++ head/devel/kf5-kunitconversion/pkg-plist @@ -0,0 +1,75 @@ +include/KF5/KUnitConversion/KUnitConversion/Converter +include/KF5/KUnitConversion/KUnitConversion/Unit +include/KF5/KUnitConversion/KUnitConversion/UnitCategory +include/KF5/KUnitConversion/KUnitConversion/Value +include/KF5/KUnitConversion/kunitconversion/converter.h +include/KF5/KUnitConversion/kunitconversion/kunitconversion_export.h +include/KF5/KUnitConversion/kunitconversion/unit.h +include/KF5/KUnitConversion/kunitconversion/unitcategory.h +include/KF5/KUnitConversion/kunitconversion/value.h +include/KF5/kunitconversion_version.h +lib/cmake/KF5UnitConversion/KF5UnitConversionConfig.cmake +lib/cmake/KF5UnitConversion/KF5UnitConversionConfigVersion.cmake +lib/cmake/KF5UnitConversion/KF5UnitConversionTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5UnitConversion/KF5UnitConversionTargets.cmake +lib/libKF5UnitConversion.so +lib/libKF5UnitConversion.so.5 +lib/libKF5UnitConversion.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KUnitConversion.pri +share/locale/ar/LC_MESSAGES/kunitconversion5.mo +share/locale/ast/LC_MESSAGES/kunitconversion5.mo +share/locale/bg/LC_MESSAGES/kunitconversion5.mo +share/locale/bs/LC_MESSAGES/kunitconversion5.mo +share/locale/ca/LC_MESSAGES/kunitconversion5.mo +share/locale/ca@valencia/LC_MESSAGES/kunitconversion5.mo +share/locale/cs/LC_MESSAGES/kunitconversion5.mo +share/locale/da/LC_MESSAGES/kunitconversion5.mo +share/locale/de/LC_MESSAGES/kunitconversion5.mo +share/locale/el/LC_MESSAGES/kunitconversion5.mo +share/locale/en_GB/LC_MESSAGES/kunitconversion5.mo +share/locale/eo/LC_MESSAGES/kunitconversion5.mo +share/locale/es/LC_MESSAGES/kunitconversion5.mo +share/locale/et/LC_MESSAGES/kunitconversion5.mo +share/locale/eu/LC_MESSAGES/kunitconversion5.mo +share/locale/fi/LC_MESSAGES/kunitconversion5.mo +share/locale/fr/LC_MESSAGES/kunitconversion5.mo +share/locale/ga/LC_MESSAGES/kunitconversion5.mo +share/locale/gd/LC_MESSAGES/kunitconversion5.mo +share/locale/gl/LC_MESSAGES/kunitconversion5.mo +share/locale/hr/LC_MESSAGES/kunitconversion5.mo +share/locale/hu/LC_MESSAGES/kunitconversion5.mo +share/locale/ia/LC_MESSAGES/kunitconversion5.mo +share/locale/is/LC_MESSAGES/kunitconversion5.mo +share/locale/it/LC_MESSAGES/kunitconversion5.mo +share/locale/ja/LC_MESSAGES/kunitconversion5.mo +share/locale/kk/LC_MESSAGES/kunitconversion5.mo +share/locale/ko/LC_MESSAGES/kunitconversion5.mo +share/locale/lt/LC_MESSAGES/kunitconversion5.mo +share/locale/lv/LC_MESSAGES/kunitconversion5.mo +share/locale/mr/LC_MESSAGES/kunitconversion5.mo +share/locale/ms/LC_MESSAGES/kunitconversion5.mo +share/locale/nb/LC_MESSAGES/kunitconversion5.mo +share/locale/nds/LC_MESSAGES/kunitconversion5.mo +share/locale/nl/LC_MESSAGES/kunitconversion5.mo +share/locale/nn/LC_MESSAGES/kunitconversion5.mo +share/locale/pa/LC_MESSAGES/kunitconversion5.mo +share/locale/pl/LC_MESSAGES/kunitconversion5.mo +share/locale/pt/LC_MESSAGES/kunitconversion5.mo +share/locale/pt_BR/LC_MESSAGES/kunitconversion5.mo +share/locale/ro/LC_MESSAGES/kunitconversion5.mo +share/locale/ru/LC_MESSAGES/kunitconversion5.mo +share/locale/se/LC_MESSAGES/kunitconversion5.mo +share/locale/sk/LC_MESSAGES/kunitconversion5.mo +share/locale/sl/LC_MESSAGES/kunitconversion5.mo +share/locale/sr/LC_MESSAGES/kunitconversion5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kunitconversion5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kunitconversion5.mo +share/locale/sr@latin/LC_MESSAGES/kunitconversion5.mo +share/locale/sv/LC_MESSAGES/kunitconversion5.mo +share/locale/ta/LC_MESSAGES/kunitconversion5.mo +share/locale/th/LC_MESSAGES/kunitconversion5.mo +share/locale/tr/LC_MESSAGES/kunitconversion5.mo +share/locale/ug/LC_MESSAGES/kunitconversion5.mo +share/locale/uk/LC_MESSAGES/kunitconversion5.mo +share/locale/zh_CN/LC_MESSAGES/kunitconversion5.mo +share/locale/zh_TW/LC_MESSAGES/kunitconversion5.mo Index: head/devel/kf5-solid/Makefile =================================================================== --- head/devel/kf5-solid/Makefile +++ head/devel/kf5-solid/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= solid +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 hardware integration and detection + +USES= bison cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build concurrent core dbus gui linguisttools \ + network qmake_build qml testlib widgets xml + +.include Index: head/devel/kf5-solid/distinfo =================================================================== --- head/devel/kf5-solid/distinfo +++ head/devel/kf5-solid/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424079 +SHA256 (KDE/frameworks/5.27.0/solid-5.27.0.tar.xz) = 47d076855758fc8668aa625205ad07071e0dcfabd1218a5a4759230b86741407 +SIZE (KDE/frameworks/5.27.0/solid-5.27.0.tar.xz) = 275192 Index: head/devel/kf5-solid/pkg-descr =================================================================== --- head/devel/kf5-solid/pkg-descr +++ head/devel/kf5-solid/pkg-descr @@ -0,0 +1,4 @@ +Solid is a device integration framework. It provides a way of querying and +interacting with hardware independently of the underlying operating system. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html Index: head/devel/kf5-solid/pkg-plist =================================================================== --- head/devel/kf5-solid/pkg-plist +++ head/devel/kf5-solid/pkg-plist @@ -0,0 +1,107 @@ +bin/solid-hardware5 +include/KF5/Solid/Solid/Battery +include/KF5/Solid/Solid/Block +include/KF5/Solid/Solid/Camera +include/KF5/Solid/Solid/Device +include/KF5/Solid/Solid/DeviceInterface +include/KF5/Solid/Solid/DeviceNotifier +include/KF5/Solid/Solid/GenericInterface +include/KF5/Solid/Solid/NetworkShare +include/KF5/Solid/Solid/OpticalDisc +include/KF5/Solid/Solid/OpticalDrive +include/KF5/Solid/Solid/PortableMediaPlayer +include/KF5/Solid/Solid/Predicate +include/KF5/Solid/Solid/Processor +include/KF5/Solid/Solid/SolidNamespace +include/KF5/Solid/Solid/StorageAccess +include/KF5/Solid/Solid/StorageDrive +include/KF5/Solid/Solid/StorageVolume +include/KF5/Solid/solid/battery.h +include/KF5/Solid/solid/block.h +include/KF5/Solid/solid/camera.h +include/KF5/Solid/solid/device.h +include/KF5/Solid/solid/deviceinterface.h +include/KF5/Solid/solid/devicenotifier.h +include/KF5/Solid/solid/genericinterface.h +include/KF5/Solid/solid/networkshare.h +include/KF5/Solid/solid/opticaldisc.h +include/KF5/Solid/solid/opticaldrive.h +include/KF5/Solid/solid/portablemediaplayer.h +include/KF5/Solid/solid/predicate.h +include/KF5/Solid/solid/processor.h +include/KF5/Solid/solid/solid_export.h +include/KF5/Solid/solid/solidnamespace.h +include/KF5/Solid/solid/storageaccess.h +include/KF5/Solid/solid/storagedrive.h +include/KF5/Solid/solid/storagevolume.h +include/KF5/solid_version.h +lib/cmake/KF5Solid/KF5SolidConfig.cmake +lib/cmake/KF5Solid/KF5SolidConfigVersion.cmake +lib/cmake/KF5Solid/KF5SolidTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Solid/KF5SolidTargets.cmake +lib/libKF5Solid.so +lib/libKF5Solid.so.5 +lib/libKF5Solid.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_QMLDIR%%/org/kde/solid/libsolidextensionplugin.so +%%QT_QMLDIR%%/org/kde/solid/qmldir +%%QT_MKSPECDIR%%/modules/qt_Solid.pri +share/locale/ar/LC_MESSAGES/solid5_qt.qm +share/locale/ast/LC_MESSAGES/solid5_qt.qm +share/locale/bg/LC_MESSAGES/solid5_qt.qm +share/locale/bs/LC_MESSAGES/solid5_qt.qm +share/locale/ca/LC_MESSAGES/solid5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/solid5_qt.qm +share/locale/cs/LC_MESSAGES/solid5_qt.qm +share/locale/da/LC_MESSAGES/solid5_qt.qm +share/locale/de/LC_MESSAGES/solid5_qt.qm +share/locale/el/LC_MESSAGES/solid5_qt.qm +share/locale/en_GB/LC_MESSAGES/solid5_qt.qm +share/locale/eo/LC_MESSAGES/solid5_qt.qm +share/locale/es/LC_MESSAGES/solid5_qt.qm +share/locale/et/LC_MESSAGES/solid5_qt.qm +share/locale/eu/LC_MESSAGES/solid5_qt.qm +share/locale/fi/LC_MESSAGES/solid5_qt.qm +share/locale/fr/LC_MESSAGES/solid5_qt.qm +share/locale/ga/LC_MESSAGES/solid5_qt.qm +share/locale/gd/LC_MESSAGES/solid5_qt.qm +share/locale/gl/LC_MESSAGES/solid5_qt.qm +share/locale/he/LC_MESSAGES/solid5_qt.qm +share/locale/hr/LC_MESSAGES/solid5_qt.qm +share/locale/hu/LC_MESSAGES/solid5_qt.qm +share/locale/ia/LC_MESSAGES/solid5_qt.qm +share/locale/is/LC_MESSAGES/solid5_qt.qm +share/locale/it/LC_MESSAGES/solid5_qt.qm +share/locale/ja/LC_MESSAGES/solid5_qt.qm +share/locale/kk/LC_MESSAGES/solid5_qt.qm +share/locale/km/LC_MESSAGES/solid5_qt.qm +share/locale/ko/LC_MESSAGES/solid5_qt.qm +share/locale/lt/LC_MESSAGES/solid5_qt.qm +share/locale/lv/LC_MESSAGES/solid5_qt.qm +share/locale/ml/LC_MESSAGES/solid5_qt.qm +share/locale/mr/LC_MESSAGES/solid5_qt.qm +share/locale/ms/LC_MESSAGES/solid5_qt.qm +share/locale/nb/LC_MESSAGES/solid5_qt.qm +share/locale/nds/LC_MESSAGES/solid5_qt.qm +share/locale/nl/LC_MESSAGES/solid5_qt.qm +share/locale/nn/LC_MESSAGES/solid5_qt.qm +share/locale/pa/LC_MESSAGES/solid5_qt.qm +share/locale/pl/LC_MESSAGES/solid5_qt.qm +share/locale/pt/LC_MESSAGES/solid5_qt.qm +share/locale/pt_BR/LC_MESSAGES/solid5_qt.qm +share/locale/ro/LC_MESSAGES/solid5_qt.qm +share/locale/ru/LC_MESSAGES/solid5_qt.qm +share/locale/se/LC_MESSAGES/solid5_qt.qm +share/locale/sk/LC_MESSAGES/solid5_qt.qm +share/locale/sl/LC_MESSAGES/solid5_qt.qm +share/locale/sr/LC_MESSAGES/solid5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/solid5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/solid5_qt.qm +share/locale/sr@latin/LC_MESSAGES/solid5_qt.qm +share/locale/sv/LC_MESSAGES/solid5_qt.qm +share/locale/ta/LC_MESSAGES/solid5_qt.qm +share/locale/th/LC_MESSAGES/solid5_qt.qm +share/locale/tr/LC_MESSAGES/solid5_qt.qm +share/locale/ug/LC_MESSAGES/solid5_qt.qm +share/locale/uk/LC_MESSAGES/solid5_qt.qm +share/locale/zh_CN/LC_MESSAGES/solid5_qt.qm +share/locale/zh_TW/LC_MESSAGES/solid5_qt.qm Index: head/devel/kf5-threadweaver/Makefile =================================================================== --- head/devel/kf5-threadweaver/Makefile +++ head/devel/kf5-threadweaver/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= threadweaver +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= devel kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 addons to QtDBus + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core network qmake_build testlib widgets xml + +.include Index: head/devel/kf5-threadweaver/distinfo =================================================================== --- head/devel/kf5-threadweaver/distinfo +++ head/devel/kf5-threadweaver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/threadweaver-5.27.0.tar.xz) = 1ecf94c0e092f604ec090080564fa8013d470216b0286182e90880554488e555 +SIZE (KDE/frameworks/5.27.0/threadweaver-5.27.0.tar.xz) = 1409168 Index: head/devel/kf5-threadweaver/pkg-descr =================================================================== --- head/devel/kf5-threadweaver/pkg-descr +++ head/devel/kf5-threadweaver/pkg-descr @@ -0,0 +1,4 @@ +KDBusAddons provides convenience classes on top of QtDBus, +as well as an API to create KDED modules. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html Index: head/devel/kf5-threadweaver/pkg-plist =================================================================== --- head/devel/kf5-threadweaver/pkg-plist +++ head/devel/kf5-threadweaver/pkg-plist @@ -0,0 +1,76 @@ +include/KF5/ThreadWeaver/ThreadWeaver/Collection +include/KF5/ThreadWeaver/ThreadWeaver/DebuggingAids +include/KF5/ThreadWeaver/ThreadWeaver/Dependency +include/KF5/ThreadWeaver/ThreadWeaver/DependencyPolicy +include/KF5/ThreadWeaver/ThreadWeaver/DestructedState +include/KF5/ThreadWeaver/ThreadWeaver/Exception +include/KF5/ThreadWeaver/ThreadWeaver/IdDecorator +include/KF5/ThreadWeaver/ThreadWeaver/InConstructionState +include/KF5/ThreadWeaver/ThreadWeaver/Job +include/KF5/ThreadWeaver/ThreadWeaver/JobInterface +include/KF5/ThreadWeaver/ThreadWeaver/JobPointer +include/KF5/ThreadWeaver/ThreadWeaver/Lambda +include/KF5/ThreadWeaver/ThreadWeaver/ManagedJobPointer +include/KF5/ThreadWeaver/ThreadWeaver/QObjectDecorator +include/KF5/ThreadWeaver/ThreadWeaver/Queue +include/KF5/ThreadWeaver/ThreadWeaver/QueueAPI +include/KF5/ThreadWeaver/ThreadWeaver/QueueInterface +include/KF5/ThreadWeaver/ThreadWeaver/QueuePolicy +include/KF5/ThreadWeaver/ThreadWeaver/QueueSignals +include/KF5/ThreadWeaver/ThreadWeaver/QueueStream +include/KF5/ThreadWeaver/ThreadWeaver/Queueing +include/KF5/ThreadWeaver/ThreadWeaver/ResourceRestrictionPolicy +include/KF5/ThreadWeaver/ThreadWeaver/Sequence +include/KF5/ThreadWeaver/ThreadWeaver/ShuttingDownState +include/KF5/ThreadWeaver/ThreadWeaver/State +include/KF5/ThreadWeaver/ThreadWeaver/SuspendedState +include/KF5/ThreadWeaver/ThreadWeaver/SuspendingState +include/KF5/ThreadWeaver/ThreadWeaver/Thread +include/KF5/ThreadWeaver/ThreadWeaver/ThreadWeaver +include/KF5/ThreadWeaver/ThreadWeaver/Weaver +include/KF5/ThreadWeaver/ThreadWeaver/WeaverImplState +include/KF5/ThreadWeaver/ThreadWeaver/WeaverInterface +include/KF5/ThreadWeaver/ThreadWeaver/WorkingHardState +include/KF5/ThreadWeaver/threadweaver/collection.h +include/KF5/ThreadWeaver/threadweaver/debuggingaids.h +include/KF5/ThreadWeaver/threadweaver/dependency.h +include/KF5/ThreadWeaver/threadweaver/dependencypolicy.h +include/KF5/ThreadWeaver/threadweaver/destructedstate.h +include/KF5/ThreadWeaver/threadweaver/exception.h +include/KF5/ThreadWeaver/threadweaver/iddecorator.h +include/KF5/ThreadWeaver/threadweaver/inconstructionstate.h +include/KF5/ThreadWeaver/threadweaver/job.h +include/KF5/ThreadWeaver/threadweaver/jobinterface.h +include/KF5/ThreadWeaver/threadweaver/jobpointer.h +include/KF5/ThreadWeaver/threadweaver/lambda.h +include/KF5/ThreadWeaver/threadweaver/managedjobpointer.h +include/KF5/ThreadWeaver/threadweaver/qobjectdecorator.h +include/KF5/ThreadWeaver/threadweaver/queue.h +include/KF5/ThreadWeaver/threadweaver/queueapi.h +include/KF5/ThreadWeaver/threadweaver/queueing.h +include/KF5/ThreadWeaver/threadweaver/queueinterface.h +include/KF5/ThreadWeaver/threadweaver/queuepolicy.h +include/KF5/ThreadWeaver/threadweaver/queuesignals.h +include/KF5/ThreadWeaver/threadweaver/queuestream.h +include/KF5/ThreadWeaver/threadweaver/resourcerestrictionpolicy.h +include/KF5/ThreadWeaver/threadweaver/sequence.h +include/KF5/ThreadWeaver/threadweaver/shuttingdownstate.h +include/KF5/ThreadWeaver/threadweaver/state.h +include/KF5/ThreadWeaver/threadweaver/suspendedstate.h +include/KF5/ThreadWeaver/threadweaver/suspendingstate.h +include/KF5/ThreadWeaver/threadweaver/thread.h +include/KF5/ThreadWeaver/threadweaver/threadweaver.h +include/KF5/ThreadWeaver/threadweaver/threadweaver_export.h +include/KF5/ThreadWeaver/threadweaver/weaver.h +include/KF5/ThreadWeaver/threadweaver/weaverimplstate.h +include/KF5/ThreadWeaver/threadweaver/weaverinterface.h +include/KF5/ThreadWeaver/threadweaver/workinghardstate.h +include/KF5/threadweaver_version.h +lib/cmake/KF5ThreadWeaver/KF5ThreadWeaverConfig.cmake +lib/cmake/KF5ThreadWeaver/KF5ThreadWeaverConfigVersion.cmake +lib/cmake/KF5ThreadWeaver/KF5ThreadWeaverTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5ThreadWeaver/KF5ThreadWeaverTargets.cmake +lib/libKF5ThreadWeaver.so +lib/libKF5ThreadWeaver.so.5 +lib/libKF5ThreadWeaver.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_ThreadWeaver.pri Index: head/dns/Makefile =================================================================== --- head/dns/Makefile +++ head/dns/Makefile @@ -78,6 +78,7 @@ SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides + SUBDIR += kf5-kdnssd SUBDIR += knot-resolver SUBDIR += knot1 SUBDIR += knot2 Index: head/dns/kf5-kdnssd/Makefile =================================================================== --- head/dns/kf5-kdnssd/Makefile +++ head/dns/kf5-kdnssd/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdnssd +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= dns kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 abstraction to system DNSSD features + +# TODO: options to depend on avahi and/or dnssd +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= core dbus linguisttools network \ + buildtools_build qmake_build + +.include Index: head/dns/kf5-kdnssd/distinfo =================================================================== --- head/dns/kf5-kdnssd/distinfo +++ head/dns/kf5-kdnssd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kdnssd-5.27.0.tar.xz) = 17574f21b720f9ddb7642354a14bd17608c74e2c5cd640dae3ac784b1c890237 +SIZE (KDE/frameworks/5.27.0/kdnssd-5.27.0.tar.xz) = 2529412 Index: head/dns/kf5-kdnssd/pkg-descr =================================================================== --- head/dns/kf5-kdnssd/pkg-descr +++ head/dns/kf5-kdnssd/pkg-descr @@ -0,0 +1,5 @@ +KDNSSD is a library for handling the DNS-based Service Discovery Protocol, +the layer of Zeroconf that allows network services, such as printers, to be +discovered without any user intervention or centralized infrastructure. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html Index: head/dns/kf5-kdnssd/pkg-plist =================================================================== --- head/dns/kf5-kdnssd/pkg-plist +++ head/dns/kf5-kdnssd/pkg-plist @@ -0,0 +1,125 @@ +include/KF5/KDNSSD/DNSSD/DomainBrowser +include/KF5/KDNSSD/DNSSD/DomainModel +include/KF5/KDNSSD/DNSSD/PublicService +include/KF5/KDNSSD/DNSSD/RemoteService +include/KF5/KDNSSD/DNSSD/ServiceBase +include/KF5/KDNSSD/DNSSD/ServiceBrowser +include/KF5/KDNSSD/DNSSD/ServiceModel +include/KF5/KDNSSD/DNSSD/ServiceTypeBrowser +include/KF5/KDNSSD/dnssd/domainbrowser.h +include/KF5/KDNSSD/dnssd/domainmodel.h +include/KF5/KDNSSD/dnssd/kdnssd_export.h +include/KF5/KDNSSD/dnssd/publicservice.h +include/KF5/KDNSSD/dnssd/remoteservice.h +include/KF5/KDNSSD/dnssd/servicebase.h +include/KF5/KDNSSD/dnssd/servicebrowser.h +include/KF5/KDNSSD/dnssd/servicemodel.h +include/KF5/KDNSSD/dnssd/servicetypebrowser.h +lib/cmake/KF5DNSSD/KF5DNSSDConfig.cmake +lib/cmake/KF5DNSSD/KF5DNSSDConfigVersion.cmake +lib/cmake/KF5DNSSD/KF5DNSSDTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5DNSSD/KF5DNSSDTargets.cmake +lib/libKF5DNSSD.so +lib/libKF5DNSSD.so.5 +lib/libKF5DNSSD.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KDNSSD.pri +share/locale/af/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ar/LC_MESSAGES/kdnssd5_qt.qm +share/locale/as/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ast/LC_MESSAGES/kdnssd5_qt.qm +share/locale/be/LC_MESSAGES/kdnssd5_qt.qm +share/locale/be@latin/LC_MESSAGES/kdnssd5_qt.qm +share/locale/bg/LC_MESSAGES/kdnssd5_qt.qm +share/locale/bn/LC_MESSAGES/kdnssd5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kdnssd5_qt.qm +share/locale/br/LC_MESSAGES/kdnssd5_qt.qm +share/locale/bs/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ca/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kdnssd5_qt.qm +share/locale/crh/LC_MESSAGES/kdnssd5_qt.qm +share/locale/cs/LC_MESSAGES/kdnssd5_qt.qm +share/locale/csb/LC_MESSAGES/kdnssd5_qt.qm +share/locale/cy/LC_MESSAGES/kdnssd5_qt.qm +share/locale/da/LC_MESSAGES/kdnssd5_qt.qm +share/locale/de/LC_MESSAGES/kdnssd5_qt.qm +share/locale/el/LC_MESSAGES/kdnssd5_qt.qm +share/locale/en_GB/LC_MESSAGES/kdnssd5_qt.qm +share/locale/eo/LC_MESSAGES/kdnssd5_qt.qm +share/locale/es/LC_MESSAGES/kdnssd5_qt.qm +share/locale/et/LC_MESSAGES/kdnssd5_qt.qm +share/locale/eu/LC_MESSAGES/kdnssd5_qt.qm +share/locale/fa/LC_MESSAGES/kdnssd5_qt.qm +share/locale/fi/LC_MESSAGES/kdnssd5_qt.qm +share/locale/fr/LC_MESSAGES/kdnssd5_qt.qm +share/locale/fy/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ga/LC_MESSAGES/kdnssd5_qt.qm +share/locale/gd/LC_MESSAGES/kdnssd5_qt.qm +share/locale/gl/LC_MESSAGES/kdnssd5_qt.qm +share/locale/gu/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ha/LC_MESSAGES/kdnssd5_qt.qm +share/locale/he/LC_MESSAGES/kdnssd5_qt.qm +share/locale/hi/LC_MESSAGES/kdnssd5_qt.qm +share/locale/hne/LC_MESSAGES/kdnssd5_qt.qm +share/locale/hr/LC_MESSAGES/kdnssd5_qt.qm +share/locale/hsb/LC_MESSAGES/kdnssd5_qt.qm +share/locale/hu/LC_MESSAGES/kdnssd5_qt.qm +share/locale/hy/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ia/LC_MESSAGES/kdnssd5_qt.qm +share/locale/id/LC_MESSAGES/kdnssd5_qt.qm +share/locale/is/LC_MESSAGES/kdnssd5_qt.qm +share/locale/it/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ja/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ka/LC_MESSAGES/kdnssd5_qt.qm +share/locale/kk/LC_MESSAGES/kdnssd5_qt.qm +share/locale/km/LC_MESSAGES/kdnssd5_qt.qm +share/locale/kn/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ko/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ku/LC_MESSAGES/kdnssd5_qt.qm +share/locale/lb/LC_MESSAGES/kdnssd5_qt.qm +share/locale/lt/LC_MESSAGES/kdnssd5_qt.qm +share/locale/lv/LC_MESSAGES/kdnssd5_qt.qm +share/locale/mai/LC_MESSAGES/kdnssd5_qt.qm +share/locale/mk/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ml/LC_MESSAGES/kdnssd5_qt.qm +share/locale/mr/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ms/LC_MESSAGES/kdnssd5_qt.qm +share/locale/nb/LC_MESSAGES/kdnssd5_qt.qm +share/locale/nds/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ne/LC_MESSAGES/kdnssd5_qt.qm +share/locale/nl/LC_MESSAGES/kdnssd5_qt.qm +share/locale/nn/LC_MESSAGES/kdnssd5_qt.qm +share/locale/oc/LC_MESSAGES/kdnssd5_qt.qm +share/locale/or/LC_MESSAGES/kdnssd5_qt.qm +share/locale/pa/LC_MESSAGES/kdnssd5_qt.qm +share/locale/pl/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ps/LC_MESSAGES/kdnssd5_qt.qm +share/locale/pt/LC_MESSAGES/kdnssd5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ro/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ru/LC_MESSAGES/kdnssd5_qt.qm +share/locale/se/LC_MESSAGES/kdnssd5_qt.qm +share/locale/si/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sk/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sl/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sq/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sr/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kdnssd5_qt.qm +share/locale/sv/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ta/LC_MESSAGES/kdnssd5_qt.qm +share/locale/te/LC_MESSAGES/kdnssd5_qt.qm +share/locale/tg/LC_MESSAGES/kdnssd5_qt.qm +share/locale/th/LC_MESSAGES/kdnssd5_qt.qm +share/locale/tr/LC_MESSAGES/kdnssd5_qt.qm +share/locale/tt/LC_MESSAGES/kdnssd5_qt.qm +share/locale/ug/LC_MESSAGES/kdnssd5_qt.qm +share/locale/uk/LC_MESSAGES/kdnssd5_qt.qm +share/locale/uz/LC_MESSAGES/kdnssd5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kdnssd5_qt.qm +share/locale/vi/LC_MESSAGES/kdnssd5_qt.qm +share/locale/wa/LC_MESSAGES/kdnssd5_qt.qm +share/locale/xh/LC_MESSAGES/kdnssd5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kdnssd5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kdnssd5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kdnssd5_qt.qm Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile +++ head/graphics/Makefile @@ -394,6 +394,8 @@ SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers + SUBDIR += kf5-kimageformats + SUBDIR += kf5-kplotting SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow Index: head/graphics/kf5-kimageformats/Makefile =================================================================== --- head/graphics/kf5-kimageformats/Makefile +++ head/graphics/kf5-kimageformats/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kimageformats +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= graphics kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library providing support for additional image formats + +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libHalf.so:graphics/ilmbase + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui printsupport qmake_build widgets + +.include Index: head/graphics/kf5-kimageformats/distinfo =================================================================== --- head/graphics/kf5-kimageformats/distinfo +++ head/graphics/kf5-kimageformats/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kimageformats-5.27.0.tar.xz) = 50889659e7aafab6277cf28c1af08a9fe02d00f1aae99aa533f48c9b623b5e46 +SIZE (KDE/frameworks/5.27.0/kimageformats-5.27.0.tar.xz) = 204100 Index: head/graphics/kf5-kimageformats/pkg-descr =================================================================== --- head/graphics/kf5-kimageformats/pkg-descr +++ head/graphics/kf5-kimageformats/pkg-descr @@ -0,0 +1,5 @@ +This framework provides additional image format plugins for QtGui. +Read-only support for dds, xcf, exr, psd and ras +Read-write suport for eps, jp2, pcx, rgb, rgba, sgi, bw, pic, tga, xv + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html Index: head/graphics/kf5-kimageformats/pkg-plist =================================================================== --- head/graphics/kf5-kimageformats/pkg-plist +++ head/graphics/kf5-kimageformats/pkg-plist @@ -0,0 +1,20 @@ +%%QT_PLUGINDIR%%/imageformats/kimg_eps.so +%%QT_PLUGINDIR%%/imageformats/kimg_exr.so +%%QT_PLUGINDIR%%/imageformats/kimg_pcx.so +%%QT_PLUGINDIR%%/imageformats/kimg_pic.so +%%QT_PLUGINDIR%%/imageformats/kimg_psd.so +%%QT_PLUGINDIR%%/imageformats/kimg_ras.so +%%QT_PLUGINDIR%%/imageformats/kimg_rgb.so +%%QT_PLUGINDIR%%/imageformats/kimg_tga.so +%%QT_PLUGINDIR%%/imageformats/kimg_xcf.so +share/kservices5/qimageioplugins/dds.desktop +share/kservices5/qimageioplugins/eps.desktop +share/kservices5/qimageioplugins/exr.desktop +share/kservices5/qimageioplugins/jp2.desktop +share/kservices5/qimageioplugins/pcx.desktop +share/kservices5/qimageioplugins/pic.desktop +share/kservices5/qimageioplugins/psd.desktop +share/kservices5/qimageioplugins/ras.desktop +share/kservices5/qimageioplugins/rgb.desktop +share/kservices5/qimageioplugins/tga.desktop +share/kservices5/qimageioplugins/xcf.desktop Index: head/graphics/kf5-kplotting/Makefile =================================================================== --- head/graphics/kf5-kplotting/Makefile +++ head/graphics/kf5-kplotting/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kplotting +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= graphics kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 lightweight plotting framework + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= core gui testlib widgets \ + buildtools_build qmake_build + +.include Index: head/graphics/kf5-kplotting/distinfo =================================================================== --- head/graphics/kf5-kplotting/distinfo +++ head/graphics/kf5-kplotting/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kplotting-5.27.0.tar.xz) = def6eced379ad85e7a879dbc2c55d551f28465c71e7bea572ac3779f1ec2e9e2 +SIZE (KDE/frameworks/5.27.0/kplotting-5.27.0.tar.xz) = 29536 Index: head/graphics/kf5-kplotting/pkg-descr =================================================================== --- head/graphics/kf5-kplotting/pkg-descr +++ head/graphics/kf5-kplotting/pkg-descr @@ -0,0 +1,6 @@ +KPlotWidget is a QWidget-derived class that provides a virtual base class for +easy data-plotting. The idea behind KPlotWidget is that you only have to specify +information in "data units"; i.e., the natural units of the data being plotted. +KPlotWidget automatically converts everything to screen pixel units. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html Index: head/graphics/kf5-kplotting/pkg-plist =================================================================== --- head/graphics/kf5-kplotting/pkg-plist +++ head/graphics/kf5-kplotting/pkg-plist @@ -0,0 +1,18 @@ +include/KF5/KPlotting/KPlotAxis +include/KF5/KPlotting/KPlotObject +include/KF5/KPlotting/KPlotPoint +include/KF5/KPlotting/KPlotWidget +include/KF5/KPlotting/kplotaxis.h +include/KF5/KPlotting/kplotobject.h +include/KF5/KPlotting/kplotpoint.h +include/KF5/KPlotting/kplotting_export.h +include/KF5/KPlotting/kplotwidget.h +include/KF5/kplotting_version.h +lib/cmake/KF5Plotting/KF5PlottingConfig.cmake +lib/cmake/KF5Plotting/KF5PlottingConfigVersion.cmake +lib/cmake/KF5Plotting/KF5PlottingTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Plotting/KF5PlottingTargets.cmake +lib/libKF5Plotting.so +lib/libKF5Plotting.so.5 +lib/libKF5Plotting.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KPlotting.pri Index: head/lang/Makefile =================================================================== --- head/lang/Makefile +++ head/lang/Makefile @@ -145,6 +145,7 @@ SUBDIR += js_of_ocaml SUBDIR += jython SUBDIR += kawa + SUBDIR += kf5-kross SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += lci Index: head/lang/kf5-kross/Makefile =================================================================== --- head/lang/kf5-kross/Makefile +++ head/lang/kf5-kross/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kross +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= lang kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 multi-language application scripting + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons doctools ecm i18n iconthemes itemviews \ + jobwidgets kio parts service solid sonnet textwidgets \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build \ + script uiplugin uitools widgets xml + +.include Index: head/lang/kf5-kross/distinfo =================================================================== --- head/lang/kf5-kross/distinfo +++ head/lang/kf5-kross/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kross-5.27.0.tar.xz) = 720b8f6d716ef56406c728ea774550337cb911e952bf4e6f1bd3299090cb6a8e +SIZE (KDE/frameworks/5.27.0/kross-5.27.0.tar.xz) = 2693464 Index: head/lang/kf5-kross/pkg-descr =================================================================== --- head/lang/kf5-kross/pkg-descr +++ head/lang/kf5-kross/pkg-descr @@ -0,0 +1,4 @@ +Kross is a scripting bridge to embed scripting functionality into an +application. It supports QtScript as a scripting interpreter backend. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html Index: head/lang/kf5-kross/pkg-plist =================================================================== --- head/lang/kf5-kross/pkg-plist +++ head/lang/kf5-kross/pkg-plist @@ -0,0 +1,161 @@ +bin/kf5kross +include/KF5/KrossCore/Kross/Core/Action +include/KF5/KrossCore/Kross/Core/ActionCollection +include/KF5/KrossCore/Kross/Core/ChildrenInterface +include/KF5/KrossCore/Kross/Core/ErrorInterface +include/KF5/KrossCore/Kross/Core/Interpreter +include/KF5/KrossCore/Kross/Core/KrossConfig +include/KF5/KrossCore/Kross/Core/Manager +include/KF5/KrossCore/Kross/Core/MetaFunction +include/KF5/KrossCore/Kross/Core/MetaType +include/KF5/KrossCore/Kross/Core/Object +include/KF5/KrossCore/Kross/Core/Script +include/KF5/KrossCore/Kross/Core/WrapperInterface +include/KF5/KrossCore/kross/core/action.h +include/KF5/KrossCore/kross/core/actioncollection.h +include/KF5/KrossCore/kross/core/childreninterface.h +include/KF5/KrossCore/kross/core/errorinterface.h +include/KF5/KrossCore/kross/core/interpreter.h +include/KF5/KrossCore/kross/core/krossconfig.h +include/KF5/KrossCore/kross/core/krosscore_export.h +include/KF5/KrossCore/kross/core/manager.h +include/KF5/KrossCore/kross/core/metafunction.h +include/KF5/KrossCore/kross/core/metatype.h +include/KF5/KrossCore/kross/core/object.h +include/KF5/KrossCore/kross/core/script.h +include/KF5/KrossCore/kross/core/wrapperinterface.h +include/KF5/KrossUi/Kross/Ui/ActionCollectionModel +include/KF5/KrossUi/Kross/Ui/ActionCollectionView +include/KF5/KrossUi/Kross/Ui/ScriptingPlugin +include/KF5/KrossUi/kross/ui/actioncollectionmodel.h +include/KF5/KrossUi/kross/ui/actioncollectionview.h +include/KF5/KrossUi/kross/ui/krossui_export.h +include/KF5/KrossUi/kross/ui/model.h +include/KF5/KrossUi/kross/ui/plugin.h +include/KF5/KrossUi/kross/ui/scriptingplugin.h +include/KF5/KrossUi/kross/ui/view.h +include/KF5/kross_version.h +lib/cmake/KF5Kross/KF5KrossConfig.cmake +lib/cmake/KF5Kross/KF5KrossConfigVersion.cmake +lib/cmake/KF5Kross/KF5KrossTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Kross/KF5KrossTargets.cmake +lib/libKF5KrossCore.so +lib/libKF5KrossCore.so.5 +lib/libKF5KrossCore.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5KrossUi.so +lib/libKF5KrossUi.so.5 +lib/libKF5KrossUi.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/krossmoduleforms.so +%%QT_PLUGINDIR%%/krossmodulekdetranslation.so +%%QT_PLUGINDIR%%/krossqts.so +%%QT_PLUGINDIR%%/script/krossqtsplugin.so +man/ca/man1/kf5kross.1.gz +man/de/man1/kf5kross.1.gz +man/it/man1/kf5kross.1.gz +man/man1/kf5kross.1.gz +man/nl/man1/kf5kross.1.gz +man/pt_BR/man1/kf5kross.1.gz +man/sv/man1/kf5kross.1.gz +man/uk/man1/kf5kross.1.gz +%%QT_MKSPECDIR%%/modules/qt_KrossCore.pri +%%QT_MKSPECDIR%%/modules/qt_KrossUi.pri +share/locale/af/LC_MESSAGES/kross5.mo +share/locale/ar/LC_MESSAGES/kross5.mo +share/locale/as/LC_MESSAGES/kross5.mo +share/locale/ast/LC_MESSAGES/kross5.mo +share/locale/be/LC_MESSAGES/kross5.mo +share/locale/be@latin/LC_MESSAGES/kross5.mo +share/locale/bg/LC_MESSAGES/kross5.mo +share/locale/bn/LC_MESSAGES/kross5.mo +share/locale/bn_IN/LC_MESSAGES/kross5.mo +share/locale/br/LC_MESSAGES/kross5.mo +share/locale/bs/LC_MESSAGES/kross5.mo +share/locale/ca/LC_MESSAGES/kross5.mo +share/locale/ca@valencia/LC_MESSAGES/kross5.mo +share/locale/crh/LC_MESSAGES/kross5.mo +share/locale/cs/LC_MESSAGES/kross5.mo +share/locale/csb/LC_MESSAGES/kross5.mo +share/locale/cy/LC_MESSAGES/kross5.mo +share/locale/da/LC_MESSAGES/kross5.mo +share/locale/de/LC_MESSAGES/kross5.mo +share/locale/el/LC_MESSAGES/kross5.mo +share/locale/en_GB/LC_MESSAGES/kross5.mo +share/locale/eo/LC_MESSAGES/kross5.mo +share/locale/es/LC_MESSAGES/kross5.mo +share/locale/et/LC_MESSAGES/kross5.mo +share/locale/eu/LC_MESSAGES/kross5.mo +share/locale/fa/LC_MESSAGES/kross5.mo +share/locale/fi/LC_MESSAGES/kross5.mo +share/locale/fr/LC_MESSAGES/kross5.mo +share/locale/fy/LC_MESSAGES/kross5.mo +share/locale/ga/LC_MESSAGES/kross5.mo +share/locale/gd/LC_MESSAGES/kross5.mo +share/locale/gl/LC_MESSAGES/kross5.mo +share/locale/gu/LC_MESSAGES/kross5.mo +share/locale/ha/LC_MESSAGES/kross5.mo +share/locale/he/LC_MESSAGES/kross5.mo +share/locale/hi/LC_MESSAGES/kross5.mo +share/locale/hne/LC_MESSAGES/kross5.mo +share/locale/hr/LC_MESSAGES/kross5.mo +share/locale/hsb/LC_MESSAGES/kross5.mo +share/locale/hu/LC_MESSAGES/kross5.mo +share/locale/hy/LC_MESSAGES/kross5.mo +share/locale/ia/LC_MESSAGES/kross5.mo +share/locale/id/LC_MESSAGES/kross5.mo +share/locale/is/LC_MESSAGES/kross5.mo +share/locale/it/LC_MESSAGES/kross5.mo +share/locale/ja/LC_MESSAGES/kross5.mo +share/locale/ka/LC_MESSAGES/kross5.mo +share/locale/kk/LC_MESSAGES/kross5.mo +share/locale/km/LC_MESSAGES/kross5.mo +share/locale/kn/LC_MESSAGES/kross5.mo +share/locale/ko/LC_MESSAGES/kross5.mo +share/locale/ku/LC_MESSAGES/kross5.mo +share/locale/lb/LC_MESSAGES/kross5.mo +share/locale/lt/LC_MESSAGES/kross5.mo +share/locale/lv/LC_MESSAGES/kross5.mo +share/locale/mai/LC_MESSAGES/kross5.mo +share/locale/mk/LC_MESSAGES/kross5.mo +share/locale/ml/LC_MESSAGES/kross5.mo +share/locale/mr/LC_MESSAGES/kross5.mo +share/locale/ms/LC_MESSAGES/kross5.mo +share/locale/nb/LC_MESSAGES/kross5.mo +share/locale/nds/LC_MESSAGES/kross5.mo +share/locale/ne/LC_MESSAGES/kross5.mo +share/locale/nl/LC_MESSAGES/kross5.mo +share/locale/nn/LC_MESSAGES/kross5.mo +share/locale/oc/LC_MESSAGES/kross5.mo +share/locale/or/LC_MESSAGES/kross5.mo +share/locale/pa/LC_MESSAGES/kross5.mo +share/locale/pl/LC_MESSAGES/kross5.mo +share/locale/ps/LC_MESSAGES/kross5.mo +share/locale/pt/LC_MESSAGES/kross5.mo +share/locale/pt_BR/LC_MESSAGES/kross5.mo +share/locale/ro/LC_MESSAGES/kross5.mo +share/locale/ru/LC_MESSAGES/kross5.mo +share/locale/se/LC_MESSAGES/kross5.mo +share/locale/si/LC_MESSAGES/kross5.mo +share/locale/sk/LC_MESSAGES/kross5.mo +share/locale/sl/LC_MESSAGES/kross5.mo +share/locale/sq/LC_MESSAGES/kross5.mo +share/locale/sr/LC_MESSAGES/kross5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kross5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kross5.mo +share/locale/sr@latin/LC_MESSAGES/kross5.mo +share/locale/sv/LC_MESSAGES/kross5.mo +share/locale/ta/LC_MESSAGES/kross5.mo +share/locale/te/LC_MESSAGES/kross5.mo +share/locale/tg/LC_MESSAGES/kross5.mo +share/locale/th/LC_MESSAGES/kross5.mo +share/locale/tr/LC_MESSAGES/kross5.mo +share/locale/tt/LC_MESSAGES/kross5.mo +share/locale/ug/LC_MESSAGES/kross5.mo +share/locale/uk/LC_MESSAGES/kross5.mo +share/locale/uz/LC_MESSAGES/kross5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kross5.mo +share/locale/vi/LC_MESSAGES/kross5.mo +share/locale/wa/LC_MESSAGES/kross5.mo +share/locale/xh/LC_MESSAGES/kross5.mo +share/locale/zh_CN/LC_MESSAGES/kross5.mo +share/locale/zh_HK/LC_MESSAGES/kross5.mo +share/locale/zh_TW/LC_MESSAGES/kross5.mo Index: head/multimedia/Makefile =================================================================== --- head/multimedia/Makefile +++ head/multimedia/Makefile @@ -165,6 +165,7 @@ SUBDIR += kdemultimedia4-ffmpegthumbs SUBDIR += kdemultimedia4-mplayerthumbs SUBDIR += kdenlive + SUBDIR += kf5-kmediaplayer SUBDIR += kissdx SUBDIR += kmplayer-kde4 SUBDIR += kodi Index: head/multimedia/kf5-kmediaplayer/Makefile =================================================================== --- head/multimedia/kf5-kmediaplayer/Makefile +++ head/multimedia/kf5-kmediaplayer/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kmediaplayer +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= multimedia kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 plugin interface for media player features + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + ecm i18n jobwidgets kio parts service sonnet textwidgets \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build \ + testlib widgets xml + +.include Index: head/multimedia/kf5-kmediaplayer/distinfo =================================================================== --- head/multimedia/kf5-kmediaplayer/distinfo +++ head/multimedia/kf5-kmediaplayer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kmediaplayer-5.27.0.tar.xz) = 1d951602a8bc39283e21814eea521bfeca893f55efdf6921f7e0dc4f45db7200 +SIZE (KDE/frameworks/5.27.0/kmediaplayer-5.27.0.tar.xz) = 9520 Index: head/multimedia/kf5-kmediaplayer/pkg-descr =================================================================== --- head/multimedia/kf5-kmediaplayer/pkg-descr +++ head/multimedia/kf5-kmediaplayer/pkg-descr @@ -0,0 +1,4 @@ +KMediaPlayer builds on the KParts framework to provide a common interface for +KParts that can play media files. + +WWW: https://api.kde.org/frameworks/kmediaplayer/html/index.html Index: head/multimedia/kf5-kmediaplayer/pkg-plist =================================================================== --- head/multimedia/kf5-kmediaplayer/pkg-plist +++ head/multimedia/kf5-kmediaplayer/pkg-plist @@ -0,0 +1,16 @@ +include/KF5/KMediaPlayer/KMediaPlayer/Player +include/KF5/KMediaPlayer/KMediaPlayer/View +include/KF5/KMediaPlayer/kmediaplayer/kmediaplayer_export.h +include/KF5/KMediaPlayer/kmediaplayer/player.h +include/KF5/KMediaPlayer/kmediaplayer/view.h +include/KF5/kmediaplayer_version.h +lib/cmake/KF5MediaPlayer/KF5MediaPlayerConfig.cmake +lib/cmake/KF5MediaPlayer/KF5MediaPlayerConfigVersion.cmake +lib/cmake/KF5MediaPlayer/KF5MediaPlayerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MediaPlayer/KF5MediaPlayerTargets.cmake +lib/libKF5MediaPlayer.so +lib/libKF5MediaPlayer.so.5 +lib/libKF5MediaPlayer.so.%%KDE_FRAMEWORKS_VERSION%% +share/dbus-1/interfaces/kf5_org.kde.KMediaPlayer.xml +share/kservicetypes5/kmediaplayer.desktop +share/kservicetypes5/kmediaplayerengine.desktop Index: head/multimedia/qt5-phonon4-designerplugin/Makefile =================================================================== --- head/multimedia/qt5-phonon4-designerplugin/Makefile +++ head/multimedia/qt5-phonon4-designerplugin/Makefile @@ -14,9 +14,8 @@ LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules - -USES= cmake:outsource tar:xz +USES= cmake:outsource kde:5 tar:xz +USE_KDE= ecm USE_QT5= buildtools_build qmake_build designer phonon4 CMAKE_ARGS= -DPHONON_QT_PLUGIN_INSTALL_DIR=${PREFIX}/${QT_PLUGINDIR_REL}/designer \ -DPHONON_BUILD_PHONON4QT5=ON Index: head/multimedia/qt5-phonon4-gstreamer/Makefile =================================================================== --- head/multimedia/qt5-phonon4-gstreamer/Makefile +++ head/multimedia/qt5-phonon4-gstreamer/Makefile @@ -15,14 +15,13 @@ LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules - WRKSRC= ${WRKDIR}/${DISTNAME:S/-backend//} -USES= cmake:outsource pkgconfig tar:xz +USES= cmake:outsource kde:5 pkgconfig tar:xz USE_GL= gl USE_GNOME= glib20 libxml2 USE_GSTREAMER1= yes +USE_KDE= ecm USE_QT5= buildtools_build qmake_build core gui opengl phonon4 widgets \ x11extras CMAKE_ARGS= -DPHONON_BUILD_PHONON4QT5=ON Index: head/multimedia/qt5-phonon4-vlc/Makefile =================================================================== --- head/multimedia/qt5-phonon4-vlc/Makefile +++ head/multimedia/qt5-phonon4-vlc/Makefile @@ -12,12 +12,12 @@ MAINTAINER= kde@FreeBSD.org COMMENT= VLC backend for Phonon 4 Qt 5 -BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules LIB_DEPENDS= libvlc.so:multimedia/vlc WRKSRC= ${WRKDIR}/${DISTNAME:S/-backend//} -USES= cmake:outsource pkgconfig tar:xz +USES= cmake:outsource kde:5 pkgconfig tar:xz +USE_KDE= ecm USE_QT5= core gui widgets phonon4 \ buildtools_build qmake_build CMAKE_ARGS= -DPHONON_BUILD_PHONON4QT5=ON Index: head/multimedia/qt5-phonon4/Makefile =================================================================== --- head/multimedia/qt5-phonon4/Makefile +++ head/multimedia/qt5-phonon4/Makefile @@ -14,9 +14,9 @@ LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules -USES= cmake:outsource pathfix tar:xz +USES= cmake:outsource kde:5 pathfix tar:xz +USE_KDE= ecm USE_QT5= core dbus gui opengl widgets \ buildtools_build qmake_build CMAKE_ARGS= -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE \ Index: head/net/Makefile =================================================================== --- head/net/Makefile +++ head/net/Makefile @@ -290,6 +290,7 @@ SUBDIR += kdenetwork4-filesharing SUBDIR += kdenetwork4-strigi-analyzers SUBDIR += kea + SUBDIR += kf5-kxmlrpcclient SUBDIR += kget SUBDIR += kio-upnp-ms SUBDIR += kippo Index: head/net/kf5-kxmlrpcclient/Makefile =================================================================== --- head/net/kf5-kxmlrpcclient/Makefile +++ head/net/kf5-kxmlrpcclient/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kxmlrpcclient +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= net kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 interaction with XMLRPC services + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons ecm doctools i18n kio service +USE_QT5= buildtools_build core gui qmake_build xml + +.include Index: head/net/kf5-kxmlrpcclient/distinfo =================================================================== --- head/net/kf5-kxmlrpcclient/distinfo +++ head/net/kf5-kxmlrpcclient/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424081 +SHA256 (KDE/frameworks/5.27.0/kxmlrpcclient-5.27.0.tar.xz) = 61abedec062b2c71593c0f26632f9659217ac306e2957e0c9b21138951dd6a9d +SIZE (KDE/frameworks/5.27.0/kxmlrpcclient-5.27.0.tar.xz) = 28436 Index: head/net/kf5-kxmlrpcclient/pkg-descr =================================================================== --- head/net/kf5-kxmlrpcclient/pkg-descr +++ head/net/kf5-kxmlrpcclient/pkg-descr @@ -0,0 +1,3 @@ +kxmlrpclient provides client-side support for the XML-RPC protocol. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kxmlrpcclient/html/index.html Index: head/net/kf5-kxmlrpcclient/pkg-plist =================================================================== --- head/net/kf5-kxmlrpcclient/pkg-plist +++ head/net/kf5-kxmlrpcclient/pkg-plist @@ -0,0 +1,69 @@ +include/KF5/KXmlRpcClient/KXmlRpcClient/Client +include/KF5/KXmlRpcClient/kxmlrpcclient/client.h +include/KF5/KXmlRpcClient/kxmlrpcclient/kxmlrpcclient_export.h +include/KF5/kxmlrpcclient_version.h +lib/cmake/KF5XmlRpcClient/KF5XmlRpcClientConfig.cmake +lib/cmake/KF5XmlRpcClient/KF5XmlRpcClientConfigVersion.cmake +lib/cmake/KF5XmlRpcClient/KF5XmlRpcClientTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5XmlRpcClient/KF5XmlRpcClientTargets.cmake +lib/libKF5XmlRpcClient.so +lib/libKF5XmlRpcClient.so.5 +lib/libKF5XmlRpcClient.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KXmlRpcClient.pri +share/locale/ar/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ast/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/be/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/bg/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/bs/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ca/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ca@valencia/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/cs/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/da/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/de/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/el/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/en_GB/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/eo/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/es/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/et/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/fi/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/fr/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ga/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/gd/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/gl/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/he/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/hi/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/hne/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/hu/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ia/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/it/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ja/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/kk/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/km/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ko/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/lt/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/lv/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/mr/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/nb/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/nds/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/nl/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/nn/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/pa/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/pl/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/pt/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/pt_BR/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ro/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ru/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/se/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sk/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sl/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sq/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sr/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sr@ijekavian/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sr@latin/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/sv/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/tr/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/ug/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/uk/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient5.mo +share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient5.mo Index: head/security/Makefile =================================================================== --- head/security/Makefile +++ head/security/Makefile @@ -279,6 +279,7 @@ SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint + SUBDIR += kf5-kdesu SUBDIR += kgpg-kde4 SUBDIR += knock SUBDIR += knocker Index: head/security/kf5-kdesu/Makefile =================================================================== --- head/security/kf5-kdesu/Makefile +++ head/security/kf5-kdesu/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdesu +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= security kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 integration with su for elevated privileges + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons dbusaddons ecm i18n pty service +USE_QT5= buildtools_build core dbus qmake_build xml +USE_XORG= ice sm x11 xext + +.include Index: head/security/kf5-kdesu/distinfo =================================================================== --- head/security/kf5-kdesu/distinfo +++ head/security/kf5-kdesu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424081 +SHA256 (KDE/frameworks/5.27.0/kdesu-5.27.0.tar.xz) = 2a0c387fc7dd96fd6c50f943e3d414f03d06eab3560200c85ff17901c20fa0d0 +SIZE (KDE/frameworks/5.27.0/kdesu-5.27.0.tar.xz) = 44512 Index: head/security/kf5-kdesu/pkg-descr =================================================================== --- head/security/kf5-kdesu/pkg-descr +++ head/security/kf5-kdesu/pkg-descr @@ -0,0 +1,3 @@ +Integration with su for elevated privileges + +WWW: https://projects.kde.org/projects/frameworks/kdesu Index: head/security/kf5-kdesu/pkg-plist =================================================================== --- head/security/kf5-kdesu/pkg-plist +++ head/security/kf5-kdesu/pkg-plist @@ -0,0 +1,71 @@ +include/KF5/KDESu/KDESu/Client +include/KF5/KDESu/KDESu/PtyProcess +include/KF5/KDESu/KDESu/SshProcess +include/KF5/KDESu/KDESu/StubProcess +include/KF5/KDESu/KDESu/SuProcess +include/KF5/KDESu/kdesu/client.h +include/KF5/KDESu/kdesu/defaults.h +include/KF5/KDESu/kdesu/kdesu_export.h +include/KF5/KDESu/kdesu/process.h +include/KF5/KDESu/kdesu/ptyprocess.h +include/KF5/KDESu/kdesu/ssh.h +include/KF5/KDESu/kdesu/sshprocess.h +include/KF5/KDESu/kdesu/stub.h +include/KF5/KDESu/kdesu/stubprocess.h +include/KF5/KDESu/kdesu/su.h +include/KF5/KDESu/kdesu/suprocess.h +include/KF5/kdesu_version.h +lib/cmake/KF5Su/KF5SuConfig.cmake +lib/cmake/KF5Su/KF5SuConfigVersion.cmake +lib/cmake/KF5Su/KF5SuTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Su/KF5SuTargets.cmake +lib/libKF5Su.so +lib/libKF5Su.so.5 +lib/libKF5Su.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kf5/kdesu_stub +lib/libexec/kf5/kdesud +%%QT_MKSPECDIR%%/modules/qt_KDESu.pri +share/locale/ar/LC_MESSAGES/kdesud5.mo +share/locale/ast/LC_MESSAGES/kdesud5.mo +share/locale/bs/LC_MESSAGES/kdesud5.mo +share/locale/ca/LC_MESSAGES/kdesud5.mo +share/locale/ca@valencia/LC_MESSAGES/kdesud5.mo +share/locale/cs/LC_MESSAGES/kdesud5.mo +share/locale/da/LC_MESSAGES/kdesud5.mo +share/locale/de/LC_MESSAGES/kdesud5.mo +share/locale/el/LC_MESSAGES/kdesud5.mo +share/locale/en_GB/LC_MESSAGES/kdesud5.mo +share/locale/es/LC_MESSAGES/kdesud5.mo +share/locale/et/LC_MESSAGES/kdesud5.mo +share/locale/fi/LC_MESSAGES/kdesud5.mo +share/locale/fr/LC_MESSAGES/kdesud5.mo +share/locale/gd/LC_MESSAGES/kdesud5.mo +share/locale/gl/LC_MESSAGES/kdesud5.mo +share/locale/hu/LC_MESSAGES/kdesud5.mo +share/locale/ia/LC_MESSAGES/kdesud5.mo +share/locale/it/LC_MESSAGES/kdesud5.mo +share/locale/ja/LC_MESSAGES/kdesud5.mo +share/locale/ko/LC_MESSAGES/kdesud5.mo +share/locale/lt/LC_MESSAGES/kdesud5.mo +share/locale/nb/LC_MESSAGES/kdesud5.mo +share/locale/nds/LC_MESSAGES/kdesud5.mo +share/locale/nl/LC_MESSAGES/kdesud5.mo +share/locale/nn/LC_MESSAGES/kdesud5.mo +share/locale/pa/LC_MESSAGES/kdesud5.mo +share/locale/pl/LC_MESSAGES/kdesud5.mo +share/locale/pt/LC_MESSAGES/kdesud5.mo +share/locale/pt_BR/LC_MESSAGES/kdesud5.mo +share/locale/ro/LC_MESSAGES/kdesud5.mo +share/locale/ru/LC_MESSAGES/kdesud5.mo +share/locale/se/LC_MESSAGES/kdesud5.mo +share/locale/sk/LC_MESSAGES/kdesud5.mo +share/locale/sl/LC_MESSAGES/kdesud5.mo +share/locale/sr/LC_MESSAGES/kdesud5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdesud5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesud5.mo +share/locale/sr@latin/LC_MESSAGES/kdesud5.mo +share/locale/sv/LC_MESSAGES/kdesud5.mo +share/locale/tr/LC_MESSAGES/kdesud5.mo +share/locale/uk/LC_MESSAGES/kdesud5.mo +share/locale/zh_CN/LC_MESSAGES/kdesud5.mo +share/locale/zh_TW/LC_MESSAGES/kdesud5.mo Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -493,6 +493,8 @@ SUBDIR += kdf SUBDIR += kdirstat SUBDIR += keyboard-daemon + SUBDIR += kf5-baloo + SUBDIR += kf5-kwallet SUBDIR += kfilemetadata SUBDIR += kfloppy SUBDIR += kiconvtool Index: head/sysutils/kf5-baloo/Makefile =================================================================== --- head/sysutils/kf5-baloo/Makefile +++ head/sysutils/kf5-baloo/Makefile @@ -0,0 +1,21 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= baloo +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= sysutils kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 Framework for searching and managing user metadata + +LIB_DEPENDS= liblmdb.so:databases/lmdb \ + libinotify.so:devel/libinotify + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz +USE_KDE= auth completion config coreaddons crash dbusaddons \ + filemetadata5 i18n idletime jobwidgets kio service \ + solid widgetsaddons +USE_QT5= buildtools_build core dbus gui network qmake_build \ + qml quick testlib widgets + +.include Index: head/sysutils/kf5-baloo/distinfo =================================================================== --- head/sysutils/kf5-baloo/distinfo +++ head/sysutils/kf5-baloo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424081 +SHA256 (KDE/frameworks/5.27.0/baloo-5.27.0.tar.xz) = 8c89de0941fee468c5762526e3274e21b590410ffaf8fc0d04847cf1bb2e0a37 +SIZE (KDE/frameworks/5.27.0/baloo-5.27.0.tar.xz) = 199744 Index: head/sysutils/kf5-baloo/files/patch-CMakeLists.txt =================================================================== --- head/sysutils/kf5-baloo/files/patch-CMakeLists.txt +++ head/sysutils/kf5-baloo/files/patch-CMakeLists.txt @@ -0,0 +1,27 @@ +--- CMakeLists.txt.orig 2016-04-03 20:42:08 UTC ++++ CMakeLists.txt +@@ -59,10 +59,12 @@ set_package_properties(LMDB + add_definitions(-DQT_NO_KEYWORDS) + remove_definitions(-DQT_NO_CAST_FROM_ASCII) + +-set(BUILD_KINOTIFY False) +-if(CMAKE_SYSTEM_NAME MATCHES "Linux") +- set(BUILD_KINOTIFY True) +-endif() ++find_package(Libinotify) ++set_package_properties(Libinotify PROPERTIES ++ PURPOSE "Filesystem alteration notifications using inotify" ++ TYPE REQUIRED ++) ++set(BUILD_KINOTIFY ${LIBINOTIFY_FOUND}) + + include_directories( + ${CMAKE_BINARY_DIR} +@@ -80,6 +82,7 @@ include_directories( + ${CMAKE_SOURCE_DIR}/src/file + ${CMAKE_BINARY_DIR}/src/dbus + ${CMAKE_SOURCE_DIR}/src/dbus ++ ${LIBINOTIFY_INCLUDE_DIRS} + ) + + # targets Index: head/sysutils/kf5-baloo/files/patch-src_file_CMakeLists.txt =================================================================== --- head/sysutils/kf5-baloo/files/patch-src_file_CMakeLists.txt +++ head/sysutils/kf5-baloo/files/patch-src_file_CMakeLists.txt @@ -0,0 +1,10 @@ +--- src/file/CMakeLists.txt.orig 2015-08-04 10:42:23 UTC ++++ src/file/CMakeLists.txt +@@ -51,6 +51,7 @@ target_link_libraries(baloofilecommon + KF5::Crash + KF5::ConfigCore + KF5::BalooEngine ++ ${LIBINOTIFY_LIBRARIES} + ) + + set(file_SRCS Index: head/sysutils/kf5-baloo/pkg-descr =================================================================== --- head/sysutils/kf5-baloo/pkg-descr +++ head/sysutils/kf5-baloo/pkg-descr @@ -0,0 +1,5 @@ +Baloo is the next generation of the Nepomuk project. It's responsible +for handling user metadata such as tags, rating and comments. It +also handles indexing and searching for files, emails, contacts, etc. + +WWW: https://projects.kde.org/projects/kde/kdelibs/baloo Index: head/sysutils/kf5-baloo/pkg-plist =================================================================== --- head/sysutils/kf5-baloo/pkg-plist +++ head/sysutils/kf5-baloo/pkg-plist @@ -0,0 +1,424 @@ +bin/baloo_file +bin/baloo_file_extractor +bin/balooctl +bin/baloosearch +bin/balooshow +etc/xdg/autostart/baloo_file.desktop +include/KF5/Baloo/Baloo/File +include/KF5/Baloo/Baloo/FileMonitor +include/KF5/Baloo/Baloo/IndexerConfig +include/KF5/Baloo/Baloo/Query +include/KF5/Baloo/Baloo/QueryRunnable +include/KF5/Baloo/Baloo/ResultIterator +include/KF5/Baloo/Baloo/TagListJob +include/KF5/Baloo/baloo/core_export.h +include/KF5/Baloo/baloo/file.h +include/KF5/Baloo/baloo/filemonitor.h +include/KF5/Baloo/baloo/indexerconfig.h +include/KF5/Baloo/baloo/query.h +include/KF5/Baloo/baloo/queryrunnable.h +include/KF5/Baloo/baloo/resultiterator.h +include/KF5/Baloo/baloo/taglistjob.h +include/KF5/baloo_version.h +lib/cmake/KF5Baloo/KF5BalooConfig.cmake +lib/cmake/KF5Baloo/KF5BalooConfigVersion.cmake +lib/cmake/KF5Baloo/KF5BalooTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Baloo/KF5BalooTargets.cmake +lib/libKF5Baloo.so +lib/libKF5Baloo.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5Baloo.so.5 +lib/libKF5BalooEngine.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5BalooEngine.so.5 +%%QT_PLUGINDIR%%/kf5/kded/baloosearchmodule.so +%%QT_PLUGINDIR%%/kf5/kio/baloosearch.so +%%QT_PLUGINDIR%%/kf5/kio/tags.so +%%QT_PLUGINDIR%%/kf5/kio/timeline.so +%%QT_QMLDIR%%/org/kde/baloo/experimental/libbaloomonitorplugin.so +%%QT_QMLDIR%%/org/kde/baloo/experimental/qmldir +%%QT_QMLDIR%%/org/kde/baloo/libbalooplugin.so +%%QT_QMLDIR%%/org/kde/baloo/qmldir +libdata/pkgconfig/Baloo.pc +share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml +share/dbus-1/interfaces/org.kde.baloo.fileindexer.xml +share/dbus-1/interfaces/org.kde.baloo.main.xml +share/dbus-1/interfaces/org.kde.baloo.scheduler.xml +share/icons/hicolor/128x128/apps/baloo.png +share/kservices5/baloosearch.protocol +share/kservices5/tags.protocol +share/kservices5/timeline.protocol +share/locale/ar/LC_MESSAGES/baloo_file.mo +share/locale/ar/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ar/LC_MESSAGES/balooctl.mo +share/locale/ar/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ar/LC_MESSAGES/baloosearch.mo +share/locale/ar/LC_MESSAGES/balooshow.mo +share/locale/ar/LC_MESSAGES/kio_baloosearch.mo +share/locale/ar/LC_MESSAGES/kio_timeline.mo +share/locale/ast/LC_MESSAGES/baloo_file.mo +share/locale/ast/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ast/LC_MESSAGES/balooctl.mo +share/locale/ast/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ast/LC_MESSAGES/baloosearch.mo +share/locale/ast/LC_MESSAGES/balooshow.mo +share/locale/ast/LC_MESSAGES/kio_baloosearch.mo +share/locale/ast/LC_MESSAGES/kio_tags.mo +share/locale/ast/LC_MESSAGES/kio_timeline.mo +share/locale/bg/LC_MESSAGES/baloo_file.mo +share/locale/bg/LC_MESSAGES/baloosearch.mo +share/locale/bg/LC_MESSAGES/balooshow.mo +share/locale/bs/LC_MESSAGES/baloo_file.mo +share/locale/bs/LC_MESSAGES/balooctl.mo +share/locale/bs/LC_MESSAGES/baloosearch.mo +share/locale/bs/LC_MESSAGES/balooshow.mo +share/locale/bs/LC_MESSAGES/kio_baloosearch.mo +share/locale/bs/LC_MESSAGES/kio_tags.mo +share/locale/bs/LC_MESSAGES/kio_timeline.mo +share/locale/ca/LC_MESSAGES/baloo_file.mo +share/locale/ca/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ca/LC_MESSAGES/balooctl.mo +share/locale/ca/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ca/LC_MESSAGES/baloosearch.mo +share/locale/ca/LC_MESSAGES/balooshow.mo +share/locale/ca/LC_MESSAGES/kio_baloosearch.mo +share/locale/ca/LC_MESSAGES/kio_tags.mo +share/locale/ca/LC_MESSAGES/kio_timeline.mo +share/locale/ca@valencia/LC_MESSAGES/baloo_file.mo +share/locale/ca@valencia/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ca@valencia/LC_MESSAGES/balooctl.mo +share/locale/ca@valencia/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ca@valencia/LC_MESSAGES/baloosearch.mo +share/locale/ca@valencia/LC_MESSAGES/balooshow.mo +share/locale/ca@valencia/LC_MESSAGES/kio_baloosearch.mo +share/locale/ca@valencia/LC_MESSAGES/kio_tags.mo +share/locale/ca@valencia/LC_MESSAGES/kio_timeline.mo +share/locale/cs/LC_MESSAGES/baloo_file.mo +share/locale/cs/LC_MESSAGES/baloo_file_extractor.mo +share/locale/cs/LC_MESSAGES/balooctl.mo +share/locale/cs/LC_MESSAGES/baloomonitorplugin.mo +share/locale/cs/LC_MESSAGES/baloosearch.mo +share/locale/cs/LC_MESSAGES/balooshow.mo +share/locale/cs/LC_MESSAGES/kio_baloosearch.mo +share/locale/cs/LC_MESSAGES/kio_tags.mo +share/locale/cs/LC_MESSAGES/kio_timeline.mo +share/locale/da/LC_MESSAGES/baloo_file.mo +share/locale/da/LC_MESSAGES/baloo_file_extractor.mo +share/locale/da/LC_MESSAGES/balooctl.mo +share/locale/da/LC_MESSAGES/baloomonitorplugin.mo +share/locale/da/LC_MESSAGES/baloosearch.mo +share/locale/da/LC_MESSAGES/balooshow.mo +share/locale/da/LC_MESSAGES/kio_baloosearch.mo +share/locale/da/LC_MESSAGES/kio_tags.mo +share/locale/da/LC_MESSAGES/kio_timeline.mo +share/locale/de/LC_MESSAGES/baloo_file.mo +share/locale/de/LC_MESSAGES/baloo_file_extractor.mo +share/locale/de/LC_MESSAGES/balooctl.mo +share/locale/de/LC_MESSAGES/baloomonitorplugin.mo +share/locale/de/LC_MESSAGES/baloosearch.mo +share/locale/de/LC_MESSAGES/balooshow.mo +share/locale/de/LC_MESSAGES/kio_baloosearch.mo +share/locale/de/LC_MESSAGES/kio_tags.mo +share/locale/de/LC_MESSAGES/kio_timeline.mo +share/locale/el/LC_MESSAGES/baloo_file.mo +share/locale/el/LC_MESSAGES/baloo_file_extractor.mo +share/locale/el/LC_MESSAGES/balooctl.mo +share/locale/el/LC_MESSAGES/baloomonitorplugin.mo +share/locale/el/LC_MESSAGES/baloosearch.mo +share/locale/el/LC_MESSAGES/balooshow.mo +share/locale/el/LC_MESSAGES/kio_baloosearch.mo +share/locale/el/LC_MESSAGES/kio_tags.mo +share/locale/el/LC_MESSAGES/kio_timeline.mo +share/locale/en_GB/LC_MESSAGES/baloo_file.mo +share/locale/en_GB/LC_MESSAGES/baloo_file_extractor.mo +share/locale/en_GB/LC_MESSAGES/balooctl.mo +share/locale/en_GB/LC_MESSAGES/baloomonitorplugin.mo +share/locale/en_GB/LC_MESSAGES/baloosearch.mo +share/locale/en_GB/LC_MESSAGES/balooshow.mo +share/locale/en_GB/LC_MESSAGES/kio_baloosearch.mo +share/locale/en_GB/LC_MESSAGES/kio_tags.mo +share/locale/en_GB/LC_MESSAGES/kio_timeline.mo +share/locale/es/LC_MESSAGES/baloo_file.mo +share/locale/es/LC_MESSAGES/baloo_file_extractor.mo +share/locale/es/LC_MESSAGES/balooctl.mo +share/locale/es/LC_MESSAGES/baloomonitorplugin.mo +share/locale/es/LC_MESSAGES/baloosearch.mo +share/locale/es/LC_MESSAGES/balooshow.mo +share/locale/es/LC_MESSAGES/kio_baloosearch.mo +share/locale/es/LC_MESSAGES/kio_tags.mo +share/locale/es/LC_MESSAGES/kio_timeline.mo +share/locale/et/LC_MESSAGES/baloo_file.mo +share/locale/et/LC_MESSAGES/baloo_file_extractor.mo +share/locale/et/LC_MESSAGES/balooctl.mo +share/locale/et/LC_MESSAGES/baloomonitorplugin.mo +share/locale/et/LC_MESSAGES/baloosearch.mo +share/locale/et/LC_MESSAGES/balooshow.mo +share/locale/et/LC_MESSAGES/kio_baloosearch.mo +share/locale/et/LC_MESSAGES/kio_tags.mo +share/locale/et/LC_MESSAGES/kio_timeline.mo +share/locale/eu/LC_MESSAGES/baloo_file.mo +share/locale/fi/LC_MESSAGES/baloo_file.mo +share/locale/fi/LC_MESSAGES/baloo_file_extractor.mo +share/locale/fi/LC_MESSAGES/balooctl.mo +share/locale/fi/LC_MESSAGES/baloomonitorplugin.mo +share/locale/fi/LC_MESSAGES/baloosearch.mo +share/locale/fi/LC_MESSAGES/balooshow.mo +share/locale/fi/LC_MESSAGES/kio_baloosearch.mo +share/locale/fi/LC_MESSAGES/kio_tags.mo +share/locale/fi/LC_MESSAGES/kio_timeline.mo +share/locale/fr/LC_MESSAGES/baloo_file.mo +share/locale/fr/LC_MESSAGES/baloo_file_extractor.mo +share/locale/fr/LC_MESSAGES/balooctl.mo +share/locale/fr/LC_MESSAGES/baloosearch.mo +share/locale/fr/LC_MESSAGES/balooshow.mo +share/locale/fr/LC_MESSAGES/kio_baloosearch.mo +share/locale/fr/LC_MESSAGES/kio_tags.mo +share/locale/fr/LC_MESSAGES/kio_timeline.mo +share/locale/gd/LC_MESSAGES/baloo_file.mo +share/locale/gd/LC_MESSAGES/baloo_file_extractor.mo +share/locale/gd/LC_MESSAGES/balooctl.mo +share/locale/gd/LC_MESSAGES/baloomonitorplugin.mo +share/locale/gd/LC_MESSAGES/baloosearch.mo +share/locale/gd/LC_MESSAGES/balooshow.mo +share/locale/gd/LC_MESSAGES/kio_baloosearch.mo +share/locale/gd/LC_MESSAGES/kio_tags.mo +share/locale/gd/LC_MESSAGES/kio_timeline.mo +share/locale/gl/LC_MESSAGES/baloo_file.mo +share/locale/gl/LC_MESSAGES/baloo_file_extractor.mo +share/locale/gl/LC_MESSAGES/balooctl.mo +share/locale/gl/LC_MESSAGES/baloomonitorplugin.mo +share/locale/gl/LC_MESSAGES/baloosearch.mo +share/locale/gl/LC_MESSAGES/balooshow.mo +share/locale/gl/LC_MESSAGES/kio_baloosearch.mo +share/locale/gl/LC_MESSAGES/kio_tags.mo +share/locale/gl/LC_MESSAGES/kio_timeline.mo +share/locale/he/LC_MESSAGES/kio_baloosearch.mo +share/locale/he/LC_MESSAGES/kio_timeline.mo +share/locale/hu/LC_MESSAGES/baloo_file.mo +share/locale/hu/LC_MESSAGES/baloo_file_extractor.mo +share/locale/hu/LC_MESSAGES/balooctl.mo +share/locale/hu/LC_MESSAGES/baloosearch.mo +share/locale/hu/LC_MESSAGES/balooshow.mo +share/locale/hu/LC_MESSAGES/kio_baloosearch.mo +share/locale/hu/LC_MESSAGES/kio_tags.mo +share/locale/hu/LC_MESSAGES/kio_timeline.mo +share/locale/ia/LC_MESSAGES/baloo_file.mo +share/locale/ia/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ia/LC_MESSAGES/balooctl.mo +share/locale/ia/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ia/LC_MESSAGES/baloosearch.mo +share/locale/ia/LC_MESSAGES/balooshow.mo +share/locale/ia/LC_MESSAGES/kio_baloosearch.mo +share/locale/ia/LC_MESSAGES/kio_tags.mo +share/locale/ia/LC_MESSAGES/kio_timeline.mo +share/locale/it/LC_MESSAGES/baloo_file.mo +share/locale/it/LC_MESSAGES/baloo_file_extractor.mo +share/locale/it/LC_MESSAGES/balooctl.mo +share/locale/it/LC_MESSAGES/baloomonitorplugin.mo +share/locale/it/LC_MESSAGES/baloosearch.mo +share/locale/it/LC_MESSAGES/balooshow.mo +share/locale/it/LC_MESSAGES/kio_baloosearch.mo +share/locale/it/LC_MESSAGES/kio_tags.mo +share/locale/it/LC_MESSAGES/kio_timeline.mo +share/locale/ja/LC_MESSAGES/baloo_file.mo +share/locale/ja/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ja/LC_MESSAGES/balooctl.mo +share/locale/ja/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ja/LC_MESSAGES/baloosearch.mo +share/locale/ja/LC_MESSAGES/balooshow.mo +share/locale/ja/LC_MESSAGES/kio_baloosearch.mo +share/locale/ja/LC_MESSAGES/kio_tags.mo +share/locale/ja/LC_MESSAGES/kio_timeline.mo +share/locale/ko/LC_MESSAGES/baloo_file.mo +share/locale/ko/LC_MESSAGES/balooctl.mo +share/locale/ko/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ko/LC_MESSAGES/baloosearch.mo +share/locale/ko/LC_MESSAGES/balooshow.mo +share/locale/ko/LC_MESSAGES/kio_baloosearch.mo +share/locale/ko/LC_MESSAGES/kio_tags.mo +share/locale/ko/LC_MESSAGES/kio_timeline.mo +share/locale/lt/LC_MESSAGES/baloo_file.mo +share/locale/lt/LC_MESSAGES/baloo_file_extractor.mo +share/locale/lt/LC_MESSAGES/balooctl.mo +share/locale/lt/LC_MESSAGES/baloosearch.mo +share/locale/lt/LC_MESSAGES/balooshow.mo +share/locale/lt/LC_MESSAGES/kio_baloosearch.mo +share/locale/lt/LC_MESSAGES/kio_tags.mo +share/locale/lt/LC_MESSAGES/kio_timeline.mo +share/locale/nb/LC_MESSAGES/baloo_file.mo +share/locale/nb/LC_MESSAGES/baloo_file_extractor.mo +share/locale/nb/LC_MESSAGES/balooctl.mo +share/locale/nb/LC_MESSAGES/baloosearch.mo +share/locale/nb/LC_MESSAGES/balooshow.mo +share/locale/nb/LC_MESSAGES/kio_baloosearch.mo +share/locale/nb/LC_MESSAGES/kio_tags.mo +share/locale/nb/LC_MESSAGES/kio_timeline.mo +share/locale/nds/LC_MESSAGES/baloo_file.mo +share/locale/nds/LC_MESSAGES/balooctl.mo +share/locale/nds/LC_MESSAGES/baloosearch.mo +share/locale/nds/LC_MESSAGES/balooshow.mo +share/locale/nds/LC_MESSAGES/kio_baloosearch.mo +share/locale/nds/LC_MESSAGES/kio_tags.mo +share/locale/nds/LC_MESSAGES/kio_timeline.mo +share/locale/nl/LC_MESSAGES/baloo_file.mo +share/locale/nl/LC_MESSAGES/baloo_file_extractor.mo +share/locale/nl/LC_MESSAGES/balooctl.mo +share/locale/nl/LC_MESSAGES/baloomonitorplugin.mo +share/locale/nl/LC_MESSAGES/baloosearch.mo +share/locale/nl/LC_MESSAGES/balooshow.mo +share/locale/nl/LC_MESSAGES/kio_baloosearch.mo +share/locale/nl/LC_MESSAGES/kio_tags.mo +share/locale/nl/LC_MESSAGES/kio_timeline.mo +share/locale/nn/LC_MESSAGES/baloo_file.mo +share/locale/nn/LC_MESSAGES/baloo_file_extractor.mo +share/locale/nn/LC_MESSAGES/balooctl.mo +share/locale/nn/LC_MESSAGES/baloomonitorplugin.mo +share/locale/nn/LC_MESSAGES/baloosearch.mo +share/locale/nn/LC_MESSAGES/balooshow.mo +share/locale/nn/LC_MESSAGES/kio_baloosearch.mo +share/locale/nn/LC_MESSAGES/kio_tags.mo +share/locale/nn/LC_MESSAGES/kio_timeline.mo +share/locale/pa/LC_MESSAGES/baloo_file.mo +share/locale/pa/LC_MESSAGES/balooctl.mo +share/locale/pa/LC_MESSAGES/baloosearch.mo +share/locale/pa/LC_MESSAGES/balooshow.mo +share/locale/pa/LC_MESSAGES/kio_baloosearch.mo +share/locale/pa/LC_MESSAGES/kio_tags.mo +share/locale/pa/LC_MESSAGES/kio_timeline.mo +share/locale/pl/LC_MESSAGES/baloo_file.mo +share/locale/pl/LC_MESSAGES/baloo_file_extractor.mo +share/locale/pl/LC_MESSAGES/balooctl.mo +share/locale/pl/LC_MESSAGES/baloomonitorplugin.mo +share/locale/pl/LC_MESSAGES/baloosearch.mo +share/locale/pl/LC_MESSAGES/balooshow.mo +share/locale/pl/LC_MESSAGES/kio_baloosearch.mo +share/locale/pl/LC_MESSAGES/kio_tags.mo +share/locale/pl/LC_MESSAGES/kio_timeline.mo +share/locale/pt/LC_MESSAGES/baloo_file.mo +share/locale/pt/LC_MESSAGES/baloo_file_extractor.mo +share/locale/pt/LC_MESSAGES/balooctl.mo +share/locale/pt/LC_MESSAGES/baloomonitorplugin.mo +share/locale/pt/LC_MESSAGES/baloosearch.mo +share/locale/pt/LC_MESSAGES/balooshow.mo +share/locale/pt/LC_MESSAGES/kio_baloosearch.mo +share/locale/pt/LC_MESSAGES/kio_tags.mo +share/locale/pt/LC_MESSAGES/kio_timeline.mo +share/locale/pt_BR/LC_MESSAGES/baloo_file.mo +share/locale/pt_BR/LC_MESSAGES/baloo_file_extractor.mo +share/locale/pt_BR/LC_MESSAGES/balooctl.mo +share/locale/pt_BR/LC_MESSAGES/baloomonitorplugin.mo +share/locale/pt_BR/LC_MESSAGES/baloosearch.mo +share/locale/pt_BR/LC_MESSAGES/balooshow.mo +share/locale/pt_BR/LC_MESSAGES/kio_baloosearch.mo +share/locale/pt_BR/LC_MESSAGES/kio_tags.mo +share/locale/pt_BR/LC_MESSAGES/kio_timeline.mo +share/locale/ro/LC_MESSAGES/baloo_file.mo +share/locale/ro/LC_MESSAGES/balooctl.mo +share/locale/ro/LC_MESSAGES/baloosearch.mo +share/locale/ro/LC_MESSAGES/balooshow.mo +share/locale/ro/LC_MESSAGES/kio_baloosearch.mo +share/locale/ro/LC_MESSAGES/kio_tags.mo +share/locale/ro/LC_MESSAGES/kio_timeline.mo +share/locale/ru/LC_MESSAGES/baloo_file.mo +share/locale/ru/LC_MESSAGES/baloo_file_extractor.mo +share/locale/ru/LC_MESSAGES/balooctl.mo +share/locale/ru/LC_MESSAGES/baloomonitorplugin.mo +share/locale/ru/LC_MESSAGES/baloosearch.mo +share/locale/ru/LC_MESSAGES/balooshow.mo +share/locale/ru/LC_MESSAGES/kio_baloosearch.mo +share/locale/ru/LC_MESSAGES/kio_tags.mo +share/locale/ru/LC_MESSAGES/kio_timeline.mo +share/locale/sk/LC_MESSAGES/baloo_file.mo +share/locale/sk/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sk/LC_MESSAGES/balooctl.mo +share/locale/sk/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sk/LC_MESSAGES/baloosearch.mo +share/locale/sk/LC_MESSAGES/balooshow.mo +share/locale/sk/LC_MESSAGES/kio_baloosearch.mo +share/locale/sk/LC_MESSAGES/kio_tags.mo +share/locale/sk/LC_MESSAGES/kio_timeline.mo +share/locale/sl/LC_MESSAGES/baloo_file.mo +share/locale/sl/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sl/LC_MESSAGES/balooctl.mo +share/locale/sl/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sl/LC_MESSAGES/baloosearch.mo +share/locale/sl/LC_MESSAGES/balooshow.mo +share/locale/sl/LC_MESSAGES/kio_baloosearch.mo +share/locale/sl/LC_MESSAGES/kio_tags.mo +share/locale/sl/LC_MESSAGES/kio_timeline.mo +share/locale/sr/LC_MESSAGES/baloo_file.mo +share/locale/sr/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sr/LC_MESSAGES/balooctl.mo +share/locale/sr/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sr/LC_MESSAGES/baloosearch.mo +share/locale/sr/LC_MESSAGES/balooshow.mo +share/locale/sr/LC_MESSAGES/kio_baloosearch.mo +share/locale/sr/LC_MESSAGES/kio_tags.mo +share/locale/sr/LC_MESSAGES/kio_timeline.mo +share/locale/sr@ijekavian/LC_MESSAGES/baloo_file.mo +share/locale/sr@ijekavian/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sr@ijekavian/LC_MESSAGES/balooctl.mo +share/locale/sr@ijekavian/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/baloosearch.mo +share/locale/sr@ijekavian/LC_MESSAGES/balooshow.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_baloosearch.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_tags.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_timeline.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/baloo_file.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/balooctl.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/baloosearch.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/balooshow.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_baloosearch.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_tags.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_timeline.mo +share/locale/sr@latin/LC_MESSAGES/baloo_file.mo +share/locale/sr@latin/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sr@latin/LC_MESSAGES/balooctl.mo +share/locale/sr@latin/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sr@latin/LC_MESSAGES/baloosearch.mo +share/locale/sr@latin/LC_MESSAGES/balooshow.mo +share/locale/sr@latin/LC_MESSAGES/kio_baloosearch.mo +share/locale/sr@latin/LC_MESSAGES/kio_tags.mo +share/locale/sr@latin/LC_MESSAGES/kio_timeline.mo +share/locale/sv/LC_MESSAGES/baloo_file.mo +share/locale/sv/LC_MESSAGES/baloo_file_extractor.mo +share/locale/sv/LC_MESSAGES/balooctl.mo +share/locale/sv/LC_MESSAGES/baloomonitorplugin.mo +share/locale/sv/LC_MESSAGES/baloosearch.mo +share/locale/sv/LC_MESSAGES/balooshow.mo +share/locale/sv/LC_MESSAGES/kio_baloosearch.mo +share/locale/sv/LC_MESSAGES/kio_tags.mo +share/locale/sv/LC_MESSAGES/kio_timeline.mo +share/locale/tr/LC_MESSAGES/baloo_file.mo +share/locale/tr/LC_MESSAGES/baloosearch.mo +share/locale/tr/LC_MESSAGES/balooshow.mo +share/locale/tr/LC_MESSAGES/kio_baloosearch.mo +share/locale/tr/LC_MESSAGES/kio_tags.mo +share/locale/tr/LC_MESSAGES/kio_timeline.mo +share/locale/uk/LC_MESSAGES/baloo_file.mo +share/locale/uk/LC_MESSAGES/baloo_file_extractor.mo +share/locale/uk/LC_MESSAGES/balooctl.mo +share/locale/uk/LC_MESSAGES/baloomonitorplugin.mo +share/locale/uk/LC_MESSAGES/baloosearch.mo +share/locale/uk/LC_MESSAGES/balooshow.mo +share/locale/uk/LC_MESSAGES/kio_baloosearch.mo +share/locale/uk/LC_MESSAGES/kio_tags.mo +share/locale/uk/LC_MESSAGES/kio_timeline.mo +share/locale/zh_CN/LC_MESSAGES/baloo_file.mo +share/locale/zh_CN/LC_MESSAGES/baloo_file_extractor.mo +share/locale/zh_CN/LC_MESSAGES/balooctl.mo +share/locale/zh_CN/LC_MESSAGES/baloomonitorplugin.mo +share/locale/zh_CN/LC_MESSAGES/baloosearch.mo +share/locale/zh_CN/LC_MESSAGES/balooshow.mo +share/locale/zh_CN/LC_MESSAGES/kio_baloosearch.mo +share/locale/zh_CN/LC_MESSAGES/kio_tags.mo +share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo +share/locale/zh_TW/LC_MESSAGES/baloo_file.mo +share/locale/zh_TW/LC_MESSAGES/baloo_file_extractor.mo +share/locale/zh_TW/LC_MESSAGES/balooctl.mo +share/locale/zh_TW/LC_MESSAGES/baloomonitorplugin.mo +share/locale/zh_TW/LC_MESSAGES/baloosearch.mo +share/locale/zh_TW/LC_MESSAGES/balooshow.mo +share/locale/zh_TW/LC_MESSAGES/kio_baloosearch.mo +share/locale/zh_TW/LC_MESSAGES/kio_tags.mo +share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo Index: head/sysutils/kf5-kwallet/Makefile =================================================================== --- head/sysutils/kf5-kwallet/Makefile +++ head/sysutils/kf5-kwallet/Makefile @@ -0,0 +1,25 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwallet +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= sysutils kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 secure and unified container for user passwords + +LIB_DEPENDS= libassuan.so:security/libassuan \ + libboost_system.so:devel/boost-libs \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libqgpgme.so:security/gpgme-qt5 \ + libgpgmepp.so:security/gpgme-cpp + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ + doctools ecm i18n iconthemes notifications service \ + widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui qmake_build widgets xml + +.include Index: head/sysutils/kf5-kwallet/distinfo =================================================================== --- head/sysutils/kf5-kwallet/distinfo +++ head/sysutils/kf5-kwallet/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424081 +SHA256 (KDE/frameworks/5.27.0/kwallet-5.27.0.tar.xz) = 822d78d43ec4dbf1ceabe7ba2046933f2f63989666ef8cfd20d94cbcf69f99d6 +SIZE (KDE/frameworks/5.27.0/kwallet-5.27.0.tar.xz) = 308212 Index: head/sysutils/kf5-kwallet/files/patch-git_211e150 =================================================================== --- head/sysutils/kf5-kwallet/files/patch-git_211e150 +++ head/sysutils/kf5-kwallet/files/patch-git_211e150 @@ -0,0 +1,140 @@ +From 211e150f1ccbc1ac2a6e74575535dd6858cdbeaf Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 25 Sep 2016 14:58:22 +0200 +Subject: [PATCH] Use Gpgmepp from GpgME-1.7.0 + +REVIEW: 129071 +--- + src/runtime/kwalletd/CMakeLists.txt | 18 ++++++++---------- + src/runtime/kwalletd/backend/CMakeLists.txt | 10 +++++----- + tests/kwalletd/CMakeLists.txt | 12 ++++++------ + 3 files changed, 19 insertions(+), 21 deletions(-) + +diff --git a/src/runtime/kwalletd/CMakeLists.txt b/src/runtime/kwalletd/CMakeLists.txt +index d7e9ca2..a883af7 100644 +--- src/runtime/kwalletd/CMakeLists.txt ++++ src/runtime/kwalletd/CMakeLists.txt +@@ -13,16 +13,14 @@ find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED) + find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED) + + ########### find needed packages ###### +-find_package(Gpgme) # Called by KF5Gpgmepp, but since we call some gpgme +- # functions ourselves we need to link against it directly. +-find_package(KF5Gpgmepp) # provided by kdepimlibs ++find_package(Gpgmepp) # provided by GpgME + +-if (KF5Gpgmepp_FOUND) ++if (Gpgmepp_FOUND) + message("GPG support enabled") + add_definitions(-DHAVE_QGPGME) + add_definitions(-DBOOST_NO_EXCEPTIONS) + include_directories(${GPGME_INCLUDES}) +-endif(KF5Gpgmepp_FOUND) ++endif(Gpgmepp_FOUND) + + + ########### build backends ######### +@@ -67,7 +65,7 @@ ki18n_wrap_ui(kwalletd_SRCS + migrationwizard2.ui + ) + +-if (KF5Gpgmepp_FOUND) ++if (Gpgmepp_FOUND) + set(kwalletd_SRCS + ${kwalletd_SRCS} + knewwalletdialog.cpp +@@ -78,7 +76,7 @@ if (KF5Gpgmepp_FOUND) + knewwalletdialogintro.ui + knewwalletdialoggpg.ui + ) +-endif(KF5Gpgmepp_FOUND) ++endif(Gpgmepp_FOUND) + + find_file(kwallet_xml org.kde.KWallet.xml HINTS ${CMAKE_CURRENT_SOURCE_DIR}/../../api/KWallet) + +@@ -112,10 +110,10 @@ target_link_libraries(kwalletd5 + KF5::WidgetsAddons + KF5::WindowSystem + KF5::Notifications) +-if (KF5Gpgmepp_FOUND) +- target_link_libraries(kwalletd5 KF5::Gpgmepp ) ++if (Gpgmepp_FOUND) ++ target_link_libraries(kwalletd5 Gpgmepp) + kde_target_enable_exceptions(kwalletd5 PRIVATE) +-endif(KF5Gpgmepp_FOUND) ++endif(Gpgmepp_FOUND) + + install(TARGETS kwalletd5 ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) + +diff --git a/src/runtime/kwalletd/backend/CMakeLists.txt b/src/runtime/kwalletd/backend/CMakeLists.txt +index 20bd4d9..310953e 100644 +--- src/runtime/kwalletd/backend/CMakeLists.txt ++++ src/runtime/kwalletd/backend/CMakeLists.txt +@@ -5,10 +5,10 @@ include(GenerateExportHeader) + + check_include_files(stdint.h HAVE_STDINT_H) + check_include_files(sys/bitypes.h HAVE_SYS_BITYPES_H) +-if (KF5Gpgmepp_FOUND) ++if (Gpgmepp_FOUND) + add_definitions(-DHAVE_QGPGME) + add_definitions(-DBOOST_NO_EXCEPTIONS) +-endif(KF5Gpgmepp_FOUND) ++endif(Gpgmepp_FOUND) + + configure_file (config-kwalletbackend.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kwalletbackend.h ) + +@@ -48,9 +48,9 @@ generate_export_header(kwalletbackend5) + ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWALLETBACKEND SOVERSION 5) + + target_link_libraries(kwalletbackend5 Qt5::Widgets KF5::WidgetsAddons KF5::CoreAddons KF5::Notifications KF5::I18n ${LIBGCRYPT_LIBRARIES}) +-if(KF5Gpgmepp_FOUND) +-target_link_libraries(kwalletbackend5 KF5::Gpgmepp) +-endif(KF5Gpgmepp_FOUND) ++if(Gpgmepp_FOUND) ++ target_link_libraries(kwalletbackend5 Gpgmepp) ++endif(Gpgmepp_FOUND) + + # link with advapi32 on windows + if(WIN32 AND NOT WINCE) +diff --git a/tests/kwalletd/CMakeLists.txt b/tests/kwalletd/CMakeLists.txt +index c84c1db..1bb32d9 100644 +--- tests/kwalletd/CMakeLists.txt ++++ tests/kwalletd/CMakeLists.txt +@@ -11,7 +11,7 @@ find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) + find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED) + find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED) + find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED) +-find_package(KF5Gpgmepp) # provided by kdepimlibs ++find_package(Gpgmepp) # provided by GpgME + + remove_definitions(-DQT_NO_CAST_FROM_ASCII) + remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) +@@ -29,10 +29,10 @@ qt5_wrap_ui(kwalletwizardtest_SRCS + ../../src/runtime/kwalletd/kwalletwizardpagegpgkey.ui + ) + +-if (KF5Gpgmepp_FOUND) ++if (Gpgmepp_FOUND) + qt5_wrap_ui(kwalletwizardtest_SRCS + ../../src/runtime/kwalletd/kwalletwizardpagepasswordgpg.ui) +-endif(KF5Gpgmepp_FOUND) ++endif(Gpgmepp_FOUND) + + add_executable(kwalletwizardtest ${kwalletwizardtest_SRCS}) + ecm_mark_as_test(kwalletwizardtest) +@@ -43,9 +43,9 @@ target_link_libraries(kwalletwizardtest + KF5::I18n + KF5::IconThemes + KF5::WidgetsAddons) +-if (KF5Gpgmepp_FOUND) +- target_link_libraries(kwalletwizardtest KF5::Gpgmepp) +-endif(KF5Gpgmepp_FOUND) ++if (Gpgmepp_FOUND) ++ target_link_libraries(kwalletwizardtest Gpgmepp) ++endif(Gpgmepp_FOUND) + + set(kwallettestlib_SRCS kwallettest.cpp) + add_library(kwallettestlib STATIC ${kwallettestlib_SRCS}) +-- +2.10.1 + Index: head/sysutils/kf5-kwallet/pkg-descr =================================================================== --- head/sysutils/kf5-kwallet/pkg-descr +++ head/sysutils/kf5-kwallet/pkg-descr @@ -0,0 +1,6 @@ +This framework contains two main components: + * Interface to KWallet, the safe desktop-wide storage for passwords + on KDE work spaces. + * The kwalletd used to safely store the passwords on KDE work spaces. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html Index: head/sysutils/kf5-kwallet/pkg-plist =================================================================== --- head/sysutils/kf5-kwallet/pkg-plist +++ head/sysutils/kf5-kwallet/pkg-plist @@ -0,0 +1,136 @@ +bin/kwalletd5 +bin/kwallet-query +include/KF5/KWallet/KWallet +include/KF5/KWallet/kwallet.h +include/KF5/KWallet/kwallet_export.h +include/KF5/kwallet_version.h +lib/cmake/KF5Wallet/KF5WalletConfig.cmake +lib/cmake/KF5Wallet/KF5WalletConfigVersion.cmake +lib/cmake/KF5Wallet/KF5WalletTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Wallet/KF5WalletTargets.cmake +lib/libKF5Wallet.so +lib/libKF5Wallet.so.5 +lib/libKF5Wallet.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libkwalletbackend5.so +lib/libkwalletbackend5.so.5 +lib/libkwalletbackend5.so.%%KDE_FRAMEWORKS_VERSION%% +man/man1/kwallet-query.1.gz +%%QT_MKSPECDIR%%/modules/qt_KWallet.pri +share/dbus-1/interfaces/kf5_org.kde.KWallet.xml +share/dbus-1/services/org.kde.kwalletd.service +share/dbus-1/services/org.kde.kwalletd5.service +share/knotifications5/kwalletd.notifyrc +share/kservices5/kwalletd5.desktop +share/locale/ar/LC_MESSAGES/kwalletd5.mo +share/locale/ast/LC_MESSAGES/kwallet-query.mo +share/locale/ast/LC_MESSAGES/kwalletd5.mo +share/locale/be/LC_MESSAGES/kwalletd5.mo +share/locale/bg/LC_MESSAGES/kwalletd5.mo +share/locale/bn/LC_MESSAGES/kwalletd5.mo +share/locale/bn_IN/LC_MESSAGES/kwalletd5.mo +share/locale/bs/LC_MESSAGES/kwalletd5.mo +share/locale/ca/LC_MESSAGES/kwallet-query.mo +share/locale/ca/LC_MESSAGES/kwalletd5.mo +share/locale/ca@valencia/LC_MESSAGES/kwalletd5.mo +share/locale/ca@valencia/LC_MESSAGES/kwallet-query.mo +share/locale/cs/LC_MESSAGES/kwallet-query.mo +share/locale/cs/LC_MESSAGES/kwalletd5.mo +share/locale/da/LC_MESSAGES/kwallet-query.mo +share/locale/da/LC_MESSAGES/kwalletd5.mo +share/locale/de/LC_MESSAGES/kwallet-query.mo +share/locale/de/LC_MESSAGES/kwalletd5.mo +share/locale/el/LC_MESSAGES/kwalletd5.mo +share/locale/en_GB/LC_MESSAGES/kwallet-query.mo +share/locale/en_GB/LC_MESSAGES/kwalletd5.mo +share/locale/eo/LC_MESSAGES/kwalletd5.mo +share/locale/es/LC_MESSAGES/kwallet-query.mo +share/locale/es/LC_MESSAGES/kwalletd5.mo +share/locale/et/LC_MESSAGES/kwallet-query.mo +share/locale/et/LC_MESSAGES/kwalletd5.mo +share/locale/eu/LC_MESSAGES/kwalletd5.mo +share/locale/fa/LC_MESSAGES/kwalletd5.mo +share/locale/fi/LC_MESSAGES/kwallet-query.mo +share/locale/fi/LC_MESSAGES/kwalletd5.mo +share/locale/fr/LC_MESSAGES/kwallet-query.mo +share/locale/fr/LC_MESSAGES/kwalletd5.mo +share/locale/fy/LC_MESSAGES/kwalletd5.mo +share/locale/ga/LC_MESSAGES/kwalletd5.mo +share/locale/gd/LC_MESSAGES/kwallet-query.mo +share/locale/gd/LC_MESSAGES/kwalletd5.mo +share/locale/gl/LC_MESSAGES/kwallet-query.mo +share/locale/gl/LC_MESSAGES/kwalletd5.mo +share/locale/gu/LC_MESSAGES/kwalletd5.mo +share/locale/he/LC_MESSAGES/kwalletd5.mo +share/locale/hi/LC_MESSAGES/kwalletd5.mo +share/locale/hr/LC_MESSAGES/kwalletd5.mo +share/locale/hsb/LC_MESSAGES/kwalletd5.mo +share/locale/hu/LC_MESSAGES/kwalletd5.mo +share/locale/ia/LC_MESSAGES/kwallet-query.mo +share/locale/ia/LC_MESSAGES/kwalletd5.mo +share/locale/id/LC_MESSAGES/kwalletd5.mo +share/locale/is/LC_MESSAGES/kwalletd5.mo +share/locale/it/LC_MESSAGES/kwallet-query.mo +share/locale/it/LC_MESSAGES/kwalletd5.mo +share/locale/ja/LC_MESSAGES/kwallet-query.mo +share/locale/ja/LC_MESSAGES/kwalletd5.mo +share/locale/kk/LC_MESSAGES/kwalletd5.mo +share/locale/km/LC_MESSAGES/kwalletd5.mo +share/locale/kn/LC_MESSAGES/kwalletd5.mo +share/locale/ko/LC_MESSAGES/kwallet-query.mo +share/locale/ko/LC_MESSAGES/kwalletd5.mo +share/locale/ku/LC_MESSAGES/kwalletd5.mo +share/locale/lt/LC_MESSAGES/kwallet-query.mo +share/locale/lt/LC_MESSAGES/kwalletd5.mo +share/locale/lv/LC_MESSAGES/kwalletd5.mo +share/locale/mai/LC_MESSAGES/kwalletd5.mo +share/locale/mk/LC_MESSAGES/kwalletd5.mo +share/locale/ml/LC_MESSAGES/kwalletd5.mo +share/locale/mr/LC_MESSAGES/kwalletd5.mo +share/locale/ms/LC_MESSAGES/kwalletd5.mo +share/locale/nb/LC_MESSAGES/kwalletd5.mo +share/locale/nds/LC_MESSAGES/kwalletd5.mo +share/locale/nl/LC_MESSAGES/kwallet-query.mo +share/locale/nl/LC_MESSAGES/kwalletd5.mo +share/locale/nn/LC_MESSAGES/kwallet-query.mo +share/locale/nn/LC_MESSAGES/kwalletd5.mo +share/locale/or/LC_MESSAGES/kwalletd5.mo +share/locale/pa/LC_MESSAGES/kwalletd5.mo +share/locale/pl/LC_MESSAGES/kwallet-query.mo +share/locale/pl/LC_MESSAGES/kwalletd5.mo +share/locale/pt/LC_MESSAGES/kwallet-query.mo +share/locale/pt/LC_MESSAGES/kwalletd5.mo +share/locale/pt_BR/LC_MESSAGES/kwallet-query.mo +share/locale/pt_BR/LC_MESSAGES/kwalletd5.mo +share/locale/ro/LC_MESSAGES/kwalletd5.mo +share/locale/ru/LC_MESSAGES/kwallet-query.mo +share/locale/ru/LC_MESSAGES/kwalletd5.mo +share/locale/si/LC_MESSAGES/kwalletd5.mo +share/locale/sk/LC_MESSAGES/kwallet-query.mo +share/locale/sk/LC_MESSAGES/kwalletd5.mo +share/locale/sl/LC_MESSAGES/kwallet-query.mo +share/locale/sl/LC_MESSAGES/kwalletd5.mo +share/locale/sq/LC_MESSAGES/kwalletd5.mo +share/locale/sr/LC_MESSAGES/kwallet-query.mo +share/locale/sr/LC_MESSAGES/kwalletd5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwallet-query.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwalletd5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwallet-query.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwalletd5.mo +share/locale/sr@latin/LC_MESSAGES/kwallet-query.mo +share/locale/sr@latin/LC_MESSAGES/kwalletd5.mo +share/locale/sv/LC_MESSAGES/kwallet-query.mo +share/locale/sv/LC_MESSAGES/kwalletd5.mo +share/locale/te/LC_MESSAGES/kwalletd5.mo +share/locale/tg/LC_MESSAGES/kwalletd5.mo +share/locale/th/LC_MESSAGES/kwalletd5.mo +share/locale/tr/LC_MESSAGES/kwalletd5.mo +share/locale/ug/LC_MESSAGES/kwalletd5.mo +share/locale/uk/LC_MESSAGES/kwallet-query.mo +share/locale/uk/LC_MESSAGES/kwalletd5.mo +share/locale/vi/LC_MESSAGES/kwalletd5.mo +share/locale/wa/LC_MESSAGES/kwalletd5.mo +share/locale/zh_CN/LC_MESSAGES/kwallet-query.mo +share/locale/zh_CN/LC_MESSAGES/kwalletd5.mo +share/locale/zh_TW/LC_MESSAGES/kwallet-query.mo +share/locale/zh_TW/LC_MESSAGES/kwalletd5.mo + Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile +++ head/textproc/Makefile @@ -360,6 +360,8 @@ SUBDIR += jrefentry SUBDIR += jshon SUBDIR += kdiff3 + SUBDIR += kf5-kcodecs + SUBDIR += kf5-sonnet SUBDIR += kenlm SUBDIR += kibana3 SUBDIR += kibana41 Index: head/textproc/fcitx-qt5/Makefile =================================================================== --- head/textproc/fcitx-qt5/Makefile +++ head/textproc/fcitx-qt5/Makefile @@ -14,12 +14,12 @@ LIB_DEPENDS+= libfcitx-config.so:chinese/fcitx \ libQt5DBus.so:devel/dbus-qt5 \ libxkbcommon.so:x11/libxkbcommon -BUILD_DEPENDS= extra-cmake-modules>0:devel/extra-cmake-modules USE_GITHUB= yes GH_ACCOUNT= fcitx -USES= compiler:c++11-lib cmake gettext pkgconfig +USES= compiler:c++11-lib cmake gettext kde:5 pkgconfig +USE_KDE= ecm USE_QT5= core gui qmake widgets buildtools_build USE_LDCONFIG= yes Index: head/textproc/kf5-kcodecs/Makefile =================================================================== --- head/textproc/kf5-kcodecs/Makefile +++ head/textproc/kf5-kcodecs/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kcodecs +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= textproc kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for string manipulation + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core linguisttools qmake_build + +.include Index: head/textproc/kf5-kcodecs/distinfo =================================================================== --- head/textproc/kf5-kcodecs/distinfo +++ head/textproc/kf5-kcodecs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424081 +SHA256 (KDE/frameworks/5.27.0/kcodecs-5.27.0.tar.xz) = 0ac9b24fa94240cff53cde2a9ef565c0f85d9883087b8f7c815b83aacd119338 +SIZE (KDE/frameworks/5.27.0/kcodecs-5.27.0.tar.xz) = 2741924 Index: head/textproc/kf5-kcodecs/pkg-descr =================================================================== --- head/textproc/kf5-kcodecs/pkg-descr +++ head/textproc/kf5-kcodecs/pkg-descr @@ -0,0 +1,4 @@ +KCodecs provide a collection of methods to +manipulate strings using various encodings. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html Index: head/textproc/kf5-kcodecs/pkg-plist =================================================================== --- head/textproc/kf5-kcodecs/pkg-plist +++ head/textproc/kf5-kcodecs/pkg-plist @@ -0,0 +1,118 @@ +include/KF5/KCodecs/KCharsets +include/KF5/KCodecs/KCodecs +include/KF5/KCodecs/KEmailAddress +include/KF5/KCodecs/KEncodingProber +include/KF5/KCodecs/kcharsets.h +include/KF5/KCodecs/kcodecs.h +include/KF5/KCodecs/kcodecs_export.h +include/KF5/KCodecs/kemailaddress.h +include/KF5/KCodecs/kencodingprober.h +include/KF5/kcodecs_version.h +lib/cmake/KF5Codecs/KF5CodecsConfig.cmake +lib/cmake/KF5Codecs/KF5CodecsConfigVersion.cmake +lib/cmake/KF5Codecs/KF5CodecsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Codecs/KF5CodecsTargets.cmake +lib/libKF5Codecs.so +lib/libKF5Codecs.so.5 +lib/libKF5Codecs.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KCodecs.pri +share/locale/af/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ar/LC_MESSAGES/kcodecs5_qt.qm +share/locale/as/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ast/LC_MESSAGES/kcodecs5_qt.qm +share/locale/be/LC_MESSAGES/kcodecs5_qt.qm +share/locale/be@latin/LC_MESSAGES/kcodecs5_qt.qm +share/locale/bg/LC_MESSAGES/kcodecs5_qt.qm +share/locale/bn/LC_MESSAGES/kcodecs5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kcodecs5_qt.qm +share/locale/br/LC_MESSAGES/kcodecs5_qt.qm +share/locale/bs/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ca/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kcodecs5_qt.qm +share/locale/crh/LC_MESSAGES/kcodecs5_qt.qm +share/locale/cs/LC_MESSAGES/kcodecs5_qt.qm +share/locale/csb/LC_MESSAGES/kcodecs5_qt.qm +share/locale/cy/LC_MESSAGES/kcodecs5_qt.qm +share/locale/da/LC_MESSAGES/kcodecs5_qt.qm +share/locale/de/LC_MESSAGES/kcodecs5_qt.qm +share/locale/el/LC_MESSAGES/kcodecs5_qt.qm +share/locale/en_GB/LC_MESSAGES/kcodecs5_qt.qm +share/locale/eo/LC_MESSAGES/kcodecs5_qt.qm +share/locale/es/LC_MESSAGES/kcodecs5_qt.qm +share/locale/et/LC_MESSAGES/kcodecs5_qt.qm +share/locale/eu/LC_MESSAGES/kcodecs5_qt.qm +share/locale/fa/LC_MESSAGES/kcodecs5_qt.qm +share/locale/fi/LC_MESSAGES/kcodecs5_qt.qm +share/locale/fr/LC_MESSAGES/kcodecs5_qt.qm +share/locale/fy/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ga/LC_MESSAGES/kcodecs5_qt.qm +share/locale/gd/LC_MESSAGES/kcodecs5_qt.qm +share/locale/gl/LC_MESSAGES/kcodecs5_qt.qm +share/locale/gu/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ha/LC_MESSAGES/kcodecs5_qt.qm +share/locale/he/LC_MESSAGES/kcodecs5_qt.qm +share/locale/hi/LC_MESSAGES/kcodecs5_qt.qm +share/locale/hne/LC_MESSAGES/kcodecs5_qt.qm +share/locale/hr/LC_MESSAGES/kcodecs5_qt.qm +share/locale/hsb/LC_MESSAGES/kcodecs5_qt.qm +share/locale/hu/LC_MESSAGES/kcodecs5_qt.qm +share/locale/hy/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ia/LC_MESSAGES/kcodecs5_qt.qm +share/locale/id/LC_MESSAGES/kcodecs5_qt.qm +share/locale/is/LC_MESSAGES/kcodecs5_qt.qm +share/locale/it/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ja/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ka/LC_MESSAGES/kcodecs5_qt.qm +share/locale/kk/LC_MESSAGES/kcodecs5_qt.qm +share/locale/km/LC_MESSAGES/kcodecs5_qt.qm +share/locale/kn/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ko/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ku/LC_MESSAGES/kcodecs5_qt.qm +share/locale/lb/LC_MESSAGES/kcodecs5_qt.qm +share/locale/lt/LC_MESSAGES/kcodecs5_qt.qm +share/locale/lv/LC_MESSAGES/kcodecs5_qt.qm +share/locale/mai/LC_MESSAGES/kcodecs5_qt.qm +share/locale/mk/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ml/LC_MESSAGES/kcodecs5_qt.qm +share/locale/mr/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ms/LC_MESSAGES/kcodecs5_qt.qm +share/locale/nb/LC_MESSAGES/kcodecs5_qt.qm +share/locale/nds/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ne/LC_MESSAGES/kcodecs5_qt.qm +share/locale/nl/LC_MESSAGES/kcodecs5_qt.qm +share/locale/nn/LC_MESSAGES/kcodecs5_qt.qm +share/locale/oc/LC_MESSAGES/kcodecs5_qt.qm +share/locale/or/LC_MESSAGES/kcodecs5_qt.qm +share/locale/pa/LC_MESSAGES/kcodecs5_qt.qm +share/locale/pl/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ps/LC_MESSAGES/kcodecs5_qt.qm +share/locale/pt/LC_MESSAGES/kcodecs5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ro/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ru/LC_MESSAGES/kcodecs5_qt.qm +share/locale/se/LC_MESSAGES/kcodecs5_qt.qm +share/locale/si/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sk/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sl/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sq/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sr/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kcodecs5_qt.qm +share/locale/sv/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ta/LC_MESSAGES/kcodecs5_qt.qm +share/locale/te/LC_MESSAGES/kcodecs5_qt.qm +share/locale/tg/LC_MESSAGES/kcodecs5_qt.qm +share/locale/th/LC_MESSAGES/kcodecs5_qt.qm +share/locale/tr/LC_MESSAGES/kcodecs5_qt.qm +share/locale/tt/LC_MESSAGES/kcodecs5_qt.qm +share/locale/ug/LC_MESSAGES/kcodecs5_qt.qm +share/locale/uk/LC_MESSAGES/kcodecs5_qt.qm +share/locale/uz/LC_MESSAGES/kcodecs5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kcodecs5_qt.qm +share/locale/vi/LC_MESSAGES/kcodecs5_qt.qm +share/locale/wa/LC_MESSAGES/kcodecs5_qt.qm +share/locale/xh/LC_MESSAGES/kcodecs5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kcodecs5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kcodecs5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kcodecs5_qt.qm Index: head/textproc/kf5-sonnet/Makefile =================================================================== --- head/textproc/kf5-sonnet/Makefile +++ head/textproc/kf5-sonnet/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= sonnet +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= textproc kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 plugin-based spell checking library + +LIB_DEPENDS= libaspell.so:textproc/aspell \ + libhunspell-1.3.so:textproc/hunspell + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui linguisttools qmake_build \ + testlib widgets + +.include Index: head/textproc/kf5-sonnet/distinfo =================================================================== --- head/textproc/kf5-sonnet/distinfo +++ head/textproc/kf5-sonnet/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424082 +SHA256 (KDE/frameworks/5.27.0/sonnet-5.27.0.tar.xz) = 3bef88e61303e172fa6e3d824b01c371c44b81629cb67267717a27309e7d231e +SIZE (KDE/frameworks/5.27.0/sonnet-5.27.0.tar.xz) = 2653172 Index: head/textproc/kf5-sonnet/pkg-descr =================================================================== --- head/textproc/kf5-sonnet/pkg-descr +++ head/textproc/kf5-sonnet/pkg-descr @@ -0,0 +1,5 @@ +Sonnet is a plugin-based spell checking library for Qt-based applications. +It supports several different plugins, including HSpell, Enchant, ASpell +and HUNSPELL. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html Index: head/textproc/kf5-sonnet/pkg-plist =================================================================== --- head/textproc/kf5-sonnet/pkg-plist +++ head/textproc/kf5-sonnet/pkg-plist @@ -0,0 +1,138 @@ +bin/gentrigrams +bin/parsetrigrams +include/KF5/SonnetCore/Sonnet/BackgroundChecker +include/KF5/SonnetCore/Sonnet/GuessLanguage +include/KF5/SonnetCore/Sonnet/Speller +include/KF5/SonnetCore/sonnet/backgroundchecker.h +include/KF5/SonnetCore/sonnet/guesslanguage.h +include/KF5/SonnetCore/sonnet/sonnetcore_export.h +include/KF5/SonnetCore/sonnet/speller.h +include/KF5/SonnetUi/Sonnet/ConfigDialog +include/KF5/SonnetUi/Sonnet/ConfigWidget +include/KF5/SonnetUi/Sonnet/Dialog +include/KF5/SonnetUi/Sonnet/DictionaryComboBox +include/KF5/SonnetUi/Sonnet/Highlighter +include/KF5/SonnetUi/Sonnet/SpellCheckDecorator +include/KF5/SonnetUi/sonnet/configdialog.h +include/KF5/SonnetUi/sonnet/configwidget.h +include/KF5/SonnetUi/sonnet/dialog.h +include/KF5/SonnetUi/sonnet/dictionarycombobox.h +include/KF5/SonnetUi/sonnet/highlighter.h +include/KF5/SonnetUi/sonnet/sonnetui_export.h +include/KF5/SonnetUi/sonnet/spellcheckdecorator.h +include/KF5/sonnet_version.h +lib/cmake/KF5Sonnet/KF5SonnetConfig.cmake +lib/cmake/KF5Sonnet/KF5SonnetConfigVersion.cmake +lib/cmake/KF5Sonnet/KF5SonnetTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Sonnet/KF5SonnetTargets.cmake +lib/libKF5SonnetCore.so +lib/libKF5SonnetCore.so.5 +lib/libKF5SonnetCore.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5SonnetUi.so +lib/libKF5SonnetUi.so.5 +lib/libKF5SonnetUi.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/sonnet/aspell.so +%%QT_PLUGINDIR%%/kf5/sonnet/hunspell.so +%%QT_MKSPECDIR%%/modules/qt_SonnetCore.pri +%%QT_MKSPECDIR%%/modules/qt_SonnetUi.pri +share/kf5/sonnet/trigrams.map +share/locale/af/LC_MESSAGES/sonnet5_qt.qm +share/locale/ar/LC_MESSAGES/sonnet5_qt.qm +share/locale/as/LC_MESSAGES/sonnet5_qt.qm +share/locale/ast/LC_MESSAGES/sonnet5_qt.qm +share/locale/be/LC_MESSAGES/sonnet5_qt.qm +share/locale/be@latin/LC_MESSAGES/sonnet5_qt.qm +share/locale/bg/LC_MESSAGES/sonnet5_qt.qm +share/locale/bn/LC_MESSAGES/sonnet5_qt.qm +share/locale/bn_IN/LC_MESSAGES/sonnet5_qt.qm +share/locale/br/LC_MESSAGES/sonnet5_qt.qm +share/locale/bs/LC_MESSAGES/sonnet5_qt.qm +share/locale/ca/LC_MESSAGES/sonnet5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/sonnet5_qt.qm +share/locale/crh/LC_MESSAGES/sonnet5_qt.qm +share/locale/cs/LC_MESSAGES/sonnet5_qt.qm +share/locale/csb/LC_MESSAGES/sonnet5_qt.qm +share/locale/cy/LC_MESSAGES/sonnet5_qt.qm +share/locale/da/LC_MESSAGES/sonnet5_qt.qm +share/locale/de/LC_MESSAGES/sonnet5_qt.qm +share/locale/el/LC_MESSAGES/sonnet5_qt.qm +share/locale/en_GB/LC_MESSAGES/sonnet5_qt.qm +share/locale/eo/LC_MESSAGES/sonnet5_qt.qm +share/locale/es/LC_MESSAGES/sonnet5_qt.qm +share/locale/et/LC_MESSAGES/sonnet5_qt.qm +share/locale/eu/LC_MESSAGES/sonnet5_qt.qm +share/locale/fa/LC_MESSAGES/sonnet5_qt.qm +share/locale/fi/LC_MESSAGES/sonnet5_qt.qm +share/locale/fr/LC_MESSAGES/sonnet5_qt.qm +share/locale/fy/LC_MESSAGES/sonnet5_qt.qm +share/locale/ga/LC_MESSAGES/sonnet5_qt.qm +share/locale/gd/LC_MESSAGES/sonnet5_qt.qm +share/locale/gl/LC_MESSAGES/sonnet5_qt.qm +share/locale/gu/LC_MESSAGES/sonnet5_qt.qm +share/locale/ha/LC_MESSAGES/sonnet5_qt.qm +share/locale/he/LC_MESSAGES/sonnet5_qt.qm +share/locale/hi/LC_MESSAGES/sonnet5_qt.qm +share/locale/hne/LC_MESSAGES/sonnet5_qt.qm +share/locale/hr/LC_MESSAGES/sonnet5_qt.qm +share/locale/hsb/LC_MESSAGES/sonnet5_qt.qm +share/locale/hu/LC_MESSAGES/sonnet5_qt.qm +share/locale/hy/LC_MESSAGES/sonnet5_qt.qm +share/locale/ia/LC_MESSAGES/sonnet5_qt.qm +share/locale/id/LC_MESSAGES/sonnet5_qt.qm +share/locale/is/LC_MESSAGES/sonnet5_qt.qm +share/locale/it/LC_MESSAGES/sonnet5_qt.qm +share/locale/ja/LC_MESSAGES/sonnet5_qt.qm +share/locale/ka/LC_MESSAGES/sonnet5_qt.qm +share/locale/kk/LC_MESSAGES/sonnet5_qt.qm +share/locale/km/LC_MESSAGES/sonnet5_qt.qm +share/locale/kn/LC_MESSAGES/sonnet5_qt.qm +share/locale/ko/LC_MESSAGES/sonnet5_qt.qm +share/locale/ku/LC_MESSAGES/sonnet5_qt.qm +share/locale/lb/LC_MESSAGES/sonnet5_qt.qm +share/locale/lt/LC_MESSAGES/sonnet5_qt.qm +share/locale/lv/LC_MESSAGES/sonnet5_qt.qm +share/locale/mai/LC_MESSAGES/sonnet5_qt.qm +share/locale/mk/LC_MESSAGES/sonnet5_qt.qm +share/locale/ml/LC_MESSAGES/sonnet5_qt.qm +share/locale/mr/LC_MESSAGES/sonnet5_qt.qm +share/locale/ms/LC_MESSAGES/sonnet5_qt.qm +share/locale/nb/LC_MESSAGES/sonnet5_qt.qm +share/locale/nds/LC_MESSAGES/sonnet5_qt.qm +share/locale/ne/LC_MESSAGES/sonnet5_qt.qm +share/locale/nl/LC_MESSAGES/sonnet5_qt.qm +share/locale/nn/LC_MESSAGES/sonnet5_qt.qm +share/locale/oc/LC_MESSAGES/sonnet5_qt.qm +share/locale/or/LC_MESSAGES/sonnet5_qt.qm +share/locale/pa/LC_MESSAGES/sonnet5_qt.qm +share/locale/pl/LC_MESSAGES/sonnet5_qt.qm +share/locale/ps/LC_MESSAGES/sonnet5_qt.qm +share/locale/pt/LC_MESSAGES/sonnet5_qt.qm +share/locale/pt_BR/LC_MESSAGES/sonnet5_qt.qm +share/locale/ro/LC_MESSAGES/sonnet5_qt.qm +share/locale/ru/LC_MESSAGES/sonnet5_qt.qm +share/locale/se/LC_MESSAGES/sonnet5_qt.qm +share/locale/si/LC_MESSAGES/sonnet5_qt.qm +share/locale/sk/LC_MESSAGES/sonnet5_qt.qm +share/locale/sl/LC_MESSAGES/sonnet5_qt.qm +share/locale/sq/LC_MESSAGES/sonnet5_qt.qm +share/locale/sr/LC_MESSAGES/sonnet5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/sonnet5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/sonnet5_qt.qm +share/locale/sr@latin/LC_MESSAGES/sonnet5_qt.qm +share/locale/sv/LC_MESSAGES/sonnet5_qt.qm +share/locale/ta/LC_MESSAGES/sonnet5_qt.qm +share/locale/te/LC_MESSAGES/sonnet5_qt.qm +share/locale/tg/LC_MESSAGES/sonnet5_qt.qm +share/locale/th/LC_MESSAGES/sonnet5_qt.qm +share/locale/tr/LC_MESSAGES/sonnet5_qt.qm +share/locale/tt/LC_MESSAGES/sonnet5_qt.qm +share/locale/ug/LC_MESSAGES/sonnet5_qt.qm +share/locale/uk/LC_MESSAGES/sonnet5_qt.qm +share/locale/uz/LC_MESSAGES/sonnet5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/sonnet5_qt.qm +share/locale/vi/LC_MESSAGES/sonnet5_qt.qm +share/locale/wa/LC_MESSAGES/sonnet5_qt.qm +share/locale/xh/LC_MESSAGES/sonnet5_qt.qm +share/locale/zh_CN/LC_MESSAGES/sonnet5_qt.qm +share/locale/zh_HK/LC_MESSAGES/sonnet5_qt.qm +share/locale/zh_TW/LC_MESSAGES/sonnet5_qt.qm Index: head/www/Makefile =================================================================== --- head/www/Makefile +++ head/www/Makefile @@ -336,6 +336,10 @@ SUBDIR += kannel-sqlbox SUBDIR += kcgi SUBDIR += kdewebdev4 + SUBDIR += kf5-kdewebkit + SUBDIR += kf5-khtml + SUBDIR += kf5-kjs + SUBDIR += kf5-kjsembed SUBDIR += kohana SUBDIR += kpartsplugin SUBDIR += kplaylist Index: head/www/kf5-kdewebkit/Makefile =================================================================== --- head/www/kf5-kdewebkit/Makefile +++ head/www/kf5-kdewebkit/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdewebkit +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= www kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library providing integration of QtWebKit + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + ecm i18n jobwidgets kio parts service sonnet textwidgets \ + wallet widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build webkit \ + widgets xml + +.include Index: head/www/kf5-kdewebkit/distinfo =================================================================== --- head/www/kf5-kdewebkit/distinfo +++ head/www/kf5-kdewebkit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424082 +SHA256 (KDE/frameworks/5.27.0/kdewebkit-5.27.0.tar.xz) = 0e91d5083b0e446577ddcbe4c4b87d34fe5aab1c4d6831665339aac29cedc639 +SIZE (KDE/frameworks/5.27.0/kdewebkit-5.27.0.tar.xz) = 29448 Index: head/www/kf5-kdewebkit/pkg-descr =================================================================== --- head/www/kf5-kdewebkit/pkg-descr +++ head/www/kf5-kdewebkit/pkg-descr @@ -0,0 +1,3 @@ +This library provides KDE integration of the QtWebKit library. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html Index: head/www/kf5-kdewebkit/pkg-plist =================================================================== --- head/www/kf5-kdewebkit/pkg-plist +++ head/www/kf5-kdewebkit/pkg-plist @@ -0,0 +1,20 @@ +include/KF5/KDEWebKit/KGraphicsWebView +include/KF5/KDEWebKit/KWebPage +include/KF5/KDEWebKit/KWebPluginFactory +include/KF5/KDEWebKit/KWebView +include/KF5/KDEWebKit/KWebWallet +include/KF5/KDEWebKit/kdewebkit_export.h +include/KF5/KDEWebKit/kgraphicswebview.h +include/KF5/KDEWebKit/kwebpage.h +include/KF5/KDEWebKit/kwebpluginfactory.h +include/KF5/KDEWebKit/kwebview.h +include/KF5/KDEWebKit/kwebwallet.h +include/KF5/kdewebkit_version.h +lib/cmake/KF5WebKit/KF5WebKitConfig.cmake +lib/cmake/KF5WebKit/KF5WebKitConfigVersion.cmake +lib/cmake/KF5WebKit/KF5WebKitTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5WebKit/KF5WebKitTargets.cmake +lib/libKF5WebKit.so +lib/libKF5WebKit.so.5 +lib/libKF5WebKit.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KDEWebKit.pri Index: head/www/kf5-khtml/Makefile =================================================================== --- head/www/kf5-khtml/Makefile +++ head/www/kf5-khtml/Makefile @@ -0,0 +1,24 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= khtml +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= www kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 KTHML rendering engine + +LIB_DEPENDS= libgif.so:graphics/giflib \ + libpng16.so:graphics/png + +USES= cmake:outsource compiler:c++11-lib gettext jpeg kde:5 \ + tar:xz +USE_KDE= archive auth bookmarks codecs completion config \ + configwidgets coreaddons ecm globalaccel i18n iconthemes \ + jobwidgets js kio notifications parts service sonnet \ + textwidgets wallet widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network phonon4 \ + printsupport qmake_build widgets x11extras xml +USE_XORG= ice sm x11 xext + +.include Index: head/www/kf5-khtml/distinfo =================================================================== --- head/www/kf5-khtml/distinfo +++ head/www/kf5-khtml/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424082 +SHA256 (KDE/frameworks/5.27.0/khtml-5.27.0.tar.xz) = 808d8d3602d4ab1441102ff4b7639fd54e6af7d5de6f4d430fbbe427e6ab5a17 +SIZE (KDE/frameworks/5.27.0/khtml-5.27.0.tar.xz) = 4326208 Index: head/www/kf5-khtml/pkg-descr =================================================================== --- head/www/kf5-khtml/pkg-descr +++ head/www/kf5-khtml/pkg-descr @@ -0,0 +1,4 @@ +KHTML is a web rendering engine, based on the KParts technology and using KJS +for JavaScript support. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html Index: head/www/kf5-khtml/pkg-plist =================================================================== --- head/www/kf5-khtml/pkg-plist +++ head/www/kf5-khtml/pkg-plist @@ -0,0 +1,168 @@ +etc/xdg/khtmlrc +include/KF5/KHtml/KHTMLPart +include/KF5/KHtml/KHTMLSettings +include/KF5/KHtml/KHTMLView +include/KF5/KHtml/dom/css_rule.h +include/KF5/KHtml/dom/css_stylesheet.h +include/KF5/KHtml/dom/css_value.h +include/KF5/KHtml/dom/dom2_events.h +include/KF5/KHtml/dom/dom2_range.h +include/KF5/KHtml/dom/dom2_traversal.h +include/KF5/KHtml/dom/dom2_views.h +include/KF5/KHtml/dom/dom_core.h +include/KF5/KHtml/dom/dom_doc.h +include/KF5/KHtml/dom/dom_element.h +include/KF5/KHtml/dom/dom_exception.h +include/KF5/KHtml/dom/dom_html.h +include/KF5/KHtml/dom/dom_misc.h +include/KF5/KHtml/dom/dom_node.h +include/KF5/KHtml/dom/dom_string.h +include/KF5/KHtml/dom/dom_text.h +include/KF5/KHtml/dom/dom_xml.h +include/KF5/KHtml/dom/html_base.h +include/KF5/KHtml/dom/html_block.h +include/KF5/KHtml/dom/html_document.h +include/KF5/KHtml/dom/html_element.h +include/KF5/KHtml/dom/html_form.h +include/KF5/KHtml/dom/html_head.h +include/KF5/KHtml/dom/html_image.h +include/KF5/KHtml/dom/html_inline.h +include/KF5/KHtml/dom/html_list.h +include/KF5/KHtml/dom/html_misc.h +include/KF5/KHtml/dom/html_object.h +include/KF5/KHtml/dom/html_table.h +include/KF5/KHtml/kencodingdetector.h +include/KF5/KHtml/khtml_events.h +include/KF5/KHtml/khtml_export.h +include/KF5/KHtml/khtml_part.h +include/KF5/KHtml/khtml_settings.h +include/KF5/KHtml/khtmldefaults.h +include/KF5/KHtml/khtmlpart.h +include/KF5/KHtml/khtmlsettings.h +include/KF5/KHtml/khtmlview.h +include/KF5/khtml_version.h +lib/cmake/KF5KHtml/KF5KHtmlConfig.cmake +lib/cmake/KF5KHtml/KF5KHtmlConfigVersion.cmake +lib/cmake/KF5KHtml/KF5KHtmlTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KHtml/KF5KHtmlTargets.cmake +lib/libKF5KHtml.so +lib/libKF5KHtml.so.5 +lib/libKF5KHtml.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/parts/khtmladaptorpart.so +%%QT_PLUGINDIR%%/kf5/parts/khtmlimagepart.so +%%QT_PLUGINDIR%%/kf5/parts/khtmlpart.so +%%QT_PLUGINDIR%%/kf5/parts/kjavaappletviewer.so +%%QT_PLUGINDIR%%/kf5/parts/kmultipart.so +%%QT_MKSPECDIR%%/modules/qt_KHtml.pri +share/kf5/khtml/css/html4.css +share/kf5/khtml/css/presentational.css +share/kf5/khtml/css/quirks.css +share/kf5/khtml/error.html +share/kf5/kjava/kjava.jar +share/kf5/kjava/kjava.policy +share/kf5/kjava/pluginsinfo +share/kservices5/khtml.desktop +share/kservices5/khtmladaptorpart.desktop +share/kservices5/khtmlimage.desktop +share/kservices5/kjavaappletviewer.desktop +share/kservices5/kmultipart.desktop +share/locale/af/LC_MESSAGES/khtml5.mo +share/locale/ar/LC_MESSAGES/khtml5.mo +share/locale/as/LC_MESSAGES/khtml5.mo +share/locale/ast/LC_MESSAGES/khtml5.mo +share/locale/be/LC_MESSAGES/khtml5.mo +share/locale/be@latin/LC_MESSAGES/khtml5.mo +share/locale/bg/LC_MESSAGES/khtml5.mo +share/locale/bn/LC_MESSAGES/khtml5.mo +share/locale/bn_IN/LC_MESSAGES/khtml5.mo +share/locale/br/LC_MESSAGES/khtml5.mo +share/locale/bs/LC_MESSAGES/khtml5.mo +share/locale/ca/LC_MESSAGES/khtml5.mo +share/locale/ca@valencia/LC_MESSAGES/khtml5.mo +share/locale/crh/LC_MESSAGES/khtml5.mo +share/locale/cs/LC_MESSAGES/khtml5.mo +share/locale/csb/LC_MESSAGES/khtml5.mo +share/locale/cy/LC_MESSAGES/khtml5.mo +share/locale/da/LC_MESSAGES/khtml5.mo +share/locale/de/LC_MESSAGES/khtml5.mo +share/locale/el/LC_MESSAGES/khtml5.mo +share/locale/en_GB/LC_MESSAGES/khtml5.mo +share/locale/eo/LC_MESSAGES/khtml5.mo +share/locale/es/LC_MESSAGES/khtml5.mo +share/locale/et/LC_MESSAGES/khtml5.mo +share/locale/eu/LC_MESSAGES/khtml5.mo +share/locale/fa/LC_MESSAGES/khtml5.mo +share/locale/fi/LC_MESSAGES/khtml5.mo +share/locale/fr/LC_MESSAGES/khtml5.mo +share/locale/fy/LC_MESSAGES/khtml5.mo +share/locale/ga/LC_MESSAGES/khtml5.mo +share/locale/gd/LC_MESSAGES/khtml5.mo +share/locale/gl/LC_MESSAGES/khtml5.mo +share/locale/gu/LC_MESSAGES/khtml5.mo +share/locale/ha/LC_MESSAGES/khtml5.mo +share/locale/he/LC_MESSAGES/khtml5.mo +share/locale/hi/LC_MESSAGES/khtml5.mo +share/locale/hne/LC_MESSAGES/khtml5.mo +share/locale/hr/LC_MESSAGES/khtml5.mo +share/locale/hsb/LC_MESSAGES/khtml5.mo +share/locale/hu/LC_MESSAGES/khtml5.mo +share/locale/hy/LC_MESSAGES/khtml5.mo +share/locale/ia/LC_MESSAGES/khtml5.mo +share/locale/id/LC_MESSAGES/khtml5.mo +share/locale/is/LC_MESSAGES/khtml5.mo +share/locale/it/LC_MESSAGES/khtml5.mo +share/locale/ja/LC_MESSAGES/khtml5.mo +share/locale/ka/LC_MESSAGES/khtml5.mo +share/locale/kk/LC_MESSAGES/khtml5.mo +share/locale/km/LC_MESSAGES/khtml5.mo +share/locale/kn/LC_MESSAGES/khtml5.mo +share/locale/ko/LC_MESSAGES/khtml5.mo +share/locale/ku/LC_MESSAGES/khtml5.mo +share/locale/lb/LC_MESSAGES/khtml5.mo +share/locale/lt/LC_MESSAGES/khtml5.mo +share/locale/lv/LC_MESSAGES/khtml5.mo +share/locale/mai/LC_MESSAGES/khtml5.mo +share/locale/mk/LC_MESSAGES/khtml5.mo +share/locale/ml/LC_MESSAGES/khtml5.mo +share/locale/mr/LC_MESSAGES/khtml5.mo +share/locale/ms/LC_MESSAGES/khtml5.mo +share/locale/nb/LC_MESSAGES/khtml5.mo +share/locale/nds/LC_MESSAGES/khtml5.mo +share/locale/ne/LC_MESSAGES/khtml5.mo +share/locale/nl/LC_MESSAGES/khtml5.mo +share/locale/nn/LC_MESSAGES/khtml5.mo +share/locale/oc/LC_MESSAGES/khtml5.mo +share/locale/or/LC_MESSAGES/khtml5.mo +share/locale/pa/LC_MESSAGES/khtml5.mo +share/locale/pl/LC_MESSAGES/khtml5.mo +share/locale/ps/LC_MESSAGES/khtml5.mo +share/locale/pt/LC_MESSAGES/khtml5.mo +share/locale/pt_BR/LC_MESSAGES/khtml5.mo +share/locale/ro/LC_MESSAGES/khtml5.mo +share/locale/ru/LC_MESSAGES/khtml5.mo +share/locale/se/LC_MESSAGES/khtml5.mo +share/locale/si/LC_MESSAGES/khtml5.mo +share/locale/sk/LC_MESSAGES/khtml5.mo +share/locale/sl/LC_MESSAGES/khtml5.mo +share/locale/sq/LC_MESSAGES/khtml5.mo +share/locale/sr/LC_MESSAGES/khtml5.mo +share/locale/sr@ijekavian/LC_MESSAGES/khtml5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/khtml5.mo +share/locale/sr@latin/LC_MESSAGES/khtml5.mo +share/locale/sv/LC_MESSAGES/khtml5.mo +share/locale/ta/LC_MESSAGES/khtml5.mo +share/locale/te/LC_MESSAGES/khtml5.mo +share/locale/tg/LC_MESSAGES/khtml5.mo +share/locale/th/LC_MESSAGES/khtml5.mo +share/locale/tr/LC_MESSAGES/khtml5.mo +share/locale/tt/LC_MESSAGES/khtml5.mo +share/locale/ug/LC_MESSAGES/khtml5.mo +share/locale/uk/LC_MESSAGES/khtml5.mo +share/locale/uz/LC_MESSAGES/khtml5.mo +share/locale/uz@cyrillic/LC_MESSAGES/khtml5.mo +share/locale/vi/LC_MESSAGES/khtml5.mo +share/locale/wa/LC_MESSAGES/khtml5.mo +share/locale/xh/LC_MESSAGES/khtml5.mo +share/locale/zh_CN/LC_MESSAGES/khtml5.mo +share/locale/zh_HK/LC_MESSAGES/khtml5.mo +share/locale/zh_TW/LC_MESSAGES/khtml5.mo Index: head/www/kf5-kjs/Makefile =================================================================== --- head/www/kf5-kjs/Makefile +++ head/www/kf5-kjs/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kjs +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= www kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library providing an ECMAScript interpreter + +LIB_DEPENDS= libpcre.so:devel/pcre + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm doctools +USE_QT5= buildtools_build core qmake_build + +.include Index: head/www/kf5-kjs/distinfo =================================================================== --- head/www/kf5-kjs/distinfo +++ head/www/kf5-kjs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424082 +SHA256 (KDE/frameworks/5.27.0/kjs-5.27.0.tar.xz) = 325d0d0db21dce3051b8a602420f77a92596b9cb2d57d8f5396f5db2c757a4a3 +SIZE (KDE/frameworks/5.27.0/kjs-5.27.0.tar.xz) = 293792 Index: head/www/kf5-kjs/pkg-descr =================================================================== --- head/www/kf5-kjs/pkg-descr +++ head/www/kf5-kjs/pkg-descr @@ -0,0 +1,5 @@ +This library provides an ECMAScript compatible interpreter. +The ECMA standard is based on well known scripting languages +such as Netscape's JavaScript and Microsoft's JScript. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html Index: head/www/kf5-kjs/pkg-plist =================================================================== --- head/www/kf5-kjs/pkg-plist +++ head/www/kf5-kjs/pkg-plist @@ -0,0 +1,115 @@ +bin/kjs5 +include/KF5/kjs/CommonIdentifiers.h +include/KF5/kjs/CompileState.h +include/KF5/kjs/ExecState.h +include/KF5/kjs/JSImmediate.h +include/KF5/kjs/JSLock.h +include/KF5/kjs/JSType.h +include/KF5/kjs/JSVariableObject.h +include/KF5/kjs/JSWrapperObject.h +include/KF5/kjs/LocalStorage.h +include/KF5/kjs/Parser.h +include/KF5/kjs/PropertyNameArray.h +include/KF5/kjs/SavedBuiltins.h +include/KF5/kjs/SymbolTable.h +include/KF5/kjs/array_instance.h +include/KF5/kjs/array_object.h +include/KF5/kjs/bool_object.h +include/KF5/kjs/collector.h +include/KF5/kjs/commonunicode.h +include/KF5/kjs/completion.h +include/KF5/kjs/context.h +include/KF5/kjs/date_object.h +include/KF5/kjs/debugger.h +include/KF5/kjs/dtoa.h +include/KF5/kjs/error_object.h +include/KF5/kjs/function.h +include/KF5/kjs/function_object.h +include/KF5/kjs/global.h +include/KF5/kjs/grammar.h +include/KF5/kjs/identifier.h +include/KF5/kjs/internal.h +include/KF5/kjs/interpreter.h +include/KF5/kjs/json_object.h +include/KF5/kjs/jsonlexer.h +include/KF5/kjs/jsonstringify.h +include/KF5/kjs/kjsapi_export.h +include/KF5/kjs/kjsarguments.h +include/KF5/kjs/kjscontext.h +include/KF5/kjs/kjsinterpreter.h +include/KF5/kjs/kjsobject.h +include/KF5/kjs/kjsprototype.h +include/KF5/kjs/lexer.h +include/KF5/kjs/list.h +include/KF5/kjs/lookup.h +include/KF5/kjs/makenodes.h +include/KF5/kjs/math_object.h +include/KF5/kjs/nodes.h +include/KF5/kjs/nodes2bytecode.h +include/KF5/kjs/number_object.h +include/KF5/kjs/object.h +include/KF5/kjs/object_object.h +include/KF5/kjs/operations.h +include/KF5/kjs/package.h +include/KF5/kjs/property_map.h +include/KF5/kjs/property_slot.h +include/KF5/kjs/propertydescriptor.h +include/KF5/kjs/protect.h +include/KF5/kjs/regexp.h +include/KF5/kjs/regexp_object.h +include/KF5/kjs/scope_chain.h +include/KF5/kjs/scriptfunction.h +include/KF5/kjs/string_object.h +include/KF5/kjs/types.h +include/KF5/kjs/ustring.h +include/KF5/kjs/value.h +include/KF5/kjs_version.h +include/KF5/wtf/ASCIICType.h +include/KF5/wtf/AlwaysInline.h +include/KF5/wtf/Assertions.h +include/KF5/wtf/DisallowCType.h +include/KF5/wtf/FastMalloc.h +include/KF5/wtf/Forward.h +include/KF5/wtf/GetPtr.h +include/KF5/wtf/HashCountedSet.h +include/KF5/wtf/HashFunctions.h +include/KF5/wtf/HashIterators.h +include/KF5/wtf/HashMap.h +include/KF5/wtf/HashSet.h +include/KF5/wtf/HashTable.h +include/KF5/wtf/HashTraits.h +include/KF5/wtf/ListRefPtr.h +include/KF5/wtf/MathExtras.h +include/KF5/wtf/Noncopyable.h +include/KF5/wtf/OwnArrayPtr.h +include/KF5/wtf/OwnPtr.h +include/KF5/wtf/PassRefPtr.h +include/KF5/wtf/Platform.h +include/KF5/wtf/RefCounted.h +include/KF5/wtf/RefPtr.h +include/KF5/wtf/RefPtrHashMap.h +include/KF5/wtf/SharedPtr.h +include/KF5/wtf/UnusedParam.h +include/KF5/wtf/Vector.h +include/KF5/wtf/VectorTraits.h +lib/cmake/KF5JS/KF5JSConfig.cmake +lib/cmake/KF5JS/KF5JSConfigVersion.cmake +lib/cmake/KF5JS/KF5JSTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5JS/KF5JSTargets.cmake +lib/libKF5JS.so +lib/libKF5JS.so.5 +lib/libKF5JS.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5JSApi.so +lib/libKF5JSApi.so.5 +lib/libKF5JSApi.so.%%KDE_FRAMEWORKS_VERSION%% +man/man1/kjs5.1.gz +man/ca/man1/kjs5.1.gz +man/de/man1/kjs5.1.gz +man/it/man1/kjs5.1.gz +man/nl/man1/kjs5.1.gz +man/pt_BR/man1/kjs5.1.gz +man/sv/man1/kjs5.1.gz +man/uk/man1/kjs5.1.gz +%%QT_MKSPECDIR%%/modules/qt_KJS.pri +%%QT_MKSPECDIR%%/modules/qt_KJSApi.pri +share/kf5/kjs/create_hash_table Index: head/www/kf5-kjsembed/Makefile =================================================================== --- head/www/kf5-kjsembed/Makefile +++ head/www/kf5-kjsembed/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kjsembed +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= www kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for binding JavaScript objects to QObjects + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive doctools ecm i18n js +USE_QT5= buildtools_build core gui qmake_build svg \ + uiplugin uitools widgets xml + +.include Index: head/www/kf5-kjsembed/distinfo =================================================================== --- head/www/kf5-kjsembed/distinfo +++ head/www/kf5-kjsembed/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424082 +SHA256 (KDE/frameworks/5.27.0/kjsembed-5.27.0.tar.xz) = 4b60cae1b4672764d77dd1b6376f8cf3c01684bf24ad24740596d740a8d882c8 +SIZE (KDE/frameworks/5.27.0/kjsembed-5.27.0.tar.xz) = 2741800 Index: head/www/kf5-kjsembed/pkg-descr =================================================================== --- head/www/kf5-kjsembed/pkg-descr +++ head/www/kf5-kjsembed/pkg-descr @@ -0,0 +1,3 @@ +KSJEmbed provides a method of binding JavaScript objects to QObjects. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html Index: head/www/kf5-kjsembed/pkg-plist =================================================================== --- head/www/kf5-kjsembed/pkg-plist +++ head/www/kf5-kjsembed/pkg-plist @@ -0,0 +1,127 @@ +bin/kjscmd5 +bin/kjsconsole +include/KF5/KJsEmbed/KJsEmbed/KJsEmbed +include/KF5/KJsEmbed/kjsembed/binding_support.h +include/KF5/KJsEmbed/kjsembed/kjseglobal.h +include/KF5/KJsEmbed/kjsembed/kjsembed.h +include/KF5/KJsEmbed/kjsembed/kjsembed_export.h +include/KF5/KJsEmbed/kjsembed/pointer.h +include/KF5/KJsEmbed/kjsembed/static_binding.h +include/KF5/KJsEmbed/kjsembed/variant_binding.h +lib/cmake/KF5JsEmbed/KF5JsEmbedConfig.cmake +lib/cmake/KF5JsEmbed/KF5JsEmbedConfigVersion.cmake +lib/cmake/KF5JsEmbed/KF5JsEmbedTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5JsEmbed/KF5JsEmbedTargets.cmake +lib/libKF5JsEmbed.so +lib/libKF5JsEmbed.so.5 +lib/libKF5JsEmbed.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KJsEmbed.pri +man/ca/man1/kjscmd5.1.gz +man/de/man1/kjscmd5.1.gz +man/it/man1/kjscmd5.1.gz +man/man1/kjscmd5.1.gz +man/nl/man1/kjscmd5.1.gz +man/pt_BR/man1/kjscmd5.1.gz +man/ru/man1/kjscmd5.1.gz +man/sv/man1/kjscmd5.1.gz +man/uk/man1/kjscmd5.1.gz +share/locale/af/LC_MESSAGES/kjsembed5.mo +share/locale/ar/LC_MESSAGES/kjsembed5.mo +share/locale/as/LC_MESSAGES/kjsembed5.mo +share/locale/ast/LC_MESSAGES/kjsembed5.mo +share/locale/be/LC_MESSAGES/kjsembed5.mo +share/locale/be@latin/LC_MESSAGES/kjsembed5.mo +share/locale/bg/LC_MESSAGES/kjsembed5.mo +share/locale/bn/LC_MESSAGES/kjsembed5.mo +share/locale/bn_IN/LC_MESSAGES/kjsembed5.mo +share/locale/br/LC_MESSAGES/kjsembed5.mo +share/locale/bs/LC_MESSAGES/kjsembed5.mo +share/locale/ca/LC_MESSAGES/kjsembed5.mo +share/locale/ca@valencia/LC_MESSAGES/kjsembed5.mo +share/locale/crh/LC_MESSAGES/kjsembed5.mo +share/locale/cs/LC_MESSAGES/kjsembed5.mo +share/locale/csb/LC_MESSAGES/kjsembed5.mo +share/locale/cy/LC_MESSAGES/kjsembed5.mo +share/locale/da/LC_MESSAGES/kjsembed5.mo +share/locale/de/LC_MESSAGES/kjsembed5.mo +share/locale/el/LC_MESSAGES/kjsembed5.mo +share/locale/en_GB/LC_MESSAGES/kjsembed5.mo +share/locale/eo/LC_MESSAGES/kjsembed5.mo +share/locale/es/LC_MESSAGES/kjsembed5.mo +share/locale/et/LC_MESSAGES/kjsembed5.mo +share/locale/eu/LC_MESSAGES/kjsembed5.mo +share/locale/fa/LC_MESSAGES/kjsembed5.mo +share/locale/fi/LC_MESSAGES/kjsembed5.mo +share/locale/fr/LC_MESSAGES/kjsembed5.mo +share/locale/fy/LC_MESSAGES/kjsembed5.mo +share/locale/ga/LC_MESSAGES/kjsembed5.mo +share/locale/gd/LC_MESSAGES/kjsembed5.mo +share/locale/gl/LC_MESSAGES/kjsembed5.mo +share/locale/gu/LC_MESSAGES/kjsembed5.mo +share/locale/ha/LC_MESSAGES/kjsembed5.mo +share/locale/he/LC_MESSAGES/kjsembed5.mo +share/locale/hi/LC_MESSAGES/kjsembed5.mo +share/locale/hne/LC_MESSAGES/kjsembed5.mo +share/locale/hr/LC_MESSAGES/kjsembed5.mo +share/locale/hsb/LC_MESSAGES/kjsembed5.mo +share/locale/hu/LC_MESSAGES/kjsembed5.mo +share/locale/hy/LC_MESSAGES/kjsembed5.mo +share/locale/ia/LC_MESSAGES/kjsembed5.mo +share/locale/id/LC_MESSAGES/kjsembed5.mo +share/locale/is/LC_MESSAGES/kjsembed5.mo +share/locale/it/LC_MESSAGES/kjsembed5.mo +share/locale/ja/LC_MESSAGES/kjsembed5.mo +share/locale/ka/LC_MESSAGES/kjsembed5.mo +share/locale/kk/LC_MESSAGES/kjsembed5.mo +share/locale/km/LC_MESSAGES/kjsembed5.mo +share/locale/kn/LC_MESSAGES/kjsembed5.mo +share/locale/ko/LC_MESSAGES/kjsembed5.mo +share/locale/ku/LC_MESSAGES/kjsembed5.mo +share/locale/lb/LC_MESSAGES/kjsembed5.mo +share/locale/lt/LC_MESSAGES/kjsembed5.mo +share/locale/lv/LC_MESSAGES/kjsembed5.mo +share/locale/mai/LC_MESSAGES/kjsembed5.mo +share/locale/mk/LC_MESSAGES/kjsembed5.mo +share/locale/ml/LC_MESSAGES/kjsembed5.mo +share/locale/mr/LC_MESSAGES/kjsembed5.mo +share/locale/ms/LC_MESSAGES/kjsembed5.mo +share/locale/nb/LC_MESSAGES/kjsembed5.mo +share/locale/nds/LC_MESSAGES/kjsembed5.mo +share/locale/ne/LC_MESSAGES/kjsembed5.mo +share/locale/nl/LC_MESSAGES/kjsembed5.mo +share/locale/nn/LC_MESSAGES/kjsembed5.mo +share/locale/oc/LC_MESSAGES/kjsembed5.mo +share/locale/or/LC_MESSAGES/kjsembed5.mo +share/locale/pa/LC_MESSAGES/kjsembed5.mo +share/locale/pl/LC_MESSAGES/kjsembed5.mo +share/locale/ps/LC_MESSAGES/kjsembed5.mo +share/locale/pt/LC_MESSAGES/kjsembed5.mo +share/locale/pt_BR/LC_MESSAGES/kjsembed5.mo +share/locale/ro/LC_MESSAGES/kjsembed5.mo +share/locale/ru/LC_MESSAGES/kjsembed5.mo +share/locale/se/LC_MESSAGES/kjsembed5.mo +share/locale/si/LC_MESSAGES/kjsembed5.mo +share/locale/sk/LC_MESSAGES/kjsembed5.mo +share/locale/sl/LC_MESSAGES/kjsembed5.mo +share/locale/sq/LC_MESSAGES/kjsembed5.mo +share/locale/sr/LC_MESSAGES/kjsembed5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kjsembed5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kjsembed5.mo +share/locale/sr@latin/LC_MESSAGES/kjsembed5.mo +share/locale/sv/LC_MESSAGES/kjsembed5.mo +share/locale/ta/LC_MESSAGES/kjsembed5.mo +share/locale/te/LC_MESSAGES/kjsembed5.mo +share/locale/tg/LC_MESSAGES/kjsembed5.mo +share/locale/th/LC_MESSAGES/kjsembed5.mo +share/locale/tr/LC_MESSAGES/kjsembed5.mo +share/locale/tt/LC_MESSAGES/kjsembed5.mo +share/locale/ug/LC_MESSAGES/kjsembed5.mo +share/locale/uk/LC_MESSAGES/kjsembed5.mo +share/locale/uz/LC_MESSAGES/kjsembed5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kjsembed5.mo +share/locale/vi/LC_MESSAGES/kjsembed5.mo +share/locale/wa/LC_MESSAGES/kjsembed5.mo +share/locale/xh/LC_MESSAGES/kjsembed5.mo +share/locale/zh_CN/LC_MESSAGES/kjsembed5.mo +share/locale/zh_HK/LC_MESSAGES/kjsembed5.mo +share/locale/zh_TW/LC_MESSAGES/kjsembed5.mo Index: head/x11-themes/Makefile =================================================================== --- head/x11-themes/Makefile +++ head/x11-themes/Makefile @@ -124,6 +124,10 @@ SUBDIR += kde4-windeco-crystal SUBDIR += kde4-windeco-dekorator SUBDIR += kdeartwork4 + SUBDIR += kf5-breeze-icons + SUBDIR += kf5-kemoticons + SUBDIR += kf5-kiconthemes + SUBDIR += kf5-oxygen-icons5 SUBDIR += linux-c6-hicolor-icon-theme SUBDIR += linux-c7-hicolor-icon-theme SUBDIR += linux-f10-hicolor-icon-theme Index: head/x11-themes/kf5-breeze-icons/Makefile =================================================================== --- head/x11-themes/kf5-breeze-icons/Makefile +++ head/x11-themes/kf5-breeze-icons/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= breeze-icons +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-themes kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= The Breeze icon theme for KDE + +USES= cmake:outsource kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core qmake_build testlib + +NO_ARCH= yes + +.include Index: head/x11-themes/kf5-breeze-icons/distinfo =================================================================== --- head/x11-themes/kf5-breeze-icons/distinfo +++ head/x11-themes/kf5-breeze-icons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424082 +SHA256 (KDE/frameworks/5.27.0/breeze-icons-5.27.0.tar.xz) = ffc1b79a96b909dca07f418fc443cfdd1deeebe1ec3cdf0e7cede9a4e6765c89 +SIZE (KDE/frameworks/5.27.0/breeze-icons-5.27.0.tar.xz) = 1441956 Index: head/x11-themes/kf5-breeze-icons/files/patch-CMakeLists.txt =================================================================== --- head/x11-themes/kf5-breeze-icons/files/patch-CMakeLists.txt +++ head/x11-themes/kf5-breeze-icons/files/patch-CMakeLists.txt @@ -0,0 +1,21 @@ +Do not try to run the svg validation script. + +--- CMakeLists.txt.orig 2016-09-27 06:30:58 UTC ++++ CMakeLists.txt +@@ -64,16 +64,6 @@ function(generate_binary_resource target + endfunction() + endif() + +-find_program(BASH_EXE bash) +-if (BASH_EXE) +- file(GLOB_RECURSE SVGS "*.svg") +- add_custom_target(breeze-validate-svg ALL +- COMMAND ${BASH_EXE} ${CMAKE_SOURCE_DIR}/validate_svg.sh +- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} +- SOURCES ${SVGS} +- ) +-endif() +- + add_subdirectory(autotests) + add_subdirectory(icons) + add_subdirectory(icons-dark) Index: head/x11-themes/kf5-breeze-icons/pkg-descr =================================================================== --- head/x11-themes/kf5-breeze-icons/pkg-descr +++ head/x11-themes/kf5-breeze-icons/pkg-descr @@ -0,0 +1,3 @@ +The Breeze icon theme for KDE. + +WWW: http://www.kde.org Index: head/x11-themes/kf5-breeze-icons/pkg-plist =================================================================== --- head/x11-themes/kf5-breeze-icons/pkg-plist +++ head/x11-themes/kf5-breeze-icons/pkg-plist @@ -0,0 +1,13654 @@ +share/icons/breeze-dark/actions/12/object-fill.svg +share/icons/breeze-dark/actions/12/object-stroke-style.svg +share/icons/breeze-dark/actions/12/object-stroke.svg +share/icons/breeze-dark/actions/12/transform-affect-gradient.svg +share/icons/breeze-dark/actions/12/transform-affect-pattern.svg +share/icons/breeze-dark/actions/12/transform-affect-rounded-corners.svg +share/icons/breeze-dark/actions/12/transform-affect-stroke.svg +share/icons/breeze-dark/actions/16/CVnamespace.svg +share/icons/breeze-dark/actions/16/Info-amarok.svg +share/icons/breeze-dark/actions/16/PrePostCondition.svg +share/icons/breeze-dark/actions/16/accept_signal.svg +share/icons/breeze-dark/actions/16/accept_time_event.svg +share/icons/breeze-dark/actions/16/acrobat.svg +share/icons/breeze-dark/actions/16/action-albumfolder-importdir2.svg +share/icons/breeze-dark/actions/16/action-rss_tag.svg +share/icons/breeze-dark/actions/16/activity-fork.svg +share/icons/breeze-dark/actions/16/actor.svg +share/icons/breeze-dark/actions/16/add-placemark.svg +share/icons/breeze-dark/actions/16/address-book-new.svg +share/icons/breeze-dark/actions/16/addressbook-details.svg +share/icons/breeze-dark/actions/16/adress-book-new.svg +share/icons/breeze-dark/actions/16/aggregation.svg +share/icons/breeze-dark/actions/16/akonadi-phone-home.svg +share/icons/breeze-dark/actions/16/albumfolder-importdir.svg +share/icons/breeze-dark/actions/16/albumfolder-importimages.svg +share/icons/breeze-dark/actions/16/albumfolder-new.svg +share/icons/breeze-dark/actions/16/albumfolder-properties.svg +share/icons/breeze-dark/actions/16/albumfolder-user-trash.svg +share/icons/breeze-dark/actions/16/align-horizontal-baseline.svg +share/icons/breeze-dark/actions/16/align-horizontal-bottom-out.svg +share/icons/breeze-dark/actions/16/align-horizontal-center.svg +share/icons/breeze-dark/actions/16/align-horizontal-left-out.svg +share/icons/breeze-dark/actions/16/align-horizontal-left-to-anchor.svg +share/icons/breeze-dark/actions/16/align-horizontal-left.svg +share/icons/breeze-dark/actions/16/align-horizontal-right-out.svg +share/icons/breeze-dark/actions/16/align-horizontal-right-to-anchor.svg +share/icons/breeze-dark/actions/16/align-horizontal-right.svg +share/icons/breeze-dark/actions/16/align-horizontal-top-out.svg +share/icons/breeze-dark/actions/16/align-vertical-baseline.svg +share/icons/breeze-dark/actions/16/align-vertical-bottom-out.svg +share/icons/breeze-dark/actions/16/align-vertical-bottom-to-anchor.svg +share/icons/breeze-dark/actions/16/align-vertical-bottom.svg +share/icons/breeze-dark/actions/16/align-vertical-center.svg +share/icons/breeze-dark/actions/16/align-vertical-top-out.svg +share/icons/breeze-dark/actions/16/align-vertical-top-to-anchor.svg +share/icons/breeze-dark/actions/16/align-vertical-top.svg +share/icons/breeze-dark/actions/16/amarok_artist.svg +share/icons/breeze-dark/actions/16/amarok_cart_add.svg +share/icons/breeze-dark/actions/16/amarok_cart_remove.svg +share/icons/breeze-dark/actions/16/amarok_cart_view.svg +share/icons/breeze-dark/actions/16/amarok_change_language.svg +share/icons/breeze-dark/actions/16/amarok_clock.svg +share/icons/breeze-dark/actions/16/amarok_lyrics.svg +share/icons/breeze-dark/actions/16/amarok_playcount.svg +share/icons/breeze-dark/actions/16/amarok_playlist.svg +share/icons/breeze-dark/actions/16/amarok_playlist_refresh.svg +share/icons/breeze-dark/actions/16/amarok_scripts.svg +share/icons/breeze-dark/actions/16/anchor.svg +share/icons/breeze-dark/actions/16/answer-correct.svg +share/icons/breeze-dark/actions/16/answer.svg +share/icons/breeze-dark/actions/16/application-exit.svg +share/icons/breeze-dark/actions/16/application-menu.svg +share/icons/breeze-dark/actions/16/appointment-new.svg +share/icons/breeze-dark/actions/16/approved.svg +share/icons/breeze-dark/actions/16/archive-extract.svg +share/icons/breeze-dark/actions/16/archive-insert-directory.svg +share/icons/breeze-dark/actions/16/archive-insert.svg +share/icons/breeze-dark/actions/16/archive-remove.svg +share/icons/breeze-dark/actions/16/arrow-down-double.svg +share/icons/breeze-dark/actions/16/arrow-down.svg +share/icons/breeze-dark/actions/16/arrow-left-double.svg +share/icons/breeze-dark/actions/16/arrow-left.svg +share/icons/breeze-dark/actions/16/arrow-right-double.svg +share/icons/breeze-dark/actions/16/arrow-right.svg +share/icons/breeze-dark/actions/16/arrow-up-double.svg +share/icons/breeze-dark/actions/16/arrow-up.svg +share/icons/breeze-dark/actions/16/arrow.svg +share/icons/breeze-dark/actions/16/artifact.svg +share/icons/breeze-dark/actions/16/association.svg +share/icons/breeze-dark/actions/16/atmosphere.svg +share/icons/breeze-dark/actions/16/autocorrection.svg +share/icons/breeze-dark/actions/16/automated-tasks.svg +share/icons/breeze-dark/actions/16/bitmap-trace.svg +share/icons/breeze-dark/actions/16/bookmark-add-folder.svg +share/icons/breeze-dark/actions/16/bookmark-edit.svg +share/icons/breeze-dark/actions/16/bookmark-new-list.svg +share/icons/breeze-dark/actions/16/bookmark-new.svg +share/icons/breeze-dark/actions/16/bookmark-remove.svg +share/icons/breeze-dark/actions/16/bookmark-toolbar.svg +share/icons/breeze-dark/actions/16/bookmarks-organize.svg +share/icons/breeze-dark/actions/16/bookmarks.svg +share/icons/breeze-dark/actions/16/bordertool.svg +share/icons/breeze-dark/actions/16/box.svg +share/icons/breeze-dark/actions/16/bqm-add.svg +share/icons/breeze-dark/actions/16/bqm-addqueue.svg +share/icons/breeze-dark/actions/16/bqm-commit.svg +share/icons/breeze-dark/actions/16/bqm-diff.svg +share/icons/breeze-dark/actions/16/bqm-remove.svg +share/icons/breeze-dark/actions/16/bqm-rmqueue.svg +share/icons/breeze-dark/actions/16/bqm-update.svg +share/icons/breeze-dark/actions/16/branch.svg +share/icons/breeze-dark/actions/16/call-start.svg +share/icons/breeze-dark/actions/16/call-stop.svg +share/icons/breeze-dark/actions/16/cards-block.svg +share/icons/breeze-dark/actions/16/category.svg +share/icons/breeze-dark/actions/16/category2parent.svg +share/icons/breeze-dark/actions/16/character-set.svg +share/icons/breeze-dark/actions/16/check_constraint.svg +share/icons/breeze-dark/actions/16/checkbox.svg +share/icons/breeze-dark/actions/16/checkmark.svg +share/icons/breeze-dark/actions/16/child2category.svg +share/icons/breeze-dark/actions/16/choice-rhomb.svg +share/icons/breeze-dark/actions/16/choice-round.svg +share/icons/breeze-dark/actions/16/chronometer-lap.svg +share/icons/breeze-dark/actions/16/chronometer-pause.svg +share/icons/breeze-dark/actions/16/chronometer-reset.svg +share/icons/breeze-dark/actions/16/chronometer-start.svg +share/icons/breeze-dark/actions/16/chronometer.svg +share/icons/breeze-dark/actions/16/class-or-package.svg +share/icons/breeze-dark/actions/16/class.svg +share/icons/breeze-dark/actions/16/clock-large.svg +share/icons/breeze-dark/actions/16/clock.svg +share/icons/breeze-dark/actions/16/cloud-download.svg +share/icons/breeze-dark/actions/16/cloud-upload.svg +share/icons/breeze-dark/actions/16/code-block.svg +share/icons/breeze-dark/actions/16/code-class.svg +share/icons/breeze-dark/actions/16/code-context.svg +share/icons/breeze-dark/actions/16/code-function.svg +share/icons/breeze-dark/actions/16/code-typedef.svg +share/icons/breeze-dark/actions/16/code-variable.svg +share/icons/breeze-dark/actions/16/collection-rescan-amarok.svg +share/icons/breeze-dark/actions/16/color-fill.svg +share/icons/breeze-dark/actions/16/color-gradient.svg +share/icons/breeze-dark/actions/16/color-management.svg +share/icons/breeze-dark/actions/16/color-picker-black.svg +share/icons/breeze-dark/actions/16/color-picker-grey.svg +share/icons/breeze-dark/actions/16/color-picker-white.svg +share/icons/breeze-dark/actions/16/color-picker.svg +share/icons/breeze-dark/actions/16/colormanagement.svg +share/icons/breeze-dark/actions/16/colors-chromablue.svg +share/icons/breeze-dark/actions/16/colors-chromagreen.svg +share/icons/breeze-dark/actions/16/colors-chromared.svg +share/icons/breeze-dark/actions/16/colors-luma.svg +share/icons/breeze-dark/actions/16/combined_fragment.svg +share/icons/breeze-dark/actions/16/compass.svg +share/icons/breeze-dark/actions/16/component.svg +share/icons/breeze-dark/actions/16/composition.svg +share/icons/breeze-dark/actions/16/configure-shortcuts.svg +share/icons/breeze-dark/actions/16/configure-toolbars.svg +share/icons/breeze-dark/actions/16/configure.svg +share/icons/breeze-dark/actions/16/contact-new.svg +share/icons/breeze-dark/actions/16/containment.svg +share/icons/breeze-dark/actions/16/crosshairs.svg +share/icons/breeze-dark/actions/16/cursor-arrow.svg +share/icons/breeze-dark/actions/16/curve-connector.svg +share/icons/breeze-dark/actions/16/dashboard-show.svg +share/icons/breeze-dark/actions/16/database-index.svg +share/icons/breeze-dark/actions/16/datatype.svg +share/icons/breeze-dark/actions/16/debug-execute-from-cursor.svg +share/icons/breeze-dark/actions/16/debug-execute-to-cursor.svg +share/icons/breeze-dark/actions/16/debug-run-cursor.svg +share/icons/breeze-dark/actions/16/debug-run.svg +share/icons/breeze-dark/actions/16/debug-step-instruction.svg +share/icons/breeze-dark/actions/16/debug-step-into-instruction.svg +share/icons/breeze-dark/actions/16/debug-step-into.svg +share/icons/breeze-dark/actions/16/debug-step-out.svg +share/icons/breeze-dark/actions/16/debug-step-over.svg +share/icons/breeze-dark/actions/16/deep-history.svg +share/icons/breeze-dark/actions/16/delete-comment.svg +share/icons/breeze-dark/actions/16/delete-table-row.svg +share/icons/breeze-dark/actions/16/dependency.svg +share/icons/breeze-dark/actions/16/diag_class.svg +share/icons/breeze-dark/actions/16/dialog-align-and-distribute.svg +share/icons/breeze-dark/actions/16/dialog-cancel.svg +share/icons/breeze-dark/actions/16/dialog-close.svg +share/icons/breeze-dark/actions/16/dialog-fill-and-stroke.svg +share/icons/breeze-dark/actions/16/dialog-filters.svg +share/icons/breeze-dark/actions/16/dialog-icon-preview.svg +share/icons/breeze-dark/actions/16/dialog-input-devices.svg +share/icons/breeze-dark/actions/16/dialog-layers.svg +share/icons/breeze-dark/actions/16/dialog-memory.svg +share/icons/breeze-dark/actions/16/dialog-messages.svg +share/icons/breeze-dark/actions/16/dialog-object-properties.svg +share/icons/breeze-dark/actions/16/dialog-ok-apply.svg +share/icons/breeze-dark/actions/16/dialog-ok.svg +share/icons/breeze-dark/actions/16/dialog-rows-and-columns.svg +share/icons/breeze-dark/actions/16/dialog-scripts.svg +share/icons/breeze-dark/actions/16/dialog-text-and-font.svg +share/icons/breeze-dark/actions/16/dialog-tile-clones.svg +share/icons/breeze-dark/actions/16/dialog-transform.svg +share/icons/breeze-dark/actions/16/dialog-xml-editor.svg +share/icons/breeze-dark/actions/16/dirsync.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-baseline.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-center.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-equal.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-gaps.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-left.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-margin.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-page.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-right.svg +share/icons/breeze-dark/actions/16/distribute-horizontal-x.svg +share/icons/breeze-dark/actions/16/distribute-horizontal.svg +share/icons/breeze-dark/actions/16/distribute-vertical-baseline.svg +share/icons/breeze-dark/actions/16/distribute-vertical-bottom.svg +share/icons/breeze-dark/actions/16/distribute-vertical-center.svg +share/icons/breeze-dark/actions/16/distribute-vertical-equal.svg +share/icons/breeze-dark/actions/16/distribute-vertical-gaps.svg +share/icons/breeze-dark/actions/16/distribute-vertical-margin.svg +share/icons/breeze-dark/actions/16/distribute-vertical-page.svg +share/icons/breeze-dark/actions/16/distribute-vertical-top.svg +share/icons/breeze-dark/actions/16/distribute-vertical-y.svg +share/icons/breeze-dark/actions/16/distribute-vertical.svg +share/icons/breeze-dark/actions/16/document-cleanup.svg +share/icons/breeze-dark/actions/16/document-close.svg +share/icons/breeze-dark/actions/16/document-decrypt.svg +share/icons/breeze-dark/actions/16/document-edit-decrypt-verify.svg +share/icons/breeze-dark/actions/16/document-edit-decrypt.svg +share/icons/breeze-dark/actions/16/document-edit-encrypt.svg +share/icons/breeze-dark/actions/16/document-edit-sign-encrypt.svg +share/icons/breeze-dark/actions/16/document-edit-sign.svg +share/icons/breeze-dark/actions/16/document-edit-verify.svg +share/icons/breeze-dark/actions/16/document-edit.svg +share/icons/breeze-dark/actions/16/document-encrypt.svg +share/icons/breeze-dark/actions/16/document-encrypted.svg +share/icons/breeze-dark/actions/16/document-export-ocal.svg +share/icons/breeze-dark/actions/16/document-export-table.svg +share/icons/breeze-dark/actions/16/document-export.svg +share/icons/breeze-dark/actions/16/document-import-ocal.svg +share/icons/breeze-dark/actions/16/document-import.svg +share/icons/breeze-dark/actions/16/document-multiple.svg +share/icons/breeze-dark/actions/16/document-new-from-template.svg +share/icons/breeze-dark/actions/16/document-new.svg +share/icons/breeze-dark/actions/16/document-open-data.svg +share/icons/breeze-dark/actions/16/document-open-folder.svg +share/icons/breeze-dark/actions/16/document-open-recent.svg +share/icons/breeze-dark/actions/16/document-open-remote.svg +share/icons/breeze-dark/actions/16/document-open.svg +share/icons/breeze-dark/actions/16/document-preview-archive.svg +share/icons/breeze-dark/actions/16/document-preview.svg +share/icons/breeze-dark/actions/16/document-print-direct.svg +share/icons/breeze-dark/actions/16/document-print-frame.svg +share/icons/breeze-dark/actions/16/document-print-preview.svg +share/icons/breeze-dark/actions/16/document-print.svg +share/icons/breeze-dark/actions/16/document-properties.svg +share/icons/breeze-dark/actions/16/document-revert.svg +share/icons/breeze-dark/actions/16/document-save-all.svg +share/icons/breeze-dark/actions/16/document-save-as.svg +share/icons/breeze-dark/actions/16/document-save.svg +share/icons/breeze-dark/actions/16/document-share.svg +share/icons/breeze-dark/actions/16/document-sign.svg +share/icons/breeze-dark/actions/16/document-swap.svg +share/icons/breeze-dark/actions/16/documentation.svg +share/icons/breeze-dark/actions/16/documentinfo.svg +share/icons/breeze-dark/actions/16/download-amarok.svg +share/icons/breeze-dark/actions/16/download-later.svg +share/icons/breeze-dark/actions/16/download.svg +share/icons/breeze-dark/actions/16/draw-arrow-back.svg +share/icons/breeze-dark/actions/16/draw-arrow-down.svg +share/icons/breeze-dark/actions/16/draw-arrow-forward.svg +share/icons/breeze-dark/actions/16/draw-arrow-up.svg +share/icons/breeze-dark/actions/16/draw-bezier-curves.svg +share/icons/breeze-dark/actions/16/draw-brush.svg +share/icons/breeze-dark/actions/16/draw-circle.svg +share/icons/breeze-dark/actions/16/draw-connector.svg +share/icons/breeze-dark/actions/16/draw-cross.svg +share/icons/breeze-dark/actions/16/draw-cuboid.svg +share/icons/breeze-dark/actions/16/draw-donut.svg +share/icons/breeze-dark/actions/16/draw-ellipse-arc.svg +share/icons/breeze-dark/actions/16/draw-ellipse-segment.svg +share/icons/breeze-dark/actions/16/draw-ellipse-whole.svg +share/icons/breeze-dark/actions/16/draw-ellipse.svg +share/icons/breeze-dark/actions/16/draw-eraser-delete-objects.svg +share/icons/breeze-dark/actions/16/draw-eraser.svg +share/icons/breeze-dark/actions/16/draw-freehand.svg +share/icons/breeze-dark/actions/16/draw-halfcircle1.svg +share/icons/breeze-dark/actions/16/draw-halfcircle2.svg +share/icons/breeze-dark/actions/16/draw-halfcircle3.svg +share/icons/breeze-dark/actions/16/draw-halfcircle4.svg +share/icons/breeze-dark/actions/16/draw-line.svg +share/icons/breeze-dark/actions/16/draw-path.svg +share/icons/breeze-dark/actions/16/draw-polygon-star.svg +share/icons/breeze-dark/actions/16/draw-polygon.svg +share/icons/breeze-dark/actions/16/draw-polyline.svg +share/icons/breeze-dark/actions/16/draw-rectangle.svg +share/icons/breeze-dark/actions/16/draw-spiral.svg +share/icons/breeze-dark/actions/16/draw-square-inverted-corners.svg +share/icons/breeze-dark/actions/16/draw-star.svg +share/icons/breeze-dark/actions/16/draw-text.svg +share/icons/breeze-dark/actions/16/draw-triangle.svg +share/icons/breeze-dark/actions/16/draw-triangle1.svg +share/icons/breeze-dark/actions/16/draw-triangle2.svg +share/icons/breeze-dark/actions/16/draw-triangle3.svg +share/icons/breeze-dark/actions/16/draw-triangle4.svg +share/icons/breeze-dark/actions/16/draw-watercolor.svg +share/icons/breeze-dark/actions/16/dynamic-amarok.svg +share/icons/breeze-dark/actions/16/edit-bomb.svg +share/icons/breeze-dark/actions/16/edit-clear-history.svg +share/icons/breeze-dark/actions/16/edit-clear-list.svg +share/icons/breeze-dark/actions/16/edit-clear-locationbar-ltr.svg +share/icons/breeze-dark/actions/16/edit-clear-locationbar-rtl.svg +share/icons/breeze-dark/actions/16/edit-clear.svg +share/icons/breeze-dark/actions/16/edit-clone-unlink.svg +share/icons/breeze-dark/actions/16/edit-clone.svg +share/icons/breeze-dark/actions/16/edit-comment.svg +share/icons/breeze-dark/actions/16/edit-copy.svg +share/icons/breeze-dark/actions/16/edit-cut.svg +share/icons/breeze-dark/actions/16/edit-delete-shred.svg +share/icons/breeze-dark/actions/16/edit-delete.svg +share/icons/breeze-dark/actions/16/edit-download.svg +share/icons/breeze-dark/actions/16/edit-duplicate.svg +share/icons/breeze-dark/actions/16/edit-entry.svg +share/icons/breeze-dark/actions/16/edit-find-mail.svg +share/icons/breeze-dark/actions/16/edit-find-project.svg +share/icons/breeze-dark/actions/16/edit-find-replace.svg +share/icons/breeze-dark/actions/16/edit-find-user.svg +share/icons/breeze-dark/actions/16/edit-find.svg +share/icons/breeze-dark/actions/16/edit-guides.svg +share/icons/breeze-dark/actions/16/edit-image-face-add.svg +share/icons/breeze-dark/actions/16/edit-image-face-detect.svg +share/icons/breeze-dark/actions/16/edit-image-face-recognize.svg +share/icons/breeze-dark/actions/16/edit-image-face-show.svg +share/icons/breeze-dark/actions/16/edit-link.svg +share/icons/breeze-dark/actions/16/edit-map.svg +share/icons/breeze-dark/actions/16/edit-node.svg +share/icons/breeze-dark/actions/16/edit-paste-in-place.svg +share/icons/breeze-dark/actions/16/edit-paste-style.svg +share/icons/breeze-dark/actions/16/edit-paste.svg +share/icons/breeze-dark/actions/16/edit-redo.svg +share/icons/breeze-dark/actions/16/edit-rename.svg +share/icons/breeze-dark/actions/16/edit-select-all-layers.svg +share/icons/breeze-dark/actions/16/edit-select-all.svg +share/icons/breeze-dark/actions/16/edit-select-invert.svg +share/icons/breeze-dark/actions/16/edit-select-none.svg +share/icons/breeze-dark/actions/16/edit-select-original.svg +share/icons/breeze-dark/actions/16/edit-select.svg +share/icons/breeze-dark/actions/16/edit-table-cell-merge.svg +share/icons/breeze-dark/actions/16/edit-table-cell-split.svg +share/icons/breeze-dark/actions/16/edit-table-delete-column.svg +share/icons/breeze-dark/actions/16/edit-table-delete-row.svg +share/icons/breeze-dark/actions/16/edit-table-insert-column-left.svg +share/icons/breeze-dark/actions/16/edit-table-insert-column-right.svg +share/icons/breeze-dark/actions/16/edit-table-insert-row-above.svg +share/icons/breeze-dark/actions/16/edit-table-insert-row-below.svg +share/icons/breeze-dark/actions/16/edit-table-insert-row-under.svg +share/icons/breeze-dark/actions/16/edit-text-frame-update.svg +share/icons/breeze-dark/actions/16/edit-undo-history.svg +share/icons/breeze-dark/actions/16/edit-undo.svg +share/icons/breeze-dark/actions/16/editimage.svg +share/icons/breeze-dark/actions/16/editor.svg +share/icons/breeze-dark/actions/16/end_of_life.svg +share/icons/breeze-dark/actions/16/end_state.svg +share/icons/breeze-dark/actions/16/entity.svg +share/icons/breeze-dark/actions/16/entry-clone.svg +share/icons/breeze-dark/actions/16/entry-delete.svg +share/icons/breeze-dark/actions/16/entry-edit.svg +share/icons/breeze-dark/actions/16/enum.svg +share/icons/breeze-dark/actions/16/error.svg +share/icons/breeze-dark/actions/16/escape-direction-all.svg +share/icons/breeze-dark/actions/16/escape-direction-down.svg +share/icons/breeze-dark/actions/16/escape-direction-horizontal.svg +share/icons/breeze-dark/actions/16/escape-direction-left.svg +share/icons/breeze-dark/actions/16/escape-direction-right.svg +share/icons/breeze-dark/actions/16/escape-direction-up.svg +share/icons/breeze-dark/actions/16/escape-direction-vertical.svg +share/icons/breeze-dark/actions/16/exception.svg +share/icons/breeze-dark/actions/16/exifinfo.svg +share/icons/breeze-dark/actions/16/favorite-genres-amarok.svg +share/icons/breeze-dark/actions/16/feed-subscribe.svg +share/icons/breeze-dark/actions/16/file-zoom-in.svg +share/icons/breeze-dark/actions/16/file-zoom-out.svg +share/icons/breeze-dark/actions/16/filename-album-amarok.svg +share/icons/breeze-dark/actions/16/filename-and-amarok.svg +share/icons/breeze-dark/actions/16/filename-bpm-amarok.svg +share/icons/breeze-dark/actions/16/filename-comment-amarok.svg +share/icons/breeze-dark/actions/16/filename-composer-amarok.svg +share/icons/breeze-dark/actions/16/filename-dash-amarok.svg +share/icons/breeze-dark/actions/16/filename-discnumber-amarok.svg +share/icons/breeze-dark/actions/16/filename-divider.svg +share/icons/breeze-dark/actions/16/filename-dot-amarok.svg +share/icons/breeze-dark/actions/16/filename-filetype-amarok.svg +share/icons/breeze-dark/actions/16/filename-genre-amarok.svg +share/icons/breeze-dark/actions/16/filename-group-length.svg +share/icons/breeze-dark/actions/16/filename-group-tracks.svg +share/icons/breeze-dark/actions/16/filename-ignore-amarok.svg +share/icons/breeze-dark/actions/16/filename-initial-amarok.svg +share/icons/breeze-dark/actions/16/filename-last-played.svg +share/icons/breeze-dark/actions/16/filename-moodbar.svg +share/icons/breeze-dark/actions/16/filename-sample-rate.svg +share/icons/breeze-dark/actions/16/filename-slash-amarok.svg +share/icons/breeze-dark/actions/16/filename-space-amarok.svg +share/icons/breeze-dark/actions/16/filename-title-amarok.svg +share/icons/breeze-dark/actions/16/filename-track-amarok.svg +share/icons/breeze-dark/actions/16/filename-underscore-amarok.svg +share/icons/breeze-dark/actions/16/filename-year-amarok.svg +share/icons/breeze-dark/actions/16/fileview-preview.svg +share/icons/breeze-dark/actions/16/fill-color.svg +share/icons/breeze-dark/actions/16/fill-rule-even-odd.svg +share/icons/breeze-dark/actions/16/fill-rule-nonzero.svg +share/icons/breeze-dark/actions/16/final_activity.svg +share/icons/breeze-dark/actions/16/flag-black.svg +share/icons/breeze-dark/actions/16/flag-blue.svg +share/icons/breeze-dark/actions/16/flag-green.svg +share/icons/breeze-dark/actions/16/flag-red.svg +share/icons/breeze-dark/actions/16/flag-yellow.svg +share/icons/breeze-dark/actions/16/flag.svg +share/icons/breeze-dark/actions/16/flash.svg +share/icons/breeze-dark/actions/16/folder-new.svg +share/icons/breeze-dark/actions/16/folder-sync.svg +share/icons/breeze-dark/actions/16/followmouse.svg +share/icons/breeze-dark/actions/16/foreign_green.svg +share/icons/breeze-dark/actions/16/foreign_red.svg +share/icons/breeze-dark/actions/16/foreignkey_constraint.svg +share/icons/breeze-dark/actions/16/fork.svg +share/icons/breeze-dark/actions/16/format-add-node.svg +share/icons/breeze-dark/actions/16/format-align-vertical-bottom.svg +share/icons/breeze-dark/actions/16/format-align-vertical-center.svg +share/icons/breeze-dark/actions/16/format-align-vertical-top.svg +share/icons/breeze-dark/actions/16/format-border-set-all.svg +share/icons/breeze-dark/actions/16/format-border-set-bottom.svg +share/icons/breeze-dark/actions/16/format-border-set-diagonal-bl-tr.svg +share/icons/breeze-dark/actions/16/format-border-set-diagonal-tl-br.svg +share/icons/breeze-dark/actions/16/format-border-set-external.svg +share/icons/breeze-dark/actions/16/format-border-set-internal-horizontal.svg +share/icons/breeze-dark/actions/16/format-border-set-internal-vertical.svg +share/icons/breeze-dark/actions/16/format-border-set-internal.svg +share/icons/breeze-dark/actions/16/format-border-set-left.svg +share/icons/breeze-dark/actions/16/format-border-set-none.svg +share/icons/breeze-dark/actions/16/format-border-set-right.svg +share/icons/breeze-dark/actions/16/format-border-set-top.svg +share/icons/breeze-dark/actions/16/format-border-style.svg +share/icons/breeze-dark/actions/16/format-break-node.svg +share/icons/breeze-dark/actions/16/format-connect-node.svg +share/icons/breeze-dark/actions/16/format-disconnect-node.svg +share/icons/breeze-dark/actions/16/format-fill-color.svg +share/icons/breeze-dark/actions/16/format-font-size-less.svg +share/icons/breeze-dark/actions/16/format-font-size-more.svg +share/icons/breeze-dark/actions/16/format-indent-less.svg +share/icons/breeze-dark/actions/16/format-indent-more.svg +share/icons/breeze-dark/actions/16/format-join-node.svg +share/icons/breeze-dark/actions/16/format-justify-center.svg +share/icons/breeze-dark/actions/16/format-justify-fill.svg +share/icons/breeze-dark/actions/16/format-justify-left.svg +share/icons/breeze-dark/actions/16/format-justify-right.svg +share/icons/breeze-dark/actions/16/format-line-spacing-double.svg +share/icons/breeze-dark/actions/16/format-line-spacing-normal.svg +share/icons/breeze-dark/actions/16/format-line-spacing-triple.svg +share/icons/breeze-dark/actions/16/format-list-ordered.svg +share/icons/breeze-dark/actions/16/format-list-unordered.svg +share/icons/breeze-dark/actions/16/format-number-percent.svg +share/icons/breeze-dark/actions/16/format-precision-less.svg +share/icons/breeze-dark/actions/16/format-precision-more.svg +share/icons/breeze-dark/actions/16/format-remove-node.svg +share/icons/breeze-dark/actions/16/format-stroke-color.svg +share/icons/breeze-dark/actions/16/format-text-blockquote.svg +share/icons/breeze-dark/actions/16/format-text-bold.svg +share/icons/breeze-dark/actions/16/format-text-capitalize.svg +share/icons/breeze-dark/actions/16/format-text-code.svg +share/icons/breeze-dark/actions/16/format-text-color.svg +share/icons/breeze-dark/actions/16/format-text-direction-horizontal.svg +share/icons/breeze-dark/actions/16/format-text-direction-ltr.svg +share/icons/breeze-dark/actions/16/format-text-direction-rtl.svg +share/icons/breeze-dark/actions/16/format-text-direction-vertical.svg +share/icons/breeze-dark/actions/16/format-text-italic.svg +share/icons/breeze-dark/actions/16/format-text-lowercase.svg +share/icons/breeze-dark/actions/16/format-text-strikethrough.svg +share/icons/breeze-dark/actions/16/format-text-subscript.svg +share/icons/breeze-dark/actions/16/format-text-superscript.svg +share/icons/breeze-dark/actions/16/format-text-symbol.svg +share/icons/breeze-dark/actions/16/format-text-underline.svg +share/icons/breeze-dark/actions/16/format-text-uppercase.svg +share/icons/breeze-dark/actions/16/formula.svg +share/icons/breeze-dark/actions/16/games-achievements.svg +share/icons/breeze-dark/actions/16/games-config-background.svg +share/icons/breeze-dark/actions/16/games-config-board.svg +share/icons/breeze-dark/actions/16/games-config-custom.svg +share/icons/breeze-dark/actions/16/games-config-options.svg +share/icons/breeze-dark/actions/16/games-config-theme.svg +share/icons/breeze-dark/actions/16/games-config-tiles.svg +share/icons/breeze-dark/actions/16/games-difficult.svg +share/icons/breeze-dark/actions/16/games-endturn.svg +share/icons/breeze-dark/actions/16/games-highscores.svg +share/icons/breeze-dark/actions/16/games-hint.svg +share/icons/breeze-dark/actions/16/games-solve.svg +share/icons/breeze-dark/actions/16/geany-build.svg +share/icons/breeze-dark/actions/16/geany-close-all.svg +share/icons/breeze-dark/actions/16/geany-save-all.svg +share/icons/breeze-dark/actions/16/generalisation.svg +share/icons/breeze-dark/actions/16/generalise.svg +share/icons/breeze-dark/actions/16/get-hot-new-stuff.svg +share/icons/breeze-dark/actions/16/globe.svg +share/icons/breeze-dark/actions/16/go-bottom.svg +share/icons/breeze-dark/actions/16/go-down-search.svg +share/icons/breeze-dark/actions/16/go-down.svg +share/icons/breeze-dark/actions/16/go-first-view-page.svg +share/icons/breeze-dark/actions/16/go-first-view.svg +share/icons/breeze-dark/actions/16/go-first.svg +share/icons/breeze-dark/actions/16/go-home-large.svg +share/icons/breeze-dark/actions/16/go-home.svg +share/icons/breeze-dark/actions/16/go-jump-declaration.svg +share/icons/breeze-dark/actions/16/go-jump-definition.svg +share/icons/breeze-dark/actions/16/go-jump-locationbar.svg +share/icons/breeze-dark/actions/16/go-jump-today.svg +share/icons/breeze-dark/actions/16/go-jump.svg +share/icons/breeze-dark/actions/16/go-last-view-page.svg +share/icons/breeze-dark/actions/16/go-last-view.svg +share/icons/breeze-dark/actions/16/go-last.svg +share/icons/breeze-dark/actions/16/go-next-context.svg +share/icons/breeze-dark/actions/16/go-next-use.svg +share/icons/breeze-dark/actions/16/go-next-view-page.svg +share/icons/breeze-dark/actions/16/go-next-view.svg +share/icons/breeze-dark/actions/16/go-next.svg +share/icons/breeze-dark/actions/16/go-parent-folder.svg +share/icons/breeze-dark/actions/16/go-previous-context.svg +share/icons/breeze-dark/actions/16/go-previous-use.svg +share/icons/breeze-dark/actions/16/go-previous-view-page.svg +share/icons/breeze-dark/actions/16/go-previous-view.svg +share/icons/breeze-dark/actions/16/go-previous.svg +share/icons/breeze-dark/actions/16/go-top.svg +share/icons/breeze-dark/actions/16/go-up-search.svg +share/icons/breeze-dark/actions/16/go-up.svg +share/icons/breeze-dark/actions/16/gpg.svg +share/icons/breeze-dark/actions/16/gpgsm.svg +share/icons/breeze-dark/actions/16/gps.svg +share/icons/breeze-dark/actions/16/grid-axonometric.svg +share/icons/breeze-dark/actions/16/grid-rectangular.svg +share/icons/breeze-dark/actions/16/group-delete.svg +share/icons/breeze-dark/actions/16/group-edit.svg +share/icons/breeze-dark/actions/16/group-new.svg +share/icons/breeze-dark/actions/16/gtk-add.svg +share/icons/breeze-dark/actions/16/gtk-apply.svg +share/icons/breeze-dark/actions/16/gtk-authentication.svg +share/icons/breeze-dark/actions/16/gtk-bold.svg +share/icons/breeze-dark/actions/16/gtk-cancel.svg +share/icons/breeze-dark/actions/16/gtk-cdrom.svg +share/icons/breeze-dark/actions/16/gtk-clear.svg +share/icons/breeze-dark/actions/16/gtk-close.svg +share/icons/breeze-dark/actions/16/gtk-color-picker.svg +share/icons/breeze-dark/actions/16/gtk-connect.svg +share/icons/breeze-dark/actions/16/gtk-convert.svg +share/icons/breeze-dark/actions/16/gtk-disconnect.svg +share/icons/breeze-dark/actions/16/gtk-edit.svg +share/icons/breeze-dark/actions/16/gtk-execute.svg +share/icons/breeze-dark/actions/16/gtk-floppy.svg +share/icons/breeze-dark/actions/16/gtk-index.svg +share/icons/breeze-dark/actions/16/gtk-no.svg +share/icons/breeze-dark/actions/16/gtk-ok.svg +share/icons/breeze-dark/actions/16/gtk-preferences.svg +share/icons/breeze-dark/actions/16/gtk-properties.svg +share/icons/breeze-dark/actions/16/gtk-quit.svg +share/icons/breeze-dark/actions/16/gtk-select-color.svg +share/icons/breeze-dark/actions/16/gtk-select-font.svg +share/icons/breeze-dark/actions/16/gtk-stop.svg +share/icons/breeze-dark/actions/16/gtk-undelete-ltr.svg +share/icons/breeze-dark/actions/16/gtk-undelete-rtl.svg +share/icons/breeze-dark/actions/16/gtk-yes.svg +share/icons/breeze-dark/actions/16/guides.svg +share/icons/breeze-dark/actions/16/help-about.svg +share/icons/breeze-dark/actions/16/help-contents.svg +share/icons/breeze-dark/actions/16/help-contextual.svg +share/icons/breeze-dark/actions/16/help-donate.svg +share/icons/breeze-dark/actions/16/help-feedback.svg +share/icons/breeze-dark/actions/16/help-hint.svg +share/icons/breeze-dark/actions/16/help-keybord-shortcuts.svg +share/icons/breeze-dark/actions/16/help-whatsthis.svg +share/icons/breeze-dark/actions/16/hidemouse.svg +share/icons/breeze-dark/actions/16/hint.svg +share/icons/breeze-dark/actions/16/identity.svg +share/icons/breeze-dark/actions/16/im-aim.svg +share/icons/breeze-dark/actions/16/im-ban-kick-user.svg +share/icons/breeze-dark/actions/16/im-ban-user.svg +share/icons/breeze-dark/actions/16/im-facebook.svg +share/icons/breeze-dark/actions/16/im-icq.svg +share/icons/breeze-dark/actions/16/im-identi.ca.svg +share/icons/breeze-dark/actions/16/im-invisible-user.svg +share/icons/breeze-dark/actions/16/im-irc.svg +share/icons/breeze-dark/actions/16/im-jabber.svg +share/icons/breeze-dark/actions/16/im-kick-user.svg +share/icons/breeze-dark/actions/16/im-msn.svg +share/icons/breeze-dark/actions/16/im-qq.svg +share/icons/breeze-dark/actions/16/im-skype.svg +share/icons/breeze-dark/actions/16/im-twitter.svg +share/icons/breeze-dark/actions/16/im-user-away.svg +share/icons/breeze-dark/actions/16/im-user-busy.svg +share/icons/breeze-dark/actions/16/im-user-offline.svg +share/icons/breeze-dark/actions/16/im-user-online.svg +share/icons/breeze-dark/actions/16/im-user.svg +share/icons/breeze-dark/actions/16/im-yahoo.svg +share/icons/breeze-dark/actions/16/imagecomment.svg +share/icons/breeze-dark/actions/16/initial_state.svg +share/icons/breeze-dark/actions/16/insert-button.svg +share/icons/breeze-dark/actions/16/insert-endnote.svg +share/icons/breeze-dark/actions/16/insert-footnote.svg +share/icons/breeze-dark/actions/16/insert-horizontal-rule.svg +share/icons/breeze-dark/actions/16/insert-image.svg +share/icons/breeze-dark/actions/16/insert-link.svg +share/icons/breeze-dark/actions/16/insert-math-expression.svg +share/icons/breeze-dark/actions/16/insert-more-mark.svg +share/icons/breeze-dark/actions/16/insert-page-break.svg +share/icons/breeze-dark/actions/16/insert-table-of-contents.svg +share/icons/breeze-dark/actions/16/insert-table-row.svg +share/icons/breeze-dark/actions/16/insert-table.svg +share/icons/breeze-dark/actions/16/insert-tableofcontents.svg +share/icons/breeze-dark/actions/16/insert-text-frame.svg +share/icons/breeze-dark/actions/16/insert-text.svg +share/icons/breeze-dark/actions/16/installed.svg +share/icons/breeze-dark/actions/16/interface.svg +share/icons/breeze-dark/actions/16/internet-amarok.svg +share/icons/breeze-dark/actions/16/invertimage.svg +share/icons/breeze-dark/actions/16/irc-channel-active.svg +share/icons/breeze-dark/actions/16/irc-channel-inactive.svg +share/icons/breeze-dark/actions/16/irc-close-channel.svg +share/icons/breeze-dark/actions/16/irc-join-channel.svg +share/icons/breeze-dark/actions/16/join.svg +share/icons/breeze-dark/actions/16/journal-new.svg +share/icons/breeze-dark/actions/16/junction.svg +share/icons/breeze-dark/actions/16/kdenlive-add-slide-clip.svg +share/icons/breeze-dark/actions/16/kdenlive-align-bottom.svg +share/icons/breeze-dark/actions/16/kdenlive-align-hor.svg +share/icons/breeze-dark/actions/16/kdenlive-align-left.svg +share/icons/breeze-dark/actions/16/kdenlive-align-right.svg +share/icons/breeze-dark/actions/16/kdenlive-align-top.svg +share/icons/breeze-dark/actions/16/kdenlive-align-vert.svg +share/icons/breeze-dark/actions/16/kdenlive-deleffect.svg +share/icons/breeze-dark/actions/16/kdenlive-down.svg +share/icons/breeze-dark/actions/16/kdenlive-lock.svg +share/icons/breeze-dark/actions/16/kdenlive-menu.svg +share/icons/breeze-dark/actions/16/kdenlive-select-rects.svg +share/icons/breeze-dark/actions/16/kdenlive-select-tool.svg +share/icons/breeze-dark/actions/16/kdenlive-show-audiothumb.svg +share/icons/breeze-dark/actions/16/kdenlive-show-video.svg +share/icons/breeze-dark/actions/16/kdenlive-snap.svg +share/icons/breeze-dark/actions/16/kdenlive-spacer-tool.svg +share/icons/breeze-dark/actions/16/kdenlive-unlock.svg +share/icons/breeze-dark/actions/16/kdenlive-up.svg +share/icons/breeze-dark/actions/16/kdenlive-zoom-large.svg +share/icons/breeze-dark/actions/16/kdenlive-zoom-small.svg +share/icons/breeze-dark/actions/16/kdocumentinfo.svg +share/icons/breeze-dark/actions/16/key-enter.svg +share/icons/breeze-dark/actions/16/kmousetool_off.svg +share/icons/breeze-dark/actions/16/kmousetool_on.svg +share/icons/breeze-dark/actions/16/kmouth-phrase.svg +share/icons/breeze-dark/actions/16/knotes_alarm.svg +share/icons/breeze-dark/actions/16/knotes_date.svg +share/icons/breeze-dark/actions/16/knotes_delete.svg +share/icons/breeze-dark/actions/16/kontes_close.svg +share/icons/breeze-dark/actions/16/kr_combine.svg +share/icons/breeze-dark/actions/16/kr_comparedirs.svg +share/icons/breeze-dark/actions/16/kr_diskusage.svg +share/icons/breeze-dark/actions/16/kr_jumpback.svg +share/icons/breeze-dark/actions/16/kr_mountman.svg +share/icons/breeze-dark/actions/16/kr_setjumpback.svg +share/icons/breeze-dark/actions/16/kr_syncbrowse_off.svg +share/icons/breeze-dark/actions/16/kr_syncbrowse_on.svg +share/icons/breeze-dark/actions/16/kr_unselect.svg +share/icons/breeze-dark/actions/16/kruler-east.svg +share/icons/breeze-dark/actions/16/kruler-north.svg +share/icons/breeze-dark/actions/16/kruler-south.svg +share/icons/breeze-dark/actions/16/kruler-west.svg +share/icons/breeze-dark/actions/16/kt-bandwidth-scheduler.svg +share/icons/breeze-dark/actions/16/kt-change-tracker.svg +share/icons/breeze-dark/actions/16/kt-check-data.svg +share/icons/breeze-dark/actions/16/kt-encrypted.svg +share/icons/breeze-dark/actions/16/kt-info-widget.svg +share/icons/breeze-dark/actions/16/kt-pause.svg +share/icons/breeze-dark/actions/16/kt-remove.svg +share/icons/breeze-dark/actions/16/kt-restore-defaults.svg +share/icons/breeze-dark/actions/16/kt-set-max-download-speed.svg +share/icons/breeze-dark/actions/16/kt-set-max-upload-speed.svg +share/icons/breeze-dark/actions/16/kt-show-statusbar.svg +share/icons/breeze-dark/actions/16/kt-start.svg +share/icons/breeze-dark/actions/16/kt-stop.svg +share/icons/breeze-dark/actions/16/ktnef_extract_to.svg +share/icons/breeze-dark/actions/16/label-amarok.svg +share/icons/breeze-dark/actions/16/labplot-auto-scale-all.svg +share/icons/breeze-dark/actions/16/labplot-auto-scale-x.svg +share/icons/breeze-dark/actions/16/labplot-auto-scale-y.svg +share/icons/breeze-dark/actions/16/labplot-cursor-arrow.svg +share/icons/breeze-dark/actions/16/labplot-format-text-symbol.svg +share/icons/breeze-dark/actions/16/labplot-transform-move.svg +share/icons/breeze-dark/actions/16/languages.svg +share/icons/breeze-dark/actions/16/layer-bottom.svg +share/icons/breeze-dark/actions/16/layer-delete.svg +share/icons/breeze-dark/actions/16/layer-duplicate.svg +share/icons/breeze-dark/actions/16/layer-lower.svg +share/icons/breeze-dark/actions/16/layer-new.svg +share/icons/breeze-dark/actions/16/layer-next.svg +share/icons/breeze-dark/actions/16/layer-previous.svg +share/icons/breeze-dark/actions/16/layer-raise.svg +share/icons/breeze-dark/actions/16/layer-rename.svg +share/icons/breeze-dark/actions/16/layer-top.svg +share/icons/breeze-dark/actions/16/layer-visible-off.svg +share/icons/breeze-dark/actions/16/layer-visible-on.svg +share/icons/breeze-dark/actions/16/license.svg +share/icons/breeze-dark/actions/16/lighttable.svg +share/icons/breeze-dark/actions/16/lighttableadd.svg +share/icons/breeze-dark/actions/16/lines-connector.svg +share/icons/breeze-dark/actions/16/list-add-font.svg +share/icons/breeze-dark/actions/16/list-add-user.svg +share/icons/breeze-dark/actions/16/list-add.svg +share/icons/breeze-dark/actions/16/list-remove-user.svg +share/icons/breeze-dark/actions/16/list-remove.svg +share/icons/breeze-dark/actions/16/list-resource-add.svg +share/icons/breeze-dark/actions/16/lock.svg +share/icons/breeze-dark/actions/16/love-amarok.svg +share/icons/breeze-dark/actions/16/mail-attachment.svg +share/icons/breeze-dark/actions/16/mail-deleted.svg +share/icons/breeze-dark/actions/16/mail-encrypted-full.svg +share/icons/breeze-dark/actions/16/mail-encrypted-part.svg +share/icons/breeze-dark/actions/16/mail-encrypted.svg +share/icons/breeze-dark/actions/16/mail-flag.svg +share/icons/breeze-dark/actions/16/mail-forward-attachment.svg +share/icons/breeze-dark/actions/16/mail-forward-custom.svg +share/icons/breeze-dark/actions/16/mail-forward.svg +share/icons/breeze-dark/actions/16/mail-forwarded-replied.svg +share/icons/breeze-dark/actions/16/mail-forwarded.svg +share/icons/breeze-dark/actions/16/mail-invitation.svg +share/icons/breeze-dark/actions/16/mail-mark-important.svg +share/icons/breeze-dark/actions/16/mail-mark-junk.svg +share/icons/breeze-dark/actions/16/mail-mark-notjunk.svg +share/icons/breeze-dark/actions/16/mail-mark-read.svg +share/icons/breeze-dark/actions/16/mail-mark-task.svg +share/icons/breeze-dark/actions/16/mail-mark-unread-new.svg +share/icons/breeze-dark/actions/16/mail-mark-unread.svg +share/icons/breeze-dark/actions/16/mail-meeting-request-reply.svg +share/icons/breeze-dark/actions/16/mail-message-new-list.svg +share/icons/breeze-dark/actions/16/mail-message-new.svg +share/icons/breeze-dark/actions/16/mail-queue.svg +share/icons/breeze-dark/actions/16/mail-queued.svg +share/icons/breeze-dark/actions/16/mail-read.svg +share/icons/breeze-dark/actions/16/mail-receive.svg +share/icons/breeze-dark/actions/16/mail-replied.svg +share/icons/breeze-dark/actions/16/mail-reply-all.svg +share/icons/breeze-dark/actions/16/mail-reply-author.svg +share/icons/breeze-dark/actions/16/mail-reply-custom-all.svg +share/icons/breeze-dark/actions/16/mail-reply-custom.svg +share/icons/breeze-dark/actions/16/mail-reply-list.svg +share/icons/breeze-dark/actions/16/mail-reply-sender.svg +share/icons/breeze-dark/actions/16/mail-send.svg +share/icons/breeze-dark/actions/16/mail-sent.svg +share/icons/breeze-dark/actions/16/mail-signature-unknown.svg +share/icons/breeze-dark/actions/16/mail-signed-full.svg +share/icons/breeze-dark/actions/16/mail-signed-fully.svg +share/icons/breeze-dark/actions/16/mail-signed-part.svg +share/icons/breeze-dark/actions/16/mail-signed-verified.svg +share/icons/breeze-dark/actions/16/mail-signed.svg +share/icons/breeze-dark/actions/16/mail-tagged.svg +share/icons/breeze-dark/actions/16/mail-task.svg +share/icons/breeze-dark/actions/16/mail-thread-ignored.svg +share/icons/breeze-dark/actions/16/mail-thread-watch.svg +share/icons/breeze-dark/actions/16/mail-unread-new.svg +share/icons/breeze-dark/actions/16/mail-unread.svg +share/icons/breeze-dark/actions/16/markasblank.svg +share/icons/breeze-dark/actions/16/measure.svg +share/icons/breeze-dark/actions/16/media-album-cover-manager-amarok.svg +share/icons/breeze-dark/actions/16/media-album-cover.svg +share/icons/breeze-dark/actions/16/media-album-repeat-amarok.svg +share/icons/breeze-dark/actions/16/media-album-track.svg +share/icons/breeze-dark/actions/16/media-eject.svg +share/icons/breeze-dark/actions/16/media-mount.svg +share/icons/breeze-dark/actions/16/media-playback-pause.svg +share/icons/breeze-dark/actions/16/media-playback-start.svg +share/icons/breeze-dark/actions/16/media-playback-stop.svg +share/icons/breeze-dark/actions/16/media-playlist-repeat-amarok.svg +share/icons/breeze-dark/actions/16/media-playlist-repeat.svg +share/icons/breeze-dark/actions/16/media-playlist-shuffle.svg +share/icons/breeze-dark/actions/16/media-random-albums-amarok.svg +share/icons/breeze-dark/actions/16/media-random-tracks-amarok.svg +share/icons/breeze-dark/actions/16/media-record.svg +share/icons/breeze-dark/actions/16/media-repeat-album-amarok.svg +share/icons/breeze-dark/actions/16/media-repeat-playlist-amarok.svg +share/icons/breeze-dark/actions/16/media-repeat-track-amarok.svg +share/icons/breeze-dark/actions/16/media-seek-backward.svg +share/icons/breeze-dark/actions/16/media-seek-forward.svg +share/icons/breeze-dark/actions/16/media-show-active-track-amarok.svg +share/icons/breeze-dark/actions/16/media-skip-backward.svg +share/icons/breeze-dark/actions/16/media-skip-forward.svg +share/icons/breeze-dark/actions/16/media-standard-track-progression-amarok.svg +share/icons/breeze-dark/actions/16/media-track-add-amarok.svg +share/icons/breeze-dark/actions/16/media-track-edit-amarok.svg +share/icons/breeze-dark/actions/16/media-track-queue-amarok.svg +share/icons/breeze-dark/actions/16/media-track-remove-amarok.svg +share/icons/breeze-dark/actions/16/meeting-attending-tentative.svg +share/icons/breeze-dark/actions/16/meeting-attending.svg +share/icons/breeze-dark/actions/16/meeting-participant-no-response.svg +share/icons/breeze-dark/actions/16/meeting-participant-request-response.svg +share/icons/breeze-dark/actions/16/menu_new.svg +share/icons/breeze-dark/actions/16/merge.svg +share/icons/breeze-dark/actions/16/messagebox_warning.svg +share/icons/breeze-dark/actions/16/milestone.svg +share/icons/breeze-dark/actions/16/minuet-chords.svg +share/icons/breeze-dark/actions/16/minuet-intervals.svg +share/icons/breeze-dark/actions/16/minuet-rhythms.svg +share/icons/breeze-dark/actions/16/minuet-scales.svg +share/icons/breeze-dark/actions/16/mode1.svg +share/icons/breeze-dark/actions/16/mode2.svg +share/icons/breeze-dark/actions/16/mode3.svg +share/icons/breeze-dark/actions/16/mode4.svg +share/icons/breeze-dark/actions/16/mode5.svg +share/icons/breeze-dark/actions/16/msgid2msgstr.svg +share/icons/breeze-dark/actions/16/music-amarok.svg +share/icons/breeze-dark/actions/16/network-connect.svg +share/icons/breeze-dark/actions/16/network-disconnect.svg +share/icons/breeze-dark/actions/16/new-audio-alarm.svg +share/icons/breeze-dark/actions/16/newer.svg +share/icons/breeze-dark/actions/16/news-subscribe.svg +share/icons/breeze-dark/actions/16/news-unsubscribe.svg +share/icons/breeze-dark/actions/16/nocover.svg +share/icons/breeze-dark/actions/16/node-add.svg +share/icons/breeze-dark/actions/16/node-break.svg +share/icons/breeze-dark/actions/16/node-delete-segment.svg +share/icons/breeze-dark/actions/16/node-delete.svg +share/icons/breeze-dark/actions/16/node-join-segment.svg +share/icons/breeze-dark/actions/16/node-join.svg +share/icons/breeze-dark/actions/16/node-segment-curve.svg +share/icons/breeze-dark/actions/16/node-segment-line.svg +share/icons/breeze-dark/actions/16/node-transform.svg +share/icons/breeze-dark/actions/16/node-type-auto-smooth.svg +share/icons/breeze-dark/actions/16/node-type-cusp.svg +share/icons/breeze-dark/actions/16/node-type-smooth.svg +share/icons/breeze-dark/actions/16/node-type-symmetric.svg +share/icons/breeze-dark/actions/16/node.svg +share/icons/breeze-dark/actions/16/noninstalled.svg +share/icons/breeze-dark/actions/16/note.svg +share/icons/breeze-dark/actions/16/object-align-horizontal-center-calligra.svg +share/icons/breeze-dark/actions/16/object-align-horizontal-left-calligra.svg +share/icons/breeze-dark/actions/16/object-align-horizontal-right-calligra.svg +share/icons/breeze-dark/actions/16/object-align-vertical-bottom-calligra.svg +share/icons/breeze-dark/actions/16/object-align-vertical-bottom-top-calligra.svg +share/icons/breeze-dark/actions/16/object-align-vertical-center-calligra.svg +share/icons/breeze-dark/actions/16/object-align-vertical-top-calligra.svg +share/icons/breeze-dark/actions/16/object-columns.svg +share/icons/breeze-dark/actions/16/object-fill.svg +share/icons/breeze-dark/actions/16/object-flip-horizontal.svg +share/icons/breeze-dark/actions/16/object-flip-vertical.svg +share/icons/breeze-dark/actions/16/object-group-calligra.svg +share/icons/breeze-dark/actions/16/object-group.svg +share/icons/breeze-dark/actions/16/object-hidden.svg +share/icons/breeze-dark/actions/16/object-locked.svg +share/icons/breeze-dark/actions/16/object-order-back-calligra.svg +share/icons/breeze-dark/actions/16/object-order-back.svg +share/icons/breeze-dark/actions/16/object-order-front-calligra.svg +share/icons/breeze-dark/actions/16/object-order-front.svg +share/icons/breeze-dark/actions/16/object-order-lower-calligra.svg +share/icons/breeze-dark/actions/16/object-order-lower.svg +share/icons/breeze-dark/actions/16/object-order-raise-calligra.svg +share/icons/breeze-dark/actions/16/object-order-raise.svg +share/icons/breeze-dark/actions/16/object-rotate-left.svg +share/icons/breeze-dark/actions/16/object-rotate-right.svg +share/icons/breeze-dark/actions/16/object-rows.svg +share/icons/breeze-dark/actions/16/object-stroke-style.svg +share/icons/breeze-dark/actions/16/object-stroke.svg +share/icons/breeze-dark/actions/16/object-to-path.svg +share/icons/breeze-dark/actions/16/object-ungroup-calligra.svg +share/icons/breeze-dark/actions/16/object-ungroup.svg +share/icons/breeze-dark/actions/16/object-unlocked.svg +share/icons/breeze-dark/actions/16/object-visible.svg +share/icons/breeze-dark/actions/16/object.svg +share/icons/breeze-dark/actions/16/object_node.svg +share/icons/breeze-dark/actions/16/office-chart-area-focus-peak-node.svg +share/icons/breeze-dark/actions/16/office-chart-area-percentage.svg +share/icons/breeze-dark/actions/16/office-chart-area-stacked.svg +share/icons/breeze-dark/actions/16/office-chart-area.svg +share/icons/breeze-dark/actions/16/office-chart-bar-percentage.svg +share/icons/breeze-dark/actions/16/office-chart-bar-stacked.svg +share/icons/breeze-dark/actions/16/office-chart-bar.svg +share/icons/breeze-dark/actions/16/office-chart-line-percentage.svg +share/icons/breeze-dark/actions/16/office-chart-line-stacked.svg +share/icons/breeze-dark/actions/16/office-chart-line.svg +share/icons/breeze-dark/actions/16/office-chart-pie.svg +share/icons/breeze-dark/actions/16/office-chart-polar-stacked.svg +share/icons/breeze-dark/actions/16/office-chart-polar.svg +share/icons/breeze-dark/actions/16/office-chart-ring.svg +share/icons/breeze-dark/actions/16/office-chart-scatter.svg +share/icons/breeze-dark/actions/16/offline-settings.svg +share/icons/breeze-dark/actions/16/open-for-editing.svg +share/icons/breeze-dark/actions/16/outdated.svg +share/icons/breeze-dark/actions/16/package-available-locked.svg +share/icons/breeze-dark/actions/16/package-available.svg +share/icons/breeze-dark/actions/16/package-broken.svg +share/icons/breeze-dark/actions/16/package-downgrade.svg +share/icons/breeze-dark/actions/16/package-install.svg +share/icons/breeze-dark/actions/16/package-installed-locked.svg +share/icons/breeze-dark/actions/16/package-installed-outdated.svg +share/icons/breeze-dark/actions/16/package-installed-updated.svg +share/icons/breeze-dark/actions/16/package-new.svg +share/icons/breeze-dark/actions/16/package-purge.svg +share/icons/breeze-dark/actions/16/package-reinstall.svg +share/icons/breeze-dark/actions/16/package-remove.svg +share/icons/breeze-dark/actions/16/package-upgrade.svg +share/icons/breeze-dark/actions/16/package.svg +share/icons/breeze-dark/actions/16/page-2sides.svg +share/icons/breeze-dark/actions/16/page-3sides.svg +share/icons/breeze-dark/actions/16/page-4sides.svg +share/icons/breeze-dark/actions/16/page-simple.svg +share/icons/breeze-dark/actions/16/page-zoom.svg +share/icons/breeze-dark/actions/16/paint-gradient-linear.svg +share/icons/breeze-dark/actions/16/paint-gradient-radial.svg +share/icons/breeze-dark/actions/16/paint-none.svg +share/icons/breeze-dark/actions/16/paint-pattern.svg +share/icons/breeze-dark/actions/16/paint-solid.svg +share/icons/breeze-dark/actions/16/paint-swatch.svg +share/icons/breeze-dark/actions/16/paint-unknown.svg +share/icons/breeze-dark/actions/16/password-generate.svg +share/icons/breeze-dark/actions/16/password-show-off.svg +share/icons/breeze-dark/actions/16/password-show-on.svg +share/icons/breeze-dark/actions/16/path-break-apart.svg +share/icons/breeze-dark/actions/16/path-clip-edit.svg +share/icons/breeze-dark/actions/16/path-combine.svg +share/icons/breeze-dark/actions/16/path-cut.svg +share/icons/breeze-dark/actions/16/path-difference.svg +share/icons/breeze-dark/actions/16/path-division.svg +share/icons/breeze-dark/actions/16/path-effect-parameter-next.svg +share/icons/breeze-dark/actions/16/path-exclusion.svg +share/icons/breeze-dark/actions/16/path-inset.svg +share/icons/breeze-dark/actions/16/path-intersection.svg +share/icons/breeze-dark/actions/16/path-mask-edit.svg +share/icons/breeze-dark/actions/16/path-mode-bezier.svg +share/icons/breeze-dark/actions/16/path-mode-polyline-paraxial.svg +share/icons/breeze-dark/actions/16/path-mode-polyline.svg +share/icons/breeze-dark/actions/16/path-mode-spiro.svg +share/icons/breeze-dark/actions/16/path-offset-dynamic.svg +share/icons/breeze-dark/actions/16/path-offset-linked.svg +share/icons/breeze-dark/actions/16/path-outset.svg +share/icons/breeze-dark/actions/16/path-reverse.svg +share/icons/breeze-dark/actions/16/path-simplify.svg +share/icons/breeze-dark/actions/16/path-union.svg +share/icons/breeze-dark/actions/16/pdf-annotations.svg +share/icons/breeze-dark/actions/16/photo.svg +share/icons/breeze-dark/actions/16/photos-amarok.svg +share/icons/breeze-dark/actions/16/pin.svg +share/icons/breeze-dark/actions/16/pixelart-trace.svg +share/icons/breeze-dark/actions/16/player-time.svg +share/icons/breeze-dark/actions/16/player-volume-muted.svg +share/icons/breeze-dark/actions/16/player-volume.svg +share/icons/breeze-dark/actions/16/playlist-generator.svg +share/icons/breeze-dark/actions/16/playlist-sort.svg +share/icons/breeze-dark/actions/16/plugins.svg +share/icons/breeze-dark/actions/16/polygon-add-nodes.svg +share/icons/breeze-dark/actions/16/polygon-merge-nodes.svg +share/icons/breeze-dark/actions/16/port.svg +share/icons/breeze-dark/actions/16/postalcode.svg +share/icons/breeze-dark/actions/16/practice-setup.svg +share/icons/breeze-dark/actions/16/practice-start.svg +share/icons/breeze-dark/actions/16/practice-stop.svg +share/icons/breeze-dark/actions/16/precondition.svg +share/icons/breeze-dark/actions/16/preferences-activities.svg +share/icons/breeze-dark/actions/16/preferences-indicator-amarok.svg +share/icons/breeze-dark/actions/16/preferences-media-playback-amarok.svg +share/icons/breeze-dark/actions/16/preferences-other.svg +share/icons/breeze-dark/actions/16/presence_away.svg +share/icons/breeze-dark/actions/16/presence_offline.svg +share/icons/breeze-dark/actions/16/presence_online.svg +share/icons/breeze-dark/actions/16/presence_unknown.svg +share/icons/breeze-dark/actions/16/primarykey_constraint.svg +share/icons/breeze-dark/actions/16/process-stop.svg +share/icons/breeze-dark/actions/16/project-development-close-all.svg +share/icons/breeze-dark/actions/16/project-development-close.svg +share/icons/breeze-dark/actions/16/project-development-new-template.svg +share/icons/breeze-dark/actions/16/project-development.svg +share/icons/breeze-dark/actions/16/project-open.svg +share/icons/breeze-dark/actions/16/qa.svg +share/icons/breeze-dark/actions/16/quickopen-class.svg +share/icons/breeze-dark/actions/16/quickopen-file.svg +share/icons/breeze-dark/actions/16/quickopen-function.svg +share/icons/breeze-dark/actions/16/quickopen.svg +share/icons/breeze-dark/actions/16/quickview.svg +share/icons/breeze-dark/actions/16/randomize.svg +share/icons/breeze-dark/actions/16/ratiocrop.svg +share/icons/breeze-dark/actions/16/realization.svg +share/icons/breeze-dark/actions/16/rectangle-make-corners-sharp.svg +share/icons/breeze-dark/actions/16/redeyes.svg +share/icons/breeze-dark/actions/16/refactor.svg +share/icons/breeze-dark/actions/16/region.svg +share/icons/breeze-dark/actions/16/relationship.svg +share/icons/breeze-dark/actions/16/remove-amarok.svg +share/icons/breeze-dark/actions/16/remove-link.svg +share/icons/breeze-dark/actions/16/remove.svg +share/icons/breeze-dark/actions/16/repeat.svg +share/icons/breeze-dark/actions/16/resource-calendar-child-insert.svg +share/icons/breeze-dark/actions/16/resource-calendar-child.svg +share/icons/breeze-dark/actions/16/resource-calendar-insert.svg +share/icons/breeze-dark/actions/16/resource-group-new.svg +share/icons/breeze-dark/actions/16/resource-group.svg +share/icons/breeze-dark/actions/16/retweet.svg +share/icons/breeze-dark/actions/16/reverse.svg +share/icons/breeze-dark/actions/16/roll.svg +share/icons/breeze-dark/actions/16/routeplanning.svg +share/icons/breeze-dark/actions/16/run-build-clean.svg +share/icons/breeze-dark/actions/16/run-build-configure.svg +share/icons/breeze-dark/actions/16/run-build-file.svg +share/icons/breeze-dark/actions/16/run-build-install-root.svg +share/icons/breeze-dark/actions/16/run-build-install.svg +share/icons/breeze-dark/actions/16/run-build-prune.svg +share/icons/breeze-dark/actions/16/run-build.svg +share/icons/breeze-dark/actions/16/run-clean.svg +share/icons/breeze-dark/actions/16/run-install.svg +share/icons/breeze-dark/actions/16/search.svg +share/icons/breeze-dark/actions/16/select-rectangular.svg +share/icons/breeze-dark/actions/16/selection-bottom.svg +share/icons/breeze-dark/actions/16/selection-lower.svg +share/icons/breeze-dark/actions/16/selection-make-bitmap-copy.svg +share/icons/breeze-dark/actions/16/selection-move-to-layer-above.svg +share/icons/breeze-dark/actions/16/selection-move-to-layer-below.svg +share/icons/breeze-dark/actions/16/selection-raise.svg +share/icons/breeze-dark/actions/16/selection-top.svg +share/icons/breeze-dark/actions/16/send_signal.svg +share/icons/breeze-dark/actions/16/services.svg +share/icons/breeze-dark/actions/16/set-language.svg +share/icons/breeze-dark/actions/16/settings-configure.svg +share/icons/breeze-dark/actions/16/shallow-history.svg +share/icons/breeze-dark/actions/16/shape-choose.svg +share/icons/breeze-dark/actions/16/shapes.svg +share/icons/breeze-dark/actions/16/shear.svg +share/icons/breeze-dark/actions/16/show-dialogs.svg +share/icons/breeze-dark/actions/16/show-grid.svg +share/icons/breeze-dark/actions/16/show-guides.svg +share/icons/breeze-dark/actions/16/show-menu.svg +share/icons/breeze-dark/actions/16/show-node-handles.svg +share/icons/breeze-dark/actions/16/show-offline.svg +share/icons/breeze-dark/actions/16/show-path-outline.svg +share/icons/breeze-dark/actions/16/shuffle.svg +share/icons/breeze-dark/actions/16/similarartists-amarok.svg +share/icons/breeze-dark/actions/16/smallclock.svg +share/icons/breeze-dark/actions/16/snap-bounding-box-center.svg +share/icons/breeze-dark/actions/16/snap-bounding-box-corners.svg +share/icons/breeze-dark/actions/16/snap-bounding-box-edges.svg +share/icons/breeze-dark/actions/16/snap-bounding-box-midpoints.svg +share/icons/breeze-dark/actions/16/snap-bounding-box.svg +share/icons/breeze-dark/actions/16/snap-extension.svg +share/icons/breeze-dark/actions/16/snap-grid-guide-intersections.svg +share/icons/breeze-dark/actions/16/snap-guideline.svg +share/icons/breeze-dark/actions/16/snap-intersection.svg +share/icons/breeze-dark/actions/16/snap-node.svg +share/icons/breeze-dark/actions/16/snap-nodes-center.svg +share/icons/breeze-dark/actions/16/snap-nodes-cusp.svg +share/icons/breeze-dark/actions/16/snap-nodes-intersection.svg +share/icons/breeze-dark/actions/16/snap-nodes-midpoint.svg +share/icons/breeze-dark/actions/16/snap-nodes-path.svg +share/icons/breeze-dark/actions/16/snap-nodes-rotation-center.svg +share/icons/breeze-dark/actions/16/snap-nodes-smooth.svg +share/icons/breeze-dark/actions/16/snap-orthogonal.svg +share/icons/breeze-dark/actions/16/snap-page.svg +share/icons/breeze-dark/actions/16/snap-text-baseline.svg +share/icons/breeze-dark/actions/16/snap.svg +share/icons/breeze-dark/actions/16/social.svg +share/icons/breeze-dark/actions/16/sort-name.svg +share/icons/breeze-dark/actions/16/sort-presence.svg +share/icons/breeze-dark/actions/16/sort_incr.svg +share/icons/breeze-dark/actions/16/speaker.svg +share/icons/breeze-dark/actions/16/specific-setup.svg +share/icons/breeze-dark/actions/16/speedometer.svg +share/icons/breeze-dark/actions/16/split.svg +share/icons/breeze-dark/actions/16/standard-connector.svg +share/icons/breeze-dark/actions/16/start-over.svg +share/icons/breeze-dark/actions/16/state-fork.svg +share/icons/breeze-dark/actions/16/sticky_zoom.svg +share/icons/breeze-dark/actions/16/story-editor.svg +share/icons/breeze-dark/actions/16/straight-connector.svg +share/icons/breeze-dark/actions/16/stroke-cap-bevel.svg +share/icons/breeze-dark/actions/16/stroke-cap-butt.svg +share/icons/breeze-dark/actions/16/stroke-cap-miter.svg +share/icons/breeze-dark/actions/16/stroke-cap-round.svg +share/icons/breeze-dark/actions/16/stroke-cap-square.svg +share/icons/breeze-dark/actions/16/stroke-join-bevel.svg +share/icons/breeze-dark/actions/16/stroke-join-miter.svg +share/icons/breeze-dark/actions/16/stroke-join-round.svg +share/icons/breeze-dark/actions/16/stroke-to-path.svg +share/icons/breeze-dark/actions/16/subsystem.svg +share/icons/breeze-dark/actions/16/svn-commit.svg +share/icons/breeze-dark/actions/16/svn-update.svg +share/icons/breeze-dark/actions/16/symbols.svg +share/icons/breeze-dark/actions/16/system-run.svg +share/icons/breeze-dark/actions/16/system-search.svg +share/icons/breeze-dark/actions/16/system-upgrade.svg +share/icons/breeze-dark/actions/16/tab-close-other.svg +share/icons/breeze-dark/actions/16/tab-close.svg +share/icons/breeze-dark/actions/16/tab-detach.svg +share/icons/breeze-dark/actions/16/tab-duplicate.svg +share/icons/breeze-dark/actions/16/tab-new-background.svg +share/icons/breeze-dark/actions/16/tab-new.svg +share/icons/breeze-dark/actions/16/table.svg +share/icons/breeze-dark/actions/16/tag-addressbook.svg +share/icons/breeze-dark/actions/16/tag-assigned.svg +share/icons/breeze-dark/actions/16/tag-delete.svg +share/icons/breeze-dark/actions/16/tag-events.svg +share/icons/breeze-dark/actions/16/tag-folder.svg +share/icons/breeze-dark/actions/16/tag-new.svg +share/icons/breeze-dark/actions/16/tag-people.svg +share/icons/breeze-dark/actions/16/tag-places.svg +share/icons/breeze-dark/actions/16/tag-properties.svg +share/icons/breeze-dark/actions/16/tag-recents.svg +share/icons/breeze-dark/actions/16/tag-reset.svg +share/icons/breeze-dark/actions/16/tag.svg +share/icons/breeze-dark/actions/16/task-new.svg +share/icons/breeze-dark/actions/16/taxes-finances.svg +share/icons/breeze-dark/actions/16/template.svg +share/icons/breeze-dark/actions/16/text-convert-to-regular.svg +share/icons/breeze-dark/actions/16/text-field.svg +share/icons/breeze-dark/actions/16/text-flow-into-frame.svg +share/icons/breeze-dark/actions/16/text-frame-link.svg +share/icons/breeze-dark/actions/16/text-frame-unlink.svg +share/icons/breeze-dark/actions/16/text-put-on-path.svg +share/icons/breeze-dark/actions/16/text-remove-from-path.svg +share/icons/breeze-dark/actions/16/text-speak.svg +share/icons/breeze-dark/actions/16/text-unflow.svg +share/icons/breeze-dark/actions/16/text-unkern.svg +share/icons/breeze-dark/actions/16/text-wrap.svg +share/icons/breeze-dark/actions/16/text_horz_kern.svg +share/icons/breeze-dark/actions/16/text_letter_spacing.svg +share/icons/breeze-dark/actions/16/text_line_spacing.svg +share/icons/breeze-dark/actions/16/text_rotation.svg +share/icons/breeze-dark/actions/16/text_subscript.svg +share/icons/breeze-dark/actions/16/text_superscript.svg +share/icons/breeze-dark/actions/16/text_vert_kern.svg +share/icons/breeze-dark/actions/16/text_word_spacing.svg +share/icons/breeze-dark/actions/16/tool-animator.svg +share/icons/breeze-dark/actions/16/tool-measure.svg +share/icons/breeze-dark/actions/16/tool-node-editor.svg +share/icons/breeze-dark/actions/16/tool-pointer.svg +share/icons/breeze-dark/actions/16/tool-tweak.svg +share/icons/breeze-dark/actions/16/tools-check-spelling.svg +share/icons/breeze-dark/actions/16/tools-media-optical-burn-image.svg +share/icons/breeze-dark/actions/16/tools-media-optical-burn.svg +share/icons/breeze-dark/actions/16/tools-media-optical-copy.svg +share/icons/breeze-dark/actions/16/tools-media-optical-erase.svg +share/icons/breeze-dark/actions/16/tools-media-optical-format.svg +share/icons/breeze-dark/actions/16/tools-report-bug.svg +share/icons/breeze-dark/actions/16/tools-rip-audio-cd.svg +share/icons/breeze-dark/actions/16/tools-rip-video-cd.svg +share/icons/breeze-dark/actions/16/tools-rip-video-dvd.svg +share/icons/breeze-dark/actions/16/tools-wizard.svg +share/icons/breeze-dark/actions/16/transform-affect-gradient.svg +share/icons/breeze-dark/actions/16/transform-affect-pattern.svg +share/icons/breeze-dark/actions/16/transform-affect-rounded-corners.svg +share/icons/breeze-dark/actions/16/transform-affect-stroke.svg +share/icons/breeze-dark/actions/16/transform-crop-and-resize.svg +share/icons/breeze-dark/actions/16/transform-crop.svg +share/icons/breeze-dark/actions/16/transform-move-horizontal.svg +share/icons/breeze-dark/actions/16/transform-move-vertical.svg +share/icons/breeze-dark/actions/16/transform-move.svg +share/icons/breeze-dark/actions/16/transform-rotate.svg +share/icons/breeze-dark/actions/16/transform-scale-textbox-points.svg +share/icons/breeze-dark/actions/16/transform-scale.svg +share/icons/breeze-dark/actions/16/transform-shear-down.svg +share/icons/breeze-dark/actions/16/transform-shear-left.svg +share/icons/breeze-dark/actions/16/transform-shear-right.svg +share/icons/breeze-dark/actions/16/transform-shear-up.svg +share/icons/breeze-dark/actions/16/transform-skew-horizontal.svg +share/icons/breeze-dark/actions/16/transform-skew-vertical.svg +share/icons/breeze-dark/actions/16/transsearch.svg +share/icons/breeze-dark/actions/16/trash-empty.svg +share/icons/breeze-dark/actions/16/umbr-coll-message-asynchronous.svg +share/icons/breeze-dark/actions/16/umbr-coll-message-synchronous.svg +share/icons/breeze-dark/actions/16/umbr-message-asynchronous.svg +share/icons/breeze-dark/actions/16/umbr-message-found.svg +share/icons/breeze-dark/actions/16/umbr-message-lost.svg +share/icons/breeze-dark/actions/16/umbr-message-synchronous.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_activity.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_class.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_collaboration.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_component.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_deployment.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_entityrelationship.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_sequence.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_state.svg +share/icons/breeze-dark/actions/16/umbrello_diagram_usecase.svg +share/icons/breeze-dark/actions/16/uniassociation.svg +share/icons/breeze-dark/actions/16/unique_constraint.svg +share/icons/breeze-dark/actions/16/unlock.svg +share/icons/breeze-dark/actions/16/unmarkasblank.svg +share/icons/breeze-dark/actions/16/unrequired.svg +share/icons/breeze-dark/actions/16/upcomingevents-amarok.svg +share/icons/breeze-dark/actions/16/upindicator.svg +share/icons/breeze-dark/actions/16/upload-media.svg +share/icons/breeze-dark/actions/16/usecase.svg +share/icons/breeze-dark/actions/16/user-group-delete.svg +share/icons/breeze-dark/actions/16/user-group-new.svg +share/icons/breeze-dark/actions/16/user-group-properties.svg +share/icons/breeze-dark/actions/16/user-identity.svg +share/icons/breeze-dark/actions/16/user-properties.svg +share/icons/breeze-dark/actions/16/videoclip-amarok.svg +share/icons/breeze-dark/actions/16/view-barcode-add.svg +share/icons/breeze-dark/actions/16/view-barcode.svg +share/icons/breeze-dark/actions/16/view-calendar-agenda.svg +share/icons/breeze-dark/actions/16/view-calendar-birthday.svg +share/icons/breeze-dark/actions/16/view-calendar-day.svg +share/icons/breeze-dark/actions/16/view-calendar-holiday.svg +share/icons/breeze-dark/actions/16/view-calendar-journal.svg +share/icons/breeze-dark/actions/16/view-calendar-list.svg +share/icons/breeze-dark/actions/16/view-calendar-month.svg +share/icons/breeze-dark/actions/16/view-calendar-special-occasion.svg +share/icons/breeze-dark/actions/16/view-calendar-tasks.svg +share/icons/breeze-dark/actions/16/view-calendar-time-spent.svg +share/icons/breeze-dark/actions/16/view-calendar-timeline.svg +share/icons/breeze-dark/actions/16/view-calendar-upcoming-days.svg +share/icons/breeze-dark/actions/16/view-calendar-upcoming-events.svg +share/icons/breeze-dark/actions/16/view-calendar-wedding-anniversary.svg +share/icons/breeze-dark/actions/16/view-calendar-week.svg +share/icons/breeze-dark/actions/16/view-calendar-whatsnext.svg +share/icons/breeze-dark/actions/16/view-calendar-workweek.svg +share/icons/breeze-dark/actions/16/view-calendar.svg +share/icons/breeze-dark/actions/16/view-choose.svg +share/icons/breeze-dark/actions/16/view-close.svg +share/icons/breeze-dark/actions/16/view-file-columns.svg +share/icons/breeze-dark/actions/16/view-filter.svg +share/icons/breeze-dark/actions/16/view-form-action.svg +share/icons/breeze-dark/actions/16/view-form.svg +share/icons/breeze-dark/actions/16/view-fullscreen.svg +share/icons/breeze-dark/actions/16/view-grid.svg +share/icons/breeze-dark/actions/16/view-group.svg +share/icons/breeze-dark/actions/16/view-history.svg +share/icons/breeze-dark/actions/16/view-left-close.svg +share/icons/breeze-dark/actions/16/view-list-details.svg +share/icons/breeze-dark/actions/16/view-list-icons.svg +share/icons/breeze-dark/actions/16/view-list-text.svg +share/icons/breeze-dark/actions/16/view-list-tree.svg +share/icons/breeze-dark/actions/16/view-media-artist.svg +share/icons/breeze-dark/actions/16/view-media-equalizer.svg +share/icons/breeze-dark/actions/16/view-media-lyrics.svg +share/icons/breeze-dark/actions/16/view-media-playlist.svg +share/icons/breeze-dark/actions/16/view-media-visualization.svg +share/icons/breeze-dark/actions/16/view-multiple-objects.svg +share/icons/breeze-dark/actions/16/view-object-histogram-linear.svg +share/icons/breeze-dark/actions/16/view-object-histogram-logarithmic.svg +share/icons/breeze-dark/actions/16/view-pim-calendar.svg +share/icons/breeze-dark/actions/16/view-pim-contacts.svg +share/icons/breeze-dark/actions/16/view-pim-journal.svg +share/icons/breeze-dark/actions/16/view-pim-mail.svg +share/icons/breeze-dark/actions/16/view-pim-news.svg +share/icons/breeze-dark/actions/16/view-pim-notes.svg +share/icons/breeze-dark/actions/16/view-pim-tasks-pending.svg +share/icons/breeze-dark/actions/16/view-pim-tasks.svg +share/icons/breeze-dark/actions/16/view-presentation.svg +share/icons/breeze-dark/actions/16/view-preview.svg +share/icons/breeze-dark/actions/16/view-process-all-tree.svg +share/icons/breeze-dark/actions/16/view-process-all.svg +share/icons/breeze-dark/actions/16/view-process-own.svg +share/icons/breeze-dark/actions/16/view-process-system.svg +share/icons/breeze-dark/actions/16/view-process-tree.svg +share/icons/breeze-dark/actions/16/view-process-users.svg +share/icons/breeze-dark/actions/16/view-readermode-active.svg +share/icons/breeze-dark/actions/16/view-readermode.svg +share/icons/breeze-dark/actions/16/view-refresh.svg +share/icons/breeze-dark/actions/16/view-resource-calendar.svg +share/icons/breeze-dark/actions/16/view-restore.svg +share/icons/breeze-dark/actions/16/view-right-close.svg +share/icons/breeze-dark/actions/16/view-right-new.svg +share/icons/breeze-dark/actions/16/view-sidetree.svg +share/icons/breeze-dark/actions/16/view-sort-ascending.svg +share/icons/breeze-dark/actions/16/view-sort-descending.svg +share/icons/breeze-dark/actions/16/view-split-left-right.svg +share/icons/breeze-dark/actions/16/view-split-top-bottom.svg +share/icons/breeze-dark/actions/16/view-statistics.svg +share/icons/breeze-dark/actions/16/view-table-of-contents-ltr.svg +share/icons/breeze-dark/actions/16/view-table-of-contents-rtl.svg +share/icons/breeze-dark/actions/16/view-task-add.svg +share/icons/breeze-dark/actions/16/view-task-child-add.svg +share/icons/breeze-dark/actions/16/view-task-child.svg +share/icons/breeze-dark/actions/16/view-task.svg +share/icons/breeze-dark/actions/16/view-time-schedule-baselined-add.svg +share/icons/breeze-dark/actions/16/view-time-schedule-baselined-remove.svg +share/icons/breeze-dark/actions/16/view-time-schedule-baselined.svg +share/icons/breeze-dark/actions/16/view-time-schedule-calculus.svg +share/icons/breeze-dark/actions/16/view-time-schedule-child-insert.svg +share/icons/breeze-dark/actions/16/view-time-schedule-edit.svg +share/icons/breeze-dark/actions/16/view-time-schedule-insert.svg +share/icons/breeze-dark/actions/16/view-time-schedule.svg +share/icons/breeze-dark/actions/16/view-web-browser-dom-tree.svg +share/icons/breeze-dark/actions/16/view_fit_to_page.svg +share/icons/breeze-dark/actions/16/viewimage.svg +share/icons/breeze-dark/actions/16/visibility.svg +share/icons/breeze-dark/actions/16/window-close.svg +share/icons/breeze-dark/actions/16/window-duplicate.svg +share/icons/breeze-dark/actions/16/window-new.svg +share/icons/breeze-dark/actions/16/window-next.svg +share/icons/breeze-dark/actions/16/window-previous.svg +share/icons/breeze-dark/actions/16/window.svg +share/icons/breeze-dark/actions/16/x-clementine-artist.svg +share/icons/breeze-dark/actions/16/x-clementine-shuffle.svg +share/icons/breeze-dark/actions/16/x-shape-connection.svg +share/icons/breeze-dark/actions/16/x-shape-formula.svg +share/icons/breeze-dark/actions/16/x-shape-image.svg +share/icons/breeze-dark/actions/16/x-shape-text.svg +share/icons/breeze-dark/actions/16/x-zoom-in.svg +share/icons/breeze-dark/actions/16/x-zoom-out.svg +share/icons/breeze-dark/actions/16/xml-attribute-delete.svg +share/icons/breeze-dark/actions/16/xml-element-new.svg +share/icons/breeze-dark/actions/16/xml-node-delete.svg +share/icons/breeze-dark/actions/16/xml-node-duplicate.svg +share/icons/breeze-dark/actions/16/xml-text-new.svg +share/icons/breeze-dark/actions/16/y-zoom-in.svg +share/icons/breeze-dark/actions/16/y-zoom-out.svg +share/icons/breeze-dark/actions/16/zoom-1-to-2.svg +share/icons/breeze-dark/actions/16/zoom-2-to-1.svg +share/icons/breeze-dark/actions/16/zoom-double-size.svg +share/icons/breeze-dark/actions/16/zoom-draw.svg +share/icons/breeze-dark/actions/16/zoom-fit-best.svg +share/icons/breeze-dark/actions/16/zoom-fit-drawing.svg +share/icons/breeze-dark/actions/16/zoom-fit-height.svg +share/icons/breeze-dark/actions/16/zoom-fit-page.svg +share/icons/breeze-dark/actions/16/zoom-fit-selection.svg +share/icons/breeze-dark/actions/16/zoom-fit-width.svg +share/icons/breeze-dark/actions/16/zoom-half-size.svg +share/icons/breeze-dark/actions/16/zoom-in-large.svg +share/icons/breeze-dark/actions/16/zoom-in-x.svg +share/icons/breeze-dark/actions/16/zoom-in-y.svg +share/icons/breeze-dark/actions/16/zoom-in.svg +share/icons/breeze-dark/actions/16/zoom-next.svg +share/icons/breeze-dark/actions/16/zoom-original.svg +share/icons/breeze-dark/actions/16/zoom-out-x.svg +share/icons/breeze-dark/actions/16/zoom-out-y.svg +share/icons/breeze-dark/actions/16/zoom-out.svg +share/icons/breeze-dark/actions/16/zoom-previous.svg +share/icons/breeze-dark/actions/16/zoom-select-fit.svg +share/icons/breeze-dark/actions/16/zoom-select-x.svg +share/icons/breeze-dark/actions/16/zoom-select-y.svg +share/icons/breeze-dark/actions/16/zoom-select.svg +share/icons/breeze-dark/actions/16/zoom.svg +share/icons/breeze-dark/actions/22/CVnamespace.svg +share/icons/breeze-dark/actions/22/Info-amarok.svg +share/icons/breeze-dark/actions/22/PrePostCondition.svg +share/icons/breeze-dark/actions/22/accept_signal.svg +share/icons/breeze-dark/actions/22/accept_time_event.svg +share/icons/breeze-dark/actions/22/acrobat.svg +share/icons/breeze-dark/actions/22/action-albumfolder-importdir2.svg +share/icons/breeze-dark/actions/22/action-rss_tag.svg +share/icons/breeze-dark/actions/22/activity-fork.svg +share/icons/breeze-dark/actions/22/actor.svg +share/icons/breeze-dark/actions/22/add-placemark.svg +share/icons/breeze-dark/actions/22/address-book-new.svg +share/icons/breeze-dark/actions/22/addressbook-details.svg +share/icons/breeze-dark/actions/22/adjustcurves.svg +share/icons/breeze-dark/actions/22/adjusthsl.svg +share/icons/breeze-dark/actions/22/adjustlevels.svg +share/icons/breeze-dark/actions/22/adjustrgb.svg +share/icons/breeze-dark/actions/22/aggregation.svg +share/icons/breeze-dark/actions/22/akonadiconsole.svg +share/icons/breeze-dark/actions/22/albumfolder-importdir.svg +share/icons/breeze-dark/actions/22/albumfolder-importimages.svg +share/icons/breeze-dark/actions/22/albumfolder-new.svg +share/icons/breeze-dark/actions/22/albumfolder-properties.svg +share/icons/breeze-dark/actions/22/albumfolder-user-trash.svg +share/icons/breeze-dark/actions/22/align-horizontal-baseline.svg +share/icons/breeze-dark/actions/22/align-horizontal-bottom-out.svg +share/icons/breeze-dark/actions/22/align-horizontal-center.svg +share/icons/breeze-dark/actions/22/align-horizontal-left-out.svg +share/icons/breeze-dark/actions/22/align-horizontal-left-to-anchor.svg +share/icons/breeze-dark/actions/22/align-horizontal-left.svg +share/icons/breeze-dark/actions/22/align-horizontal-right-out.svg +share/icons/breeze-dark/actions/22/align-horizontal-right-to-anchor.svg +share/icons/breeze-dark/actions/22/align-horizontal-right.svg +share/icons/breeze-dark/actions/22/align-horizontal-top-out.svg +share/icons/breeze-dark/actions/22/align-vertical-baseline.svg +share/icons/breeze-dark/actions/22/align-vertical-bottom-out.svg +share/icons/breeze-dark/actions/22/align-vertical-bottom-to-anchor.svg +share/icons/breeze-dark/actions/22/align-vertical-bottom.svg +share/icons/breeze-dark/actions/22/align-vertical-center.svg +share/icons/breeze-dark/actions/22/align-vertical-top-out.svg +share/icons/breeze-dark/actions/22/align-vertical-top-to-anchor.svg +share/icons/breeze-dark/actions/22/align-vertical-top.svg +share/icons/breeze-dark/actions/22/amarok_artist.svg +share/icons/breeze-dark/actions/22/amarok_cart_add.svg +share/icons/breeze-dark/actions/22/amarok_cart_remove.svg +share/icons/breeze-dark/actions/22/amarok_cart_view.svg +share/icons/breeze-dark/actions/22/amarok_change_language.svg +share/icons/breeze-dark/actions/22/amarok_clock.svg +share/icons/breeze-dark/actions/22/amarok_lyrics.svg +share/icons/breeze-dark/actions/22/amarok_playcount.svg +share/icons/breeze-dark/actions/22/amarok_playlist.svg +share/icons/breeze-dark/actions/22/amarok_playlist_refresh.svg +share/icons/breeze-dark/actions/22/amarok_scripts.svg +share/icons/breeze-dark/actions/22/anchor.svg +share/icons/breeze-dark/actions/22/answer-correct.svg +share/icons/breeze-dark/actions/22/answer.svg +share/icons/breeze-dark/actions/22/antivignetting.svg +share/icons/breeze-dark/actions/22/application-exit.svg +share/icons/breeze-dark/actions/22/application-menu.svg +share/icons/breeze-dark/actions/22/appointment-new.svg +share/icons/breeze-dark/actions/22/approved.svg +share/icons/breeze-dark/actions/22/archive-extract.svg +share/icons/breeze-dark/actions/22/archive-insert-directory.svg +share/icons/breeze-dark/actions/22/archive-insert.svg +share/icons/breeze-dark/actions/22/archive-remove.svg +share/icons/breeze-dark/actions/22/arrow-down-double.svg +share/icons/breeze-dark/actions/22/arrow-down.svg +share/icons/breeze-dark/actions/22/arrow-left-double.svg +share/icons/breeze-dark/actions/22/arrow-left.svg +share/icons/breeze-dark/actions/22/arrow-right-double.svg +share/icons/breeze-dark/actions/22/arrow-right.svg +share/icons/breeze-dark/actions/22/arrow-up-double.svg +share/icons/breeze-dark/actions/22/arrow-up.svg +share/icons/breeze-dark/actions/22/arrow.svg +share/icons/breeze-dark/actions/22/artifact.svg +share/icons/breeze-dark/actions/22/association.svg +share/icons/breeze-dark/actions/22/atmosphere.svg +share/icons/breeze-dark/actions/22/auto-type.svg +share/icons/breeze-dark/actions/22/autocorrection.svg +share/icons/breeze-dark/actions/22/blurfx.svg +share/icons/breeze-dark/actions/22/blurimage.svg +share/icons/breeze-dark/actions/22/bookmark-add-folder.svg +share/icons/breeze-dark/actions/22/bookmark-edit.svg +share/icons/breeze-dark/actions/22/bookmark-new-list.svg +share/icons/breeze-dark/actions/22/bookmark-new.svg +share/icons/breeze-dark/actions/22/bookmark-remove.svg +share/icons/breeze-dark/actions/22/bookmark-toolbar.svg +share/icons/breeze-dark/actions/22/bookmarks-organize.svg +share/icons/breeze-dark/actions/22/bookmarks.svg +share/icons/breeze-dark/actions/22/bordertool.svg +share/icons/breeze-dark/actions/22/box.svg +share/icons/breeze-dark/actions/22/bqm-diff.svg +share/icons/breeze-dark/actions/22/bqm-remove.svg +share/icons/breeze-dark/actions/22/bqm-rmqueue.svg +share/icons/breeze-dark/actions/22/branch.svg +share/icons/breeze-dark/actions/22/bwtonal.svg +share/icons/breeze-dark/actions/22/call-start.svg +share/icons/breeze-dark/actions/22/call-stop.svg +share/icons/breeze-dark/actions/22/cards-block.svg +share/icons/breeze-dark/actions/22/category.svg +share/icons/breeze-dark/actions/22/category2parent.svg +share/icons/breeze-dark/actions/22/channelmixer.svg +share/icons/breeze-dark/actions/22/character-set.svg +share/icons/breeze-dark/actions/22/charcoaltool.svg +share/icons/breeze-dark/actions/22/check_constraint.svg +share/icons/breeze-dark/actions/22/checkbox.svg +share/icons/breeze-dark/actions/22/checkmark.svg +share/icons/breeze-dark/actions/22/child2category.svg +share/icons/breeze-dark/actions/22/choice-rhomb.svg +share/icons/breeze-dark/actions/22/choice-round.svg +share/icons/breeze-dark/actions/22/chronometer-lap.svg +share/icons/breeze-dark/actions/22/chronometer-pause.svg +share/icons/breeze-dark/actions/22/chronometer-reset.svg +share/icons/breeze-dark/actions/22/chronometer-start.svg +share/icons/breeze-dark/actions/22/chronometer.svg +share/icons/breeze-dark/actions/22/class-or-package.svg +share/icons/breeze-dark/actions/22/class.svg +share/icons/breeze-dark/actions/22/clock-large.svg +share/icons/breeze-dark/actions/22/clock.svg +share/icons/breeze-dark/actions/22/cloud-download.svg +share/icons/breeze-dark/actions/22/cloud-upload.svg +share/icons/breeze-dark/actions/22/code-block.svg +share/icons/breeze-dark/actions/22/code-class.svg +share/icons/breeze-dark/actions/22/code-context.svg +share/icons/breeze-dark/actions/22/code-function.svg +share/icons/breeze-dark/actions/22/code-typedef.svg +share/icons/breeze-dark/actions/22/code-variable.svg +share/icons/breeze-dark/actions/22/collection-rescan-amarok.svg +share/icons/breeze-dark/actions/22/color-fill.svg +share/icons/breeze-dark/actions/22/color-gradient.svg +share/icons/breeze-dark/actions/22/color-management.svg +share/icons/breeze-dark/actions/22/color-picker-black.svg +share/icons/breeze-dark/actions/22/color-picker-grey.svg +share/icons/breeze-dark/actions/22/color-picker-white.svg +share/icons/breeze-dark/actions/22/color-picker.svg +share/icons/breeze-dark/actions/22/colorfx.svg +share/icons/breeze-dark/actions/22/colormanagement.svg +share/icons/breeze-dark/actions/22/colorneg.svg +share/icons/breeze-dark/actions/22/colors-chromablue.svg +share/icons/breeze-dark/actions/22/colors-chromagreen.svg +share/icons/breeze-dark/actions/22/colors-chromared.svg +share/icons/breeze-dark/actions/22/colors-luma.svg +share/icons/breeze-dark/actions/22/combined_fragment.svg +share/icons/breeze-dark/actions/22/compass.svg +share/icons/breeze-dark/actions/22/component.svg +share/icons/breeze-dark/actions/22/composition.svg +share/icons/breeze-dark/actions/22/configure-shortcuts.svg +share/icons/breeze-dark/actions/22/configure-toolbars.svg +share/icons/breeze-dark/actions/22/configure.svg +share/icons/breeze-dark/actions/22/contact-new.svg +share/icons/breeze-dark/actions/22/containment.svg +share/icons/breeze-dark/actions/22/contrast.svg +share/icons/breeze-dark/actions/22/coordinate.svg +share/icons/breeze-dark/actions/22/copy-coordinates.svg +share/icons/breeze-dark/actions/22/crosshairs.svg +share/icons/breeze-dark/actions/22/cursor-arrow.svg +share/icons/breeze-dark/actions/22/curve-connector.svg +share/icons/breeze-dark/actions/22/dashboard-show.svg +share/icons/breeze-dark/actions/22/database-change-key.svg +share/icons/breeze-dark/actions/22/database-index.svg +share/icons/breeze-dark/actions/22/datatype.svg +share/icons/breeze-dark/actions/22/debug-execute-from-cursor.svg +share/icons/breeze-dark/actions/22/debug-execute-to-cursor.svg +share/icons/breeze-dark/actions/22/debug-run-cursor.svg +share/icons/breeze-dark/actions/22/debug-run.svg +share/icons/breeze-dark/actions/22/debug-step-instruction.svg +share/icons/breeze-dark/actions/22/debug-step-into-instruction.svg +share/icons/breeze-dark/actions/22/debug-step-into.svg +share/icons/breeze-dark/actions/22/debug-step-out.svg +share/icons/breeze-dark/actions/22/debug-step-over.svg +share/icons/breeze-dark/actions/22/deep-history.svg +share/icons/breeze-dark/actions/22/delete-comment.svg +share/icons/breeze-dark/actions/22/delete-table-row.svg +share/icons/breeze-dark/actions/22/dependency.svg +share/icons/breeze-dark/actions/22/depth16to8.svg +share/icons/breeze-dark/actions/22/depth8to16.svg +share/icons/breeze-dark/actions/22/diag_activity.svg +share/icons/breeze-dark/actions/22/diag_class.svg +share/icons/breeze-dark/actions/22/diag_component.svg +share/icons/breeze-dark/actions/22/dialog-cancel.svg +share/icons/breeze-dark/actions/22/dialog-close.svg +share/icons/breeze-dark/actions/22/dialog-messages.svg +share/icons/breeze-dark/actions/22/dialog-ok-apply.svg +share/icons/breeze-dark/actions/22/dialog-ok.svg +share/icons/breeze-dark/actions/22/dialog-xml-editor.svg +share/icons/breeze-dark/actions/22/dirsync.svg +share/icons/breeze-dark/actions/22/distortionfx.svg +share/icons/breeze-dark/actions/22/distribute-graph-directed.svg +share/icons/breeze-dark/actions/22/distribute-graph.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-baseline.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-center.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-equal.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-gaps.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-left.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-margin.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-page.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-right.svg +share/icons/breeze-dark/actions/22/distribute-horizontal-x.svg +share/icons/breeze-dark/actions/22/distribute-horizontal.svg +share/icons/breeze-dark/actions/22/distribute-randomize.svg +share/icons/breeze-dark/actions/22/distribute-remove-overlaps.svg +share/icons/breeze-dark/actions/22/distribute-unclump.svg +share/icons/breeze-dark/actions/22/distribute-vertical-baseline.svg +share/icons/breeze-dark/actions/22/distribute-vertical-bottom.svg +share/icons/breeze-dark/actions/22/distribute-vertical-center.svg +share/icons/breeze-dark/actions/22/distribute-vertical-equal.svg +share/icons/breeze-dark/actions/22/distribute-vertical-gaps.svg +share/icons/breeze-dark/actions/22/distribute-vertical-margin.svg +share/icons/breeze-dark/actions/22/distribute-vertical-page.svg +share/icons/breeze-dark/actions/22/distribute-vertical-top.svg +share/icons/breeze-dark/actions/22/distribute-vertical-y.svg +share/icons/breeze-dark/actions/22/distribute-vertical.svg +share/icons/breeze-dark/actions/22/document-close.svg +share/icons/breeze-dark/actions/22/document-decrypt.svg +share/icons/breeze-dark/actions/22/document-edit-decrypt-verify.svg +share/icons/breeze-dark/actions/22/document-edit-decrypt.svg +share/icons/breeze-dark/actions/22/document-edit-encrypt.svg +share/icons/breeze-dark/actions/22/document-edit-sign-encrypt.svg +share/icons/breeze-dark/actions/22/document-edit-sign.svg +share/icons/breeze-dark/actions/22/document-edit-verify.svg +share/icons/breeze-dark/actions/22/document-edit.svg +share/icons/breeze-dark/actions/22/document-encrypt.svg +share/icons/breeze-dark/actions/22/document-encrypted.svg +share/icons/breeze-dark/actions/22/document-export-table.svg +share/icons/breeze-dark/actions/22/document-export.svg +share/icons/breeze-dark/actions/22/document-import.svg +share/icons/breeze-dark/actions/22/document-multiple.svg +share/icons/breeze-dark/actions/22/document-new-from-template.svg +share/icons/breeze-dark/actions/22/document-new.svg +share/icons/breeze-dark/actions/22/document-open-data.svg +share/icons/breeze-dark/actions/22/document-open-folder.svg +share/icons/breeze-dark/actions/22/document-open-recent.svg +share/icons/breeze-dark/actions/22/document-open-remote.svg +share/icons/breeze-dark/actions/22/document-open.svg +share/icons/breeze-dark/actions/22/document-preview-archive.svg +share/icons/breeze-dark/actions/22/document-preview.svg +share/icons/breeze-dark/actions/22/document-print-direct.svg +share/icons/breeze-dark/actions/22/document-print-frame.svg +share/icons/breeze-dark/actions/22/document-print-preview.svg +share/icons/breeze-dark/actions/22/document-print.svg +share/icons/breeze-dark/actions/22/document-properties.svg +share/icons/breeze-dark/actions/22/document-revert.svg +share/icons/breeze-dark/actions/22/document-save-all.svg +share/icons/breeze-dark/actions/22/document-save-as-template.svg +share/icons/breeze-dark/actions/22/document-save-as.svg +share/icons/breeze-dark/actions/22/document-save.svg +share/icons/breeze-dark/actions/22/document-share.svg +share/icons/breeze-dark/actions/22/document-sign.svg +share/icons/breeze-dark/actions/22/document-swap.svg +share/icons/breeze-dark/actions/22/documentation.svg +share/icons/breeze-dark/actions/22/documentinfo.svg +share/icons/breeze-dark/actions/22/dontknow.svg +share/icons/breeze-dark/actions/22/download-amarok.svg +share/icons/breeze-dark/actions/22/download-later.svg +share/icons/breeze-dark/actions/22/download.svg +share/icons/breeze-dark/actions/22/draw-arrow-back.svg +share/icons/breeze-dark/actions/22/draw-arrow-down.svg +share/icons/breeze-dark/actions/22/draw-arrow-forward.svg +share/icons/breeze-dark/actions/22/draw-arrow-up.svg +share/icons/breeze-dark/actions/22/draw-bezier-curves.svg +share/icons/breeze-dark/actions/22/draw-brush.svg +share/icons/breeze-dark/actions/22/draw-calligraphic.svg +share/icons/breeze-dark/actions/22/draw-circle.svg +share/icons/breeze-dark/actions/22/draw-connector.svg +share/icons/breeze-dark/actions/22/draw-cross.svg +share/icons/breeze-dark/actions/22/draw-cuboid.svg +share/icons/breeze-dark/actions/22/draw-donut.svg +share/icons/breeze-dark/actions/22/draw-ellipse.svg +share/icons/breeze-dark/actions/22/draw-eraser.svg +share/icons/breeze-dark/actions/22/draw-freehand.svg +share/icons/breeze-dark/actions/22/draw-halfcircle1.svg +share/icons/breeze-dark/actions/22/draw-halfcircle2.svg +share/icons/breeze-dark/actions/22/draw-halfcircle3.svg +share/icons/breeze-dark/actions/22/draw-halfcircle4.svg +share/icons/breeze-dark/actions/22/draw-line.svg +share/icons/breeze-dark/actions/22/draw-path.svg +share/icons/breeze-dark/actions/22/draw-polygon-star.svg +share/icons/breeze-dark/actions/22/draw-polygon.svg +share/icons/breeze-dark/actions/22/draw-polyline.svg +share/icons/breeze-dark/actions/22/draw-rectangle.svg +share/icons/breeze-dark/actions/22/draw-spiral.svg +share/icons/breeze-dark/actions/22/draw-square-inverted-corners.svg +share/icons/breeze-dark/actions/22/draw-star.svg +share/icons/breeze-dark/actions/22/draw-text.svg +share/icons/breeze-dark/actions/22/draw-triangle.svg +share/icons/breeze-dark/actions/22/draw-triangle1.svg +share/icons/breeze-dark/actions/22/draw-triangle2.svg +share/icons/breeze-dark/actions/22/draw-triangle3.svg +share/icons/breeze-dark/actions/22/draw-triangle4.svg +share/icons/breeze-dark/actions/22/draw-watercolor.svg +share/icons/breeze-dark/actions/22/dynamic-amarok.svg +share/icons/breeze-dark/actions/22/earthquake.svg +share/icons/breeze-dark/actions/22/edit-bomb.svg +share/icons/breeze-dark/actions/22/edit-clear-history.svg +share/icons/breeze-dark/actions/22/edit-clear-list.svg +share/icons/breeze-dark/actions/22/edit-clear-locationbar-ltr.svg +share/icons/breeze-dark/actions/22/edit-clear-locationbar-rtl.svg +share/icons/breeze-dark/actions/22/edit-clear.svg +share/icons/breeze-dark/actions/22/edit-clone.svg +share/icons/breeze-dark/actions/22/edit-comment.svg +share/icons/breeze-dark/actions/22/edit-copy.svg +share/icons/breeze-dark/actions/22/edit-cut.svg +share/icons/breeze-dark/actions/22/edit-delete-shred.svg +share/icons/breeze-dark/actions/22/edit-delete.svg +share/icons/breeze-dark/actions/22/edit-download.svg +share/icons/breeze-dark/actions/22/edit-entry.svg +share/icons/breeze-dark/actions/22/edit-find-mail.svg +share/icons/breeze-dark/actions/22/edit-find-project.svg +share/icons/breeze-dark/actions/22/edit-find-replace.svg +share/icons/breeze-dark/actions/22/edit-find-user.svg +share/icons/breeze-dark/actions/22/edit-find.svg +share/icons/breeze-dark/actions/22/edit-group.svg +share/icons/breeze-dark/actions/22/edit-guides.svg +share/icons/breeze-dark/actions/22/edit-image-face-add.svg +share/icons/breeze-dark/actions/22/edit-image-face-detect.svg +share/icons/breeze-dark/actions/22/edit-image-face-recognize.svg +share/icons/breeze-dark/actions/22/edit-image-face-show.svg +share/icons/breeze-dark/actions/22/edit-link.svg +share/icons/breeze-dark/actions/22/edit-map.svg +share/icons/breeze-dark/actions/22/edit-node.svg +share/icons/breeze-dark/actions/22/edit-paste-in-place.svg +share/icons/breeze-dark/actions/22/edit-paste.svg +share/icons/breeze-dark/actions/22/edit-redo.svg +share/icons/breeze-dark/actions/22/edit-rename.svg +share/icons/breeze-dark/actions/22/edit-select-all.svg +share/icons/breeze-dark/actions/22/edit-select-invert.svg +share/icons/breeze-dark/actions/22/edit-select-lasso.svg +share/icons/breeze-dark/actions/22/edit-select-none.svg +share/icons/breeze-dark/actions/22/edit-select.svg +share/icons/breeze-dark/actions/22/edit-table-cell-merge.svg +share/icons/breeze-dark/actions/22/edit-table-cell-split.svg +share/icons/breeze-dark/actions/22/edit-table-delete-column.svg +share/icons/breeze-dark/actions/22/edit-table-delete-row.svg +share/icons/breeze-dark/actions/22/edit-table-insert-column-left.svg +share/icons/breeze-dark/actions/22/edit-table-insert-column-right.svg +share/icons/breeze-dark/actions/22/edit-table-insert-row-above.svg +share/icons/breeze-dark/actions/22/edit-table-insert-row-below.svg +share/icons/breeze-dark/actions/22/edit-table-insert-row-under.svg +share/icons/breeze-dark/actions/22/edit-text-frame-update.svg +share/icons/breeze-dark/actions/22/edit-undo.svg +share/icons/breeze-dark/actions/22/editimage.svg +share/icons/breeze-dark/actions/22/editor.svg +share/icons/breeze-dark/actions/22/embosstool.svg +share/icons/breeze-dark/actions/22/end_of_life.svg +share/icons/breeze-dark/actions/22/end_state.svg +share/icons/breeze-dark/actions/22/entity.svg +share/icons/breeze-dark/actions/22/entry-delete.svg +share/icons/breeze-dark/actions/22/entry-edit.svg +share/icons/breeze-dark/actions/22/entry-new.svg +share/icons/breeze-dark/actions/22/enum.svg +share/icons/breeze-dark/actions/22/error.svg +share/icons/breeze-dark/actions/22/escape-direction-all.svg +share/icons/breeze-dark/actions/22/escape-direction-down.svg +share/icons/breeze-dark/actions/22/escape-direction-horizontal.svg +share/icons/breeze-dark/actions/22/escape-direction-left.svg +share/icons/breeze-dark/actions/22/escape-direction-right.svg +share/icons/breeze-dark/actions/22/escape-direction-up.svg +share/icons/breeze-dark/actions/22/escape-direction-vertical.svg +share/icons/breeze-dark/actions/22/exception.svg +share/icons/breeze-dark/actions/22/exchange-positions-clockwise.svg +share/icons/breeze-dark/actions/22/exchange-positions-zorder.svg +share/icons/breeze-dark/actions/22/exchange-positions.svg +share/icons/breeze-dark/actions/22/exifinfo.svg +share/icons/breeze-dark/actions/22/favorite-genres-amarok.svg +share/icons/breeze-dark/actions/22/feed-subscribe.svg +share/icons/breeze-dark/actions/22/file-zoom-in.svg +share/icons/breeze-dark/actions/22/file-zoom-out.svg +share/icons/breeze-dark/actions/22/filename-album-amarok.svg +share/icons/breeze-dark/actions/22/filename-and-amarok.svg +share/icons/breeze-dark/actions/22/filename-artist-amarok.svg +share/icons/breeze-dark/actions/22/filename-bpm-amarok.svg +share/icons/breeze-dark/actions/22/filename-comment-amarok.svg +share/icons/breeze-dark/actions/22/filename-composer-amarok.svg +share/icons/breeze-dark/actions/22/filename-dash-amarok.svg +share/icons/breeze-dark/actions/22/filename-discnumber-amarok.svg +share/icons/breeze-dark/actions/22/filename-divider.svg +share/icons/breeze-dark/actions/22/filename-dot-amarok.svg +share/icons/breeze-dark/actions/22/filename-filetype-amarok.svg +share/icons/breeze-dark/actions/22/filename-genre-amarok.svg +share/icons/breeze-dark/actions/22/filename-group-length.svg +share/icons/breeze-dark/actions/22/filename-group-tracks.svg +share/icons/breeze-dark/actions/22/filename-ignore-amarok.svg +share/icons/breeze-dark/actions/22/filename-initial-amarok.svg +share/icons/breeze-dark/actions/22/filename-last-played.svg +share/icons/breeze-dark/actions/22/filename-moodbar.svg +share/icons/breeze-dark/actions/22/filename-sample-rate.svg +share/icons/breeze-dark/actions/22/filename-slash-amarok.svg +share/icons/breeze-dark/actions/22/filename-space-amarok.svg +share/icons/breeze-dark/actions/22/filename-title-amarok.svg +share/icons/breeze-dark/actions/22/filename-track-amarok.svg +share/icons/breeze-dark/actions/22/filename-underscore-amarok.svg +share/icons/breeze-dark/actions/22/filename-year-amarok.svg +share/icons/breeze-dark/actions/22/fileview-preview.svg +share/icons/breeze-dark/actions/22/fill-color.svg +share/icons/breeze-dark/actions/22/filmgrain.svg +share/icons/breeze-dark/actions/22/final_activity.svg +share/icons/breeze-dark/actions/22/flag-black.svg +share/icons/breeze-dark/actions/22/flag-blue.svg +share/icons/breeze-dark/actions/22/flag-green.svg +share/icons/breeze-dark/actions/22/flag-red.svg +share/icons/breeze-dark/actions/22/flag-yellow.svg +share/icons/breeze-dark/actions/22/flag.svg +share/icons/breeze-dark/actions/22/flash.svg +share/icons/breeze-dark/actions/22/folder-html.svg +share/icons/breeze-dark/actions/22/folder-new.svg +share/icons/breeze-dark/actions/22/folder-sync.svg +share/icons/breeze-dark/actions/22/followmouse.svg +share/icons/breeze-dark/actions/22/foreignkey_constraint.svg +share/icons/breeze-dark/actions/22/fork.svg +share/icons/breeze-dark/actions/22/format-add-node.svg +share/icons/breeze-dark/actions/22/format-align-vertical-bottom.svg +share/icons/breeze-dark/actions/22/format-align-vertical-center.svg +share/icons/breeze-dark/actions/22/format-align-vertical-top.svg +share/icons/breeze-dark/actions/22/format-border-set-all.svg +share/icons/breeze-dark/actions/22/format-border-set-bottom.svg +share/icons/breeze-dark/actions/22/format-border-set-diagonal-bl-tr.svg +share/icons/breeze-dark/actions/22/format-border-set-diagonal-tl-br.svg +share/icons/breeze-dark/actions/22/format-border-set-external.svg +share/icons/breeze-dark/actions/22/format-border-set-internal-horizontal.svg +share/icons/breeze-dark/actions/22/format-border-set-internal-vertical.svg +share/icons/breeze-dark/actions/22/format-border-set-internal.svg +share/icons/breeze-dark/actions/22/format-border-set-left.svg +share/icons/breeze-dark/actions/22/format-border-set-none.svg +share/icons/breeze-dark/actions/22/format-border-set-right.svg +share/icons/breeze-dark/actions/22/format-border-set-top.svg +share/icons/breeze-dark/actions/22/format-border-style.svg +share/icons/breeze-dark/actions/22/format-break-node.svg +share/icons/breeze-dark/actions/22/format-connect-node.svg +share/icons/breeze-dark/actions/22/format-convert-to-path.svg +share/icons/breeze-dark/actions/22/format-currency.svg +share/icons/breeze-dark/actions/22/format-disconnect-node.svg +share/icons/breeze-dark/actions/22/format-fill-color.svg +share/icons/breeze-dark/actions/22/format-font-size-less.svg +share/icons/breeze-dark/actions/22/format-font-size-more.svg +share/icons/breeze-dark/actions/22/format-indent-less.svg +share/icons/breeze-dark/actions/22/format-indent-more.svg +share/icons/breeze-dark/actions/22/format-insert-node.svg +share/icons/breeze-dark/actions/22/format-join-node.svg +share/icons/breeze-dark/actions/22/format-justify-center.svg +share/icons/breeze-dark/actions/22/format-justify-fill.svg +share/icons/breeze-dark/actions/22/format-justify-left.svg +share/icons/breeze-dark/actions/22/format-justify-right.svg +share/icons/breeze-dark/actions/22/format-line-spacing-double.svg +share/icons/breeze-dark/actions/22/format-line-spacing-normal.svg +share/icons/breeze-dark/actions/22/format-line-spacing-triple.svg +share/icons/breeze-dark/actions/22/format-list-ordered.svg +share/icons/breeze-dark/actions/22/format-list-unordered.svg +share/icons/breeze-dark/actions/22/format-node-corner.svg +share/icons/breeze-dark/actions/22/format-node-curve.svg +share/icons/breeze-dark/actions/22/format-node-line.svg +share/icons/breeze-dark/actions/22/format-node-smooth.svg +share/icons/breeze-dark/actions/22/format-node-symmetric.svg +share/icons/breeze-dark/actions/22/format-number-percent.svg +share/icons/breeze-dark/actions/22/format-precision-less.svg +share/icons/breeze-dark/actions/22/format-precision-more.svg +share/icons/breeze-dark/actions/22/format-remove-node.svg +share/icons/breeze-dark/actions/22/format-segment-curve.svg +share/icons/breeze-dark/actions/22/format-segment-line.svg +share/icons/breeze-dark/actions/22/format-stroke-color.svg +share/icons/breeze-dark/actions/22/format-text-blockquote.svg +share/icons/breeze-dark/actions/22/format-text-bold.svg +share/icons/breeze-dark/actions/22/format-text-capitalize.svg +share/icons/breeze-dark/actions/22/format-text-code.svg +share/icons/breeze-dark/actions/22/format-text-color.svg +share/icons/breeze-dark/actions/22/format-text-direction-horizontal.svg +share/icons/breeze-dark/actions/22/format-text-direction-ltr.svg +share/icons/breeze-dark/actions/22/format-text-direction-rtl.svg +share/icons/breeze-dark/actions/22/format-text-direction-vertical.svg +share/icons/breeze-dark/actions/22/format-text-italic.svg +share/icons/breeze-dark/actions/22/format-text-lowercase.svg +share/icons/breeze-dark/actions/22/format-text-strikethrough.svg +share/icons/breeze-dark/actions/22/format-text-subscript.svg +share/icons/breeze-dark/actions/22/format-text-superscript.svg +share/icons/breeze-dark/actions/22/format-text-symbol.svg +share/icons/breeze-dark/actions/22/format-text-underline.svg +share/icons/breeze-dark/actions/22/format-text-uppercase.svg +share/icons/breeze-dark/actions/22/formula.svg +share/icons/breeze-dark/actions/22/freerotation.svg +share/icons/breeze-dark/actions/22/games-achievements.svg +share/icons/breeze-dark/actions/22/games-config-background.svg +share/icons/breeze-dark/actions/22/games-config-board.svg +share/icons/breeze-dark/actions/22/games-config-custom.svg +share/icons/breeze-dark/actions/22/games-config-options.svg +share/icons/breeze-dark/actions/22/games-config-theme.svg +share/icons/breeze-dark/actions/22/games-config-tiles.svg +share/icons/breeze-dark/actions/22/games-difficult.svg +share/icons/breeze-dark/actions/22/games-endturn.svg +share/icons/breeze-dark/actions/22/games-highscores.svg +share/icons/breeze-dark/actions/22/games-hint.svg +share/icons/breeze-dark/actions/22/games-solve.svg +share/icons/breeze-dark/actions/22/geany-build.svg +share/icons/breeze-dark/actions/22/geany-close-all.svg +share/icons/breeze-dark/actions/22/geany-save-all.svg +share/icons/breeze-dark/actions/22/generalisation.svg +share/icons/breeze-dark/actions/22/generalise.svg +share/icons/breeze-dark/actions/22/get-hot-new-stuff.svg +share/icons/breeze-dark/actions/22/globe.svg +share/icons/breeze-dark/actions/22/go-bottom.svg +share/icons/breeze-dark/actions/22/go-down-search.svg +share/icons/breeze-dark/actions/22/go-down.svg +share/icons/breeze-dark/actions/22/go-first-view-page.svg +share/icons/breeze-dark/actions/22/go-first-view.svg +share/icons/breeze-dark/actions/22/go-first.svg +share/icons/breeze-dark/actions/22/go-home-large.svg +share/icons/breeze-dark/actions/22/go-home.svg +share/icons/breeze-dark/actions/22/go-jump-declaration.svg +share/icons/breeze-dark/actions/22/go-jump-definition.svg +share/icons/breeze-dark/actions/22/go-jump-locationbar.svg +share/icons/breeze-dark/actions/22/go-jump-today.svg +share/icons/breeze-dark/actions/22/go-jump.svg +share/icons/breeze-dark/actions/22/go-last-view-page.svg +share/icons/breeze-dark/actions/22/go-last-view.svg +share/icons/breeze-dark/actions/22/go-last.svg +share/icons/breeze-dark/actions/22/go-next-context.svg +share/icons/breeze-dark/actions/22/go-next-use.svg +share/icons/breeze-dark/actions/22/go-next-view-page.svg +share/icons/breeze-dark/actions/22/go-next-view.svg +share/icons/breeze-dark/actions/22/go-next.svg +share/icons/breeze-dark/actions/22/go-parent-folder.svg +share/icons/breeze-dark/actions/22/go-previous-context.svg +share/icons/breeze-dark/actions/22/go-previous-use.svg +share/icons/breeze-dark/actions/22/go-previous-view-page.svg +share/icons/breeze-dark/actions/22/go-previous-view.svg +share/icons/breeze-dark/actions/22/go-previous.svg +share/icons/breeze-dark/actions/22/go-top.svg +share/icons/breeze-dark/actions/22/go-up-search.svg +share/icons/breeze-dark/actions/22/go-up.svg +share/icons/breeze-dark/actions/22/gpg.svg +share/icons/breeze-dark/actions/22/gpgsm.svg +share/icons/breeze-dark/actions/22/gps.svg +share/icons/breeze-dark/actions/22/grid-rectangular.svg +share/icons/breeze-dark/actions/22/group-delete.svg +share/icons/breeze-dark/actions/22/group-edit.svg +share/icons/breeze-dark/actions/22/group-new.svg +share/icons/breeze-dark/actions/22/group.svg +share/icons/breeze-dark/actions/22/gtk-add.svg +share/icons/breeze-dark/actions/22/gtk-apply.svg +share/icons/breeze-dark/actions/22/gtk-authentication.svg +share/icons/breeze-dark/actions/22/gtk-bold.svg +share/icons/breeze-dark/actions/22/gtk-cancel.svg +share/icons/breeze-dark/actions/22/gtk-cdrom.svg +share/icons/breeze-dark/actions/22/gtk-clear.svg +share/icons/breeze-dark/actions/22/gtk-close.svg +share/icons/breeze-dark/actions/22/gtk-color-picker.svg +share/icons/breeze-dark/actions/22/gtk-connect.svg +share/icons/breeze-dark/actions/22/gtk-convert.svg +share/icons/breeze-dark/actions/22/gtk-disconnect.svg +share/icons/breeze-dark/actions/22/gtk-edit.svg +share/icons/breeze-dark/actions/22/gtk-execute.svg +share/icons/breeze-dark/actions/22/gtk-floppy.svg +share/icons/breeze-dark/actions/22/gtk-index.svg +share/icons/breeze-dark/actions/22/gtk-no.svg +share/icons/breeze-dark/actions/22/gtk-ok.svg +share/icons/breeze-dark/actions/22/gtk-preferences.svg +share/icons/breeze-dark/actions/22/gtk-properties.svg +share/icons/breeze-dark/actions/22/gtk-quit.svg +share/icons/breeze-dark/actions/22/gtk-select-color.svg +share/icons/breeze-dark/actions/22/gtk-select-font.svg +share/icons/breeze-dark/actions/22/gtk-stop.svg +share/icons/breeze-dark/actions/22/gtk-undelete-ltr.svg +share/icons/breeze-dark/actions/22/gtk-undelete-rtl.svg +share/icons/breeze-dark/actions/22/gtk-yes.svg +share/icons/breeze-dark/actions/22/guides.svg +share/icons/breeze-dark/actions/22/handle-left.svg +share/icons/breeze-dark/actions/22/handle-right.svg +share/icons/breeze-dark/actions/22/help-about.svg +share/icons/breeze-dark/actions/22/help-contents.svg +share/icons/breeze-dark/actions/22/help-contextual.svg +share/icons/breeze-dark/actions/22/help-donate.svg +share/icons/breeze-dark/actions/22/help-feedback.svg +share/icons/breeze-dark/actions/22/help-hint.svg +share/icons/breeze-dark/actions/22/help-keybord-shortcuts.svg +share/icons/breeze-dark/actions/22/help-whatsthis.svg +share/icons/breeze-dark/actions/22/hidemouse.svg +share/icons/breeze-dark/actions/22/hint.svg +share/icons/breeze-dark/actions/22/hotpixels.svg +share/icons/breeze-dark/actions/22/identity.svg +share/icons/breeze-dark/actions/22/im-aim.svg +share/icons/breeze-dark/actions/22/im-ban-kick-user.svg +share/icons/breeze-dark/actions/22/im-ban-user.svg +share/icons/breeze-dark/actions/22/im-facebook.svg +share/icons/breeze-dark/actions/22/im-gadugadu.svg +share/icons/breeze-dark/actions/22/im-google-talk.svg +share/icons/breeze-dark/actions/22/im-google.svg +share/icons/breeze-dark/actions/22/im-icq.svg +share/icons/breeze-dark/actions/22/im-identi.ca.svg +share/icons/breeze-dark/actions/22/im-invisible-user.svg +share/icons/breeze-dark/actions/22/im-irc.svg +share/icons/breeze-dark/actions/22/im-jabber.svg +share/icons/breeze-dark/actions/22/im-kick-user.svg +share/icons/breeze-dark/actions/22/im-msn.svg +share/icons/breeze-dark/actions/22/im-qq.svg +share/icons/breeze-dark/actions/22/im-skype.svg +share/icons/breeze-dark/actions/22/im-twitter.svg +share/icons/breeze-dark/actions/22/im-user-away.svg +share/icons/breeze-dark/actions/22/im-user-busy.svg +share/icons/breeze-dark/actions/22/im-user-offline.svg +share/icons/breeze-dark/actions/22/im-user-online.svg +share/icons/breeze-dark/actions/22/im-user.svg +share/icons/breeze-dark/actions/22/im-yahoo.svg +share/icons/breeze-dark/actions/22/imagecomment.svg +share/icons/breeze-dark/actions/22/initial_state.svg +share/icons/breeze-dark/actions/22/inpainting.svg +share/icons/breeze-dark/actions/22/insert-button.svg +share/icons/breeze-dark/actions/22/insert-endnote.svg +share/icons/breeze-dark/actions/22/insert-footnote.svg +share/icons/breeze-dark/actions/22/insert-horizontal-rule.svg +share/icons/breeze-dark/actions/22/insert-image.svg +share/icons/breeze-dark/actions/22/insert-link.svg +share/icons/breeze-dark/actions/22/insert-math-expression.svg +share/icons/breeze-dark/actions/22/insert-more-mark.svg +share/icons/breeze-dark/actions/22/insert-page-break.svg +share/icons/breeze-dark/actions/22/insert-table-of-contents.svg +share/icons/breeze-dark/actions/22/insert-table-row.svg +share/icons/breeze-dark/actions/22/insert-table.svg +share/icons/breeze-dark/actions/22/insert-tableofcontents.svg +share/icons/breeze-dark/actions/22/insert-text-frame.svg +share/icons/breeze-dark/actions/22/insert-text.svg +share/icons/breeze-dark/actions/22/interface.svg +share/icons/breeze-dark/actions/22/internet-amarok.svg +share/icons/breeze-dark/actions/22/invertimage.svg +share/icons/breeze-dark/actions/22/irc-channel-active.svg +share/icons/breeze-dark/actions/22/irc-channel-inactive.svg +share/icons/breeze-dark/actions/22/irc-close-channel.svg +share/icons/breeze-dark/actions/22/irc-join-channel.svg +share/icons/breeze-dark/actions/22/irc-operator.svg +share/icons/breeze-dark/actions/22/irc-remove-operator.svg +share/icons/breeze-dark/actions/22/irc-unvoice.svg +share/icons/breeze-dark/actions/22/irc-voice.svg +share/icons/breeze-dark/actions/22/join.svg +share/icons/breeze-dark/actions/22/journal-new.svg +share/icons/breeze-dark/actions/22/junction.svg +share/icons/breeze-dark/actions/22/kdenlive-add-clip.svg +share/icons/breeze-dark/actions/22/kdenlive-add-color-clip.svg +share/icons/breeze-dark/actions/22/kdenlive-add-slide-clip.svg +share/icons/breeze-dark/actions/22/kdenlive-add-text-clip.svg +share/icons/breeze-dark/actions/22/kdenlive-align-bottom.svg +share/icons/breeze-dark/actions/22/kdenlive-align-hor.svg +share/icons/breeze-dark/actions/22/kdenlive-align-left.svg +share/icons/breeze-dark/actions/22/kdenlive-align-none.svg +share/icons/breeze-dark/actions/22/kdenlive-align-right.svg +share/icons/breeze-dark/actions/22/kdenlive-align-top.svg +share/icons/breeze-dark/actions/22/kdenlive-align-vert.svg +share/icons/breeze-dark/actions/22/kdenlive-custom-effect.svg +share/icons/breeze-dark/actions/22/kdenlive-deleffect.svg +share/icons/breeze-dark/actions/22/kdenlive-down.svg +share/icons/breeze-dark/actions/22/kdenlive-hide-audio.svg +share/icons/breeze-dark/actions/22/kdenlive-hide-video.svg +share/icons/breeze-dark/actions/22/kdenlive-insert-edit.svg +share/icons/breeze-dark/actions/22/kdenlive-insert-rect.svg +share/icons/breeze-dark/actions/22/kdenlive-insert-unicode.svg +share/icons/breeze-dark/actions/22/kdenlive-lock.svg +share/icons/breeze-dark/actions/22/kdenlive-menu.svg +share/icons/breeze-dark/actions/22/kdenlive-normal-edit.svg +share/icons/breeze-dark/actions/22/kdenlive-object-height.svg +share/icons/breeze-dark/actions/22/kdenlive-object-width.svg +share/icons/breeze-dark/actions/22/kdenlive-overwrite-edit.svg +share/icons/breeze-dark/actions/22/kdenlive-select-all.svg +share/icons/breeze-dark/actions/22/kdenlive-select-images.svg +share/icons/breeze-dark/actions/22/kdenlive-select-rects.svg +share/icons/breeze-dark/actions/22/kdenlive-select-texts.svg +share/icons/breeze-dark/actions/22/kdenlive-select-tool.svg +share/icons/breeze-dark/actions/22/kdenlive-show-audio.svg +share/icons/breeze-dark/actions/22/kdenlive-show-audiothumb.svg +share/icons/breeze-dark/actions/22/kdenlive-show-markers.svg +share/icons/breeze-dark/actions/22/kdenlive-show-video.svg +share/icons/breeze-dark/actions/22/kdenlive-show-videothumb.svg +share/icons/breeze-dark/actions/22/kdenlive-snap.svg +share/icons/breeze-dark/actions/22/kdenlive-spacer-tool.svg +share/icons/breeze-dark/actions/22/kdenlive-split-audio.svg +share/icons/breeze-dark/actions/22/kdenlive-track_has_effect.svg +share/icons/breeze-dark/actions/22/kdenlive-unlock.svg +share/icons/breeze-dark/actions/22/kdenlive-unselect-all.svg +share/icons/breeze-dark/actions/22/kdenlive-up.svg +share/icons/breeze-dark/actions/22/kdenlive-zindex-bottom.svg +share/icons/breeze-dark/actions/22/kdenlive-zindex-down.svg +share/icons/breeze-dark/actions/22/kdenlive-zindex-top.svg +share/icons/breeze-dark/actions/22/kdenlive-zindex-up.svg +share/icons/breeze-dark/actions/22/kdenlive-zone-end.svg +share/icons/breeze-dark/actions/22/kdenlive-zone-start.svg +share/icons/breeze-dark/actions/22/kdenlive-zoom-large.svg +share/icons/breeze-dark/actions/22/kdenlive-zoom-small.svg +share/icons/breeze-dark/actions/22/kdocumentinfo.svg +share/icons/breeze-dark/actions/22/key-enter.svg +share/icons/breeze-dark/actions/22/kmousetool_off.svg +share/icons/breeze-dark/actions/22/kmousetool_on.svg +share/icons/breeze-dark/actions/22/kmouth-phrase-new.svg +share/icons/breeze-dark/actions/22/kmouth-phrase.svg +share/icons/breeze-dark/actions/22/kmouth-phrasebook.svg +share/icons/breeze-dark/actions/22/kmouth-phresebook-new.svg +share/icons/breeze-dark/actions/22/knotes_alarm.svg +share/icons/breeze-dark/actions/22/knotes_date.svg +share/icons/breeze-dark/actions/22/knotes_delete.svg +share/icons/breeze-dark/actions/22/know.svg +share/icons/breeze-dark/actions/22/kontes_close.svg +share/icons/breeze-dark/actions/22/kr_combine.svg +share/icons/breeze-dark/actions/22/kr_comparedirs.svg +share/icons/breeze-dark/actions/22/kr_diskusage.svg +share/icons/breeze-dark/actions/22/kr_jumpback.svg +share/icons/breeze-dark/actions/22/kr_mountman.svg +share/icons/breeze-dark/actions/22/kr_setjumpback.svg +share/icons/breeze-dark/actions/22/kr_syncbrowse_off.svg +share/icons/breeze-dark/actions/22/kr_syncbrowse_on.svg +share/icons/breeze-dark/actions/22/kr_unselect.svg +share/icons/breeze-dark/actions/22/kstars_advanced.svg +share/icons/breeze-dark/actions/22/kstars_catalog.svg +share/icons/breeze-dark/actions/22/kstars_cbound.svg +share/icons/breeze-dark/actions/22/kstars_clines.svg +share/icons/breeze-dark/actions/22/kstars_cnames.svg +share/icons/breeze-dark/actions/22/kstars_colors.svg +share/icons/breeze-dark/actions/22/kstars_constellationart.svg +share/icons/breeze-dark/actions/22/kstars_deepsky.svg +share/icons/breeze-dark/actions/22/kstars_ekos.svg +share/icons/breeze-dark/actions/22/kstars_fitsviewer.svg +share/icons/breeze-dark/actions/22/kstars_flag.svg +share/icons/breeze-dark/actions/22/kstars_grid.svg +share/icons/breeze-dark/actions/22/kstars_guides.svg +share/icons/breeze-dark/actions/22/kstars_hgrid.svg +share/icons/breeze-dark/actions/22/kstars_horizon.svg +share/icons/breeze-dark/actions/22/kstars_indi.svg +share/icons/breeze-dark/actions/22/kstars_mw.svg +share/icons/breeze-dark/actions/22/kstars_planets.svg +share/icons/breeze-dark/actions/22/kstars_satellites.svg +share/icons/breeze-dark/actions/22/kstars_solarsystem.svg +share/icons/breeze-dark/actions/22/kstars_stars.svg +share/icons/breeze-dark/actions/22/kstars_supernovae.svg +share/icons/breeze-dark/actions/22/kstars_xplanet.svg +share/icons/breeze-dark/actions/22/kt-add-feeds.svg +share/icons/breeze-dark/actions/22/kt-add-filters.svg +share/icons/breeze-dark/actions/22/kt-bandwidth-scheduler.svg +share/icons/breeze-dark/actions/22/kt-change-tracker.svg +share/icons/breeze-dark/actions/22/kt-check-data.svg +share/icons/breeze-dark/actions/22/kt-chunks.svg +share/icons/breeze-dark/actions/22/kt-encrypted.svg +share/icons/breeze-dark/actions/22/kt-info-widget.svg +share/icons/breeze-dark/actions/22/kt-magnet.svg +share/icons/breeze-dark/actions/22/kt-pause.svg +share/icons/breeze-dark/actions/22/kt-plugins.svg +share/icons/breeze-dark/actions/22/kt-queue-manager.svg +share/icons/breeze-dark/actions/22/kt-remove-feeds.svg +share/icons/breeze-dark/actions/22/kt-remove-filters.svg +share/icons/breeze-dark/actions/22/kt-remove.svg +share/icons/breeze-dark/actions/22/kt-restore-defaults.svg +share/icons/breeze-dark/actions/22/kt-set-max-download-speed.svg +share/icons/breeze-dark/actions/22/kt-set-max-upload-speed.svg +share/icons/breeze-dark/actions/22/kt-show-statusbar.svg +share/icons/breeze-dark/actions/22/kt-speed-limits.svg +share/icons/breeze-dark/actions/22/kt-start-all.svg +share/icons/breeze-dark/actions/22/kt-start.svg +share/icons/breeze-dark/actions/22/kt-stop-all.svg +share/icons/breeze-dark/actions/22/kt-stop.svg +share/icons/breeze-dark/actions/22/ktnef_extract_to.svg +share/icons/breeze-dark/actions/22/label-amarok.svg +share/icons/breeze-dark/actions/22/labplot-1x-zoom.svg +share/icons/breeze-dark/actions/22/labplot-2x-zoom.svg +share/icons/breeze-dark/actions/22/labplot-3x-zoom.svg +share/icons/breeze-dark/actions/22/labplot-4x-zoom.svg +share/icons/breeze-dark/actions/22/labplot-5x-zoom.svg +share/icons/breeze-dark/actions/22/labplot-TeX-logo.svg +share/icons/breeze-dark/actions/22/labplot-auto-scale-all.svg +share/icons/breeze-dark/actions/22/labplot-auto-scale-x.svg +share/icons/breeze-dark/actions/22/labplot-auto-scale-y.svg +share/icons/breeze-dark/actions/22/labplot-axis-horizontal.svg +share/icons/breeze-dark/actions/22/labplot-axis-vertical.svg +share/icons/breeze-dark/actions/22/labplot-cursor-arrow.svg +share/icons/breeze-dark/actions/22/labplot-format-text-symbol.svg +share/icons/breeze-dark/actions/22/labplot-matrix-new.svg +share/icons/breeze-dark/actions/22/labplot-matrix.svg +share/icons/breeze-dark/actions/22/labplot-plot-axis-points.svg +share/icons/breeze-dark/actions/22/labplot-shift-down-y.svg +share/icons/breeze-dark/actions/22/labplot-shift-left-x.svg +share/icons/breeze-dark/actions/22/labplot-shift-right-x.svg +share/icons/breeze-dark/actions/22/labplot-shift-up-y.svg +share/icons/breeze-dark/actions/22/labplot-transform-move.svg +share/icons/breeze-dark/actions/22/labplot-workbook-new.svg +share/icons/breeze-dark/actions/22/labplot-workbook.svg +share/icons/breeze-dark/actions/22/labplot-worksheet-new.svg +share/icons/breeze-dark/actions/22/labplot-worksheet.svg +share/icons/breeze-dark/actions/22/labplot-xy-curve-segments.svg +share/icons/breeze-dark/actions/22/labplot-xy-curve.svg +share/icons/breeze-dark/actions/22/labplot-xy-equation-curve.svg +share/icons/breeze-dark/actions/22/labplot-xy-fit-curve.svg +share/icons/breeze-dark/actions/22/labplot-xy-fourier-filter-curve.svg +share/icons/breeze-dark/actions/22/labplot-xy-fourier-transform-curve.svg +share/icons/breeze-dark/actions/22/labplot-xy-interpolation-curve.svg +share/icons/breeze-dark/actions/22/labplot-xy-plot-four-axes.svg +share/icons/breeze-dark/actions/22/labplot-xy-plot-two-axes-centered-origin.svg +share/icons/breeze-dark/actions/22/labplot-xy-plot-two-axes-centered.svg +share/icons/breeze-dark/actions/22/labplot-xy-plot-two-axes.svg +share/icons/breeze-dark/actions/22/labplot-xy-smoothing-curve.svg +share/icons/breeze-dark/actions/22/labplot-zoom-in-x.svg +share/icons/breeze-dark/actions/22/labplot-zoom-in-y.svg +share/icons/breeze-dark/actions/22/labplot-zoom-out-x.svg +share/icons/breeze-dark/actions/22/labplot-zoom-out-y.svg +share/icons/breeze-dark/actions/22/labplot-zoom-select-x.svg +share/icons/breeze-dark/actions/22/labplot-zoom-select-y.svg +share/icons/breeze-dark/actions/22/labplot-zoom-select.svg +share/icons/breeze-dark/actions/22/languages.svg +share/icons/breeze-dark/actions/22/layer-visible-off.svg +share/icons/breeze-dark/actions/22/layer-visible-on.svg +share/icons/breeze-dark/actions/22/lensautofix.svg +share/icons/breeze-dark/actions/22/lensdistortion.svg +share/icons/breeze-dark/actions/22/license.svg +share/icons/breeze-dark/actions/22/lighttable.svg +share/icons/breeze-dark/actions/22/lighttableadd.svg +share/icons/breeze-dark/actions/22/lines-connector.svg +share/icons/breeze-dark/actions/22/list-add-font.svg +share/icons/breeze-dark/actions/22/list-add-user.svg +share/icons/breeze-dark/actions/22/list-add.svg +share/icons/breeze-dark/actions/22/list-remove-user.svg +share/icons/breeze-dark/actions/22/list-remove.svg +share/icons/breeze-dark/actions/22/list-resource-add.svg +share/icons/breeze-dark/actions/22/lock.svg +share/icons/breeze-dark/actions/22/love-amarok.svg +share/icons/breeze-dark/actions/22/mail-attachment.svg +share/icons/breeze-dark/actions/22/mail-deleted.svg +share/icons/breeze-dark/actions/22/mail-encrypted-full.svg +share/icons/breeze-dark/actions/22/mail-encrypted-part.svg +share/icons/breeze-dark/actions/22/mail-encrypted.svg +share/icons/breeze-dark/actions/22/mail-flag.svg +share/icons/breeze-dark/actions/22/mail-forward.svg +share/icons/breeze-dark/actions/22/mail-forwarded-replied.svg +share/icons/breeze-dark/actions/22/mail-forwarded.svg +share/icons/breeze-dark/actions/22/mail-invitation.svg +share/icons/breeze-dark/actions/22/mail-mark-important.svg +share/icons/breeze-dark/actions/22/mail-mark-junk.svg +share/icons/breeze-dark/actions/22/mail-mark-notjunk.svg +share/icons/breeze-dark/actions/22/mail-mark-read.svg +share/icons/breeze-dark/actions/22/mail-mark-task.svg +share/icons/breeze-dark/actions/22/mail-mark-unread-new.svg +share/icons/breeze-dark/actions/22/mail-mark-unread.svg +share/icons/breeze-dark/actions/22/mail-meeting-request-reply.svg +share/icons/breeze-dark/actions/22/mail-message-new-list.svg +share/icons/breeze-dark/actions/22/mail-message-new.svg +share/icons/breeze-dark/actions/22/mail-queue.svg +share/icons/breeze-dark/actions/22/mail-queued.svg +share/icons/breeze-dark/actions/22/mail-read.svg +share/icons/breeze-dark/actions/22/mail-receive.svg +share/icons/breeze-dark/actions/22/mail-replied.svg +share/icons/breeze-dark/actions/22/mail-reply-all.svg +share/icons/breeze-dark/actions/22/mail-reply-custom-all.svg +share/icons/breeze-dark/actions/22/mail-reply-custom.svg +share/icons/breeze-dark/actions/22/mail-reply-list.svg +share/icons/breeze-dark/actions/22/mail-reply-sender.svg +share/icons/breeze-dark/actions/22/mail-send.svg +share/icons/breeze-dark/actions/22/mail-sent.svg +share/icons/breeze-dark/actions/22/mail-signature-unknown.svg +share/icons/breeze-dark/actions/22/mail-signed-full.svg +share/icons/breeze-dark/actions/22/mail-signed-fully.svg +share/icons/breeze-dark/actions/22/mail-signed-part.svg +share/icons/breeze-dark/actions/22/mail-signed-verified.svg +share/icons/breeze-dark/actions/22/mail-signed.svg +share/icons/breeze-dark/actions/22/mail-tagged.svg +share/icons/breeze-dark/actions/22/mail-task.svg +share/icons/breeze-dark/actions/22/mail-thread-ignored.svg +share/icons/breeze-dark/actions/22/mail-thread-watch.svg +share/icons/breeze-dark/actions/22/mail-unread-new.svg +share/icons/breeze-dark/actions/22/mail-unread.svg +share/icons/breeze-dark/actions/22/map-flat.svg +share/icons/breeze-dark/actions/22/map-globe.svg +share/icons/breeze-dark/actions/22/map-gnomonic.svg +share/icons/breeze-dark/actions/22/map-mercator.svg +share/icons/breeze-dark/actions/22/markasblank.svg +share/icons/breeze-dark/actions/22/measure.svg +share/icons/breeze-dark/actions/22/media-album-cover-manager-amarok.svg +share/icons/breeze-dark/actions/22/media-album-cover.svg +share/icons/breeze-dark/actions/22/media-album-repeat-amarok.svg +share/icons/breeze-dark/actions/22/media-album-track.svg +share/icons/breeze-dark/actions/22/media-eject.svg +share/icons/breeze-dark/actions/22/media-mount.svg +share/icons/breeze-dark/actions/22/media-mout.svg +share/icons/breeze-dark/actions/22/media-playback-pause.svg +share/icons/breeze-dark/actions/22/media-playback-start.svg +share/icons/breeze-dark/actions/22/media-playback-stop.svg +share/icons/breeze-dark/actions/22/media-playlist-repeat.svg +share/icons/breeze-dark/actions/22/media-playlist-shuffle.svg +share/icons/breeze-dark/actions/22/media-random-albums-amarok.svg +share/icons/breeze-dark/actions/22/media-random-tracks-amarok.svg +share/icons/breeze-dark/actions/22/media-record.svg +share/icons/breeze-dark/actions/22/media-repeat-album-amarok.svg +share/icons/breeze-dark/actions/22/media-repeat-playlist-amarok.svg +share/icons/breeze-dark/actions/22/media-repeat-track-amarok.svg +share/icons/breeze-dark/actions/22/media-seek-backward.svg +share/icons/breeze-dark/actions/22/media-seek-forward.svg +share/icons/breeze-dark/actions/22/media-show-active-track-amarok.svg +share/icons/breeze-dark/actions/22/media-skip-backward.svg +share/icons/breeze-dark/actions/22/media-skip-forward.svg +share/icons/breeze-dark/actions/22/media-standard-track-progression-amarok.svg +share/icons/breeze-dark/actions/22/media-track-add-amarok.svg +share/icons/breeze-dark/actions/22/media-track-edit-amarok.svg +share/icons/breeze-dark/actions/22/media-track-queue-amarok.svg +share/icons/breeze-dark/actions/22/media-track-remove-amarok.svg +share/icons/breeze-dark/actions/22/meeting-attending-tentative.svg +share/icons/breeze-dark/actions/22/meeting-attending.svg +share/icons/breeze-dark/actions/22/meeting-participant-no-response.svg +share/icons/breeze-dark/actions/22/meeting-participant-request-response.svg +share/icons/breeze-dark/actions/22/menu_new.svg +share/icons/breeze-dark/actions/22/menu_new_sep.svg +share/icons/breeze-dark/actions/22/merge.svg +share/icons/breeze-dark/actions/22/messagebox_warning.svg +share/icons/breeze-dark/actions/22/milestone.svg +share/icons/breeze-dark/actions/22/minuet-chords.svg +share/icons/breeze-dark/actions/22/minuet-intervals.svg +share/icons/breeze-dark/actions/22/minuet-rhythms.svg +share/icons/breeze-dark/actions/22/minuet-scales.svg +share/icons/breeze-dark/actions/22/mode1.svg +share/icons/breeze-dark/actions/22/mode2.svg +share/icons/breeze-dark/actions/22/mode3.svg +share/icons/breeze-dark/actions/22/mode4.svg +share/icons/breeze-dark/actions/22/mode5.svg +share/icons/breeze-dark/actions/22/msgid2msgstr.svg +share/icons/breeze-dark/actions/22/music-amarok.svg +share/icons/breeze-dark/actions/22/network-connect.svg +share/icons/breeze-dark/actions/22/network-disconnect.svg +share/icons/breeze-dark/actions/22/new-audio-alarm.svg +share/icons/breeze-dark/actions/22/news-subscribe.svg +share/icons/breeze-dark/actions/22/news-unsubscribe.svg +share/icons/breeze-dark/actions/22/nextfuzzy.svg +share/icons/breeze-dark/actions/22/nextfuzzyuntrans.svg +share/icons/breeze-dark/actions/22/nextuntranslated.svg +share/icons/breeze-dark/actions/22/nocover.svg +share/icons/breeze-dark/actions/22/node-add.svg +share/icons/breeze-dark/actions/22/node-break.svg +share/icons/breeze-dark/actions/22/node-delete-segment.svg +share/icons/breeze-dark/actions/22/node-delete.svg +share/icons/breeze-dark/actions/22/node-join-segment.svg +share/icons/breeze-dark/actions/22/node-join.svg +share/icons/breeze-dark/actions/22/node-segment-curve.svg +share/icons/breeze-dark/actions/22/node-segment-line.svg +share/icons/breeze-dark/actions/22/node-transform.svg +share/icons/breeze-dark/actions/22/node-type-auto-smooth.svg +share/icons/breeze-dark/actions/22/node-type-cusp.svg +share/icons/breeze-dark/actions/22/node-type-smooth.svg +share/icons/breeze-dark/actions/22/node-type-symmetric.svg +share/icons/breeze-dark/actions/22/node.svg +share/icons/breeze-dark/actions/22/noisereduction.svg +share/icons/breeze-dark/actions/22/note.svg +share/icons/breeze-dark/actions/22/object-align-horizontal-center-calligra.svg +share/icons/breeze-dark/actions/22/object-align-horizontal-left-calligra.svg +share/icons/breeze-dark/actions/22/object-align-horizontal-right-calligra.svg +share/icons/breeze-dark/actions/22/object-align-vertical-bottom-calligra.svg +share/icons/breeze-dark/actions/22/object-align-vertical-bottom-top-calligra.svg +share/icons/breeze-dark/actions/22/object-align-vertical-center-calligra.svg +share/icons/breeze-dark/actions/22/object-align-vertical-top-calligra.svg +share/icons/breeze-dark/actions/22/object-columns.svg +share/icons/breeze-dark/actions/22/object-flip-horizontal.svg +share/icons/breeze-dark/actions/22/object-flip-vertical.svg +share/icons/breeze-dark/actions/22/object-group-calligra.svg +share/icons/breeze-dark/actions/22/object-group.svg +share/icons/breeze-dark/actions/22/object-locked.svg +share/icons/breeze-dark/actions/22/object-order-back-calligra.svg +share/icons/breeze-dark/actions/22/object-order-back.svg +share/icons/breeze-dark/actions/22/object-order-front-calligra.svg +share/icons/breeze-dark/actions/22/object-order-front.svg +share/icons/breeze-dark/actions/22/object-order-lower-calligra.svg +share/icons/breeze-dark/actions/22/object-order-lower.svg +share/icons/breeze-dark/actions/22/object-order-raise-calligra.svg +share/icons/breeze-dark/actions/22/object-order-raise.svg +share/icons/breeze-dark/actions/22/object-rotate-left.svg +share/icons/breeze-dark/actions/22/object-rotate-right.svg +share/icons/breeze-dark/actions/22/object-rows.svg +share/icons/breeze-dark/actions/22/object-to-path.svg +share/icons/breeze-dark/actions/22/object-ungroup-calligra.svg +share/icons/breeze-dark/actions/22/object-ungroup.svg +share/icons/breeze-dark/actions/22/object-unlocked.svg +share/icons/breeze-dark/actions/22/object.svg +share/icons/breeze-dark/actions/22/object_node.svg +share/icons/breeze-dark/actions/22/office-chart-area-focus-peak-node.svg +share/icons/breeze-dark/actions/22/office-chart-area-percentage.svg +share/icons/breeze-dark/actions/22/office-chart-area-stacked.svg +share/icons/breeze-dark/actions/22/office-chart-area.svg +share/icons/breeze-dark/actions/22/office-chart-bar-percentage.svg +share/icons/breeze-dark/actions/22/office-chart-bar-stacked.svg +share/icons/breeze-dark/actions/22/office-chart-bar.svg +share/icons/breeze-dark/actions/22/office-chart-line-percentage.svg +share/icons/breeze-dark/actions/22/office-chart-line-stacked.svg +share/icons/breeze-dark/actions/22/office-chart-line.svg +share/icons/breeze-dark/actions/22/office-chart-pie.svg +share/icons/breeze-dark/actions/22/office-chart-polar-stacked.svg +share/icons/breeze-dark/actions/22/office-chart-polar.svg +share/icons/breeze-dark/actions/22/office-chart-ring.svg +share/icons/breeze-dark/actions/22/office-chart-scatter.svg +share/icons/breeze-dark/actions/22/offline-settings.svg +share/icons/breeze-dark/actions/22/offline.svg +share/icons/breeze-dark/actions/22/oilpaint.svg +share/icons/breeze-dark/actions/22/online.svg +share/icons/breeze-dark/actions/22/open-for-editing.svg +share/icons/breeze-dark/actions/22/overexposure.svg +share/icons/breeze-dark/actions/22/package.svg +share/icons/breeze-dark/actions/22/page-2sides.svg +share/icons/breeze-dark/actions/22/page-3sides.svg +share/icons/breeze-dark/actions/22/page-4sides.svg +share/icons/breeze-dark/actions/22/page-simple.svg +share/icons/breeze-dark/actions/22/page-zoom.svg +share/icons/breeze-dark/actions/22/password-copy.svg +share/icons/breeze-dark/actions/22/password-generate.svg +share/icons/breeze-dark/actions/22/password-show-off.svg +share/icons/breeze-dark/actions/22/password-show-on.svg +share/icons/breeze-dark/actions/22/path-clip-edit.svg +share/icons/breeze-dark/actions/22/path-effect-parameter-next.svg +share/icons/breeze-dark/actions/22/path-mask-edit.svg +share/icons/breeze-dark/actions/22/path-mode-bezier.svg +share/icons/breeze-dark/actions/22/path-mode-polyline-paraxial.svg +share/icons/breeze-dark/actions/22/path-mode-polyline.svg +share/icons/breeze-dark/actions/22/path-mode-spiro.svg +share/icons/breeze-dark/actions/22/path-reverse.svg +share/icons/breeze-dark/actions/22/path-simplify.svg +share/icons/breeze-dark/actions/22/pdf-annotations.svg +share/icons/breeze-dark/actions/22/perspective.svg +share/icons/breeze-dark/actions/22/photo.svg +share/icons/breeze-dark/actions/22/photos-amarok.svg +share/icons/breeze-dark/actions/22/pin.svg +share/icons/breeze-dark/actions/22/player-time.svg +share/icons/breeze-dark/actions/22/player-volume-muted.svg +share/icons/breeze-dark/actions/22/player-volume.svg +share/icons/breeze-dark/actions/22/playlist-generator.svg +share/icons/breeze-dark/actions/22/playlist-sort.svg +share/icons/breeze-dark/actions/22/plugins.svg +share/icons/breeze-dark/actions/22/podcast-amarok.svg +share/icons/breeze-dark/actions/22/pointer.svg +share/icons/breeze-dark/actions/22/polygon-add-nodes.svg +share/icons/breeze-dark/actions/22/polygon-merge-nodes.svg +share/icons/breeze-dark/actions/22/port.svg +share/icons/breeze-dark/actions/22/postalcode.svg +share/icons/breeze-dark/actions/22/practice-setup.svg +share/icons/breeze-dark/actions/22/practice-start.svg +share/icons/breeze-dark/actions/22/practice-stop.svg +share/icons/breeze-dark/actions/22/precondition.svg +share/icons/breeze-dark/actions/22/preferences-activities.svg +share/icons/breeze-dark/actions/22/preferences-indicator-amarok.svg +share/icons/breeze-dark/actions/22/preferences-media-playback-amarok.svg +share/icons/breeze-dark/actions/22/preferences-other.svg +share/icons/breeze-dark/actions/22/preflight-verifier.svg +share/icons/breeze-dark/actions/22/presence_away.svg +share/icons/breeze-dark/actions/22/presence_offline.svg +share/icons/breeze-dark/actions/22/presence_online.svg +share/icons/breeze-dark/actions/22/presence_unknown.svg +share/icons/breeze-dark/actions/22/prevfuzzy.svg +share/icons/breeze-dark/actions/22/prevfuzzyuntrans.svg +share/icons/breeze-dark/actions/22/prevuntranslated.svg +share/icons/breeze-dark/actions/22/primarykey_constraint.svg +share/icons/breeze-dark/actions/22/process-stop.svg +share/icons/breeze-dark/actions/22/project-development-close-all.svg +share/icons/breeze-dark/actions/22/project-development-close.svg +share/icons/breeze-dark/actions/22/project-development-new-template.svg +share/icons/breeze-dark/actions/22/project-development.svg +share/icons/breeze-dark/actions/22/project-open.svg +share/icons/breeze-dark/actions/22/qa.svg +share/icons/breeze-dark/actions/22/question.svg +share/icons/breeze-dark/actions/22/quickopen-class.svg +share/icons/breeze-dark/actions/22/quickopen-file.svg +share/icons/breeze-dark/actions/22/quickopen-function.svg +share/icons/breeze-dark/actions/22/quickopen.svg +share/icons/breeze-dark/actions/22/quickview.svg +share/icons/breeze-dark/actions/22/raindrop.svg +share/icons/breeze-dark/actions/22/randomize.svg +share/icons/breeze-dark/actions/22/ratiocrop.svg +share/icons/breeze-dark/actions/22/realization.svg +share/icons/breeze-dark/actions/22/redeyes.svg +share/icons/breeze-dark/actions/22/refactor.svg +share/icons/breeze-dark/actions/22/region.svg +share/icons/breeze-dark/actions/22/relationship.svg +share/icons/breeze-dark/actions/22/remove-amarok.svg +share/icons/breeze-dark/actions/22/remove-link.svg +share/icons/breeze-dark/actions/22/remove.svg +share/icons/breeze-dark/actions/22/repeat.svg +share/icons/breeze-dark/actions/22/resource-calendar-child-insert.svg +share/icons/breeze-dark/actions/22/resource-calendar-child.svg +share/icons/breeze-dark/actions/22/resource-calendar-insert.svg +share/icons/breeze-dark/actions/22/resource-group-new.svg +share/icons/breeze-dark/actions/22/resource-group.svg +share/icons/breeze-dark/actions/22/restoration.svg +share/icons/breeze-dark/actions/22/reverse.svg +share/icons/breeze-dark/actions/22/roll.svg +share/icons/breeze-dark/actions/22/routeplanning.svg +share/icons/breeze-dark/actions/22/run-build-clean.svg +share/icons/breeze-dark/actions/22/run-build-configure.svg +share/icons/breeze-dark/actions/22/run-build-file.svg +share/icons/breeze-dark/actions/22/run-build-install-root.svg +share/icons/breeze-dark/actions/22/run-build-install.svg +share/icons/breeze-dark/actions/22/run-build-prune.svg +share/icons/breeze-dark/actions/22/run-build.svg +share/icons/breeze-dark/actions/22/run-clean.svg +share/icons/breeze-dark/actions/22/run-install.svg +share/icons/breeze-dark/actions/22/select-rectangular.svg +share/icons/breeze-dark/actions/22/send_signal.svg +share/icons/breeze-dark/actions/22/services.svg +share/icons/breeze-dark/actions/22/set-language.svg +share/icons/breeze-dark/actions/22/settings-configure.svg +share/icons/breeze-dark/actions/22/shallow-history.svg +share/icons/breeze-dark/actions/22/shape-choose.svg +share/icons/breeze-dark/actions/22/shapes.svg +share/icons/breeze-dark/actions/22/sharpenimage.svg +share/icons/breeze-dark/actions/22/shear.svg +share/icons/breeze-dark/actions/22/show-menu.svg +share/icons/breeze-dark/actions/22/show-node-handles.svg +share/icons/breeze-dark/actions/22/show-offline.svg +share/icons/breeze-dark/actions/22/show-path-outline.svg +share/icons/breeze-dark/actions/22/shuffle.svg +share/icons/breeze-dark/actions/22/similarartists-amarok.svg +share/icons/breeze-dark/actions/22/skg-chart-bubble.svg +share/icons/breeze-dark/actions/22/skrooge_credit_card.svg +share/icons/breeze-dark/actions/22/skrooge_less.svg +share/icons/breeze-dark/actions/22/skrooge_more.svg +share/icons/breeze-dark/actions/22/skrooge_much_less.svg +share/icons/breeze-dark/actions/22/skrooge_much_more.svg +share/icons/breeze-dark/actions/22/skrooge_type.svg +share/icons/breeze-dark/actions/22/smallclock.svg +share/icons/breeze-dark/actions/22/snap-bounding-box-center.svg +share/icons/breeze-dark/actions/22/snap-bounding-box-corners.svg +share/icons/breeze-dark/actions/22/snap-bounding-box-edges.svg +share/icons/breeze-dark/actions/22/snap-bounding-box-midpoints.svg +share/icons/breeze-dark/actions/22/snap-bounding-box.svg +share/icons/breeze-dark/actions/22/snap-extension.svg +share/icons/breeze-dark/actions/22/snap-grid-guide-intersections.svg +share/icons/breeze-dark/actions/22/snap-guideline.svg +share/icons/breeze-dark/actions/22/snap-intersection.svg +share/icons/breeze-dark/actions/22/snap-node.svg +share/icons/breeze-dark/actions/22/snap-nodes-center.svg +share/icons/breeze-dark/actions/22/snap-nodes-intersection.svg +share/icons/breeze-dark/actions/22/snap-nodes-rotation-center.svg +share/icons/breeze-dark/actions/22/snap-orthogonal.svg +share/icons/breeze-dark/actions/22/snap-page.svg +share/icons/breeze-dark/actions/22/snap-text-baseline.svg +share/icons/breeze-dark/actions/22/snap.svg +share/icons/breeze-dark/actions/22/social.svg +share/icons/breeze-dark/actions/22/sort-name.svg +share/icons/breeze-dark/actions/22/sort-presence.svg +share/icons/breeze-dark/actions/22/sort_incr.svg +share/icons/breeze-dark/actions/22/speaker.svg +share/icons/breeze-dark/actions/22/specific-setup.svg +share/icons/breeze-dark/actions/22/speedometer.svg +share/icons/breeze-dark/actions/22/split.svg +share/icons/breeze-dark/actions/22/standard-connector.svg +share/icons/breeze-dark/actions/22/start-over.svg +share/icons/breeze-dark/actions/22/state-fork.svg +share/icons/breeze-dark/actions/22/step_object_Anchor.svg +share/icons/breeze-dark/actions/22/step_object_Box.svg +share/icons/breeze-dark/actions/22/step_object_ChargedParticle.svg +share/icons/breeze-dark/actions/22/step_object_CircularMotor.svg +share/icons/breeze-dark/actions/22/step_object_Controller.svg +share/icons/breeze-dark/actions/22/step_object_CoulombForce.svg +share/icons/breeze-dark/actions/22/step_object_Disk.svg +share/icons/breeze-dark/actions/22/step_object_Gas.svg +share/icons/breeze-dark/actions/22/step_object_GasParticle.svg +share/icons/breeze-dark/actions/22/step_object_Graph.svg +share/icons/breeze-dark/actions/22/step_object_GravitationForce.svg +share/icons/breeze-dark/actions/22/step_object_LinearMotor.svg +share/icons/breeze-dark/actions/22/step_object_Meter.svg +share/icons/breeze-dark/actions/22/step_object_Note.svg +share/icons/breeze-dark/actions/22/step_object_Particle.svg +share/icons/breeze-dark/actions/22/step_object_Pin.svg +share/icons/breeze-dark/actions/22/step_object_Polygon.svg +share/icons/breeze-dark/actions/22/step_object_Rope.svg +share/icons/breeze-dark/actions/22/step_object_SoftBody.svg +share/icons/breeze-dark/actions/22/step_object_Spring.svg +share/icons/breeze-dark/actions/22/step_object_Stick.svg +share/icons/breeze-dark/actions/22/step_object_Tracer.svg +share/icons/breeze-dark/actions/22/step_object_WeightForce.svg +share/icons/breeze-dark/actions/22/story-editor.svg +share/icons/breeze-dark/actions/22/straight-connector.svg +share/icons/breeze-dark/actions/22/stroke-cap-bevel.svg +share/icons/breeze-dark/actions/22/stroke-cap-butt.svg +share/icons/breeze-dark/actions/22/stroke-cap-miter.svg +share/icons/breeze-dark/actions/22/stroke-cap-round.svg +share/icons/breeze-dark/actions/22/stroke-cap-square.svg +share/icons/breeze-dark/actions/22/stroke-join-bevel.svg +share/icons/breeze-dark/actions/22/stroke-join-miter.svg +share/icons/breeze-dark/actions/22/stroke-join-round.svg +share/icons/breeze-dark/actions/22/stroke-to-path.svg +share/icons/breeze-dark/actions/22/subsystem.svg +share/icons/breeze-dark/actions/22/svn-commit.svg +share/icons/breeze-dark/actions/22/svn-update.svg +share/icons/breeze-dark/actions/22/system-run.svg +share/icons/breeze-dark/actions/22/system-search.svg +share/icons/breeze-dark/actions/22/system-upgrade.svg +share/icons/breeze-dark/actions/22/tab-close-other.svg +share/icons/breeze-dark/actions/22/tab-close.svg +share/icons/breeze-dark/actions/22/tab-detach.svg +share/icons/breeze-dark/actions/22/tab-duplicate.svg +share/icons/breeze-dark/actions/22/tab-new-background.svg +share/icons/breeze-dark/actions/22/tab-new.svg +share/icons/breeze-dark/actions/22/table.svg +share/icons/breeze-dark/actions/22/tag-addressbook.svg +share/icons/breeze-dark/actions/22/tag-assigned.svg +share/icons/breeze-dark/actions/22/tag-delete.svg +share/icons/breeze-dark/actions/22/tag-events.svg +share/icons/breeze-dark/actions/22/tag-folder.svg +share/icons/breeze-dark/actions/22/tag-new.svg +share/icons/breeze-dark/actions/22/tag-people.svg +share/icons/breeze-dark/actions/22/tag-places.svg +share/icons/breeze-dark/actions/22/tag-properties.svg +share/icons/breeze-dark/actions/22/tag-recents.svg +share/icons/breeze-dark/actions/22/tag-reset.svg +share/icons/breeze-dark/actions/22/tag.svg +share/icons/breeze-dark/actions/22/task-new.svg +share/icons/breeze-dark/actions/22/taxes-finances.svg +share/icons/breeze-dark/actions/22/template.svg +share/icons/breeze-dark/actions/22/text-field.svg +share/icons/breeze-dark/actions/22/text-flow-into-frame.svg +share/icons/breeze-dark/actions/22/text-frame-link.svg +share/icons/breeze-dark/actions/22/text-frame-unlink.svg +share/icons/breeze-dark/actions/22/text-speak.svg +share/icons/breeze-dark/actions/22/text-unflow.svg +share/icons/breeze-dark/actions/22/text-wrap.svg +share/icons/breeze-dark/actions/22/text_horz_kern.svg +share/icons/breeze-dark/actions/22/text_letter_spacing.svg +share/icons/breeze-dark/actions/22/text_line_spacing.svg +share/icons/breeze-dark/actions/22/text_remove_kerns.svg +share/icons/breeze-dark/actions/22/text_rotation.svg +share/icons/breeze-dark/actions/22/text_subscript.svg +share/icons/breeze-dark/actions/22/text_superscript.svg +share/icons/breeze-dark/actions/22/text_vert_kern.svg +share/icons/breeze-dark/actions/22/text_word_spacing.svg +share/icons/breeze-dark/actions/22/texture.svg +share/icons/breeze-dark/actions/22/tool-animator.svg +share/icons/breeze-dark/actions/22/tool-measure.svg +share/icons/breeze-dark/actions/22/tool-node-editor.svg +share/icons/breeze-dark/actions/22/tool-pointer.svg +share/icons/breeze-dark/actions/22/tool-spray.svg +share/icons/breeze-dark/actions/22/tool-tweak.svg +share/icons/breeze-dark/actions/22/tool_brush.svg +share/icons/breeze-dark/actions/22/tool_color_eraser.svg +share/icons/breeze-dark/actions/22/tool_color_picker.svg +share/icons/breeze-dark/actions/22/tool_curve.svg +share/icons/breeze-dark/actions/22/tool_ellipse.svg +share/icons/breeze-dark/actions/22/tool_elliptical_selection.svg +share/icons/breeze-dark/actions/22/tool_eraser.svg +share/icons/breeze-dark/actions/22/tool_flood_fill.svg +share/icons/breeze-dark/actions/22/tool_free_form_selection.svg +share/icons/breeze-dark/actions/22/tool_line.svg +share/icons/breeze-dark/actions/22/tool_pen.svg +share/icons/breeze-dark/actions/22/tool_polygon.svg +share/icons/breeze-dark/actions/22/tool_polyline.svg +share/icons/breeze-dark/actions/22/tool_rect_selection.svg +share/icons/breeze-dark/actions/22/tool_rectangle.svg +share/icons/breeze-dark/actions/22/tool_rounded_rectangle.svg +share/icons/breeze-dark/actions/22/tool_spraycan.svg +share/icons/breeze-dark/actions/22/tool_text.svg +share/icons/breeze-dark/actions/22/tools-check-spelling.svg +share/icons/breeze-dark/actions/22/tools-media-optical-burn-image.svg +share/icons/breeze-dark/actions/22/tools-media-optical-burn.svg +share/icons/breeze-dark/actions/22/tools-media-optical-copy.svg +share/icons/breeze-dark/actions/22/tools-media-optical-erase.svg +share/icons/breeze-dark/actions/22/tools-media-optical-format.svg +share/icons/breeze-dark/actions/22/tools-report-bug.svg +share/icons/breeze-dark/actions/22/tools-rip-audio-cd.svg +share/icons/breeze-dark/actions/22/tools-rip-video-cd.svg +share/icons/breeze-dark/actions/22/tools-rip-video-dvd.svg +share/icons/breeze-dark/actions/22/tools-wizard.svg +share/icons/breeze-dark/actions/22/transform-browse.svg +share/icons/breeze-dark/actions/22/transform-crop-and-resize.svg +share/icons/breeze-dark/actions/22/transform-crop.svg +share/icons/breeze-dark/actions/22/transform-move-horizontal.svg +share/icons/breeze-dark/actions/22/transform-move-vertical.svg +share/icons/breeze-dark/actions/22/transform-move.svg +share/icons/breeze-dark/actions/22/transform-rotate.svg +share/icons/breeze-dark/actions/22/transform-scale-textbox-points.svg +share/icons/breeze-dark/actions/22/transform-scale.svg +share/icons/breeze-dark/actions/22/transform-shear-down.svg +share/icons/breeze-dark/actions/22/transform-shear-left.svg +share/icons/breeze-dark/actions/22/transform-shear-right.svg +share/icons/breeze-dark/actions/22/transform-shear-up.svg +share/icons/breeze-dark/actions/22/transform-skew-horizontal.svg +share/icons/breeze-dark/actions/22/transform-skew-vertical.svg +share/icons/breeze-dark/actions/22/transsearch.svg +share/icons/breeze-dark/actions/22/trash-empty.svg +share/icons/breeze-dark/actions/22/umbr-coll-message-asynchronous.svg +share/icons/breeze-dark/actions/22/umbr-coll-message-synchronous.svg +share/icons/breeze-dark/actions/22/umbr-message-asynchronous.svg +share/icons/breeze-dark/actions/22/umbr-message-found.svg +share/icons/breeze-dark/actions/22/umbr-message-lost.svg +share/icons/breeze-dark/actions/22/umbr-message-synchronous.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_activity.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_class.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_collaboration.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_component.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_deployment.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_entityrelationship.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_sequence.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_state.svg +share/icons/breeze-dark/actions/22/umbrello_diagram_usecase.svg +share/icons/breeze-dark/actions/22/underexposure.svg +share/icons/breeze-dark/actions/22/uniassociation.svg +share/icons/breeze-dark/actions/22/unique_constraint.svg +share/icons/breeze-dark/actions/22/unlock.svg +share/icons/breeze-dark/actions/22/unmarkasblank.svg +share/icons/breeze-dark/actions/22/upcomingevents-amarok.svg +share/icons/breeze-dark/actions/22/upindicator.svg +share/icons/breeze-dark/actions/22/upload-media.svg +share/icons/breeze-dark/actions/22/usecase.svg +share/icons/breeze-dark/actions/22/user-group-delete.svg +share/icons/breeze-dark/actions/22/user-group-new.svg +share/icons/breeze-dark/actions/22/user-group-properties.svg +share/icons/breeze-dark/actions/22/user-identity.svg +share/icons/breeze-dark/actions/22/user-properties.svg +share/icons/breeze-dark/actions/22/user.svg +share/icons/breeze-dark/actions/22/username-copy.svg +share/icons/breeze-dark/actions/22/videoclip-amarok.svg +share/icons/breeze-dark/actions/22/view-bank-account-checking.svg +share/icons/breeze-dark/actions/22/view-bank-account-savings.svg +share/icons/breeze-dark/actions/22/view-bank-account.svg +share/icons/breeze-dark/actions/22/view-bank.svg +share/icons/breeze-dark/actions/22/view-barcode-add.svg +share/icons/breeze-dark/actions/22/view-barcode.svg +share/icons/breeze-dark/actions/22/view-calendar-agenda.svg +share/icons/breeze-dark/actions/22/view-calendar-birthday.svg +share/icons/breeze-dark/actions/22/view-calendar-day.svg +share/icons/breeze-dark/actions/22/view-calendar-holiday.svg +share/icons/breeze-dark/actions/22/view-calendar-journal.svg +share/icons/breeze-dark/actions/22/view-calendar-list.svg +share/icons/breeze-dark/actions/22/view-calendar-month.svg +share/icons/breeze-dark/actions/22/view-calendar-special-occasion.svg +share/icons/breeze-dark/actions/22/view-calendar-tasks.svg +share/icons/breeze-dark/actions/22/view-calendar-time-spent.svg +share/icons/breeze-dark/actions/22/view-calendar-timeline.svg +share/icons/breeze-dark/actions/22/view-calendar-upcoming-days.svg +share/icons/breeze-dark/actions/22/view-calendar-upcoming-events.svg +share/icons/breeze-dark/actions/22/view-calendar-wedding-anniversary.svg +share/icons/breeze-dark/actions/22/view-calendar-week.svg +share/icons/breeze-dark/actions/22/view-calendar-whatsnext.svg +share/icons/breeze-dark/actions/22/view-calendar-workweek.svg +share/icons/breeze-dark/actions/22/view-calendar.svg +share/icons/breeze-dark/actions/22/view-catalog.svg +share/icons/breeze-dark/actions/22/view-categories-expenditures.svg +share/icons/breeze-dark/actions/22/view-categories-incomes.svg +share/icons/breeze-dark/actions/22/view-categories.svg +share/icons/breeze-dark/actions/22/view-certificate-add.svg +share/icons/breeze-dark/actions/22/view-certificate-export-secret.svg +share/icons/breeze-dark/actions/22/view-certificate-export-server.svg +share/icons/breeze-dark/actions/22/view-certificate-export.svg +share/icons/breeze-dark/actions/22/view-certificate-import.svg +share/icons/breeze-dark/actions/22/view-certificate-server-configure.svg +share/icons/breeze-dark/actions/22/view-certificate-sign.svg +share/icons/breeze-dark/actions/22/view-certificate.svg +share/icons/breeze-dark/actions/22/view-close.svg +share/icons/breeze-dark/actions/22/view-conversation-balloon.svg +share/icons/breeze-dark/actions/22/view-file-columns.svg +share/icons/breeze-dark/actions/22/view-filter.svg +share/icons/breeze-dark/actions/22/view-form-action.svg +share/icons/breeze-dark/actions/22/view-form.svg +share/icons/breeze-dark/actions/22/view-fullscreen.svg +share/icons/breeze-dark/actions/22/view-grid.svg +share/icons/breeze-dark/actions/22/view-group.svg +share/icons/breeze-dark/actions/22/view-history.svg +share/icons/breeze-dark/actions/22/view-left-close.svg +share/icons/breeze-dark/actions/22/view-list-details.svg +share/icons/breeze-dark/actions/22/view-list-icons.svg +share/icons/breeze-dark/actions/22/view-list-text.svg +share/icons/breeze-dark/actions/22/view-list-tree.svg +share/icons/breeze-dark/actions/22/view-media-artist.svg +share/icons/breeze-dark/actions/22/view-media-equalizer.svg +share/icons/breeze-dark/actions/22/view-media-lyrics.svg +share/icons/breeze-dark/actions/22/view-media-playlist.svg +share/icons/breeze-dark/actions/22/view-media-publisher.svg +share/icons/breeze-dark/actions/22/view-media-title.svg +share/icons/breeze-dark/actions/22/view-media-visualization.svg +share/icons/breeze-dark/actions/22/view-multiple-objects.svg +share/icons/breeze-dark/actions/22/view-object-histogram-linear.svg +share/icons/breeze-dark/actions/22/view-object-histogram-logarithmic.svg +share/icons/breeze-dark/actions/22/view-pim-calendar.svg +share/icons/breeze-dark/actions/22/view-pim-contacts.svg +share/icons/breeze-dark/actions/22/view-pim-journal.svg +share/icons/breeze-dark/actions/22/view-pim-mail.svg +share/icons/breeze-dark/actions/22/view-pim-news.svg +share/icons/breeze-dark/actions/22/view-pim-notes.svg +share/icons/breeze-dark/actions/22/view-pim-tasks-pending.svg +share/icons/breeze-dark/actions/22/view-pim-tasks.svg +share/icons/breeze-dark/actions/22/view-presentation.svg +share/icons/breeze-dark/actions/22/view-preview.svg +share/icons/breeze-dark/actions/22/view-process-all-tree.svg +share/icons/breeze-dark/actions/22/view-process-all.svg +share/icons/breeze-dark/actions/22/view-process-own.svg +share/icons/breeze-dark/actions/22/view-process-system.svg +share/icons/breeze-dark/actions/22/view-process-tree.svg +share/icons/breeze-dark/actions/22/view-process-users.svg +share/icons/breeze-dark/actions/22/view-refresh.svg +share/icons/breeze-dark/actions/22/view-resource-calendar.svg +share/icons/breeze-dark/actions/22/view-restore.svg +share/icons/breeze-dark/actions/22/view-right-close.svg +share/icons/breeze-dark/actions/22/view-right-new.svg +share/icons/breeze-dark/actions/22/view-services-scripted-amarok.svg +share/icons/breeze-dark/actions/22/view-sidetree.svg +share/icons/breeze-dark/actions/22/view-sort-ascending.svg +share/icons/breeze-dark/actions/22/view-sort-descending.svg +share/icons/breeze-dark/actions/22/view-split-left-right.svg +share/icons/breeze-dark/actions/22/view-split-top-bottom.svg +share/icons/breeze-dark/actions/22/view-statistics.svg +share/icons/breeze-dark/actions/22/view-table-of-contents-ltr.svg +share/icons/breeze-dark/actions/22/view-table-of-contents-rtl.svg +share/icons/breeze-dark/actions/22/view-task-add.svg +share/icons/breeze-dark/actions/22/view-task-child-add.svg +share/icons/breeze-dark/actions/22/view-task-child.svg +share/icons/breeze-dark/actions/22/view-task.svg +share/icons/breeze-dark/actions/22/view-time-schedule-baselined-add.svg +share/icons/breeze-dark/actions/22/view-time-schedule-baselined-remove.svg +share/icons/breeze-dark/actions/22/view-time-schedule-baselined.svg +share/icons/breeze-dark/actions/22/view-time-schedule-calculus.svg +share/icons/breeze-dark/actions/22/view-time-schedule-child-insert.svg +share/icons/breeze-dark/actions/22/view-time-schedule-edit.svg +share/icons/breeze-dark/actions/22/view-time-schedule-insert.svg +share/icons/breeze-dark/actions/22/view-time-schedule.svg +share/icons/breeze-dark/actions/22/view-web-browser-dom-tree.svg +share/icons/breeze-dark/actions/22/view_fit_to_page.svg +share/icons/breeze-dark/actions/22/viewimage.svg +share/icons/breeze-dark/actions/22/visibility.svg +share/icons/breeze-dark/actions/22/whitebalance.svg +share/icons/breeze-dark/actions/22/window-close.svg +share/icons/breeze-dark/actions/22/window-duplicate.svg +share/icons/breeze-dark/actions/22/window-new.svg +share/icons/breeze-dark/actions/22/window.svg +share/icons/breeze-dark/actions/22/x-clementine-shuffle.svg +share/icons/breeze-dark/actions/22/x-shape-connection.svg +share/icons/breeze-dark/actions/22/x-shape-formula.svg +share/icons/breeze-dark/actions/22/x-shape-image.svg +share/icons/breeze-dark/actions/22/x-shape-text.svg +share/icons/breeze-dark/actions/22/xml-attribute-delete.svg +share/icons/breeze-dark/actions/22/xml-element-new.svg +share/icons/breeze-dark/actions/22/xml-node-delete.svg +share/icons/breeze-dark/actions/22/xml-node-duplicate.svg +share/icons/breeze-dark/actions/22/xml-text-new.svg +share/icons/breeze-dark/actions/22/zoom-1-to-2.svg +share/icons/breeze-dark/actions/22/zoom-2-to-1.svg +share/icons/breeze-dark/actions/22/zoom-draw.svg +share/icons/breeze-dark/actions/22/zoom-fit-best.svg +share/icons/breeze-dark/actions/22/zoom-fit-height.svg +share/icons/breeze-dark/actions/22/zoom-fit-selection.svg +share/icons/breeze-dark/actions/22/zoom-fit-width.svg +share/icons/breeze-dark/actions/22/zoom-in-large.svg +share/icons/breeze-dark/actions/22/zoom-in.svg +share/icons/breeze-dark/actions/22/zoom-next.svg +share/icons/breeze-dark/actions/22/zoom-original.svg +share/icons/breeze-dark/actions/22/zoom-out-large.svg +share/icons/breeze-dark/actions/22/zoom-out.svg +share/icons/breeze-dark/actions/22/zoom-previous.svg +share/icons/breeze-dark/actions/22/zoom-select-fit.svg +share/icons/breeze-dark/actions/22/zoom-select-x.svg +share/icons/breeze-dark/actions/22/zoom-select-y.svg +share/icons/breeze-dark/actions/22/zoom-select.svg +share/icons/breeze-dark/actions/22/zoom.svg +share/icons/breeze-dark/actions/24/acrobat.svg +share/icons/breeze-dark/actions/24/address-book-new.svg +share/icons/breeze-dark/actions/24/align-horizontal-baseline.svg +share/icons/breeze-dark/actions/24/align-horizontal-bottom-out.svg +share/icons/breeze-dark/actions/24/align-horizontal-center.svg +share/icons/breeze-dark/actions/24/align-horizontal-left-out.svg +share/icons/breeze-dark/actions/24/align-horizontal-left-to-anchor.svg +share/icons/breeze-dark/actions/24/align-horizontal-left.svg +share/icons/breeze-dark/actions/24/align-horizontal-node.svg +share/icons/breeze-dark/actions/24/align-horizontal-right-out.svg +share/icons/breeze-dark/actions/24/align-horizontal-right-to-anchor.svg +share/icons/breeze-dark/actions/24/align-horizontal-right.svg +share/icons/breeze-dark/actions/24/align-horizontal-top-out.svg +share/icons/breeze-dark/actions/24/align-vertical-baseline.svg +share/icons/breeze-dark/actions/24/align-vertical-bottom-out.svg +share/icons/breeze-dark/actions/24/align-vertical-bottom-to-anchor.svg +share/icons/breeze-dark/actions/24/align-vertical-bottom.svg +share/icons/breeze-dark/actions/24/align-vertical-center.svg +share/icons/breeze-dark/actions/24/align-vertical-node.svg +share/icons/breeze-dark/actions/24/align-vertical-top-out.svg +share/icons/breeze-dark/actions/24/align-vertical-top-to-anchor.svg +share/icons/breeze-dark/actions/24/align-vertical-top.svg +share/icons/breeze-dark/actions/24/amarok_cart_view.svg +share/icons/breeze-dark/actions/24/application-exit.svg +share/icons/breeze-dark/actions/24/application-menu.svg +share/icons/breeze-dark/actions/24/appointment-new.svg +share/icons/breeze-dark/actions/24/archive-extract.svg +share/icons/breeze-dark/actions/24/archive-insert-directory.svg +share/icons/breeze-dark/actions/24/archive-insert.svg +share/icons/breeze-dark/actions/24/archive-remove.svg +share/icons/breeze-dark/actions/24/arrow-down-double.svg +share/icons/breeze-dark/actions/24/arrow-down.svg +share/icons/breeze-dark/actions/24/arrow-left-double.svg +share/icons/breeze-dark/actions/24/arrow-left.svg +share/icons/breeze-dark/actions/24/arrow-right-double.svg +share/icons/breeze-dark/actions/24/arrow-right.svg +share/icons/breeze-dark/actions/24/arrow-up-double.svg +share/icons/breeze-dark/actions/24/arrow-up.svg +share/icons/breeze-dark/actions/24/audio-volume-high.svg +share/icons/breeze-dark/actions/24/audio-volume-low.svg +share/icons/breeze-dark/actions/24/audio-volume-medium.svg +share/icons/breeze-dark/actions/24/audio-volume-muted.svg +share/icons/breeze-dark/actions/24/auto-scale-all.svg +share/icons/breeze-dark/actions/24/auto-scale-x.svg +share/icons/breeze-dark/actions/24/auto-scale-y.svg +share/icons/breeze-dark/actions/24/autocorrection.svg +share/icons/breeze-dark/actions/24/bookmark-new-list.svg +share/icons/breeze-dark/actions/24/bookmark-new.svg +share/icons/breeze-dark/actions/24/bookmark-toolbar.svg +share/icons/breeze-dark/actions/24/bookmarks-organize.svg +share/icons/breeze-dark/actions/24/bookmarks.svg +share/icons/breeze-dark/actions/24/bordertool.svg +share/icons/breeze-dark/actions/24/call-start.svg +share/icons/breeze-dark/actions/24/call-stop.svg +share/icons/breeze-dark/actions/24/character-set.svg +share/icons/breeze-dark/actions/24/checkbox.svg +share/icons/breeze-dark/actions/24/chronometer-lap.svg +share/icons/breeze-dark/actions/24/chronometer-pause.svg +share/icons/breeze-dark/actions/24/chronometer-reset.svg +share/icons/breeze-dark/actions/24/chronometer-start.svg +share/icons/breeze-dark/actions/24/chronometer.svg +share/icons/breeze-dark/actions/24/class-or-package.svg +share/icons/breeze-dark/actions/24/code-block.svg +share/icons/breeze-dark/actions/24/code-class.svg +share/icons/breeze-dark/actions/24/code-context.svg +share/icons/breeze-dark/actions/24/code-function.svg +share/icons/breeze-dark/actions/24/code-typedef.svg +share/icons/breeze-dark/actions/24/code-variable.svg +share/icons/breeze-dark/actions/24/color-fill.svg +share/icons/breeze-dark/actions/24/color-gradient.svg +share/icons/breeze-dark/actions/24/color-management.svg +share/icons/breeze-dark/actions/24/color-picker-black.svg +share/icons/breeze-dark/actions/24/color-picker-grey.svg +share/icons/breeze-dark/actions/24/color-picker-white.svg +share/icons/breeze-dark/actions/24/color-picker.svg +share/icons/breeze-dark/actions/24/colormanagement.svg +share/icons/breeze-dark/actions/24/configure-shortcuts.svg +share/icons/breeze-dark/actions/24/configure-toolbars.svg +share/icons/breeze-dark/actions/24/configure.svg +share/icons/breeze-dark/actions/24/contact-new.svg +share/icons/breeze-dark/actions/24/contrast.svg +share/icons/breeze-dark/actions/24/cursor-arrow.svg +share/icons/breeze-dark/actions/24/dashboard-show.svg +share/icons/breeze-dark/actions/24/database-change-key.svg +share/icons/breeze-dark/actions/24/database-index.svg +share/icons/breeze-dark/actions/24/debug-execute-from-cursor.svg +share/icons/breeze-dark/actions/24/debug-execute-to-cursor.svg +share/icons/breeze-dark/actions/24/debug-run-cursor.svg +share/icons/breeze-dark/actions/24/debug-run.svg +share/icons/breeze-dark/actions/24/debug-step-instruction.svg +share/icons/breeze-dark/actions/24/debug-step-into-instruction.svg +share/icons/breeze-dark/actions/24/debug-step-into.svg +share/icons/breeze-dark/actions/24/debug-step-out.svg +share/icons/breeze-dark/actions/24/debug-step-over.svg +share/icons/breeze-dark/actions/24/dialog-cancel.svg +share/icons/breeze-dark/actions/24/dialog-close.svg +share/icons/breeze-dark/actions/24/dialog-messages.svg +share/icons/breeze-dark/actions/24/dialog-ok-apply.svg +share/icons/breeze-dark/actions/24/dialog-ok.svg +share/icons/breeze-dark/actions/24/dialog-xml-editor.svg +share/icons/breeze-dark/actions/24/dirsync.svg +share/icons/breeze-dark/actions/24/distribute-graph-directed.svg +share/icons/breeze-dark/actions/24/distribute-graph.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-baseline.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-center.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-equal.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-gaps.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-left.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-margin.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-node.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-page.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-right.svg +share/icons/breeze-dark/actions/24/distribute-horizontal-x.svg +share/icons/breeze-dark/actions/24/distribute-horizontal.svg +share/icons/breeze-dark/actions/24/distribute-randomize.svg +share/icons/breeze-dark/actions/24/distribute-remove-overlaps.svg +share/icons/breeze-dark/actions/24/distribute-unclump.svg +share/icons/breeze-dark/actions/24/distribute-vertical-baseline.svg +share/icons/breeze-dark/actions/24/distribute-vertical-bottom.svg +share/icons/breeze-dark/actions/24/distribute-vertical-center.svg +share/icons/breeze-dark/actions/24/distribute-vertical-equal.svg +share/icons/breeze-dark/actions/24/distribute-vertical-gaps.svg +share/icons/breeze-dark/actions/24/distribute-vertical-margin.svg +share/icons/breeze-dark/actions/24/distribute-vertical-node.svg +share/icons/breeze-dark/actions/24/distribute-vertical-page.svg +share/icons/breeze-dark/actions/24/distribute-vertical-top.svg +share/icons/breeze-dark/actions/24/distribute-vertical-y.svg +share/icons/breeze-dark/actions/24/distribute-vertical.svg +share/icons/breeze-dark/actions/24/document-close.svg +share/icons/breeze-dark/actions/24/document-decrypt.svg +share/icons/breeze-dark/actions/24/document-edit-decrypt-verify.svg +share/icons/breeze-dark/actions/24/document-edit-decrypt.svg +share/icons/breeze-dark/actions/24/document-edit-encrypt.svg +share/icons/breeze-dark/actions/24/document-edit-sign-encrypt.svg +share/icons/breeze-dark/actions/24/document-edit-sign.svg +share/icons/breeze-dark/actions/24/document-edit-verify.svg +share/icons/breeze-dark/actions/24/document-edit.svg +share/icons/breeze-dark/actions/24/document-encrypt.svg +share/icons/breeze-dark/actions/24/document-encrypted.svg +share/icons/breeze-dark/actions/24/document-export-table.svg +share/icons/breeze-dark/actions/24/document-export.svg +share/icons/breeze-dark/actions/24/document-import.svg +share/icons/breeze-dark/actions/24/document-multiple.svg +share/icons/breeze-dark/actions/24/document-new-from-template.svg +share/icons/breeze-dark/actions/24/document-new.svg +share/icons/breeze-dark/actions/24/document-open-folder.svg +share/icons/breeze-dark/actions/24/document-open-recent.svg +share/icons/breeze-dark/actions/24/document-open-remote.svg +share/icons/breeze-dark/actions/24/document-open.svg +share/icons/breeze-dark/actions/24/document-preview-archive.svg +share/icons/breeze-dark/actions/24/document-preview.svg +share/icons/breeze-dark/actions/24/document-print-direct.svg +share/icons/breeze-dark/actions/24/document-print-frame.svg +share/icons/breeze-dark/actions/24/document-print-preview.svg +share/icons/breeze-dark/actions/24/document-print.svg +share/icons/breeze-dark/actions/24/document-properties.svg +share/icons/breeze-dark/actions/24/document-revert.svg +share/icons/breeze-dark/actions/24/document-save-all.svg +share/icons/breeze-dark/actions/24/document-save-as-template.svg +share/icons/breeze-dark/actions/24/document-save-as.svg +share/icons/breeze-dark/actions/24/document-save.svg +share/icons/breeze-dark/actions/24/document-share.svg +share/icons/breeze-dark/actions/24/document-sign.svg +share/icons/breeze-dark/actions/24/document-swap.svg +share/icons/breeze-dark/actions/24/documentation.svg +share/icons/breeze-dark/actions/24/documentinfo.svg +share/icons/breeze-dark/actions/24/download-later.svg +share/icons/breeze-dark/actions/24/download.svg +share/icons/breeze-dark/actions/24/draw-arrow-back.svg +share/icons/breeze-dark/actions/24/draw-arrow-down.svg +share/icons/breeze-dark/actions/24/draw-arrow-forward.svg +share/icons/breeze-dark/actions/24/draw-arrow-up.svg +share/icons/breeze-dark/actions/24/draw-bezier-curves.svg +share/icons/breeze-dark/actions/24/draw-brush.svg +share/icons/breeze-dark/actions/24/draw-calligraphic.svg +share/icons/breeze-dark/actions/24/draw-circle.svg +share/icons/breeze-dark/actions/24/draw-connector.svg +share/icons/breeze-dark/actions/24/draw-cross.svg +share/icons/breeze-dark/actions/24/draw-cuboid.svg +share/icons/breeze-dark/actions/24/draw-donut.svg +share/icons/breeze-dark/actions/24/draw-ellipse.svg +share/icons/breeze-dark/actions/24/draw-eraser.svg +share/icons/breeze-dark/actions/24/draw-freehand.svg +share/icons/breeze-dark/actions/24/draw-halfcircle1.svg +share/icons/breeze-dark/actions/24/draw-halfcircle2.svg +share/icons/breeze-dark/actions/24/draw-halfcircle3.svg +share/icons/breeze-dark/actions/24/draw-halfcircle4.svg +share/icons/breeze-dark/actions/24/draw-line.svg +share/icons/breeze-dark/actions/24/draw-path.svg +share/icons/breeze-dark/actions/24/draw-polygon-star.svg +share/icons/breeze-dark/actions/24/draw-polygon.svg +share/icons/breeze-dark/actions/24/draw-polyline.svg +share/icons/breeze-dark/actions/24/draw-rectangle.svg +share/icons/breeze-dark/actions/24/draw-spiral.svg +share/icons/breeze-dark/actions/24/draw-square-inverted-corners.svg +share/icons/breeze-dark/actions/24/draw-star.svg +share/icons/breeze-dark/actions/24/draw-text.svg +share/icons/breeze-dark/actions/24/draw-triangle.svg +share/icons/breeze-dark/actions/24/draw-triangle1.svg +share/icons/breeze-dark/actions/24/draw-triangle2.svg +share/icons/breeze-dark/actions/24/draw-triangle3.svg +share/icons/breeze-dark/actions/24/draw-triangle4.svg +share/icons/breeze-dark/actions/24/draw-watercolor.svg +share/icons/breeze-dark/actions/24/edit-bomb.svg +share/icons/breeze-dark/actions/24/edit-clear-history.svg +share/icons/breeze-dark/actions/24/edit-clear-list.svg +share/icons/breeze-dark/actions/24/edit-clear-locationbar-ltr.svg +share/icons/breeze-dark/actions/24/edit-clear-locationbar-rtl.svg +share/icons/breeze-dark/actions/24/edit-clear.svg +share/icons/breeze-dark/actions/24/edit-clone.svg +share/icons/breeze-dark/actions/24/edit-copy.svg +share/icons/breeze-dark/actions/24/edit-cut.svg +share/icons/breeze-dark/actions/24/edit-delete-shred.svg +share/icons/breeze-dark/actions/24/edit-delete.svg +share/icons/breeze-dark/actions/24/edit-download.svg +share/icons/breeze-dark/actions/24/edit-find-mail.svg +share/icons/breeze-dark/actions/24/edit-find-project.svg +share/icons/breeze-dark/actions/24/edit-find-replace.svg +share/icons/breeze-dark/actions/24/edit-find-user.svg +share/icons/breeze-dark/actions/24/edit-find.svg +share/icons/breeze-dark/actions/24/edit-group.svg +share/icons/breeze-dark/actions/24/edit-guides.svg +share/icons/breeze-dark/actions/24/edit-image-face-add.svg +share/icons/breeze-dark/actions/24/edit-image-face-detect.svg +share/icons/breeze-dark/actions/24/edit-image-face-recognize.svg +share/icons/breeze-dark/actions/24/edit-image-face-show.svg +share/icons/breeze-dark/actions/24/edit-node.svg +share/icons/breeze-dark/actions/24/edit-paste-in-place.svg +share/icons/breeze-dark/actions/24/edit-paste.svg +share/icons/breeze-dark/actions/24/edit-redo.svg +share/icons/breeze-dark/actions/24/edit-rename.svg +share/icons/breeze-dark/actions/24/edit-select-all.svg +share/icons/breeze-dark/actions/24/edit-select-invert.svg +share/icons/breeze-dark/actions/24/edit-select-lasso.svg +share/icons/breeze-dark/actions/24/edit-select-none.svg +share/icons/breeze-dark/actions/24/edit-select.svg +share/icons/breeze-dark/actions/24/edit-table-cell-merge.svg +share/icons/breeze-dark/actions/24/edit-table-cell-split.svg +share/icons/breeze-dark/actions/24/edit-table-delete-column.svg +share/icons/breeze-dark/actions/24/edit-table-delete-row.svg +share/icons/breeze-dark/actions/24/edit-table-insert-column-left.svg +share/icons/breeze-dark/actions/24/edit-table-insert-column-right.svg +share/icons/breeze-dark/actions/24/edit-table-insert-row-above.svg +share/icons/breeze-dark/actions/24/edit-table-insert-row-below.svg +share/icons/breeze-dark/actions/24/edit-table-insert-row-under.svg +share/icons/breeze-dark/actions/24/edit-text-frame-update.svg +share/icons/breeze-dark/actions/24/edit-undo.svg +share/icons/breeze-dark/actions/24/editimage.svg +share/icons/breeze-dark/actions/24/entry-delete.svg +share/icons/breeze-dark/actions/24/entry-edit.svg +share/icons/breeze-dark/actions/24/exchange-positions-clockwise.svg +share/icons/breeze-dark/actions/24/exchange-positions-zorder.svg +share/icons/breeze-dark/actions/24/exchange-positions.svg +share/icons/breeze-dark/actions/24/exifinfo.svg +share/icons/breeze-dark/actions/24/feed-subscribe.svg +share/icons/breeze-dark/actions/24/file-zoom-in.svg +share/icons/breeze-dark/actions/24/file-zoom-out.svg +share/icons/breeze-dark/actions/24/filename-group-length.svg +share/icons/breeze-dark/actions/24/filename-group-tracks.svg +share/icons/breeze-dark/actions/24/filename-last-played.svg +share/icons/breeze-dark/actions/24/filename-sample-rate.svg +share/icons/breeze-dark/actions/24/fileview-preview.svg +share/icons/breeze-dark/actions/24/fill-color.svg +share/icons/breeze-dark/actions/24/final_activity.svg +share/icons/breeze-dark/actions/24/flag-black.svg +share/icons/breeze-dark/actions/24/flag-blue.svg +share/icons/breeze-dark/actions/24/flag-green.svg +share/icons/breeze-dark/actions/24/flag-red.svg +share/icons/breeze-dark/actions/24/flag-yellow.svg +share/icons/breeze-dark/actions/24/flag.svg +share/icons/breeze-dark/actions/24/folder-new.svg +share/icons/breeze-dark/actions/24/folder-sync.svg +share/icons/breeze-dark/actions/24/fork.svg +share/icons/breeze-dark/actions/24/format-add-node.svg +share/icons/breeze-dark/actions/24/format-align-vertical-bottom.svg +share/icons/breeze-dark/actions/24/format-align-vertical-center.svg +share/icons/breeze-dark/actions/24/format-align-vertical-top.svg +share/icons/breeze-dark/actions/24/format-border-set-all.svg +share/icons/breeze-dark/actions/24/format-border-set-bottom.svg +share/icons/breeze-dark/actions/24/format-border-set-diagonal-bl-tr.svg +share/icons/breeze-dark/actions/24/format-border-set-diagonal-tl-br.svg +share/icons/breeze-dark/actions/24/format-border-set-external.svg +share/icons/breeze-dark/actions/24/format-border-set-internal-horizontal.svg +share/icons/breeze-dark/actions/24/format-border-set-internal-vertical.svg +share/icons/breeze-dark/actions/24/format-border-set-internal.svg +share/icons/breeze-dark/actions/24/format-border-set-left.svg +share/icons/breeze-dark/actions/24/format-border-set-none.svg +share/icons/breeze-dark/actions/24/format-border-set-right.svg +share/icons/breeze-dark/actions/24/format-border-set-top.svg +share/icons/breeze-dark/actions/24/format-border-style.svg +share/icons/breeze-dark/actions/24/format-break-node.svg +share/icons/breeze-dark/actions/24/format-connect-node.svg +share/icons/breeze-dark/actions/24/format-convert-to-path.svg +share/icons/breeze-dark/actions/24/format-currency.svg +share/icons/breeze-dark/actions/24/format-disconnect-node.svg +share/icons/breeze-dark/actions/24/format-fill-color.svg +share/icons/breeze-dark/actions/24/format-font-size-less.svg +share/icons/breeze-dark/actions/24/format-font-size-more.svg +share/icons/breeze-dark/actions/24/format-indent-less.svg +share/icons/breeze-dark/actions/24/format-indent-more.svg +share/icons/breeze-dark/actions/24/format-insert-node.svg +share/icons/breeze-dark/actions/24/format-join-node.svg +share/icons/breeze-dark/actions/24/format-justify-center.svg +share/icons/breeze-dark/actions/24/format-justify-fill.svg +share/icons/breeze-dark/actions/24/format-justify-left.svg +share/icons/breeze-dark/actions/24/format-justify-right.svg +share/icons/breeze-dark/actions/24/format-line-spacing-double.svg +share/icons/breeze-dark/actions/24/format-line-spacing-normal.svg +share/icons/breeze-dark/actions/24/format-line-spacing-triple.svg +share/icons/breeze-dark/actions/24/format-list-ordered.svg +share/icons/breeze-dark/actions/24/format-list-unordered.svg +share/icons/breeze-dark/actions/24/format-node-corner.svg +share/icons/breeze-dark/actions/24/format-node-curve.svg +share/icons/breeze-dark/actions/24/format-node-line.svg +share/icons/breeze-dark/actions/24/format-node-smooth.svg +share/icons/breeze-dark/actions/24/format-node-symmetric.svg +share/icons/breeze-dark/actions/24/format-number-percent.svg +share/icons/breeze-dark/actions/24/format-precision-less.svg +share/icons/breeze-dark/actions/24/format-precision-more.svg +share/icons/breeze-dark/actions/24/format-remove-node.svg +share/icons/breeze-dark/actions/24/format-segment-curve.svg +share/icons/breeze-dark/actions/24/format-segment-line.svg +share/icons/breeze-dark/actions/24/format-stroke-color.svg +share/icons/breeze-dark/actions/24/format-text-blockquote.svg +share/icons/breeze-dark/actions/24/format-text-bold.svg +share/icons/breeze-dark/actions/24/format-text-capitalize.svg +share/icons/breeze-dark/actions/24/format-text-code.svg +share/icons/breeze-dark/actions/24/format-text-color.svg +share/icons/breeze-dark/actions/24/format-text-direction-horizontal.svg +share/icons/breeze-dark/actions/24/format-text-direction-ltr.svg +share/icons/breeze-dark/actions/24/format-text-direction-rtl.svg +share/icons/breeze-dark/actions/24/format-text-direction-vertical.svg +share/icons/breeze-dark/actions/24/format-text-italic.svg +share/icons/breeze-dark/actions/24/format-text-lowercase.svg +share/icons/breeze-dark/actions/24/format-text-strikethrough.svg +share/icons/breeze-dark/actions/24/format-text-subscript.svg +share/icons/breeze-dark/actions/24/format-text-superscript.svg +share/icons/breeze-dark/actions/24/format-text-symbol.svg +share/icons/breeze-dark/actions/24/format-text-underline.svg +share/icons/breeze-dark/actions/24/format-text-uppercase.svg +share/icons/breeze-dark/actions/24/formula.svg +share/icons/breeze-dark/actions/24/games-achievements.svg +share/icons/breeze-dark/actions/24/games-config-background.svg +share/icons/breeze-dark/actions/24/games-config-board.svg +share/icons/breeze-dark/actions/24/games-config-custom.svg +share/icons/breeze-dark/actions/24/games-config-options.svg +share/icons/breeze-dark/actions/24/games-config-theme.svg +share/icons/breeze-dark/actions/24/games-config-tiles.svg +share/icons/breeze-dark/actions/24/games-difficult.svg +share/icons/breeze-dark/actions/24/games-endturn.svg +share/icons/breeze-dark/actions/24/games-highscores.svg +share/icons/breeze-dark/actions/24/games-hint.svg +share/icons/breeze-dark/actions/24/games-solve.svg +share/icons/breeze-dark/actions/24/geany-build.svg +share/icons/breeze-dark/actions/24/geany-close-all.svg +share/icons/breeze-dark/actions/24/geany-save-all.svg +share/icons/breeze-dark/actions/24/get-hot-new-stuff.svg +share/icons/breeze-dark/actions/24/go-bottom.svg +share/icons/breeze-dark/actions/24/go-down-search.svg +share/icons/breeze-dark/actions/24/go-down.svg +share/icons/breeze-dark/actions/24/go-first-view-page.svg +share/icons/breeze-dark/actions/24/go-first-view.svg +share/icons/breeze-dark/actions/24/go-first.svg +share/icons/breeze-dark/actions/24/go-home.svg +share/icons/breeze-dark/actions/24/go-jump-declaration.svg +share/icons/breeze-dark/actions/24/go-jump-definition.svg +share/icons/breeze-dark/actions/24/go-jump-locationbar.svg +share/icons/breeze-dark/actions/24/go-jump-today.svg +share/icons/breeze-dark/actions/24/go-jump.svg +share/icons/breeze-dark/actions/24/go-last-view-page.svg +share/icons/breeze-dark/actions/24/go-last-view.svg +share/icons/breeze-dark/actions/24/go-last.svg +share/icons/breeze-dark/actions/24/go-next-context.svg +share/icons/breeze-dark/actions/24/go-next-use.svg +share/icons/breeze-dark/actions/24/go-next-view-page.svg +share/icons/breeze-dark/actions/24/go-next-view.svg +share/icons/breeze-dark/actions/24/go-next.svg +share/icons/breeze-dark/actions/24/go-parent-folder.svg +share/icons/breeze-dark/actions/24/go-previous-context.svg +share/icons/breeze-dark/actions/24/go-previous-use.svg +share/icons/breeze-dark/actions/24/go-previous-view-page.svg +share/icons/breeze-dark/actions/24/go-previous-view.svg +share/icons/breeze-dark/actions/24/go-previous.svg +share/icons/breeze-dark/actions/24/go-top.svg +share/icons/breeze-dark/actions/24/go-up-search.svg +share/icons/breeze-dark/actions/24/go-up.svg +share/icons/breeze-dark/actions/24/grid-rectangular.svg +share/icons/breeze-dark/actions/24/group-delete.svg +share/icons/breeze-dark/actions/24/group-edit.svg +share/icons/breeze-dark/actions/24/group-new.svg +share/icons/breeze-dark/actions/24/gtk-add.svg +share/icons/breeze-dark/actions/24/gtk-apply.svg +share/icons/breeze-dark/actions/24/gtk-authentication.svg +share/icons/breeze-dark/actions/24/gtk-bold.svg +share/icons/breeze-dark/actions/24/gtk-cancel.svg +share/icons/breeze-dark/actions/24/gtk-cdrom.svg +share/icons/breeze-dark/actions/24/gtk-clear.svg +share/icons/breeze-dark/actions/24/gtk-close.svg +share/icons/breeze-dark/actions/24/gtk-color-picker.svg +share/icons/breeze-dark/actions/24/gtk-connect.svg +share/icons/breeze-dark/actions/24/gtk-convert.svg +share/icons/breeze-dark/actions/24/gtk-disconnect.svg +share/icons/breeze-dark/actions/24/gtk-edit.svg +share/icons/breeze-dark/actions/24/gtk-execute.svg +share/icons/breeze-dark/actions/24/gtk-floppy.svg +share/icons/breeze-dark/actions/24/gtk-index.svg +share/icons/breeze-dark/actions/24/gtk-no.svg +share/icons/breeze-dark/actions/24/gtk-ok.svg +share/icons/breeze-dark/actions/24/gtk-preferences.svg +share/icons/breeze-dark/actions/24/gtk-properties.svg +share/icons/breeze-dark/actions/24/gtk-quit.svg +share/icons/breeze-dark/actions/24/gtk-select-color.svg +share/icons/breeze-dark/actions/24/gtk-select-font.svg +share/icons/breeze-dark/actions/24/gtk-stop.svg +share/icons/breeze-dark/actions/24/gtk-tab-duplicate.svg +share/icons/breeze-dark/actions/24/gtk-tab-new.svg +share/icons/breeze-dark/actions/24/gtk-undelete-ltr.svg +share/icons/breeze-dark/actions/24/gtk-undelete-rtl.svg +share/icons/breeze-dark/actions/24/gtk-yes.svg +share/icons/breeze-dark/actions/24/guides.svg +share/icons/breeze-dark/actions/24/help-about.svg +share/icons/breeze-dark/actions/24/help-contextual.svg +share/icons/breeze-dark/actions/24/help-donate.svg +share/icons/breeze-dark/actions/24/help-feedback.svg +share/icons/breeze-dark/actions/24/help-hint.svg +share/icons/breeze-dark/actions/24/help-keybord-shortcuts.svg +share/icons/breeze-dark/actions/24/hint.svg +share/icons/breeze-dark/actions/24/identity.svg +share/icons/breeze-dark/actions/24/im-aim.svg +share/icons/breeze-dark/actions/24/im-ban-kick-user.svg +share/icons/breeze-dark/actions/24/im-ban-user.svg +share/icons/breeze-dark/actions/24/im-facebook.svg +share/icons/breeze-dark/actions/24/im-gadugadu.svg +share/icons/breeze-dark/actions/24/im-google-talk.svg +share/icons/breeze-dark/actions/24/im-google.svg +share/icons/breeze-dark/actions/24/im-icq.svg +share/icons/breeze-dark/actions/24/im-identi.ca.svg +share/icons/breeze-dark/actions/24/im-invisible-user.svg +share/icons/breeze-dark/actions/24/im-irc.svg +share/icons/breeze-dark/actions/24/im-jabber.svg +share/icons/breeze-dark/actions/24/im-kick-user.svg +share/icons/breeze-dark/actions/24/im-msn.svg +share/icons/breeze-dark/actions/24/im-qq.svg +share/icons/breeze-dark/actions/24/im-skype.svg +share/icons/breeze-dark/actions/24/im-twitter.svg +share/icons/breeze-dark/actions/24/im-user-away.svg +share/icons/breeze-dark/actions/24/im-user-busy.svg +share/icons/breeze-dark/actions/24/im-user-offline.svg +share/icons/breeze-dark/actions/24/im-user-online.svg +share/icons/breeze-dark/actions/24/im-user.svg +share/icons/breeze-dark/actions/24/im-yahoo.svg +share/icons/breeze-dark/actions/24/imagecomment.svg +share/icons/breeze-dark/actions/24/insert-horizontal-rule.svg +share/icons/breeze-dark/actions/24/insert-image.svg +share/icons/breeze-dark/actions/24/insert-link.svg +share/icons/breeze-dark/actions/24/insert-page-break.svg +share/icons/breeze-dark/actions/24/insert-table-of-contents.svg +share/icons/breeze-dark/actions/24/insert-table.svg +share/icons/breeze-dark/actions/24/insert-text-frame.svg +share/icons/breeze-dark/actions/24/insert-text.svg +share/icons/breeze-dark/actions/24/invertimage.svg +share/icons/breeze-dark/actions/24/irc-channel-active.svg +share/icons/breeze-dark/actions/24/irc-channel-inactive.svg +share/icons/breeze-dark/actions/24/irc-close-channel.svg +share/icons/breeze-dark/actions/24/irc-join-channel.svg +share/icons/breeze-dark/actions/24/irc-operator.svg +share/icons/breeze-dark/actions/24/irc-remove-operator.svg +share/icons/breeze-dark/actions/24/irc-unvoice.svg +share/icons/breeze-dark/actions/24/irc-voice.svg +share/icons/breeze-dark/actions/24/journal-new.svg +share/icons/breeze-dark/actions/24/key-enter.svg +share/icons/breeze-dark/actions/24/kmouth-phrase-new.svg +share/icons/breeze-dark/actions/24/kmouth-phrase.svg +share/icons/breeze-dark/actions/24/kmouth-phrasebook.svg +share/icons/breeze-dark/actions/24/kmouth-phresebook-new.svg +share/icons/breeze-dark/actions/24/kr_jumpback.svg +share/icons/breeze-dark/actions/24/kr_setjumpback.svg +share/icons/breeze-dark/actions/24/kstars_fitsviewer.svg +share/icons/breeze-dark/actions/24/layer-visible-off.svg +share/icons/breeze-dark/actions/24/layer-visible-on.svg +share/icons/breeze-dark/actions/24/lighttable.svg +share/icons/breeze-dark/actions/24/lighttableadd.svg +share/icons/breeze-dark/actions/24/list-add-font.svg +share/icons/breeze-dark/actions/24/list-add-user.svg +share/icons/breeze-dark/actions/24/list-add.svg +share/icons/breeze-dark/actions/24/list-remove-user.svg +share/icons/breeze-dark/actions/24/list-remove.svg +share/icons/breeze-dark/actions/24/list-resource-add.svg +share/icons/breeze-dark/actions/24/mail-attachment.svg +share/icons/breeze-dark/actions/24/mail-encrypted-full.svg +share/icons/breeze-dark/actions/24/mail-encrypted-part.svg +share/icons/breeze-dark/actions/24/mail-encrypted.svg +share/icons/breeze-dark/actions/24/mail-flag.svg +share/icons/breeze-dark/actions/24/mail-forward.svg +share/icons/breeze-dark/actions/24/mail-forwarded-replied.svg +share/icons/breeze-dark/actions/24/mail-forwarded.svg +share/icons/breeze-dark/actions/24/mail-invitation.svg +share/icons/breeze-dark/actions/24/mail-mark-important.svg +share/icons/breeze-dark/actions/24/mail-mark-junk.svg +share/icons/breeze-dark/actions/24/mail-mark-notjunk.svg +share/icons/breeze-dark/actions/24/mail-mark-read.svg +share/icons/breeze-dark/actions/24/mail-mark-task.svg +share/icons/breeze-dark/actions/24/mail-mark-unread-new.svg +share/icons/breeze-dark/actions/24/mail-mark-unread.svg +share/icons/breeze-dark/actions/24/mail-meeting-request-reply.svg +share/icons/breeze-dark/actions/24/mail-message-new-list.svg +share/icons/breeze-dark/actions/24/mail-message-new.svg +share/icons/breeze-dark/actions/24/mail-queue.svg +share/icons/breeze-dark/actions/24/mail-queued.svg +share/icons/breeze-dark/actions/24/mail-receive.svg +share/icons/breeze-dark/actions/24/mail-replied.svg +share/icons/breeze-dark/actions/24/mail-reply-all.svg +share/icons/breeze-dark/actions/24/mail-reply-custom-all.svg +share/icons/breeze-dark/actions/24/mail-reply-custom.svg +share/icons/breeze-dark/actions/24/mail-reply-list.svg +share/icons/breeze-dark/actions/24/mail-reply-sender.svg +share/icons/breeze-dark/actions/24/mail-send.svg +share/icons/breeze-dark/actions/24/mail-signature-unknown.svg +share/icons/breeze-dark/actions/24/mail-signed-full.svg +share/icons/breeze-dark/actions/24/mail-signed-part.svg +share/icons/breeze-dark/actions/24/mail-signed-verified.svg +share/icons/breeze-dark/actions/24/mail-signed.svg +share/icons/breeze-dark/actions/24/mail-tagged.svg +share/icons/breeze-dark/actions/24/mail-unread-new.svg +share/icons/breeze-dark/actions/24/mail-unread.svg +share/icons/breeze-dark/actions/24/measure.svg +share/icons/breeze-dark/actions/24/media-album-cover-manager-amarok.svg +share/icons/breeze-dark/actions/24/media-album-track.svg +share/icons/breeze-dark/actions/24/media-eject.svg +share/icons/breeze-dark/actions/24/media-mount.svg +share/icons/breeze-dark/actions/24/media-mout.svg +share/icons/breeze-dark/actions/24/media-playback-pause.svg +share/icons/breeze-dark/actions/24/media-playback-start.svg +share/icons/breeze-dark/actions/24/media-playback-stop.svg +share/icons/breeze-dark/actions/24/media-playlist-repeat.svg +share/icons/breeze-dark/actions/24/media-playlist-shuffle.svg +share/icons/breeze-dark/actions/24/media-random-albums-amarok.svg +share/icons/breeze-dark/actions/24/media-random-tracks-amarok.svg +share/icons/breeze-dark/actions/24/media-record.svg +share/icons/breeze-dark/actions/24/media-repeat-album-amarok.svg +share/icons/breeze-dark/actions/24/media-repeat-playlist-amarok.svg +share/icons/breeze-dark/actions/24/media-repeat-track-amarok.svg +share/icons/breeze-dark/actions/24/media-seek-backward.svg +share/icons/breeze-dark/actions/24/media-seek-forward.svg +share/icons/breeze-dark/actions/24/media-show-active-track-amarok.svg +share/icons/breeze-dark/actions/24/media-skip-backward.svg +share/icons/breeze-dark/actions/24/media-skip-forward.svg +share/icons/breeze-dark/actions/24/media-track-queue-amarok.svg +share/icons/breeze-dark/actions/24/meeting-attending-tentative.svg +share/icons/breeze-dark/actions/24/meeting-attending.svg +share/icons/breeze-dark/actions/24/meeting-participant-no-response.svg +share/icons/breeze-dark/actions/24/meeting-participant-request-response.svg +share/icons/breeze-dark/actions/24/menu_new.svg +share/icons/breeze-dark/actions/24/menu_new_sep.svg +share/icons/breeze-dark/actions/24/merge.svg +share/icons/breeze-dark/actions/24/messagebox_warning.svg +share/icons/breeze-dark/actions/24/milestone.svg +share/icons/breeze-dark/actions/24/network-connect.svg +share/icons/breeze-dark/actions/24/network-disconnect.svg +share/icons/breeze-dark/actions/24/news-subscribe.svg +share/icons/breeze-dark/actions/24/news-unsubscribe.svg +share/icons/breeze-dark/actions/24/nocover.svg +share/icons/breeze-dark/actions/24/node-add.svg +share/icons/breeze-dark/actions/24/node-break.svg +share/icons/breeze-dark/actions/24/node-delete-segment.svg +share/icons/breeze-dark/actions/24/node-delete.svg +share/icons/breeze-dark/actions/24/node-join-segment.svg +share/icons/breeze-dark/actions/24/node-join.svg +share/icons/breeze-dark/actions/24/node-segment-curve.svg +share/icons/breeze-dark/actions/24/node-segment-line.svg +share/icons/breeze-dark/actions/24/node-transform.svg +share/icons/breeze-dark/actions/24/node-type-auto-smooth.svg +share/icons/breeze-dark/actions/24/node-type-cusp.svg +share/icons/breeze-dark/actions/24/node-type-smooth.svg +share/icons/breeze-dark/actions/24/node-type-symmetric.svg +share/icons/breeze-dark/actions/24/node.svg +share/icons/breeze-dark/actions/24/object-columns.svg +share/icons/breeze-dark/actions/24/object-flip-horizontal.svg +share/icons/breeze-dark/actions/24/object-flip-vertical.svg +share/icons/breeze-dark/actions/24/object-group.svg +share/icons/breeze-dark/actions/24/object-locked.svg +share/icons/breeze-dark/actions/24/object-order-back.svg +share/icons/breeze-dark/actions/24/object-order-front.svg +share/icons/breeze-dark/actions/24/object-order-lower.svg +share/icons/breeze-dark/actions/24/object-order-raise.svg +share/icons/breeze-dark/actions/24/object-rotate-left.svg +share/icons/breeze-dark/actions/24/object-rotate-right.svg +share/icons/breeze-dark/actions/24/object-rows.svg +share/icons/breeze-dark/actions/24/object-to-path.svg +share/icons/breeze-dark/actions/24/object-ungroup.svg +share/icons/breeze-dark/actions/24/object-unlocked.svg +share/icons/breeze-dark/actions/24/office-chart-area-focus-peak-node.svg +share/icons/breeze-dark/actions/24/office-chart-area-percentage.svg +share/icons/breeze-dark/actions/24/office-chart-area-stacked.svg +share/icons/breeze-dark/actions/24/office-chart-area.svg +share/icons/breeze-dark/actions/24/office-chart-bar-percentage.svg +share/icons/breeze-dark/actions/24/office-chart-bar-stacked.svg +share/icons/breeze-dark/actions/24/office-chart-bar.svg +share/icons/breeze-dark/actions/24/office-chart-line-percentage.svg +share/icons/breeze-dark/actions/24/office-chart-line-stacked.svg +share/icons/breeze-dark/actions/24/office-chart-line.svg +share/icons/breeze-dark/actions/24/office-chart-pie.svg +share/icons/breeze-dark/actions/24/office-chart-polar-stacked.svg +share/icons/breeze-dark/actions/24/office-chart-polar.svg +share/icons/breeze-dark/actions/24/office-chart-ring.svg +share/icons/breeze-dark/actions/24/office-chart-scatter.svg +share/icons/breeze-dark/actions/24/package.svg +share/icons/breeze-dark/actions/24/page-2sides.svg +share/icons/breeze-dark/actions/24/page-3sides.svg +share/icons/breeze-dark/actions/24/page-4sides.svg +share/icons/breeze-dark/actions/24/page-simple.svg +share/icons/breeze-dark/actions/24/page-zoom.svg +share/icons/breeze-dark/actions/24/password-generate.svg +share/icons/breeze-dark/actions/24/password-show-off.svg +share/icons/breeze-dark/actions/24/password-show-on.svg +share/icons/breeze-dark/actions/24/path-clip-edit.svg +share/icons/breeze-dark/actions/24/path-effect-parameter-next.svg +share/icons/breeze-dark/actions/24/path-mask-edit.svg +share/icons/breeze-dark/actions/24/path-mode-bezier.svg +share/icons/breeze-dark/actions/24/path-mode-polyline-paraxial.svg +share/icons/breeze-dark/actions/24/path-mode-polyline.svg +share/icons/breeze-dark/actions/24/path-mode-spiro.svg +share/icons/breeze-dark/actions/24/path-reverse.svg +share/icons/breeze-dark/actions/24/path-simplify.svg +share/icons/breeze-dark/actions/24/player-time.svg +share/icons/breeze-dark/actions/24/player-volume-muted.svg +share/icons/breeze-dark/actions/24/player-volume.svg +share/icons/breeze-dark/actions/24/playlist-generator.svg +share/icons/breeze-dark/actions/24/playlist-sort.svg +share/icons/breeze-dark/actions/24/plugins.svg +share/icons/breeze-dark/actions/24/preferences-activities.svg +share/icons/breeze-dark/actions/24/preferences-other.svg +share/icons/breeze-dark/actions/24/preflight-verifier.svg +share/icons/breeze-dark/actions/24/process-stop.svg +share/icons/breeze-dark/actions/24/project-development-close-all.svg +share/icons/breeze-dark/actions/24/project-development-close.svg +share/icons/breeze-dark/actions/24/project-development-new-template.svg +share/icons/breeze-dark/actions/24/project-development.svg +share/icons/breeze-dark/actions/24/project-open.svg +share/icons/breeze-dark/actions/24/quickopen-class.svg +share/icons/breeze-dark/actions/24/quickopen-file.svg +share/icons/breeze-dark/actions/24/quickopen-function.svg +share/icons/breeze-dark/actions/24/quickopen.svg +share/icons/breeze-dark/actions/24/randomize.svg +share/icons/breeze-dark/actions/24/ratiocrop.svg +share/icons/breeze-dark/actions/24/redeyes.svg +share/icons/breeze-dark/actions/24/resource-calendar-child-insert.svg +share/icons/breeze-dark/actions/24/resource-calendar-child.svg +share/icons/breeze-dark/actions/24/resource-calendar-insert.svg +share/icons/breeze-dark/actions/24/resource-group-new.svg +share/icons/breeze-dark/actions/24/resource-group.svg +share/icons/breeze-dark/actions/24/roll.svg +share/icons/breeze-dark/actions/24/run-build-clean.svg +share/icons/breeze-dark/actions/24/run-build-configure.svg +share/icons/breeze-dark/actions/24/run-build-file.svg +share/icons/breeze-dark/actions/24/run-build-install-root.svg +share/icons/breeze-dark/actions/24/run-build-install.svg +share/icons/breeze-dark/actions/24/run-build-prune.svg +share/icons/breeze-dark/actions/24/run-build.svg +share/icons/breeze-dark/actions/24/run-clean.svg +share/icons/breeze-dark/actions/24/run-install.svg +share/icons/breeze-dark/actions/24/select-rectangular.svg +share/icons/breeze-dark/actions/24/services.svg +share/icons/breeze-dark/actions/24/shapes.svg +share/icons/breeze-dark/actions/24/sharpenimage.svg +share/icons/breeze-dark/actions/24/show-menu.svg +share/icons/breeze-dark/actions/24/show-node-handles.svg +share/icons/breeze-dark/actions/24/show-offline.svg +share/icons/breeze-dark/actions/24/show-path-outline.svg +share/icons/breeze-dark/actions/24/snap-bounding-box-center.svg +share/icons/breeze-dark/actions/24/snap-bounding-box-corners.svg +share/icons/breeze-dark/actions/24/snap-bounding-box-edges.svg +share/icons/breeze-dark/actions/24/snap-bounding-box-midpoints.svg +share/icons/breeze-dark/actions/24/snap-bounding-box.svg +share/icons/breeze-dark/actions/24/snap-extension.svg +share/icons/breeze-dark/actions/24/snap-grid-guide-intersections.svg +share/icons/breeze-dark/actions/24/snap-guideline.svg +share/icons/breeze-dark/actions/24/snap-intersection.svg +share/icons/breeze-dark/actions/24/snap-node.svg +share/icons/breeze-dark/actions/24/snap-nodes-center.svg +share/icons/breeze-dark/actions/24/snap-nodes-cusp.svg +share/icons/breeze-dark/actions/24/snap-nodes-intersection.svg +share/icons/breeze-dark/actions/24/snap-nodes-midpoint.svg +share/icons/breeze-dark/actions/24/snap-nodes-path.svg +share/icons/breeze-dark/actions/24/snap-nodes-rotation-center.svg +share/icons/breeze-dark/actions/24/snap-nodes-smooth.svg +share/icons/breeze-dark/actions/24/snap-orthogonal.svg +share/icons/breeze-dark/actions/24/snap-page.svg +share/icons/breeze-dark/actions/24/snap-text-baseline.svg +share/icons/breeze-dark/actions/24/snap.svg +share/icons/breeze-dark/actions/24/sort-name.svg +share/icons/breeze-dark/actions/24/sort-presence.svg +share/icons/breeze-dark/actions/24/speaker.svg +share/icons/breeze-dark/actions/24/split.svg +share/icons/breeze-dark/actions/24/state-fork.svg +share/icons/breeze-dark/actions/24/story-editor.svg +share/icons/breeze-dark/actions/24/stroke-cap-bevel.svg +share/icons/breeze-dark/actions/24/stroke-cap-butt.svg +share/icons/breeze-dark/actions/24/stroke-cap-miter.svg +share/icons/breeze-dark/actions/24/stroke-cap-round.svg +share/icons/breeze-dark/actions/24/stroke-cap-square.svg +share/icons/breeze-dark/actions/24/stroke-join-bevel.svg +share/icons/breeze-dark/actions/24/stroke-join-miter.svg +share/icons/breeze-dark/actions/24/stroke-join-round.svg +share/icons/breeze-dark/actions/24/stroke-to-path.svg +share/icons/breeze-dark/actions/24/svn-commit.svg +share/icons/breeze-dark/actions/24/svn-update.svg +share/icons/breeze-dark/actions/24/system-run.svg +share/icons/breeze-dark/actions/24/system-search.svg +share/icons/breeze-dark/actions/24/system-upgrade.svg +share/icons/breeze-dark/actions/24/tab-close-other.svg +share/icons/breeze-dark/actions/24/tab-close.svg +share/icons/breeze-dark/actions/24/tab-detach.svg +share/icons/breeze-dark/actions/24/tab-duplicate.svg +share/icons/breeze-dark/actions/24/tab-new-background.svg +share/icons/breeze-dark/actions/24/tab-new.svg +share/icons/breeze-dark/actions/24/table.svg +share/icons/breeze-dark/actions/24/tag-addressbook.svg +share/icons/breeze-dark/actions/24/tag-delete.svg +share/icons/breeze-dark/actions/24/tag-events.svg +share/icons/breeze-dark/actions/24/tag-folder.svg +share/icons/breeze-dark/actions/24/tag-people.svg +share/icons/breeze-dark/actions/24/tag-properties.svg +share/icons/breeze-dark/actions/24/tag-reset.svg +share/icons/breeze-dark/actions/24/tag.svg +share/icons/breeze-dark/actions/24/task-new.svg +share/icons/breeze-dark/actions/24/taxes-finances.svg +share/icons/breeze-dark/actions/24/text-field.svg +share/icons/breeze-dark/actions/24/text-flow-into-frame.svg +share/icons/breeze-dark/actions/24/text-frame-link.svg +share/icons/breeze-dark/actions/24/text-frame-unlink.svg +share/icons/breeze-dark/actions/24/text-speak.svg +share/icons/breeze-dark/actions/24/text-unflow.svg +share/icons/breeze-dark/actions/24/text-wrap.svg +share/icons/breeze-dark/actions/24/text_horz_kern.svg +share/icons/breeze-dark/actions/24/text_letter_spacing.svg +share/icons/breeze-dark/actions/24/text_line_spacing.svg +share/icons/breeze-dark/actions/24/text_remove_kerns.svg +share/icons/breeze-dark/actions/24/text_rotation.svg +share/icons/breeze-dark/actions/24/text_subscript.svg +share/icons/breeze-dark/actions/24/text_superscript.svg +share/icons/breeze-dark/actions/24/text_vert_kern.svg +share/icons/breeze-dark/actions/24/text_word_spacing.svg +share/icons/breeze-dark/actions/24/tool-animator.svg +share/icons/breeze-dark/actions/24/tool-measure.svg +share/icons/breeze-dark/actions/24/tool-node-editor.svg +share/icons/breeze-dark/actions/24/tool-pointer.svg +share/icons/breeze-dark/actions/24/tool-spray.svg +share/icons/breeze-dark/actions/24/tool-tweak.svg +share/icons/breeze-dark/actions/24/tools-check-spelling.svg +share/icons/breeze-dark/actions/24/tools-media-optical-burn-image.svg +share/icons/breeze-dark/actions/24/tools-media-optical-burn.svg +share/icons/breeze-dark/actions/24/tools-media-optical-copy.svg +share/icons/breeze-dark/actions/24/tools-media-optical-erase.svg +share/icons/breeze-dark/actions/24/tools-media-optical-format.svg +share/icons/breeze-dark/actions/24/tools-report-bug.svg +share/icons/breeze-dark/actions/24/tools-rip-audio-cd.svg +share/icons/breeze-dark/actions/24/tools-rip-video-cd.svg +share/icons/breeze-dark/actions/24/tools-rip-video-dvd.svg +share/icons/breeze-dark/actions/24/tools-wizard.svg +share/icons/breeze-dark/actions/24/transform-crop-and-resize.svg +share/icons/breeze-dark/actions/24/transform-crop.svg +share/icons/breeze-dark/actions/24/transform-move-horizontal.svg +share/icons/breeze-dark/actions/24/transform-move-vertical.svg +share/icons/breeze-dark/actions/24/transform-move.svg +share/icons/breeze-dark/actions/24/transform-rotate.svg +share/icons/breeze-dark/actions/24/transform-scale-horizontal.svg +share/icons/breeze-dark/actions/24/transform-scale-textbox-points.svg +share/icons/breeze-dark/actions/24/transform-scale-vertical.svg +share/icons/breeze-dark/actions/24/transform-scale.svg +share/icons/breeze-dark/actions/24/transform-shear-down.svg +share/icons/breeze-dark/actions/24/transform-shear-left.svg +share/icons/breeze-dark/actions/24/transform-shear-right.svg +share/icons/breeze-dark/actions/24/transform-shear-up.svg +share/icons/breeze-dark/actions/24/transform-skew-horizontal.svg +share/icons/breeze-dark/actions/24/transform-skew-vertical.svg +share/icons/breeze-dark/actions/24/trash-empty.svg +share/icons/breeze-dark/actions/24/upload-media.svg +share/icons/breeze-dark/actions/24/user-group-delete.svg +share/icons/breeze-dark/actions/24/user-group-new.svg +share/icons/breeze-dark/actions/24/user-group-properties.svg +share/icons/breeze-dark/actions/24/user-identity.svg +share/icons/breeze-dark/actions/24/user-properties.svg +share/icons/breeze-dark/actions/24/view-bank-account-checking.svg +share/icons/breeze-dark/actions/24/view-bank-account-savings.svg +share/icons/breeze-dark/actions/24/view-bank-account.svg +share/icons/breeze-dark/actions/24/view-bank.svg +share/icons/breeze-dark/actions/24/view-barcode-add.svg +share/icons/breeze-dark/actions/24/view-barcode.svg +share/icons/breeze-dark/actions/24/view-calendar-agenda.svg +share/icons/breeze-dark/actions/24/view-calendar-birthday.svg +share/icons/breeze-dark/actions/24/view-calendar-day.svg +share/icons/breeze-dark/actions/24/view-calendar-holiday.svg +share/icons/breeze-dark/actions/24/view-calendar-journal.svg +share/icons/breeze-dark/actions/24/view-calendar-list.svg +share/icons/breeze-dark/actions/24/view-calendar-month.svg +share/icons/breeze-dark/actions/24/view-calendar-special-occasion.svg +share/icons/breeze-dark/actions/24/view-calendar-tasks.svg +share/icons/breeze-dark/actions/24/view-calendar-time-spent.svg +share/icons/breeze-dark/actions/24/view-calendar-timeline.svg +share/icons/breeze-dark/actions/24/view-calendar-upcoming-days.svg +share/icons/breeze-dark/actions/24/view-calendar-upcoming-events.svg +share/icons/breeze-dark/actions/24/view-calendar-wedding-anniversary.svg +share/icons/breeze-dark/actions/24/view-calendar-week.svg +share/icons/breeze-dark/actions/24/view-calendar-whatsnext.svg +share/icons/breeze-dark/actions/24/view-calendar-workweek.svg +share/icons/breeze-dark/actions/24/view-calendar.svg +share/icons/breeze-dark/actions/24/view-catalog.svg +share/icons/breeze-dark/actions/24/view-categories-expenditures.svg +share/icons/breeze-dark/actions/24/view-categories-incomes.svg +share/icons/breeze-dark/actions/24/view-categories.svg +share/icons/breeze-dark/actions/24/view-certificate-add.svg +share/icons/breeze-dark/actions/24/view-certificate-export-secret.svg +share/icons/breeze-dark/actions/24/view-certificate-export-server.svg +share/icons/breeze-dark/actions/24/view-certificate-export.svg +share/icons/breeze-dark/actions/24/view-certificate-import.svg +share/icons/breeze-dark/actions/24/view-certificate-server-configure.svg +share/icons/breeze-dark/actions/24/view-certificate-sign.svg +share/icons/breeze-dark/actions/24/view-certificate.svg +share/icons/breeze-dark/actions/24/view-close.svg +share/icons/breeze-dark/actions/24/view-conversation-balloon.svg +share/icons/breeze-dark/actions/24/view-file-columns.svg +share/icons/breeze-dark/actions/24/view-filter.svg +share/icons/breeze-dark/actions/24/view-form-action.svg +share/icons/breeze-dark/actions/24/view-form.svg +share/icons/breeze-dark/actions/24/view-fullscreen.svg +share/icons/breeze-dark/actions/24/view-grid.svg +share/icons/breeze-dark/actions/24/view-group.svg +share/icons/breeze-dark/actions/24/view-history.svg +share/icons/breeze-dark/actions/24/view-left-close.svg +share/icons/breeze-dark/actions/24/view-list-details.svg +share/icons/breeze-dark/actions/24/view-list-icons.svg +share/icons/breeze-dark/actions/24/view-list-text.svg +share/icons/breeze-dark/actions/24/view-list-tree.svg +share/icons/breeze-dark/actions/24/view-media-artist.svg +share/icons/breeze-dark/actions/24/view-media-equalizer.svg +share/icons/breeze-dark/actions/24/view-media-lyrics.svg +share/icons/breeze-dark/actions/24/view-media-playlist.svg +share/icons/breeze-dark/actions/24/view-media-title.svg +share/icons/breeze-dark/actions/24/view-media-visualization.svg +share/icons/breeze-dark/actions/24/view-multiple-objects.svg +share/icons/breeze-dark/actions/24/view-object-histogram-linear.svg +share/icons/breeze-dark/actions/24/view-object-histogram-logarithmic.svg +share/icons/breeze-dark/actions/24/view-pim-calendar.svg +share/icons/breeze-dark/actions/24/view-pim-contacts.svg +share/icons/breeze-dark/actions/24/view-pim-journal.svg +share/icons/breeze-dark/actions/24/view-pim-mail.svg +share/icons/breeze-dark/actions/24/view-pim-news.svg +share/icons/breeze-dark/actions/24/view-pim-notes.svg +share/icons/breeze-dark/actions/24/view-pim-tasks-pending.svg +share/icons/breeze-dark/actions/24/view-pim-tasks.svg +share/icons/breeze-dark/actions/24/view-presentation.svg +share/icons/breeze-dark/actions/24/view-preview.svg +share/icons/breeze-dark/actions/24/view-refresh.svg +share/icons/breeze-dark/actions/24/view-restore.svg +share/icons/breeze-dark/actions/24/view-right-close.svg +share/icons/breeze-dark/actions/24/view-right-new.svg +share/icons/breeze-dark/actions/24/view-sidetree.svg +share/icons/breeze-dark/actions/24/view-sort-ascending.svg +share/icons/breeze-dark/actions/24/view-sort-descending.svg +share/icons/breeze-dark/actions/24/view-split-left-right.svg +share/icons/breeze-dark/actions/24/view-split-top-bottom.svg +share/icons/breeze-dark/actions/24/view-statistics.svg +share/icons/breeze-dark/actions/24/view-table-of-contents-ltr.svg +share/icons/breeze-dark/actions/24/view-table-of-contents-rtl.svg +share/icons/breeze-dark/actions/24/view-task-add.svg +share/icons/breeze-dark/actions/24/view-task-child-add.svg +share/icons/breeze-dark/actions/24/view-task-child.svg +share/icons/breeze-dark/actions/24/view-task.svg +share/icons/breeze-dark/actions/24/view-time-schedule-baselined-add.svg +share/icons/breeze-dark/actions/24/view-time-schedule-baselined-remove.svg +share/icons/breeze-dark/actions/24/view-time-schedule-baselined.svg +share/icons/breeze-dark/actions/24/view-time-schedule-calculus.svg +share/icons/breeze-dark/actions/24/view-time-schedule-child-insert.svg +share/icons/breeze-dark/actions/24/view-time-schedule-edit.svg +share/icons/breeze-dark/actions/24/view-time-schedule-insert.svg +share/icons/breeze-dark/actions/24/view-web-browser-dom-tree.svg +share/icons/breeze-dark/actions/24/viewimage.svg +share/icons/breeze-dark/actions/24/visibility.svg +share/icons/breeze-dark/actions/24/window-close.svg +share/icons/breeze-dark/actions/24/window-duplicate.svg +share/icons/breeze-dark/actions/24/window-new.svg +share/icons/breeze-dark/actions/24/xml-attribute-delete.svg +share/icons/breeze-dark/actions/24/xml-element-new.svg +share/icons/breeze-dark/actions/24/xml-node-delete.svg +share/icons/breeze-dark/actions/24/xml-node-duplicate.svg +share/icons/breeze-dark/actions/24/xml-text-new.svg +share/icons/breeze-dark/actions/24/y-zoom-in.svg +share/icons/breeze-dark/actions/24/zoom-1-to-2.svg +share/icons/breeze-dark/actions/24/zoom-2-to-1.svg +share/icons/breeze-dark/actions/24/zoom-draw.svg +share/icons/breeze-dark/actions/24/zoom-fit-best.svg +share/icons/breeze-dark/actions/24/zoom-fit-height.svg +share/icons/breeze-dark/actions/24/zoom-fit-selection.svg +share/icons/breeze-dark/actions/24/zoom-fit-width.svg +share/icons/breeze-dark/actions/24/zoom-in-large.svg +share/icons/breeze-dark/actions/24/zoom-in-x.svg +share/icons/breeze-dark/actions/24/zoom-in.svg +share/icons/breeze-dark/actions/24/zoom-next.svg +share/icons/breeze-dark/actions/24/zoom-original.svg +share/icons/breeze-dark/actions/24/zoom-out-large.svg +share/icons/breeze-dark/actions/24/zoom-out-x.svg +share/icons/breeze-dark/actions/24/zoom-out-y.svg +share/icons/breeze-dark/actions/24/zoom-out.svg +share/icons/breeze-dark/actions/24/zoom-previous.svg +share/icons/breeze-dark/actions/24/zoom-select-fit.svg +share/icons/breeze-dark/actions/24/zoom-select-x.svg +share/icons/breeze-dark/actions/24/zoom-select-y.svg +share/icons/breeze-dark/actions/24/zoom-select.svg +share/icons/breeze-dark/actions/24/zoom.svg +share/icons/breeze-dark/actions/32/acrobat.svg +share/icons/breeze-dark/actions/32/address-book-new.svg +share/icons/breeze-dark/actions/32/align-horizontal-bottom-out.svg +share/icons/breeze-dark/actions/32/align-horizontal-center.svg +share/icons/breeze-dark/actions/32/align-horizontal-left-out.svg +share/icons/breeze-dark/actions/32/align-horizontal-left-to-anchor.svg +share/icons/breeze-dark/actions/32/align-horizontal-left.svg +share/icons/breeze-dark/actions/32/align-horizontal-right-out.svg +share/icons/breeze-dark/actions/32/align-horizontal-right-to-anchor.svg +share/icons/breeze-dark/actions/32/align-horizontal-right.svg +share/icons/breeze-dark/actions/32/align-horizontal-top-out.svg +share/icons/breeze-dark/actions/32/align-vertical-bottom-out.svg +share/icons/breeze-dark/actions/32/align-vertical-bottom-to-anchor.svg +share/icons/breeze-dark/actions/32/align-vertical-bottom.svg +share/icons/breeze-dark/actions/32/align-vertical-center.svg +share/icons/breeze-dark/actions/32/align-vertical-top-out.svg +share/icons/breeze-dark/actions/32/align-vertical-top-to-anchor.svg +share/icons/breeze-dark/actions/32/align-vertical-top.svg +share/icons/breeze-dark/actions/32/application-exit.svg +share/icons/breeze-dark/actions/32/application-menu.svg +share/icons/breeze-dark/actions/32/appointment-new.svg +share/icons/breeze-dark/actions/32/archive-extract.svg +share/icons/breeze-dark/actions/32/archive-insert-directory.svg +share/icons/breeze-dark/actions/32/archive-insert.svg +share/icons/breeze-dark/actions/32/archive-remove.svg +share/icons/breeze-dark/actions/32/arrow-left-double.svg +share/icons/breeze-dark/actions/32/arrow-right-double.svg +share/icons/breeze-dark/actions/32/autocorrection.svg +share/icons/breeze-dark/actions/32/blurimage.svg +share/icons/breeze-dark/actions/32/bookmark-new.svg +share/icons/breeze-dark/actions/32/bookmark-remove.svg +share/icons/breeze-dark/actions/32/bordertool.svg +share/icons/breeze-dark/actions/32/call-start.svg +share/icons/breeze-dark/actions/32/call-stop.svg +share/icons/breeze-dark/actions/32/color-management.svg +share/icons/breeze-dark/actions/32/color-picker-black.svg +share/icons/breeze-dark/actions/32/color-picker-grey.svg +share/icons/breeze-dark/actions/32/color-picker-white.svg +share/icons/breeze-dark/actions/32/color-picker.svg +share/icons/breeze-dark/actions/32/colors-chromablue.svg +share/icons/breeze-dark/actions/32/colors-chromagreen.svg +share/icons/breeze-dark/actions/32/colors-chromared.svg +share/icons/breeze-dark/actions/32/colors-luma.svg +share/icons/breeze-dark/actions/32/compass.svg +share/icons/breeze-dark/actions/32/configure-shortcuts.svg +share/icons/breeze-dark/actions/32/configure.svg +share/icons/breeze-dark/actions/32/dialog-cancel.svg +share/icons/breeze-dark/actions/32/dialog-messages.svg +share/icons/breeze-dark/actions/32/dialog-ok-apply.svg +share/icons/breeze-dark/actions/32/document-close.svg +share/icons/breeze-dark/actions/32/document-decrypt.svg +share/icons/breeze-dark/actions/32/document-edit-decrypt-verify.svg +share/icons/breeze-dark/actions/32/document-edit-decrypt.svg +share/icons/breeze-dark/actions/32/document-edit-encrypt.svg +share/icons/breeze-dark/actions/32/document-edit-sign-encrypt.svg +share/icons/breeze-dark/actions/32/document-edit-sign.svg +share/icons/breeze-dark/actions/32/document-edit.svg +share/icons/breeze-dark/actions/32/document-encrypted.svg +share/icons/breeze-dark/actions/32/document-export.svg +share/icons/breeze-dark/actions/32/document-import.svg +share/icons/breeze-dark/actions/32/document-new-from-template.svg +share/icons/breeze-dark/actions/32/document-new.svg +share/icons/breeze-dark/actions/32/document-open-recent.svg +share/icons/breeze-dark/actions/32/document-open-remote.svg +share/icons/breeze-dark/actions/32/document-open.svg +share/icons/breeze-dark/actions/32/document-preview-archive.svg +share/icons/breeze-dark/actions/32/document-preview.svg +share/icons/breeze-dark/actions/32/document-print-direct.svg +share/icons/breeze-dark/actions/32/document-print.svg +share/icons/breeze-dark/actions/32/document-revert.svg +share/icons/breeze-dark/actions/32/document-save-all.svg +share/icons/breeze-dark/actions/32/document-save-as.svg +share/icons/breeze-dark/actions/32/document-save.svg +share/icons/breeze-dark/actions/32/document-share.svg +share/icons/breeze-dark/actions/32/edit-delete.svg +share/icons/breeze-dark/actions/32/edit-redo.svg +share/icons/breeze-dark/actions/32/edit-undo.svg +share/icons/breeze-dark/actions/32/editor.svg +share/icons/breeze-dark/actions/32/flash.svg +share/icons/breeze-dark/actions/32/folder-new.svg +share/icons/breeze-dark/actions/32/folder-sync.svg +share/icons/breeze-dark/actions/32/format-stroke-color.svg +share/icons/breeze-dark/actions/32/games-config-options.svg +share/icons/breeze-dark/actions/32/go-parent-folder.svg +share/icons/breeze-dark/actions/32/help-about.svg +share/icons/breeze-dark/actions/32/help-donate.svg +share/icons/breeze-dark/actions/32/help-keybord-shortcuts.svg +share/icons/breeze-dark/actions/32/help-whatsthis.svg +share/icons/breeze-dark/actions/32/media-eject.svg +share/icons/breeze-dark/actions/32/media-playback-pause.svg +share/icons/breeze-dark/actions/32/media-playback-start.svg +share/icons/breeze-dark/actions/32/media-playback-stop.svg +share/icons/breeze-dark/actions/32/media-playlist-repeat.svg +share/icons/breeze-dark/actions/32/media-playlist-shuffle.svg +share/icons/breeze-dark/actions/32/media-record.svg +share/icons/breeze-dark/actions/32/media-seek-backward.svg +share/icons/breeze-dark/actions/32/media-seek-forward.svg +share/icons/breeze-dark/actions/32/media-skip-backward.svg +share/icons/breeze-dark/actions/32/media-skip-forward.svg +share/icons/breeze-dark/actions/32/multiple.svg +share/icons/breeze-dark/actions/32/object-order-back.svg +share/icons/breeze-dark/actions/32/object-order-front.svg +share/icons/breeze-dark/actions/32/object-order-lower.svg +share/icons/breeze-dark/actions/32/object-order-raise.svg +share/icons/breeze-dark/actions/32/percent.svg +share/icons/breeze-dark/actions/32/qa.svg +share/icons/breeze-dark/actions/32/taxes-finances.svg +share/icons/breeze-dark/actions/32/view-filter.svg +share/icons/breeze-dark/actions/32/view-group.svg +share/icons/breeze-dark/actions/32/view-left-close.svg +share/icons/breeze-dark/actions/32/view-list-details.svg +share/icons/breeze-dark/actions/32/view-list-icons.svg +share/icons/breeze-dark/actions/32/view-list-text.svg +share/icons/breeze-dark/actions/32/view-list-tree.svg +share/icons/breeze-dark/actions/32/view-preview.svg +share/icons/breeze-dark/actions/32/view-refresh.svg +share/icons/breeze-dark/actions/32/view-right-close.svg +share/icons/breeze-dark/actions/32/view-right-new.svg +share/icons/breeze-dark/actions/32/view-sort-ascending.svg +share/icons/breeze-dark/actions/32/view-sort-descending.svg +share/icons/breeze-dark/actions/32/window-close.svg +share/icons/breeze-dark/applets/128/user-ada-lovelace.svg +share/icons/breeze-dark/applets/128/user-alice-in-wonderland.svg +share/icons/breeze-dark/applets/128/user-grace-hopper.svg +share/icons/breeze-dark/applets/128/user-identity.svg +share/icons/breeze-dark/applets/128/user-leonardo-da-vinci.svg +share/icons/breeze-dark/applets/128/user-mahatma-gandhi.svg +share/icons/breeze-dark/applets/128/user-mowgli.svg +share/icons/breeze-dark/applets/128/user-none.svg +share/icons/breeze-dark/applets/256/empty.svg +share/icons/breeze-dark/applets/256/org.kde.ktpcontactlist.svg +share/icons/breeze-dark/applets/256/org.kde.muonnotifier.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.activitybar.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.analogclock.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.battery.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.binaryclock.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.calculator.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.calendar.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.clipboard.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.colorpicker.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.comic.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.date.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.devicenotifier.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.digitalclock.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.fifteenpuzzle.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.folder.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.frame.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.fuzzyclock.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.icontasks.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.kicker.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.kickerdash.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.kickoff.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.mediacontroller.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.networkmanagement.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.notes.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.pager.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.quicklaunch.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.showActivityManager.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemloadviewer.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemmonitor.cpu.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemmonitor.diskusage.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemmonitor.memory.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemmonitor.net.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.systemtray.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.taskmanager.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.timer.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.userswitcher.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.volume.svg +share/icons/breeze-dark/applets/256/org.kde.plasma.windowlist.svg +share/icons/breeze-dark/applets/48/weather-clear-night.svg +share/icons/breeze-dark/applets/48/weather-clear.svg +share/icons/breeze-dark/applets/48/weather-clouds-night.svg +share/icons/breeze-dark/applets/48/weather-clouds.svg +share/icons/breeze-dark/applets/48/weather-few-clouds-night.svg +share/icons/breeze-dark/applets/48/weather-few-clouds.svg +share/icons/breeze-dark/applets/48/weather-fog.svg +share/icons/breeze-dark/applets/48/weather-freezing-rain.svg +share/icons/breeze-dark/applets/48/weather-hail.svg +share/icons/breeze-dark/applets/48/weather-many-clouds.svg +share/icons/breeze-dark/applets/48/weather-mist.svg +share/icons/breeze-dark/applets/48/weather-none.svg +share/icons/breeze-dark/applets/48/weather-overcast.svg +share/icons/breeze-dark/applets/48/weather-showers-day.svg +share/icons/breeze-dark/applets/48/weather-showers-night.svg +share/icons/breeze-dark/applets/48/weather-showers-scattered-day.svg +share/icons/breeze-dark/applets/48/weather-showers-scattered-night.svg +share/icons/breeze-dark/applets/48/weather-showers-scattered.svg +share/icons/breeze-dark/applets/48/weather-showers.svg +share/icons/breeze-dark/applets/48/weather-snow-rain.svg +share/icons/breeze-dark/applets/48/weather-snow-scattered-day.svg +share/icons/breeze-dark/applets/48/weather-snow-scattered-night.svg +share/icons/breeze-dark/applets/48/weather-snow-scattered.svg +share/icons/breeze-dark/applets/48/weather-snow.svg +share/icons/breeze-dark/applets/48/weather-storm-day.svg +share/icons/breeze-dark/applets/48/weather-storm-night.svg +share/icons/breeze-dark/applets/48/weather-storm.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-blur.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-contrast.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-coverswitch.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-cubeslide.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-desktopgrid.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-dialog-parent.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-diminactive.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-dimscreen.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-fade.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-fadedesktop.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-fallapart.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-flipswitch.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-glide.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-highlightwindow.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-invert.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-kscreen.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-login.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-logout.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-magiclamp.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-magnifier.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-maximize.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-minimize.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-mouseclick.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-mousemark.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-presentwindows.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-resize.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-scale-in.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-screenedge.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-screenshot.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-showfps.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-showpaint.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-slide.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-slideback.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-slidingpopups.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-startupfeedback.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-thumbnailaside.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-trackmouse.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-translucency.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-windowaperture.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-wobblywindows.svg +share/icons/breeze-dark/applets/64/preferences-system-windows-effect-zoom.svg +share/icons/breeze-dark/apps/16/accessories-text-editor.svg +share/icons/breeze-dark/apps/16/applications-internet.svg +share/icons/breeze-dark/apps/16/kate.svg +share/icons/breeze-dark/apps/16/kdeconnect.svg +share/icons/breeze-dark/apps/16/kwrite.svg +share/icons/breeze-dark/apps/16/nepomuk.svg +share/icons/breeze-dark/apps/16/preferences-system-bluetooth.svg +share/icons/breeze-dark/apps/16/system-file-manager.svg +share/icons/breeze-dark/apps/16/system-help.svg +share/icons/breeze-dark/apps/16/system-lock-screen.svg +share/icons/breeze-dark/apps/16/system-log-out.svg +share/icons/breeze-dark/apps/16/umbrello.svg +share/icons/breeze-dark/apps/16/utilities-terminal.svg +share/icons/breeze-dark/apps/22/accessories-text-editor.svg +share/icons/breeze-dark/apps/22/akregator.svg +share/icons/breeze-dark/apps/22/applications-internet.svg +share/icons/breeze-dark/apps/22/fcitx-googlepinyin.svg +share/icons/breeze-dark/apps/22/fcitx-pinyin-libpinyin.svg +share/icons/breeze-dark/apps/22/fcitx-pinyin.svg +share/icons/breeze-dark/apps/22/fcitx-shuangpin-libpinyin.svg +share/icons/breeze-dark/apps/22/fcitx-shuangpin.svg +share/icons/breeze-dark/apps/22/fcitx-sunpinyin.svg +share/icons/breeze-dark/apps/22/fcitx-wubi.svg +share/icons/breeze-dark/apps/22/homerun.svg +share/icons/breeze-dark/apps/22/kate.svg +share/icons/breeze-dark/apps/22/kde.svg +share/icons/breeze-dark/apps/22/kdeconnect.svg +share/icons/breeze-dark/apps/22/kget.svg +share/icons/breeze-dark/apps/22/korg-todo.svg +share/icons/breeze-dark/apps/22/ktorrent.svg +share/icons/breeze-dark/apps/22/kwrite.svg +share/icons/breeze-dark/apps/22/plasma.svg +share/icons/breeze-dark/apps/22/preferences-desktop-font.svg +share/icons/breeze-dark/apps/22/preferences-other.svg +share/icons/breeze-dark/apps/22/preferences-plugin.svg +share/icons/breeze-dark/apps/22/system-file-manager.svg +share/icons/breeze-dark/apps/22/system-help.svg +share/icons/breeze-dark/apps/22/system-lock-screen.svg +share/icons/breeze-dark/apps/22/system-log-out.svg +share/icons/breeze-dark/apps/22/system-reboot.svg +share/icons/breeze-dark/apps/22/system-save-session.svg +share/icons/breeze-dark/apps/22/system-shutdown.svg +share/icons/breeze-dark/apps/22/system-suspend-hibernate.svg +share/icons/breeze-dark/apps/22/system-suspend.svg +share/icons/breeze-dark/apps/22/system-switch-user.svg +share/icons/breeze-dark/apps/22/system-users.svg +share/icons/breeze-dark/apps/22/umbrello.svg +share/icons/breeze-dark/apps/22/utilities-terminal.svg +share/icons/breeze-dark/apps/22/vlc.svg +share/icons/breeze-dark/apps/32/accessories-text-editor.svg +share/icons/breeze-dark/apps/32/amarok_change_language.svg +share/icons/breeze-dark/apps/32/baloo.svg +share/icons/breeze-dark/apps/32/device-notifier.svg +share/icons/breeze-dark/apps/32/drive-removable-media.svg +share/icons/breeze-dark/apps/32/face-smile.svg +share/icons/breeze-dark/apps/32/gtkconfig.svg +share/icons/breeze-dark/apps/32/help-about.svg +share/icons/breeze-dark/apps/32/kate.svg +share/icons/breeze-dark/apps/32/kde-gtk-config.svg +share/icons/breeze-dark/apps/32/kdeconnect.svg +share/icons/breeze-dark/apps/32/kwrite.svg +share/icons/breeze-dark/apps/32/nepomuk.svg +share/icons/breeze-dark/apps/32/plasma-search.svg +share/icons/breeze-dark/apps/32/plasma.svg +share/icons/breeze-dark/apps/32/podcast-amarok.svg +share/icons/breeze-dark/apps/32/preferences-desktop-accessibility.svg +share/icons/breeze-dark/apps/32/preferences-desktop-baloo.svg +share/icons/breeze-dark/apps/32/preferences-desktop-color.svg +share/icons/breeze-dark/apps/32/preferences-desktop-cryptography.svg +share/icons/breeze-dark/apps/32/preferences-desktop-default-applications.svg +share/icons/breeze-dark/apps/32/preferences-desktop-display-color.svg +share/icons/breeze-dark/apps/32/preferences-desktop-display.svg +share/icons/breeze-dark/apps/32/preferences-desktop-emoticons.svg +share/icons/breeze-dark/apps/32/preferences-desktop-filetype-association.svg +share/icons/breeze-dark/apps/32/preferences-desktop-font.svg +share/icons/breeze-dark/apps/32/preferences-desktop-gaming.svg +share/icons/breeze-dark/apps/32/preferences-desktop-icons.svg +share/icons/breeze-dark/apps/32/preferences-desktop-keyboard.svg +share/icons/breeze-dark/apps/32/preferences-desktop-launch-feedback.svg +share/icons/breeze-dark/apps/32/preferences-desktop-locale.svg +share/icons/breeze-dark/apps/32/preferences-desktop-mouse.svg +share/icons/breeze-dark/apps/32/preferences-desktop-multimedia.svg +share/icons/breeze-dark/apps/32/preferences-desktop-notification-bell.svg +share/icons/breeze-dark/apps/32/preferences-desktop-notification.svg +share/icons/breeze-dark/apps/32/preferences-desktop-peripherals.svg +share/icons/breeze-dark/apps/32/preferences-desktop-plasma.svg +share/icons/breeze-dark/apps/32/preferences-desktop-screensaver.svg +share/icons/breeze-dark/apps/32/preferences-desktop-sound.svg +share/icons/breeze-dark/apps/32/preferences-desktop-text-to-speech.svg +share/icons/breeze-dark/apps/32/preferences-desktop-theme.svg +share/icons/breeze-dark/apps/32/preferences-desktop-user-password.svg +share/icons/breeze-dark/apps/32/preferences-desktop-user.svg +share/icons/breeze-dark/apps/32/preferences-desktop-wallpaper.svg +share/icons/breeze-dark/apps/32/preferences-desktop.svg +share/icons/breeze-dark/apps/32/preferences-gtk-config.svg +share/icons/breeze-dark/apps/32/preferences-kde-connect.svg +share/icons/breeze-dark/apps/32/preferences-other.svg +share/icons/breeze-dark/apps/32/preferences-plugin.svg +share/icons/breeze-dark/apps/32/preferences-system-bluetooth.svg +share/icons/breeze-dark/apps/32/preferences-system-login.svg +share/icons/breeze-dark/apps/32/preferences-system-network-sharing.svg +share/icons/breeze-dark/apps/32/preferences-system-network.svg +share/icons/breeze-dark/apps/32/preferences-system-power-management.svg +share/icons/breeze-dark/apps/32/preferences-system-session-services.svg +share/icons/breeze-dark/apps/32/preferences-system-time.svg +share/icons/breeze-dark/apps/32/preferences-system-windows-actions.svg +share/icons/breeze-dark/apps/32/preferences-system-windows-move.svg +share/icons/breeze-dark/apps/32/preferences-system-windows.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-adblock.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-cache.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-cookies.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-identification.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-shortcuts.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-ssl.svg +share/icons/breeze-dark/apps/32/preferences-web-browser-stylesheets.svg +share/icons/breeze-dark/apps/32/system-file-manager.svg +share/icons/breeze-dark/apps/32/system-lock-screen.svg +share/icons/breeze-dark/apps/32/system-log-out.svg +share/icons/breeze-dark/apps/32/system-reboot.svg +share/icons/breeze-dark/apps/32/system-run.svg +share/icons/breeze-dark/apps/32/system-save-session.svg +share/icons/breeze-dark/apps/32/system-shutdown.svg +share/icons/breeze-dark/apps/32/system-suspend-hibernate.svg +share/icons/breeze-dark/apps/32/system-suspend.svg +share/icons/breeze-dark/apps/32/system-switch-user.svg +share/icons/breeze-dark/apps/32/system-users.svg +share/icons/breeze-dark/apps/32/umbrello.svg +share/icons/breeze-dark/apps/32/utilities-terminal.svg +share/icons/breeze-dark/apps/32/view-media-playlist.svg +share/icons/breeze-dark/apps/32/vlc.svg +share/icons/breeze-dark/apps/32/window-duplicate.svg +share/icons/breeze-dark/apps/48/CMakeSetup.svg +share/icons/breeze-dark/apps/48/QOwnNotes.svg +share/icons/breeze-dark/apps/48/QtProject-designer.svg +share/icons/breeze-dark/apps/48/accessories-calculator.svg +share/icons/breeze-dark/apps/48/accessories-text-editor.svg +share/icons/breeze-dark/apps/48/acroread.svg +share/icons/breeze-dark/apps/48/akregator.svg +share/icons/breeze-dark/apps/48/alienarena.svg +share/icons/breeze-dark/apps/48/amarok.svg +share/icons/breeze-dark/apps/48/android-file-transfer.svg +share/icons/breeze-dark/apps/48/android-studio.svg +share/icons/breeze-dark/apps/48/anjuta.svg +share/icons/breeze-dark/apps/48/apper.svg +share/icons/breeze-dark/apps/48/application-x-clementine.svg +share/icons/breeze-dark/apps/48/aptana.svg +share/icons/breeze-dark/apps/48/ardour.svg +share/icons/breeze-dark/apps/48/ark.svg +share/icons/breeze-dark/apps/48/artikulate.svg +share/icons/breeze-dark/apps/48/assistant.svg +share/icons/breeze-dark/apps/48/atom.svg +share/icons/breeze-dark/apps/48/audacity.svg +share/icons/breeze-dark/apps/48/author.svg +share/icons/breeze-dark/apps/48/bitcoin128.svg +share/icons/breeze-dark/apps/48/bittorent-sync.svg +share/icons/breeze-dark/apps/48/bleachbit.svg +share/icons/breeze-dark/apps/48/blender.svg +share/icons/breeze-dark/apps/48/blinken.svg +share/icons/breeze-dark/apps/48/blogilo.svg +share/icons/breeze-dark/apps/48/bluefish.svg +share/icons/breeze-dark/apps/48/bluegriffon.svg +share/icons/breeze-dark/apps/48/bomber.svg +share/icons/breeze-dark/apps/48/bomi.svg +share/icons/breeze-dark/apps/48/bovo.svg +share/icons/breeze-dark/apps/48/brackets.svg +share/icons/breeze-dark/apps/48/braindump.svg +share/icons/breeze-dark/apps/48/breeze-settings.svg +share/icons/breeze-dark/apps/48/calamares.svg +share/icons/breeze-dark/apps/48/calibre-ebook-edit.svg +share/icons/breeze-dark/apps/48/calibre-viewer.svg +share/icons/breeze-dark/apps/48/calligraauthor.svg +share/icons/breeze-dark/apps/48/calligraflow.svg +share/icons/breeze-dark/apps/48/calligrakarbon.svg +share/icons/breeze-dark/apps/48/calligrakexi.svg +share/icons/breeze-dark/apps/48/calligraplan.svg +share/icons/breeze-dark/apps/48/calligraplanwork.svg +share/icons/breeze-dark/apps/48/calligrasheets.svg +share/icons/breeze-dark/apps/48/calligrastage.svg +share/icons/breeze-dark/apps/48/calligrawords.svg +share/icons/breeze-dark/apps/48/cantata.svg +share/icons/breeze-dark/apps/48/cantor.svg +share/icons/breeze-dark/apps/48/choqok.svg +share/icons/breeze-dark/apps/48/clementine.svg +share/icons/breeze-dark/apps/48/cmake.svg +share/icons/breeze-dark/apps/48/codeblocks.svg +share/icons/breeze-dark/apps/48/converseen.svg +share/icons/breeze-dark/apps/48/cuttlefish.svg +share/icons/breeze-dark/apps/48/darktable.svg +share/icons/breeze-dark/apps/48/diaspora.svg +share/icons/breeze-dark/apps/48/diffuse.svg +share/icons/breeze-dark/apps/48/digikam.svg +share/icons/breeze-dark/apps/48/dragonplayer.svg +share/icons/breeze-dark/apps/48/ffmulticonverter.svg +share/icons/breeze-dark/apps/48/filelight.svg +share/icons/breeze-dark/apps/48/filezilla.svg +share/icons/breeze-dark/apps/48/fingerprint-gui.svg +share/icons/breeze-dark/apps/48/flow.svg +share/icons/breeze-dark/apps/48/fluid.svg +share/icons/breeze-dark/apps/48/fontforge.svg +share/icons/breeze-dark/apps/48/freemind.svg +share/icons/breeze-dark/apps/48/frostwire.svg +share/icons/breeze-dark/apps/48/gimp.svg +share/icons/breeze-dark/apps/48/git-cola.svg +share/icons/breeze-dark/apps/48/gparted.svg +share/icons/breeze-dark/apps/48/gpick.svg +share/icons/breeze-dark/apps/48/granatier.svg +share/icons/breeze-dark/apps/48/graphics-viewer-document.svg +share/icons/breeze-dark/apps/48/grub-customizer.svg +share/icons/breeze-dark/apps/48/gtkhash.svg +share/icons/breeze-dark/apps/48/gwenview.svg +share/icons/breeze-dark/apps/48/handbrake.svg +share/icons/breeze-dark/apps/48/help-browser.svg +share/icons/breeze-dark/apps/48/homebank.svg +share/icons/breeze-dark/apps/48/htop.svg +share/icons/breeze-dark/apps/48/hwinfo.svg +share/icons/breeze-dark/apps/48/im.vector.svg +share/icons/breeze-dark/apps/48/imagewriter.svg +share/icons/breeze-dark/apps/48/inkscape-logo.svg +share/icons/breeze-dark/apps/48/inkscape.svg +share/icons/breeze-dark/apps/48/internet-mail.svg +share/icons/breeze-dark/apps/48/internet-telephony.svg +share/icons/breeze-dark/apps/48/internet-web-browser.svg +share/icons/breeze-dark/apps/48/jdownloader.svg +share/icons/breeze-dark/apps/48/juk.svg +share/icons/breeze-dark/apps/48/k3b.svg +share/icons/breeze-dark/apps/48/kaddressbook.svg +share/icons/breeze-dark/apps/48/kaffeine.svg +share/icons/breeze-dark/apps/48/kalarm.svg +share/icons/breeze-dark/apps/48/kalgebra.svg +share/icons/breeze-dark/apps/48/kalgebrabackend.svg +share/icons/breeze-dark/apps/48/kamoso.svg +share/icons/breeze-dark/apps/48/kanagram.svg +share/icons/breeze-dark/apps/48/kapman.svg +share/icons/breeze-dark/apps/48/karbon.svg +share/icons/breeze-dark/apps/48/kate.svg +share/icons/breeze-dark/apps/48/katomic.svg +share/icons/breeze-dark/apps/48/kblackbox.svg +share/icons/breeze-dark/apps/48/kblocks.svg +share/icons/breeze-dark/apps/48/kblogger.svg +share/icons/breeze-dark/apps/48/kbreakout.svg +share/icons/breeze-dark/apps/48/kcalc.svg +share/icons/breeze-dark/apps/48/kchart.svg +share/icons/breeze-dark/apps/48/kcolorchooser.svg +share/icons/breeze-dark/apps/48/kde-frameworks.svg +share/icons/breeze-dark/apps/48/kde-im-log-viewer.svg +share/icons/breeze-dark/apps/48/kdeapp.svg +share/icons/breeze-dark/apps/48/kdenlive.svg +share/icons/breeze-dark/apps/48/kdevelop.svg +share/icons/breeze-dark/apps/48/kdiamond.svg +share/icons/breeze-dark/apps/48/kdiff3.svg +share/icons/breeze-dark/apps/48/kdots.svg +share/icons/breeze-dark/apps/48/kexi.svg +share/icons/breeze-dark/apps/48/kfind.svg +share/icons/breeze-dark/apps/48/kfloppy.svg +share/icons/breeze-dark/apps/48/kfontview.svg +share/icons/breeze-dark/apps/48/kget.svg +share/icons/breeze-dark/apps/48/kile.svg +share/icons/breeze-dark/apps/48/kipi-dngconverter.svg +share/icons/breeze-dark/apps/48/kipi-expoblending.svg +share/icons/breeze-dark/apps/48/kipi-panorama.svg +share/icons/breeze-dark/apps/48/kiriki.svg +share/icons/breeze-dark/apps/48/kjumpingcube.svg +share/icons/breeze-dark/apps/48/kleopatra.svg +share/icons/breeze-dark/apps/48/klines.svg +share/icons/breeze-dark/apps/48/klipper.svg +share/icons/breeze-dark/apps/48/kmag.svg +share/icons/breeze-dark/apps/48/kmail.svg +share/icons/breeze-dark/apps/48/kmenuedit.svg +share/icons/breeze-dark/apps/48/kmix.svg +share/icons/breeze-dark/apps/48/kmousetool.svg +share/icons/breeze-dark/apps/48/kmouth.svg +share/icons/breeze-dark/apps/48/knetattach.svg +share/icons/breeze-dark/apps/48/knotes.svg +share/icons/breeze-dark/apps/48/kolf.svg +share/icons/breeze-dark/apps/48/kolourpaint.svg +share/icons/breeze-dark/apps/48/kompare.svg +share/icons/breeze-dark/apps/48/konqueror.svg +share/icons/breeze-dark/apps/48/kontact.svg +share/icons/breeze-dark/apps/48/konversation.svg +share/icons/breeze-dark/apps/48/kopete.svg +share/icons/breeze-dark/apps/48/korgac.svg +share/icons/breeze-dark/apps/48/korganizer.svg +share/icons/breeze-dark/apps/48/kpat.svg +share/icons/breeze-dark/apps/48/kplato.svg +share/icons/breeze-dark/apps/48/kpresenter.svg +share/icons/breeze-dark/apps/48/krdc.svg +share/icons/breeze-dark/apps/48/krename.svg +share/icons/breeze-dark/apps/48/kronometer.svg +share/icons/breeze-dark/apps/48/kruler.svg +share/icons/breeze-dark/apps/48/krusader_root.svg +share/icons/breeze-dark/apps/48/krusader_user.svg +share/icons/breeze-dark/apps/48/kshisen.svg +share/icons/breeze-dark/apps/48/ksnapshot.svg +share/icons/breeze-dark/apps/48/kspread.svg +share/icons/breeze-dark/apps/48/ksysguardd.svg +share/icons/breeze-dark/apps/48/ktimer.svg +share/icons/breeze-dark/apps/48/ktip.svg +share/icons/breeze-dark/apps/48/ktnef.svg +share/icons/breeze-dark/apps/48/ktorrent.svg +share/icons/breeze-dark/apps/48/kube-mail.svg +share/icons/breeze-dark/apps/48/kuser.svg +share/icons/breeze-dark/apps/48/kwalletmanager.svg +share/icons/breeze-dark/apps/48/kwalletmanager2.svg +share/icons/breeze-dark/apps/48/kwikdisk.svg +share/icons/breeze-dark/apps/48/kwin.svg +share/icons/breeze-dark/apps/48/kword.svg +share/icons/breeze-dark/apps/48/kwrite.svg +share/icons/breeze-dark/apps/48/labplot.svg +share/icons/breeze-dark/apps/48/labplot2.svg +share/icons/breeze-dark/apps/48/lastpass.svg +share/icons/breeze-dark/apps/48/leocad.svg +share/icons/breeze-dark/apps/48/libreoffice-base.svg +share/icons/breeze-dark/apps/48/libreoffice-calc.svg +share/icons/breeze-dark/apps/48/libreoffice-draw.svg +share/icons/breeze-dark/apps/48/libreoffice-impress.svg +share/icons/breeze-dark/apps/48/libreoffice-main.svg +share/icons/breeze-dark/apps/48/libreoffice-math.svg +share/icons/breeze-dark/apps/48/libreoffice-startcenter.svg +share/icons/breeze-dark/apps/48/libreoffice-writer.svg +share/icons/breeze-dark/apps/48/linguist.svg +share/icons/breeze-dark/apps/48/logisim.svg +share/icons/breeze-dark/apps/48/lokalize.svg +share/icons/breeze-dark/apps/48/mail-client.svg +share/icons/breeze-dark/apps/48/masterpdfeditor.svg +share/icons/breeze-dark/apps/48/mathematica.svg +share/icons/breeze-dark/apps/48/matlab.svg +share/icons/breeze-dark/apps/48/mendeleydesktop.svg +share/icons/breeze-dark/apps/48/minitube.svg +share/icons/breeze-dark/apps/48/mixxx.svg +share/icons/breeze-dark/apps/48/mpv.svg +share/icons/breeze-dark/apps/48/multimedia-volume-control.svg +share/icons/breeze-dark/apps/48/muon.svg +share/icons/breeze-dark/apps/48/muondiscover.svg +share/icons/breeze-dark/apps/48/network-manager.svg +share/icons/breeze-dark/apps/48/ntfs-config.svg +share/icons/breeze-dark/apps/48/nylas.svg +share/icons/breeze-dark/apps/48/octave.svg +share/icons/breeze-dark/apps/48/octavebackend.svg +share/icons/breeze-dark/apps/48/octopi.svg +share/icons/breeze-dark/apps/48/office-address-book.svg +share/icons/breeze-dark/apps/48/office-calendar.svg +share/icons/breeze-dark/apps/48/okteta.svg +share/icons/breeze-dark/apps/48/okular.svg +share/icons/breeze-dark/apps/48/openbravo-erp.svg +share/icons/breeze-dark/apps/48/partitionmanager.svg +share/icons/breeze-dark/apps/48/phonon-gstreamer.svg +share/icons/breeze-dark/apps/48/photolayoutseditor.svg +share/icons/breeze-dark/apps/48/picmi.svg +share/icons/breeze-dark/apps/48/plan.svg +share/icons/breeze-dark/apps/48/planetkde.svg +share/icons/breeze-dark/apps/48/plank.svg +share/icons/breeze-dark/apps/48/planner.svg +share/icons/breeze-dark/apps/48/planwork.svg +share/icons/breeze-dark/apps/48/plasma-media-center.svg +share/icons/breeze-dark/apps/48/plasma-mobile-phone.svg +share/icons/breeze-dark/apps/48/plasmadiscover.svg +share/icons/breeze-dark/apps/48/preferences-desktop-font-installer.svg +share/icons/breeze-dark/apps/48/preferences-system.svg +share/icons/breeze-dark/apps/48/q4wine.svg +share/icons/breeze-dark/apps/48/qbittorrent.svg +share/icons/breeze-dark/apps/48/qdbusviewer.svg +share/icons/breeze-dark/apps/48/qelectrotech.svg +share/icons/breeze-dark/apps/48/qtcreator.svg +share/icons/breeze-dark/apps/48/quassel.svg +share/icons/breeze-dark/apps/48/quiterss.svg +share/icons/breeze-dark/apps/48/qupzilla.svg +share/icons/breeze-dark/apps/48/r.svg +share/icons/breeze-dark/apps/48/rbackend.svg +share/icons/breeze-dark/apps/48/rekonq.svg +share/icons/breeze-dark/apps/48/ring-kde.svg +share/icons/breeze-dark/apps/48/ring.svg +share/icons/breeze-dark/apps/48/rosegarden.svg +share/icons/breeze-dark/apps/48/sage-notebook.svg +share/icons/breeze-dark/apps/48/scanner.svg +share/icons/breeze-dark/apps/48/scribus.svg +share/icons/breeze-dark/apps/48/sheets.svg +share/icons/breeze-dark/apps/48/showfoto.svg +share/icons/breeze-dark/apps/48/skanlite.svg +share/icons/breeze-dark/apps/48/skrooge-black.svg +share/icons/breeze-dark/apps/48/skrooge-initial.svg +share/icons/breeze-dark/apps/48/skrooge.svg +share/icons/breeze-dark/apps/48/smartgit.svg +share/icons/breeze-dark/apps/48/smplayer.svg +share/icons/breeze-dark/apps/48/smtube.svg +share/icons/breeze-dark/apps/48/spectacle.svg +share/icons/breeze-dark/apps/48/stage.svg +share/icons/breeze-dark/apps/48/step.svg +share/icons/breeze-dark/apps/48/sublime.svg +share/icons/breeze-dark/apps/48/subtitlecomposer.svg +share/icons/breeze-dark/apps/48/synaptic.svg +share/icons/breeze-dark/apps/48/synfig_icon.svg +share/icons/breeze-dark/apps/48/system-file-manager.svg +share/icons/breeze-dark/apps/48/system-help.svg +share/icons/breeze-dark/apps/48/system-shutdown.svg +share/icons/breeze-dark/apps/48/system-software-install.svg +share/icons/breeze-dark/apps/48/system-software-update.svg +share/icons/breeze-dark/apps/48/systemsettings.svg +share/icons/breeze-dark/apps/48/teamviewer.svg +share/icons/breeze-dark/apps/48/telegram.svg +share/icons/breeze-dark/apps/48/telepathy-kde.svg +share/icons/breeze-dark/apps/48/tor-browser.svg +share/icons/breeze-dark/apps/48/truecrypt.svg +share/icons/breeze-dark/apps/48/ubiquity-kde.svg +share/icons/breeze-dark/apps/48/ubiquity.svg +share/icons/breeze-dark/apps/48/umbrello.svg +share/icons/breeze-dark/apps/48/unetbootin.svg +share/icons/breeze-dark/apps/48/usb-creator-kde.svg +share/icons/breeze-dark/apps/48/utilities-energy-monitor.svg +share/icons/breeze-dark/apps/48/utilities-file-archiver.svg +share/icons/breeze-dark/apps/48/utilities-log-viewer.svg +share/icons/breeze-dark/apps/48/utilities-system-monitor.svg +share/icons/breeze-dark/apps/48/utilities-terminal.svg +share/icons/breeze-dark/apps/48/viber.svg +share/icons/breeze-dark/apps/48/virtualbox.svg +share/icons/breeze-dark/apps/48/vivaldi.svg +share/icons/breeze-dark/apps/48/vlc.svg +share/icons/breeze-dark/apps/48/vokoscreen.svg +share/icons/breeze-dark/apps/48/wine.svg +share/icons/breeze-dark/apps/48/words.svg +share/icons/breeze-dark/apps/48/xchat.svg +share/icons/breeze-dark/apps/48/xine.svg +share/icons/breeze-dark/apps/48/xmind.svg +share/icons/breeze-dark/apps/48/xterm-color.svg +share/icons/breeze-dark/apps/48/xterm.svg +share/icons/breeze-dark/apps/48/yakuake.svg +share/icons/breeze-dark/apps/48/yandex-browser.svg +share/icons/breeze-dark/apps/64/accessories-text-editor.svg +share/icons/breeze-dark/apps/64/diaspora.svg +share/icons/breeze-dark/apps/64/kate.svg +share/icons/breeze-dark/apps/64/kwrite.svg +share/icons/breeze-dark/apps/64/system-file-manager.svg +share/icons/breeze-dark/apps/64/umbrello.svg +share/icons/breeze-dark/apps/64/utilities-terminal.svg +share/icons/breeze-dark/categories/32/applications-development.svg +share/icons/breeze-dark/categories/32/applications-education.svg +share/icons/breeze-dark/categories/32/applications-engineering.svg +share/icons/breeze-dark/categories/32/applications-games.svg +share/icons/breeze-dark/categories/32/applications-graphics.svg +share/icons/breeze-dark/categories/32/applications-internet.svg +share/icons/breeze-dark/categories/32/applications-multimedia.svg +share/icons/breeze-dark/categories/32/applications-office.svg +share/icons/breeze-dark/categories/32/applications-other.svg +share/icons/breeze-dark/categories/32/applications-science.svg +share/icons/breeze-dark/categories/32/applications-system.svg +share/icons/breeze-dark/categories/32/applications-utilities.svg +share/icons/breeze-dark/devices/16/camera-photo.svg +share/icons/breeze-dark/devices/16/computer-laptop.svg +share/icons/breeze-dark/devices/16/computer.svg +share/icons/breeze-dark/devices/16/drive-harddisk.svg +share/icons/breeze-dark/devices/16/drive-removable-media-usb-pendrive.svg +share/icons/breeze-dark/devices/16/drive-removable-media-usb.svg +share/icons/breeze-dark/devices/16/drive-removable-media.svg +share/icons/breeze-dark/devices/16/input-tablet.svg +share/icons/breeze-dark/devices/16/media-floppy.svg +share/icons/breeze-dark/devices/16/media-optical-audio.svg +share/icons/breeze-dark/devices/16/media-optical-data.svg +share/icons/breeze-dark/devices/16/media-optical-mixed-cd.svg +share/icons/breeze-dark/devices/16/media-optical-recordable.svg +share/icons/breeze-dark/devices/16/media-optical-video.svg +share/icons/breeze-dark/devices/16/media-optical.svg +share/icons/breeze-dark/devices/16/multimedia-player-ipod-mini-blue.svg +share/icons/breeze-dark/devices/16/network-bluetooth.svg +share/icons/breeze-dark/devices/16/network-modem.svg +share/icons/breeze-dark/devices/16/network-vpn.svg +share/icons/breeze-dark/devices/16/network-wired-activated.svg +share/icons/breeze-dark/devices/16/network-wired-unavailable.svg +share/icons/breeze-dark/devices/16/network-wired.svg +share/icons/breeze-dark/devices/16/network-wireless-connected-00.svg +share/icons/breeze-dark/devices/16/network-wireless-connected-100.svg +share/icons/breeze-dark/devices/16/network-wireless-connected-25.svg +share/icons/breeze-dark/devices/16/network-wireless-connected-50.svg +share/icons/breeze-dark/devices/16/network-wireless-connected-75.svg +share/icons/breeze-dark/devices/16/network-wireless-disconnected.svg +share/icons/breeze-dark/devices/16/network-wireless.svg +share/icons/breeze-dark/devices/16/smartphone.svg +share/icons/breeze-dark/devices/16/tablet.svg +share/icons/breeze-dark/devices/22/camera-photo.svg +share/icons/breeze-dark/devices/22/computer-laptop.svg +share/icons/breeze-dark/devices/22/computer.svg +share/icons/breeze-dark/devices/22/drive-harddisk.svg +share/icons/breeze-dark/devices/22/drive-removable-media-usb-pendrive.svg +share/icons/breeze-dark/devices/22/drive-removable-media-usb.svg +share/icons/breeze-dark/devices/22/drive-removable-media.svg +share/icons/breeze-dark/devices/22/input-keyboard-virtual.svg +share/icons/breeze-dark/devices/22/input-keyboard.svg +share/icons/breeze-dark/devices/22/input-mouse.svg +share/icons/breeze-dark/devices/22/input-tablet.svg +share/icons/breeze-dark/devices/22/input-touchpad.svg +share/icons/breeze-dark/devices/22/media-floppy.svg +share/icons/breeze-dark/devices/22/media-optical-audio.svg +share/icons/breeze-dark/devices/22/media-optical-data.svg +share/icons/breeze-dark/devices/22/media-optical-mixed-cd.svg +share/icons/breeze-dark/devices/22/media-optical-recordable.svg +share/icons/breeze-dark/devices/22/media-optical-video.svg +share/icons/breeze-dark/devices/22/media-optical.svg +share/icons/breeze-dark/devices/22/multimedia-player-ipod-mini-blue.svg +share/icons/breeze-dark/devices/22/network-bluetooth.svg +share/icons/breeze-dark/devices/22/network-modem.svg +share/icons/breeze-dark/devices/22/network-vpn.svg +share/icons/breeze-dark/devices/22/network-wired-activated.svg +share/icons/breeze-dark/devices/22/network-wired-unavailable.svg +share/icons/breeze-dark/devices/22/network-wired.svg +share/icons/breeze-dark/devices/22/network-wireless-connected-00.svg +share/icons/breeze-dark/devices/22/network-wireless-connected-100.svg +share/icons/breeze-dark/devices/22/network-wireless-connected-25.svg +share/icons/breeze-dark/devices/22/network-wireless-connected-50.svg +share/icons/breeze-dark/devices/22/network-wireless-connected-75.svg +share/icons/breeze-dark/devices/22/network-wireless-disconnected.svg +share/icons/breeze-dark/devices/22/network-wireless.svg +share/icons/breeze-dark/devices/22/smartphone.svg +share/icons/breeze-dark/devices/22/tablet.svg +share/icons/breeze-dark/devices/64/audio-card.svg +share/icons/breeze-dark/devices/64/audio-headphones.svg +share/icons/breeze-dark/devices/64/battery.svg +share/icons/breeze-dark/devices/64/camera-photo.svg +share/icons/breeze-dark/devices/64/camera-web.svg +share/icons/breeze-dark/devices/64/computer-laptop.svg +share/icons/breeze-dark/devices/64/computer.svg +share/icons/breeze-dark/devices/64/cpu.svg +share/icons/breeze-dark/devices/64/drive-harddisk.svg +share/icons/breeze-dark/devices/64/drive-removable-media-usb-pendrive.svg +share/icons/breeze-dark/devices/64/drive-removable-media-usb.svg +share/icons/breeze-dark/devices/64/drive-removable-media.svg +share/icons/breeze-dark/devices/64/input-gaming.svg +share/icons/breeze-dark/devices/64/input-keyboard.svg +share/icons/breeze-dark/devices/64/input-mouse.svg +share/icons/breeze-dark/devices/64/input-tablet.svg +share/icons/breeze-dark/devices/64/input-touchpad.svg +share/icons/breeze-dark/devices/64/media-flash-memory-stick.svg +share/icons/breeze-dark/devices/64/media-flash-sd-mmc.svg +share/icons/breeze-dark/devices/64/media-flash-smart-media.svg +share/icons/breeze-dark/devices/64/media-flash.svg +share/icons/breeze-dark/devices/64/media-optical-audio.svg +share/icons/breeze-dark/devices/64/media-optical-blu-ray.svg +share/icons/breeze-dark/devices/64/media-optical-data.svg +share/icons/breeze-dark/devices/64/media-optical-dvd.svg +share/icons/breeze-dark/devices/64/media-optical-recordable.svg +share/icons/breeze-dark/devices/64/media-optical-video.svg +share/icons/breeze-dark/devices/64/media-optical.svg +share/icons/breeze-dark/devices/64/multimedia-player.svg +share/icons/breeze-dark/devices/64/network-card.svg +share/icons/breeze-dark/devices/64/phone.svg +share/icons/breeze-dark/devices/64/printer.svg +share/icons/breeze-dark/devices/64/scanner.svg +share/icons/breeze-dark/devices/64/smartphone.svg +share/icons/breeze-dark/devices/64/video-display.svg +share/icons/breeze-dark/devices/64/video-television.svg +share/icons/breeze-dark/emblems/16/emblem-symbolic-link.svg +share/icons/breeze-dark/emblems/16/rating-unrated.svg +share/icons/breeze-dark/emblems/16/rating.svg +share/icons/breeze-dark/emblems/16/vcs-added.svg +share/icons/breeze-dark/emblems/16/vcs-conflicting.svg +share/icons/breeze-dark/emblems/16/vcs-locally-modified-unstaged.svg +share/icons/breeze-dark/emblems/16/vcs-locally-modified.svg +share/icons/breeze-dark/emblems/16/vcs-normal.svg +share/icons/breeze-dark/emblems/16/vcs-removed.svg +share/icons/breeze-dark/emblems/16/vcs-update-required.svg +share/icons/breeze-dark/emblems/22/emblem-encrypted-unlocked.svg +share/icons/breeze-dark/emblems/22/emblem-favorite.svg +share/icons/breeze-dark/emblems/22/emblem-important.svg +share/icons/breeze-dark/emblems/22/emblem-locked.svg +share/icons/breeze-dark/emblems/22/emblem-symbolic-link.svg +share/icons/breeze-dark/emblems/8/checkmark.svg +share/icons/breeze-dark/emblems/8/emblem-added.svg +share/icons/breeze-dark/emblems/8/emblem-checked.svg +share/icons/breeze-dark/emblems/8/emblem-error.svg +share/icons/breeze-dark/emblems/8/emblem-information.svg +share/icons/breeze-dark/emblems/8/emblem-locked.svg +share/icons/breeze-dark/emblems/8/emblem-mounted.svg +share/icons/breeze-dark/emblems/8/emblem-pause.svg +share/icons/breeze-dark/emblems/8/emblem-question.svg +share/icons/breeze-dark/emblems/8/emblem-remove.svg +share/icons/breeze-dark/emblems/8/emblem-success.svg +share/icons/breeze-dark/emblems/8/emblem-unavailable.svg +share/icons/breeze-dark/emblems/8/emblem-unlocked.svg +share/icons/breeze-dark/emblems/8/emblem-unmounted.svg +share/icons/breeze-dark/emblems/8/emblem-warning.svg +share/icons/breeze-dark/emotes/22/drink-beer.svg +share/icons/breeze-dark/emotes/22/drink-martini.svg +share/icons/breeze-dark/emotes/22/face-angel.svg +share/icons/breeze-dark/emotes/22/face-angry.svg +share/icons/breeze-dark/emotes/22/face-clown.svg +share/icons/breeze-dark/emotes/22/face-confused.svg +share/icons/breeze-dark/emotes/22/face-cool.svg +share/icons/breeze-dark/emotes/22/face-crying.svg +share/icons/breeze-dark/emotes/22/face-devilish.svg +share/icons/breeze-dark/emotes/22/face-embarrassed.svg +share/icons/breeze-dark/emotes/22/face-glasses.svg +share/icons/breeze-dark/emotes/22/face-hug-left.svg +share/icons/breeze-dark/emotes/22/face-hug-right.svg +share/icons/breeze-dark/emotes/22/face-in-love.svg +share/icons/breeze-dark/emotes/22/face-kiss.svg +share/icons/breeze-dark/emotes/22/face-laughing.svg +share/icons/breeze-dark/emotes/22/face-ninja.svg +share/icons/breeze-dark/emotes/22/face-pirate.svg +share/icons/breeze-dark/emotes/22/face-plain.svg +share/icons/breeze-dark/emotes/22/face-quiet.svg +share/icons/breeze-dark/emotes/22/face-raspberry.svg +share/icons/breeze-dark/emotes/22/face-sad.svg +share/icons/breeze-dark/emotes/22/face-sick.svg +share/icons/breeze-dark/emotes/22/face-sleeping.svg +share/icons/breeze-dark/emotes/22/face-smile-big.svg +share/icons/breeze-dark/emotes/22/face-smile-grin.svg +share/icons/breeze-dark/emotes/22/face-smile.svg +share/icons/breeze-dark/emotes/22/face-smirk.svg +share/icons/breeze-dark/emotes/22/face-surprise.svg +share/icons/breeze-dark/emotes/22/face-uncertain.svg +share/icons/breeze-dark/emotes/22/face-wink.svg +share/icons/breeze-dark/emotes/22/face-worried.svg +share/icons/breeze-dark/emotes/22/face-yawn.svg +share/icons/breeze-dark/emotes/22/food-cake.svg +share/icons/breeze-dark/index.theme +share/icons/breeze-dark/mimetypes/16/android-package-archive.svg +share/icons/breeze-dark/mimetypes/16/application-atom+xml.svg +share/icons/breeze-dark/mimetypes/16/application-certificate.svg +share/icons/breeze-dark/mimetypes/16/application-dicom.svg +share/icons/breeze-dark/mimetypes/16/application-epub+zip.svg +share/icons/breeze-dark/mimetypes/16/application-illustrator.svg +share/icons/breeze-dark/mimetypes/16/application-javascript.svg +share/icons/breeze-dark/mimetypes/16/application-mac-binhex40.svg +share/icons/breeze-dark/mimetypes/16/application-msonenote.svg +share/icons/breeze-dark/mimetypes/16/application-msoutlook.svg +share/icons/breeze-dark/mimetypes/16/application-msword-template.svg +share/icons/breeze-dark/mimetypes/16/application-msword.svg +share/icons/breeze-dark/mimetypes/16/application-octet-stream.svg +share/icons/breeze-dark/mimetypes/16/application-ogg.svg +share/icons/breeze-dark/mimetypes/16/application-pdf.svg +share/icons/breeze-dark/mimetypes/16/application-pgp-encrypted.svg +share/icons/breeze-dark/mimetypes/16/application-pgp-keys.svg +share/icons/breeze-dark/mimetypes/16/application-pgp-signature.svg +share/icons/breeze-dark/mimetypes/16/application-pgp.svg +share/icons/breeze-dark/mimetypes/16/application-pkcs7-mime.svg +share/icons/breeze-dark/mimetypes/16/application-pkcs7-signature.svg +share/icons/breeze-dark/mimetypes/16/application-pkix-cerl.svg +share/icons/breeze-dark/mimetypes/16/application-pkix-cert.svg +share/icons/breeze-dark/mimetypes/16/application-postscript.svg +share/icons/breeze-dark/mimetypes/16/application-relaxng.svg +share/icons/breeze-dark/mimetypes/16/application-rss+xml.svg +share/icons/breeze-dark/mimetypes/16/application-rtf.svg +share/icons/breeze-dark/mimetypes/16/application-sxw.svg +share/icons/breeze-dark/mimetypes/16/application-vnd-google-earth-kml.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.android.package-archive.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.iccprofile.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-access.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-excel.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-infopath.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-powerpoint.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-word.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.nintendo.snes.rom.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.database.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.image.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.text.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.scribus.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.stardivision.calc.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.stardivision.draw.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.stardivision.mail.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.stardivision.math.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.calc.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.calc.template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.draw.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.draw.template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.impress.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.impress.template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.math.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.writer.global.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.writer.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.sun.xml.writer.template.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.visio.svg +share/icons/breeze-dark/mimetypes/16/application-vnd.wordperfect.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.doc.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.docx.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.dot.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.dotx.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.pot.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.potx.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.ppt.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.pptx.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.xls.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.xlsx.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.xlt.svg +share/icons/breeze-dark/mimetypes/16/application-wps-office.xltx.svg +share/icons/breeze-dark/mimetypes/16/application-x-7z-compressed.svg +share/icons/breeze-dark/mimetypes/16/application-x-abiword.svg +share/icons/breeze-dark/mimetypes/16/application-x-ace.svg +share/icons/breeze-dark/mimetypes/16/application-x-apple-diskimage.svg +share/icons/breeze-dark/mimetypes/16/application-x-applix-spreadsheet.svg +share/icons/breeze-dark/mimetypes/16/application-x-applix-word.svg +share/icons/breeze-dark/mimetypes/16/application-x-ar.svg +share/icons/breeze-dark/mimetypes/16/application-x-arc.svg +share/icons/breeze-dark/mimetypes/16/application-x-archive.svg +share/icons/breeze-dark/mimetypes/16/application-x-arj.svg +share/icons/breeze-dark/mimetypes/16/application-x-awk.svg +share/icons/breeze-dark/mimetypes/16/application-x-bittorrent.svg +share/icons/breeze-dark/mimetypes/16/application-x-blender.svg +share/icons/breeze-dark/mimetypes/16/application-x-bzdvi.svg +share/icons/breeze-dark/mimetypes/16/application-x-bzip-compressed-tar.svg +share/icons/breeze-dark/mimetypes/16/application-x-bzip.svg +share/icons/breeze-dark/mimetypes/16/application-x-cd-image.svg +share/icons/breeze-dark/mimetypes/16/application-x-cda.svg +share/icons/breeze-dark/mimetypes/16/application-x-chm.svg +share/icons/breeze-dark/mimetypes/16/application-x-compress.svg +share/icons/breeze-dark/mimetypes/16/application-x-compressed-tar.svg +share/icons/breeze-dark/mimetypes/16/application-x-cpio.svg +share/icons/breeze-dark/mimetypes/16/application-x-cue.svg +share/icons/breeze-dark/mimetypes/16/application-x-deb.svg +share/icons/breeze-dark/mimetypes/16/application-x-designer.svg +share/icons/breeze-dark/mimetypes/16/application-x-desktop.svg +share/icons/breeze-dark/mimetypes/16/application-x-egon.svg +share/icons/breeze-dark/mimetypes/16/application-x-executable-script.svg +share/icons/breeze-dark/mimetypes/16/application-x-executable.svg +share/icons/breeze-dark/mimetypes/16/application-x-flash-video.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-afm.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-bdf.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-otf.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-pcf.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-snf.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-ttf.svg +share/icons/breeze-dark/mimetypes/16/application-x-font-type1.svg +share/icons/breeze-dark/mimetypes/16/application-x-gameboy-rom.svg +share/icons/breeze-dark/mimetypes/16/application-x-gamecube-rom.svg +share/icons/breeze-dark/mimetypes/16/application-x-gba-rom.svg +share/icons/breeze-dark/mimetypes/16/application-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/16/application-x-gnumeric.svg +share/icons/breeze-dark/mimetypes/16/application-x-gzdvi.svg +share/icons/breeze-dark/mimetypes/16/application-x-gzip.svg +share/icons/breeze-dark/mimetypes/16/application-x-gzpostscript.svg +share/icons/breeze-dark/mimetypes/16/application-x-iso.svg +share/icons/breeze-dark/mimetypes/16/application-x-it87.svg +share/icons/breeze-dark/mimetypes/16/application-x-jar.svg +share/icons/breeze-dark/mimetypes/16/application-x-java-applet.svg +share/icons/breeze-dark/mimetypes/16/application-x-java-archive.svg +share/icons/breeze-dark/mimetypes/16/application-x-java.svg +share/icons/breeze-dark/mimetypes/16/application-x-javascript.svg +share/icons/breeze-dark/mimetypes/16/application-x-k3b.svg +share/icons/breeze-dark/mimetypes/16/application-x-kcsrc.svg +share/icons/breeze-dark/mimetypes/16/application-x-kdenlivetitle.svg +share/icons/breeze-dark/mimetypes/16/application-x-kexi-connectiondata.svg +share/icons/breeze-dark/mimetypes/16/application-x-kexiproject-shortcut.svg +share/icons/breeze-dark/mimetypes/16/application-x-kexiproject-sqlite.svg +share/icons/breeze-dark/mimetypes/16/application-x-kexiproject-sqlite2.svg +share/icons/breeze-dark/mimetypes/16/application-x-kexiproject-sqlite3.svg +share/icons/breeze-dark/mimetypes/16/application-x-kformula.svg +share/icons/breeze-dark/mimetypes/16/application-x-kgetlist.svg +share/icons/breeze-dark/mimetypes/16/application-x-kontour.svg +share/icons/breeze-dark/mimetypes/16/application-x-kplato.svg +share/icons/breeze-dark/mimetypes/16/application-x-krita.svg +share/icons/breeze-dark/mimetypes/16/application-x-kvtml.svg +share/icons/breeze-dark/mimetypes/16/application-x-kword.svg +share/icons/breeze-dark/mimetypes/16/application-x-lha.svg +share/icons/breeze-dark/mimetypes/16/application-x-lyx.svg +share/icons/breeze-dark/mimetypes/16/application-x-lzma-compressed-tar.svg +share/icons/breeze-dark/mimetypes/16/application-x-lzop.svg +share/icons/breeze-dark/mimetypes/16/application-x-m4.svg +share/icons/breeze-dark/mimetypes/16/application-x-macbinary.svg +share/icons/breeze-dark/mimetypes/16/application-x-marble.svg +share/icons/breeze-dark/mimetypes/16/application-x-mimearchive.svg +share/icons/breeze-dark/mimetypes/16/application-x-mplayer2.svg +share/icons/breeze-dark/mimetypes/16/application-x-ms-dos-executable.svg +share/icons/breeze-dark/mimetypes/16/application-x-ms-shortcut.svg +share/icons/breeze-dark/mimetypes/16/application-x-mswinurl.svg +share/icons/breeze-dark/mimetypes/16/application-x-mswrite.svg +share/icons/breeze-dark/mimetypes/16/application-x-n64-rom.svg +share/icons/breeze-dark/mimetypes/16/application-x-nes-rom.svg +share/icons/breeze-dark/mimetypes/16/application-x-nintendo-ds-rom.svg +share/icons/breeze-dark/mimetypes/16/application-x-nzb.svg +share/icons/breeze-dark/mimetypes/16/application-x-object.svg +share/icons/breeze-dark/mimetypes/16/application-x-pak.svg +share/icons/breeze-dark/mimetypes/16/application-x-partial-download.svg +share/icons/breeze-dark/mimetypes/16/application-x-pem-key.svg +share/icons/breeze-dark/mimetypes/16/application-x-perl.svg +share/icons/breeze-dark/mimetypes/16/application-x-php.svg +share/icons/breeze-dark/mimetypes/16/application-x-pkcs12.svg +share/icons/breeze-dark/mimetypes/16/application-x-pkcs7-certificates.svg +share/icons/breeze-dark/mimetypes/16/application-x-plasma.svg +share/icons/breeze-dark/mimetypes/16/application-x-python-bytecode.svg +share/icons/breeze-dark/mimetypes/16/application-x-qet-element.svg +share/icons/breeze-dark/mimetypes/16/application-x-qet-project.svg +share/icons/breeze-dark/mimetypes/16/application-x-quattropro.svg +share/icons/breeze-dark/mimetypes/16/application-x-rar.svg +share/icons/breeze-dark/mimetypes/16/application-x-raw-disk-image.svg +share/icons/breeze-dark/mimetypes/16/application-x-rpm.svg +share/icons/breeze-dark/mimetypes/16/application-x-ruby.svg +share/icons/breeze-dark/mimetypes/16/application-x-sharedlib.svg +share/icons/breeze-dark/mimetypes/16/application-x-shellscript.svg +share/icons/breeze-dark/mimetypes/16/application-x-shockwave-flash.svg +share/icons/breeze-dark/mimetypes/16/application-x-siag.svg +share/icons/breeze-dark/mimetypes/16/application-x-sif.svg +share/icons/breeze-dark/mimetypes/16/application-x-skg.svg +share/icons/breeze-dark/mimetypes/16/application-x-skgc.svg +share/icons/breeze-dark/mimetypes/16/application-x-smb-server.svg +share/icons/breeze-dark/mimetypes/16/application-x-smb-workgroup.svg +share/icons/breeze-dark/mimetypes/16/application-x-sqlite2.svg +share/icons/breeze-dark/mimetypes/16/application-x-sqlite3.svg +share/icons/breeze-dark/mimetypes/16/application-x-srt.svg +share/icons/breeze-dark/mimetypes/16/application-x-srtrip.svg +share/icons/breeze-dark/mimetypes/16/application-x-subrip.svg +share/icons/breeze-dark/mimetypes/16/application-x-tar.svg +share/icons/breeze-dark/mimetypes/16/application-x-tarz.svg +share/icons/breeze-dark/mimetypes/16/application-x-tgif.svg +share/icons/breeze-dark/mimetypes/16/application-x-theme.svg +share/icons/breeze-dark/mimetypes/16/application-x-trash.svg +share/icons/breeze-dark/mimetypes/16/application-x-troff-man.svg +share/icons/breeze-dark/mimetypes/16/application-x-tzo.svg +share/icons/breeze-dark/mimetypes/16/application-x-wmf.svg +share/icons/breeze-dark/mimetypes/16/application-x-x509-ca-cert.svg +share/icons/breeze-dark/mimetypes/16/application-x-x509-user-cert.svg +share/icons/breeze-dark/mimetypes/16/application-x-xliff.svg +share/icons/breeze-dark/mimetypes/16/application-x-xpinstall.svg +share/icons/breeze-dark/mimetypes/16/application-x-zerosize.svg +share/icons/breeze-dark/mimetypes/16/application-x-zoo.svg +share/icons/breeze-dark/mimetypes/16/application-xhtml+xml.svg +share/icons/breeze-dark/mimetypes/16/application-xmind.svg +share/icons/breeze-dark/mimetypes/16/application-xml.svg +share/icons/breeze-dark/mimetypes/16/application-xsd.svg +share/icons/breeze-dark/mimetypes/16/application-xslt+xml.svg +share/icons/breeze-dark/mimetypes/16/application-zip.svg +share/icons/breeze-dark/mimetypes/16/audio-ac3.svg +share/icons/breeze-dark/mimetypes/16/audio-midi.svg +share/icons/breeze-dark/mimetypes/16/audio-mp2.svg +share/icons/breeze-dark/mimetypes/16/audio-mp3.svg +share/icons/breeze-dark/mimetypes/16/audio-mp4.svg +share/icons/breeze-dark/mimetypes/16/audio-prs.sid.svg +share/icons/breeze-dark/mimetypes/16/audio-vn.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/16/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/16/audio-x-adpcm.svg +share/icons/breeze-dark/mimetypes/16/audio-x-aiff.svg +share/icons/breeze-dark/mimetypes/16/audio-x-flac+ogg.svg +share/icons/breeze-dark/mimetypes/16/audio-x-flac.svg +share/icons/breeze-dark/mimetypes/16/audio-x-generic.svg +share/icons/breeze-dark/mimetypes/16/audio-x-monkey.svg +share/icons/breeze-dark/mimetypes/16/audio-x-mp2.svg +share/icons/breeze-dark/mimetypes/16/audio-x-mpeg.svg +share/icons/breeze-dark/mimetypes/16/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/16/audio-x-wav.svg +share/icons/breeze-dark/mimetypes/16/audiobook.svg +share/icons/breeze-dark/mimetypes/16/encrypted.svg +share/icons/breeze-dark/mimetypes/16/fonts-package.svg +share/icons/breeze-dark/mimetypes/16/image-bmp.svg +share/icons/breeze-dark/mimetypes/16/image-gif.svg +share/icons/breeze-dark/mimetypes/16/image-ico.svg +share/icons/breeze-dark/mimetypes/16/image-jpeg.svg +share/icons/breeze-dark/mimetypes/16/image-jpeg2000.svg +share/icons/breeze-dark/mimetypes/16/image-png.svg +share/icons/breeze-dark/mimetypes/16/image-svg+xml-compressed.svg +share/icons/breeze-dark/mimetypes/16/image-svg+xml.svg +share/icons/breeze-dark/mimetypes/16/image-tiff.svg +share/icons/breeze-dark/mimetypes/16/image-vnd.dgn.svg +share/icons/breeze-dark/mimetypes/16/image-vnd.djvu.svg +share/icons/breeze-dark/mimetypes/16/image-vnd.dwg.svg +share/icons/breeze-dark/mimetypes/16/image-vnd.microsoft.icon.svg +share/icons/breeze-dark/mimetypes/16/image-x-adobe-dng.svg +share/icons/breeze-dark/mimetypes/16/image-x-compressed-xcf.svg +share/icons/breeze-dark/mimetypes/16/image-x-emf.svg +share/icons/breeze-dark/mimetypes/16/image-x-eps.svg +share/icons/breeze-dark/mimetypes/16/image-x-generic.svg +share/icons/breeze-dark/mimetypes/16/image-x-ico.svg +share/icons/breeze-dark/mimetypes/16/image-x-icon.svg +share/icons/breeze-dark/mimetypes/16/image-x-krita.svg +share/icons/breeze-dark/mimetypes/16/image-x-portable-bitmap.svg +share/icons/breeze-dark/mimetypes/16/image-x-psd.svg +share/icons/breeze-dark/mimetypes/16/image-x-psdimage-x-psd.svg +share/icons/breeze-dark/mimetypes/16/image-x-svg+xml.svg +share/icons/breeze-dark/mimetypes/16/image-x-tga.svg +share/icons/breeze-dark/mimetypes/16/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze-dark/mimetypes/16/image-x-win-bitmap.svg +share/icons/breeze-dark/mimetypes/16/image-x-win-bmp.svg +share/icons/breeze-dark/mimetypes/16/image-x-wmf.svg +share/icons/breeze-dark/mimetypes/16/image-x-xcf.svg +share/icons/breeze-dark/mimetypes/16/image-x-xfig.svg +share/icons/breeze-dark/mimetypes/16/inode-directory.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-database.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-drawing-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-drawing.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-extension.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-formula.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-master-document.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-database.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-drawing-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-drawing.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-formula.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-master-document.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-presentation-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-presentation.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-spreadsheet.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-text-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-text.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-oasis-web-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-presentation-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-presentation.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-spreadsheet.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-text-template.svg +share/icons/breeze-dark/mimetypes/16/libreoffice-text.svg +share/icons/breeze-dark/mimetypes/16/message-news.svg +share/icons/breeze-dark/mimetypes/16/message-partial.svg +share/icons/breeze-dark/mimetypes/16/message-rfc822.svg +share/icons/breeze-dark/mimetypes/16/message-x-gnu-rmail.svg +share/icons/breeze-dark/mimetypes/16/message.svg +share/icons/breeze-dark/mimetypes/16/none.svg +share/icons/breeze-dark/mimetypes/16/odf.svg +share/icons/breeze-dark/mimetypes/16/package-x-generic.svg +share/icons/breeze-dark/mimetypes/16/podcast.svg +share/icons/breeze-dark/mimetypes/16/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze-dark/mimetypes/16/radio.svg +share/icons/breeze-dark/mimetypes/16/text-calendar.svg +share/icons/breeze-dark/mimetypes/16/text-csharp.svg +share/icons/breeze-dark/mimetypes/16/text-css.svg +share/icons/breeze-dark/mimetypes/16/text-csv.svg +share/icons/breeze-dark/mimetypes/16/text-directory.svg +share/icons/breeze-dark/mimetypes/16/text-enriched.svg +share/icons/breeze-dark/mimetypes/16/text-html.svg +share/icons/breeze-dark/mimetypes/16/text-markdown.svg +share/icons/breeze-dark/mimetypes/16/text-mathml.svg +share/icons/breeze-dark/mimetypes/16/text-plain.svg +share/icons/breeze-dark/mimetypes/16/text-rdf+xml.svg +share/icons/breeze-dark/mimetypes/16/text-rdf.svg +share/icons/breeze-dark/mimetypes/16/text-rtf.svg +share/icons/breeze-dark/mimetypes/16/text-rust.svg +share/icons/breeze-dark/mimetypes/16/text-sgml.svg +share/icons/breeze-dark/mimetypes/16/text-troff.svg +share/icons/breeze-dark/mimetypes/16/text-vcalendar.svg +share/icons/breeze-dark/mimetypes/16/text-vnd.abc.svg +share/icons/breeze-dark/mimetypes/16/text-vnd.trolltech.linguist.svg +share/icons/breeze-dark/mimetypes/16/text-vnd.wap.wml.svg +share/icons/breeze-dark/mimetypes/16/text-wiki.svg +share/icons/breeze-dark/mimetypes/16/text-x-adasrc.svg +share/icons/breeze-dark/mimetypes/16/text-x-apport.svg +share/icons/breeze-dark/mimetypes/16/text-x-authors.svg +share/icons/breeze-dark/mimetypes/16/text-x-bibtex.svg +share/icons/breeze-dark/mimetypes/16/text-x-c++hdr.svg +share/icons/breeze-dark/mimetypes/16/text-x-c++src.svg +share/icons/breeze-dark/mimetypes/16/text-x-changelog.svg +share/icons/breeze-dark/mimetypes/16/text-x-chdr.svg +share/icons/breeze-dark/mimetypes/16/text-x-cmake.svg +share/icons/breeze-dark/mimetypes/16/text-x-copying.svg +share/icons/breeze-dark/mimetypes/16/text-x-credits.svg +share/icons/breeze-dark/mimetypes/16/text-x-csharp.svg +share/icons/breeze-dark/mimetypes/16/text-x-csrc.svg +share/icons/breeze-dark/mimetypes/16/text-x-dtd.svg +share/icons/breeze-dark/mimetypes/16/text-x-generic.svapplication-x-awk.svg +share/icons/breeze-dark/mimetypes/16/text-x-generic.svg +share/icons/breeze-dark/mimetypes/16/text-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/16/text-x-go.svg +share/icons/breeze-dark/mimetypes/16/text-x-haskell.svg +share/icons/breeze-dark/mimetypes/16/text-x-hex.svg +share/icons/breeze-dark/mimetypes/16/text-x-install.svg +share/icons/breeze-dark/mimetypes/16/text-x-java-source.svg +share/icons/breeze-dark/mimetypes/16/text-x-java.svg +share/icons/breeze-dark/mimetypes/16/text-x-javascript.svg +share/icons/breeze-dark/mimetypes/16/text-x-katefilelist.svg +share/icons/breeze-dark/mimetypes/16/text-x-ldif.svg +share/icons/breeze-dark/mimetypes/16/text-x-lilypond.svg +share/icons/breeze-dark/mimetypes/16/text-x-log.svg +share/icons/breeze-dark/mimetypes/16/text-x-lua.svg +share/icons/breeze-dark/mimetypes/16/text-x-makefile.svg +share/icons/breeze-dark/mimetypes/16/text-x-markdown.svg +share/icons/breeze-dark/mimetypes/16/text-x-nfo.svg +share/icons/breeze-dark/mimetypes/16/text-x-objchdr.svg +share/icons/breeze-dark/mimetypes/16/text-x-objcsrc.svg +share/icons/breeze-dark/mimetypes/16/text-x-opml+xml.svg +share/icons/breeze-dark/mimetypes/16/text-x-opml.svg +share/icons/breeze-dark/mimetypes/16/text-x-pascal.svg +share/icons/breeze-dark/mimetypes/16/text-x-patch.svg +share/icons/breeze-dark/mimetypes/16/text-x-plain.svg +share/icons/breeze-dark/mimetypes/16/text-x-po.svg +share/icons/breeze-dark/mimetypes/16/text-x-python.svg +share/icons/breeze-dark/mimetypes/16/text-x-qml.svg +share/icons/breeze-dark/mimetypes/16/text-x-readme.svg +share/icons/breeze-dark/mimetypes/16/text-x-rpm-spec.svg +share/icons/breeze-dark/mimetypes/16/text-x-rust.svg +share/icons/breeze-dark/mimetypes/16/text-x-scala.svg +share/icons/breeze-dark/mimetypes/16/text-x-script.svg +share/icons/breeze-dark/mimetypes/16/text-x-sql.svg +share/icons/breeze-dark/mimetypes/16/text-x-tcl.svg +share/icons/breeze-dark/mimetypes/16/text-x-tex.svg +share/icons/breeze-dark/mimetypes/16/text-x-texinfo.svg +share/icons/breeze-dark/mimetypes/16/text-x-vcard.svg +share/icons/breeze-dark/mimetypes/16/text-x-xslfo.svg +share/icons/breeze-dark/mimetypes/16/text-xmcd.svg +share/icons/breeze-dark/mimetypes/16/text-xml.svg +share/icons/breeze-dark/mimetypes/16/unknown.svg +share/icons/breeze-dark/mimetypes/16/uri-mms.svg +share/icons/breeze-dark/mimetypes/16/uri-mmst.svg +share/icons/breeze-dark/mimetypes/16/uri-pnm.svg +share/icons/breeze-dark/mimetypes/16/uri-rtspt.svg +share/icons/breeze-dark/mimetypes/16/uri-rtspu.svg +share/icons/breeze-dark/mimetypes/16/video-mlt-playlist.svg +share/icons/breeze-dark/mimetypes/16/video-mp4.svg +share/icons/breeze-dark/mimetypes/16/video-vivo.svg +share/icons/breeze-dark/mimetypes/16/video-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/16/video-wavelet.svg +share/icons/breeze-dark/mimetypes/16/video-webm.svg +share/icons/breeze-dark/mimetypes/16/video-x-anim.svg +share/icons/breeze-dark/mimetypes/16/video-x-flic.svg +share/icons/breeze-dark/mimetypes/16/video-x-generic.svg +share/icons/breeze-dark/mimetypes/16/video-x-google-vlc-plugin.svg +share/icons/breeze-dark/mimetypes/16/video-x-javafx.svg +share/icons/breeze-dark/mimetypes/16/video-x-matroska.svg +share/icons/breeze-dark/mimetypes/16/video-x-mng.svg +share/icons/breeze-dark/mimetypes/16/video-x-ms-wmp.svg +share/icons/breeze-dark/mimetypes/16/video-x-ms-wmv.svg +share/icons/breeze-dark/mimetypes/16/video-x-msvideo.svg +share/icons/breeze-dark/mimetypes/16/video-x-ogm+ogg.svg +share/icons/breeze-dark/mimetypes/16/video-x-theora+ogg.svg +share/icons/breeze-dark/mimetypes/16/video-x-wmv.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-hdd.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-ova.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-ovf.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-vbox-extpack.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-vbox.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-vdi.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-vhd.svg +share/icons/breeze-dark/mimetypes/16/virtualbox-vmdk.svg +share/icons/breeze-dark/mimetypes/16/vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/16/x-kde-nsplugin-generated.svg +share/icons/breeze-dark/mimetypes/16/x-mail-distribution-list.svg +share/icons/breeze-dark/mimetypes/16/x-media-podcast.svg +share/icons/breeze-dark/mimetypes/16/x-office-address-book.svg +share/icons/breeze-dark/mimetypes/16/x-office-calendar.svg +share/icons/breeze-dark/mimetypes/16/x-office-contact.svg +share/icons/breeze-dark/mimetypes/16/x-office-document.svg +share/icons/breeze-dark/mimetypes/16/x-office-drawing.svg +share/icons/breeze-dark/mimetypes/16/x-office-presentation.svg +share/icons/breeze-dark/mimetypes/16/x-office-spreadsheet.svg +share/icons/breeze-dark/mimetypes/22/android-package-archive.svg +share/icons/breeze-dark/mimetypes/22/application-atom+xml.svg +share/icons/breeze-dark/mimetypes/22/application-certificate.svg +share/icons/breeze-dark/mimetypes/22/application-dicom.svg +share/icons/breeze-dark/mimetypes/22/application-epub+zip.svg +share/icons/breeze-dark/mimetypes/22/application-illustrator.svg +share/icons/breeze-dark/mimetypes/22/application-javascript.svg +share/icons/breeze-dark/mimetypes/22/application-mac-binhex40.svg +share/icons/breeze-dark/mimetypes/22/application-msonenote.svg +share/icons/breeze-dark/mimetypes/22/application-msoutlook.svg +share/icons/breeze-dark/mimetypes/22/application-msword-template.svg +share/icons/breeze-dark/mimetypes/22/application-msword.svg +share/icons/breeze-dark/mimetypes/22/application-octet-stream.svg +share/icons/breeze-dark/mimetypes/22/application-ogg.svg +share/icons/breeze-dark/mimetypes/22/application-pdf.svg +share/icons/breeze-dark/mimetypes/22/application-pgp-encrypted.svg +share/icons/breeze-dark/mimetypes/22/application-pgp-keys.svg +share/icons/breeze-dark/mimetypes/22/application-pgp-signature.svg +share/icons/breeze-dark/mimetypes/22/application-pgp.svg +share/icons/breeze-dark/mimetypes/22/application-pkcs7-mime.svg +share/icons/breeze-dark/mimetypes/22/application-pkcs7-signature.svg +share/icons/breeze-dark/mimetypes/22/application-pkix-cerl.svg +share/icons/breeze-dark/mimetypes/22/application-pkix-cert.svg +share/icons/breeze-dark/mimetypes/22/application-postscript.svg +share/icons/breeze-dark/mimetypes/22/application-relaxng.svg +share/icons/breeze-dark/mimetypes/22/application-rss+xml.svg +share/icons/breeze-dark/mimetypes/22/application-rtf.svg +share/icons/breeze-dark/mimetypes/22/application-sxw.svg +share/icons/breeze-dark/mimetypes/22/application-vnd-google-earth-kml.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.android.package-archive.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.iccprofile.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-access.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-excel.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-infopath.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-powerpoint.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-word.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.nintendo.snes.rom.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.database.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.image.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.text.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.scribus.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.stardivision.calc.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.stardivision.draw.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.stardivision.mail.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.stardivision.math.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.calc.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.calc.template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.draw.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.draw.template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.impress.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.impress.template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.math.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.writer.global.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.writer.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.sun.xml.writer.template.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.visio.svg +share/icons/breeze-dark/mimetypes/22/application-vnd.wordperfect.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.doc.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.docx.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.dot.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.dotx.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.pot.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.potx.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.ppt.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.pptx.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.xls.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.xlsx.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.xlt.svg +share/icons/breeze-dark/mimetypes/22/application-wps-office.xltx.svg +share/icons/breeze-dark/mimetypes/22/application-x-7z-compressed.svg +share/icons/breeze-dark/mimetypes/22/application-x-abiword.svg +share/icons/breeze-dark/mimetypes/22/application-x-ace.svg +share/icons/breeze-dark/mimetypes/22/application-x-apple-diskimage.svg +share/icons/breeze-dark/mimetypes/22/application-x-applix-spreadsheet.svg +share/icons/breeze-dark/mimetypes/22/application-x-applix-word.svg +share/icons/breeze-dark/mimetypes/22/application-x-ar.svg +share/icons/breeze-dark/mimetypes/22/application-x-arc.svg +share/icons/breeze-dark/mimetypes/22/application-x-archive.svg +share/icons/breeze-dark/mimetypes/22/application-x-arj.svg +share/icons/breeze-dark/mimetypes/22/application-x-awk.svg +share/icons/breeze-dark/mimetypes/22/application-x-bittorrent.svg +share/icons/breeze-dark/mimetypes/22/application-x-blender.svg +share/icons/breeze-dark/mimetypes/22/application-x-bzdvi.svg +share/icons/breeze-dark/mimetypes/22/application-x-bzip-compressed-tar.svg +share/icons/breeze-dark/mimetypes/22/application-x-bzip.svg +share/icons/breeze-dark/mimetypes/22/application-x-cd-image.svg +share/icons/breeze-dark/mimetypes/22/application-x-cda.svg +share/icons/breeze-dark/mimetypes/22/application-x-chm.svg +share/icons/breeze-dark/mimetypes/22/application-x-compress.svg +share/icons/breeze-dark/mimetypes/22/application-x-compressed-tar.svg +share/icons/breeze-dark/mimetypes/22/application-x-cpio.svg +share/icons/breeze-dark/mimetypes/22/application-x-cue.svg +share/icons/breeze-dark/mimetypes/22/application-x-deb.svg +share/icons/breeze-dark/mimetypes/22/application-x-designer.svg +share/icons/breeze-dark/mimetypes/22/application-x-desktop.svg +share/icons/breeze-dark/mimetypes/22/application-x-egon.svg +share/icons/breeze-dark/mimetypes/22/application-x-executable-script.svg +share/icons/breeze-dark/mimetypes/22/application-x-executable.svg +share/icons/breeze-dark/mimetypes/22/application-x-flash-video.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-afm.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-bdf.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-otf.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-pcf.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-snf.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-ttf.svg +share/icons/breeze-dark/mimetypes/22/application-x-font-type1.svg +share/icons/breeze-dark/mimetypes/22/application-x-gameboy-rom.svg +share/icons/breeze-dark/mimetypes/22/application-x-gamecube-rom.svg +share/icons/breeze-dark/mimetypes/22/application-x-gba-rom.svg +share/icons/breeze-dark/mimetypes/22/application-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/22/application-x-gnumeric.svg +share/icons/breeze-dark/mimetypes/22/application-x-gzdvi.svg +share/icons/breeze-dark/mimetypes/22/application-x-gzip.svg +share/icons/breeze-dark/mimetypes/22/application-x-gzpostscript.svg +share/icons/breeze-dark/mimetypes/22/application-x-iso.svg +share/icons/breeze-dark/mimetypes/22/application-x-it87.svg +share/icons/breeze-dark/mimetypes/22/application-x-jar.svg +share/icons/breeze-dark/mimetypes/22/application-x-java-applet.svg +share/icons/breeze-dark/mimetypes/22/application-x-java-archive.svg +share/icons/breeze-dark/mimetypes/22/application-x-java.svg +share/icons/breeze-dark/mimetypes/22/application-x-javascript.svg +share/icons/breeze-dark/mimetypes/22/application-x-k3b.svg +share/icons/breeze-dark/mimetypes/22/application-x-kcsrc.svg +share/icons/breeze-dark/mimetypes/22/application-x-kdenlivetitle.svg +share/icons/breeze-dark/mimetypes/22/application-x-kexi-connectiondata.svg +share/icons/breeze-dark/mimetypes/22/application-x-kexiproject-shortcut.svg +share/icons/breeze-dark/mimetypes/22/application-x-kexiproject-sqlite.svg +share/icons/breeze-dark/mimetypes/22/application-x-kexiproject-sqlite2.svg +share/icons/breeze-dark/mimetypes/22/application-x-kexiproject-sqlite3.svg +share/icons/breeze-dark/mimetypes/22/application-x-kformula.svg +share/icons/breeze-dark/mimetypes/22/application-x-kgetlist.svg +share/icons/breeze-dark/mimetypes/22/application-x-kontour.svg +share/icons/breeze-dark/mimetypes/22/application-x-kplato.svg +share/icons/breeze-dark/mimetypes/22/application-x-krita.svg +share/icons/breeze-dark/mimetypes/22/application-x-kvtml.svg +share/icons/breeze-dark/mimetypes/22/application-x-kword.svg +share/icons/breeze-dark/mimetypes/22/application-x-lha.svg +share/icons/breeze-dark/mimetypes/22/application-x-lyx.svg +share/icons/breeze-dark/mimetypes/22/application-x-lzma-compressed-tar.svg +share/icons/breeze-dark/mimetypes/22/application-x-lzop.svg +share/icons/breeze-dark/mimetypes/22/application-x-m4.svg +share/icons/breeze-dark/mimetypes/22/application-x-macbinary.svg +share/icons/breeze-dark/mimetypes/22/application-x-marble.svg +share/icons/breeze-dark/mimetypes/22/application-x-mimearchive.svg +share/icons/breeze-dark/mimetypes/22/application-x-mplayer2.svg +share/icons/breeze-dark/mimetypes/22/application-x-ms-dos-executable.svg +share/icons/breeze-dark/mimetypes/22/application-x-ms-shortcut.svg +share/icons/breeze-dark/mimetypes/22/application-x-mswinurl.svg +share/icons/breeze-dark/mimetypes/22/application-x-mswrite.svg +share/icons/breeze-dark/mimetypes/22/application-x-n64-rom.svg +share/icons/breeze-dark/mimetypes/22/application-x-nes-rom.svg +share/icons/breeze-dark/mimetypes/22/application-x-nintendo-ds-rom.svg +share/icons/breeze-dark/mimetypes/22/application-x-nzb.svg +share/icons/breeze-dark/mimetypes/22/application-x-object.svg +share/icons/breeze-dark/mimetypes/22/application-x-pak.svg +share/icons/breeze-dark/mimetypes/22/application-x-partial-download.svg +share/icons/breeze-dark/mimetypes/22/application-x-pem-key.svg +share/icons/breeze-dark/mimetypes/22/application-x-perl.svg +share/icons/breeze-dark/mimetypes/22/application-x-php.svg +share/icons/breeze-dark/mimetypes/22/application-x-pkcs12.svg +share/icons/breeze-dark/mimetypes/22/application-x-pkcs7-certificates.svg +share/icons/breeze-dark/mimetypes/22/application-x-plasma.svg +share/icons/breeze-dark/mimetypes/22/application-x-python-bytecode.svg +share/icons/breeze-dark/mimetypes/22/application-x-qet-element.svg +share/icons/breeze-dark/mimetypes/22/application-x-qet-project.svg +share/icons/breeze-dark/mimetypes/22/application-x-quattropro.svg +share/icons/breeze-dark/mimetypes/22/application-x-rar.svg +share/icons/breeze-dark/mimetypes/22/application-x-raw-disk-image.svg +share/icons/breeze-dark/mimetypes/22/application-x-rpm.svg +share/icons/breeze-dark/mimetypes/22/application-x-ruby.svg +share/icons/breeze-dark/mimetypes/22/application-x-sharedlib.svg +share/icons/breeze-dark/mimetypes/22/application-x-shellscript.svg +share/icons/breeze-dark/mimetypes/22/application-x-shockwave-flash.svg +share/icons/breeze-dark/mimetypes/22/application-x-siag.svg +share/icons/breeze-dark/mimetypes/22/application-x-sif.svg +share/icons/breeze-dark/mimetypes/22/application-x-skg.svg +share/icons/breeze-dark/mimetypes/22/application-x-skgc.svg +share/icons/breeze-dark/mimetypes/22/application-x-smb-server.svg +share/icons/breeze-dark/mimetypes/22/application-x-smb-workgroup.svg +share/icons/breeze-dark/mimetypes/22/application-x-sqlite2.svg +share/icons/breeze-dark/mimetypes/22/application-x-sqlite3.svg +share/icons/breeze-dark/mimetypes/22/application-x-srt.svg +share/icons/breeze-dark/mimetypes/22/application-x-srtrip.svg +share/icons/breeze-dark/mimetypes/22/application-x-subrip.svg +share/icons/breeze-dark/mimetypes/22/application-x-tar.svg +share/icons/breeze-dark/mimetypes/22/application-x-tarz.svg +share/icons/breeze-dark/mimetypes/22/application-x-tgif.svg +share/icons/breeze-dark/mimetypes/22/application-x-theme.svg +share/icons/breeze-dark/mimetypes/22/application-x-trash.svg +share/icons/breeze-dark/mimetypes/22/application-x-troff-man.svg +share/icons/breeze-dark/mimetypes/22/application-x-tzo.svg +share/icons/breeze-dark/mimetypes/22/application-x-wmf.svg +share/icons/breeze-dark/mimetypes/22/application-x-x509-ca-cert.svg +share/icons/breeze-dark/mimetypes/22/application-x-x509-user-cert.svg +share/icons/breeze-dark/mimetypes/22/application-x-xliff.svg +share/icons/breeze-dark/mimetypes/22/application-x-xpinstall.svg +share/icons/breeze-dark/mimetypes/22/application-x-zerosize.svg +share/icons/breeze-dark/mimetypes/22/application-x-zoo.svg +share/icons/breeze-dark/mimetypes/22/application-xhtml+xml.svg +share/icons/breeze-dark/mimetypes/22/application-xmind.svg +share/icons/breeze-dark/mimetypes/22/application-xml.svg +share/icons/breeze-dark/mimetypes/22/application-xsd.svg +share/icons/breeze-dark/mimetypes/22/application-xslt+xml.svg +share/icons/breeze-dark/mimetypes/22/application-zip.svg +share/icons/breeze-dark/mimetypes/22/audio-ac3.svg +share/icons/breeze-dark/mimetypes/22/audio-midi.svg +share/icons/breeze-dark/mimetypes/22/audio-mp2.svg +share/icons/breeze-dark/mimetypes/22/audio-mp3.svg +share/icons/breeze-dark/mimetypes/22/audio-mp4.svg +share/icons/breeze-dark/mimetypes/22/audio-prs.sid.svg +share/icons/breeze-dark/mimetypes/22/audio-vn.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/22/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/22/audio-x-adpcm.svg +share/icons/breeze-dark/mimetypes/22/audio-x-aiff.svg +share/icons/breeze-dark/mimetypes/22/audio-x-flac+ogg.svg +share/icons/breeze-dark/mimetypes/22/audio-x-flac.svg +share/icons/breeze-dark/mimetypes/22/audio-x-generic.svg +share/icons/breeze-dark/mimetypes/22/audio-x-monkey.svg +share/icons/breeze-dark/mimetypes/22/audio-x-mp2.svg +share/icons/breeze-dark/mimetypes/22/audio-x-mpeg.svg +share/icons/breeze-dark/mimetypes/22/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/22/audio-x-wav.svg +share/icons/breeze-dark/mimetypes/22/audiobook.svg +share/icons/breeze-dark/mimetypes/22/encrypted.svg +share/icons/breeze-dark/mimetypes/22/fonts-package.svg +share/icons/breeze-dark/mimetypes/22/image-bmp.svg +share/icons/breeze-dark/mimetypes/22/image-gif.svg +share/icons/breeze-dark/mimetypes/22/image-ico.svg +share/icons/breeze-dark/mimetypes/22/image-jpeg.svg +share/icons/breeze-dark/mimetypes/22/image-jpeg2000.svg +share/icons/breeze-dark/mimetypes/22/image-png.svg +share/icons/breeze-dark/mimetypes/22/image-svg+xml-compressed.svg +share/icons/breeze-dark/mimetypes/22/image-svg+xml.svg +share/icons/breeze-dark/mimetypes/22/image-tiff.svg +share/icons/breeze-dark/mimetypes/22/image-vnd.dgn.svg +share/icons/breeze-dark/mimetypes/22/image-vnd.djvu.svg +share/icons/breeze-dark/mimetypes/22/image-vnd.dwg.svg +share/icons/breeze-dark/mimetypes/22/image-vnd.microsoft.icon.svg +share/icons/breeze-dark/mimetypes/22/image-x-adobe-dng.svg +share/icons/breeze-dark/mimetypes/22/image-x-compressed-xcf.svg +share/icons/breeze-dark/mimetypes/22/image-x-emf.svg +share/icons/breeze-dark/mimetypes/22/image-x-eps.svg +share/icons/breeze-dark/mimetypes/22/image-x-generic.svg +share/icons/breeze-dark/mimetypes/22/image-x-ico.svg +share/icons/breeze-dark/mimetypes/22/image-x-icon.svg +share/icons/breeze-dark/mimetypes/22/image-x-krita.svg +share/icons/breeze-dark/mimetypes/22/image-x-portable-bitmap.svg +share/icons/breeze-dark/mimetypes/22/image-x-psd.svg +share/icons/breeze-dark/mimetypes/22/image-x-psdimage-x-psd.svg +share/icons/breeze-dark/mimetypes/22/image-x-svg+xml.svg +share/icons/breeze-dark/mimetypes/22/image-x-tga.svg +share/icons/breeze-dark/mimetypes/22/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze-dark/mimetypes/22/image-x-win-bitmap.svg +share/icons/breeze-dark/mimetypes/22/image-x-win-bmp.svg +share/icons/breeze-dark/mimetypes/22/image-x-wmf.svg +share/icons/breeze-dark/mimetypes/22/image-x-xcf.svg +share/icons/breeze-dark/mimetypes/22/image-x-xfig.svg +share/icons/breeze-dark/mimetypes/22/inode-directory.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-database.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-drawing-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-drawing.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-extension.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-formula.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-master-document.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-database.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-drawing-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-drawing.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-formula.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-master-document.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-presentation-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-presentation.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-spreadsheet.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-text-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-text.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-oasis-web-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-presentation-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-presentation.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-spreadsheet.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-text-template.svg +share/icons/breeze-dark/mimetypes/22/libreoffice-text.svg +share/icons/breeze-dark/mimetypes/22/message-news.svg +share/icons/breeze-dark/mimetypes/22/message-partial.svg +share/icons/breeze-dark/mimetypes/22/message-rfc822.svg +share/icons/breeze-dark/mimetypes/22/message-x-gnu-rmail.svg +share/icons/breeze-dark/mimetypes/22/message.svg +share/icons/breeze-dark/mimetypes/22/none.svg +share/icons/breeze-dark/mimetypes/22/odf.svg +share/icons/breeze-dark/mimetypes/22/package-x-generic.svg +share/icons/breeze-dark/mimetypes/22/podcast.svg +share/icons/breeze-dark/mimetypes/22/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze-dark/mimetypes/22/text-calendar.svg +share/icons/breeze-dark/mimetypes/22/text-csharp.svg +share/icons/breeze-dark/mimetypes/22/text-css.svg +share/icons/breeze-dark/mimetypes/22/text-csv.svg +share/icons/breeze-dark/mimetypes/22/text-directory.svg +share/icons/breeze-dark/mimetypes/22/text-enriched.svg +share/icons/breeze-dark/mimetypes/22/text-html.svg +share/icons/breeze-dark/mimetypes/22/text-markdown.svg +share/icons/breeze-dark/mimetypes/22/text-mathml.svg +share/icons/breeze-dark/mimetypes/22/text-plain.svg +share/icons/breeze-dark/mimetypes/22/text-rdf+xml.svg +share/icons/breeze-dark/mimetypes/22/text-rdf.svg +share/icons/breeze-dark/mimetypes/22/text-rtf.svg +share/icons/breeze-dark/mimetypes/22/text-rust.svg +share/icons/breeze-dark/mimetypes/22/text-sgml.svg +share/icons/breeze-dark/mimetypes/22/text-troff.svg +share/icons/breeze-dark/mimetypes/22/text-vcalendar.svg +share/icons/breeze-dark/mimetypes/22/text-vnd.abc.svg +share/icons/breeze-dark/mimetypes/22/text-vnd.trolltech.linguist.svg +share/icons/breeze-dark/mimetypes/22/text-vnd.wap.wml.svg +share/icons/breeze-dark/mimetypes/22/text-wiki.svg +share/icons/breeze-dark/mimetypes/22/text-x-adasrc.svg +share/icons/breeze-dark/mimetypes/22/text-x-apport.svg +share/icons/breeze-dark/mimetypes/22/text-x-authors.svg +share/icons/breeze-dark/mimetypes/22/text-x-bibtex.svg +share/icons/breeze-dark/mimetypes/22/text-x-c++hdr.svg +share/icons/breeze-dark/mimetypes/22/text-x-c++src.svg +share/icons/breeze-dark/mimetypes/22/text-x-changelog.svg +share/icons/breeze-dark/mimetypes/22/text-x-chdr.svg +share/icons/breeze-dark/mimetypes/22/text-x-cmake.svg +share/icons/breeze-dark/mimetypes/22/text-x-copying.svg +share/icons/breeze-dark/mimetypes/22/text-x-credits.svg +share/icons/breeze-dark/mimetypes/22/text-x-csharp.svg +share/icons/breeze-dark/mimetypes/22/text-x-csrc.svg +share/icons/breeze-dark/mimetypes/22/text-x-dtd.svg +share/icons/breeze-dark/mimetypes/22/text-x-generic.svapplication-x-awk.svg +share/icons/breeze-dark/mimetypes/22/text-x-generic.svg +share/icons/breeze-dark/mimetypes/22/text-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/22/text-x-go.svg +share/icons/breeze-dark/mimetypes/22/text-x-haskell.svg +share/icons/breeze-dark/mimetypes/22/text-x-hex.svg +share/icons/breeze-dark/mimetypes/22/text-x-install.svg +share/icons/breeze-dark/mimetypes/22/text-x-java-source.svg +share/icons/breeze-dark/mimetypes/22/text-x-java.svg +share/icons/breeze-dark/mimetypes/22/text-x-javascript.svg +share/icons/breeze-dark/mimetypes/22/text-x-katefilelist.svg +share/icons/breeze-dark/mimetypes/22/text-x-ldif.svg +share/icons/breeze-dark/mimetypes/22/text-x-lilypond.svg +share/icons/breeze-dark/mimetypes/22/text-x-log.svg +share/icons/breeze-dark/mimetypes/22/text-x-lua.svg +share/icons/breeze-dark/mimetypes/22/text-x-makefile.svg +share/icons/breeze-dark/mimetypes/22/text-x-markdown.svg +share/icons/breeze-dark/mimetypes/22/text-x-nfo.svg +share/icons/breeze-dark/mimetypes/22/text-x-objchdr.svg +share/icons/breeze-dark/mimetypes/22/text-x-objcsrc.svg +share/icons/breeze-dark/mimetypes/22/text-x-opml+xml.svg +share/icons/breeze-dark/mimetypes/22/text-x-opml.svg +share/icons/breeze-dark/mimetypes/22/text-x-pascal.svg +share/icons/breeze-dark/mimetypes/22/text-x-patch.svg +share/icons/breeze-dark/mimetypes/22/text-x-plain.svg +share/icons/breeze-dark/mimetypes/22/text-x-po.svg +share/icons/breeze-dark/mimetypes/22/text-x-python.svg +share/icons/breeze-dark/mimetypes/22/text-x-qml.svg +share/icons/breeze-dark/mimetypes/22/text-x-readme.svg +share/icons/breeze-dark/mimetypes/22/text-x-rpm-spec.svg +share/icons/breeze-dark/mimetypes/22/text-x-rust.svg +share/icons/breeze-dark/mimetypes/22/text-x-scala.svg +share/icons/breeze-dark/mimetypes/22/text-x-script.svg +share/icons/breeze-dark/mimetypes/22/text-x-sql.svg +share/icons/breeze-dark/mimetypes/22/text-x-tcl.svg +share/icons/breeze-dark/mimetypes/22/text-x-tex.svg +share/icons/breeze-dark/mimetypes/22/text-x-texinfo.svg +share/icons/breeze-dark/mimetypes/22/text-x-vcard.svg +share/icons/breeze-dark/mimetypes/22/text-x-xslfo.svg +share/icons/breeze-dark/mimetypes/22/text-xmcd.svg +share/icons/breeze-dark/mimetypes/22/text-xml.svg +share/icons/breeze-dark/mimetypes/22/unknown.svg +share/icons/breeze-dark/mimetypes/22/uri-mms.svg +share/icons/breeze-dark/mimetypes/22/uri-mmst.svg +share/icons/breeze-dark/mimetypes/22/uri-pnm.svg +share/icons/breeze-dark/mimetypes/22/uri-rtspt.svg +share/icons/breeze-dark/mimetypes/22/uri-rtspu.svg +share/icons/breeze-dark/mimetypes/22/video-mlt-playlist.svg +share/icons/breeze-dark/mimetypes/22/video-mp4.svg +share/icons/breeze-dark/mimetypes/22/video-vivo.svg +share/icons/breeze-dark/mimetypes/22/video-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/22/video-wavelet.svg +share/icons/breeze-dark/mimetypes/22/video-webm.svg +share/icons/breeze-dark/mimetypes/22/video-x-anim.svg +share/icons/breeze-dark/mimetypes/22/video-x-flic.svg +share/icons/breeze-dark/mimetypes/22/video-x-generic.svg +share/icons/breeze-dark/mimetypes/22/video-x-google-vlc-plugin.svg +share/icons/breeze-dark/mimetypes/22/video-x-javafx.svg +share/icons/breeze-dark/mimetypes/22/video-x-matroska.svg +share/icons/breeze-dark/mimetypes/22/video-x-mng.svg +share/icons/breeze-dark/mimetypes/22/video-x-ms-wmp.svg +share/icons/breeze-dark/mimetypes/22/video-x-ms-wmv.svg +share/icons/breeze-dark/mimetypes/22/video-x-msvideo.svg +share/icons/breeze-dark/mimetypes/22/video-x-ogm+ogg.svg +share/icons/breeze-dark/mimetypes/22/video-x-theora+ogg.svg +share/icons/breeze-dark/mimetypes/22/video-x-wmv.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-hdd.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-ova.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-ovf.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-vbox-extpack.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-vbox.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-vdi.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-vhd.svg +share/icons/breeze-dark/mimetypes/22/virtualbox-vmdk.svg +share/icons/breeze-dark/mimetypes/22/vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/22/x-kde-nsplugin-generated.svg +share/icons/breeze-dark/mimetypes/22/x-mail-distribution-list.svg +share/icons/breeze-dark/mimetypes/22/x-media-podcast.svg +share/icons/breeze-dark/mimetypes/22/x-office-address-book.svg +share/icons/breeze-dark/mimetypes/22/x-office-calendar.svg +share/icons/breeze-dark/mimetypes/22/x-office-contact.svg +share/icons/breeze-dark/mimetypes/22/x-office-document.svg +share/icons/breeze-dark/mimetypes/22/x-office-drawing.svg +share/icons/breeze-dark/mimetypes/22/x-office-presentation.svg +share/icons/breeze-dark/mimetypes/22/x-office-spreadsheet.svg +share/icons/breeze-dark/mimetypes/32/android-package-archive.svg +share/icons/breeze-dark/mimetypes/32/application-atom+xml.svg +share/icons/breeze-dark/mimetypes/32/application-certificate.svg +share/icons/breeze-dark/mimetypes/32/application-dicom.svg +share/icons/breeze-dark/mimetypes/32/application-epub+zip.svg +share/icons/breeze-dark/mimetypes/32/application-illustrator.svg +share/icons/breeze-dark/mimetypes/32/application-javascript.svg +share/icons/breeze-dark/mimetypes/32/application-mac-binhex40.svg +share/icons/breeze-dark/mimetypes/32/application-msonenote.svg +share/icons/breeze-dark/mimetypes/32/application-msoutlook.svg +share/icons/breeze-dark/mimetypes/32/application-msword-template.svg +share/icons/breeze-dark/mimetypes/32/application-msword.svg +share/icons/breeze-dark/mimetypes/32/application-octet-stream.svg +share/icons/breeze-dark/mimetypes/32/application-ogg.svg +share/icons/breeze-dark/mimetypes/32/application-pdf.svg +share/icons/breeze-dark/mimetypes/32/application-pgp-encrypted.svg +share/icons/breeze-dark/mimetypes/32/application-pgp-keys.svg +share/icons/breeze-dark/mimetypes/32/application-pgp-signature.svg +share/icons/breeze-dark/mimetypes/32/application-pgp.svg +share/icons/breeze-dark/mimetypes/32/application-pkcs7-mime.svg +share/icons/breeze-dark/mimetypes/32/application-pkcs7-signature.svg +share/icons/breeze-dark/mimetypes/32/application-pkix-cerl.svg +share/icons/breeze-dark/mimetypes/32/application-pkix-cert.svg +share/icons/breeze-dark/mimetypes/32/application-postscript.svg +share/icons/breeze-dark/mimetypes/32/application-relaxng.svg +share/icons/breeze-dark/mimetypes/32/application-rss+xml.svg +share/icons/breeze-dark/mimetypes/32/application-rtf.svg +share/icons/breeze-dark/mimetypes/32/application-sxw.svg +share/icons/breeze-dark/mimetypes/32/application-vnd-google-earth-kml.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.android.package-archive.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.iccprofile.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-access.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-excel.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-infopath.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-powerpoint.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-word.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.nintendo.snes.rom.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.database.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.image.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.text.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.scribus.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.stardivision.calc.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.stardivision.draw.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.stardivision.mail.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.stardivision.math.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.calc.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.calc.template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.draw.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.draw.template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.impress.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.impress.template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.math.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.writer.global.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.writer.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.sun.xml.writer.template.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.visio.svg +share/icons/breeze-dark/mimetypes/32/application-vnd.wordperfect.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.doc.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.docx.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.dot.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.dotx.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.pot.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.potx.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.ppt.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.pptx.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.xls.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.xlsx.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.xlt.svg +share/icons/breeze-dark/mimetypes/32/application-wps-office.xltx.svg +share/icons/breeze-dark/mimetypes/32/application-x-7z-compressed.svg +share/icons/breeze-dark/mimetypes/32/application-x-abiword.svg +share/icons/breeze-dark/mimetypes/32/application-x-ace.svg +share/icons/breeze-dark/mimetypes/32/application-x-apple-diskimage.svg +share/icons/breeze-dark/mimetypes/32/application-x-applix-spreadsheet.svg +share/icons/breeze-dark/mimetypes/32/application-x-applix-word.svg +share/icons/breeze-dark/mimetypes/32/application-x-ar.svg +share/icons/breeze-dark/mimetypes/32/application-x-arc.svg +share/icons/breeze-dark/mimetypes/32/application-x-archive.svg +share/icons/breeze-dark/mimetypes/32/application-x-arj.svg +share/icons/breeze-dark/mimetypes/32/application-x-awk.svg +share/icons/breeze-dark/mimetypes/32/application-x-bittorrent.svg +share/icons/breeze-dark/mimetypes/32/application-x-blender.svg +share/icons/breeze-dark/mimetypes/32/application-x-bzdvi.svg +share/icons/breeze-dark/mimetypes/32/application-x-bzip-compressed-tar.svg +share/icons/breeze-dark/mimetypes/32/application-x-bzip.svg +share/icons/breeze-dark/mimetypes/32/application-x-cd-image.svg +share/icons/breeze-dark/mimetypes/32/application-x-cda.svg +share/icons/breeze-dark/mimetypes/32/application-x-chm.svg +share/icons/breeze-dark/mimetypes/32/application-x-compress.svg +share/icons/breeze-dark/mimetypes/32/application-x-compressed-tar.svg +share/icons/breeze-dark/mimetypes/32/application-x-cpio.svg +share/icons/breeze-dark/mimetypes/32/application-x-cue.svg +share/icons/breeze-dark/mimetypes/32/application-x-deb.svg +share/icons/breeze-dark/mimetypes/32/application-x-designer.svg +share/icons/breeze-dark/mimetypes/32/application-x-desktop.svg +share/icons/breeze-dark/mimetypes/32/application-x-egon.svg +share/icons/breeze-dark/mimetypes/32/application-x-executable-script.svg +share/icons/breeze-dark/mimetypes/32/application-x-executable.svg +share/icons/breeze-dark/mimetypes/32/application-x-flash-video.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-afm.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-bdf.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-otf.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-pcf.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-snf.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-ttf.svg +share/icons/breeze-dark/mimetypes/32/application-x-font-type1.svg +share/icons/breeze-dark/mimetypes/32/application-x-gameboy-rom.svg +share/icons/breeze-dark/mimetypes/32/application-x-gamecube-rom.svg +share/icons/breeze-dark/mimetypes/32/application-x-gba-rom.svg +share/icons/breeze-dark/mimetypes/32/application-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/32/application-x-gnumeric.svg +share/icons/breeze-dark/mimetypes/32/application-x-gzdvi.svg +share/icons/breeze-dark/mimetypes/32/application-x-gzip.svg +share/icons/breeze-dark/mimetypes/32/application-x-gzpostscript.svg +share/icons/breeze-dark/mimetypes/32/application-x-iso.svg +share/icons/breeze-dark/mimetypes/32/application-x-it87.svg +share/icons/breeze-dark/mimetypes/32/application-x-jar.svg +share/icons/breeze-dark/mimetypes/32/application-x-java-applet.svg +share/icons/breeze-dark/mimetypes/32/application-x-java-archive.svg +share/icons/breeze-dark/mimetypes/32/application-x-java.svg +share/icons/breeze-dark/mimetypes/32/application-x-javascript.svg +share/icons/breeze-dark/mimetypes/32/application-x-k3b.svg +share/icons/breeze-dark/mimetypes/32/application-x-kcsrc.svg +share/icons/breeze-dark/mimetypes/32/application-x-kdenlivetitle.svg +share/icons/breeze-dark/mimetypes/32/application-x-kexi-connectiondata.svg +share/icons/breeze-dark/mimetypes/32/application-x-kexiproject-shortcut.svg +share/icons/breeze-dark/mimetypes/32/application-x-kexiproject-sqlite.svg +share/icons/breeze-dark/mimetypes/32/application-x-kexiproject-sqlite2.svg +share/icons/breeze-dark/mimetypes/32/application-x-kexiproject-sqlite3.svg +share/icons/breeze-dark/mimetypes/32/application-x-kformula.svg +share/icons/breeze-dark/mimetypes/32/application-x-kgetlist.svg +share/icons/breeze-dark/mimetypes/32/application-x-kontour.svg +share/icons/breeze-dark/mimetypes/32/application-x-kplato.svg +share/icons/breeze-dark/mimetypes/32/application-x-krita.svg +share/icons/breeze-dark/mimetypes/32/application-x-kvtml.svg +share/icons/breeze-dark/mimetypes/32/application-x-kword.svg +share/icons/breeze-dark/mimetypes/32/application-x-lha.svg +share/icons/breeze-dark/mimetypes/32/application-x-lyx.svg +share/icons/breeze-dark/mimetypes/32/application-x-lzma-compressed-tar.svg +share/icons/breeze-dark/mimetypes/32/application-x-lzop.svg +share/icons/breeze-dark/mimetypes/32/application-x-m4.svg +share/icons/breeze-dark/mimetypes/32/application-x-macbinary.svg +share/icons/breeze-dark/mimetypes/32/application-x-marble.svg +share/icons/breeze-dark/mimetypes/32/application-x-mimearchive.svg +share/icons/breeze-dark/mimetypes/32/application-x-mplayer2.svg +share/icons/breeze-dark/mimetypes/32/application-x-ms-dos-executable.svg +share/icons/breeze-dark/mimetypes/32/application-x-ms-shortcut.svg +share/icons/breeze-dark/mimetypes/32/application-x-mswinurl.svg +share/icons/breeze-dark/mimetypes/32/application-x-mswrite.svg +share/icons/breeze-dark/mimetypes/32/application-x-n64-rom.svg +share/icons/breeze-dark/mimetypes/32/application-x-nes-rom.svg +share/icons/breeze-dark/mimetypes/32/application-x-nintendo-ds-rom.svg +share/icons/breeze-dark/mimetypes/32/application-x-nzb.svg +share/icons/breeze-dark/mimetypes/32/application-x-object.svg +share/icons/breeze-dark/mimetypes/32/application-x-pak.svg +share/icons/breeze-dark/mimetypes/32/application-x-partial-download.svg +share/icons/breeze-dark/mimetypes/32/application-x-pem-key.svg +share/icons/breeze-dark/mimetypes/32/application-x-perl.svg +share/icons/breeze-dark/mimetypes/32/application-x-php.svg +share/icons/breeze-dark/mimetypes/32/application-x-pkcs12.svg +share/icons/breeze-dark/mimetypes/32/application-x-pkcs7-certificates.svg +share/icons/breeze-dark/mimetypes/32/application-x-plasma.svg +share/icons/breeze-dark/mimetypes/32/application-x-python-bytecode.svg +share/icons/breeze-dark/mimetypes/32/application-x-qet-element.svg +share/icons/breeze-dark/mimetypes/32/application-x-qet-project.svg +share/icons/breeze-dark/mimetypes/32/application-x-quattropro.svg +share/icons/breeze-dark/mimetypes/32/application-x-rar.svg +share/icons/breeze-dark/mimetypes/32/application-x-raw-disk-image.svg +share/icons/breeze-dark/mimetypes/32/application-x-rpm.svg +share/icons/breeze-dark/mimetypes/32/application-x-ruby.svg +share/icons/breeze-dark/mimetypes/32/application-x-sharedlib.svg +share/icons/breeze-dark/mimetypes/32/application-x-shellscript.svg +share/icons/breeze-dark/mimetypes/32/application-x-shockwave-flash.svg +share/icons/breeze-dark/mimetypes/32/application-x-siag.svg +share/icons/breeze-dark/mimetypes/32/application-x-sif.svg +share/icons/breeze-dark/mimetypes/32/application-x-skg.svg +share/icons/breeze-dark/mimetypes/32/application-x-skgc.svg +share/icons/breeze-dark/mimetypes/32/application-x-smb-server.svg +share/icons/breeze-dark/mimetypes/32/application-x-smb-workgroup.svg +share/icons/breeze-dark/mimetypes/32/application-x-sqlite2.svg +share/icons/breeze-dark/mimetypes/32/application-x-sqlite3.svg +share/icons/breeze-dark/mimetypes/32/application-x-srt.svg +share/icons/breeze-dark/mimetypes/32/application-x-srtrip.svg +share/icons/breeze-dark/mimetypes/32/application-x-subrip.svg +share/icons/breeze-dark/mimetypes/32/application-x-tar.svg +share/icons/breeze-dark/mimetypes/32/application-x-tarz.svg +share/icons/breeze-dark/mimetypes/32/application-x-tgif.svg +share/icons/breeze-dark/mimetypes/32/application-x-theme.svg +share/icons/breeze-dark/mimetypes/32/application-x-trash.svg +share/icons/breeze-dark/mimetypes/32/application-x-troff-man.svg +share/icons/breeze-dark/mimetypes/32/application-x-tzo.svg +share/icons/breeze-dark/mimetypes/32/application-x-wmf.svg +share/icons/breeze-dark/mimetypes/32/application-x-x509-ca-cert.svg +share/icons/breeze-dark/mimetypes/32/application-x-x509-user-cert.svg +share/icons/breeze-dark/mimetypes/32/application-x-xliff.svg +share/icons/breeze-dark/mimetypes/32/application-x-xpinstall.svg +share/icons/breeze-dark/mimetypes/32/application-x-zerosize.svg +share/icons/breeze-dark/mimetypes/32/application-x-zoo.svg +share/icons/breeze-dark/mimetypes/32/application-xhtml+xml.svg +share/icons/breeze-dark/mimetypes/32/application-xmind.svg +share/icons/breeze-dark/mimetypes/32/application-xml.svg +share/icons/breeze-dark/mimetypes/32/application-xsd.svg +share/icons/breeze-dark/mimetypes/32/application-xslt+xml.svg +share/icons/breeze-dark/mimetypes/32/application-zip.svg +share/icons/breeze-dark/mimetypes/32/audio-ac3.svg +share/icons/breeze-dark/mimetypes/32/audio-midi.svg +share/icons/breeze-dark/mimetypes/32/audio-mp2.svg +share/icons/breeze-dark/mimetypes/32/audio-mp3.svg +share/icons/breeze-dark/mimetypes/32/audio-mp4.svg +share/icons/breeze-dark/mimetypes/32/audio-prs.sid.svg +share/icons/breeze-dark/mimetypes/32/audio-vn.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/32/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/32/audio-x-adpcm.svg +share/icons/breeze-dark/mimetypes/32/audio-x-aiff.svg +share/icons/breeze-dark/mimetypes/32/audio-x-flac+ogg.svg +share/icons/breeze-dark/mimetypes/32/audio-x-flac.svg +share/icons/breeze-dark/mimetypes/32/audio-x-generic.svg +share/icons/breeze-dark/mimetypes/32/audio-x-monkey.svg +share/icons/breeze-dark/mimetypes/32/audio-x-mp2.svg +share/icons/breeze-dark/mimetypes/32/audio-x-mpeg.svg +share/icons/breeze-dark/mimetypes/32/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/32/audio-x-wav.svg +share/icons/breeze-dark/mimetypes/32/audiobook.svg +share/icons/breeze-dark/mimetypes/32/encrypted.svg +share/icons/breeze-dark/mimetypes/32/fonts-package.svg +share/icons/breeze-dark/mimetypes/32/image-bmp.svg +share/icons/breeze-dark/mimetypes/32/image-gif.svg +share/icons/breeze-dark/mimetypes/32/image-ico.svg +share/icons/breeze-dark/mimetypes/32/image-jpeg.svg +share/icons/breeze-dark/mimetypes/32/image-jpeg2000.svg +share/icons/breeze-dark/mimetypes/32/image-png.svg +share/icons/breeze-dark/mimetypes/32/image-svg+xml-compressed.svg +share/icons/breeze-dark/mimetypes/32/image-svg+xml.svg +share/icons/breeze-dark/mimetypes/32/image-tiff.svg +share/icons/breeze-dark/mimetypes/32/image-vnd.dgn.svg +share/icons/breeze-dark/mimetypes/32/image-vnd.djvu.svg +share/icons/breeze-dark/mimetypes/32/image-vnd.dwg.svg +share/icons/breeze-dark/mimetypes/32/image-vnd.microsoft.icon.svg +share/icons/breeze-dark/mimetypes/32/image-x-adobe-dng.svg +share/icons/breeze-dark/mimetypes/32/image-x-compressed-xcf.svg +share/icons/breeze-dark/mimetypes/32/image-x-emf.svg +share/icons/breeze-dark/mimetypes/32/image-x-eps.svg +share/icons/breeze-dark/mimetypes/32/image-x-generic.svg +share/icons/breeze-dark/mimetypes/32/image-x-ico.svg +share/icons/breeze-dark/mimetypes/32/image-x-icon.svg +share/icons/breeze-dark/mimetypes/32/image-x-krita.svg +share/icons/breeze-dark/mimetypes/32/image-x-portable-bitmap.svg +share/icons/breeze-dark/mimetypes/32/image-x-psd.svg +share/icons/breeze-dark/mimetypes/32/image-x-psdimage-x-psd.svg +share/icons/breeze-dark/mimetypes/32/image-x-svg+xml.svg +share/icons/breeze-dark/mimetypes/32/image-x-tga.svg +share/icons/breeze-dark/mimetypes/32/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze-dark/mimetypes/32/image-x-win-bitmap.svg +share/icons/breeze-dark/mimetypes/32/image-x-win-bmp.svg +share/icons/breeze-dark/mimetypes/32/image-x-wmf.svg +share/icons/breeze-dark/mimetypes/32/image-x-xcf.svg +share/icons/breeze-dark/mimetypes/32/image-x-xfig.svg +share/icons/breeze-dark/mimetypes/32/inode-directory.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-database.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-drawing-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-drawing.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-extension.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-formula.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-master-document.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-database.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-drawing-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-drawing.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-formula.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-master-document.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-presentation-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-presentation.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-spreadsheet.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-text-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-text.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-oasis-web-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-presentation-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-presentation.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-spreadsheet.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-text-template.svg +share/icons/breeze-dark/mimetypes/32/libreoffice-text.svg +share/icons/breeze-dark/mimetypes/32/message-news.svg +share/icons/breeze-dark/mimetypes/32/message-partial.svg +share/icons/breeze-dark/mimetypes/32/message-rfc822.svg +share/icons/breeze-dark/mimetypes/32/message-x-gnu-rmail.svg +share/icons/breeze-dark/mimetypes/32/message.svg +share/icons/breeze-dark/mimetypes/32/none.svg +share/icons/breeze-dark/mimetypes/32/odf.svg +share/icons/breeze-dark/mimetypes/32/package-x-generic.svg +share/icons/breeze-dark/mimetypes/32/podcast.svg +share/icons/breeze-dark/mimetypes/32/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze-dark/mimetypes/32/text-calendar.svg +share/icons/breeze-dark/mimetypes/32/text-csharp.svg +share/icons/breeze-dark/mimetypes/32/text-css.svg +share/icons/breeze-dark/mimetypes/32/text-csv.svg +share/icons/breeze-dark/mimetypes/32/text-directory.svg +share/icons/breeze-dark/mimetypes/32/text-enriched.svg +share/icons/breeze-dark/mimetypes/32/text-html.svg +share/icons/breeze-dark/mimetypes/32/text-markdown.svg +share/icons/breeze-dark/mimetypes/32/text-mathml.svg +share/icons/breeze-dark/mimetypes/32/text-plain.svg +share/icons/breeze-dark/mimetypes/32/text-rdf+xml.svg +share/icons/breeze-dark/mimetypes/32/text-rdf.svg +share/icons/breeze-dark/mimetypes/32/text-rtf.svg +share/icons/breeze-dark/mimetypes/32/text-rust.svg +share/icons/breeze-dark/mimetypes/32/text-sgml.svg +share/icons/breeze-dark/mimetypes/32/text-troff.svg +share/icons/breeze-dark/mimetypes/32/text-vcalendar.svg +share/icons/breeze-dark/mimetypes/32/text-vnd.abc.svg +share/icons/breeze-dark/mimetypes/32/text-vnd.trolltech.linguist.svg +share/icons/breeze-dark/mimetypes/32/text-vnd.wap.wml.svg +share/icons/breeze-dark/mimetypes/32/text-wiki.svg +share/icons/breeze-dark/mimetypes/32/text-x-adasrc.svg +share/icons/breeze-dark/mimetypes/32/text-x-apport.svg +share/icons/breeze-dark/mimetypes/32/text-x-authors.svg +share/icons/breeze-dark/mimetypes/32/text-x-bibtex.svg +share/icons/breeze-dark/mimetypes/32/text-x-c++hdr.svg +share/icons/breeze-dark/mimetypes/32/text-x-c++src.svg +share/icons/breeze-dark/mimetypes/32/text-x-changelog.svg +share/icons/breeze-dark/mimetypes/32/text-x-chdr.svg +share/icons/breeze-dark/mimetypes/32/text-x-cmake.svg +share/icons/breeze-dark/mimetypes/32/text-x-copying.svg +share/icons/breeze-dark/mimetypes/32/text-x-credits.svg +share/icons/breeze-dark/mimetypes/32/text-x-csharp.svg +share/icons/breeze-dark/mimetypes/32/text-x-csrc.svg +share/icons/breeze-dark/mimetypes/32/text-x-dtd.svg +share/icons/breeze-dark/mimetypes/32/text-x-generic.svapplication-x-awk.svg +share/icons/breeze-dark/mimetypes/32/text-x-generic.svg +share/icons/breeze-dark/mimetypes/32/text-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/32/text-x-go.svg +share/icons/breeze-dark/mimetypes/32/text-x-haskell.svg +share/icons/breeze-dark/mimetypes/32/text-x-hex.svg +share/icons/breeze-dark/mimetypes/32/text-x-install.svg +share/icons/breeze-dark/mimetypes/32/text-x-java-source.svg +share/icons/breeze-dark/mimetypes/32/text-x-java.svg +share/icons/breeze-dark/mimetypes/32/text-x-javascript.svg +share/icons/breeze-dark/mimetypes/32/text-x-katefilelist.svg +share/icons/breeze-dark/mimetypes/32/text-x-ldif.svg +share/icons/breeze-dark/mimetypes/32/text-x-lilypond.svg +share/icons/breeze-dark/mimetypes/32/text-x-log.svg +share/icons/breeze-dark/mimetypes/32/text-x-lua.svg +share/icons/breeze-dark/mimetypes/32/text-x-makefile.svg +share/icons/breeze-dark/mimetypes/32/text-x-markdown.svg +share/icons/breeze-dark/mimetypes/32/text-x-nfo.svg +share/icons/breeze-dark/mimetypes/32/text-x-objchdr.svg +share/icons/breeze-dark/mimetypes/32/text-x-objcsrc.svg +share/icons/breeze-dark/mimetypes/32/text-x-opml+xml.svg +share/icons/breeze-dark/mimetypes/32/text-x-opml.svg +share/icons/breeze-dark/mimetypes/32/text-x-pascal.svg +share/icons/breeze-dark/mimetypes/32/text-x-patch.svg +share/icons/breeze-dark/mimetypes/32/text-x-plain.svg +share/icons/breeze-dark/mimetypes/32/text-x-po.svg +share/icons/breeze-dark/mimetypes/32/text-x-python.svg +share/icons/breeze-dark/mimetypes/32/text-x-qml.svg +share/icons/breeze-dark/mimetypes/32/text-x-readme.svg +share/icons/breeze-dark/mimetypes/32/text-x-rpm-spec.svg +share/icons/breeze-dark/mimetypes/32/text-x-rust.svg +share/icons/breeze-dark/mimetypes/32/text-x-scala.svg +share/icons/breeze-dark/mimetypes/32/text-x-script.svg +share/icons/breeze-dark/mimetypes/32/text-x-sql.svg +share/icons/breeze-dark/mimetypes/32/text-x-tcl.svg +share/icons/breeze-dark/mimetypes/32/text-x-tex.svg +share/icons/breeze-dark/mimetypes/32/text-x-texinfo.svg +share/icons/breeze-dark/mimetypes/32/text-x-vcard.svg +share/icons/breeze-dark/mimetypes/32/text-x-xslfo.svg +share/icons/breeze-dark/mimetypes/32/text-xmcd.svg +share/icons/breeze-dark/mimetypes/32/text-xml.svg +share/icons/breeze-dark/mimetypes/32/unknown.svg +share/icons/breeze-dark/mimetypes/32/uri-mms.svg +share/icons/breeze-dark/mimetypes/32/uri-mmst.svg +share/icons/breeze-dark/mimetypes/32/uri-pnm.svg +share/icons/breeze-dark/mimetypes/32/uri-rtspt.svg +share/icons/breeze-dark/mimetypes/32/uri-rtspu.svg +share/icons/breeze-dark/mimetypes/32/video-mlt-playlist.svg +share/icons/breeze-dark/mimetypes/32/video-mp4.svg +share/icons/breeze-dark/mimetypes/32/video-vivo.svg +share/icons/breeze-dark/mimetypes/32/video-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/32/video-wavelet.svg +share/icons/breeze-dark/mimetypes/32/video-webm.svg +share/icons/breeze-dark/mimetypes/32/video-x-anim.svg +share/icons/breeze-dark/mimetypes/32/video-x-flic.svg +share/icons/breeze-dark/mimetypes/32/video-x-generic.svg +share/icons/breeze-dark/mimetypes/32/video-x-google-vlc-plugin.svg +share/icons/breeze-dark/mimetypes/32/video-x-javafx.svg +share/icons/breeze-dark/mimetypes/32/video-x-matroska.svg +share/icons/breeze-dark/mimetypes/32/video-x-mng.svg +share/icons/breeze-dark/mimetypes/32/video-x-ms-wmp.svg +share/icons/breeze-dark/mimetypes/32/video-x-ms-wmv.svg +share/icons/breeze-dark/mimetypes/32/video-x-msvideo.svg +share/icons/breeze-dark/mimetypes/32/video-x-ogm+ogg.svg +share/icons/breeze-dark/mimetypes/32/video-x-theora+ogg.svg +share/icons/breeze-dark/mimetypes/32/video-x-wmv.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-hdd.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-ova.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-ovf.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-vbox-extpack.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-vbox.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-vdi.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-vhd.svg +share/icons/breeze-dark/mimetypes/32/virtualbox-vmdk.svg +share/icons/breeze-dark/mimetypes/32/vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/32/x-kde-nsplugin-generated.svg +share/icons/breeze-dark/mimetypes/32/x-mail-distribution-list.svg +share/icons/breeze-dark/mimetypes/32/x-media-podcast.svg +share/icons/breeze-dark/mimetypes/32/x-office-address-book.svg +share/icons/breeze-dark/mimetypes/32/x-office-calendar.svg +share/icons/breeze-dark/mimetypes/32/x-office-contact.svg +share/icons/breeze-dark/mimetypes/32/x-office-document.svg +share/icons/breeze-dark/mimetypes/32/x-office-drawing.svg +share/icons/breeze-dark/mimetypes/32/x-office-presentation.svg +share/icons/breeze-dark/mimetypes/32/x-office-spreadsheet.svg +share/icons/breeze-dark/mimetypes/64/android-package-archive.svg +share/icons/breeze-dark/mimetypes/64/application-atom+xml.svg +share/icons/breeze-dark/mimetypes/64/application-certificate.svg +share/icons/breeze-dark/mimetypes/64/application-dicom.svg +share/icons/breeze-dark/mimetypes/64/application-epub+zip.svg +share/icons/breeze-dark/mimetypes/64/application-illustrator.svg +share/icons/breeze-dark/mimetypes/64/application-javascript.svg +share/icons/breeze-dark/mimetypes/64/application-mac-binhex40.svg +share/icons/breeze-dark/mimetypes/64/application-msonenote.svg +share/icons/breeze-dark/mimetypes/64/application-msoutlook.svg +share/icons/breeze-dark/mimetypes/64/application-msword-template.svg +share/icons/breeze-dark/mimetypes/64/application-msword.svg +share/icons/breeze-dark/mimetypes/64/application-octet-stream.svg +share/icons/breeze-dark/mimetypes/64/application-ogg.svg +share/icons/breeze-dark/mimetypes/64/application-pdf.svg +share/icons/breeze-dark/mimetypes/64/application-pgp-encrypted.svg +share/icons/breeze-dark/mimetypes/64/application-pgp-keys.svg +share/icons/breeze-dark/mimetypes/64/application-pgp-signature.svg +share/icons/breeze-dark/mimetypes/64/application-pgp.svg +share/icons/breeze-dark/mimetypes/64/application-pkcs7-mime.svg +share/icons/breeze-dark/mimetypes/64/application-pkcs7-signature.svg +share/icons/breeze-dark/mimetypes/64/application-pkix-cerl.svg +share/icons/breeze-dark/mimetypes/64/application-pkix-cert.svg +share/icons/breeze-dark/mimetypes/64/application-postscript.svg +share/icons/breeze-dark/mimetypes/64/application-relaxng.svg +share/icons/breeze-dark/mimetypes/64/application-rss+xml.svg +share/icons/breeze-dark/mimetypes/64/application-rtf.svg +share/icons/breeze-dark/mimetypes/64/application-sxw.svg +share/icons/breeze-dark/mimetypes/64/application-vnd-google-earth-kml.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.android.package-archive.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.iccprofile.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-access.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-excel.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-infopath.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-powerpoint.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-word.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.nintendo.snes.rom.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.database.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.image.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.text.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.scribus.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.stardivision.calc.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.stardivision.draw.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.stardivision.mail.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.stardivision.math.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.calc.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.calc.template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.draw.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.draw.template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.impress.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.impress.template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.math.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.writer.global.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.writer.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.sun.xml.writer.template.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.visio.svg +share/icons/breeze-dark/mimetypes/64/application-vnd.wordperfect.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.doc.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.docx.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.dot.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.dotx.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.pot.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.potx.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.ppt.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.pptx.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.xls.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.xlsx.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.xlt.svg +share/icons/breeze-dark/mimetypes/64/application-wps-office.xltx.svg +share/icons/breeze-dark/mimetypes/64/application-x-7z-compressed.svg +share/icons/breeze-dark/mimetypes/64/application-x-abiword.svg +share/icons/breeze-dark/mimetypes/64/application-x-ace.svg +share/icons/breeze-dark/mimetypes/64/application-x-apple-diskimage.svg +share/icons/breeze-dark/mimetypes/64/application-x-applix-spreadsheet.svg +share/icons/breeze-dark/mimetypes/64/application-x-applix-word.svg +share/icons/breeze-dark/mimetypes/64/application-x-ar.svg +share/icons/breeze-dark/mimetypes/64/application-x-arc.svg +share/icons/breeze-dark/mimetypes/64/application-x-archive.svg +share/icons/breeze-dark/mimetypes/64/application-x-arj.svg +share/icons/breeze-dark/mimetypes/64/application-x-awk.svg +share/icons/breeze-dark/mimetypes/64/application-x-bittorrent.svg +share/icons/breeze-dark/mimetypes/64/application-x-blender.svg +share/icons/breeze-dark/mimetypes/64/application-x-bzdvi.svg +share/icons/breeze-dark/mimetypes/64/application-x-bzip-compressed-tar.svg +share/icons/breeze-dark/mimetypes/64/application-x-bzip.svg +share/icons/breeze-dark/mimetypes/64/application-x-cd-image.svg +share/icons/breeze-dark/mimetypes/64/application-x-cda.svg +share/icons/breeze-dark/mimetypes/64/application-x-chm.svg +share/icons/breeze-dark/mimetypes/64/application-x-compress.svg +share/icons/breeze-dark/mimetypes/64/application-x-compressed-tar.svg +share/icons/breeze-dark/mimetypes/64/application-x-cpio.svg +share/icons/breeze-dark/mimetypes/64/application-x-cue.svg +share/icons/breeze-dark/mimetypes/64/application-x-deb.svg +share/icons/breeze-dark/mimetypes/64/application-x-designer.svg +share/icons/breeze-dark/mimetypes/64/application-x-desktop.svg +share/icons/breeze-dark/mimetypes/64/application-x-egon.svg +share/icons/breeze-dark/mimetypes/64/application-x-executable-script.svg +share/icons/breeze-dark/mimetypes/64/application-x-executable.svg +share/icons/breeze-dark/mimetypes/64/application-x-flash-video.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-afm.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-bdf.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-otf.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-pcf.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-snf.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-ttf.svg +share/icons/breeze-dark/mimetypes/64/application-x-font-type1.svg +share/icons/breeze-dark/mimetypes/64/application-x-gameboy-rom.svg +share/icons/breeze-dark/mimetypes/64/application-x-gamecube-rom.svg +share/icons/breeze-dark/mimetypes/64/application-x-gba-rom.svg +share/icons/breeze-dark/mimetypes/64/application-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/64/application-x-gnumeric.svg +share/icons/breeze-dark/mimetypes/64/application-x-gzdvi.svg +share/icons/breeze-dark/mimetypes/64/application-x-gzip.svg +share/icons/breeze-dark/mimetypes/64/application-x-gzpostscript.svg +share/icons/breeze-dark/mimetypes/64/application-x-iso.svg +share/icons/breeze-dark/mimetypes/64/application-x-it87.svg +share/icons/breeze-dark/mimetypes/64/application-x-jar.svg +share/icons/breeze-dark/mimetypes/64/application-x-java-applet.svg +share/icons/breeze-dark/mimetypes/64/application-x-java-archive.svg +share/icons/breeze-dark/mimetypes/64/application-x-java.svg +share/icons/breeze-dark/mimetypes/64/application-x-javascript.svg +share/icons/breeze-dark/mimetypes/64/application-x-k3b.svg +share/icons/breeze-dark/mimetypes/64/application-x-kcsrc.svg +share/icons/breeze-dark/mimetypes/64/application-x-kdenlivetitle.svg +share/icons/breeze-dark/mimetypes/64/application-x-kexi-connectiondata.svg +share/icons/breeze-dark/mimetypes/64/application-x-kexiproject-shortcut.svg +share/icons/breeze-dark/mimetypes/64/application-x-kexiproject-sqlite.svg +share/icons/breeze-dark/mimetypes/64/application-x-kexiproject-sqlite2.svg +share/icons/breeze-dark/mimetypes/64/application-x-kexiproject-sqlite3.svg +share/icons/breeze-dark/mimetypes/64/application-x-kformula.svg +share/icons/breeze-dark/mimetypes/64/application-x-kgetlist.svg +share/icons/breeze-dark/mimetypes/64/application-x-kontour.svg +share/icons/breeze-dark/mimetypes/64/application-x-kplato.svg +share/icons/breeze-dark/mimetypes/64/application-x-krita.svg +share/icons/breeze-dark/mimetypes/64/application-x-kvtml.svg +share/icons/breeze-dark/mimetypes/64/application-x-kword.svg +share/icons/breeze-dark/mimetypes/64/application-x-lha.svg +share/icons/breeze-dark/mimetypes/64/application-x-lyx.svg +share/icons/breeze-dark/mimetypes/64/application-x-lzma-compressed-tar.svg +share/icons/breeze-dark/mimetypes/64/application-x-lzop.svg +share/icons/breeze-dark/mimetypes/64/application-x-m4.svg +share/icons/breeze-dark/mimetypes/64/application-x-macbinary.svg +share/icons/breeze-dark/mimetypes/64/application-x-marble.svg +share/icons/breeze-dark/mimetypes/64/application-x-mimearchive.svg +share/icons/breeze-dark/mimetypes/64/application-x-mplayer2.svg +share/icons/breeze-dark/mimetypes/64/application-x-ms-dos-executable.svg +share/icons/breeze-dark/mimetypes/64/application-x-ms-shortcut.svg +share/icons/breeze-dark/mimetypes/64/application-x-mswinurl.svg +share/icons/breeze-dark/mimetypes/64/application-x-mswrite.svg +share/icons/breeze-dark/mimetypes/64/application-x-n64-rom.svg +share/icons/breeze-dark/mimetypes/64/application-x-nes-rom.svg +share/icons/breeze-dark/mimetypes/64/application-x-nintendo-ds-rom.svg +share/icons/breeze-dark/mimetypes/64/application-x-nzb.svg +share/icons/breeze-dark/mimetypes/64/application-x-object.svg +share/icons/breeze-dark/mimetypes/64/application-x-pak.svg +share/icons/breeze-dark/mimetypes/64/application-x-partial-download.svg +share/icons/breeze-dark/mimetypes/64/application-x-pem-key.svg +share/icons/breeze-dark/mimetypes/64/application-x-perl.svg +share/icons/breeze-dark/mimetypes/64/application-x-php.svg +share/icons/breeze-dark/mimetypes/64/application-x-pkcs12.svg +share/icons/breeze-dark/mimetypes/64/application-x-pkcs7-certificates.svg +share/icons/breeze-dark/mimetypes/64/application-x-plasma.svg +share/icons/breeze-dark/mimetypes/64/application-x-python-bytecode.svg +share/icons/breeze-dark/mimetypes/64/application-x-qet-element.svg +share/icons/breeze-dark/mimetypes/64/application-x-qet-project.svg +share/icons/breeze-dark/mimetypes/64/application-x-quattropro.svg +share/icons/breeze-dark/mimetypes/64/application-x-rar.svg +share/icons/breeze-dark/mimetypes/64/application-x-raw-disk-image.svg +share/icons/breeze-dark/mimetypes/64/application-x-rpm.svg +share/icons/breeze-dark/mimetypes/64/application-x-ruby.svg +share/icons/breeze-dark/mimetypes/64/application-x-sharedlib.svg +share/icons/breeze-dark/mimetypes/64/application-x-shellscript.svg +share/icons/breeze-dark/mimetypes/64/application-x-shockwave-flash.svg +share/icons/breeze-dark/mimetypes/64/application-x-siag.svg +share/icons/breeze-dark/mimetypes/64/application-x-sif.svg +share/icons/breeze-dark/mimetypes/64/application-x-skg.svg +share/icons/breeze-dark/mimetypes/64/application-x-skgc.svg +share/icons/breeze-dark/mimetypes/64/application-x-smb-server.svg +share/icons/breeze-dark/mimetypes/64/application-x-smb-workgroup.svg +share/icons/breeze-dark/mimetypes/64/application-x-sqlite2.svg +share/icons/breeze-dark/mimetypes/64/application-x-sqlite3.svg +share/icons/breeze-dark/mimetypes/64/application-x-srt.svg +share/icons/breeze-dark/mimetypes/64/application-x-srtrip.svg +share/icons/breeze-dark/mimetypes/64/application-x-subrip.svg +share/icons/breeze-dark/mimetypes/64/application-x-tar.svg +share/icons/breeze-dark/mimetypes/64/application-x-tarz.svg +share/icons/breeze-dark/mimetypes/64/application-x-tgif.svg +share/icons/breeze-dark/mimetypes/64/application-x-theme.svg +share/icons/breeze-dark/mimetypes/64/application-x-trash.svg +share/icons/breeze-dark/mimetypes/64/application-x-troff-man.svg +share/icons/breeze-dark/mimetypes/64/application-x-tzo.svg +share/icons/breeze-dark/mimetypes/64/application-x-wmf.svg +share/icons/breeze-dark/mimetypes/64/application-x-x509-ca-cert.svg +share/icons/breeze-dark/mimetypes/64/application-x-x509-user-cert.svg +share/icons/breeze-dark/mimetypes/64/application-x-xliff.svg +share/icons/breeze-dark/mimetypes/64/application-x-xpinstall.svg +share/icons/breeze-dark/mimetypes/64/application-x-zerosize.svg +share/icons/breeze-dark/mimetypes/64/application-x-zoo.svg +share/icons/breeze-dark/mimetypes/64/application-xhtml+xml.svg +share/icons/breeze-dark/mimetypes/64/application-xmind.svg +share/icons/breeze-dark/mimetypes/64/application-xml.svg +share/icons/breeze-dark/mimetypes/64/application-xsd.svg +share/icons/breeze-dark/mimetypes/64/application-xslt+xml.svg +share/icons/breeze-dark/mimetypes/64/application-zip.svg +share/icons/breeze-dark/mimetypes/64/audio-ac3.svg +share/icons/breeze-dark/mimetypes/64/audio-midi.svg +share/icons/breeze-dark/mimetypes/64/audio-mp2.svg +share/icons/breeze-dark/mimetypes/64/audio-mp3.svg +share/icons/breeze-dark/mimetypes/64/audio-mp4.svg +share/icons/breeze-dark/mimetypes/64/audio-prs.sid.svg +share/icons/breeze-dark/mimetypes/64/audio-vn.rn-realmedia.svg +share/icons/breeze-dark/mimetypes/64/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/64/audio-x-adpcm.svg +share/icons/breeze-dark/mimetypes/64/audio-x-aiff.svg +share/icons/breeze-dark/mimetypes/64/audio-x-flac+ogg.svg +share/icons/breeze-dark/mimetypes/64/audio-x-flac.svg +share/icons/breeze-dark/mimetypes/64/audio-x-generic.svg +share/icons/breeze-dark/mimetypes/64/audio-x-monkey.svg +share/icons/breeze-dark/mimetypes/64/audio-x-mp2.svg +share/icons/breeze-dark/mimetypes/64/audio-x-mpeg.svg +share/icons/breeze-dark/mimetypes/64/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/64/audio-x-wav.svg +share/icons/breeze-dark/mimetypes/64/audiobook.svg +share/icons/breeze-dark/mimetypes/64/encrypted.svg +share/icons/breeze-dark/mimetypes/64/fonts-package.svg +share/icons/breeze-dark/mimetypes/64/image-bmp.svg +share/icons/breeze-dark/mimetypes/64/image-gif.svg +share/icons/breeze-dark/mimetypes/64/image-ico.svg +share/icons/breeze-dark/mimetypes/64/image-jpeg.svg +share/icons/breeze-dark/mimetypes/64/image-jpeg2000.svg +share/icons/breeze-dark/mimetypes/64/image-png.svg +share/icons/breeze-dark/mimetypes/64/image-svg+xml-compressed.svg +share/icons/breeze-dark/mimetypes/64/image-svg+xml.svg +share/icons/breeze-dark/mimetypes/64/image-tiff.svg +share/icons/breeze-dark/mimetypes/64/image-vnd.dgn.svg +share/icons/breeze-dark/mimetypes/64/image-vnd.djvu.svg +share/icons/breeze-dark/mimetypes/64/image-vnd.dwg.svg +share/icons/breeze-dark/mimetypes/64/image-vnd.microsoft.icon.svg +share/icons/breeze-dark/mimetypes/64/image-x-adobe-dng.svg +share/icons/breeze-dark/mimetypes/64/image-x-compressed-xcf.svg +share/icons/breeze-dark/mimetypes/64/image-x-emf.svg +share/icons/breeze-dark/mimetypes/64/image-x-eps.svg +share/icons/breeze-dark/mimetypes/64/image-x-generic.svg +share/icons/breeze-dark/mimetypes/64/image-x-ico.svg +share/icons/breeze-dark/mimetypes/64/image-x-icon.svg +share/icons/breeze-dark/mimetypes/64/image-x-krita.svg +share/icons/breeze-dark/mimetypes/64/image-x-portable-bitmap.svg +share/icons/breeze-dark/mimetypes/64/image-x-psd.svg +share/icons/breeze-dark/mimetypes/64/image-x-psdimage-x-psd.svg +share/icons/breeze-dark/mimetypes/64/image-x-svg+xml.svg +share/icons/breeze-dark/mimetypes/64/image-x-tga.svg +share/icons/breeze-dark/mimetypes/64/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze-dark/mimetypes/64/image-x-win-bitmap.svg +share/icons/breeze-dark/mimetypes/64/image-x-win-bmp.svg +share/icons/breeze-dark/mimetypes/64/image-x-wmf.svg +share/icons/breeze-dark/mimetypes/64/image-x-xcf.svg +share/icons/breeze-dark/mimetypes/64/image-x-xfig.svg +share/icons/breeze-dark/mimetypes/64/inode-directory.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-database.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-drawing-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-drawing.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-extension.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-formula.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-master-document.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-database.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-drawing-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-drawing.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-formula.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-master-document.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-presentation-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-presentation.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-spreadsheet.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-text-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-text.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-oasis-web-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-presentation-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-presentation.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-spreadsheet-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-spreadsheet.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-text-template.svg +share/icons/breeze-dark/mimetypes/64/libreoffice-text.svg +share/icons/breeze-dark/mimetypes/64/message-news.svg +share/icons/breeze-dark/mimetypes/64/message-partial.svg +share/icons/breeze-dark/mimetypes/64/message-rfc822.svg +share/icons/breeze-dark/mimetypes/64/message-x-gnu-rmail.svg +share/icons/breeze-dark/mimetypes/64/message.svg +share/icons/breeze-dark/mimetypes/64/none.svg +share/icons/breeze-dark/mimetypes/64/odf.svg +share/icons/breeze-dark/mimetypes/64/package-x-generic.svg +share/icons/breeze-dark/mimetypes/64/podcast.svg +share/icons/breeze-dark/mimetypes/64/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze-dark/mimetypes/64/text-calendar.svg +share/icons/breeze-dark/mimetypes/64/text-csharp.svg +share/icons/breeze-dark/mimetypes/64/text-css.svg +share/icons/breeze-dark/mimetypes/64/text-csv.svg +share/icons/breeze-dark/mimetypes/64/text-directory.svg +share/icons/breeze-dark/mimetypes/64/text-enriched.svg +share/icons/breeze-dark/mimetypes/64/text-html.svg +share/icons/breeze-dark/mimetypes/64/text-markdown.svg +share/icons/breeze-dark/mimetypes/64/text-mathml.svg +share/icons/breeze-dark/mimetypes/64/text-plain.svg +share/icons/breeze-dark/mimetypes/64/text-rdf+xml.svg +share/icons/breeze-dark/mimetypes/64/text-rdf.svg +share/icons/breeze-dark/mimetypes/64/text-rtf.svg +share/icons/breeze-dark/mimetypes/64/text-rust.svg +share/icons/breeze-dark/mimetypes/64/text-sgml.svg +share/icons/breeze-dark/mimetypes/64/text-troff.svg +share/icons/breeze-dark/mimetypes/64/text-vcalendar.svg +share/icons/breeze-dark/mimetypes/64/text-vnd.abc.svg +share/icons/breeze-dark/mimetypes/64/text-vnd.trolltech.linguist.svg +share/icons/breeze-dark/mimetypes/64/text-vnd.wap.wml.svg +share/icons/breeze-dark/mimetypes/64/text-wiki.svg +share/icons/breeze-dark/mimetypes/64/text-x-adasrc.svg +share/icons/breeze-dark/mimetypes/64/text-x-apport.svg +share/icons/breeze-dark/mimetypes/64/text-x-authors.svg +share/icons/breeze-dark/mimetypes/64/text-x-bibtex.svg +share/icons/breeze-dark/mimetypes/64/text-x-c++hdr.svg +share/icons/breeze-dark/mimetypes/64/text-x-c++src.svg +share/icons/breeze-dark/mimetypes/64/text-x-changelog.svg +share/icons/breeze-dark/mimetypes/64/text-x-chdr.svg +share/icons/breeze-dark/mimetypes/64/text-x-cmake.svg +share/icons/breeze-dark/mimetypes/64/text-x-copying.svg +share/icons/breeze-dark/mimetypes/64/text-x-credits.svg +share/icons/breeze-dark/mimetypes/64/text-x-csharp.svg +share/icons/breeze-dark/mimetypes/64/text-x-csrc.svg +share/icons/breeze-dark/mimetypes/64/text-x-dtd.svg +share/icons/breeze-dark/mimetypes/64/text-x-generic.svapplication-x-awk.svg +share/icons/breeze-dark/mimetypes/64/text-x-generic.svg +share/icons/breeze-dark/mimetypes/64/text-x-gettext-translation.svg +share/icons/breeze-dark/mimetypes/64/text-x-go.svg +share/icons/breeze-dark/mimetypes/64/text-x-haskell.svg +share/icons/breeze-dark/mimetypes/64/text-x-hex.svg +share/icons/breeze-dark/mimetypes/64/text-x-install.svg +share/icons/breeze-dark/mimetypes/64/text-x-java-source.svg +share/icons/breeze-dark/mimetypes/64/text-x-java.svg +share/icons/breeze-dark/mimetypes/64/text-x-javascript.svg +share/icons/breeze-dark/mimetypes/64/text-x-katefilelist.svg +share/icons/breeze-dark/mimetypes/64/text-x-ldif.svg +share/icons/breeze-dark/mimetypes/64/text-x-lilypond.svg +share/icons/breeze-dark/mimetypes/64/text-x-log.svg +share/icons/breeze-dark/mimetypes/64/text-x-lua.svg +share/icons/breeze-dark/mimetypes/64/text-x-makefile.svg +share/icons/breeze-dark/mimetypes/64/text-x-markdown.svg +share/icons/breeze-dark/mimetypes/64/text-x-nfo.svg +share/icons/breeze-dark/mimetypes/64/text-x-objchdr.svg +share/icons/breeze-dark/mimetypes/64/text-x-objcsrc.svg +share/icons/breeze-dark/mimetypes/64/text-x-opml+xml.svg +share/icons/breeze-dark/mimetypes/64/text-x-opml.svg +share/icons/breeze-dark/mimetypes/64/text-x-pascal.svg +share/icons/breeze-dark/mimetypes/64/text-x-patch.svg +share/icons/breeze-dark/mimetypes/64/text-x-plain.svg +share/icons/breeze-dark/mimetypes/64/text-x-po.svg +share/icons/breeze-dark/mimetypes/64/text-x-python.svg +share/icons/breeze-dark/mimetypes/64/text-x-qml.svg +share/icons/breeze-dark/mimetypes/64/text-x-readme.svg +share/icons/breeze-dark/mimetypes/64/text-x-rpm-spec.svg +share/icons/breeze-dark/mimetypes/64/text-x-rust.svg +share/icons/breeze-dark/mimetypes/64/text-x-scala.svg +share/icons/breeze-dark/mimetypes/64/text-x-script.svg +share/icons/breeze-dark/mimetypes/64/text-x-sql.svg +share/icons/breeze-dark/mimetypes/64/text-x-tcl.svg +share/icons/breeze-dark/mimetypes/64/text-x-tex.svg +share/icons/breeze-dark/mimetypes/64/text-x-texinfo.svg +share/icons/breeze-dark/mimetypes/64/text-x-vcard.svg +share/icons/breeze-dark/mimetypes/64/text-x-xslfo.svg +share/icons/breeze-dark/mimetypes/64/text-xmcd.svg +share/icons/breeze-dark/mimetypes/64/text-xml.svg +share/icons/breeze-dark/mimetypes/64/unknown.svg +share/icons/breeze-dark/mimetypes/64/uri-mms.svg +share/icons/breeze-dark/mimetypes/64/uri-mmst.svg +share/icons/breeze-dark/mimetypes/64/uri-pnm.svg +share/icons/breeze-dark/mimetypes/64/uri-rtspt.svg +share/icons/breeze-dark/mimetypes/64/uri-rtspu.svg +share/icons/breeze-dark/mimetypes/64/video-mlt-playlist.svg +share/icons/breeze-dark/mimetypes/64/video-mp4.svg +share/icons/breeze-dark/mimetypes/64/video-vivo.svg +share/icons/breeze-dark/mimetypes/64/video-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/64/video-wavelet.svg +share/icons/breeze-dark/mimetypes/64/video-webm.svg +share/icons/breeze-dark/mimetypes/64/video-x-anim.svg +share/icons/breeze-dark/mimetypes/64/video-x-flic.svg +share/icons/breeze-dark/mimetypes/64/video-x-generic.svg +share/icons/breeze-dark/mimetypes/64/video-x-google-vlc-plugin.svg +share/icons/breeze-dark/mimetypes/64/video-x-javafx.svg +share/icons/breeze-dark/mimetypes/64/video-x-matroska.svg +share/icons/breeze-dark/mimetypes/64/video-x-mng.svg +share/icons/breeze-dark/mimetypes/64/video-x-ms-wmp.svg +share/icons/breeze-dark/mimetypes/64/video-x-ms-wmv.svg +share/icons/breeze-dark/mimetypes/64/video-x-msvideo.svg +share/icons/breeze-dark/mimetypes/64/video-x-ogm+ogg.svg +share/icons/breeze-dark/mimetypes/64/video-x-theora+ogg.svg +share/icons/breeze-dark/mimetypes/64/video-x-wmv.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-hdd.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-ova.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-ovf.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-vbox-extpack.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-vbox.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-vdi.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-vhd.svg +share/icons/breeze-dark/mimetypes/64/virtualbox-vmdk.svg +share/icons/breeze-dark/mimetypes/64/vnd.ms-publisher.svg +share/icons/breeze-dark/mimetypes/64/x-kde-nsplugin-generated.svg +share/icons/breeze-dark/mimetypes/64/x-mail-distribution-list.svg +share/icons/breeze-dark/mimetypes/64/x-media-podcast.svg +share/icons/breeze-dark/mimetypes/64/x-office-address-book.svg +share/icons/breeze-dark/mimetypes/64/x-office-calendar.svg +share/icons/breeze-dark/mimetypes/64/x-office-contact.svg +share/icons/breeze-dark/mimetypes/64/x-office-document.svg +share/icons/breeze-dark/mimetypes/64/x-office-drawing.svg +share/icons/breeze-dark/mimetypes/64/x-office-presentation.svg +share/icons/breeze-dark/mimetypes/64/x-office-spreadsheet.svg +share/icons/breeze-dark/places/16/bookmarks.svg +share/icons/breeze-dark/places/16/certificate-server.svg +share/icons/breeze-dark/places/16/document-multiple.svg +share/icons/breeze-dark/places/16/favorites.svg +share/icons/breeze-dark/places/16/folder-activities.svg +share/icons/breeze-dark/places/16/folder-add.svg +share/icons/breeze-dark/places/16/folder-black.svg +share/icons/breeze-dark/places/16/folder-blue.svg +share/icons/breeze-dark/places/16/folder-bookmark.svg +share/icons/breeze-dark/places/16/folder-brown.svg +share/icons/breeze-dark/places/16/folder-cloud.svg +share/icons/breeze-dark/places/16/folder-cyan.svg +share/icons/breeze-dark/places/16/folder-development.svg +share/icons/breeze-dark/places/16/folder-documents.svg +share/icons/breeze-dark/places/16/folder-download.svg +share/icons/breeze-dark/places/16/folder-downloads.svg +share/icons/breeze-dark/places/16/folder-dropbox.svg +share/icons/breeze-dark/places/16/folder-favorites.svg +share/icons/breeze-dark/places/16/folder-gdrive.svg +share/icons/breeze-dark/places/16/folder-green.svg +share/icons/breeze-dark/places/16/folder-grey.svg +share/icons/breeze-dark/places/16/folder-html.svg +share/icons/breeze-dark/places/16/folder-image-people.svg +share/icons/breeze-dark/places/16/folder-image.svg +share/icons/breeze-dark/places/16/folder-images.svg +share/icons/breeze-dark/places/16/folder-important.svg +share/icons/breeze-dark/places/16/folder-locked.svg +share/icons/breeze-dark/places/16/folder-magenta.svg +share/icons/breeze-dark/places/16/folder-mail.svg +share/icons/breeze-dark/places/16/folder-music.svg +share/icons/breeze-dark/places/16/folder-network.svg +share/icons/breeze-dark/places/16/folder-onedrive.svg +share/icons/breeze-dark/places/16/folder-open.svg +share/icons/breeze-dark/places/16/folder-orange.svg +share/icons/breeze-dark/places/16/folder-owncloud.svg +share/icons/breeze-dark/places/16/folder-picture.svg +share/icons/breeze-dark/places/16/folder-pictures.svg +share/icons/breeze-dark/places/16/folder-print.svg +share/icons/breeze-dark/places/16/folder-public.svg +share/icons/breeze-dark/places/16/folder-publicshare.svg +share/icons/breeze-dark/places/16/folder-red.svg +share/icons/breeze-dark/places/16/folder-remote.svg +share/icons/breeze-dark/places/16/folder-script.svg +share/icons/breeze-dark/places/16/folder-sound.svg +share/icons/breeze-dark/places/16/folder-tar.svg +share/icons/breeze-dark/places/16/folder-temp.svg +share/icons/breeze-dark/places/16/folder-templates.svg +share/icons/breeze-dark/places/16/folder-text.svg +share/icons/breeze-dark/places/16/folder-txt.svg +share/icons/breeze-dark/places/16/folder-video.svg +share/icons/breeze-dark/places/16/folder-videos.svg +share/icons/breeze-dark/places/16/folder-violet.svg +share/icons/breeze-dark/places/16/folder-yellow.svg +share/icons/breeze-dark/places/16/folder.svg +share/icons/breeze-dark/places/16/folder_html.svg +share/icons/breeze-dark/places/16/mail-folder-inbox.svg +share/icons/breeze-dark/places/16/mail-folder-outbox.svg +share/icons/breeze-dark/places/16/mail-folder-sent.svg +share/icons/breeze-dark/places/16/mail-message.svg +share/icons/breeze-dark/places/16/network-server-database.svg +share/icons/breeze-dark/places/16/network-server.svg +share/icons/breeze-dark/places/16/network-workgroup.svg +share/icons/breeze-dark/places/16/repository.svg +share/icons/breeze-dark/places/16/server-database.svg +share/icons/breeze-dark/places/16/start-here-kde.svg +share/icons/breeze-dark/places/16/stock_folder.svg +share/icons/breeze-dark/places/16/user-desktop.svg +share/icons/breeze-dark/places/16/user-home.svg +share/icons/breeze-dark/places/16/user-identity.svg +share/icons/breeze-dark/places/16/user-trash-full.svg +share/icons/breeze-dark/places/16/user-trash.svg +share/icons/breeze-dark/places/22/bookmarks.svg +share/icons/breeze-dark/places/22/certificate-server.svg +share/icons/breeze-dark/places/22/document-multiple.svg +share/icons/breeze-dark/places/22/favorites.svg +share/icons/breeze-dark/places/22/folder-activities.svg +share/icons/breeze-dark/places/22/folder-add.svg +share/icons/breeze-dark/places/22/folder-black.svg +share/icons/breeze-dark/places/22/folder-blue.svg +share/icons/breeze-dark/places/22/folder-bookmark.svg +share/icons/breeze-dark/places/22/folder-brown.svg +share/icons/breeze-dark/places/22/folder-cloud.svg +share/icons/breeze-dark/places/22/folder-cyan.svg +share/icons/breeze-dark/places/22/folder-development.svg +share/icons/breeze-dark/places/22/folder-documents.svg +share/icons/breeze-dark/places/22/folder-download.svg +share/icons/breeze-dark/places/22/folder-downloads.svg +share/icons/breeze-dark/places/22/folder-dropbox.svg +share/icons/breeze-dark/places/22/folder-favorites.svg +share/icons/breeze-dark/places/22/folder-gdrive.svg +share/icons/breeze-dark/places/22/folder-green.svg +share/icons/breeze-dark/places/22/folder-grey.svg +share/icons/breeze-dark/places/22/folder-html.svg +share/icons/breeze-dark/places/22/folder-image-people.svg +share/icons/breeze-dark/places/22/folder-image.svg +share/icons/breeze-dark/places/22/folder-images.svg +share/icons/breeze-dark/places/22/folder-important.svg +share/icons/breeze-dark/places/22/folder-locked.svg +share/icons/breeze-dark/places/22/folder-magenta.svg +share/icons/breeze-dark/places/22/folder-mail.svg +share/icons/breeze-dark/places/22/folder-music.svg +share/icons/breeze-dark/places/22/folder-network.svg +share/icons/breeze-dark/places/22/folder-onedrive.svg +share/icons/breeze-dark/places/22/folder-open.svg +share/icons/breeze-dark/places/22/folder-orange.svg +share/icons/breeze-dark/places/22/folder-owncloud.svg +share/icons/breeze-dark/places/22/folder-picture.svg +share/icons/breeze-dark/places/22/folder-pictures.svg +share/icons/breeze-dark/places/22/folder-print.svg +share/icons/breeze-dark/places/22/folder-public.svg +share/icons/breeze-dark/places/22/folder-publicshare.svg +share/icons/breeze-dark/places/22/folder-red.svg +share/icons/breeze-dark/places/22/folder-remote.svg +share/icons/breeze-dark/places/22/folder-script.svg +share/icons/breeze-dark/places/22/folder-sound.svg +share/icons/breeze-dark/places/22/folder-tar.svg +share/icons/breeze-dark/places/22/folder-temp.svg +share/icons/breeze-dark/places/22/folder-templates.svg +share/icons/breeze-dark/places/22/folder-text.svg +share/icons/breeze-dark/places/22/folder-txt.svg +share/icons/breeze-dark/places/22/folder-video.svg +share/icons/breeze-dark/places/22/folder-videos.svg +share/icons/breeze-dark/places/22/folder-violet.svg +share/icons/breeze-dark/places/22/folder-yellow.svg +share/icons/breeze-dark/places/22/folder.svg +share/icons/breeze-dark/places/22/folder_html.svg +share/icons/breeze-dark/places/22/mail-folder-inbox.svg +share/icons/breeze-dark/places/22/mail-folder-outbox.svg +share/icons/breeze-dark/places/22/mail-folder-sent.svg +share/icons/breeze-dark/places/22/mail-message.svg +share/icons/breeze-dark/places/22/network-server-database.svg +share/icons/breeze-dark/places/22/network-server.svg +share/icons/breeze-dark/places/22/network-workgroup.svg +share/icons/breeze-dark/places/22/repository.svg +share/icons/breeze-dark/places/22/server-database.svg +share/icons/breeze-dark/places/22/start-here-kde.svg +share/icons/breeze-dark/places/22/stock_folder.svg +share/icons/breeze-dark/places/22/user-desktop.svg +share/icons/breeze-dark/places/22/user-home.svg +share/icons/breeze-dark/places/22/user-identity.svg +share/icons/breeze-dark/places/22/user-trash-full.svg +share/icons/breeze-dark/places/22/user-trash.svg +share/icons/breeze-dark/places/32/bookmarks.svg +share/icons/breeze-dark/places/32/certificate-server.svg +share/icons/breeze-dark/places/32/favorites.svg +share/icons/breeze-dark/places/32/folder-activities.svg +share/icons/breeze-dark/places/32/folder-black.svg +share/icons/breeze-dark/places/32/folder-blue.svg +share/icons/breeze-dark/places/32/folder-bookmark.svg +share/icons/breeze-dark/places/32/folder-brown.svg +share/icons/breeze-dark/places/32/folder-cloud.svg +share/icons/breeze-dark/places/32/folder-cyan.svg +share/icons/breeze-dark/places/32/folder-development.svg +share/icons/breeze-dark/places/32/folder-documents.svg +share/icons/breeze-dark/places/32/folder-download.svg +share/icons/breeze-dark/places/32/folder-downloads.svg +share/icons/breeze-dark/places/32/folder-dropbox.svg +share/icons/breeze-dark/places/32/folder-favorites.svg +share/icons/breeze-dark/places/32/folder-gdrive.svg +share/icons/breeze-dark/places/32/folder-green.svg +share/icons/breeze-dark/places/32/folder-grey.svg +share/icons/breeze-dark/places/32/folder-html.svg +share/icons/breeze-dark/places/32/folder-image-people.svg +share/icons/breeze-dark/places/32/folder-image.svg +share/icons/breeze-dark/places/32/folder-images.svg +share/icons/breeze-dark/places/32/folder-important.svg +share/icons/breeze-dark/places/32/folder-locked.svg +share/icons/breeze-dark/places/32/folder-magenta.svg +share/icons/breeze-dark/places/32/folder-mail.svg +share/icons/breeze-dark/places/32/folder-music.svg +share/icons/breeze-dark/places/32/folder-network.svg +share/icons/breeze-dark/places/32/folder-onedrive.svg +share/icons/breeze-dark/places/32/folder-open.svg +share/icons/breeze-dark/places/32/folder-orange.svg +share/icons/breeze-dark/places/32/folder-owncloud.svg +share/icons/breeze-dark/places/32/folder-picture.svg +share/icons/breeze-dark/places/32/folder-pictures.svg +share/icons/breeze-dark/places/32/folder-print.svg +share/icons/breeze-dark/places/32/folder-public.svg +share/icons/breeze-dark/places/32/folder-publicshare.svg +share/icons/breeze-dark/places/32/folder-red.svg +share/icons/breeze-dark/places/32/folder-remote.svg +share/icons/breeze-dark/places/32/folder-script.svg +share/icons/breeze-dark/places/32/folder-sound.svg +share/icons/breeze-dark/places/32/folder-tar.svg +share/icons/breeze-dark/places/32/folder-temp.svg +share/icons/breeze-dark/places/32/folder-templates.svg +share/icons/breeze-dark/places/32/folder-text.svg +share/icons/breeze-dark/places/32/folder-txt.svg +share/icons/breeze-dark/places/32/folder-video.svg +share/icons/breeze-dark/places/32/folder-videos.svg +share/icons/breeze-dark/places/32/folder-violet.svg +share/icons/breeze-dark/places/32/folder-yellow.svg +share/icons/breeze-dark/places/32/folder.svg +share/icons/breeze-dark/places/32/folder_html.svg +share/icons/breeze-dark/places/32/library-music.svg +share/icons/breeze-dark/places/32/network-server.svg +share/icons/breeze-dark/places/32/network-workgroup.svg +share/icons/breeze-dark/places/32/stock_folder.svg +share/icons/breeze-dark/places/32/user-desktop.svg +share/icons/breeze-dark/places/32/user-home.svg +share/icons/breeze-dark/places/32/user-trash-full.svg +share/icons/breeze-dark/places/32/user-trash.svg +share/icons/breeze-dark/places/64/bookmarks.svg +share/icons/breeze-dark/places/64/certificate-server.svg +share/icons/breeze-dark/places/64/favorites.svg +share/icons/breeze-dark/places/64/folder-activities.svg +share/icons/breeze-dark/places/64/folder-black.svg +share/icons/breeze-dark/places/64/folder-blue.svg +share/icons/breeze-dark/places/64/folder-bookmark.svg +share/icons/breeze-dark/places/64/folder-brown.svg +share/icons/breeze-dark/places/64/folder-cloud.svg +share/icons/breeze-dark/places/64/folder-cyan.svg +share/icons/breeze-dark/places/64/folder-development.svg +share/icons/breeze-dark/places/64/folder-documents.svg +share/icons/breeze-dark/places/64/folder-download.svg +share/icons/breeze-dark/places/64/folder-downloads.svg +share/icons/breeze-dark/places/64/folder-dropbox.svg +share/icons/breeze-dark/places/64/folder-favorites.svg +share/icons/breeze-dark/places/64/folder-gdrive.svg +share/icons/breeze-dark/places/64/folder-green.svg +share/icons/breeze-dark/places/64/folder-grey.svg +share/icons/breeze-dark/places/64/folder-html.svg +share/icons/breeze-dark/places/64/folder-image-people.svg +share/icons/breeze-dark/places/64/folder-image.svg +share/icons/breeze-dark/places/64/folder-images.svg +share/icons/breeze-dark/places/64/folder-important.svg +share/icons/breeze-dark/places/64/folder-locked.svg +share/icons/breeze-dark/places/64/folder-magenta.svg +share/icons/breeze-dark/places/64/folder-mail.svg +share/icons/breeze-dark/places/64/folder-music.svg +share/icons/breeze-dark/places/64/folder-network.svg +share/icons/breeze-dark/places/64/folder-onedrive.svg +share/icons/breeze-dark/places/64/folder-open.svg +share/icons/breeze-dark/places/64/folder-orange.svg +share/icons/breeze-dark/places/64/folder-owncloud.svg +share/icons/breeze-dark/places/64/folder-picture.svg +share/icons/breeze-dark/places/64/folder-pictures.svg +share/icons/breeze-dark/places/64/folder-print.svg +share/icons/breeze-dark/places/64/folder-public.svg +share/icons/breeze-dark/places/64/folder-publicshare.svg +share/icons/breeze-dark/places/64/folder-red.svg +share/icons/breeze-dark/places/64/folder-remote.svg +share/icons/breeze-dark/places/64/folder-script.svg +share/icons/breeze-dark/places/64/folder-sound.svg +share/icons/breeze-dark/places/64/folder-tar.svg +share/icons/breeze-dark/places/64/folder-temp.svg +share/icons/breeze-dark/places/64/folder-templates.svg +share/icons/breeze-dark/places/64/folder-text.svg +share/icons/breeze-dark/places/64/folder-txt.svg +share/icons/breeze-dark/places/64/folder-video.svg +share/icons/breeze-dark/places/64/folder-videos.svg +share/icons/breeze-dark/places/64/folder-violet.svg +share/icons/breeze-dark/places/64/folder-yellow.svg +share/icons/breeze-dark/places/64/folder.svg +share/icons/breeze-dark/places/64/folder_html.svg +share/icons/breeze-dark/places/64/library-music.svg +share/icons/breeze-dark/places/64/network-server.svg +share/icons/breeze-dark/places/64/network-workgroup.svg +share/icons/breeze-dark/places/64/start-here-kde.svg +share/icons/breeze-dark/places/64/stock_folder.svg +share/icons/breeze-dark/places/64/user-desktop.svg +share/icons/breeze-dark/places/64/user-home.svg +share/icons/breeze-dark/places/64/user-trash-full.svg +share/icons/breeze-dark/places/64/user-trash.svg +share/icons/breeze-dark/status/16/audio-off.svg +share/icons/breeze-dark/status/16/audio-on.svg +share/icons/breeze-dark/status/16/audio-ready.svg +share/icons/breeze-dark/status/16/camera-off.svg +share/icons/breeze-dark/status/16/camera-on.svg +share/icons/breeze-dark/status/16/camera-ready.svg +share/icons/breeze-dark/status/16/cloudstatus.svg +share/icons/breeze-dark/status/16/dialog-information.svg +share/icons/breeze-dark/status/16/dropboxstatus-busy.svg +share/icons/breeze-dark/status/16/dropboxstatus-busy2.svg +share/icons/breeze-dark/status/16/dropboxstatus-idle.svg +share/icons/breeze-dark/status/16/dropboxstatus-logo.svg +share/icons/breeze-dark/status/16/dropboxstatus-x.svg +share/icons/breeze-dark/status/16/input-caps-on.svg +share/icons/breeze-dark/status/16/irc-channel-joined.svg +share/icons/breeze-dark/status/16/irc-channel-parted.svg +share/icons/breeze-dark/status/16/kdeconnect-tray.svg +share/icons/breeze-dark/status/16/mic-off.svg +share/icons/breeze-dark/status/16/mic-on.svg +share/icons/breeze-dark/status/16/mic-ready.svg +share/icons/breeze-dark/status/16/state-download.svg +share/icons/breeze-dark/status/16/state-error.svg +share/icons/breeze-dark/status/16/state-information.svg +share/icons/breeze-dark/status/16/state-offline.svg +share/icons/breeze-dark/status/16/state-ok.svg +share/icons/breeze-dark/status/16/state-pause.svg +share/icons/breeze-dark/status/16/state-sync.svg +share/icons/breeze-dark/status/16/state-warning.svg +share/icons/breeze-dark/status/16/user-available.svg +share/icons/breeze-dark/status/16/user-away-extended.svg +share/icons/breeze-dark/status/16/user-away.svg +share/icons/breeze-dark/status/16/user-busy.svg +share/icons/breeze-dark/status/16/user-idle.svg +share/icons/breeze-dark/status/16/user-invisible.svg +share/icons/breeze-dark/status/16/user-offline.svg +share/icons/breeze-dark/status/16/user-online.svg +share/icons/breeze-dark/status/22/audio-ready.svg +share/icons/breeze-dark/status/22/audio-volume-high.svg +share/icons/breeze-dark/status/22/audio-volume-low.svg +share/icons/breeze-dark/status/22/audio-volume-medium.svg +share/icons/breeze-dark/status/22/audio-volume-muted.svg +share/icons/breeze-dark/status/22/camera-off.svg +share/icons/breeze-dark/status/22/camera-on.svg +share/icons/breeze-dark/status/22/camera-ready.svg +share/icons/breeze-dark/status/22/cloudstatus.svg +share/icons/breeze-dark/status/22/dialog-information.svg +share/icons/breeze-dark/status/22/dropboxstatus-busy.svg +share/icons/breeze-dark/status/22/dropboxstatus-busy2.svg +share/icons/breeze-dark/status/22/dropboxstatus-idle.svg +share/icons/breeze-dark/status/22/dropboxstatus-logo.svg +share/icons/breeze-dark/status/22/dropboxstatus-x.svg +share/icons/breeze-dark/status/22/input-caps-on.svg +share/icons/breeze-dark/status/22/input-keyboard-virtual-off.svg +share/icons/breeze-dark/status/22/input-keyboard-virtual-on.svg +share/icons/breeze-dark/status/22/input-touchpad-off.svg +share/icons/breeze-dark/status/22/input-touchpad-on.svg +share/icons/breeze-dark/status/22/irc-channel-joined.svg +share/icons/breeze-dark/status/22/irc-channel-parted.svg +share/icons/breeze-dark/status/22/kdeconnect-tray.svg +share/icons/breeze-dark/status/22/mic-off.svg +share/icons/breeze-dark/status/22/mic-on.svg +share/icons/breeze-dark/status/22/mic-ready.svg +share/icons/breeze-dark/status/22/microphone-sensitivity-high.svg +share/icons/breeze-dark/status/22/microphone-sensitivity-low.svg +share/icons/breeze-dark/status/22/microphone-sensitivity-medium.svg +share/icons/breeze-dark/status/22/microphone-sensitivity-muted.svg +share/icons/breeze-dark/status/22/process-working.svg +share/icons/breeze-dark/status/22/script-error.svg +share/icons/breeze-dark/status/22/security-high.svg +share/icons/breeze-dark/status/22/security-low.svg +share/icons/breeze-dark/status/22/security-medium.svg +share/icons/breeze-dark/status/22/state-download.svg +share/icons/breeze-dark/status/22/state-error.svg +share/icons/breeze-dark/status/22/state-information.svg +share/icons/breeze-dark/status/22/state-offline.svg +share/icons/breeze-dark/status/22/state-ok.svg +share/icons/breeze-dark/status/22/state-pause.svg +share/icons/breeze-dark/status/22/state-sync.svg +share/icons/breeze-dark/status/22/state-warning.svg +share/icons/breeze-dark/status/22/update-high.svg +share/icons/breeze-dark/status/22/update-low.svg +share/icons/breeze-dark/status/22/update-medium.svg +share/icons/breeze-dark/status/22/update-none.svg +share/icons/breeze-dark/status/22/user-available.svg +share/icons/breeze-dark/status/22/user-away-extended.svg +share/icons/breeze-dark/status/22/user-away.svg +share/icons/breeze-dark/status/22/user-busy.svg +share/icons/breeze-dark/status/22/user-idle.svg +share/icons/breeze-dark/status/22/user-invisible.svg +share/icons/breeze-dark/status/22/user-offline.svg +share/icons/breeze-dark/status/22/user-online.svg +share/icons/breeze-dark/status/24/dialog-information.svg +share/icons/breeze-dark/status/64/dialog-error.svg +share/icons/breeze-dark/status/64/dialog-information.svg +share/icons/breeze-dark/status/64/dialog-password.svg +share/icons/breeze-dark/status/64/dialog-question.svg +share/icons/breeze-dark/status/64/dialog-warning.svg +share/icons/breeze-dark/status/64/security-high.svg +share/icons/breeze-dark/status/64/security-low.svg +share/icons/breeze-dark/status/64/security-medium.svg +share/icons/breeze/actions/12/object-fill.svg +share/icons/breeze/actions/12/object-stroke-style.svg +share/icons/breeze/actions/12/object-stroke.svg +share/icons/breeze/actions/12/transform-affect-gradient.svg +share/icons/breeze/actions/12/transform-affect-pattern.svg +share/icons/breeze/actions/12/transform-affect-rounded-corners.svg +share/icons/breeze/actions/12/transform-affect-stroke.svg +share/icons/breeze/actions/16/CVnamespace.svg +share/icons/breeze/actions/16/Info-amarok.svg +share/icons/breeze/actions/16/PrePostCondition.svg +share/icons/breeze/actions/16/accept_signal.svg +share/icons/breeze/actions/16/accept_time_event.svg +share/icons/breeze/actions/16/acrobat.svg +share/icons/breeze/actions/16/action-albumfolder-importdir2.svg +share/icons/breeze/actions/16/action-rss_tag.svg +share/icons/breeze/actions/16/activity-fork.svg +share/icons/breeze/actions/16/actor.svg +share/icons/breeze/actions/16/add-placemark.svg +share/icons/breeze/actions/16/address-book-new.svg +share/icons/breeze/actions/16/addressbook-details.svg +share/icons/breeze/actions/16/adress-book-new.svg +share/icons/breeze/actions/16/aggregation.svg +share/icons/breeze/actions/16/akonadi-phone-home.svg +share/icons/breeze/actions/16/albumfolder-importdir.svg +share/icons/breeze/actions/16/albumfolder-importimages.svg +share/icons/breeze/actions/16/albumfolder-new.svg +share/icons/breeze/actions/16/albumfolder-properties.svg +share/icons/breeze/actions/16/albumfolder-user-trash.svg +share/icons/breeze/actions/16/align-horizontal-baseline.svg +share/icons/breeze/actions/16/align-horizontal-bottom-out.svg +share/icons/breeze/actions/16/align-horizontal-center.svg +share/icons/breeze/actions/16/align-horizontal-left-out.svg +share/icons/breeze/actions/16/align-horizontal-left-to-anchor.svg +share/icons/breeze/actions/16/align-horizontal-left.svg +share/icons/breeze/actions/16/align-horizontal-right-out.svg +share/icons/breeze/actions/16/align-horizontal-right-to-anchor.svg +share/icons/breeze/actions/16/align-horizontal-right.svg +share/icons/breeze/actions/16/align-horizontal-top-out.svg +share/icons/breeze/actions/16/align-vertical-baseline.svg +share/icons/breeze/actions/16/align-vertical-bottom-out.svg +share/icons/breeze/actions/16/align-vertical-bottom-to-anchor.svg +share/icons/breeze/actions/16/align-vertical-bottom.svg +share/icons/breeze/actions/16/align-vertical-center.svg +share/icons/breeze/actions/16/align-vertical-top-out.svg +share/icons/breeze/actions/16/align-vertical-top-to-anchor.svg +share/icons/breeze/actions/16/align-vertical-top.svg +share/icons/breeze/actions/16/amarok_artist.svg +share/icons/breeze/actions/16/amarok_cart_add.svg +share/icons/breeze/actions/16/amarok_cart_remove.svg +share/icons/breeze/actions/16/amarok_cart_view.svg +share/icons/breeze/actions/16/amarok_change_language.svg +share/icons/breeze/actions/16/amarok_clock.svg +share/icons/breeze/actions/16/amarok_lyrics.svg +share/icons/breeze/actions/16/amarok_playcount.svg +share/icons/breeze/actions/16/amarok_playlist.svg +share/icons/breeze/actions/16/amarok_playlist_refresh.svg +share/icons/breeze/actions/16/amarok_scripts.svg +share/icons/breeze/actions/16/anchor.svg +share/icons/breeze/actions/16/answer-correct.svg +share/icons/breeze/actions/16/answer.svg +share/icons/breeze/actions/16/application-exit.svg +share/icons/breeze/actions/16/application-menu.svg +share/icons/breeze/actions/16/appointment-new.svg +share/icons/breeze/actions/16/approved.svg +share/icons/breeze/actions/16/archive-extract.svg +share/icons/breeze/actions/16/archive-insert-directory.svg +share/icons/breeze/actions/16/archive-insert.svg +share/icons/breeze/actions/16/archive-remove.svg +share/icons/breeze/actions/16/arrow-down-double.svg +share/icons/breeze/actions/16/arrow-down.svg +share/icons/breeze/actions/16/arrow-left-double.svg +share/icons/breeze/actions/16/arrow-left.svg +share/icons/breeze/actions/16/arrow-right-double.svg +share/icons/breeze/actions/16/arrow-right.svg +share/icons/breeze/actions/16/arrow-up-double.svg +share/icons/breeze/actions/16/arrow-up.svg +share/icons/breeze/actions/16/arrow.svg +share/icons/breeze/actions/16/artifact.svg +share/icons/breeze/actions/16/association.svg +share/icons/breeze/actions/16/atmosphere.svg +share/icons/breeze/actions/16/autocorrection.svg +share/icons/breeze/actions/16/automated-tasks.svg +share/icons/breeze/actions/16/bitmap-trace.svg +share/icons/breeze/actions/16/bookmark-add-folder.svg +share/icons/breeze/actions/16/bookmark-edit.svg +share/icons/breeze/actions/16/bookmark-new-list.svg +share/icons/breeze/actions/16/bookmark-new.svg +share/icons/breeze/actions/16/bookmark-remove.svg +share/icons/breeze/actions/16/bookmark-toolbar.svg +share/icons/breeze/actions/16/bookmarks-organize.svg +share/icons/breeze/actions/16/bookmarks.svg +share/icons/breeze/actions/16/bordertool.svg +share/icons/breeze/actions/16/box.svg +share/icons/breeze/actions/16/bqm-add.svg +share/icons/breeze/actions/16/bqm-addqueue.svg +share/icons/breeze/actions/16/bqm-commit.svg +share/icons/breeze/actions/16/bqm-diff.svg +share/icons/breeze/actions/16/bqm-remove.svg +share/icons/breeze/actions/16/bqm-rmqueue.svg +share/icons/breeze/actions/16/bqm-update.svg +share/icons/breeze/actions/16/branch.svg +share/icons/breeze/actions/16/call-start.svg +share/icons/breeze/actions/16/call-stop.svg +share/icons/breeze/actions/16/cards-block.svg +share/icons/breeze/actions/16/category.svg +share/icons/breeze/actions/16/category2parent.svg +share/icons/breeze/actions/16/character-set.svg +share/icons/breeze/actions/16/check_constraint.svg +share/icons/breeze/actions/16/checkbox.svg +share/icons/breeze/actions/16/checkmark.svg +share/icons/breeze/actions/16/child2category.svg +share/icons/breeze/actions/16/choice-rhomb.svg +share/icons/breeze/actions/16/choice-round.svg +share/icons/breeze/actions/16/chronometer-lap.svg +share/icons/breeze/actions/16/chronometer-pause.svg +share/icons/breeze/actions/16/chronometer-reset.svg +share/icons/breeze/actions/16/chronometer-start.svg +share/icons/breeze/actions/16/chronometer.svg +share/icons/breeze/actions/16/class-or-package.svg +share/icons/breeze/actions/16/class.svg +share/icons/breeze/actions/16/clock-large.svg +share/icons/breeze/actions/16/clock.svg +share/icons/breeze/actions/16/cloud-download.svg +share/icons/breeze/actions/16/cloud-upload.svg +share/icons/breeze/actions/16/code-block.svg +share/icons/breeze/actions/16/code-class.svg +share/icons/breeze/actions/16/code-context.svg +share/icons/breeze/actions/16/code-function.svg +share/icons/breeze/actions/16/code-typedef.svg +share/icons/breeze/actions/16/code-variable.svg +share/icons/breeze/actions/16/collection-rescan-amarok.svg +share/icons/breeze/actions/16/color-fill.svg +share/icons/breeze/actions/16/color-gradient.svg +share/icons/breeze/actions/16/color-management.svg +share/icons/breeze/actions/16/color-picker-black.svg +share/icons/breeze/actions/16/color-picker-grey.svg +share/icons/breeze/actions/16/color-picker-white.svg +share/icons/breeze/actions/16/color-picker.svg +share/icons/breeze/actions/16/colormanagement.svg +share/icons/breeze/actions/16/colors-chromablue.svg +share/icons/breeze/actions/16/colors-chromagreen.svg +share/icons/breeze/actions/16/colors-chromared.svg +share/icons/breeze/actions/16/colors-luma.svg +share/icons/breeze/actions/16/combined_fragment.svg +share/icons/breeze/actions/16/compass.svg +share/icons/breeze/actions/16/component.svg +share/icons/breeze/actions/16/composition.svg +share/icons/breeze/actions/16/configure-shortcuts.svg +share/icons/breeze/actions/16/configure-toolbars.svg +share/icons/breeze/actions/16/configure.svg +share/icons/breeze/actions/16/contact-new.svg +share/icons/breeze/actions/16/containment.svg +share/icons/breeze/actions/16/crosshairs.svg +share/icons/breeze/actions/16/cursor-arrow.svg +share/icons/breeze/actions/16/curve-connector.svg +share/icons/breeze/actions/16/dashboard-show.svg +share/icons/breeze/actions/16/database-index.svg +share/icons/breeze/actions/16/datatype.svg +share/icons/breeze/actions/16/debug-execute-from-cursor.svg +share/icons/breeze/actions/16/debug-execute-to-cursor.svg +share/icons/breeze/actions/16/debug-run-cursor.svg +share/icons/breeze/actions/16/debug-run.svg +share/icons/breeze/actions/16/debug-step-instruction.svg +share/icons/breeze/actions/16/debug-step-into-instruction.svg +share/icons/breeze/actions/16/debug-step-into.svg +share/icons/breeze/actions/16/debug-step-out.svg +share/icons/breeze/actions/16/debug-step-over.svg +share/icons/breeze/actions/16/deep-history.svg +share/icons/breeze/actions/16/delete-comment.svg +share/icons/breeze/actions/16/delete-table-row.svg +share/icons/breeze/actions/16/dependency.svg +share/icons/breeze/actions/16/diag_class.svg +share/icons/breeze/actions/16/dialog-align-and-distribute.svg +share/icons/breeze/actions/16/dialog-cancel.svg +share/icons/breeze/actions/16/dialog-close.svg +share/icons/breeze/actions/16/dialog-fill-and-stroke.svg +share/icons/breeze/actions/16/dialog-filters.svg +share/icons/breeze/actions/16/dialog-icon-preview.svg +share/icons/breeze/actions/16/dialog-input-devices.svg +share/icons/breeze/actions/16/dialog-layers.svg +share/icons/breeze/actions/16/dialog-memory.svg +share/icons/breeze/actions/16/dialog-messages.svg +share/icons/breeze/actions/16/dialog-object-properties.svg +share/icons/breeze/actions/16/dialog-ok-apply.svg +share/icons/breeze/actions/16/dialog-ok.svg +share/icons/breeze/actions/16/dialog-rows-and-columns.svg +share/icons/breeze/actions/16/dialog-scripts.svg +share/icons/breeze/actions/16/dialog-text-and-font.svg +share/icons/breeze/actions/16/dialog-tile-clones.svg +share/icons/breeze/actions/16/dialog-transform.svg +share/icons/breeze/actions/16/dialog-xml-editor.svg +share/icons/breeze/actions/16/dirsync.svg +share/icons/breeze/actions/16/distribute-horizontal-baseline.svg +share/icons/breeze/actions/16/distribute-horizontal-center.svg +share/icons/breeze/actions/16/distribute-horizontal-equal.svg +share/icons/breeze/actions/16/distribute-horizontal-gaps.svg +share/icons/breeze/actions/16/distribute-horizontal-left.svg +share/icons/breeze/actions/16/distribute-horizontal-margin.svg +share/icons/breeze/actions/16/distribute-horizontal-page.svg +share/icons/breeze/actions/16/distribute-horizontal-right.svg +share/icons/breeze/actions/16/distribute-horizontal-x.svg +share/icons/breeze/actions/16/distribute-horizontal.svg +share/icons/breeze/actions/16/distribute-vertical-baseline.svg +share/icons/breeze/actions/16/distribute-vertical-bottom.svg +share/icons/breeze/actions/16/distribute-vertical-center.svg +share/icons/breeze/actions/16/distribute-vertical-equal.svg +share/icons/breeze/actions/16/distribute-vertical-gaps.svg +share/icons/breeze/actions/16/distribute-vertical-margin.svg +share/icons/breeze/actions/16/distribute-vertical-page.svg +share/icons/breeze/actions/16/distribute-vertical-top.svg +share/icons/breeze/actions/16/distribute-vertical-y.svg +share/icons/breeze/actions/16/distribute-vertical.svg +share/icons/breeze/actions/16/document-cleanup.svg +share/icons/breeze/actions/16/document-close.svg +share/icons/breeze/actions/16/document-decrypt.svg +share/icons/breeze/actions/16/document-edit-decrypt-verify.svg +share/icons/breeze/actions/16/document-edit-decrypt.svg +share/icons/breeze/actions/16/document-edit-encrypt.svg +share/icons/breeze/actions/16/document-edit-sign-encrypt.svg +share/icons/breeze/actions/16/document-edit-sign.svg +share/icons/breeze/actions/16/document-edit-verify.svg +share/icons/breeze/actions/16/document-edit.svg +share/icons/breeze/actions/16/document-encrypt.svg +share/icons/breeze/actions/16/document-encrypted.svg +share/icons/breeze/actions/16/document-export-ocal.svg +share/icons/breeze/actions/16/document-export-table.svg +share/icons/breeze/actions/16/document-export.svg +share/icons/breeze/actions/16/document-import-ocal.svg +share/icons/breeze/actions/16/document-import.svg +share/icons/breeze/actions/16/document-multiple.svg +share/icons/breeze/actions/16/document-new-from-template.svg +share/icons/breeze/actions/16/document-new.svg +share/icons/breeze/actions/16/document-open-data.svg +share/icons/breeze/actions/16/document-open-folder.svg +share/icons/breeze/actions/16/document-open-recent.svg +share/icons/breeze/actions/16/document-open-remote.svg +share/icons/breeze/actions/16/document-open.svg +share/icons/breeze/actions/16/document-preview-archive.svg +share/icons/breeze/actions/16/document-preview.svg +share/icons/breeze/actions/16/document-print-direct.svg +share/icons/breeze/actions/16/document-print-frame.svg +share/icons/breeze/actions/16/document-print-preview.svg +share/icons/breeze/actions/16/document-print.svg +share/icons/breeze/actions/16/document-properties.svg +share/icons/breeze/actions/16/document-revert.svg +share/icons/breeze/actions/16/document-save-all.svg +share/icons/breeze/actions/16/document-save-as.svg +share/icons/breeze/actions/16/document-save.svg +share/icons/breeze/actions/16/document-share.svg +share/icons/breeze/actions/16/document-sign.svg +share/icons/breeze/actions/16/document-swap.svg +share/icons/breeze/actions/16/documentation.svg +share/icons/breeze/actions/16/documentinfo.svg +share/icons/breeze/actions/16/download-amarok.svg +share/icons/breeze/actions/16/download-later.svg +share/icons/breeze/actions/16/download.svg +share/icons/breeze/actions/16/draw-arrow-back.svg +share/icons/breeze/actions/16/draw-arrow-down.svg +share/icons/breeze/actions/16/draw-arrow-forward.svg +share/icons/breeze/actions/16/draw-arrow-up.svg +share/icons/breeze/actions/16/draw-bezier-curves.svg +share/icons/breeze/actions/16/draw-brush.svg +share/icons/breeze/actions/16/draw-circle.svg +share/icons/breeze/actions/16/draw-connector.svg +share/icons/breeze/actions/16/draw-cross.svg +share/icons/breeze/actions/16/draw-cuboid.svg +share/icons/breeze/actions/16/draw-donut.svg +share/icons/breeze/actions/16/draw-ellipse-arc.svg +share/icons/breeze/actions/16/draw-ellipse-segment.svg +share/icons/breeze/actions/16/draw-ellipse-whole.svg +share/icons/breeze/actions/16/draw-ellipse.svg +share/icons/breeze/actions/16/draw-eraser-delete-objects.svg +share/icons/breeze/actions/16/draw-eraser.svg +share/icons/breeze/actions/16/draw-freehand.svg +share/icons/breeze/actions/16/draw-halfcircle1.svg +share/icons/breeze/actions/16/draw-halfcircle2.svg +share/icons/breeze/actions/16/draw-halfcircle3.svg +share/icons/breeze/actions/16/draw-halfcircle4.svg +share/icons/breeze/actions/16/draw-line.svg +share/icons/breeze/actions/16/draw-path.svg +share/icons/breeze/actions/16/draw-polygon-star.svg +share/icons/breeze/actions/16/draw-polygon.svg +share/icons/breeze/actions/16/draw-polyline.svg +share/icons/breeze/actions/16/draw-rectangle.svg +share/icons/breeze/actions/16/draw-spiral.svg +share/icons/breeze/actions/16/draw-square-inverted-corners.svg +share/icons/breeze/actions/16/draw-star.svg +share/icons/breeze/actions/16/draw-text.svg +share/icons/breeze/actions/16/draw-triangle.svg +share/icons/breeze/actions/16/draw-triangle1.svg +share/icons/breeze/actions/16/draw-triangle2.svg +share/icons/breeze/actions/16/draw-triangle3.svg +share/icons/breeze/actions/16/draw-triangle4.svg +share/icons/breeze/actions/16/draw-watercolor.svg +share/icons/breeze/actions/16/dynamic-amarok.svg +share/icons/breeze/actions/16/edit-bomb.svg +share/icons/breeze/actions/16/edit-clear-history.svg +share/icons/breeze/actions/16/edit-clear-list.svg +share/icons/breeze/actions/16/edit-clear-locationbar-ltr.svg +share/icons/breeze/actions/16/edit-clear-locationbar-rtl.svg +share/icons/breeze/actions/16/edit-clear.svg +share/icons/breeze/actions/16/edit-clone-unlink.svg +share/icons/breeze/actions/16/edit-clone.svg +share/icons/breeze/actions/16/edit-comment.svg +share/icons/breeze/actions/16/edit-copy.svg +share/icons/breeze/actions/16/edit-cut.svg +share/icons/breeze/actions/16/edit-delete-shred.svg +share/icons/breeze/actions/16/edit-delete.svg +share/icons/breeze/actions/16/edit-download.svg +share/icons/breeze/actions/16/edit-duplicate.svg +share/icons/breeze/actions/16/edit-entry.svg +share/icons/breeze/actions/16/edit-find-mail.svg +share/icons/breeze/actions/16/edit-find-project.svg +share/icons/breeze/actions/16/edit-find-replace.svg +share/icons/breeze/actions/16/edit-find-user.svg +share/icons/breeze/actions/16/edit-find.svg +share/icons/breeze/actions/16/edit-guides.svg +share/icons/breeze/actions/16/edit-image-face-add.svg +share/icons/breeze/actions/16/edit-image-face-detect.svg +share/icons/breeze/actions/16/edit-image-face-recognize.svg +share/icons/breeze/actions/16/edit-image-face-show.svg +share/icons/breeze/actions/16/edit-link.svg +share/icons/breeze/actions/16/edit-map.svg +share/icons/breeze/actions/16/edit-node.svg +share/icons/breeze/actions/16/edit-paste-in-place.svg +share/icons/breeze/actions/16/edit-paste-style.svg +share/icons/breeze/actions/16/edit-paste.svg +share/icons/breeze/actions/16/edit-redo.svg +share/icons/breeze/actions/16/edit-rename.svg +share/icons/breeze/actions/16/edit-select-all-layers.svg +share/icons/breeze/actions/16/edit-select-all.svg +share/icons/breeze/actions/16/edit-select-invert.svg +share/icons/breeze/actions/16/edit-select-none.svg +share/icons/breeze/actions/16/edit-select-original.svg +share/icons/breeze/actions/16/edit-select.svg +share/icons/breeze/actions/16/edit-table-cell-merge.svg +share/icons/breeze/actions/16/edit-table-cell-split.svg +share/icons/breeze/actions/16/edit-table-delete-column.svg +share/icons/breeze/actions/16/edit-table-delete-row.svg +share/icons/breeze/actions/16/edit-table-insert-column-left.svg +share/icons/breeze/actions/16/edit-table-insert-column-right.svg +share/icons/breeze/actions/16/edit-table-insert-row-above.svg +share/icons/breeze/actions/16/edit-table-insert-row-below.svg +share/icons/breeze/actions/16/edit-table-insert-row-under.svg +share/icons/breeze/actions/16/edit-text-frame-update.svg +share/icons/breeze/actions/16/edit-undo-history.svg +share/icons/breeze/actions/16/edit-undo.svg +share/icons/breeze/actions/16/editimage.svg +share/icons/breeze/actions/16/editor.svg +share/icons/breeze/actions/16/end_of_life.svg +share/icons/breeze/actions/16/end_state.svg +share/icons/breeze/actions/16/entity.svg +share/icons/breeze/actions/16/entry-clone.svg +share/icons/breeze/actions/16/entry-delete.svg +share/icons/breeze/actions/16/entry-edit.svg +share/icons/breeze/actions/16/enum.svg +share/icons/breeze/actions/16/error.svg +share/icons/breeze/actions/16/escape-direction-all.svg +share/icons/breeze/actions/16/escape-direction-down.svg +share/icons/breeze/actions/16/escape-direction-horizontal.svg +share/icons/breeze/actions/16/escape-direction-left.svg +share/icons/breeze/actions/16/escape-direction-right.svg +share/icons/breeze/actions/16/escape-direction-up.svg +share/icons/breeze/actions/16/escape-direction-vertical.svg +share/icons/breeze/actions/16/exception.svg +share/icons/breeze/actions/16/exifinfo.svg +share/icons/breeze/actions/16/favorite-genres-amarok.svg +share/icons/breeze/actions/16/feed-subscribe.svg +share/icons/breeze/actions/16/file-zoom-in.svg +share/icons/breeze/actions/16/file-zoom-out.svg +share/icons/breeze/actions/16/filename-album-amarok.svg +share/icons/breeze/actions/16/filename-and-amarok.svg +share/icons/breeze/actions/16/filename-bpm-amarok.svg +share/icons/breeze/actions/16/filename-comment-amarok.svg +share/icons/breeze/actions/16/filename-composer-amarok.svg +share/icons/breeze/actions/16/filename-dash-amarok.svg +share/icons/breeze/actions/16/filename-discnumber-amarok.svg +share/icons/breeze/actions/16/filename-divider.svg +share/icons/breeze/actions/16/filename-dot-amarok.svg +share/icons/breeze/actions/16/filename-filetype-amarok.svg +share/icons/breeze/actions/16/filename-genre-amarok.svg +share/icons/breeze/actions/16/filename-group-length.svg +share/icons/breeze/actions/16/filename-group-tracks.svg +share/icons/breeze/actions/16/filename-ignore-amarok.svg +share/icons/breeze/actions/16/filename-initial-amarok.svg +share/icons/breeze/actions/16/filename-last-played.svg +share/icons/breeze/actions/16/filename-moodbar.svg +share/icons/breeze/actions/16/filename-sample-rate.svg +share/icons/breeze/actions/16/filename-slash-amarok.svg +share/icons/breeze/actions/16/filename-space-amarok.svg +share/icons/breeze/actions/16/filename-title-amarok.svg +share/icons/breeze/actions/16/filename-track-amarok.svg +share/icons/breeze/actions/16/filename-underscore-amarok.svg +share/icons/breeze/actions/16/filename-year-amarok.svg +share/icons/breeze/actions/16/fileview-preview.svg +share/icons/breeze/actions/16/fill-color.svg +share/icons/breeze/actions/16/fill-rule-even-odd.svg +share/icons/breeze/actions/16/fill-rule-nonzero.svg +share/icons/breeze/actions/16/final_activity.svg +share/icons/breeze/actions/16/flag-black.svg +share/icons/breeze/actions/16/flag-blue.svg +share/icons/breeze/actions/16/flag-green.svg +share/icons/breeze/actions/16/flag-red.svg +share/icons/breeze/actions/16/flag-yellow.svg +share/icons/breeze/actions/16/flag.svg +share/icons/breeze/actions/16/flash.svg +share/icons/breeze/actions/16/folder-new.svg +share/icons/breeze/actions/16/folder-sync.svg +share/icons/breeze/actions/16/followmouse.svg +share/icons/breeze/actions/16/font-face.svg +share/icons/breeze/actions/16/font-size-down.svg +share/icons/breeze/actions/16/font-size-up.svg +share/icons/breeze/actions/16/foreign_green.svg +share/icons/breeze/actions/16/foreign_red.svg +share/icons/breeze/actions/16/foreignkey_constraint.svg +share/icons/breeze/actions/16/fork.svg +share/icons/breeze/actions/16/format-add-node.svg +share/icons/breeze/actions/16/format-align-vertical-bottom.svg +share/icons/breeze/actions/16/format-align-vertical-center.svg +share/icons/breeze/actions/16/format-align-vertical-top.svg +share/icons/breeze/actions/16/format-border-set-all.svg +share/icons/breeze/actions/16/format-border-set-bottom.svg +share/icons/breeze/actions/16/format-border-set-diagonal-bl-tr.svg +share/icons/breeze/actions/16/format-border-set-diagonal-tl-br.svg +share/icons/breeze/actions/16/format-border-set-external.svg +share/icons/breeze/actions/16/format-border-set-internal-horizontal.svg +share/icons/breeze/actions/16/format-border-set-internal-vertical.svg +share/icons/breeze/actions/16/format-border-set-internal.svg +share/icons/breeze/actions/16/format-border-set-left.svg +share/icons/breeze/actions/16/format-border-set-none.svg +share/icons/breeze/actions/16/format-border-set-right.svg +share/icons/breeze/actions/16/format-border-set-top.svg +share/icons/breeze/actions/16/format-border-style.svg +share/icons/breeze/actions/16/format-break-node.svg +share/icons/breeze/actions/16/format-connect-node.svg +share/icons/breeze/actions/16/format-disconnect-node.svg +share/icons/breeze/actions/16/format-fill-color.svg +share/icons/breeze/actions/16/format-font-size-less.svg +share/icons/breeze/actions/16/format-font-size-more.svg +share/icons/breeze/actions/16/format-indent-less.svg +share/icons/breeze/actions/16/format-indent-more.svg +share/icons/breeze/actions/16/format-join-node.svg +share/icons/breeze/actions/16/format-justify-center.svg +share/icons/breeze/actions/16/format-justify-fill.svg +share/icons/breeze/actions/16/format-justify-left.svg +share/icons/breeze/actions/16/format-justify-right.svg +share/icons/breeze/actions/16/format-line-spacing-double.svg +share/icons/breeze/actions/16/format-line-spacing-normal.svg +share/icons/breeze/actions/16/format-line-spacing-triple.svg +share/icons/breeze/actions/16/format-list-ordered.svg +share/icons/breeze/actions/16/format-list-unordered.svg +share/icons/breeze/actions/16/format-number-percent.svg +share/icons/breeze/actions/16/format-precision-less.svg +share/icons/breeze/actions/16/format-precision-more.svg +share/icons/breeze/actions/16/format-remove-node.svg +share/icons/breeze/actions/16/format-stroke-color.svg +share/icons/breeze/actions/16/format-text-blockquote.svg +share/icons/breeze/actions/16/format-text-bold.svg +share/icons/breeze/actions/16/format-text-capitalize.svg +share/icons/breeze/actions/16/format-text-code.svg +share/icons/breeze/actions/16/format-text-color.svg +share/icons/breeze/actions/16/format-text-direction-horizontal.svg +share/icons/breeze/actions/16/format-text-direction-ltr.svg +share/icons/breeze/actions/16/format-text-direction-rtl.svg +share/icons/breeze/actions/16/format-text-direction-vertical.svg +share/icons/breeze/actions/16/format-text-italic.svg +share/icons/breeze/actions/16/format-text-lowercase.svg +share/icons/breeze/actions/16/format-text-strikethrough.svg +share/icons/breeze/actions/16/format-text-subscript.svg +share/icons/breeze/actions/16/format-text-superscript.svg +share/icons/breeze/actions/16/format-text-symbol.svg +share/icons/breeze/actions/16/format-text-underline.svg +share/icons/breeze/actions/16/format-text-uppercase.svg +share/icons/breeze/actions/16/formula.svg +share/icons/breeze/actions/16/games-achievements.svg +share/icons/breeze/actions/16/games-config-background.svg +share/icons/breeze/actions/16/games-config-board.svg +share/icons/breeze/actions/16/games-config-custom.svg +share/icons/breeze/actions/16/games-config-options.svg +share/icons/breeze/actions/16/games-config-theme.svg +share/icons/breeze/actions/16/games-config-tiles.svg +share/icons/breeze/actions/16/games-difficult.svg +share/icons/breeze/actions/16/games-endturn.svg +share/icons/breeze/actions/16/games-highscores.svg +share/icons/breeze/actions/16/games-hint.svg +share/icons/breeze/actions/16/games-solve.svg +share/icons/breeze/actions/16/geany-build.svg +share/icons/breeze/actions/16/geany-close-all.svg +share/icons/breeze/actions/16/geany-save-all.svg +share/icons/breeze/actions/16/generalisation.svg +share/icons/breeze/actions/16/generalise.svg +share/icons/breeze/actions/16/get-hot-new-stuff.svg +share/icons/breeze/actions/16/globe.svg +share/icons/breeze/actions/16/go-bottom.svg +share/icons/breeze/actions/16/go-down-search.svg +share/icons/breeze/actions/16/go-down.svg +share/icons/breeze/actions/16/go-first-view-page.svg +share/icons/breeze/actions/16/go-first-view.svg +share/icons/breeze/actions/16/go-first.svg +share/icons/breeze/actions/16/go-home-large.svg +share/icons/breeze/actions/16/go-home.svg +share/icons/breeze/actions/16/go-jump-declaration.svg +share/icons/breeze/actions/16/go-jump-definition.svg +share/icons/breeze/actions/16/go-jump-locationbar.svg +share/icons/breeze/actions/16/go-jump-today.svg +share/icons/breeze/actions/16/go-jump.svg +share/icons/breeze/actions/16/go-last-view-page.svg +share/icons/breeze/actions/16/go-last-view.svg +share/icons/breeze/actions/16/go-last.svg +share/icons/breeze/actions/16/go-next-context.svg +share/icons/breeze/actions/16/go-next-use.svg +share/icons/breeze/actions/16/go-next-view-page.svg +share/icons/breeze/actions/16/go-next-view.svg +share/icons/breeze/actions/16/go-next.svg +share/icons/breeze/actions/16/go-parent-folder.svg +share/icons/breeze/actions/16/go-previous-context.svg +share/icons/breeze/actions/16/go-previous-use.svg +share/icons/breeze/actions/16/go-previous-view-page.svg +share/icons/breeze/actions/16/go-previous-view.svg +share/icons/breeze/actions/16/go-previous.svg +share/icons/breeze/actions/16/go-top.svg +share/icons/breeze/actions/16/go-up-search.svg +share/icons/breeze/actions/16/go-up.svg +share/icons/breeze/actions/16/gpg.svg +share/icons/breeze/actions/16/gpgsm.svg +share/icons/breeze/actions/16/gps.svg +share/icons/breeze/actions/16/grid-axonometric.svg +share/icons/breeze/actions/16/grid-rectangular.svg +share/icons/breeze/actions/16/group-delete.svg +share/icons/breeze/actions/16/group-edit.svg +share/icons/breeze/actions/16/group-new.svg +share/icons/breeze/actions/16/gtk-add.svg +share/icons/breeze/actions/16/gtk-apply.svg +share/icons/breeze/actions/16/gtk-authentication.svg +share/icons/breeze/actions/16/gtk-bold.svg +share/icons/breeze/actions/16/gtk-cancel.svg +share/icons/breeze/actions/16/gtk-cdrom.svg +share/icons/breeze/actions/16/gtk-clear.svg +share/icons/breeze/actions/16/gtk-close.svg +share/icons/breeze/actions/16/gtk-color-picker.svg +share/icons/breeze/actions/16/gtk-connect.svg +share/icons/breeze/actions/16/gtk-convert.svg +share/icons/breeze/actions/16/gtk-disconnect.svg +share/icons/breeze/actions/16/gtk-edit.svg +share/icons/breeze/actions/16/gtk-execute.svg +share/icons/breeze/actions/16/gtk-floppy.svg +share/icons/breeze/actions/16/gtk-index.svg +share/icons/breeze/actions/16/gtk-no.svg +share/icons/breeze/actions/16/gtk-ok.svg +share/icons/breeze/actions/16/gtk-preferences.svg +share/icons/breeze/actions/16/gtk-properties.svg +share/icons/breeze/actions/16/gtk-quit.svg +share/icons/breeze/actions/16/gtk-select-color.svg +share/icons/breeze/actions/16/gtk-select-font.svg +share/icons/breeze/actions/16/gtk-stop.svg +share/icons/breeze/actions/16/gtk-undelete-ltr.svg +share/icons/breeze/actions/16/gtk-undelete-rtl.svg +share/icons/breeze/actions/16/gtk-yes.svg +share/icons/breeze/actions/16/guides.svg +share/icons/breeze/actions/16/help-about.svg +share/icons/breeze/actions/16/help-contents.svg +share/icons/breeze/actions/16/help-contextual.svg +share/icons/breeze/actions/16/help-donate.svg +share/icons/breeze/actions/16/help-feedback.svg +share/icons/breeze/actions/16/help-hint.svg +share/icons/breeze/actions/16/help-keybord-shortcuts.svg +share/icons/breeze/actions/16/help-whatsthis.svg +share/icons/breeze/actions/16/hidemouse.svg +share/icons/breeze/actions/16/hint.svg +share/icons/breeze/actions/16/identity.svg +share/icons/breeze/actions/16/im-aim.svg +share/icons/breeze/actions/16/im-ban-kick-user.svg +share/icons/breeze/actions/16/im-ban-user.svg +share/icons/breeze/actions/16/im-facebook.svg +share/icons/breeze/actions/16/im-icq.svg +share/icons/breeze/actions/16/im-identi.ca.svg +share/icons/breeze/actions/16/im-invisible-user.svg +share/icons/breeze/actions/16/im-irc.svg +share/icons/breeze/actions/16/im-jabber.svg +share/icons/breeze/actions/16/im-kick-user.svg +share/icons/breeze/actions/16/im-msn.svg +share/icons/breeze/actions/16/im-qq.svg +share/icons/breeze/actions/16/im-skype.svg +share/icons/breeze/actions/16/im-twitter.svg +share/icons/breeze/actions/16/im-user-away.svg +share/icons/breeze/actions/16/im-user-busy.svg +share/icons/breeze/actions/16/im-user-offline.svg +share/icons/breeze/actions/16/im-user-online.svg +share/icons/breeze/actions/16/im-user.svg +share/icons/breeze/actions/16/im-yahoo.svg +share/icons/breeze/actions/16/imagecomment.svg +share/icons/breeze/actions/16/initial_state.svg +share/icons/breeze/actions/16/insert-button.svg +share/icons/breeze/actions/16/insert-endnote.svg +share/icons/breeze/actions/16/insert-footnote.svg +share/icons/breeze/actions/16/insert-horizontal-rule.svg +share/icons/breeze/actions/16/insert-image.svg +share/icons/breeze/actions/16/insert-link.svg +share/icons/breeze/actions/16/insert-math-expression.svg +share/icons/breeze/actions/16/insert-more-mark.svg +share/icons/breeze/actions/16/insert-page-break.svg +share/icons/breeze/actions/16/insert-table-of-contents.svg +share/icons/breeze/actions/16/insert-table-row.svg +share/icons/breeze/actions/16/insert-table.svg +share/icons/breeze/actions/16/insert-tableofcontents.svg +share/icons/breeze/actions/16/insert-text-frame.svg +share/icons/breeze/actions/16/insert-text.svg +share/icons/breeze/actions/16/installed.svg +share/icons/breeze/actions/16/interface.svg +share/icons/breeze/actions/16/internet-amarok.svg +share/icons/breeze/actions/16/invertimage.svg +share/icons/breeze/actions/16/irc-channel-active.svg +share/icons/breeze/actions/16/irc-channel-inactive.svg +share/icons/breeze/actions/16/irc-close-channel.svg +share/icons/breeze/actions/16/irc-join-channel.svg +share/icons/breeze/actions/16/join.svg +share/icons/breeze/actions/16/journal-new.svg +share/icons/breeze/actions/16/junction.svg +share/icons/breeze/actions/16/kdenlive-add-slide-clip.svg +share/icons/breeze/actions/16/kdenlive-align-bottom.svg +share/icons/breeze/actions/16/kdenlive-align-hor.svg +share/icons/breeze/actions/16/kdenlive-align-left.svg +share/icons/breeze/actions/16/kdenlive-align-right.svg +share/icons/breeze/actions/16/kdenlive-align-top.svg +share/icons/breeze/actions/16/kdenlive-align-vert.svg +share/icons/breeze/actions/16/kdenlive-deleffect.svg +share/icons/breeze/actions/16/kdenlive-down.svg +share/icons/breeze/actions/16/kdenlive-lock.svg +share/icons/breeze/actions/16/kdenlive-menu.svg +share/icons/breeze/actions/16/kdenlive-select-rects.svg +share/icons/breeze/actions/16/kdenlive-select-tool.svg +share/icons/breeze/actions/16/kdenlive-show-audiothumb.svg +share/icons/breeze/actions/16/kdenlive-show-video.svg +share/icons/breeze/actions/16/kdenlive-snap.svg +share/icons/breeze/actions/16/kdenlive-spacer-tool.svg +share/icons/breeze/actions/16/kdenlive-unlock.svg +share/icons/breeze/actions/16/kdenlive-up.svg +share/icons/breeze/actions/16/kdenlive-zoom-large.svg +share/icons/breeze/actions/16/kdenlive-zoom-small.svg +share/icons/breeze/actions/16/kdocumentinfo.svg +share/icons/breeze/actions/16/key-enter.svg +share/icons/breeze/actions/16/kmousetool_off.svg +share/icons/breeze/actions/16/kmousetool_on.svg +share/icons/breeze/actions/16/kmouth-phrase.svg +share/icons/breeze/actions/16/knotes_alarm.svg +share/icons/breeze/actions/16/knotes_date.svg +share/icons/breeze/actions/16/knotes_delete.svg +share/icons/breeze/actions/16/kontes_close.svg +share/icons/breeze/actions/16/kr_combine.svg +share/icons/breeze/actions/16/kr_comparedirs.svg +share/icons/breeze/actions/16/kr_diskusage.svg +share/icons/breeze/actions/16/kr_jumpback.svg +share/icons/breeze/actions/16/kr_mountman.svg +share/icons/breeze/actions/16/kr_setjumpback.svg +share/icons/breeze/actions/16/kr_syncbrowse_off.svg +share/icons/breeze/actions/16/kr_syncbrowse_on.svg +share/icons/breeze/actions/16/kr_unselect.svg +share/icons/breeze/actions/16/kruler-east.svg +share/icons/breeze/actions/16/kruler-north.svg +share/icons/breeze/actions/16/kruler-south.svg +share/icons/breeze/actions/16/kruler-west.svg +share/icons/breeze/actions/16/kt-bandwidth-scheduler.svg +share/icons/breeze/actions/16/kt-change-tracker.svg +share/icons/breeze/actions/16/kt-check-data.svg +share/icons/breeze/actions/16/kt-encrypted.svg +share/icons/breeze/actions/16/kt-info-widget.svg +share/icons/breeze/actions/16/kt-pause.svg +share/icons/breeze/actions/16/kt-remove.svg +share/icons/breeze/actions/16/kt-restore-defaults.svg +share/icons/breeze/actions/16/kt-set-max-download-speed.svg +share/icons/breeze/actions/16/kt-set-max-upload-speed.svg +share/icons/breeze/actions/16/kt-show-statusbar.svg +share/icons/breeze/actions/16/kt-start.svg +share/icons/breeze/actions/16/kt-stop.svg +share/icons/breeze/actions/16/ktnef_extract_to.svg +share/icons/breeze/actions/16/label-amarok.svg +share/icons/breeze/actions/16/labplot-auto-scale-all.svg +share/icons/breeze/actions/16/labplot-auto-scale-x.svg +share/icons/breeze/actions/16/labplot-auto-scale-y.svg +share/icons/breeze/actions/16/labplot-cursor-arrow.svg +share/icons/breeze/actions/16/labplot-format-text-symbol.svg +share/icons/breeze/actions/16/labplot-transform-move.svg +share/icons/breeze/actions/16/languages.svg +share/icons/breeze/actions/16/lastfm-neighbour.svg +share/icons/breeze/actions/16/lastfm-personal.svg +share/icons/breeze/actions/16/lastfm-recommended.svg +share/icons/breeze/actions/16/lastfm-tag.svg +share/icons/breeze/actions/16/layer-bottom.svg +share/icons/breeze/actions/16/layer-delete.svg +share/icons/breeze/actions/16/layer-duplicate.svg +share/icons/breeze/actions/16/layer-lower.svg +share/icons/breeze/actions/16/layer-new.svg +share/icons/breeze/actions/16/layer-next.svg +share/icons/breeze/actions/16/layer-previous.svg +share/icons/breeze/actions/16/layer-raise.svg +share/icons/breeze/actions/16/layer-rename.svg +share/icons/breeze/actions/16/layer-top.svg +share/icons/breeze/actions/16/layer-visible-off.svg +share/icons/breeze/actions/16/layer-visible-on.svg +share/icons/breeze/actions/16/license.svg +share/icons/breeze/actions/16/lighttable.svg +share/icons/breeze/actions/16/lighttableadd.svg +share/icons/breeze/actions/16/lines-connector.svg +share/icons/breeze/actions/16/list-add-font.svg +share/icons/breeze/actions/16/list-add-user.svg +share/icons/breeze/actions/16/list-add.svg +share/icons/breeze/actions/16/list-remove-user.svg +share/icons/breeze/actions/16/list-remove.svg +share/icons/breeze/actions/16/list-resource-add.svg +share/icons/breeze/actions/16/lock.svg +share/icons/breeze/actions/16/love-amarok.svg +share/icons/breeze/actions/16/mail-attachment.svg +share/icons/breeze/actions/16/mail-deleted.svg +share/icons/breeze/actions/16/mail-encrypted-full.svg +share/icons/breeze/actions/16/mail-encrypted-part.svg +share/icons/breeze/actions/16/mail-encrypted.svg +share/icons/breeze/actions/16/mail-flag.svg +share/icons/breeze/actions/16/mail-forward-attachment.svg +share/icons/breeze/actions/16/mail-forward-custom.svg +share/icons/breeze/actions/16/mail-forward.svg +share/icons/breeze/actions/16/mail-forwarded-replied.svg +share/icons/breeze/actions/16/mail-forwarded.svg +share/icons/breeze/actions/16/mail-invitation.svg +share/icons/breeze/actions/16/mail-mark-important.svg +share/icons/breeze/actions/16/mail-mark-junk.svg +share/icons/breeze/actions/16/mail-mark-notjunk.svg +share/icons/breeze/actions/16/mail-mark-read.svg +share/icons/breeze/actions/16/mail-mark-task.svg +share/icons/breeze/actions/16/mail-mark-unread-new.svg +share/icons/breeze/actions/16/mail-mark-unread.svg +share/icons/breeze/actions/16/mail-meeting-request-reply.svg +share/icons/breeze/actions/16/mail-message-new-list.svg +share/icons/breeze/actions/16/mail-message-new.svg +share/icons/breeze/actions/16/mail-queue.svg +share/icons/breeze/actions/16/mail-queued.svg +share/icons/breeze/actions/16/mail-read.svg +share/icons/breeze/actions/16/mail-receive.svg +share/icons/breeze/actions/16/mail-replied.svg +share/icons/breeze/actions/16/mail-reply-all.svg +share/icons/breeze/actions/16/mail-reply-author.svg +share/icons/breeze/actions/16/mail-reply-custom-all.svg +share/icons/breeze/actions/16/mail-reply-custom.svg +share/icons/breeze/actions/16/mail-reply-list.svg +share/icons/breeze/actions/16/mail-reply-sender.svg +share/icons/breeze/actions/16/mail-send.svg +share/icons/breeze/actions/16/mail-sent.svg +share/icons/breeze/actions/16/mail-signature-unknown.svg +share/icons/breeze/actions/16/mail-signed-full.svg +share/icons/breeze/actions/16/mail-signed-fully.svg +share/icons/breeze/actions/16/mail-signed-part.svg +share/icons/breeze/actions/16/mail-signed-verified.svg +share/icons/breeze/actions/16/mail-signed.svg +share/icons/breeze/actions/16/mail-tagged.svg +share/icons/breeze/actions/16/mail-task.svg +share/icons/breeze/actions/16/mail-thread-ignored.svg +share/icons/breeze/actions/16/mail-thread-watch.svg +share/icons/breeze/actions/16/mail-unread-new.svg +share/icons/breeze/actions/16/mail-unread.svg +share/icons/breeze/actions/16/markasblank.svg +share/icons/breeze/actions/16/measure.svg +share/icons/breeze/actions/16/media-album-cover-manager-amarok.svg +share/icons/breeze/actions/16/media-album-cover.svg +share/icons/breeze/actions/16/media-album-repeat-amarok.svg +share/icons/breeze/actions/16/media-album-track.svg +share/icons/breeze/actions/16/media-eject.svg +share/icons/breeze/actions/16/media-import-audio-cd.svg +share/icons/breeze/actions/16/media-mount.svg +share/icons/breeze/actions/16/media-playback-pause.svg +share/icons/breeze/actions/16/media-playback-start.svg +share/icons/breeze/actions/16/media-playback-stop.svg +share/icons/breeze/actions/16/media-playlist-repeat-amarok.svg +share/icons/breeze/actions/16/media-playlist-repeat.svg +share/icons/breeze/actions/16/media-playlist-shuffle.svg +share/icons/breeze/actions/16/media-random-albums-amarok.svg +share/icons/breeze/actions/16/media-random-tracks-amarok.svg +share/icons/breeze/actions/16/media-record.svg +share/icons/breeze/actions/16/media-repeat-album-amarok.svg +share/icons/breeze/actions/16/media-repeat-all.svg +share/icons/breeze/actions/16/media-repeat-none.svg +share/icons/breeze/actions/16/media-repeat-playlist-amarok.svg +share/icons/breeze/actions/16/media-repeat-single.svg +share/icons/breeze/actions/16/media-repeat-track-amarok.svg +share/icons/breeze/actions/16/media-seek-backward.svg +share/icons/breeze/actions/16/media-seek-forward.svg +share/icons/breeze/actions/16/media-show-active-track-amarok.svg +share/icons/breeze/actions/16/media-skip-backward.svg +share/icons/breeze/actions/16/media-skip-forward.svg +share/icons/breeze/actions/16/media-standard-track-progression-amarok.svg +share/icons/breeze/actions/16/media-track-add-amarok.svg +share/icons/breeze/actions/16/media-track-edit-amarok.svg +share/icons/breeze/actions/16/media-track-queue-amarok.svg +share/icons/breeze/actions/16/media-track-remove-amarok.svg +share/icons/breeze/actions/16/media-write-cd.svg +share/icons/breeze/actions/16/meeting-attending-tentative.svg +share/icons/breeze/actions/16/meeting-attending.svg +share/icons/breeze/actions/16/meeting-participant-no-response.svg +share/icons/breeze/actions/16/meeting-participant-request-response.svg +share/icons/breeze/actions/16/menu_new.svg +share/icons/breeze/actions/16/merge.svg +share/icons/breeze/actions/16/message-new.svg +share/icons/breeze/actions/16/messagebox_warning.svg +share/icons/breeze/actions/16/milestone.svg +share/icons/breeze/actions/16/minuet-chords.svg +share/icons/breeze/actions/16/minuet-intervals.svg +share/icons/breeze/actions/16/minuet-rhythms.svg +share/icons/breeze/actions/16/minuet-scales.svg +share/icons/breeze/actions/16/mode1.svg +share/icons/breeze/actions/16/mode2.svg +share/icons/breeze/actions/16/mode3.svg +share/icons/breeze/actions/16/mode4.svg +share/icons/breeze/actions/16/mode5.svg +share/icons/breeze/actions/16/msgid2msgstr.svg +share/icons/breeze/actions/16/music-amarok.svg +share/icons/breeze/actions/16/network-connect.svg +share/icons/breeze/actions/16/network-disconnect.svg +share/icons/breeze/actions/16/new-audio-alarm.svg +share/icons/breeze/actions/16/newer.svg +share/icons/breeze/actions/16/news-subscribe.svg +share/icons/breeze/actions/16/news-unsubscribe.svg +share/icons/breeze/actions/16/nocover.svg +share/icons/breeze/actions/16/node-add.svg +share/icons/breeze/actions/16/node-break.svg +share/icons/breeze/actions/16/node-delete-segment.svg +share/icons/breeze/actions/16/node-delete.svg +share/icons/breeze/actions/16/node-join-segment.svg +share/icons/breeze/actions/16/node-join.svg +share/icons/breeze/actions/16/node-segment-curve.svg +share/icons/breeze/actions/16/node-segment-line.svg +share/icons/breeze/actions/16/node-transform.svg +share/icons/breeze/actions/16/node-type-auto-smooth.svg +share/icons/breeze/actions/16/node-type-cusp.svg +share/icons/breeze/actions/16/node-type-smooth.svg +share/icons/breeze/actions/16/node-type-symmetric.svg +share/icons/breeze/actions/16/node.svg +share/icons/breeze/actions/16/noninstalled.svg +share/icons/breeze/actions/16/note.svg +share/icons/breeze/actions/16/object-align-horizontal-center-calligra.svg +share/icons/breeze/actions/16/object-align-horizontal-left-calligra.svg +share/icons/breeze/actions/16/object-align-horizontal-right-calligra.svg +share/icons/breeze/actions/16/object-align-vertical-bottom-calligra.svg +share/icons/breeze/actions/16/object-align-vertical-bottom-top-calligra.svg +share/icons/breeze/actions/16/object-align-vertical-center-calligra.svg +share/icons/breeze/actions/16/object-align-vertical-top-calligra.svg +share/icons/breeze/actions/16/object-columns.svg +share/icons/breeze/actions/16/object-fill.svg +share/icons/breeze/actions/16/object-flip-horizontal.svg +share/icons/breeze/actions/16/object-flip-vertical.svg +share/icons/breeze/actions/16/object-group-calligra.svg +share/icons/breeze/actions/16/object-group.svg +share/icons/breeze/actions/16/object-hidden.svg +share/icons/breeze/actions/16/object-locked.svg +share/icons/breeze/actions/16/object-order-back-calligra.svg +share/icons/breeze/actions/16/object-order-back.svg +share/icons/breeze/actions/16/object-order-front-calligra.svg +share/icons/breeze/actions/16/object-order-front.svg +share/icons/breeze/actions/16/object-order-lower-calligra.svg +share/icons/breeze/actions/16/object-order-lower.svg +share/icons/breeze/actions/16/object-order-raise-calligra.svg +share/icons/breeze/actions/16/object-order-raise.svg +share/icons/breeze/actions/16/object-rotate-left.svg +share/icons/breeze/actions/16/object-rotate-right.svg +share/icons/breeze/actions/16/object-rows.svg +share/icons/breeze/actions/16/object-stroke-style.svg +share/icons/breeze/actions/16/object-stroke.svg +share/icons/breeze/actions/16/object-to-path.svg +share/icons/breeze/actions/16/object-ungroup-calligra.svg +share/icons/breeze/actions/16/object-ungroup.svg +share/icons/breeze/actions/16/object-unlocked.svg +share/icons/breeze/actions/16/object-visible.svg +share/icons/breeze/actions/16/object.svg +share/icons/breeze/actions/16/object_node.svg +share/icons/breeze/actions/16/office-chart-area-focus-peak-node.svg +share/icons/breeze/actions/16/office-chart-area-percentage.svg +share/icons/breeze/actions/16/office-chart-area-stacked.svg +share/icons/breeze/actions/16/office-chart-area.svg +share/icons/breeze/actions/16/office-chart-bar-percentage.svg +share/icons/breeze/actions/16/office-chart-bar-stacked.svg +share/icons/breeze/actions/16/office-chart-bar.svg +share/icons/breeze/actions/16/office-chart-line-percentage.svg +share/icons/breeze/actions/16/office-chart-line-stacked.svg +share/icons/breeze/actions/16/office-chart-line.svg +share/icons/breeze/actions/16/office-chart-pie.svg +share/icons/breeze/actions/16/office-chart-polar-stacked.svg +share/icons/breeze/actions/16/office-chart-polar.svg +share/icons/breeze/actions/16/office-chart-ring.svg +share/icons/breeze/actions/16/office-chart-scatter.svg +share/icons/breeze/actions/16/offline-settings.svg +share/icons/breeze/actions/16/open-for-editing.svg +share/icons/breeze/actions/16/outdated.svg +share/icons/breeze/actions/16/package-available-locked.svg +share/icons/breeze/actions/16/package-available.svg +share/icons/breeze/actions/16/package-broken.svg +share/icons/breeze/actions/16/package-downgrade.svg +share/icons/breeze/actions/16/package-install.svg +share/icons/breeze/actions/16/package-installed-locked.svg +share/icons/breeze/actions/16/package-installed-outdated.svg +share/icons/breeze/actions/16/package-installed-updated.svg +share/icons/breeze/actions/16/package-new.svg +share/icons/breeze/actions/16/package-purge.svg +share/icons/breeze/actions/16/package-reinstall.svg +share/icons/breeze/actions/16/package-remove.svg +share/icons/breeze/actions/16/package-supported.svg +share/icons/breeze/actions/16/package-upgrade.svg +share/icons/breeze/actions/16/package.svg +share/icons/breeze/actions/16/page-2sides.svg +share/icons/breeze/actions/16/page-3sides.svg +share/icons/breeze/actions/16/page-4sides.svg +share/icons/breeze/actions/16/page-simple.svg +share/icons/breeze/actions/16/page-zoom.svg +share/icons/breeze/actions/16/paint-gradient-linear.svg +share/icons/breeze/actions/16/paint-gradient-radial.svg +share/icons/breeze/actions/16/paint-none.svg +share/icons/breeze/actions/16/paint-pattern.svg +share/icons/breeze/actions/16/paint-solid.svg +share/icons/breeze/actions/16/paint-swatch.svg +share/icons/breeze/actions/16/paint-unknown.svg +share/icons/breeze/actions/16/password-generate.svg +share/icons/breeze/actions/16/password-show-off.svg +share/icons/breeze/actions/16/password-show-on.svg +share/icons/breeze/actions/16/path-break-apart.svg +share/icons/breeze/actions/16/path-clip-edit.svg +share/icons/breeze/actions/16/path-combine.svg +share/icons/breeze/actions/16/path-cut.svg +share/icons/breeze/actions/16/path-difference.svg +share/icons/breeze/actions/16/path-division.svg +share/icons/breeze/actions/16/path-effect-parameter-next.svg +share/icons/breeze/actions/16/path-exclusion.svg +share/icons/breeze/actions/16/path-inset.svg +share/icons/breeze/actions/16/path-intersection.svg +share/icons/breeze/actions/16/path-mask-edit.svg +share/icons/breeze/actions/16/path-mode-bezier.svg +share/icons/breeze/actions/16/path-mode-polyline-paraxial.svg +share/icons/breeze/actions/16/path-mode-polyline.svg +share/icons/breeze/actions/16/path-mode-spiro.svg +share/icons/breeze/actions/16/path-offset-dynamic.svg +share/icons/breeze/actions/16/path-offset-linked.svg +share/icons/breeze/actions/16/path-outset.svg +share/icons/breeze/actions/16/path-reverse.svg +share/icons/breeze/actions/16/path-simplify.svg +share/icons/breeze/actions/16/path-union.svg +share/icons/breeze/actions/16/pdf-annotations.svg +share/icons/breeze/actions/16/photo.svg +share/icons/breeze/actions/16/photos-amarok.svg +share/icons/breeze/actions/16/pin.svg +share/icons/breeze/actions/16/pixelart-trace.svg +share/icons/breeze/actions/16/player-time.svg +share/icons/breeze/actions/16/player-volume-muted.svg +share/icons/breeze/actions/16/player-volume.svg +share/icons/breeze/actions/16/playlist-generator.svg +share/icons/breeze/actions/16/playlist-sort.svg +share/icons/breeze/actions/16/plugins.svg +share/icons/breeze/actions/16/polygon-add-nodes.svg +share/icons/breeze/actions/16/polygon-merge-nodes.svg +share/icons/breeze/actions/16/port.svg +share/icons/breeze/actions/16/postalcode.svg +share/icons/breeze/actions/16/practice-setup.svg +share/icons/breeze/actions/16/practice-start.svg +share/icons/breeze/actions/16/practice-stop.svg +share/icons/breeze/actions/16/precondition.svg +share/icons/breeze/actions/16/preferences-activities.svg +share/icons/breeze/actions/16/preferences-indicator-amarok.svg +share/icons/breeze/actions/16/preferences-media-playback-amarok.svg +share/icons/breeze/actions/16/preferences-other.svg +share/icons/breeze/actions/16/presence_away.svg +share/icons/breeze/actions/16/presence_offline.svg +share/icons/breeze/actions/16/presence_online.svg +share/icons/breeze/actions/16/presence_unknown.svg +share/icons/breeze/actions/16/primarykey_constraint.svg +share/icons/breeze/actions/16/process-stop.svg +share/icons/breeze/actions/16/project-development-close-all.svg +share/icons/breeze/actions/16/project-development-close.svg +share/icons/breeze/actions/16/project-development-new-template.svg +share/icons/breeze/actions/16/project-development.svg +share/icons/breeze/actions/16/project-open.svg +share/icons/breeze/actions/16/qa.svg +share/icons/breeze/actions/16/quickopen-class.svg +share/icons/breeze/actions/16/quickopen-file.svg +share/icons/breeze/actions/16/quickopen-function.svg +share/icons/breeze/actions/16/quickopen.svg +share/icons/breeze/actions/16/quickview.svg +share/icons/breeze/actions/16/randomize.svg +share/icons/breeze/actions/16/ratiocrop.svg +share/icons/breeze/actions/16/realization.svg +share/icons/breeze/actions/16/rectangle-make-corners-sharp.svg +share/icons/breeze/actions/16/redeyes.svg +share/icons/breeze/actions/16/refactor.svg +share/icons/breeze/actions/16/region.svg +share/icons/breeze/actions/16/relationship.svg +share/icons/breeze/actions/16/remove-amarok.svg +share/icons/breeze/actions/16/remove-link.svg +share/icons/breeze/actions/16/remove.svg +share/icons/breeze/actions/16/repeat.svg +share/icons/breeze/actions/16/resource-calendar-child-insert.svg +share/icons/breeze/actions/16/resource-calendar-child.svg +share/icons/breeze/actions/16/resource-calendar-insert.svg +share/icons/breeze/actions/16/resource-group-new.svg +share/icons/breeze/actions/16/resource-group.svg +share/icons/breeze/actions/16/retweet.svg +share/icons/breeze/actions/16/reverse.svg +share/icons/breeze/actions/16/roll.svg +share/icons/breeze/actions/16/routeplanning.svg +share/icons/breeze/actions/16/run-build-clean.svg +share/icons/breeze/actions/16/run-build-configure.svg +share/icons/breeze/actions/16/run-build-file.svg +share/icons/breeze/actions/16/run-build-install-root.svg +share/icons/breeze/actions/16/run-build-install.svg +share/icons/breeze/actions/16/run-build-prune.svg +share/icons/breeze/actions/16/run-build.svg +share/icons/breeze/actions/16/run-clean.svg +share/icons/breeze/actions/16/run-install.svg +share/icons/breeze/actions/16/search.svg +share/icons/breeze/actions/16/select-rectangular.svg +share/icons/breeze/actions/16/selection-bottom.svg +share/icons/breeze/actions/16/selection-lower.svg +share/icons/breeze/actions/16/selection-make-bitmap-copy.svg +share/icons/breeze/actions/16/selection-move-to-layer-above.svg +share/icons/breeze/actions/16/selection-move-to-layer-below.svg +share/icons/breeze/actions/16/selection-raise.svg +share/icons/breeze/actions/16/selection-top.svg +share/icons/breeze/actions/16/send_signal.svg +share/icons/breeze/actions/16/services.svg +share/icons/breeze/actions/16/set-language.svg +share/icons/breeze/actions/16/settings-configure.svg +share/icons/breeze/actions/16/shallow-history.svg +share/icons/breeze/actions/16/shape-choose.svg +share/icons/breeze/actions/16/shapes.svg +share/icons/breeze/actions/16/shear.svg +share/icons/breeze/actions/16/show-dialogs.svg +share/icons/breeze/actions/16/show-grid.svg +share/icons/breeze/actions/16/show-guides.svg +share/icons/breeze/actions/16/show-menu.svg +share/icons/breeze/actions/16/show-node-handles.svg +share/icons/breeze/actions/16/show-offline.svg +share/icons/breeze/actions/16/show-path-outline.svg +share/icons/breeze/actions/16/shuffle.svg +share/icons/breeze/actions/16/similarartists-amarok.svg +share/icons/breeze/actions/16/smallclock.svg +share/icons/breeze/actions/16/snap-bounding-box-center.svg +share/icons/breeze/actions/16/snap-bounding-box-corners.svg +share/icons/breeze/actions/16/snap-bounding-box-edges.svg +share/icons/breeze/actions/16/snap-bounding-box-midpoints.svg +share/icons/breeze/actions/16/snap-bounding-box.svg +share/icons/breeze/actions/16/snap-extension.svg +share/icons/breeze/actions/16/snap-grid-guide-intersections.svg +share/icons/breeze/actions/16/snap-guideline.svg +share/icons/breeze/actions/16/snap-intersection.svg +share/icons/breeze/actions/16/snap-node.svg +share/icons/breeze/actions/16/snap-nodes-center.svg +share/icons/breeze/actions/16/snap-nodes-cusp.svg +share/icons/breeze/actions/16/snap-nodes-intersection.svg +share/icons/breeze/actions/16/snap-nodes-midpoint.svg +share/icons/breeze/actions/16/snap-nodes-path.svg +share/icons/breeze/actions/16/snap-nodes-rotation-center.svg +share/icons/breeze/actions/16/snap-nodes-smooth.svg +share/icons/breeze/actions/16/snap-orthogonal.svg +share/icons/breeze/actions/16/snap-page.svg +share/icons/breeze/actions/16/snap-text-baseline.svg +share/icons/breeze/actions/16/snap.svg +share/icons/breeze/actions/16/social.svg +share/icons/breeze/actions/16/sort-name.svg +share/icons/breeze/actions/16/sort-presence.svg +share/icons/breeze/actions/16/sort_incr.svg +share/icons/breeze/actions/16/source-playlist.svg +share/icons/breeze/actions/16/source-smart-playlist.svg +share/icons/breeze/actions/16/speaker.svg +share/icons/breeze/actions/16/specific-setup.svg +share/icons/breeze/actions/16/speedometer.svg +share/icons/breeze/actions/16/split.svg +share/icons/breeze/actions/16/standard-connector.svg +share/icons/breeze/actions/16/start-over.svg +share/icons/breeze/actions/16/state-fork.svg +share/icons/breeze/actions/16/sticky_zoom.svg +share/icons/breeze/actions/16/story-editor.svg +share/icons/breeze/actions/16/straight-connector.svg +share/icons/breeze/actions/16/stroke-cap-bevel.svg +share/icons/breeze/actions/16/stroke-cap-butt.svg +share/icons/breeze/actions/16/stroke-cap-miter.svg +share/icons/breeze/actions/16/stroke-cap-round.svg +share/icons/breeze/actions/16/stroke-cap-square.svg +share/icons/breeze/actions/16/stroke-join-bevel.svg +share/icons/breeze/actions/16/stroke-join-miter.svg +share/icons/breeze/actions/16/stroke-join-round.svg +share/icons/breeze/actions/16/stroke-to-path.svg +share/icons/breeze/actions/16/subsystem.svg +share/icons/breeze/actions/16/svn-commit.svg +share/icons/breeze/actions/16/svn-update.svg +share/icons/breeze/actions/16/symbols.svg +share/icons/breeze/actions/16/system-lock-screen.svg +share/icons/breeze/actions/16/system-log-out.svg +share/icons/breeze/actions/16/system-run.svg +share/icons/breeze/actions/16/system-search.svg +share/icons/breeze/actions/16/system-upgrade.svg +share/icons/breeze/actions/16/tab-close-other.svg +share/icons/breeze/actions/16/tab-close.svg +share/icons/breeze/actions/16/tab-detach.svg +share/icons/breeze/actions/16/tab-duplicate.svg +share/icons/breeze/actions/16/tab-new-background.svg +share/icons/breeze/actions/16/tab-new.svg +share/icons/breeze/actions/16/table.svg +share/icons/breeze/actions/16/tag-addressbook.svg +share/icons/breeze/actions/16/tag-assigned.svg +share/icons/breeze/actions/16/tag-delete.svg +share/icons/breeze/actions/16/tag-events.svg +share/icons/breeze/actions/16/tag-folder.svg +share/icons/breeze/actions/16/tag-new.svg +share/icons/breeze/actions/16/tag-people.svg +share/icons/breeze/actions/16/tag-places.svg +share/icons/breeze/actions/16/tag-properties.svg +share/icons/breeze/actions/16/tag-recents.svg +share/icons/breeze/actions/16/tag-reset.svg +share/icons/breeze/actions/16/tag.svg +share/icons/breeze/actions/16/task-new.svg +share/icons/breeze/actions/16/taxes-finances.svg +share/icons/breeze/actions/16/template.svg +share/icons/breeze/actions/16/text-convert-to-regular.svg +share/icons/breeze/actions/16/text-field.svg +share/icons/breeze/actions/16/text-flow-into-frame.svg +share/icons/breeze/actions/16/text-frame-link.svg +share/icons/breeze/actions/16/text-frame-unlink.svg +share/icons/breeze/actions/16/text-put-on-path.svg +share/icons/breeze/actions/16/text-remove-from-path.svg +share/icons/breeze/actions/16/text-speak.svg +share/icons/breeze/actions/16/text-unflow.svg +share/icons/breeze/actions/16/text-unkern.svg +share/icons/breeze/actions/16/text-wrap.svg +share/icons/breeze/actions/16/text_horz_kern.svg +share/icons/breeze/actions/16/text_letter_spacing.svg +share/icons/breeze/actions/16/text_line_spacing.svg +share/icons/breeze/actions/16/text_rotation.svg +share/icons/breeze/actions/16/text_subscript.svg +share/icons/breeze/actions/16/text_superscript.svg +share/icons/breeze/actions/16/text_vert_kern.svg +share/icons/breeze/actions/16/text_word_spacing.svg +share/icons/breeze/actions/16/tool-animator.svg +share/icons/breeze/actions/16/tool-measure.svg +share/icons/breeze/actions/16/tool-node-editor.svg +share/icons/breeze/actions/16/tool-pointer.svg +share/icons/breeze/actions/16/tool-tweak.svg +share/icons/breeze/actions/16/tools-check-spelling.svg +share/icons/breeze/actions/16/tools-media-optical-burn-image.svg +share/icons/breeze/actions/16/tools-media-optical-burn.svg +share/icons/breeze/actions/16/tools-media-optical-copy.svg +share/icons/breeze/actions/16/tools-media-optical-erase.svg +share/icons/breeze/actions/16/tools-media-optical-format.svg +share/icons/breeze/actions/16/tools-report-bug.svg +share/icons/breeze/actions/16/tools-rip-audio-cd.svg +share/icons/breeze/actions/16/tools-rip-video-cd.svg +share/icons/breeze/actions/16/tools-rip-video-dvd.svg +share/icons/breeze/actions/16/tools-wizard.svg +share/icons/breeze/actions/16/transform-affect-gradient.svg +share/icons/breeze/actions/16/transform-affect-pattern.svg +share/icons/breeze/actions/16/transform-affect-rounded-corners.svg +share/icons/breeze/actions/16/transform-affect-stroke.svg +share/icons/breeze/actions/16/transform-crop-and-resize.svg +share/icons/breeze/actions/16/transform-crop.svg +share/icons/breeze/actions/16/transform-move-horizontal.svg +share/icons/breeze/actions/16/transform-move-vertical.svg +share/icons/breeze/actions/16/transform-move.svg +share/icons/breeze/actions/16/transform-rotate.svg +share/icons/breeze/actions/16/transform-scale-textbox-points.svg +share/icons/breeze/actions/16/transform-scale.svg +share/icons/breeze/actions/16/transform-shear-down.svg +share/icons/breeze/actions/16/transform-shear-left.svg +share/icons/breeze/actions/16/transform-shear-right.svg +share/icons/breeze/actions/16/transform-shear-up.svg +share/icons/breeze/actions/16/transform-skew-horizontal.svg +share/icons/breeze/actions/16/transform-skew-vertical.svg +share/icons/breeze/actions/16/transsearch.svg +share/icons/breeze/actions/16/trash-empty.svg +share/icons/breeze/actions/16/umbr-coll-message-asynchronous.svg +share/icons/breeze/actions/16/umbr-coll-message-synchronous.svg +share/icons/breeze/actions/16/umbr-message-asynchronous.svg +share/icons/breeze/actions/16/umbr-message-found.svg +share/icons/breeze/actions/16/umbr-message-lost.svg +share/icons/breeze/actions/16/umbr-message-synchronous.svg +share/icons/breeze/actions/16/umbrello_diagram_activity.svg +share/icons/breeze/actions/16/umbrello_diagram_class.svg +share/icons/breeze/actions/16/umbrello_diagram_collaboration.svg +share/icons/breeze/actions/16/umbrello_diagram_component.svg +share/icons/breeze/actions/16/umbrello_diagram_deployment.svg +share/icons/breeze/actions/16/umbrello_diagram_entityrelationship.svg +share/icons/breeze/actions/16/umbrello_diagram_sequence.svg +share/icons/breeze/actions/16/umbrello_diagram_state.svg +share/icons/breeze/actions/16/umbrello_diagram_usecase.svg +share/icons/breeze/actions/16/uniassociation.svg +share/icons/breeze/actions/16/unique_constraint.svg +share/icons/breeze/actions/16/unlock.svg +share/icons/breeze/actions/16/unmarkasblank.svg +share/icons/breeze/actions/16/unrequired.svg +share/icons/breeze/actions/16/upcomingevents-amarok.svg +share/icons/breeze/actions/16/upindicator.svg +share/icons/breeze/actions/16/upload-media.svg +share/icons/breeze/actions/16/usecase.svg +share/icons/breeze/actions/16/user-group-delete.svg +share/icons/breeze/actions/16/user-group-new.svg +share/icons/breeze/actions/16/user-group-properties.svg +share/icons/breeze/actions/16/user-identity.svg +share/icons/breeze/actions/16/user-properties.svg +share/icons/breeze/actions/16/videoclip-amarok.svg +share/icons/breeze/actions/16/view-barcode-add.svg +share/icons/breeze/actions/16/view-barcode.svg +share/icons/breeze/actions/16/view-calendar-agenda.svg +share/icons/breeze/actions/16/view-calendar-birthday.svg +share/icons/breeze/actions/16/view-calendar-day.svg +share/icons/breeze/actions/16/view-calendar-holiday.svg +share/icons/breeze/actions/16/view-calendar-journal.svg +share/icons/breeze/actions/16/view-calendar-list.svg +share/icons/breeze/actions/16/view-calendar-month.svg +share/icons/breeze/actions/16/view-calendar-special-occasion.svg +share/icons/breeze/actions/16/view-calendar-tasks.svg +share/icons/breeze/actions/16/view-calendar-time-spent.svg +share/icons/breeze/actions/16/view-calendar-timeline.svg +share/icons/breeze/actions/16/view-calendar-upcoming-days.svg +share/icons/breeze/actions/16/view-calendar-upcoming-events.svg +share/icons/breeze/actions/16/view-calendar-wedding-anniversary.svg +share/icons/breeze/actions/16/view-calendar-week.svg +share/icons/breeze/actions/16/view-calendar-whatsnext.svg +share/icons/breeze/actions/16/view-calendar-workweek.svg +share/icons/breeze/actions/16/view-calendar.svg +share/icons/breeze/actions/16/view-choose.svg +share/icons/breeze/actions/16/view-close.svg +share/icons/breeze/actions/16/view-file-columns.svg +share/icons/breeze/actions/16/view-filter.svg +share/icons/breeze/actions/16/view-form-action.svg +share/icons/breeze/actions/16/view-form.svg +share/icons/breeze/actions/16/view-fullscreen.svg +share/icons/breeze/actions/16/view-grid.svg +share/icons/breeze/actions/16/view-group.svg +share/icons/breeze/actions/16/view-history.svg +share/icons/breeze/actions/16/view-left-close.svg +share/icons/breeze/actions/16/view-list-details.svg +share/icons/breeze/actions/16/view-list-icons.svg +share/icons/breeze/actions/16/view-list-text.svg +share/icons/breeze/actions/16/view-list-tree.svg +share/icons/breeze/actions/16/view-media-artist.svg +share/icons/breeze/actions/16/view-media-equalizer.svg +share/icons/breeze/actions/16/view-media-lyrics.svg +share/icons/breeze/actions/16/view-media-playlist.svg +share/icons/breeze/actions/16/view-media-visualization.svg +share/icons/breeze/actions/16/view-multiple-objects.svg +share/icons/breeze/actions/16/view-object-histogram-linear.svg +share/icons/breeze/actions/16/view-object-histogram-logarithmic.svg +share/icons/breeze/actions/16/view-pim-calendar.svg +share/icons/breeze/actions/16/view-pim-contacts.svg +share/icons/breeze/actions/16/view-pim-journal.svg +share/icons/breeze/actions/16/view-pim-mail.svg +share/icons/breeze/actions/16/view-pim-news.svg +share/icons/breeze/actions/16/view-pim-notes.svg +share/icons/breeze/actions/16/view-pim-tasks-pending.svg +share/icons/breeze/actions/16/view-pim-tasks.svg +share/icons/breeze/actions/16/view-presentation.svg +share/icons/breeze/actions/16/view-preview.svg +share/icons/breeze/actions/16/view-process-all-tree.svg +share/icons/breeze/actions/16/view-process-all.svg +share/icons/breeze/actions/16/view-process-own.svg +share/icons/breeze/actions/16/view-process-system.svg +share/icons/breeze/actions/16/view-process-tree.svg +share/icons/breeze/actions/16/view-process-users.svg +share/icons/breeze/actions/16/view-readermode-active.svg +share/icons/breeze/actions/16/view-readermode.svg +share/icons/breeze/actions/16/view-refresh.svg +share/icons/breeze/actions/16/view-resource-calendar.svg +share/icons/breeze/actions/16/view-restore.svg +share/icons/breeze/actions/16/view-right-close.svg +share/icons/breeze/actions/16/view-right-new.svg +share/icons/breeze/actions/16/view-sidetree.svg +share/icons/breeze/actions/16/view-sort-ascending.svg +share/icons/breeze/actions/16/view-sort-descending.svg +share/icons/breeze/actions/16/view-split-left-right.svg +share/icons/breeze/actions/16/view-split-top-bottom.svg +share/icons/breeze/actions/16/view-statistics.svg +share/icons/breeze/actions/16/view-table-of-contents-ltr.svg +share/icons/breeze/actions/16/view-table-of-contents-rtl.svg +share/icons/breeze/actions/16/view-task-add.svg +share/icons/breeze/actions/16/view-task-child-add.svg +share/icons/breeze/actions/16/view-task-child.svg +share/icons/breeze/actions/16/view-task.svg +share/icons/breeze/actions/16/view-time-schedule-baselined-add.svg +share/icons/breeze/actions/16/view-time-schedule-baselined-remove.svg +share/icons/breeze/actions/16/view-time-schedule-baselined.svg +share/icons/breeze/actions/16/view-time-schedule-calculus.svg +share/icons/breeze/actions/16/view-time-schedule-child-insert.svg +share/icons/breeze/actions/16/view-time-schedule-edit.svg +share/icons/breeze/actions/16/view-time-schedule-insert.svg +share/icons/breeze/actions/16/view-time-schedule.svg +share/icons/breeze/actions/16/view-web-browser-dom-tree.svg +share/icons/breeze/actions/16/view_fit_to_page.svg +share/icons/breeze/actions/16/viewimage.svg +share/icons/breeze/actions/16/visibility.svg +share/icons/breeze/actions/16/window-close.svg +share/icons/breeze/actions/16/window-duplicate.svg +share/icons/breeze/actions/16/window-new.svg +share/icons/breeze/actions/16/window-next.svg +share/icons/breeze/actions/16/window-previous.svg +share/icons/breeze/actions/16/window.svg +share/icons/breeze/actions/16/x-clementine-artist.svg +share/icons/breeze/actions/16/x-clementine-shuffle.svg +share/icons/breeze/actions/16/x-shape-connection.svg +share/icons/breeze/actions/16/x-shape-formula.svg +share/icons/breeze/actions/16/x-shape-image.svg +share/icons/breeze/actions/16/x-shape-text.svg +share/icons/breeze/actions/16/x-zoom-in.svg +share/icons/breeze/actions/16/x-zoom-out.svg +share/icons/breeze/actions/16/xml-attribute-delete.svg +share/icons/breeze/actions/16/xml-element-new.svg +share/icons/breeze/actions/16/xml-node-delete.svg +share/icons/breeze/actions/16/xml-node-duplicate.svg +share/icons/breeze/actions/16/xml-text-new.svg +share/icons/breeze/actions/16/y-zoom-in.svg +share/icons/breeze/actions/16/y-zoom-out.svg +share/icons/breeze/actions/16/zoom-1-to-2.svg +share/icons/breeze/actions/16/zoom-2-to-1.svg +share/icons/breeze/actions/16/zoom-double-size.svg +share/icons/breeze/actions/16/zoom-draw.svg +share/icons/breeze/actions/16/zoom-fit-best.svg +share/icons/breeze/actions/16/zoom-fit-drawing.svg +share/icons/breeze/actions/16/zoom-fit-height.svg +share/icons/breeze/actions/16/zoom-fit-page.svg +share/icons/breeze/actions/16/zoom-fit-selection.svg +share/icons/breeze/actions/16/zoom-fit-width.svg +share/icons/breeze/actions/16/zoom-half-size.svg +share/icons/breeze/actions/16/zoom-in-large.svg +share/icons/breeze/actions/16/zoom-in-x.svg +share/icons/breeze/actions/16/zoom-in-y.svg +share/icons/breeze/actions/16/zoom-in.svg +share/icons/breeze/actions/16/zoom-next.svg +share/icons/breeze/actions/16/zoom-original.svg +share/icons/breeze/actions/16/zoom-out-x.svg +share/icons/breeze/actions/16/zoom-out-y.svg +share/icons/breeze/actions/16/zoom-out.svg +share/icons/breeze/actions/16/zoom-previous.svg +share/icons/breeze/actions/16/zoom-select-fit.svg +share/icons/breeze/actions/16/zoom-select-x.svg +share/icons/breeze/actions/16/zoom-select-y.svg +share/icons/breeze/actions/16/zoom-select.svg +share/icons/breeze/actions/16/zoom.svg +share/icons/breeze/actions/22/CVnamespace.svg +share/icons/breeze/actions/22/Info-amarok.svg +share/icons/breeze/actions/22/PrePostCondition.svg +share/icons/breeze/actions/22/accept_signal.svg +share/icons/breeze/actions/22/accept_time_event.svg +share/icons/breeze/actions/22/acrobat.svg +share/icons/breeze/actions/22/action-albumfolder-importdir2.svg +share/icons/breeze/actions/22/action-rss_tag.svg +share/icons/breeze/actions/22/activity-fork.svg +share/icons/breeze/actions/22/actor.svg +share/icons/breeze/actions/22/add-placemark.svg +share/icons/breeze/actions/22/address-book-new.svg +share/icons/breeze/actions/22/addressbook-details.svg +share/icons/breeze/actions/22/adjustcurves.svg +share/icons/breeze/actions/22/adjusthsl.svg +share/icons/breeze/actions/22/adjustlevels.svg +share/icons/breeze/actions/22/adjustrgb.svg +share/icons/breeze/actions/22/aggregation.svg +share/icons/breeze/actions/22/akonadi-phone-home.svg +share/icons/breeze/actions/22/akonadiconsole.svg +share/icons/breeze/actions/22/albumfolder-importdir.svg +share/icons/breeze/actions/22/albumfolder-importimages.svg +share/icons/breeze/actions/22/albumfolder-new.svg +share/icons/breeze/actions/22/albumfolder-properties.svg +share/icons/breeze/actions/22/albumfolder-user-trash.svg +share/icons/breeze/actions/22/align-horizontal-baseline.svg +share/icons/breeze/actions/22/align-horizontal-bottom-out.svg +share/icons/breeze/actions/22/align-horizontal-center.svg +share/icons/breeze/actions/22/align-horizontal-left-out.svg +share/icons/breeze/actions/22/align-horizontal-left-to-anchor.svg +share/icons/breeze/actions/22/align-horizontal-left.svg +share/icons/breeze/actions/22/align-horizontal-right-out.svg +share/icons/breeze/actions/22/align-horizontal-right-to-anchor.svg +share/icons/breeze/actions/22/align-horizontal-right.svg +share/icons/breeze/actions/22/align-horizontal-top-out.svg +share/icons/breeze/actions/22/align-vertical-baseline.svg +share/icons/breeze/actions/22/align-vertical-bottom-out.svg +share/icons/breeze/actions/22/align-vertical-bottom-to-anchor.svg +share/icons/breeze/actions/22/align-vertical-bottom.svg +share/icons/breeze/actions/22/align-vertical-center.svg +share/icons/breeze/actions/22/align-vertical-top-out.svg +share/icons/breeze/actions/22/align-vertical-top-to-anchor.svg +share/icons/breeze/actions/22/align-vertical-top.svg +share/icons/breeze/actions/22/amarok_artist.svg +share/icons/breeze/actions/22/amarok_cart_add.svg +share/icons/breeze/actions/22/amarok_cart_remove.svg +share/icons/breeze/actions/22/amarok_cart_view.svg +share/icons/breeze/actions/22/amarok_change_language.svg +share/icons/breeze/actions/22/amarok_clock.svg +share/icons/breeze/actions/22/amarok_lyrics.svg +share/icons/breeze/actions/22/amarok_playcount.svg +share/icons/breeze/actions/22/amarok_playlist.svg +share/icons/breeze/actions/22/amarok_playlist_refresh.svg +share/icons/breeze/actions/22/amarok_scripts.svg +share/icons/breeze/actions/22/anchor.svg +share/icons/breeze/actions/22/answer-correct.svg +share/icons/breeze/actions/22/answer.svg +share/icons/breeze/actions/22/antivignetting.svg +share/icons/breeze/actions/22/application-exit.svg +share/icons/breeze/actions/22/application-menu.svg +share/icons/breeze/actions/22/appointment-new.svg +share/icons/breeze/actions/22/approved.svg +share/icons/breeze/actions/22/archive-extract.svg +share/icons/breeze/actions/22/archive-insert-directory.svg +share/icons/breeze/actions/22/archive-insert.svg +share/icons/breeze/actions/22/archive-remove.svg +share/icons/breeze/actions/22/arrow-down-double.svg +share/icons/breeze/actions/22/arrow-down.svg +share/icons/breeze/actions/22/arrow-left-double.svg +share/icons/breeze/actions/22/arrow-left.svg +share/icons/breeze/actions/22/arrow-right-double.svg +share/icons/breeze/actions/22/arrow-right.svg +share/icons/breeze/actions/22/arrow-up-double.svg +share/icons/breeze/actions/22/arrow-up.svg +share/icons/breeze/actions/22/arrow.svg +share/icons/breeze/actions/22/artifact.svg +share/icons/breeze/actions/22/association.svg +share/icons/breeze/actions/22/atmosphere.svg +share/icons/breeze/actions/22/auto-scale-all.svg +share/icons/breeze/actions/22/auto-scale-x.svg +share/icons/breeze/actions/22/auto-scale-y.svg +share/icons/breeze/actions/22/auto-type.svg +share/icons/breeze/actions/22/autocorrection.svg +share/icons/breeze/actions/22/blurfx.svg +share/icons/breeze/actions/22/blurimage.svg +share/icons/breeze/actions/22/bookmark-add-folder.svg +share/icons/breeze/actions/22/bookmark-edit.svg +share/icons/breeze/actions/22/bookmark-new-list.svg +share/icons/breeze/actions/22/bookmark-new.svg +share/icons/breeze/actions/22/bookmark-remove.svg +share/icons/breeze/actions/22/bookmark-toolbar.svg +share/icons/breeze/actions/22/bookmarks-organize.svg +share/icons/breeze/actions/22/bookmarks.svg +share/icons/breeze/actions/22/bordertool.svg +share/icons/breeze/actions/22/box.svg +share/icons/breeze/actions/22/bqm-diff.svg +share/icons/breeze/actions/22/bqm-remove.svg +share/icons/breeze/actions/22/bqm-rmqueue.svg +share/icons/breeze/actions/22/branch.svg +share/icons/breeze/actions/22/bwtonal.svg +share/icons/breeze/actions/22/call-start.svg +share/icons/breeze/actions/22/call-stop.svg +share/icons/breeze/actions/22/cards-block.svg +share/icons/breeze/actions/22/category.svg +share/icons/breeze/actions/22/category2parent.svg +share/icons/breeze/actions/22/channelmixer.svg +share/icons/breeze/actions/22/character-set.svg +share/icons/breeze/actions/22/charcoaltool.svg +share/icons/breeze/actions/22/check_constraint.svg +share/icons/breeze/actions/22/checkbox.svg +share/icons/breeze/actions/22/checkmark.svg +share/icons/breeze/actions/22/child2category.svg +share/icons/breeze/actions/22/choice-rhomb.svg +share/icons/breeze/actions/22/choice-round.svg +share/icons/breeze/actions/22/chronometer-lap.svg +share/icons/breeze/actions/22/chronometer-pause.svg +share/icons/breeze/actions/22/chronometer-reset.svg +share/icons/breeze/actions/22/chronometer-start.svg +share/icons/breeze/actions/22/chronometer.svg +share/icons/breeze/actions/22/class-or-package.svg +share/icons/breeze/actions/22/class.svg +share/icons/breeze/actions/22/clock-large.svg +share/icons/breeze/actions/22/clock.svg +share/icons/breeze/actions/22/cloud-download.svg +share/icons/breeze/actions/22/cloud-upload.svg +share/icons/breeze/actions/22/code-block.svg +share/icons/breeze/actions/22/code-class.svg +share/icons/breeze/actions/22/code-context.svg +share/icons/breeze/actions/22/code-function.svg +share/icons/breeze/actions/22/code-typedef.svg +share/icons/breeze/actions/22/code-variable.svg +share/icons/breeze/actions/22/collection-rescan-amarok.svg +share/icons/breeze/actions/22/color-fill.svg +share/icons/breeze/actions/22/color-gradient.svg +share/icons/breeze/actions/22/color-management.svg +share/icons/breeze/actions/22/color-picker-black.svg +share/icons/breeze/actions/22/color-picker-grey.svg +share/icons/breeze/actions/22/color-picker-white.svg +share/icons/breeze/actions/22/color-picker.svg +share/icons/breeze/actions/22/colorfx.svg +share/icons/breeze/actions/22/colormanagement.svg +share/icons/breeze/actions/22/colorneg.svg +share/icons/breeze/actions/22/colors-chromablue.svg +share/icons/breeze/actions/22/colors-chromagreen.svg +share/icons/breeze/actions/22/colors-chromared.svg +share/icons/breeze/actions/22/colors-luma.svg +share/icons/breeze/actions/22/combined_fragment.svg +share/icons/breeze/actions/22/compass.svg +share/icons/breeze/actions/22/component.svg +share/icons/breeze/actions/22/composition.svg +share/icons/breeze/actions/22/configure-shortcuts.svg +share/icons/breeze/actions/22/configure-toolbars.svg +share/icons/breeze/actions/22/configure.svg +share/icons/breeze/actions/22/contact-new.svg +share/icons/breeze/actions/22/containment.svg +share/icons/breeze/actions/22/contrast.svg +share/icons/breeze/actions/22/coordinate.svg +share/icons/breeze/actions/22/copy-coordinates.svg +share/icons/breeze/actions/22/crosshairs.svg +share/icons/breeze/actions/22/cursor-arrow.svg +share/icons/breeze/actions/22/curve-connector.svg +share/icons/breeze/actions/22/dashboard-show.svg +share/icons/breeze/actions/22/database-change-key.svg +share/icons/breeze/actions/22/database-index.svg +share/icons/breeze/actions/22/datatype.svg +share/icons/breeze/actions/22/debug-execute-from-cursor.svg +share/icons/breeze/actions/22/debug-execute-to-cursor.svg +share/icons/breeze/actions/22/debug-run-cursor.svg +share/icons/breeze/actions/22/debug-run.svg +share/icons/breeze/actions/22/debug-step-instruction.svg +share/icons/breeze/actions/22/debug-step-into-instruction.svg +share/icons/breeze/actions/22/debug-step-into.svg +share/icons/breeze/actions/22/debug-step-out.svg +share/icons/breeze/actions/22/debug-step-over.svg +share/icons/breeze/actions/22/deep-history.svg +share/icons/breeze/actions/22/delete-comment.svg +share/icons/breeze/actions/22/delete-table-row.svg +share/icons/breeze/actions/22/dependency.svg +share/icons/breeze/actions/22/depth16to8.svg +share/icons/breeze/actions/22/depth8to16.svg +share/icons/breeze/actions/22/diag_activity.svg +share/icons/breeze/actions/22/diag_class.svg +share/icons/breeze/actions/22/diag_component.svg +share/icons/breeze/actions/22/dialog-cancel.svg +share/icons/breeze/actions/22/dialog-close.svg +share/icons/breeze/actions/22/dialog-messages.svg +share/icons/breeze/actions/22/dialog-ok-apply.svg +share/icons/breeze/actions/22/dialog-ok.svg +share/icons/breeze/actions/22/dialog-xml-editor.svg +share/icons/breeze/actions/22/dirsync.svg +share/icons/breeze/actions/22/distortionfx.svg +share/icons/breeze/actions/22/distribute-graph-directed.svg +share/icons/breeze/actions/22/distribute-graph.svg +share/icons/breeze/actions/22/distribute-horizontal-baseline.svg +share/icons/breeze/actions/22/distribute-horizontal-center.svg +share/icons/breeze/actions/22/distribute-horizontal-equal.svg +share/icons/breeze/actions/22/distribute-horizontal-gaps.svg +share/icons/breeze/actions/22/distribute-horizontal-left.svg +share/icons/breeze/actions/22/distribute-horizontal-margin.svg +share/icons/breeze/actions/22/distribute-horizontal-page.svg +share/icons/breeze/actions/22/distribute-horizontal-right.svg +share/icons/breeze/actions/22/distribute-horizontal-x.svg +share/icons/breeze/actions/22/distribute-horizontal.svg +share/icons/breeze/actions/22/distribute-randomize.svg +share/icons/breeze/actions/22/distribute-remove-overlaps.svg +share/icons/breeze/actions/22/distribute-unclump.svg +share/icons/breeze/actions/22/distribute-vertical-baseline.svg +share/icons/breeze/actions/22/distribute-vertical-bottom.svg +share/icons/breeze/actions/22/distribute-vertical-center.svg +share/icons/breeze/actions/22/distribute-vertical-equal.svg +share/icons/breeze/actions/22/distribute-vertical-gaps.svg +share/icons/breeze/actions/22/distribute-vertical-margin.svg +share/icons/breeze/actions/22/distribute-vertical-page.svg +share/icons/breeze/actions/22/distribute-vertical-top.svg +share/icons/breeze/actions/22/distribute-vertical-y.svg +share/icons/breeze/actions/22/distribute-vertical.svg +share/icons/breeze/actions/22/document-close.svg +share/icons/breeze/actions/22/document-decrypt.svg +share/icons/breeze/actions/22/document-edit-decrypt-verify.svg +share/icons/breeze/actions/22/document-edit-decrypt.svg +share/icons/breeze/actions/22/document-edit-encrypt.svg +share/icons/breeze/actions/22/document-edit-sign-encrypt.svg +share/icons/breeze/actions/22/document-edit-sign.svg +share/icons/breeze/actions/22/document-edit-verify.svg +share/icons/breeze/actions/22/document-edit.svg +share/icons/breeze/actions/22/document-encrypt.svg +share/icons/breeze/actions/22/document-encrypted.svg +share/icons/breeze/actions/22/document-export-table.svg +share/icons/breeze/actions/22/document-export.svg +share/icons/breeze/actions/22/document-import.svg +share/icons/breeze/actions/22/document-multiple.svg +share/icons/breeze/actions/22/document-new-from-template.svg +share/icons/breeze/actions/22/document-new.svg +share/icons/breeze/actions/22/document-open-data.svg +share/icons/breeze/actions/22/document-open-folder.svg +share/icons/breeze/actions/22/document-open-recent.svg +share/icons/breeze/actions/22/document-open-remote.svg +share/icons/breeze/actions/22/document-open.svg +share/icons/breeze/actions/22/document-preview-archive.svg +share/icons/breeze/actions/22/document-preview.svg +share/icons/breeze/actions/22/document-print-direct.svg +share/icons/breeze/actions/22/document-print-frame.svg +share/icons/breeze/actions/22/document-print-preview.svg +share/icons/breeze/actions/22/document-print.svg +share/icons/breeze/actions/22/document-properties.svg +share/icons/breeze/actions/22/document-revert.svg +share/icons/breeze/actions/22/document-save-all.svg +share/icons/breeze/actions/22/document-save-as-template.svg +share/icons/breeze/actions/22/document-save-as.svg +share/icons/breeze/actions/22/document-save.svg +share/icons/breeze/actions/22/document-share.svg +share/icons/breeze/actions/22/document-sign.svg +share/icons/breeze/actions/22/document-swap.svg +share/icons/breeze/actions/22/documentation.svg +share/icons/breeze/actions/22/documentinfo.svg +share/icons/breeze/actions/22/dontknow.svg +share/icons/breeze/actions/22/download-amarok.svg +share/icons/breeze/actions/22/download-later.svg +share/icons/breeze/actions/22/download.svg +share/icons/breeze/actions/22/draw-arrow-back.svg +share/icons/breeze/actions/22/draw-arrow-down.svg +share/icons/breeze/actions/22/draw-arrow-forward.svg +share/icons/breeze/actions/22/draw-arrow-up.svg +share/icons/breeze/actions/22/draw-bezier-curves.svg +share/icons/breeze/actions/22/draw-brush.svg +share/icons/breeze/actions/22/draw-calligraphic.svg +share/icons/breeze/actions/22/draw-circle.svg +share/icons/breeze/actions/22/draw-connector.svg +share/icons/breeze/actions/22/draw-cross.svg +share/icons/breeze/actions/22/draw-cuboid.svg +share/icons/breeze/actions/22/draw-donut.svg +share/icons/breeze/actions/22/draw-ellipse.svg +share/icons/breeze/actions/22/draw-eraser.svg +share/icons/breeze/actions/22/draw-freehand.svg +share/icons/breeze/actions/22/draw-halfcircle1.svg +share/icons/breeze/actions/22/draw-halfcircle2.svg +share/icons/breeze/actions/22/draw-halfcircle3.svg +share/icons/breeze/actions/22/draw-halfcircle4.svg +share/icons/breeze/actions/22/draw-line.svg +share/icons/breeze/actions/22/draw-path.svg +share/icons/breeze/actions/22/draw-polygon-star.svg +share/icons/breeze/actions/22/draw-polygon.svg +share/icons/breeze/actions/22/draw-polyline.svg +share/icons/breeze/actions/22/draw-rectangle.svg +share/icons/breeze/actions/22/draw-spiral.svg +share/icons/breeze/actions/22/draw-square-inverted-corners.svg +share/icons/breeze/actions/22/draw-star.svg +share/icons/breeze/actions/22/draw-text.svg +share/icons/breeze/actions/22/draw-triangle.svg +share/icons/breeze/actions/22/draw-triangle1.svg +share/icons/breeze/actions/22/draw-triangle2.svg +share/icons/breeze/actions/22/draw-triangle3.svg +share/icons/breeze/actions/22/draw-triangle4.svg +share/icons/breeze/actions/22/draw-watercolor.svg +share/icons/breeze/actions/22/dynamic-amarok.svg +share/icons/breeze/actions/22/earthquake.svg +share/icons/breeze/actions/22/edit-bomb.svg +share/icons/breeze/actions/22/edit-clear-history.svg +share/icons/breeze/actions/22/edit-clear-list.svg +share/icons/breeze/actions/22/edit-clear-locationbar-ltr.svg +share/icons/breeze/actions/22/edit-clear-locationbar-rtl.svg +share/icons/breeze/actions/22/edit-clear.svg +share/icons/breeze/actions/22/edit-clone.svg +share/icons/breeze/actions/22/edit-comment.svg +share/icons/breeze/actions/22/edit-copy.svg +share/icons/breeze/actions/22/edit-cut.svg +share/icons/breeze/actions/22/edit-delete-shred.svg +share/icons/breeze/actions/22/edit-delete.svg +share/icons/breeze/actions/22/edit-download.svg +share/icons/breeze/actions/22/edit-entry.svg +share/icons/breeze/actions/22/edit-find-mail.svg +share/icons/breeze/actions/22/edit-find-project.svg +share/icons/breeze/actions/22/edit-find-replace.svg +share/icons/breeze/actions/22/edit-find-user.svg +share/icons/breeze/actions/22/edit-find.svg +share/icons/breeze/actions/22/edit-group.svg +share/icons/breeze/actions/22/edit-guides.svg +share/icons/breeze/actions/22/edit-image-face-add.svg +share/icons/breeze/actions/22/edit-image-face-detect.svg +share/icons/breeze/actions/22/edit-image-face-recognize.svg +share/icons/breeze/actions/22/edit-image-face-show.svg +share/icons/breeze/actions/22/edit-link.svg +share/icons/breeze/actions/22/edit-map.svg +share/icons/breeze/actions/22/edit-node.svg +share/icons/breeze/actions/22/edit-paste-in-place.svg +share/icons/breeze/actions/22/edit-paste.svg +share/icons/breeze/actions/22/edit-redo.svg +share/icons/breeze/actions/22/edit-rename.svg +share/icons/breeze/actions/22/edit-select-all.svg +share/icons/breeze/actions/22/edit-select-invert.svg +share/icons/breeze/actions/22/edit-select-lasso.svg +share/icons/breeze/actions/22/edit-select-none.svg +share/icons/breeze/actions/22/edit-select.svg +share/icons/breeze/actions/22/edit-table-cell-merge.svg +share/icons/breeze/actions/22/edit-table-cell-split.svg +share/icons/breeze/actions/22/edit-table-delete-column.svg +share/icons/breeze/actions/22/edit-table-delete-row.svg +share/icons/breeze/actions/22/edit-table-insert-column-left.svg +share/icons/breeze/actions/22/edit-table-insert-column-right.svg +share/icons/breeze/actions/22/edit-table-insert-row-above.svg +share/icons/breeze/actions/22/edit-table-insert-row-below.svg +share/icons/breeze/actions/22/edit-table-insert-row-under.svg +share/icons/breeze/actions/22/edit-text-frame-update.svg +share/icons/breeze/actions/22/edit-undo.svg +share/icons/breeze/actions/22/editimage.svg +share/icons/breeze/actions/22/editor.svg +share/icons/breeze/actions/22/embosstool.svg +share/icons/breeze/actions/22/end_of_life.svg +share/icons/breeze/actions/22/end_state.svg +share/icons/breeze/actions/22/entity.svg +share/icons/breeze/actions/22/entry-delete.svg +share/icons/breeze/actions/22/entry-edit.svg +share/icons/breeze/actions/22/entry-new.svg +share/icons/breeze/actions/22/enum.svg +share/icons/breeze/actions/22/error.svg +share/icons/breeze/actions/22/escape-direction-all.svg +share/icons/breeze/actions/22/escape-direction-down.svg +share/icons/breeze/actions/22/escape-direction-horizontal.svg +share/icons/breeze/actions/22/escape-direction-left.svg +share/icons/breeze/actions/22/escape-direction-right.svg +share/icons/breeze/actions/22/escape-direction-up.svg +share/icons/breeze/actions/22/escape-direction-vertical.svg +share/icons/breeze/actions/22/exception.svg +share/icons/breeze/actions/22/exchange-positions-clockwise.svg +share/icons/breeze/actions/22/exchange-positions-zorder.svg +share/icons/breeze/actions/22/exchange-positions.svg +share/icons/breeze/actions/22/exifinfo.svg +share/icons/breeze/actions/22/favorite-genres-amarok.svg +share/icons/breeze/actions/22/feed-subscribe.svg +share/icons/breeze/actions/22/file-zoom-in.svg +share/icons/breeze/actions/22/file-zoom-out.svg +share/icons/breeze/actions/22/filename-album-amarok.svg +share/icons/breeze/actions/22/filename-and-amarok.svg +share/icons/breeze/actions/22/filename-artist-amarok.svg +share/icons/breeze/actions/22/filename-bpm-amarok.svg +share/icons/breeze/actions/22/filename-comment-amarok.svg +share/icons/breeze/actions/22/filename-composer-amarok.svg +share/icons/breeze/actions/22/filename-dash-amarok.svg +share/icons/breeze/actions/22/filename-discnumber-amarok.svg +share/icons/breeze/actions/22/filename-divider.svg +share/icons/breeze/actions/22/filename-dot-amarok.svg +share/icons/breeze/actions/22/filename-filetype-amarok.svg +share/icons/breeze/actions/22/filename-genre-amarok.svg +share/icons/breeze/actions/22/filename-group-length.svg +share/icons/breeze/actions/22/filename-group-tracks.svg +share/icons/breeze/actions/22/filename-ignore-amarok.svg +share/icons/breeze/actions/22/filename-initial-amarok.svg +share/icons/breeze/actions/22/filename-last-played.svg +share/icons/breeze/actions/22/filename-moodbar.svg +share/icons/breeze/actions/22/filename-sample-rate.svg +share/icons/breeze/actions/22/filename-slash-amarok.svg +share/icons/breeze/actions/22/filename-space-amarok.svg +share/icons/breeze/actions/22/filename-title-amarok.svg +share/icons/breeze/actions/22/filename-track-amarok.svg +share/icons/breeze/actions/22/filename-underscore-amarok.svg +share/icons/breeze/actions/22/filename-year-amarok.svg +share/icons/breeze/actions/22/fileview-preview.svg +share/icons/breeze/actions/22/fill-color.svg +share/icons/breeze/actions/22/filmgrain.svg +share/icons/breeze/actions/22/final_activity.svg +share/icons/breeze/actions/22/flag-black.svg +share/icons/breeze/actions/22/flag-blue.svg +share/icons/breeze/actions/22/flag-green.svg +share/icons/breeze/actions/22/flag-red.svg +share/icons/breeze/actions/22/flag-yellow.svg +share/icons/breeze/actions/22/flag.svg +share/icons/breeze/actions/22/flash.svg +share/icons/breeze/actions/22/folder-html.svg +share/icons/breeze/actions/22/folder-new.svg +share/icons/breeze/actions/22/folder-sync.svg +share/icons/breeze/actions/22/followmouse.svg +share/icons/breeze/actions/22/foreignkey_constraint.svg +share/icons/breeze/actions/22/fork.svg +share/icons/breeze/actions/22/format-add-node.svg +share/icons/breeze/actions/22/format-align-vertical-bottom.svg +share/icons/breeze/actions/22/format-align-vertical-center.svg +share/icons/breeze/actions/22/format-align-vertical-top.svg +share/icons/breeze/actions/22/format-border-set-all.svg +share/icons/breeze/actions/22/format-border-set-bottom.svg +share/icons/breeze/actions/22/format-border-set-diagonal-bl-tr.svg +share/icons/breeze/actions/22/format-border-set-diagonal-tl-br.svg +share/icons/breeze/actions/22/format-border-set-external.svg +share/icons/breeze/actions/22/format-border-set-internal-horizontal.svg +share/icons/breeze/actions/22/format-border-set-internal-vertical.svg +share/icons/breeze/actions/22/format-border-set-internal.svg +share/icons/breeze/actions/22/format-border-set-left.svg +share/icons/breeze/actions/22/format-border-set-none.svg +share/icons/breeze/actions/22/format-border-set-right.svg +share/icons/breeze/actions/22/format-border-set-top.svg +share/icons/breeze/actions/22/format-border-style.svg +share/icons/breeze/actions/22/format-break-node.svg +share/icons/breeze/actions/22/format-connect-node.svg +share/icons/breeze/actions/22/format-convert-to-path.svg +share/icons/breeze/actions/22/format-currency.svg +share/icons/breeze/actions/22/format-disconnect-node.svg +share/icons/breeze/actions/22/format-fill-color.svg +share/icons/breeze/actions/22/format-font-size-less.svg +share/icons/breeze/actions/22/format-font-size-more.svg +share/icons/breeze/actions/22/format-indent-less.svg +share/icons/breeze/actions/22/format-indent-more.svg +share/icons/breeze/actions/22/format-insert-node.svg +share/icons/breeze/actions/22/format-join-node.svg +share/icons/breeze/actions/22/format-justify-center.svg +share/icons/breeze/actions/22/format-justify-fill.svg +share/icons/breeze/actions/22/format-justify-left.svg +share/icons/breeze/actions/22/format-justify-right.svg +share/icons/breeze/actions/22/format-line-spacing-double.svg +share/icons/breeze/actions/22/format-line-spacing-normal.svg +share/icons/breeze/actions/22/format-line-spacing-triple.svg +share/icons/breeze/actions/22/format-list-ordered.svg +share/icons/breeze/actions/22/format-list-unordered.svg +share/icons/breeze/actions/22/format-node-corner.svg +share/icons/breeze/actions/22/format-node-curve.svg +share/icons/breeze/actions/22/format-node-line.svg +share/icons/breeze/actions/22/format-node-smooth.svg +share/icons/breeze/actions/22/format-node-symmetric.svg +share/icons/breeze/actions/22/format-number-percent.svg +share/icons/breeze/actions/22/format-precision-less.svg +share/icons/breeze/actions/22/format-precision-more.svg +share/icons/breeze/actions/22/format-remove-node.svg +share/icons/breeze/actions/22/format-segment-curve.svg +share/icons/breeze/actions/22/format-segment-line.svg +share/icons/breeze/actions/22/format-stroke-color.svg +share/icons/breeze/actions/22/format-text-blockquote.svg +share/icons/breeze/actions/22/format-text-bold.svg +share/icons/breeze/actions/22/format-text-capitalize.svg +share/icons/breeze/actions/22/format-text-code.svg +share/icons/breeze/actions/22/format-text-color.svg +share/icons/breeze/actions/22/format-text-direction-horizontal.svg +share/icons/breeze/actions/22/format-text-direction-ltr.svg +share/icons/breeze/actions/22/format-text-direction-rtl.svg +share/icons/breeze/actions/22/format-text-direction-vertical.svg +share/icons/breeze/actions/22/format-text-italic.svg +share/icons/breeze/actions/22/format-text-lowercase.svg +share/icons/breeze/actions/22/format-text-strikethrough.svg +share/icons/breeze/actions/22/format-text-subscript.svg +share/icons/breeze/actions/22/format-text-superscript.svg +share/icons/breeze/actions/22/format-text-symbol.svg +share/icons/breeze/actions/22/format-text-underline.svg +share/icons/breeze/actions/22/format-text-uppercase.svg +share/icons/breeze/actions/22/formula.svg +share/icons/breeze/actions/22/freerotation.svg +share/icons/breeze/actions/22/games-achievements.svg +share/icons/breeze/actions/22/games-config-background.svg +share/icons/breeze/actions/22/games-config-board.svg +share/icons/breeze/actions/22/games-config-custom.svg +share/icons/breeze/actions/22/games-config-options.svg +share/icons/breeze/actions/22/games-config-theme.svg +share/icons/breeze/actions/22/games-config-tiles.svg +share/icons/breeze/actions/22/games-difficult.svg +share/icons/breeze/actions/22/games-endturn.svg +share/icons/breeze/actions/22/games-highscores.svg +share/icons/breeze/actions/22/games-hint.svg +share/icons/breeze/actions/22/games-solve.svg +share/icons/breeze/actions/22/geany-build.svg +share/icons/breeze/actions/22/geany-close-all.svg +share/icons/breeze/actions/22/geany-save-all.svg +share/icons/breeze/actions/22/generalisation.svg +share/icons/breeze/actions/22/generalise.svg +share/icons/breeze/actions/22/get-hot-new-stuff.svg +share/icons/breeze/actions/22/globe.svg +share/icons/breeze/actions/22/go-bottom.svg +share/icons/breeze/actions/22/go-down-search.svg +share/icons/breeze/actions/22/go-down.svg +share/icons/breeze/actions/22/go-first-view-page.svg +share/icons/breeze/actions/22/go-first-view.svg +share/icons/breeze/actions/22/go-first.svg +share/icons/breeze/actions/22/go-home-large.svg +share/icons/breeze/actions/22/go-home.svg +share/icons/breeze/actions/22/go-jump-declaration.svg +share/icons/breeze/actions/22/go-jump-definition.svg +share/icons/breeze/actions/22/go-jump-locationbar.svg +share/icons/breeze/actions/22/go-jump-today.svg +share/icons/breeze/actions/22/go-jump.svg +share/icons/breeze/actions/22/go-last-view-page.svg +share/icons/breeze/actions/22/go-last-view.svg +share/icons/breeze/actions/22/go-last.svg +share/icons/breeze/actions/22/go-next-context.svg +share/icons/breeze/actions/22/go-next-use.svg +share/icons/breeze/actions/22/go-next-view-page.svg +share/icons/breeze/actions/22/go-next-view.svg +share/icons/breeze/actions/22/go-next.svg +share/icons/breeze/actions/22/go-parent-folder.svg +share/icons/breeze/actions/22/go-previous-context.svg +share/icons/breeze/actions/22/go-previous-use.svg +share/icons/breeze/actions/22/go-previous-view-page.svg +share/icons/breeze/actions/22/go-previous-view.svg +share/icons/breeze/actions/22/go-previous.svg +share/icons/breeze/actions/22/go-top.svg +share/icons/breeze/actions/22/go-up-search.svg +share/icons/breeze/actions/22/go-up.svg +share/icons/breeze/actions/22/gpg.svg +share/icons/breeze/actions/22/gpgsm.svg +share/icons/breeze/actions/22/gps.svg +share/icons/breeze/actions/22/grid-rectangular.svg +share/icons/breeze/actions/22/group-delete.svg +share/icons/breeze/actions/22/group-edit.svg +share/icons/breeze/actions/22/group-new.svg +share/icons/breeze/actions/22/group.svg +share/icons/breeze/actions/22/gtk-add.svg +share/icons/breeze/actions/22/gtk-apply.svg +share/icons/breeze/actions/22/gtk-authentication.svg +share/icons/breeze/actions/22/gtk-bold.svg +share/icons/breeze/actions/22/gtk-cancel.svg +share/icons/breeze/actions/22/gtk-cdrom.svg +share/icons/breeze/actions/22/gtk-clear.svg +share/icons/breeze/actions/22/gtk-close.svg +share/icons/breeze/actions/22/gtk-color-picker.svg +share/icons/breeze/actions/22/gtk-connect.svg +share/icons/breeze/actions/22/gtk-convert.svg +share/icons/breeze/actions/22/gtk-disconnect.svg +share/icons/breeze/actions/22/gtk-edit.svg +share/icons/breeze/actions/22/gtk-execute.svg +share/icons/breeze/actions/22/gtk-floppy.svg +share/icons/breeze/actions/22/gtk-index.svg +share/icons/breeze/actions/22/gtk-no.svg +share/icons/breeze/actions/22/gtk-ok.svg +share/icons/breeze/actions/22/gtk-preferences.svg +share/icons/breeze/actions/22/gtk-properties.svg +share/icons/breeze/actions/22/gtk-quit.svg +share/icons/breeze/actions/22/gtk-select-color.svg +share/icons/breeze/actions/22/gtk-select-font.svg +share/icons/breeze/actions/22/gtk-stop.svg +share/icons/breeze/actions/22/gtk-undelete-ltr.svg +share/icons/breeze/actions/22/gtk-undelete-rtl.svg +share/icons/breeze/actions/22/gtk-yes.svg +share/icons/breeze/actions/22/guides.svg +share/icons/breeze/actions/22/handle-left.svg +share/icons/breeze/actions/22/handle-right.svg +share/icons/breeze/actions/22/help-about.svg +share/icons/breeze/actions/22/help-contents.svg +share/icons/breeze/actions/22/help-contextual.svg +share/icons/breeze/actions/22/help-donate.svg +share/icons/breeze/actions/22/help-feedback.svg +share/icons/breeze/actions/22/help-hint.svg +share/icons/breeze/actions/22/help-keybord-shortcuts.svg +share/icons/breeze/actions/22/help-whatsthis.svg +share/icons/breeze/actions/22/hidemouse.svg +share/icons/breeze/actions/22/hint.svg +share/icons/breeze/actions/22/hotpixels.svg +share/icons/breeze/actions/22/identity.svg +share/icons/breeze/actions/22/im-aim.svg +share/icons/breeze/actions/22/im-ban-kick-user.svg +share/icons/breeze/actions/22/im-ban-user.svg +share/icons/breeze/actions/22/im-facebook.svg +share/icons/breeze/actions/22/im-gadugadu.svg +share/icons/breeze/actions/22/im-google-talk.svg +share/icons/breeze/actions/22/im-google.svg +share/icons/breeze/actions/22/im-icq.svg +share/icons/breeze/actions/22/im-identi.ca.svg +share/icons/breeze/actions/22/im-invisible-user.svg +share/icons/breeze/actions/22/im-irc.svg +share/icons/breeze/actions/22/im-jabber.svg +share/icons/breeze/actions/22/im-kick-user.svg +share/icons/breeze/actions/22/im-msn.svg +share/icons/breeze/actions/22/im-qq.svg +share/icons/breeze/actions/22/im-skype.svg +share/icons/breeze/actions/22/im-twitter.svg +share/icons/breeze/actions/22/im-user-away.svg +share/icons/breeze/actions/22/im-user-busy.svg +share/icons/breeze/actions/22/im-user-offline.svg +share/icons/breeze/actions/22/im-user-online.svg +share/icons/breeze/actions/22/im-user.svg +share/icons/breeze/actions/22/im-yahoo.svg +share/icons/breeze/actions/22/imagecomment.svg +share/icons/breeze/actions/22/initial_state.svg +share/icons/breeze/actions/22/inpainting.svg +share/icons/breeze/actions/22/insert-button.svg +share/icons/breeze/actions/22/insert-endnote.svg +share/icons/breeze/actions/22/insert-footnote.svg +share/icons/breeze/actions/22/insert-horizontal-rule.svg +share/icons/breeze/actions/22/insert-image.svg +share/icons/breeze/actions/22/insert-link.svg +share/icons/breeze/actions/22/insert-math-expression.svg +share/icons/breeze/actions/22/insert-more-mark.svg +share/icons/breeze/actions/22/insert-page-break.svg +share/icons/breeze/actions/22/insert-table-of-contents.svg +share/icons/breeze/actions/22/insert-table-row.svg +share/icons/breeze/actions/22/insert-table.svg +share/icons/breeze/actions/22/insert-tableofcontents.svg +share/icons/breeze/actions/22/insert-text-frame.svg +share/icons/breeze/actions/22/insert-text.svg +share/icons/breeze/actions/22/interface.svg +share/icons/breeze/actions/22/internet-amarok.svg +share/icons/breeze/actions/22/internet-services.svg +share/icons/breeze/actions/22/invertimage.svg +share/icons/breeze/actions/22/irc-channel-active.svg +share/icons/breeze/actions/22/irc-channel-inactive.svg +share/icons/breeze/actions/22/irc-close-channel.svg +share/icons/breeze/actions/22/irc-join-channel.svg +share/icons/breeze/actions/22/irc-operator.svg +share/icons/breeze/actions/22/irc-remove-operator.svg +share/icons/breeze/actions/22/irc-unvoice.svg +share/icons/breeze/actions/22/irc-voice.svg +share/icons/breeze/actions/22/join.svg +share/icons/breeze/actions/22/journal-new.svg +share/icons/breeze/actions/22/junction.svg +share/icons/breeze/actions/22/kdenlive-add-clip.svg +share/icons/breeze/actions/22/kdenlive-add-color-clip.svg +share/icons/breeze/actions/22/kdenlive-add-slide-clip.svg +share/icons/breeze/actions/22/kdenlive-add-text-clip.svg +share/icons/breeze/actions/22/kdenlive-align-bottom.svg +share/icons/breeze/actions/22/kdenlive-align-hor.svg +share/icons/breeze/actions/22/kdenlive-align-left.svg +share/icons/breeze/actions/22/kdenlive-align-none.svg +share/icons/breeze/actions/22/kdenlive-align-right.svg +share/icons/breeze/actions/22/kdenlive-align-top.svg +share/icons/breeze/actions/22/kdenlive-align-vert.svg +share/icons/breeze/actions/22/kdenlive-custom-effect.svg +share/icons/breeze/actions/22/kdenlive-deleffect.svg +share/icons/breeze/actions/22/kdenlive-down.svg +share/icons/breeze/actions/22/kdenlive-hide-audio.svg +share/icons/breeze/actions/22/kdenlive-hide-video.svg +share/icons/breeze/actions/22/kdenlive-insert-edit.svg +share/icons/breeze/actions/22/kdenlive-insert-rect.svg +share/icons/breeze/actions/22/kdenlive-insert-unicode.svg +share/icons/breeze/actions/22/kdenlive-lock.svg +share/icons/breeze/actions/22/kdenlive-menu.svg +share/icons/breeze/actions/22/kdenlive-normal-edit.svg +share/icons/breeze/actions/22/kdenlive-object-height.svg +share/icons/breeze/actions/22/kdenlive-object-width.svg +share/icons/breeze/actions/22/kdenlive-overwrite-edit.svg +share/icons/breeze/actions/22/kdenlive-select-all.svg +share/icons/breeze/actions/22/kdenlive-select-images.svg +share/icons/breeze/actions/22/kdenlive-select-rects.svg +share/icons/breeze/actions/22/kdenlive-select-texts.svg +share/icons/breeze/actions/22/kdenlive-select-tool.svg +share/icons/breeze/actions/22/kdenlive-show-audio.svg +share/icons/breeze/actions/22/kdenlive-show-audiothumb.svg +share/icons/breeze/actions/22/kdenlive-show-markers.svg +share/icons/breeze/actions/22/kdenlive-show-video.svg +share/icons/breeze/actions/22/kdenlive-show-videothumb.svg +share/icons/breeze/actions/22/kdenlive-snap.svg +share/icons/breeze/actions/22/kdenlive-spacer-tool.svg +share/icons/breeze/actions/22/kdenlive-split-audio.svg +share/icons/breeze/actions/22/kdenlive-track_has_effect.svg +share/icons/breeze/actions/22/kdenlive-unlock.svg +share/icons/breeze/actions/22/kdenlive-unselect-all.svg +share/icons/breeze/actions/22/kdenlive-up.svg +share/icons/breeze/actions/22/kdenlive-zindex-bottom.svg +share/icons/breeze/actions/22/kdenlive-zindex-down.svg +share/icons/breeze/actions/22/kdenlive-zindex-top.svg +share/icons/breeze/actions/22/kdenlive-zindex-up.svg +share/icons/breeze/actions/22/kdenlive-zone-end.svg +share/icons/breeze/actions/22/kdenlive-zone-start.svg +share/icons/breeze/actions/22/kdenlive-zoom-large.svg +share/icons/breeze/actions/22/kdenlive-zoom-small.svg +share/icons/breeze/actions/22/kdocumentinfo.svg +share/icons/breeze/actions/22/key-enter.svg +share/icons/breeze/actions/22/kmousetool_off.svg +share/icons/breeze/actions/22/kmousetool_on.svg +share/icons/breeze/actions/22/kmouth-phrase-new.svg +share/icons/breeze/actions/22/kmouth-phrase.svg +share/icons/breeze/actions/22/kmouth-phrasebook.svg +share/icons/breeze/actions/22/kmouth-phresebook-new.svg +share/icons/breeze/actions/22/knotes_alarm.svg +share/icons/breeze/actions/22/knotes_date.svg +share/icons/breeze/actions/22/knotes_delete.svg +share/icons/breeze/actions/22/know.svg +share/icons/breeze/actions/22/kontes_close.svg +share/icons/breeze/actions/22/kr_combine.svg +share/icons/breeze/actions/22/kr_comparedirs.svg +share/icons/breeze/actions/22/kr_diskusage.svg +share/icons/breeze/actions/22/kr_jumpback.svg +share/icons/breeze/actions/22/kr_mountman.svg +share/icons/breeze/actions/22/kr_setjumpback.svg +share/icons/breeze/actions/22/kr_syncbrowse_off.svg +share/icons/breeze/actions/22/kr_syncbrowse_on.svg +share/icons/breeze/actions/22/kr_unselect.svg +share/icons/breeze/actions/22/kstars_advanced.svg +share/icons/breeze/actions/22/kstars_catalog.svg +share/icons/breeze/actions/22/kstars_cbound.svg +share/icons/breeze/actions/22/kstars_clines.svg +share/icons/breeze/actions/22/kstars_cnames.svg +share/icons/breeze/actions/22/kstars_colors.svg +share/icons/breeze/actions/22/kstars_constellationart.svg +share/icons/breeze/actions/22/kstars_deepsky.svg +share/icons/breeze/actions/22/kstars_ekos.svg +share/icons/breeze/actions/22/kstars_fitsviewer.svg +share/icons/breeze/actions/22/kstars_flag.svg +share/icons/breeze/actions/22/kstars_grid.svg +share/icons/breeze/actions/22/kstars_guides.svg +share/icons/breeze/actions/22/kstars_hgrid.svg +share/icons/breeze/actions/22/kstars_horizon.svg +share/icons/breeze/actions/22/kstars_indi.svg +share/icons/breeze/actions/22/kstars_mw.svg +share/icons/breeze/actions/22/kstars_planets.svg +share/icons/breeze/actions/22/kstars_satellites.svg +share/icons/breeze/actions/22/kstars_solarsystem.svg +share/icons/breeze/actions/22/kstars_stars.svg +share/icons/breeze/actions/22/kstars_supernovae.svg +share/icons/breeze/actions/22/kstars_xplanet.svg +share/icons/breeze/actions/22/kt-add-feeds.svg +share/icons/breeze/actions/22/kt-add-filters.svg +share/icons/breeze/actions/22/kt-bandwidth-scheduler.svg +share/icons/breeze/actions/22/kt-change-tracker.svg +share/icons/breeze/actions/22/kt-check-data.svg +share/icons/breeze/actions/22/kt-chunks.svg +share/icons/breeze/actions/22/kt-encrypted.svg +share/icons/breeze/actions/22/kt-info-widget.svg +share/icons/breeze/actions/22/kt-magnet.svg +share/icons/breeze/actions/22/kt-pause.svg +share/icons/breeze/actions/22/kt-plugins.svg +share/icons/breeze/actions/22/kt-queue-manager.svg +share/icons/breeze/actions/22/kt-remove-feeds.svg +share/icons/breeze/actions/22/kt-remove-filters.svg +share/icons/breeze/actions/22/kt-remove.svg +share/icons/breeze/actions/22/kt-restore-defaults.svg +share/icons/breeze/actions/22/kt-set-max-download-speed.svg +share/icons/breeze/actions/22/kt-set-max-upload-speed.svg +share/icons/breeze/actions/22/kt-show-statusbar.svg +share/icons/breeze/actions/22/kt-speed-limits.svg +share/icons/breeze/actions/22/kt-start-all.svg +share/icons/breeze/actions/22/kt-start.svg +share/icons/breeze/actions/22/kt-stop-all.svg +share/icons/breeze/actions/22/kt-stop.svg +share/icons/breeze/actions/22/ktnef_extract_to.svg +share/icons/breeze/actions/22/label-amarok.svg +share/icons/breeze/actions/22/labplot-1x-zoom.svg +share/icons/breeze/actions/22/labplot-2x-zoom.svg +share/icons/breeze/actions/22/labplot-3x-zoom.svg +share/icons/breeze/actions/22/labplot-4x-zoom.svg +share/icons/breeze/actions/22/labplot-5x-zoom.svg +share/icons/breeze/actions/22/labplot-TeX-logo.svg +share/icons/breeze/actions/22/labplot-auto-scale-all.svg +share/icons/breeze/actions/22/labplot-auto-scale-x.svg +share/icons/breeze/actions/22/labplot-auto-scale-y.svg +share/icons/breeze/actions/22/labplot-axis-horizontal.svg +share/icons/breeze/actions/22/labplot-axis-vertical.svg +share/icons/breeze/actions/22/labplot-cursor-arrow.svg +share/icons/breeze/actions/22/labplot-format-text-symbol.svg +share/icons/breeze/actions/22/labplot-matrix-new.svg +share/icons/breeze/actions/22/labplot-matrix.svg +share/icons/breeze/actions/22/labplot-plot-axis-points.svg +share/icons/breeze/actions/22/labplot-shift-down-y.svg +share/icons/breeze/actions/22/labplot-shift-left-x.svg +share/icons/breeze/actions/22/labplot-shift-right-x.svg +share/icons/breeze/actions/22/labplot-shift-up-y.svg +share/icons/breeze/actions/22/labplot-spreadsheet-new.svg +share/icons/breeze/actions/22/labplot-spreadsheet.svg +share/icons/breeze/actions/22/labplot-transform-move.svg +share/icons/breeze/actions/22/labplot-workbook-new.svg +share/icons/breeze/actions/22/labplot-workbook.svg +share/icons/breeze/actions/22/labplot-worksheet-new.svg +share/icons/breeze/actions/22/labplot-worksheet.svg +share/icons/breeze/actions/22/labplot-xy-curve-points.svg +share/icons/breeze/actions/22/labplot-xy-curve-segments.svg +share/icons/breeze/actions/22/labplot-xy-curve.svg +share/icons/breeze/actions/22/labplot-xy-equation-curve.svg +share/icons/breeze/actions/22/labplot-xy-fit-curve.svg +share/icons/breeze/actions/22/labplot-xy-fourier-filter-curve.svg +share/icons/breeze/actions/22/labplot-xy-fourier-transform-curve.svg +share/icons/breeze/actions/22/labplot-xy-interpolation-curve.svg +share/icons/breeze/actions/22/labplot-xy-plot-four-axes.svg +share/icons/breeze/actions/22/labplot-xy-plot-two-axes-centered-origin.svg +share/icons/breeze/actions/22/labplot-xy-plot-two-axes-centered.svg +share/icons/breeze/actions/22/labplot-xy-plot-two-axes.svg +share/icons/breeze/actions/22/labplot-xy-smoothing-curve.svg +share/icons/breeze/actions/22/labplot-zoom-in-x.svg +share/icons/breeze/actions/22/labplot-zoom-in-y.svg +share/icons/breeze/actions/22/labplot-zoom-out-x.svg +share/icons/breeze/actions/22/labplot-zoom-out-y.svg +share/icons/breeze/actions/22/labplot-zoom-select-x.svg +share/icons/breeze/actions/22/labplot-zoom-select-y.svg +share/icons/breeze/actions/22/labplot-zoom-select.svg +share/icons/breeze/actions/22/languages.svg +share/icons/breeze/actions/22/layer-visible-off.svg +share/icons/breeze/actions/22/layer-visible-on.svg +share/icons/breeze/actions/22/lensautofix.svg +share/icons/breeze/actions/22/lensdistortion.svg +share/icons/breeze/actions/22/license.svg +share/icons/breeze/actions/22/lighttable.svg +share/icons/breeze/actions/22/lighttableadd.svg +share/icons/breeze/actions/22/lines-connector.svg +share/icons/breeze/actions/22/link.svg +share/icons/breeze/actions/22/list-add-font.svg +share/icons/breeze/actions/22/list-add-user.svg +share/icons/breeze/actions/22/list-add.svg +share/icons/breeze/actions/22/list-remove-user.svg +share/icons/breeze/actions/22/list-remove.svg +share/icons/breeze/actions/22/list-resource-add.svg +share/icons/breeze/actions/22/lock.svg +share/icons/breeze/actions/22/love-amarok.svg +share/icons/breeze/actions/22/love.svg +share/icons/breeze/actions/22/mail-attachment.svg +share/icons/breeze/actions/22/mail-deleted.svg +share/icons/breeze/actions/22/mail-encrypted-full.svg +share/icons/breeze/actions/22/mail-encrypted-part.svg +share/icons/breeze/actions/22/mail-encrypted.svg +share/icons/breeze/actions/22/mail-flag.svg +share/icons/breeze/actions/22/mail-forward.svg +share/icons/breeze/actions/22/mail-forwarded-replied.svg +share/icons/breeze/actions/22/mail-forwarded.svg +share/icons/breeze/actions/22/mail-invitation.svg +share/icons/breeze/actions/22/mail-mark-important.svg +share/icons/breeze/actions/22/mail-mark-junk.svg +share/icons/breeze/actions/22/mail-mark-notjunk.svg +share/icons/breeze/actions/22/mail-mark-read.svg +share/icons/breeze/actions/22/mail-mark-task.svg +share/icons/breeze/actions/22/mail-mark-unread-new.svg +share/icons/breeze/actions/22/mail-mark-unread.svg +share/icons/breeze/actions/22/mail-meeting-request-reply.svg +share/icons/breeze/actions/22/mail-message-new-list.svg +share/icons/breeze/actions/22/mail-message-new.svg +share/icons/breeze/actions/22/mail-message.svg +share/icons/breeze/actions/22/mail-queue.svg +share/icons/breeze/actions/22/mail-queued.svg +share/icons/breeze/actions/22/mail-read.svg +share/icons/breeze/actions/22/mail-receive.svg +share/icons/breeze/actions/22/mail-replied.svg +share/icons/breeze/actions/22/mail-reply-all.svg +share/icons/breeze/actions/22/mail-reply-custom-all.svg +share/icons/breeze/actions/22/mail-reply-custom.svg +share/icons/breeze/actions/22/mail-reply-list.svg +share/icons/breeze/actions/22/mail-reply-sender.svg +share/icons/breeze/actions/22/mail-send.svg +share/icons/breeze/actions/22/mail-sent.svg +share/icons/breeze/actions/22/mail-signature-unknown.svg +share/icons/breeze/actions/22/mail-signed-full.svg +share/icons/breeze/actions/22/mail-signed-fully.svg +share/icons/breeze/actions/22/mail-signed-part.svg +share/icons/breeze/actions/22/mail-signed-verified.svg +share/icons/breeze/actions/22/mail-signed.svg +share/icons/breeze/actions/22/mail-tagged.svg +share/icons/breeze/actions/22/mail-task.svg +share/icons/breeze/actions/22/mail-thread-ignored.svg +share/icons/breeze/actions/22/mail-thread-watch.svg +share/icons/breeze/actions/22/mail-unread-new.svg +share/icons/breeze/actions/22/mail-unread.svg +share/icons/breeze/actions/22/map-flat.svg +share/icons/breeze/actions/22/map-globe.svg +share/icons/breeze/actions/22/map-gnomonic.svg +share/icons/breeze/actions/22/map-mercator.svg +share/icons/breeze/actions/22/markasblank.svg +share/icons/breeze/actions/22/measure.svg +share/icons/breeze/actions/22/media-album-cover-manager-amarok.svg +share/icons/breeze/actions/22/media-album-cover.svg +share/icons/breeze/actions/22/media-album-repeat-amarok.svg +share/icons/breeze/actions/22/media-album-track.svg +share/icons/breeze/actions/22/media-eject.svg +share/icons/breeze/actions/22/media-mount.svg +share/icons/breeze/actions/22/media-mout.svg +share/icons/breeze/actions/22/media-playback-pause.svg +share/icons/breeze/actions/22/media-playback-start.svg +share/icons/breeze/actions/22/media-playback-stop.svg +share/icons/breeze/actions/22/media-playlist-repeat.svg +share/icons/breeze/actions/22/media-playlist-shuffle.svg +share/icons/breeze/actions/22/media-random-albums-amarok.svg +share/icons/breeze/actions/22/media-random-tracks-amarok.svg +share/icons/breeze/actions/22/media-record.svg +share/icons/breeze/actions/22/media-repeat-album-amarok.svg +share/icons/breeze/actions/22/media-repeat-playlist-amarok.svg +share/icons/breeze/actions/22/media-repeat-track-amarok.svg +share/icons/breeze/actions/22/media-seek-backward.svg +share/icons/breeze/actions/22/media-seek-forward.svg +share/icons/breeze/actions/22/media-show-active-track-amarok.svg +share/icons/breeze/actions/22/media-skip-backward.svg +share/icons/breeze/actions/22/media-skip-forward.svg +share/icons/breeze/actions/22/media-standard-track-progression-amarok.svg +share/icons/breeze/actions/22/media-track-add-amarok.svg +share/icons/breeze/actions/22/media-track-edit-amarok.svg +share/icons/breeze/actions/22/media-track-queue-amarok.svg +share/icons/breeze/actions/22/media-track-remove-amarok.svg +share/icons/breeze/actions/22/meeting-attending-tentative.svg +share/icons/breeze/actions/22/meeting-attending.svg +share/icons/breeze/actions/22/meeting-participant-no-response.svg +share/icons/breeze/actions/22/meeting-participant-request-response.svg +share/icons/breeze/actions/22/menu_new.svg +share/icons/breeze/actions/22/menu_new_sep.svg +share/icons/breeze/actions/22/merge.svg +share/icons/breeze/actions/22/messagebox_warning.svg +share/icons/breeze/actions/22/milestone.svg +share/icons/breeze/actions/22/minuet-chords.svg +share/icons/breeze/actions/22/minuet-intervals.svg +share/icons/breeze/actions/22/minuet-rhythms.svg +share/icons/breeze/actions/22/minuet-scales.svg +share/icons/breeze/actions/22/mode1.svg +share/icons/breeze/actions/22/mode2.svg +share/icons/breeze/actions/22/mode3.svg +share/icons/breeze/actions/22/mode4.svg +share/icons/breeze/actions/22/mode5.svg +share/icons/breeze/actions/22/msgid2msgstr.svg +share/icons/breeze/actions/22/music-amarok.svg +share/icons/breeze/actions/22/network-connect.svg +share/icons/breeze/actions/22/network-disconnect.svg +share/icons/breeze/actions/22/new-audio-alarm.svg +share/icons/breeze/actions/22/news-subscribe.svg +share/icons/breeze/actions/22/news-unsubscribe.svg +share/icons/breeze/actions/22/nextfuzzy.svg +share/icons/breeze/actions/22/nextfuzzyuntrans.svg +share/icons/breeze/actions/22/nextuntranslated.svg +share/icons/breeze/actions/22/nocover.svg +share/icons/breeze/actions/22/node-add.svg +share/icons/breeze/actions/22/node-break.svg +share/icons/breeze/actions/22/node-delete-segment.svg +share/icons/breeze/actions/22/node-delete.svg +share/icons/breeze/actions/22/node-join-segment.svg +share/icons/breeze/actions/22/node-join.svg +share/icons/breeze/actions/22/node-segment-curve.svg +share/icons/breeze/actions/22/node-segment-line.svg +share/icons/breeze/actions/22/node-transform.svg +share/icons/breeze/actions/22/node-type-auto-smooth.svg +share/icons/breeze/actions/22/node-type-cusp.svg +share/icons/breeze/actions/22/node-type-smooth.svg +share/icons/breeze/actions/22/node-type-symmetric.svg +share/icons/breeze/actions/22/node.svg +share/icons/breeze/actions/22/noisereduction.svg +share/icons/breeze/actions/22/note.svg +share/icons/breeze/actions/22/object-align-horizontal-center-calligra.svg +share/icons/breeze/actions/22/object-align-horizontal-left-calligra.svg +share/icons/breeze/actions/22/object-align-horizontal-right-calligra.svg +share/icons/breeze/actions/22/object-align-vertical-bottom-calligra.svg +share/icons/breeze/actions/22/object-align-vertical-bottom-top-calligra.svg +share/icons/breeze/actions/22/object-align-vertical-center-calligra.svg +share/icons/breeze/actions/22/object-align-vertical-top-calligra.svg +share/icons/breeze/actions/22/object-columns.svg +share/icons/breeze/actions/22/object-flip-horizontal.svg +share/icons/breeze/actions/22/object-flip-vertical.svg +share/icons/breeze/actions/22/object-group-calligra.svg +share/icons/breeze/actions/22/object-group.svg +share/icons/breeze/actions/22/object-locked.svg +share/icons/breeze/actions/22/object-order-back-calligra.svg +share/icons/breeze/actions/22/object-order-back.svg +share/icons/breeze/actions/22/object-order-front-calligra.svg +share/icons/breeze/actions/22/object-order-front.svg +share/icons/breeze/actions/22/object-order-lower-calligra.svg +share/icons/breeze/actions/22/object-order-lower.svg +share/icons/breeze/actions/22/object-order-raise-calligra.svg +share/icons/breeze/actions/22/object-order-raise.svg +share/icons/breeze/actions/22/object-rotate-left.svg +share/icons/breeze/actions/22/object-rotate-right.svg +share/icons/breeze/actions/22/object-rows.svg +share/icons/breeze/actions/22/object-to-path.svg +share/icons/breeze/actions/22/object-ungroup-calligra.svg +share/icons/breeze/actions/22/object-ungroup.svg +share/icons/breeze/actions/22/object-unlocked.svg +share/icons/breeze/actions/22/object.svg +share/icons/breeze/actions/22/object_node.svg +share/icons/breeze/actions/22/office-chart-area-focus-peak-node.svg +share/icons/breeze/actions/22/office-chart-area-percentage.svg +share/icons/breeze/actions/22/office-chart-area-stacked.svg +share/icons/breeze/actions/22/office-chart-area.svg +share/icons/breeze/actions/22/office-chart-bar-percentage.svg +share/icons/breeze/actions/22/office-chart-bar-stacked.svg +share/icons/breeze/actions/22/office-chart-bar.svg +share/icons/breeze/actions/22/office-chart-line-percentage.svg +share/icons/breeze/actions/22/office-chart-line-stacked.svg +share/icons/breeze/actions/22/office-chart-line.svg +share/icons/breeze/actions/22/office-chart-pie.svg +share/icons/breeze/actions/22/office-chart-polar-stacked.svg +share/icons/breeze/actions/22/office-chart-polar.svg +share/icons/breeze/actions/22/office-chart-ring.svg +share/icons/breeze/actions/22/office-chart-scatter.svg +share/icons/breeze/actions/22/offline-settings.svg +share/icons/breeze/actions/22/offline.svg +share/icons/breeze/actions/22/oilpaint.svg +share/icons/breeze/actions/22/online.svg +share/icons/breeze/actions/22/open-for-editing.svg +share/icons/breeze/actions/22/overexposure.svg +share/icons/breeze/actions/22/package.svg +share/icons/breeze/actions/22/page-2sides.svg +share/icons/breeze/actions/22/page-3sides.svg +share/icons/breeze/actions/22/page-4sides.svg +share/icons/breeze/actions/22/page-simple.svg +share/icons/breeze/actions/22/page-zoom.svg +share/icons/breeze/actions/22/password-copy.svg +share/icons/breeze/actions/22/password-generate.svg +share/icons/breeze/actions/22/password-show-off.svg +share/icons/breeze/actions/22/password-show-on.svg +share/icons/breeze/actions/22/path-clip-edit.svg +share/icons/breeze/actions/22/path-effect-parameter-next.svg +share/icons/breeze/actions/22/path-mask-edit.svg +share/icons/breeze/actions/22/path-mode-bezier.svg +share/icons/breeze/actions/22/path-mode-polyline-paraxial.svg +share/icons/breeze/actions/22/path-mode-polyline.svg +share/icons/breeze/actions/22/path-mode-spiro.svg +share/icons/breeze/actions/22/path-reverse.svg +share/icons/breeze/actions/22/path-simplify.svg +share/icons/breeze/actions/22/pdf-annotations.svg +share/icons/breeze/actions/22/perspective.svg +share/icons/breeze/actions/22/photo.svg +share/icons/breeze/actions/22/photos-amarok.svg +share/icons/breeze/actions/22/pin.svg +share/icons/breeze/actions/22/player-time.svg +share/icons/breeze/actions/22/player-volume-muted.svg +share/icons/breeze/actions/22/player-volume.svg +share/icons/breeze/actions/22/playlist-generator.svg +share/icons/breeze/actions/22/playlist-sort.svg +share/icons/breeze/actions/22/plugins.svg +share/icons/breeze/actions/22/podcast-amarok.svg +share/icons/breeze/actions/22/pointer.svg +share/icons/breeze/actions/22/polygon-add-nodes.svg +share/icons/breeze/actions/22/polygon-merge-nodes.svg +share/icons/breeze/actions/22/port.svg +share/icons/breeze/actions/22/postalcode.svg +share/icons/breeze/actions/22/practice-setup.svg +share/icons/breeze/actions/22/practice-start.svg +share/icons/breeze/actions/22/practice-stop.svg +share/icons/breeze/actions/22/precondition.svg +share/icons/breeze/actions/22/preferences-activities.svg +share/icons/breeze/actions/22/preferences-indicator-amarok.svg +share/icons/breeze/actions/22/preferences-media-playback-amarok.svg +share/icons/breeze/actions/22/preferences-other.svg +share/icons/breeze/actions/22/preflight-verifier.svg +share/icons/breeze/actions/22/presence_away.svg +share/icons/breeze/actions/22/presence_offline.svg +share/icons/breeze/actions/22/presence_online.svg +share/icons/breeze/actions/22/presence_unknown.svg +share/icons/breeze/actions/22/prevfuzzy.svg +share/icons/breeze/actions/22/prevfuzzyuntrans.svg +share/icons/breeze/actions/22/prevuntranslated.svg +share/icons/breeze/actions/22/primarykey_constraint.svg +share/icons/breeze/actions/22/process-stop.svg +share/icons/breeze/actions/22/project-development-close-all.svg +share/icons/breeze/actions/22/project-development-close.svg +share/icons/breeze/actions/22/project-development-new-template.svg +share/icons/breeze/actions/22/project-development.svg +share/icons/breeze/actions/22/project-open.svg +share/icons/breeze/actions/22/qa.svg +share/icons/breeze/actions/22/question.svg +share/icons/breeze/actions/22/quickopen-class.svg +share/icons/breeze/actions/22/quickopen-file.svg +share/icons/breeze/actions/22/quickopen-function.svg +share/icons/breeze/actions/22/quickopen.svg +share/icons/breeze/actions/22/quickview.svg +share/icons/breeze/actions/22/raindrop.svg +share/icons/breeze/actions/22/randomize.svg +share/icons/breeze/actions/22/ratiocrop.svg +share/icons/breeze/actions/22/realization.svg +share/icons/breeze/actions/22/redeyes.svg +share/icons/breeze/actions/22/refactor.svg +share/icons/breeze/actions/22/region.svg +share/icons/breeze/actions/22/relationship.svg +share/icons/breeze/actions/22/remove-amarok.svg +share/icons/breeze/actions/22/remove-link.svg +share/icons/breeze/actions/22/remove.svg +share/icons/breeze/actions/22/repeat.svg +share/icons/breeze/actions/22/resource-calendar-child-insert.svg +share/icons/breeze/actions/22/resource-calendar-child.svg +share/icons/breeze/actions/22/resource-calendar-insert.svg +share/icons/breeze/actions/22/resource-group-new.svg +share/icons/breeze/actions/22/resource-group.svg +share/icons/breeze/actions/22/restoration.svg +share/icons/breeze/actions/22/reverse.svg +share/icons/breeze/actions/22/roll.svg +share/icons/breeze/actions/22/routeplanning.svg +share/icons/breeze/actions/22/run-build-clean.svg +share/icons/breeze/actions/22/run-build-configure.svg +share/icons/breeze/actions/22/run-build-file.svg +share/icons/breeze/actions/22/run-build-install-root.svg +share/icons/breeze/actions/22/run-build-install.svg +share/icons/breeze/actions/22/run-build-prune.svg +share/icons/breeze/actions/22/run-build.svg +share/icons/breeze/actions/22/run-clean.svg +share/icons/breeze/actions/22/run-install.svg +share/icons/breeze/actions/22/select-rectangular.svg +share/icons/breeze/actions/22/send_signal.svg +share/icons/breeze/actions/22/services.svg +share/icons/breeze/actions/22/set-language.svg +share/icons/breeze/actions/22/settings-configure.svg +share/icons/breeze/actions/22/shallow-history.svg +share/icons/breeze/actions/22/shape-choose.svg +share/icons/breeze/actions/22/shapes.svg +share/icons/breeze/actions/22/sharpenimage.svg +share/icons/breeze/actions/22/shear.svg +share/icons/breeze/actions/22/show-menu.svg +share/icons/breeze/actions/22/show-node-handles.svg +share/icons/breeze/actions/22/show-offline.svg +share/icons/breeze/actions/22/show-path-outline.svg +share/icons/breeze/actions/22/shuffle.svg +share/icons/breeze/actions/22/similarartists-amarok.svg +share/icons/breeze/actions/22/skg-chart-bubble.svg +share/icons/breeze/actions/22/skrooge_credit_card.svg +share/icons/breeze/actions/22/skrooge_less.svg +share/icons/breeze/actions/22/skrooge_more.svg +share/icons/breeze/actions/22/skrooge_much_less.svg +share/icons/breeze/actions/22/skrooge_much_more.svg +share/icons/breeze/actions/22/skrooge_type.svg +share/icons/breeze/actions/22/smallclock.svg +share/icons/breeze/actions/22/snap-bounding-box-center.svg +share/icons/breeze/actions/22/snap-bounding-box-corners.svg +share/icons/breeze/actions/22/snap-bounding-box-edges.svg +share/icons/breeze/actions/22/snap-bounding-box-midpoints.svg +share/icons/breeze/actions/22/snap-bounding-box.svg +share/icons/breeze/actions/22/snap-extension.svg +share/icons/breeze/actions/22/snap-grid-guide-intersections.svg +share/icons/breeze/actions/22/snap-guideline.svg +share/icons/breeze/actions/22/snap-intersection.svg +share/icons/breeze/actions/22/snap-node.svg +share/icons/breeze/actions/22/snap-nodes-center.svg +share/icons/breeze/actions/22/snap-nodes-intersection.svg +share/icons/breeze/actions/22/snap-nodes-rotation-center.svg +share/icons/breeze/actions/22/snap-orthogonal.svg +share/icons/breeze/actions/22/snap-page.svg +share/icons/breeze/actions/22/snap-text-baseline.svg +share/icons/breeze/actions/22/snap.svg +share/icons/breeze/actions/22/social.svg +share/icons/breeze/actions/22/sort-name.svg +share/icons/breeze/actions/22/sort-presence.svg +share/icons/breeze/actions/22/sort_incr.svg +share/icons/breeze/actions/22/speaker.svg +share/icons/breeze/actions/22/specific-setup.svg +share/icons/breeze/actions/22/speedometer.svg +share/icons/breeze/actions/22/split.svg +share/icons/breeze/actions/22/standard-connector.svg +share/icons/breeze/actions/22/start-over.svg +share/icons/breeze/actions/22/state-fork.svg +share/icons/breeze/actions/22/step_object_Anchor.svg +share/icons/breeze/actions/22/step_object_Box.svg +share/icons/breeze/actions/22/step_object_ChargedParticle.svg +share/icons/breeze/actions/22/step_object_CircularMotor.svg +share/icons/breeze/actions/22/step_object_Controller.svg +share/icons/breeze/actions/22/step_object_CoulombForce.svg +share/icons/breeze/actions/22/step_object_Disk.svg +share/icons/breeze/actions/22/step_object_Gas.svg +share/icons/breeze/actions/22/step_object_GasParticle.svg +share/icons/breeze/actions/22/step_object_Graph.svg +share/icons/breeze/actions/22/step_object_GravitationForce.svg +share/icons/breeze/actions/22/step_object_LinearMotor.svg +share/icons/breeze/actions/22/step_object_Meter.svg +share/icons/breeze/actions/22/step_object_Note.svg +share/icons/breeze/actions/22/step_object_Particle.svg +share/icons/breeze/actions/22/step_object_Pin.svg +share/icons/breeze/actions/22/step_object_Polygon.svg +share/icons/breeze/actions/22/step_object_Rope.svg +share/icons/breeze/actions/22/step_object_SoftBody.svg +share/icons/breeze/actions/22/step_object_Spring.svg +share/icons/breeze/actions/22/step_object_Stick.svg +share/icons/breeze/actions/22/step_object_Tracer.svg +share/icons/breeze/actions/22/step_object_WeightForce.svg +share/icons/breeze/actions/22/story-editor.svg +share/icons/breeze/actions/22/straight-connector.svg +share/icons/breeze/actions/22/stroke-cap-bevel.svg +share/icons/breeze/actions/22/stroke-cap-butt.svg +share/icons/breeze/actions/22/stroke-cap-miter.svg +share/icons/breeze/actions/22/stroke-cap-round.svg +share/icons/breeze/actions/22/stroke-cap-square.svg +share/icons/breeze/actions/22/stroke-join-bevel.svg +share/icons/breeze/actions/22/stroke-join-miter.svg +share/icons/breeze/actions/22/stroke-join-round.svg +share/icons/breeze/actions/22/stroke-to-path.svg +share/icons/breeze/actions/22/subsystem.svg +share/icons/breeze/actions/22/svn-commit.svg +share/icons/breeze/actions/22/svn-update.svg +share/icons/breeze/actions/22/system-lock-screen.svg +share/icons/breeze/actions/22/system-log-out.svg +share/icons/breeze/actions/22/system-reboot.svg +share/icons/breeze/actions/22/system-run.svg +share/icons/breeze/actions/22/system-save-session.svg +share/icons/breeze/actions/22/system-search.svg +share/icons/breeze/actions/22/system-shutdown.svg +share/icons/breeze/actions/22/system-suspend-hibernate.svg +share/icons/breeze/actions/22/system-suspend.svg +share/icons/breeze/actions/22/system-switch-user.svg +share/icons/breeze/actions/22/system-upgrade.svg +share/icons/breeze/actions/22/system-users.svg +share/icons/breeze/actions/22/tab-close-other.svg +share/icons/breeze/actions/22/tab-close.svg +share/icons/breeze/actions/22/tab-detach.svg +share/icons/breeze/actions/22/tab-duplicate.svg +share/icons/breeze/actions/22/tab-new-background.svg +share/icons/breeze/actions/22/tab-new.svg +share/icons/breeze/actions/22/table.svg +share/icons/breeze/actions/22/tag-addressbook.svg +share/icons/breeze/actions/22/tag-assigned.svg +share/icons/breeze/actions/22/tag-delete.svg +share/icons/breeze/actions/22/tag-events.svg +share/icons/breeze/actions/22/tag-folder.svg +share/icons/breeze/actions/22/tag-new.svg +share/icons/breeze/actions/22/tag-people.svg +share/icons/breeze/actions/22/tag-places.svg +share/icons/breeze/actions/22/tag-properties.svg +share/icons/breeze/actions/22/tag-recents.svg +share/icons/breeze/actions/22/tag-reset.svg +share/icons/breeze/actions/22/tag.svg +share/icons/breeze/actions/22/task-new.svg +share/icons/breeze/actions/22/taxes-finances.svg +share/icons/breeze/actions/22/template.svg +share/icons/breeze/actions/22/text-field.svg +share/icons/breeze/actions/22/text-flow-into-frame.svg +share/icons/breeze/actions/22/text-frame-link.svg +share/icons/breeze/actions/22/text-frame-unlink.svg +share/icons/breeze/actions/22/text-speak.svg +share/icons/breeze/actions/22/text-unflow.svg +share/icons/breeze/actions/22/text-wrap.svg +share/icons/breeze/actions/22/text_horz_kern.svg +share/icons/breeze/actions/22/text_letter_spacing.svg +share/icons/breeze/actions/22/text_line_spacing.svg +share/icons/breeze/actions/22/text_remove_kerns.svg +share/icons/breeze/actions/22/text_rotation.svg +share/icons/breeze/actions/22/text_subscript.svg +share/icons/breeze/actions/22/text_superscript.svg +share/icons/breeze/actions/22/text_vert_kern.svg +share/icons/breeze/actions/22/text_word_spacing.svg +share/icons/breeze/actions/22/texture.svg +share/icons/breeze/actions/22/tool-animator.svg +share/icons/breeze/actions/22/tool-measure.svg +share/icons/breeze/actions/22/tool-node-editor.svg +share/icons/breeze/actions/22/tool-pointer.svg +share/icons/breeze/actions/22/tool-spray.svg +share/icons/breeze/actions/22/tool-tweak.svg +share/icons/breeze/actions/22/tool_brush.svg +share/icons/breeze/actions/22/tool_color_eraser.svg +share/icons/breeze/actions/22/tool_color_picker.svg +share/icons/breeze/actions/22/tool_curve.svg +share/icons/breeze/actions/22/tool_ellipse.svg +share/icons/breeze/actions/22/tool_elliptical_selection.svg +share/icons/breeze/actions/22/tool_eraser.svg +share/icons/breeze/actions/22/tool_flood_fill.svg +share/icons/breeze/actions/22/tool_free_form_selection.svg +share/icons/breeze/actions/22/tool_line.svg +share/icons/breeze/actions/22/tool_pen.svg +share/icons/breeze/actions/22/tool_polygon.svg +share/icons/breeze/actions/22/tool_polyline.svg +share/icons/breeze/actions/22/tool_rect_selection.svg +share/icons/breeze/actions/22/tool_rectangle.svg +share/icons/breeze/actions/22/tool_rounded_rectangle.svg +share/icons/breeze/actions/22/tool_spraycan.svg +share/icons/breeze/actions/22/tool_text.svg +share/icons/breeze/actions/22/tools-check-spelling.svg +share/icons/breeze/actions/22/tools-media-optical-burn-image.svg +share/icons/breeze/actions/22/tools-media-optical-burn.svg +share/icons/breeze/actions/22/tools-media-optical-copy.svg +share/icons/breeze/actions/22/tools-media-optical-erase.svg +share/icons/breeze/actions/22/tools-media-optical-format.svg +share/icons/breeze/actions/22/tools-report-bug.svg +share/icons/breeze/actions/22/tools-rip-audio-cd.svg +share/icons/breeze/actions/22/tools-rip-video-cd.svg +share/icons/breeze/actions/22/tools-rip-video-dvd.svg +share/icons/breeze/actions/22/tools-wizard.svg +share/icons/breeze/actions/22/transform-browse.svg +share/icons/breeze/actions/22/transform-crop-and-resize.svg +share/icons/breeze/actions/22/transform-crop.svg +share/icons/breeze/actions/22/transform-move-horizontal.svg +share/icons/breeze/actions/22/transform-move-vertical.svg +share/icons/breeze/actions/22/transform-move.svg +share/icons/breeze/actions/22/transform-rotate.svg +share/icons/breeze/actions/22/transform-scale-textbox-points.svg +share/icons/breeze/actions/22/transform-scale.svg +share/icons/breeze/actions/22/transform-shear-down.svg +share/icons/breeze/actions/22/transform-shear-left.svg +share/icons/breeze/actions/22/transform-shear-right.svg +share/icons/breeze/actions/22/transform-shear-up.svg +share/icons/breeze/actions/22/transform-skew-horizontal.svg +share/icons/breeze/actions/22/transform-skew-vertical.svg +share/icons/breeze/actions/22/transsearch.svg +share/icons/breeze/actions/22/trash-empty.svg +share/icons/breeze/actions/22/umbr-coll-message-asynchronous.svg +share/icons/breeze/actions/22/umbr-coll-message-synchronous.svg +share/icons/breeze/actions/22/umbr-message-asynchronous.svg +share/icons/breeze/actions/22/umbr-message-found.svg +share/icons/breeze/actions/22/umbr-message-lost.svg +share/icons/breeze/actions/22/umbr-message-synchronous.svg +share/icons/breeze/actions/22/umbrello_diagram_activity.svg +share/icons/breeze/actions/22/umbrello_diagram_class.svg +share/icons/breeze/actions/22/umbrello_diagram_collaboration.svg +share/icons/breeze/actions/22/umbrello_diagram_component.svg +share/icons/breeze/actions/22/umbrello_diagram_deployment.svg +share/icons/breeze/actions/22/umbrello_diagram_entityrelationship.svg +share/icons/breeze/actions/22/umbrello_diagram_sequence.svg +share/icons/breeze/actions/22/umbrello_diagram_state.svg +share/icons/breeze/actions/22/umbrello_diagram_usecase.svg +share/icons/breeze/actions/22/underexposure.svg +share/icons/breeze/actions/22/uniassociation.svg +share/icons/breeze/actions/22/unique_constraint.svg +share/icons/breeze/actions/22/unlock.svg +share/icons/breeze/actions/22/unmarkasblank.svg +share/icons/breeze/actions/22/upcomingevents-amarok.svg +share/icons/breeze/actions/22/upindicator.svg +share/icons/breeze/actions/22/upload-media.svg +share/icons/breeze/actions/22/usecase.svg +share/icons/breeze/actions/22/user-group-delete.svg +share/icons/breeze/actions/22/user-group-new.svg +share/icons/breeze/actions/22/user-group-properties.svg +share/icons/breeze/actions/22/user-identity.svg +share/icons/breeze/actions/22/user-properties.svg +share/icons/breeze/actions/22/user.svg +share/icons/breeze/actions/22/username-copy.svg +share/icons/breeze/actions/22/videoclip-amarok.svg +share/icons/breeze/actions/22/view-bank-account-checking.svg +share/icons/breeze/actions/22/view-bank-account-savings.svg +share/icons/breeze/actions/22/view-bank-account.svg +share/icons/breeze/actions/22/view-bank.svg +share/icons/breeze/actions/22/view-barcode-add.svg +share/icons/breeze/actions/22/view-barcode.svg +share/icons/breeze/actions/22/view-calendar-agenda.svg +share/icons/breeze/actions/22/view-calendar-birthday.svg +share/icons/breeze/actions/22/view-calendar-day.svg +share/icons/breeze/actions/22/view-calendar-holiday.svg +share/icons/breeze/actions/22/view-calendar-journal.svg +share/icons/breeze/actions/22/view-calendar-list.svg +share/icons/breeze/actions/22/view-calendar-month.svg +share/icons/breeze/actions/22/view-calendar-special-occasion.svg +share/icons/breeze/actions/22/view-calendar-tasks.svg +share/icons/breeze/actions/22/view-calendar-time-spent.svg +share/icons/breeze/actions/22/view-calendar-timeline.svg +share/icons/breeze/actions/22/view-calendar-upcoming-days.svg +share/icons/breeze/actions/22/view-calendar-upcoming-events.svg +share/icons/breeze/actions/22/view-calendar-wedding-anniversary.svg +share/icons/breeze/actions/22/view-calendar-week.svg +share/icons/breeze/actions/22/view-calendar-whatsnext.svg +share/icons/breeze/actions/22/view-calendar-workweek.svg +share/icons/breeze/actions/22/view-calendar.svg +share/icons/breeze/actions/22/view-catalog.svg +share/icons/breeze/actions/22/view-categories-expenditures.svg +share/icons/breeze/actions/22/view-categories-incomes.svg +share/icons/breeze/actions/22/view-categories.svg +share/icons/breeze/actions/22/view-certificate-add.svg +share/icons/breeze/actions/22/view-certificate-export-secret.svg +share/icons/breeze/actions/22/view-certificate-export-server.svg +share/icons/breeze/actions/22/view-certificate-export.svg +share/icons/breeze/actions/22/view-certificate-import.svg +share/icons/breeze/actions/22/view-certificate-server-configure.svg +share/icons/breeze/actions/22/view-certificate-sign.svg +share/icons/breeze/actions/22/view-certificate.svg +share/icons/breeze/actions/22/view-close.svg +share/icons/breeze/actions/22/view-conversation-balloon.svg +share/icons/breeze/actions/22/view-file-columns.svg +share/icons/breeze/actions/22/view-filter.svg +share/icons/breeze/actions/22/view-form-action.svg +share/icons/breeze/actions/22/view-form.svg +share/icons/breeze/actions/22/view-fullscreen.svg +share/icons/breeze/actions/22/view-grid.svg +share/icons/breeze/actions/22/view-group.svg +share/icons/breeze/actions/22/view-history.svg +share/icons/breeze/actions/22/view-left-close.svg +share/icons/breeze/actions/22/view-list-details.svg +share/icons/breeze/actions/22/view-list-icons.svg +share/icons/breeze/actions/22/view-list-text.svg +share/icons/breeze/actions/22/view-list-tree.svg +share/icons/breeze/actions/22/view-media-artist.svg +share/icons/breeze/actions/22/view-media-equalizer.svg +share/icons/breeze/actions/22/view-media-lyrics.svg +share/icons/breeze/actions/22/view-media-playlist.svg +share/icons/breeze/actions/22/view-media-publisher.svg +share/icons/breeze/actions/22/view-media-title.svg +share/icons/breeze/actions/22/view-media-visualization.svg +share/icons/breeze/actions/22/view-multiple-objects.svg +share/icons/breeze/actions/22/view-object-histogram-linear.svg +share/icons/breeze/actions/22/view-object-histogram-logarithmic.svg +share/icons/breeze/actions/22/view-pim-calendar.svg +share/icons/breeze/actions/22/view-pim-contacts.svg +share/icons/breeze/actions/22/view-pim-journal.svg +share/icons/breeze/actions/22/view-pim-mail.svg +share/icons/breeze/actions/22/view-pim-news.svg +share/icons/breeze/actions/22/view-pim-notes.svg +share/icons/breeze/actions/22/view-pim-tasks-pending.svg +share/icons/breeze/actions/22/view-pim-tasks.svg +share/icons/breeze/actions/22/view-presentation.svg +share/icons/breeze/actions/22/view-preview.svg +share/icons/breeze/actions/22/view-process-all-tree.svg +share/icons/breeze/actions/22/view-process-all.svg +share/icons/breeze/actions/22/view-process-own.svg +share/icons/breeze/actions/22/view-process-system.svg +share/icons/breeze/actions/22/view-process-tree.svg +share/icons/breeze/actions/22/view-process-users.svg +share/icons/breeze/actions/22/view-refresh.svg +share/icons/breeze/actions/22/view-resource-calendar.svg +share/icons/breeze/actions/22/view-restore.svg +share/icons/breeze/actions/22/view-right-close.svg +share/icons/breeze/actions/22/view-right-new.svg +share/icons/breeze/actions/22/view-services-scripted-amarok.svg +share/icons/breeze/actions/22/view-sidetree.svg +share/icons/breeze/actions/22/view-sort-ascending.svg +share/icons/breeze/actions/22/view-sort-descending.svg +share/icons/breeze/actions/22/view-split-left-right.svg +share/icons/breeze/actions/22/view-split-top-bottom.svg +share/icons/breeze/actions/22/view-statistics.svg +share/icons/breeze/actions/22/view-table-of-contents-ltr.svg +share/icons/breeze/actions/22/view-table-of-contents-rtl.svg +share/icons/breeze/actions/22/view-task-add.svg +share/icons/breeze/actions/22/view-task-child-add.svg +share/icons/breeze/actions/22/view-task-child.svg +share/icons/breeze/actions/22/view-task.svg +share/icons/breeze/actions/22/view-time-schedule-baselined-add.svg +share/icons/breeze/actions/22/view-time-schedule-baselined-remove.svg +share/icons/breeze/actions/22/view-time-schedule-baselined.svg +share/icons/breeze/actions/22/view-time-schedule-calculus.svg +share/icons/breeze/actions/22/view-time-schedule-child-insert.svg +share/icons/breeze/actions/22/view-time-schedule-edit.svg +share/icons/breeze/actions/22/view-time-schedule-insert.svg +share/icons/breeze/actions/22/view-time-schedule.svg +share/icons/breeze/actions/22/view-web-browser-dom-tree.svg +share/icons/breeze/actions/22/view_fit_to_page.svg +share/icons/breeze/actions/22/viewimage.svg +share/icons/breeze/actions/22/visibility.svg +share/icons/breeze/actions/22/whitebalance.svg +share/icons/breeze/actions/22/window-close.svg +share/icons/breeze/actions/22/window-duplicate.svg +share/icons/breeze/actions/22/window-new.svg +share/icons/breeze/actions/22/window.svg +share/icons/breeze/actions/22/x-clementine-album.svg +share/icons/breeze/actions/22/x-clementine-albums.svg +share/icons/breeze/actions/22/x-clementine-artist.svg +share/icons/breeze/actions/22/x-clementine-shuffle.svg +share/icons/breeze/actions/22/x-shape-connection.svg +share/icons/breeze/actions/22/x-shape-formula.svg +share/icons/breeze/actions/22/x-shape-image.svg +share/icons/breeze/actions/22/x-shape-text.svg +share/icons/breeze/actions/22/xml-attribute-delete.svg +share/icons/breeze/actions/22/xml-element-new.svg +share/icons/breeze/actions/22/xml-node-delete.svg +share/icons/breeze/actions/22/xml-node-duplicate.svg +share/icons/breeze/actions/22/xml-text-new.svg +share/icons/breeze/actions/22/zoom-1-to-2.svg +share/icons/breeze/actions/22/zoom-2-to-1.svg +share/icons/breeze/actions/22/zoom-draw.svg +share/icons/breeze/actions/22/zoom-fit-best.svg +share/icons/breeze/actions/22/zoom-fit-height.svg +share/icons/breeze/actions/22/zoom-fit-selection.svg +share/icons/breeze/actions/22/zoom-fit-width.svg +share/icons/breeze/actions/22/zoom-in-large.svg +share/icons/breeze/actions/22/zoom-in.svg +share/icons/breeze/actions/22/zoom-next.svg +share/icons/breeze/actions/22/zoom-original.svg +share/icons/breeze/actions/22/zoom-out-large.svg +share/icons/breeze/actions/22/zoom-out.svg +share/icons/breeze/actions/22/zoom-previous.svg +share/icons/breeze/actions/22/zoom-select-fit.svg +share/icons/breeze/actions/22/zoom-select-x.svg +share/icons/breeze/actions/22/zoom-select-y.svg +share/icons/breeze/actions/22/zoom-select.svg +share/icons/breeze/actions/22/zoom.svg +share/icons/breeze/actions/24/acrobat.svg +share/icons/breeze/actions/24/address-book-new.svg +share/icons/breeze/actions/24/align-horizontal-baseline.svg +share/icons/breeze/actions/24/align-horizontal-bottom-out.svg +share/icons/breeze/actions/24/align-horizontal-center.svg +share/icons/breeze/actions/24/align-horizontal-left-out.svg +share/icons/breeze/actions/24/align-horizontal-left-to-anchor.svg +share/icons/breeze/actions/24/align-horizontal-left.svg +share/icons/breeze/actions/24/align-horizontal-node.svg +share/icons/breeze/actions/24/align-horizontal-right-out.svg +share/icons/breeze/actions/24/align-horizontal-right-to-anchor.svg +share/icons/breeze/actions/24/align-horizontal-right.svg +share/icons/breeze/actions/24/align-horizontal-top-out.svg +share/icons/breeze/actions/24/align-vertical-baseline.svg +share/icons/breeze/actions/24/align-vertical-bottom-out.svg +share/icons/breeze/actions/24/align-vertical-bottom-to-anchor.svg +share/icons/breeze/actions/24/align-vertical-bottom.svg +share/icons/breeze/actions/24/align-vertical-center.svg +share/icons/breeze/actions/24/align-vertical-node.svg +share/icons/breeze/actions/24/align-vertical-top-out.svg +share/icons/breeze/actions/24/align-vertical-top-to-anchor.svg +share/icons/breeze/actions/24/align-vertical-top.svg +share/icons/breeze/actions/24/amarok_cart_view.svg +share/icons/breeze/actions/24/application-exit.svg +share/icons/breeze/actions/24/application-menu.svg +share/icons/breeze/actions/24/appointment-new.svg +share/icons/breeze/actions/24/archive-extract.svg +share/icons/breeze/actions/24/archive-insert-directory.svg +share/icons/breeze/actions/24/archive-insert.svg +share/icons/breeze/actions/24/archive-remove.svg +share/icons/breeze/actions/24/arrow-down-double.svg +share/icons/breeze/actions/24/arrow-down.svg +share/icons/breeze/actions/24/arrow-left-double.svg +share/icons/breeze/actions/24/arrow-left.svg +share/icons/breeze/actions/24/arrow-right-double.svg +share/icons/breeze/actions/24/arrow-right.svg +share/icons/breeze/actions/24/arrow-up-double.svg +share/icons/breeze/actions/24/arrow-up.svg +share/icons/breeze/actions/24/audio-volume-high.svg +share/icons/breeze/actions/24/audio-volume-low.svg +share/icons/breeze/actions/24/audio-volume-medium.svg +share/icons/breeze/actions/24/audio-volume-muted.svg +share/icons/breeze/actions/24/auto-scale-all.svg +share/icons/breeze/actions/24/auto-scale-x.svg +share/icons/breeze/actions/24/auto-scale-y.svg +share/icons/breeze/actions/24/autocorrection.svg +share/icons/breeze/actions/24/bookmark-new-list.svg +share/icons/breeze/actions/24/bookmark-new.svg +share/icons/breeze/actions/24/bookmark-toolbar.svg +share/icons/breeze/actions/24/bookmarks-organize.svg +share/icons/breeze/actions/24/bookmarks.svg +share/icons/breeze/actions/24/bordertool.svg +share/icons/breeze/actions/24/call-start.svg +share/icons/breeze/actions/24/call-stop.svg +share/icons/breeze/actions/24/character-set.svg +share/icons/breeze/actions/24/checkbox.svg +share/icons/breeze/actions/24/chronometer-lap.svg +share/icons/breeze/actions/24/chronometer-pause.svg +share/icons/breeze/actions/24/chronometer-reset.svg +share/icons/breeze/actions/24/chronometer-start.svg +share/icons/breeze/actions/24/chronometer.svg +share/icons/breeze/actions/24/class-or-package.svg +share/icons/breeze/actions/24/code-block.svg +share/icons/breeze/actions/24/code-class.svg +share/icons/breeze/actions/24/code-context.svg +share/icons/breeze/actions/24/code-function.svg +share/icons/breeze/actions/24/code-typedef.svg +share/icons/breeze/actions/24/code-variable.svg +share/icons/breeze/actions/24/color-fill.svg +share/icons/breeze/actions/24/color-gradient.svg +share/icons/breeze/actions/24/color-management.svg +share/icons/breeze/actions/24/color-picker-black.svg +share/icons/breeze/actions/24/color-picker-grey.svg +share/icons/breeze/actions/24/color-picker-white.svg +share/icons/breeze/actions/24/color-picker.svg +share/icons/breeze/actions/24/colormanagement.svg +share/icons/breeze/actions/24/configure-shortcuts.svg +share/icons/breeze/actions/24/configure-toolbars.svg +share/icons/breeze/actions/24/configure.svg +share/icons/breeze/actions/24/contact-new.svg +share/icons/breeze/actions/24/contrast.svg +share/icons/breeze/actions/24/cursor-arrow.svg +share/icons/breeze/actions/24/dashboard-show.svg +share/icons/breeze/actions/24/database-change-key.svg +share/icons/breeze/actions/24/database-index.svg +share/icons/breeze/actions/24/debug-execute-from-cursor.svg +share/icons/breeze/actions/24/debug-execute-to-cursor.svg +share/icons/breeze/actions/24/debug-run-cursor.svg +share/icons/breeze/actions/24/debug-run.svg +share/icons/breeze/actions/24/debug-step-instruction.svg +share/icons/breeze/actions/24/debug-step-into-instruction.svg +share/icons/breeze/actions/24/debug-step-into.svg +share/icons/breeze/actions/24/debug-step-out.svg +share/icons/breeze/actions/24/debug-step-over.svg +share/icons/breeze/actions/24/dialog-cancel.svg +share/icons/breeze/actions/24/dialog-close.svg +share/icons/breeze/actions/24/dialog-messages.svg +share/icons/breeze/actions/24/dialog-ok-apply.svg +share/icons/breeze/actions/24/dialog-ok.svg +share/icons/breeze/actions/24/dialog-xml-editor.svg +share/icons/breeze/actions/24/dirsync.svg +share/icons/breeze/actions/24/distribute-graph-directed.svg +share/icons/breeze/actions/24/distribute-graph.svg +share/icons/breeze/actions/24/distribute-horizontal-baseline.svg +share/icons/breeze/actions/24/distribute-horizontal-center.svg +share/icons/breeze/actions/24/distribute-horizontal-equal.svg +share/icons/breeze/actions/24/distribute-horizontal-gaps.svg +share/icons/breeze/actions/24/distribute-horizontal-left.svg +share/icons/breeze/actions/24/distribute-horizontal-margin.svg +share/icons/breeze/actions/24/distribute-horizontal-node.svg +share/icons/breeze/actions/24/distribute-horizontal-page.svg +share/icons/breeze/actions/24/distribute-horizontal-right.svg +share/icons/breeze/actions/24/distribute-horizontal-x.svg +share/icons/breeze/actions/24/distribute-horizontal.svg +share/icons/breeze/actions/24/distribute-randomize.svg +share/icons/breeze/actions/24/distribute-remove-overlaps.svg +share/icons/breeze/actions/24/distribute-unclump.svg +share/icons/breeze/actions/24/distribute-vertical-baseline.svg +share/icons/breeze/actions/24/distribute-vertical-bottom.svg +share/icons/breeze/actions/24/distribute-vertical-center.svg +share/icons/breeze/actions/24/distribute-vertical-equal.svg +share/icons/breeze/actions/24/distribute-vertical-gaps.svg +share/icons/breeze/actions/24/distribute-vertical-margin.svg +share/icons/breeze/actions/24/distribute-vertical-node.svg +share/icons/breeze/actions/24/distribute-vertical-page.svg +share/icons/breeze/actions/24/distribute-vertical-top.svg +share/icons/breeze/actions/24/distribute-vertical-y.svg +share/icons/breeze/actions/24/distribute-vertical.svg +share/icons/breeze/actions/24/document-close.svg +share/icons/breeze/actions/24/document-decrypt.svg +share/icons/breeze/actions/24/document-edit-decrypt-verify.svg +share/icons/breeze/actions/24/document-edit-decrypt.svg +share/icons/breeze/actions/24/document-edit-encrypt.svg +share/icons/breeze/actions/24/document-edit-sign-encrypt.svg +share/icons/breeze/actions/24/document-edit-sign.svg +share/icons/breeze/actions/24/document-edit-verify.svg +share/icons/breeze/actions/24/document-edit.svg +share/icons/breeze/actions/24/document-encrypt.svg +share/icons/breeze/actions/24/document-encrypted.svg +share/icons/breeze/actions/24/document-export-table.svg +share/icons/breeze/actions/24/document-export.svg +share/icons/breeze/actions/24/document-import.svg +share/icons/breeze/actions/24/document-multiple.svg +share/icons/breeze/actions/24/document-new-from-template.svg +share/icons/breeze/actions/24/document-new.svg +share/icons/breeze/actions/24/document-open-folder.svg +share/icons/breeze/actions/24/document-open-recent.svg +share/icons/breeze/actions/24/document-open-remote.svg +share/icons/breeze/actions/24/document-open.svg +share/icons/breeze/actions/24/document-preview-archive.svg +share/icons/breeze/actions/24/document-preview.svg +share/icons/breeze/actions/24/document-print-direct.svg +share/icons/breeze/actions/24/document-print-frame.svg +share/icons/breeze/actions/24/document-print-preview.svg +share/icons/breeze/actions/24/document-print.svg +share/icons/breeze/actions/24/document-properties.svg +share/icons/breeze/actions/24/document-revert.svg +share/icons/breeze/actions/24/document-save-all.svg +share/icons/breeze/actions/24/document-save-as-template.svg +share/icons/breeze/actions/24/document-save-as.svg +share/icons/breeze/actions/24/document-save.svg +share/icons/breeze/actions/24/document-share.svg +share/icons/breeze/actions/24/document-sign.svg +share/icons/breeze/actions/24/document-swap.svg +share/icons/breeze/actions/24/documentation.svg +share/icons/breeze/actions/24/documentinfo.svg +share/icons/breeze/actions/24/download-later.svg +share/icons/breeze/actions/24/download.svg +share/icons/breeze/actions/24/draw-arrow-back.svg +share/icons/breeze/actions/24/draw-arrow-down.svg +share/icons/breeze/actions/24/draw-arrow-forward.svg +share/icons/breeze/actions/24/draw-arrow-up.svg +share/icons/breeze/actions/24/draw-bezier-curves.svg +share/icons/breeze/actions/24/draw-brush.svg +share/icons/breeze/actions/24/draw-calligraphic.svg +share/icons/breeze/actions/24/draw-circle.svg +share/icons/breeze/actions/24/draw-connector.svg +share/icons/breeze/actions/24/draw-cross.svg +share/icons/breeze/actions/24/draw-cuboid.svg +share/icons/breeze/actions/24/draw-donut.svg +share/icons/breeze/actions/24/draw-ellipse.svg +share/icons/breeze/actions/24/draw-eraser.svg +share/icons/breeze/actions/24/draw-freehand.svg +share/icons/breeze/actions/24/draw-halfcircle1.svg +share/icons/breeze/actions/24/draw-halfcircle2.svg +share/icons/breeze/actions/24/draw-halfcircle3.svg +share/icons/breeze/actions/24/draw-halfcircle4.svg +share/icons/breeze/actions/24/draw-line.svg +share/icons/breeze/actions/24/draw-path.svg +share/icons/breeze/actions/24/draw-polygon-star.svg +share/icons/breeze/actions/24/draw-polygon.svg +share/icons/breeze/actions/24/draw-polyline.svg +share/icons/breeze/actions/24/draw-rectangle.svg +share/icons/breeze/actions/24/draw-spiral.svg +share/icons/breeze/actions/24/draw-square-inverted-corners.svg +share/icons/breeze/actions/24/draw-star.svg +share/icons/breeze/actions/24/draw-text.svg +share/icons/breeze/actions/24/draw-triangle.svg +share/icons/breeze/actions/24/draw-triangle1.svg +share/icons/breeze/actions/24/draw-triangle2.svg +share/icons/breeze/actions/24/draw-triangle3.svg +share/icons/breeze/actions/24/draw-triangle4.svg +share/icons/breeze/actions/24/draw-watercolor.svg +share/icons/breeze/actions/24/edit-bomb.svg +share/icons/breeze/actions/24/edit-clear-history.svg +share/icons/breeze/actions/24/edit-clear-list.svg +share/icons/breeze/actions/24/edit-clear-locationbar-ltr.svg +share/icons/breeze/actions/24/edit-clear-locationbar-rtl.svg +share/icons/breeze/actions/24/edit-clear.svg +share/icons/breeze/actions/24/edit-clone.svg +share/icons/breeze/actions/24/edit-copy.svg +share/icons/breeze/actions/24/edit-cut.svg +share/icons/breeze/actions/24/edit-delete-shred.svg +share/icons/breeze/actions/24/edit-delete.svg +share/icons/breeze/actions/24/edit-download.svg +share/icons/breeze/actions/24/edit-find-mail.svg +share/icons/breeze/actions/24/edit-find-project.svg +share/icons/breeze/actions/24/edit-find-replace.svg +share/icons/breeze/actions/24/edit-find-user.svg +share/icons/breeze/actions/24/edit-find.svg +share/icons/breeze/actions/24/edit-group.svg +share/icons/breeze/actions/24/edit-guides.svg +share/icons/breeze/actions/24/edit-image-face-add.svg +share/icons/breeze/actions/24/edit-image-face-detect.svg +share/icons/breeze/actions/24/edit-image-face-recognize.svg +share/icons/breeze/actions/24/edit-image-face-show.svg +share/icons/breeze/actions/24/edit-node.svg +share/icons/breeze/actions/24/edit-paste-in-place.svg +share/icons/breeze/actions/24/edit-paste.svg +share/icons/breeze/actions/24/edit-redo.svg +share/icons/breeze/actions/24/edit-rename.svg +share/icons/breeze/actions/24/edit-select-all.svg +share/icons/breeze/actions/24/edit-select-invert.svg +share/icons/breeze/actions/24/edit-select-lasso.svg +share/icons/breeze/actions/24/edit-select-none.svg +share/icons/breeze/actions/24/edit-select.svg +share/icons/breeze/actions/24/edit-table-cell-merge.svg +share/icons/breeze/actions/24/edit-table-cell-split.svg +share/icons/breeze/actions/24/edit-table-delete-column.svg +share/icons/breeze/actions/24/edit-table-delete-row.svg +share/icons/breeze/actions/24/edit-table-insert-column-left.svg +share/icons/breeze/actions/24/edit-table-insert-column-right.svg +share/icons/breeze/actions/24/edit-table-insert-row-above.svg +share/icons/breeze/actions/24/edit-table-insert-row-below.svg +share/icons/breeze/actions/24/edit-table-insert-row-under.svg +share/icons/breeze/actions/24/edit-text-frame-update.svg +share/icons/breeze/actions/24/edit-undo.svg +share/icons/breeze/actions/24/editimage.svg +share/icons/breeze/actions/24/entry-delete.svg +share/icons/breeze/actions/24/entry-edit.svg +share/icons/breeze/actions/24/exchange-positions-clockwise.svg +share/icons/breeze/actions/24/exchange-positions-zorder.svg +share/icons/breeze/actions/24/exchange-positions.svg +share/icons/breeze/actions/24/exifinfo.svg +share/icons/breeze/actions/24/feed-subscribe.svg +share/icons/breeze/actions/24/file-zoom-in.svg +share/icons/breeze/actions/24/file-zoom-out.svg +share/icons/breeze/actions/24/filename-group-length.svg +share/icons/breeze/actions/24/filename-group-tracks.svg +share/icons/breeze/actions/24/filename-last-played.svg +share/icons/breeze/actions/24/filename-sample-rate.svg +share/icons/breeze/actions/24/fileview-preview.svg +share/icons/breeze/actions/24/fill-color.svg +share/icons/breeze/actions/24/final_activity.svg +share/icons/breeze/actions/24/flag-black.svg +share/icons/breeze/actions/24/flag-blue.svg +share/icons/breeze/actions/24/flag-green.svg +share/icons/breeze/actions/24/flag-red.svg +share/icons/breeze/actions/24/flag-yellow.svg +share/icons/breeze/actions/24/flag.svg +share/icons/breeze/actions/24/folder-new.svg +share/icons/breeze/actions/24/folder-sync.svg +share/icons/breeze/actions/24/fork.svg +share/icons/breeze/actions/24/format-add-node.svg +share/icons/breeze/actions/24/format-align-vertical-bottom.svg +share/icons/breeze/actions/24/format-align-vertical-center.svg +share/icons/breeze/actions/24/format-align-vertical-top.svg +share/icons/breeze/actions/24/format-border-set-all.svg +share/icons/breeze/actions/24/format-border-set-bottom.svg +share/icons/breeze/actions/24/format-border-set-diagonal-bl-tr.svg +share/icons/breeze/actions/24/format-border-set-diagonal-tl-br.svg +share/icons/breeze/actions/24/format-border-set-external.svg +share/icons/breeze/actions/24/format-border-set-internal-horizontal.svg +share/icons/breeze/actions/24/format-border-set-internal-vertical.svg +share/icons/breeze/actions/24/format-border-set-internal.svg +share/icons/breeze/actions/24/format-border-set-left.svg +share/icons/breeze/actions/24/format-border-set-none.svg +share/icons/breeze/actions/24/format-border-set-right.svg +share/icons/breeze/actions/24/format-border-set-top.svg +share/icons/breeze/actions/24/format-border-style.svg +share/icons/breeze/actions/24/format-break-node.svg +share/icons/breeze/actions/24/format-connect-node.svg +share/icons/breeze/actions/24/format-convert-to-path.svg +share/icons/breeze/actions/24/format-currency.svg +share/icons/breeze/actions/24/format-disconnect-node.svg +share/icons/breeze/actions/24/format-fill-color.svg +share/icons/breeze/actions/24/format-font-size-less.svg +share/icons/breeze/actions/24/format-font-size-more.svg +share/icons/breeze/actions/24/format-indent-less.svg +share/icons/breeze/actions/24/format-indent-more.svg +share/icons/breeze/actions/24/format-insert-node.svg +share/icons/breeze/actions/24/format-join-node.svg +share/icons/breeze/actions/24/format-justify-center.svg +share/icons/breeze/actions/24/format-justify-fill.svg +share/icons/breeze/actions/24/format-justify-left.svg +share/icons/breeze/actions/24/format-justify-right.svg +share/icons/breeze/actions/24/format-line-spacing-double.svg +share/icons/breeze/actions/24/format-line-spacing-normal.svg +share/icons/breeze/actions/24/format-line-spacing-triple.svg +share/icons/breeze/actions/24/format-list-ordered.svg +share/icons/breeze/actions/24/format-list-unordered.svg +share/icons/breeze/actions/24/format-node-corner.svg +share/icons/breeze/actions/24/format-node-curve.svg +share/icons/breeze/actions/24/format-node-line.svg +share/icons/breeze/actions/24/format-node-smooth.svg +share/icons/breeze/actions/24/format-node-symmetric.svg +share/icons/breeze/actions/24/format-number-percent.svg +share/icons/breeze/actions/24/format-precision-less.svg +share/icons/breeze/actions/24/format-precision-more.svg +share/icons/breeze/actions/24/format-remove-node.svg +share/icons/breeze/actions/24/format-segment-curve.svg +share/icons/breeze/actions/24/format-segment-line.svg +share/icons/breeze/actions/24/format-stroke-color.svg +share/icons/breeze/actions/24/format-text-blockquote.svg +share/icons/breeze/actions/24/format-text-bold.svg +share/icons/breeze/actions/24/format-text-capitalize.svg +share/icons/breeze/actions/24/format-text-code.svg +share/icons/breeze/actions/24/format-text-color.svg +share/icons/breeze/actions/24/format-text-direction-horizontal.svg +share/icons/breeze/actions/24/format-text-direction-ltr.svg +share/icons/breeze/actions/24/format-text-direction-rtl.svg +share/icons/breeze/actions/24/format-text-direction-vertical.svg +share/icons/breeze/actions/24/format-text-italic.svg +share/icons/breeze/actions/24/format-text-lowercase.svg +share/icons/breeze/actions/24/format-text-strikethrough.svg +share/icons/breeze/actions/24/format-text-subscript.svg +share/icons/breeze/actions/24/format-text-superscript.svg +share/icons/breeze/actions/24/format-text-symbol.svg +share/icons/breeze/actions/24/format-text-underline.svg +share/icons/breeze/actions/24/format-text-uppercase.svg +share/icons/breeze/actions/24/formula.svg +share/icons/breeze/actions/24/games-achievements.svg +share/icons/breeze/actions/24/games-config-background.svg +share/icons/breeze/actions/24/games-config-board.svg +share/icons/breeze/actions/24/games-config-custom.svg +share/icons/breeze/actions/24/games-config-options.svg +share/icons/breeze/actions/24/games-config-theme.svg +share/icons/breeze/actions/24/games-config-tiles.svg +share/icons/breeze/actions/24/games-difficult.svg +share/icons/breeze/actions/24/games-endturn.svg +share/icons/breeze/actions/24/games-highscores.svg +share/icons/breeze/actions/24/games-hint.svg +share/icons/breeze/actions/24/games-solve.svg +share/icons/breeze/actions/24/geany-build.svg +share/icons/breeze/actions/24/geany-close-all.svg +share/icons/breeze/actions/24/geany-save-all.svg +share/icons/breeze/actions/24/get-hot-new-stuff.svg +share/icons/breeze/actions/24/go-bottom.svg +share/icons/breeze/actions/24/go-down-search.svg +share/icons/breeze/actions/24/go-down.svg +share/icons/breeze/actions/24/go-first-view-page.svg +share/icons/breeze/actions/24/go-first-view.svg +share/icons/breeze/actions/24/go-first.svg +share/icons/breeze/actions/24/go-home.svg +share/icons/breeze/actions/24/go-jump-declaration.svg +share/icons/breeze/actions/24/go-jump-definition.svg +share/icons/breeze/actions/24/go-jump-locationbar.svg +share/icons/breeze/actions/24/go-jump-today.svg +share/icons/breeze/actions/24/go-jump.svg +share/icons/breeze/actions/24/go-last-view-page.svg +share/icons/breeze/actions/24/go-last-view.svg +share/icons/breeze/actions/24/go-last.svg +share/icons/breeze/actions/24/go-next-context.svg +share/icons/breeze/actions/24/go-next-use.svg +share/icons/breeze/actions/24/go-next-view-page.svg +share/icons/breeze/actions/24/go-next-view.svg +share/icons/breeze/actions/24/go-next.svg +share/icons/breeze/actions/24/go-parent-folder.svg +share/icons/breeze/actions/24/go-previous-context.svg +share/icons/breeze/actions/24/go-previous-use.svg +share/icons/breeze/actions/24/go-previous-view-page.svg +share/icons/breeze/actions/24/go-previous-view.svg +share/icons/breeze/actions/24/go-previous.svg +share/icons/breeze/actions/24/go-top.svg +share/icons/breeze/actions/24/go-up-search.svg +share/icons/breeze/actions/24/go-up.svg +share/icons/breeze/actions/24/grid-rectangular.svg +share/icons/breeze/actions/24/group-delete.svg +share/icons/breeze/actions/24/group-edit.svg +share/icons/breeze/actions/24/group-new.svg +share/icons/breeze/actions/24/gtk-add.svg +share/icons/breeze/actions/24/gtk-apply.svg +share/icons/breeze/actions/24/gtk-authentication.svg +share/icons/breeze/actions/24/gtk-bold.svg +share/icons/breeze/actions/24/gtk-cancel.svg +share/icons/breeze/actions/24/gtk-cdrom.svg +share/icons/breeze/actions/24/gtk-clear.svg +share/icons/breeze/actions/24/gtk-close.svg +share/icons/breeze/actions/24/gtk-color-picker.svg +share/icons/breeze/actions/24/gtk-connect.svg +share/icons/breeze/actions/24/gtk-convert.svg +share/icons/breeze/actions/24/gtk-disconnect.svg +share/icons/breeze/actions/24/gtk-edit.svg +share/icons/breeze/actions/24/gtk-execute.svg +share/icons/breeze/actions/24/gtk-floppy.svg +share/icons/breeze/actions/24/gtk-index.svg +share/icons/breeze/actions/24/gtk-no.svg +share/icons/breeze/actions/24/gtk-ok.svg +share/icons/breeze/actions/24/gtk-preferences.svg +share/icons/breeze/actions/24/gtk-properties.svg +share/icons/breeze/actions/24/gtk-quit.svg +share/icons/breeze/actions/24/gtk-select-color.svg +share/icons/breeze/actions/24/gtk-select-font.svg +share/icons/breeze/actions/24/gtk-stop.svg +share/icons/breeze/actions/24/gtk-tab-duplicate.svg +share/icons/breeze/actions/24/gtk-tab-new.svg +share/icons/breeze/actions/24/gtk-undelete-ltr.svg +share/icons/breeze/actions/24/gtk-undelete-rtl.svg +share/icons/breeze/actions/24/gtk-yes.svg +share/icons/breeze/actions/24/guides.svg +share/icons/breeze/actions/24/help-about.svg +share/icons/breeze/actions/24/help-contextual.svg +share/icons/breeze/actions/24/help-donate.svg +share/icons/breeze/actions/24/help-feedback.svg +share/icons/breeze/actions/24/help-hint.svg +share/icons/breeze/actions/24/help-keybord-shortcuts.svg +share/icons/breeze/actions/24/hint.svg +share/icons/breeze/actions/24/identity.svg +share/icons/breeze/actions/24/im-aim.svg +share/icons/breeze/actions/24/im-ban-kick-user.svg +share/icons/breeze/actions/24/im-ban-user.svg +share/icons/breeze/actions/24/im-facebook.svg +share/icons/breeze/actions/24/im-gadugadu.svg +share/icons/breeze/actions/24/im-google-talk.svg +share/icons/breeze/actions/24/im-google.svg +share/icons/breeze/actions/24/im-icq.svg +share/icons/breeze/actions/24/im-identi.ca.svg +share/icons/breeze/actions/24/im-invisible-user.svg +share/icons/breeze/actions/24/im-irc.svg +share/icons/breeze/actions/24/im-jabber.svg +share/icons/breeze/actions/24/im-kick-user.svg +share/icons/breeze/actions/24/im-msn.svg +share/icons/breeze/actions/24/im-qq.svg +share/icons/breeze/actions/24/im-skype.svg +share/icons/breeze/actions/24/im-twitter.svg +share/icons/breeze/actions/24/im-user-away.svg +share/icons/breeze/actions/24/im-user-busy.svg +share/icons/breeze/actions/24/im-user-offline.svg +share/icons/breeze/actions/24/im-user-online.svg +share/icons/breeze/actions/24/im-user.svg +share/icons/breeze/actions/24/im-yahoo.svg +share/icons/breeze/actions/24/imagecomment.svg +share/icons/breeze/actions/24/insert-horizontal-rule.svg +share/icons/breeze/actions/24/insert-image.svg +share/icons/breeze/actions/24/insert-link.svg +share/icons/breeze/actions/24/insert-page-break.svg +share/icons/breeze/actions/24/insert-table-of-contents.svg +share/icons/breeze/actions/24/insert-table.svg +share/icons/breeze/actions/24/insert-text-frame.svg +share/icons/breeze/actions/24/insert-text.svg +share/icons/breeze/actions/24/invertimage.svg +share/icons/breeze/actions/24/irc-channel-active.svg +share/icons/breeze/actions/24/irc-channel-inactive.svg +share/icons/breeze/actions/24/irc-close-channel.svg +share/icons/breeze/actions/24/irc-join-channel.svg +share/icons/breeze/actions/24/irc-operator.svg +share/icons/breeze/actions/24/irc-remove-operator.svg +share/icons/breeze/actions/24/irc-unvoice.svg +share/icons/breeze/actions/24/irc-voice.svg +share/icons/breeze/actions/24/journal-new.svg +share/icons/breeze/actions/24/key-enter.svg +share/icons/breeze/actions/24/kmouth-phrase-new.svg +share/icons/breeze/actions/24/kmouth-phrase.svg +share/icons/breeze/actions/24/kmouth-phrasebook.svg +share/icons/breeze/actions/24/kmouth-phresebook-new.svg +share/icons/breeze/actions/24/kr_jumpback.svg +share/icons/breeze/actions/24/kr_setjumpback.svg +share/icons/breeze/actions/24/kstars_fitsviewer.svg +share/icons/breeze/actions/24/layer-visible-off.svg +share/icons/breeze/actions/24/layer-visible-on.svg +share/icons/breeze/actions/24/lighttable.svg +share/icons/breeze/actions/24/lighttableadd.svg +share/icons/breeze/actions/24/list-add-font.svg +share/icons/breeze/actions/24/list-add-user.svg +share/icons/breeze/actions/24/list-add.svg +share/icons/breeze/actions/24/list-remove-user.svg +share/icons/breeze/actions/24/list-remove.svg +share/icons/breeze/actions/24/list-resource-add.svg +share/icons/breeze/actions/24/mail-attachment.svg +share/icons/breeze/actions/24/mail-encrypted-full.svg +share/icons/breeze/actions/24/mail-encrypted-part.svg +share/icons/breeze/actions/24/mail-encrypted.svg +share/icons/breeze/actions/24/mail-flag.svg +share/icons/breeze/actions/24/mail-forward.svg +share/icons/breeze/actions/24/mail-forwarded-replied.svg +share/icons/breeze/actions/24/mail-forwarded.svg +share/icons/breeze/actions/24/mail-invitation.svg +share/icons/breeze/actions/24/mail-mark-important.svg +share/icons/breeze/actions/24/mail-mark-junk.svg +share/icons/breeze/actions/24/mail-mark-notjunk.svg +share/icons/breeze/actions/24/mail-mark-read.svg +share/icons/breeze/actions/24/mail-mark-task.svg +share/icons/breeze/actions/24/mail-mark-unread-new.svg +share/icons/breeze/actions/24/mail-mark-unread.svg +share/icons/breeze/actions/24/mail-meeting-request-reply.svg +share/icons/breeze/actions/24/mail-message-new-list.svg +share/icons/breeze/actions/24/mail-message-new.svg +share/icons/breeze/actions/24/mail-queue.svg +share/icons/breeze/actions/24/mail-queued.svg +share/icons/breeze/actions/24/mail-receive.svg +share/icons/breeze/actions/24/mail-replied.svg +share/icons/breeze/actions/24/mail-reply-all.svg +share/icons/breeze/actions/24/mail-reply-custom-all.svg +share/icons/breeze/actions/24/mail-reply-custom.svg +share/icons/breeze/actions/24/mail-reply-list.svg +share/icons/breeze/actions/24/mail-reply-sender.svg +share/icons/breeze/actions/24/mail-send.svg +share/icons/breeze/actions/24/mail-signature-unknown.svg +share/icons/breeze/actions/24/mail-signed-full.svg +share/icons/breeze/actions/24/mail-signed-part.svg +share/icons/breeze/actions/24/mail-signed-verified.svg +share/icons/breeze/actions/24/mail-signed.svg +share/icons/breeze/actions/24/mail-tagged.svg +share/icons/breeze/actions/24/mail-unread-new.svg +share/icons/breeze/actions/24/mail-unread.svg +share/icons/breeze/actions/24/measure.svg +share/icons/breeze/actions/24/media-album-cover-manager-amarok.svg +share/icons/breeze/actions/24/media-album-track.svg +share/icons/breeze/actions/24/media-eject.svg +share/icons/breeze/actions/24/media-mount.svg +share/icons/breeze/actions/24/media-mout.svg +share/icons/breeze/actions/24/media-playback-pause.svg +share/icons/breeze/actions/24/media-playback-start.svg +share/icons/breeze/actions/24/media-playback-stop.svg +share/icons/breeze/actions/24/media-playlist-repeat.svg +share/icons/breeze/actions/24/media-playlist-shuffle.svg +share/icons/breeze/actions/24/media-random-albums-amarok.svg +share/icons/breeze/actions/24/media-random-tracks-amarok.svg +share/icons/breeze/actions/24/media-record.svg +share/icons/breeze/actions/24/media-repeat-album-amarok.svg +share/icons/breeze/actions/24/media-repeat-playlist-amarok.svg +share/icons/breeze/actions/24/media-repeat-track-amarok.svg +share/icons/breeze/actions/24/media-seek-backward.svg +share/icons/breeze/actions/24/media-seek-forward.svg +share/icons/breeze/actions/24/media-show-active-track-amarok.svg +share/icons/breeze/actions/24/media-skip-backward.svg +share/icons/breeze/actions/24/media-skip-forward.svg +share/icons/breeze/actions/24/media-track-queue-amarok.svg +share/icons/breeze/actions/24/meeting-attending-tentative.svg +share/icons/breeze/actions/24/meeting-attending.svg +share/icons/breeze/actions/24/meeting-participant-no-response.svg +share/icons/breeze/actions/24/meeting-participant-request-response.svg +share/icons/breeze/actions/24/menu_new.svg +share/icons/breeze/actions/24/menu_new_sep.svg +share/icons/breeze/actions/24/merge.svg +share/icons/breeze/actions/24/messagebox_warning.svg +share/icons/breeze/actions/24/milestone.svg +share/icons/breeze/actions/24/network-connect.svg +share/icons/breeze/actions/24/network-disconnect.svg +share/icons/breeze/actions/24/news-subscribe.svg +share/icons/breeze/actions/24/news-unsubscribe.svg +share/icons/breeze/actions/24/nocover.svg +share/icons/breeze/actions/24/node-add.svg +share/icons/breeze/actions/24/node-break.svg +share/icons/breeze/actions/24/node-delete-segment.svg +share/icons/breeze/actions/24/node-delete.svg +share/icons/breeze/actions/24/node-join-segment.svg +share/icons/breeze/actions/24/node-join.svg +share/icons/breeze/actions/24/node-segment-curve.svg +share/icons/breeze/actions/24/node-segment-line.svg +share/icons/breeze/actions/24/node-transform.svg +share/icons/breeze/actions/24/node-type-auto-smooth.svg +share/icons/breeze/actions/24/node-type-cusp.svg +share/icons/breeze/actions/24/node-type-smooth.svg +share/icons/breeze/actions/24/node-type-symmetric.svg +share/icons/breeze/actions/24/node.svg +share/icons/breeze/actions/24/object-columns.svg +share/icons/breeze/actions/24/object-flip-horizontal.svg +share/icons/breeze/actions/24/object-flip-vertical.svg +share/icons/breeze/actions/24/object-group.svg +share/icons/breeze/actions/24/object-locked.svg +share/icons/breeze/actions/24/object-order-back.svg +share/icons/breeze/actions/24/object-order-front.svg +share/icons/breeze/actions/24/object-order-lower.svg +share/icons/breeze/actions/24/object-order-raise.svg +share/icons/breeze/actions/24/object-rotate-left.svg +share/icons/breeze/actions/24/object-rotate-right.svg +share/icons/breeze/actions/24/object-rows.svg +share/icons/breeze/actions/24/object-to-path.svg +share/icons/breeze/actions/24/object-ungroup.svg +share/icons/breeze/actions/24/object-unlocked.svg +share/icons/breeze/actions/24/office-chart-area-focus-peak-node.svg +share/icons/breeze/actions/24/office-chart-area-percentage.svg +share/icons/breeze/actions/24/office-chart-area-stacked.svg +share/icons/breeze/actions/24/office-chart-area.svg +share/icons/breeze/actions/24/office-chart-bar-percentage.svg +share/icons/breeze/actions/24/office-chart-bar-stacked.svg +share/icons/breeze/actions/24/office-chart-bar.svg +share/icons/breeze/actions/24/office-chart-line-percentage.svg +share/icons/breeze/actions/24/office-chart-line-stacked.svg +share/icons/breeze/actions/24/office-chart-line.svg +share/icons/breeze/actions/24/office-chart-pie.svg +share/icons/breeze/actions/24/office-chart-polar-stacked.svg +share/icons/breeze/actions/24/office-chart-polar.svg +share/icons/breeze/actions/24/office-chart-ring.svg +share/icons/breeze/actions/24/office-chart-scatter.svg +share/icons/breeze/actions/24/package.svg +share/icons/breeze/actions/24/page-2sides.svg +share/icons/breeze/actions/24/page-3sides.svg +share/icons/breeze/actions/24/page-4sides.svg +share/icons/breeze/actions/24/page-simple.svg +share/icons/breeze/actions/24/page-zoom.svg +share/icons/breeze/actions/24/password-generate.svg +share/icons/breeze/actions/24/password-show-off.svg +share/icons/breeze/actions/24/password-show-on.svg +share/icons/breeze/actions/24/path-clip-edit.svg +share/icons/breeze/actions/24/path-effect-parameter-next.svg +share/icons/breeze/actions/24/path-mask-edit.svg +share/icons/breeze/actions/24/path-mode-bezier.svg +share/icons/breeze/actions/24/path-mode-polyline-paraxial.svg +share/icons/breeze/actions/24/path-mode-polyline.svg +share/icons/breeze/actions/24/path-mode-spiro.svg +share/icons/breeze/actions/24/path-reverse.svg +share/icons/breeze/actions/24/path-simplify.svg +share/icons/breeze/actions/24/player-time.svg +share/icons/breeze/actions/24/player-volume-muted.svg +share/icons/breeze/actions/24/player-volume.svg +share/icons/breeze/actions/24/playlist-generator.svg +share/icons/breeze/actions/24/playlist-sort.svg +share/icons/breeze/actions/24/plugins.svg +share/icons/breeze/actions/24/preferences-activities.svg +share/icons/breeze/actions/24/preferences-other.svg +share/icons/breeze/actions/24/preflight-verifier.svg +share/icons/breeze/actions/24/process-stop.svg +share/icons/breeze/actions/24/project-development-close-all.svg +share/icons/breeze/actions/24/project-development-close.svg +share/icons/breeze/actions/24/project-development-new-template.svg +share/icons/breeze/actions/24/project-development.svg +share/icons/breeze/actions/24/project-open.svg +share/icons/breeze/actions/24/quickopen-class.svg +share/icons/breeze/actions/24/quickopen-file.svg +share/icons/breeze/actions/24/quickopen-function.svg +share/icons/breeze/actions/24/quickopen.svg +share/icons/breeze/actions/24/randomize.svg +share/icons/breeze/actions/24/ratiocrop.svg +share/icons/breeze/actions/24/redeyes.svg +share/icons/breeze/actions/24/resource-calendar-child-insert.svg +share/icons/breeze/actions/24/resource-calendar-child.svg +share/icons/breeze/actions/24/resource-calendar-insert.svg +share/icons/breeze/actions/24/resource-group-new.svg +share/icons/breeze/actions/24/resource-group.svg +share/icons/breeze/actions/24/roll.svg +share/icons/breeze/actions/24/run-build-clean.svg +share/icons/breeze/actions/24/run-build-configure.svg +share/icons/breeze/actions/24/run-build-file.svg +share/icons/breeze/actions/24/run-build-install-root.svg +share/icons/breeze/actions/24/run-build-install.svg +share/icons/breeze/actions/24/run-build-prune.svg +share/icons/breeze/actions/24/run-build.svg +share/icons/breeze/actions/24/run-clean.svg +share/icons/breeze/actions/24/run-install.svg +share/icons/breeze/actions/24/select-rectangular.svg +share/icons/breeze/actions/24/services.svg +share/icons/breeze/actions/24/shapes.svg +share/icons/breeze/actions/24/sharpenimage.svg +share/icons/breeze/actions/24/show-menu.svg +share/icons/breeze/actions/24/show-node-handles.svg +share/icons/breeze/actions/24/show-offline.svg +share/icons/breeze/actions/24/show-path-outline.svg +share/icons/breeze/actions/24/snap-bounding-box-center.svg +share/icons/breeze/actions/24/snap-bounding-box-corners.svg +share/icons/breeze/actions/24/snap-bounding-box-edges.svg +share/icons/breeze/actions/24/snap-bounding-box-midpoints.svg +share/icons/breeze/actions/24/snap-bounding-box.svg +share/icons/breeze/actions/24/snap-extension.svg +share/icons/breeze/actions/24/snap-grid-guide-intersections.svg +share/icons/breeze/actions/24/snap-guideline.svg +share/icons/breeze/actions/24/snap-intersection.svg +share/icons/breeze/actions/24/snap-node.svg +share/icons/breeze/actions/24/snap-nodes-center.svg +share/icons/breeze/actions/24/snap-nodes-cusp.svg +share/icons/breeze/actions/24/snap-nodes-intersection.svg +share/icons/breeze/actions/24/snap-nodes-midpoint.svg +share/icons/breeze/actions/24/snap-nodes-path.svg +share/icons/breeze/actions/24/snap-nodes-rotation-center.svg +share/icons/breeze/actions/24/snap-nodes-smooth.svg +share/icons/breeze/actions/24/snap-orthogonal.svg +share/icons/breeze/actions/24/snap-page.svg +share/icons/breeze/actions/24/snap-text-baseline.svg +share/icons/breeze/actions/24/snap.svg +share/icons/breeze/actions/24/sort-name.svg +share/icons/breeze/actions/24/sort-presence.svg +share/icons/breeze/actions/24/speaker.svg +share/icons/breeze/actions/24/split.svg +share/icons/breeze/actions/24/state-fork.svg +share/icons/breeze/actions/24/story-editor.svg +share/icons/breeze/actions/24/stroke-cap-bevel.svg +share/icons/breeze/actions/24/stroke-cap-butt.svg +share/icons/breeze/actions/24/stroke-cap-miter.svg +share/icons/breeze/actions/24/stroke-cap-round.svg +share/icons/breeze/actions/24/stroke-cap-square.svg +share/icons/breeze/actions/24/stroke-join-bevel.svg +share/icons/breeze/actions/24/stroke-join-miter.svg +share/icons/breeze/actions/24/stroke-join-round.svg +share/icons/breeze/actions/24/stroke-to-path.svg +share/icons/breeze/actions/24/svn-commit.svg +share/icons/breeze/actions/24/svn-update.svg +share/icons/breeze/actions/24/system-run.svg +share/icons/breeze/actions/24/system-search.svg +share/icons/breeze/actions/24/system-upgrade.svg +share/icons/breeze/actions/24/tab-close-other.svg +share/icons/breeze/actions/24/tab-close.svg +share/icons/breeze/actions/24/tab-detach.svg +share/icons/breeze/actions/24/tab-duplicate.svg +share/icons/breeze/actions/24/tab-new-background.svg +share/icons/breeze/actions/24/tab-new.svg +share/icons/breeze/actions/24/table.svg +share/icons/breeze/actions/24/tag-addressbook.svg +share/icons/breeze/actions/24/tag-delete.svg +share/icons/breeze/actions/24/tag-events.svg +share/icons/breeze/actions/24/tag-folder.svg +share/icons/breeze/actions/24/tag-people.svg +share/icons/breeze/actions/24/tag-properties.svg +share/icons/breeze/actions/24/tag-reset.svg +share/icons/breeze/actions/24/tag.svg +share/icons/breeze/actions/24/task-new.svg +share/icons/breeze/actions/24/taxes-finances.svg +share/icons/breeze/actions/24/text-field.svg +share/icons/breeze/actions/24/text-flow-into-frame.svg +share/icons/breeze/actions/24/text-frame-link.svg +share/icons/breeze/actions/24/text-frame-unlink.svg +share/icons/breeze/actions/24/text-speak.svg +share/icons/breeze/actions/24/text-unflow.svg +share/icons/breeze/actions/24/text-wrap.svg +share/icons/breeze/actions/24/text_horz_kern.svg +share/icons/breeze/actions/24/text_letter_spacing.svg +share/icons/breeze/actions/24/text_line_spacing.svg +share/icons/breeze/actions/24/text_remove_kerns.svg +share/icons/breeze/actions/24/text_rotation.svg +share/icons/breeze/actions/24/text_subscript.svg +share/icons/breeze/actions/24/text_superscript.svg +share/icons/breeze/actions/24/text_vert_kern.svg +share/icons/breeze/actions/24/text_word_spacing.svg +share/icons/breeze/actions/24/tool-animator.svg +share/icons/breeze/actions/24/tool-measure.svg +share/icons/breeze/actions/24/tool-node-editor.svg +share/icons/breeze/actions/24/tool-pointer.svg +share/icons/breeze/actions/24/tool-spray.svg +share/icons/breeze/actions/24/tool-tweak.svg +share/icons/breeze/actions/24/tools-check-spelling.svg +share/icons/breeze/actions/24/tools-media-optical-burn-image.svg +share/icons/breeze/actions/24/tools-media-optical-burn.svg +share/icons/breeze/actions/24/tools-media-optical-copy.svg +share/icons/breeze/actions/24/tools-media-optical-erase.svg +share/icons/breeze/actions/24/tools-media-optical-format.svg +share/icons/breeze/actions/24/tools-report-bug.svg +share/icons/breeze/actions/24/tools-rip-audio-cd.svg +share/icons/breeze/actions/24/tools-rip-video-cd.svg +share/icons/breeze/actions/24/tools-rip-video-dvd.svg +share/icons/breeze/actions/24/tools-wizard.svg +share/icons/breeze/actions/24/transform-crop-and-resize.svg +share/icons/breeze/actions/24/transform-crop.svg +share/icons/breeze/actions/24/transform-move-horizontal.svg +share/icons/breeze/actions/24/transform-move-vertical.svg +share/icons/breeze/actions/24/transform-move.svg +share/icons/breeze/actions/24/transform-rotate.svg +share/icons/breeze/actions/24/transform-scale-horizontal.svg +share/icons/breeze/actions/24/transform-scale-textbox-points.svg +share/icons/breeze/actions/24/transform-scale-vertical.svg +share/icons/breeze/actions/24/transform-scale.svg +share/icons/breeze/actions/24/transform-shear-down.svg +share/icons/breeze/actions/24/transform-shear-left.svg +share/icons/breeze/actions/24/transform-shear-right.svg +share/icons/breeze/actions/24/transform-shear-up.svg +share/icons/breeze/actions/24/transform-skew-horizontal.svg +share/icons/breeze/actions/24/transform-skew-vertical.svg +share/icons/breeze/actions/24/trash-empty.svg +share/icons/breeze/actions/24/upload-media.svg +share/icons/breeze/actions/24/user-group-delete.svg +share/icons/breeze/actions/24/user-group-new.svg +share/icons/breeze/actions/24/user-group-properties.svg +share/icons/breeze/actions/24/user-identity.svg +share/icons/breeze/actions/24/user-properties.svg +share/icons/breeze/actions/24/view-bank-account-checking.svg +share/icons/breeze/actions/24/view-bank-account-savings.svg +share/icons/breeze/actions/24/view-bank-account.svg +share/icons/breeze/actions/24/view-bank.svg +share/icons/breeze/actions/24/view-barcode-add.svg +share/icons/breeze/actions/24/view-barcode.svg +share/icons/breeze/actions/24/view-calendar-agenda.svg +share/icons/breeze/actions/24/view-calendar-birthday.svg +share/icons/breeze/actions/24/view-calendar-day.svg +share/icons/breeze/actions/24/view-calendar-holiday.svg +share/icons/breeze/actions/24/view-calendar-journal.svg +share/icons/breeze/actions/24/view-calendar-list.svg +share/icons/breeze/actions/24/view-calendar-month.svg +share/icons/breeze/actions/24/view-calendar-special-occasion.svg +share/icons/breeze/actions/24/view-calendar-tasks.svg +share/icons/breeze/actions/24/view-calendar-time-spent.svg +share/icons/breeze/actions/24/view-calendar-timeline.svg +share/icons/breeze/actions/24/view-calendar-upcoming-days.svg +share/icons/breeze/actions/24/view-calendar-upcoming-events.svg +share/icons/breeze/actions/24/view-calendar-wedding-anniversary.svg +share/icons/breeze/actions/24/view-calendar-week.svg +share/icons/breeze/actions/24/view-calendar-whatsnext.svg +share/icons/breeze/actions/24/view-calendar-workweek.svg +share/icons/breeze/actions/24/view-calendar.svg +share/icons/breeze/actions/24/view-catalog.svg +share/icons/breeze/actions/24/view-categories-expenditures.svg +share/icons/breeze/actions/24/view-categories-incomes.svg +share/icons/breeze/actions/24/view-categories.svg +share/icons/breeze/actions/24/view-certificate-add.svg +share/icons/breeze/actions/24/view-certificate-export-secret.svg +share/icons/breeze/actions/24/view-certificate-export-server.svg +share/icons/breeze/actions/24/view-certificate-export.svg +share/icons/breeze/actions/24/view-certificate-import.svg +share/icons/breeze/actions/24/view-certificate-server-configure.svg +share/icons/breeze/actions/24/view-certificate-sign.svg +share/icons/breeze/actions/24/view-certificate.svg +share/icons/breeze/actions/24/view-close.svg +share/icons/breeze/actions/24/view-conversation-balloon.svg +share/icons/breeze/actions/24/view-file-columns.svg +share/icons/breeze/actions/24/view-filter.svg +share/icons/breeze/actions/24/view-form-action.svg +share/icons/breeze/actions/24/view-form.svg +share/icons/breeze/actions/24/view-fullscreen.svg +share/icons/breeze/actions/24/view-grid.svg +share/icons/breeze/actions/24/view-group.svg +share/icons/breeze/actions/24/view-history.svg +share/icons/breeze/actions/24/view-left-close.svg +share/icons/breeze/actions/24/view-list-details.svg +share/icons/breeze/actions/24/view-list-icons.svg +share/icons/breeze/actions/24/view-list-text.svg +share/icons/breeze/actions/24/view-list-tree.svg +share/icons/breeze/actions/24/view-media-artist.svg +share/icons/breeze/actions/24/view-media-equalizer.svg +share/icons/breeze/actions/24/view-media-lyrics.svg +share/icons/breeze/actions/24/view-media-playlist.svg +share/icons/breeze/actions/24/view-media-title.svg +share/icons/breeze/actions/24/view-media-visualization.svg +share/icons/breeze/actions/24/view-multiple-objects.svg +share/icons/breeze/actions/24/view-object-histogram-linear.svg +share/icons/breeze/actions/24/view-object-histogram-logarithmic.svg +share/icons/breeze/actions/24/view-pim-calendar.svg +share/icons/breeze/actions/24/view-pim-contacts.svg +share/icons/breeze/actions/24/view-pim-journal.svg +share/icons/breeze/actions/24/view-pim-mail.svg +share/icons/breeze/actions/24/view-pim-news.svg +share/icons/breeze/actions/24/view-pim-notes.svg +share/icons/breeze/actions/24/view-pim-tasks-pending.svg +share/icons/breeze/actions/24/view-pim-tasks.svg +share/icons/breeze/actions/24/view-presentation.svg +share/icons/breeze/actions/24/view-preview.svg +share/icons/breeze/actions/24/view-refresh.svg +share/icons/breeze/actions/24/view-restore.svg +share/icons/breeze/actions/24/view-right-close.svg +share/icons/breeze/actions/24/view-right-new.svg +share/icons/breeze/actions/24/view-sidetree.svg +share/icons/breeze/actions/24/view-sort-ascending.svg +share/icons/breeze/actions/24/view-sort-descending.svg +share/icons/breeze/actions/24/view-split-left-right.svg +share/icons/breeze/actions/24/view-split-top-bottom.svg +share/icons/breeze/actions/24/view-statistics.svg +share/icons/breeze/actions/24/view-table-of-contents-ltr.svg +share/icons/breeze/actions/24/view-table-of-contents-rtl.svg +share/icons/breeze/actions/24/view-task-add.svg +share/icons/breeze/actions/24/view-task-child-add.svg +share/icons/breeze/actions/24/view-task-child.svg +share/icons/breeze/actions/24/view-task.svg +share/icons/breeze/actions/24/view-time-schedule-baselined-add.svg +share/icons/breeze/actions/24/view-time-schedule-baselined-remove.svg +share/icons/breeze/actions/24/view-time-schedule-baselined.svg +share/icons/breeze/actions/24/view-time-schedule-calculus.svg +share/icons/breeze/actions/24/view-time-schedule-child-insert.svg +share/icons/breeze/actions/24/view-time-schedule-edit.svg +share/icons/breeze/actions/24/view-time-schedule-insert.svg +share/icons/breeze/actions/24/view-web-browser-dom-tree.svg +share/icons/breeze/actions/24/viewimage.svg +share/icons/breeze/actions/24/visibility.svg +share/icons/breeze/actions/24/window-close.svg +share/icons/breeze/actions/24/window-duplicate.svg +share/icons/breeze/actions/24/window-new.svg +share/icons/breeze/actions/24/xml-attribute-delete.svg +share/icons/breeze/actions/24/xml-element-new.svg +share/icons/breeze/actions/24/xml-node-delete.svg +share/icons/breeze/actions/24/xml-node-duplicate.svg +share/icons/breeze/actions/24/xml-text-new.svg +share/icons/breeze/actions/24/y-zoom-in.svg +share/icons/breeze/actions/24/zoom-1-to-2.svg +share/icons/breeze/actions/24/zoom-2-to-1.svg +share/icons/breeze/actions/24/zoom-draw.svg +share/icons/breeze/actions/24/zoom-fit-best.svg +share/icons/breeze/actions/24/zoom-fit-height.svg +share/icons/breeze/actions/24/zoom-fit-selection.svg +share/icons/breeze/actions/24/zoom-fit-width.svg +share/icons/breeze/actions/24/zoom-in-large.svg +share/icons/breeze/actions/24/zoom-in-x.svg +share/icons/breeze/actions/24/zoom-in.svg +share/icons/breeze/actions/24/zoom-next.svg +share/icons/breeze/actions/24/zoom-original.svg +share/icons/breeze/actions/24/zoom-out-large.svg +share/icons/breeze/actions/24/zoom-out-x.svg +share/icons/breeze/actions/24/zoom-out-y.svg +share/icons/breeze/actions/24/zoom-out.svg +share/icons/breeze/actions/24/zoom-previous.svg +share/icons/breeze/actions/24/zoom-select-fit.svg +share/icons/breeze/actions/24/zoom-select-x.svg +share/icons/breeze/actions/24/zoom-select-y.svg +share/icons/breeze/actions/24/zoom-select.svg +share/icons/breeze/actions/24/zoom.svg +share/icons/breeze/actions/32/acrobat.svg +share/icons/breeze/actions/32/address-book-new.svg +share/icons/breeze/actions/32/align-horizontal-bottom-out.svg +share/icons/breeze/actions/32/align-horizontal-center.svg +share/icons/breeze/actions/32/align-horizontal-left-out.svg +share/icons/breeze/actions/32/align-horizontal-left-to-anchor.svg +share/icons/breeze/actions/32/align-horizontal-left.svg +share/icons/breeze/actions/32/align-horizontal-right-out.svg +share/icons/breeze/actions/32/align-horizontal-right-to-anchor.svg +share/icons/breeze/actions/32/align-horizontal-right.svg +share/icons/breeze/actions/32/align-horizontal-top-out.svg +share/icons/breeze/actions/32/align-vertical-bottom-out.svg +share/icons/breeze/actions/32/align-vertical-bottom-to-anchor.svg +share/icons/breeze/actions/32/align-vertical-bottom.svg +share/icons/breeze/actions/32/align-vertical-center.svg +share/icons/breeze/actions/32/align-vertical-top-out.svg +share/icons/breeze/actions/32/align-vertical-top-to-anchor.svg +share/icons/breeze/actions/32/align-vertical-top.svg +share/icons/breeze/actions/32/application-exit.svg +share/icons/breeze/actions/32/application-menu.svg +share/icons/breeze/actions/32/appointment-new.svg +share/icons/breeze/actions/32/archive-extract.svg +share/icons/breeze/actions/32/archive-insert-directory.svg +share/icons/breeze/actions/32/archive-insert.svg +share/icons/breeze/actions/32/archive-remove.svg +share/icons/breeze/actions/32/arrow-left-double.svg +share/icons/breeze/actions/32/arrow-right-double.svg +share/icons/breeze/actions/32/autocorrection.svg +share/icons/breeze/actions/32/blurimage.svg +share/icons/breeze/actions/32/bookmark-new.svg +share/icons/breeze/actions/32/bookmark-remove.svg +share/icons/breeze/actions/32/bordertool.svg +share/icons/breeze/actions/32/call-start.svg +share/icons/breeze/actions/32/call-stop.svg +share/icons/breeze/actions/32/color-management.svg +share/icons/breeze/actions/32/color-picker-black.svg +share/icons/breeze/actions/32/color-picker-grey.svg +share/icons/breeze/actions/32/color-picker-white.svg +share/icons/breeze/actions/32/color-picker.svg +share/icons/breeze/actions/32/colors-chromablue.svg +share/icons/breeze/actions/32/colors-chromagreen.svg +share/icons/breeze/actions/32/colors-chromared.svg +share/icons/breeze/actions/32/colors-luma.svg +share/icons/breeze/actions/32/compass.svg +share/icons/breeze/actions/32/configure-shortcuts.svg +share/icons/breeze/actions/32/configure.svg +share/icons/breeze/actions/32/dialog-cancel.svg +share/icons/breeze/actions/32/dialog-messages.svg +share/icons/breeze/actions/32/dialog-ok-apply.svg +share/icons/breeze/actions/32/document-close.svg +share/icons/breeze/actions/32/document-decrypt.svg +share/icons/breeze/actions/32/document-edit-decrypt-verify.svg +share/icons/breeze/actions/32/document-edit-decrypt.svg +share/icons/breeze/actions/32/document-edit-encrypt.svg +share/icons/breeze/actions/32/document-edit-sign-encrypt.svg +share/icons/breeze/actions/32/document-edit-sign.svg +share/icons/breeze/actions/32/document-edit.svg +share/icons/breeze/actions/32/document-encrypted.svg +share/icons/breeze/actions/32/document-export.svg +share/icons/breeze/actions/32/document-import.svg +share/icons/breeze/actions/32/document-new-from-template.svg +share/icons/breeze/actions/32/document-new.svg +share/icons/breeze/actions/32/document-open-recent.svg +share/icons/breeze/actions/32/document-open-remote.svg +share/icons/breeze/actions/32/document-open.svg +share/icons/breeze/actions/32/document-preview-archive.svg +share/icons/breeze/actions/32/document-preview.svg +share/icons/breeze/actions/32/document-print-direct.svg +share/icons/breeze/actions/32/document-print.svg +share/icons/breeze/actions/32/document-revert.svg +share/icons/breeze/actions/32/document-save-all.svg +share/icons/breeze/actions/32/document-save-as.svg +share/icons/breeze/actions/32/document-save.svg +share/icons/breeze/actions/32/document-share.svg +share/icons/breeze/actions/32/edit-delete.svg +share/icons/breeze/actions/32/edit-redo.svg +share/icons/breeze/actions/32/edit-undo.svg +share/icons/breeze/actions/32/editor.svg +share/icons/breeze/actions/32/flash.svg +share/icons/breeze/actions/32/folder-new.svg +share/icons/breeze/actions/32/folder-sync.svg +share/icons/breeze/actions/32/format-stroke-color.svg +share/icons/breeze/actions/32/games-config-options.svg +share/icons/breeze/actions/32/go-parent-folder.svg +share/icons/breeze/actions/32/help-about.svg +share/icons/breeze/actions/32/help-donate.svg +share/icons/breeze/actions/32/help-keybord-shortcuts.svg +share/icons/breeze/actions/32/help-whatsthis.svg +share/icons/breeze/actions/32/media-eject.svg +share/icons/breeze/actions/32/media-playback-pause.svg +share/icons/breeze/actions/32/media-playback-start.svg +share/icons/breeze/actions/32/media-playback-stop.svg +share/icons/breeze/actions/32/media-playlist-repeat.svg +share/icons/breeze/actions/32/media-playlist-shuffle.svg +share/icons/breeze/actions/32/media-record.svg +share/icons/breeze/actions/32/media-seek-backward.svg +share/icons/breeze/actions/32/media-seek-forward.svg +share/icons/breeze/actions/32/media-skip-backward.svg +share/icons/breeze/actions/32/media-skip-forward.svg +share/icons/breeze/actions/32/multiple.svg +share/icons/breeze/actions/32/object-order-back.svg +share/icons/breeze/actions/32/object-order-front.svg +share/icons/breeze/actions/32/object-order-lower.svg +share/icons/breeze/actions/32/object-order-raise.svg +share/icons/breeze/actions/32/percent.svg +share/icons/breeze/actions/32/qa.svg +share/icons/breeze/actions/32/system-lock-screen.svg +share/icons/breeze/actions/32/system-log-out.svg +share/icons/breeze/actions/32/system-reboot.svg +share/icons/breeze/actions/32/system-save-session.svg +share/icons/breeze/actions/32/system-shutdown.svg +share/icons/breeze/actions/32/system-suspend-hibernate.svg +share/icons/breeze/actions/32/system-suspend.svg +share/icons/breeze/actions/32/system-switch-user.svg +share/icons/breeze/actions/32/system-users.svg +share/icons/breeze/actions/32/taxes-finances.svg +share/icons/breeze/actions/32/view-filter.svg +share/icons/breeze/actions/32/view-group.svg +share/icons/breeze/actions/32/view-left-close.svg +share/icons/breeze/actions/32/view-list-details.svg +share/icons/breeze/actions/32/view-list-icons.svg +share/icons/breeze/actions/32/view-list-text.svg +share/icons/breeze/actions/32/view-list-tree.svg +share/icons/breeze/actions/32/view-preview.svg +share/icons/breeze/actions/32/view-refresh.svg +share/icons/breeze/actions/32/view-right-close.svg +share/icons/breeze/actions/32/view-right-new.svg +share/icons/breeze/actions/32/view-sort-ascending.svg +share/icons/breeze/actions/32/view-sort-descending.svg +share/icons/breeze/actions/32/window-close.svg +share/icons/breeze/actions/symbolic/action-unavailable-symbolic.svg +share/icons/breeze/actions/symbolic/address-book-new-symbolic.svg +share/icons/breeze/actions/symbolic/application-exit-symbolic.svg +share/icons/breeze/actions/symbolic/appointment-new-symbolic.svg +share/icons/breeze/actions/symbolic/bookmark-add-symbolic.svg +share/icons/breeze/actions/symbolic/bookmark-new-symbolic.svg +share/icons/breeze/actions/symbolic/call-end-symbolic.svg +share/icons/breeze/actions/symbolic/call-start-symbolic.svg +share/icons/breeze/actions/symbolic/call-stop-symbolic.svg +share/icons/breeze/actions/symbolic/change-date-symbolic.svg +share/icons/breeze/actions/symbolic/color-profile.svg +share/icons/breeze/actions/symbolic/color-select-symbolic.svg +share/icons/breeze/actions/symbolic/comment-symbolic.svg +share/icons/breeze/actions/symbolic/contact-new-symbolic.svg +share/icons/breeze/actions/symbolic/content-loading-symbolic.svg +share/icons/breeze/actions/symbolic/document-edit-symbolic.svg +share/icons/breeze/actions/symbolic/document-new-symbolic.svg +share/icons/breeze/actions/symbolic/document-open-recent-symbolic.svg +share/icons/breeze/actions/symbolic/document-open-symbolic.svg +share/icons/breeze/actions/symbolic/document-page-setup-symbolic.svg +share/icons/breeze/actions/symbolic/document-print-preview-symbolic.svg +share/icons/breeze/actions/symbolic/document-print-symbolic.svg +share/icons/breeze/actions/symbolic/document-properties-symbolic.svg +share/icons/breeze/actions/symbolic/document-revert-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/document-revert-symbolic.svg +share/icons/breeze/actions/symbolic/document-save-as-symbolic.svg +share/icons/breeze/actions/symbolic/document-save-symbolic.svg +share/icons/breeze/actions/symbolic/document-send-symbolic.svg +share/icons/breeze/actions/symbolic/edit-clear-all-symbolic.svg +share/icons/breeze/actions/symbolic/edit-clear-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/edit-clear-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/edit-clear-symbolic.svg +share/icons/breeze/actions/symbolic/edit-copy-symbolic.svg +share/icons/breeze/actions/symbolic/edit-cut-symbolic.svg +share/icons/breeze/actions/symbolic/edit-delete-symbolic.svg +share/icons/breeze/actions/symbolic/edit-find-replace-symbolic.svg +share/icons/breeze/actions/symbolic/edit-find-symbolic.svg +share/icons/breeze/actions/symbolic/edit-paste-symbolic.svg +share/icons/breeze/actions/symbolic/edit-redo-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/edit-redo-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/edit-redo-symbolic.svg +share/icons/breeze/actions/symbolic/edit-select-all-symbolic.svg +share/icons/breeze/actions/symbolic/edit-select-symbolic.svg +share/icons/breeze/actions/symbolic/edit-symbolic.svg +share/icons/breeze/actions/symbolic/edit-undo-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/edit-undo-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/edit-undo-symbolic.svg +share/icons/breeze/actions/symbolic/export-symbolic.svg +share/icons/breeze/actions/symbolic/extension-symbolic.svg +share/icons/breeze/actions/symbolic/file-catalog-symbolic.svg +share/icons/breeze/actions/symbolic/file-library-symbolic.svg +share/icons/breeze/actions/symbolic/file-search-symbolic.svg +share/icons/breeze/actions/symbolic/filter-symbolic.svg +share/icons/breeze/actions/symbolic/find-location-symbolic.svg +share/icons/breeze/actions/symbolic/folder-new-symbolic.svg +share/icons/breeze/actions/symbolic/font-select-symbolic.svg +share/icons/breeze/actions/symbolic/format-indent-less-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/format-indent-less-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/format-indent-less-symbolic.svg +share/icons/breeze/actions/symbolic/format-indent-more-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/format-indent-more-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/format-indent-more-symbolic.svg +share/icons/breeze/actions/symbolic/format-justify-center-symbolic.svg +share/icons/breeze/actions/symbolic/format-justify-fill-symbolic.svg +share/icons/breeze/actions/symbolic/format-justify-left-symbolic.svg +share/icons/breeze/actions/symbolic/format-justify-right-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-bold-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-direction-ltr-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-direction-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-direction-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/format-text-direction-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-italic-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-strikethrough-symbolic.svg +share/icons/breeze/actions/symbolic/format-text-underline-symbolic.svg +share/icons/breeze/actions/symbolic/go-bottom-symbolic.svg +share/icons/breeze/actions/symbolic/go-down-symbolic.svg +share/icons/breeze/actions/symbolic/go-first-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/go-first-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/go-first-symbolic.svg +share/icons/breeze/actions/symbolic/go-home-symbolic.svg +share/icons/breeze/actions/symbolic/go-jump-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/go-jump-symbolic.svg +share/icons/breeze/actions/symbolic/go-last-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/go-last-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/go-last-symbolic.svg +share/icons/breeze/actions/symbolic/go-next-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/go-next-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/go-next-symbolic.svg +share/icons/breeze/actions/symbolic/go-previous-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/go-previous-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/go-previous-symbolic.svg +share/icons/breeze/actions/symbolic/go-top-symbolic.svg +share/icons/breeze/actions/symbolic/go-up-symbolic.svg +share/icons/breeze/actions/symbolic/help-about-symbolic.svg +share/icons/breeze/actions/symbolic/histogram-symbolic.svg +share/icons/breeze/actions/symbolic/image-crop-symbolic.svg +share/icons/breeze/actions/symbolic/image-flip-horizontal-symbolic.svg +share/icons/breeze/actions/symbolic/image-flip-vertical-symbolic.svg +share/icons/breeze/actions/symbolic/image-invert-symbolic.svg +share/icons/breeze/actions/symbolic/image-navigator-symbolic.svg +share/icons/breeze/actions/symbolic/image-red-eye-symbolic.svg +share/icons/breeze/actions/symbolic/image-resize-symbolic.svg +share/icons/breeze/actions/symbolic/image-rotate-left-symbolic.svg +share/icons/breeze/actions/symbolic/image-rotate-right-symbolic.svg +share/icons/breeze/actions/symbolic/image-rotate-symbolic.svg +share/icons/breeze/actions/symbolic/insert-image-symbolic.svg +share/icons/breeze/actions/symbolic/insert-link-symbolic.svg +share/icons/breeze/actions/symbolic/insert-text-symbolic.svg +share/icons/breeze/actions/symbolic/list-add-symbolic.svg +share/icons/breeze/actions/symbolic/list-remove-all-symbolic.svg +share/icons/breeze/actions/symbolic/list-remove-symbolic.svg +share/icons/breeze/actions/symbolic/mail-mark-important-symbolic.svg +share/icons/breeze/actions/symbolic/mail-send-receive-symbolic.svg +share/icons/breeze/actions/symbolic/mail-send-symbolic.svg +share/icons/breeze/actions/symbolic/map-symbolic.svg +share/icons/breeze/actions/symbolic/mark-location-symbolic.svg +share/icons/breeze/actions/symbolic/media-eject-symbolic.svg +share/icons/breeze/actions/symbolic/media-playback-pause-symbolic.svg +share/icons/breeze/actions/symbolic/media-playback-start-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/media-playback-start-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/media-playback-start-symbolic.svg +share/icons/breeze/actions/symbolic/media-playback-stop-symbolic.svg +share/icons/breeze/actions/symbolic/media-record-symbolic.svg +share/icons/breeze/actions/symbolic/media-seek-backward-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/media-seek-backward-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/media-seek-backward-symbolic.svg +share/icons/breeze/actions/symbolic/media-seek-forward-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/media-seek-forward-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/media-seek-forward-symbolic.svg +share/icons/breeze/actions/symbolic/media-skip-backward-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/media-skip-backward-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/media-skip-backward-symbolic.svg +share/icons/breeze/actions/symbolic/media-skip-forward-rtl-symbolic.svg +share/icons/breeze/actions/symbolic/media-skip-forward-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/media-skip-forward-symbolic.svg +share/icons/breeze/actions/symbolic/media-view-subtitles-symbolic.svg +share/icons/breeze/actions/symbolic/object-flip-horizontal-symbolic.svg +share/icons/breeze/actions/symbolic/object-flip-vertical-symbolic.svg +share/icons/breeze/actions/symbolic/object-rotate-left-symbolic.svg +share/icons/breeze/actions/symbolic/object-rotate-right-symbolic.svg +share/icons/breeze/actions/symbolic/object-select-symbolic.svg +share/icons/breeze/actions/symbolic/open-menu-symbolic.svg +share/icons/breeze/actions/symbolic/palette-symbolic.svg +share/icons/breeze/actions/symbolic/pan-down-symbolic.svg +share/icons/breeze/actions/symbolic/pan-end-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/pan-end-symbolic.svg +share/icons/breeze/actions/symbolic/pan-start-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/pan-start-symbolic.svg +share/icons/breeze/actions/symbolic/pan-up-symbolic.svg +share/icons/breeze/actions/symbolic/process-stop-symbolic.svg +share/icons/breeze/actions/symbolic/selection-end-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/selection-end-symbolic.svg +share/icons/breeze/actions/symbolic/selection-start-symbolic-rtl.svg +share/icons/breeze/actions/symbolic/selection-start-symbolic.svg +share/icons/breeze/actions/symbolic/send-to-symbolic.svg +share/icons/breeze/actions/symbolic/special-effects-symbolic.svg +share/icons/breeze/actions/symbolic/star-new-symbolic.svg +share/icons/breeze/actions/symbolic/system-run-symbolic.svg +share/icons/breeze/actions/symbolic/system-search-symbolic.svg +share/icons/breeze/actions/symbolic/system-shutdown-symbolic.svg +share/icons/breeze/actions/symbolic/tab-new-symbolic.svg +share/icons/breeze/actions/symbolic/tag-symbolic.svg +share/icons/breeze/actions/symbolic/tools-check-spelling-symbolic.svg +share/icons/breeze/actions/symbolic/tools-symbolic.svg +share/icons/breeze/actions/symbolic/view-app-grid-symbolic.svg +share/icons/breeze/actions/symbolic/view-continuous-symbolic.svg +share/icons/breeze/actions/symbolic/view-dual-symbolic.svg +share/icons/breeze/actions/symbolic/view-fullscreen-symbolic.svg +share/icons/breeze/actions/symbolic/view-grid-symbolic.svg +share/icons/breeze/actions/symbolic/view-list-symbolic.svg +share/icons/breeze/actions/symbolic/view-more-horizontal-symbolic.svg +share/icons/breeze/actions/symbolic/view-more-symbolic.svg +share/icons/breeze/actions/symbolic/view-presentation-symbolic.svg +share/icons/breeze/actions/symbolic/view-refresh-symbolic.svg +share/icons/breeze/actions/symbolic/view-restore-symbolic.svg +share/icons/breeze/actions/symbolic/view-sort-ascending-symbolic.svg +share/icons/breeze/actions/symbolic/view-sort-descending-symbolic.svg +share/icons/breeze/actions/symbolic/view-zoom-fit-height-symbolic.svg +share/icons/breeze/actions/symbolic/view-zoom-fit-symbolic.svg +share/icons/breeze/actions/symbolic/view-zoom-fit-width-symbolic.svg +share/icons/breeze/actions/symbolic/view-zoom-in-symbolic.svg +share/icons/breeze/actions/symbolic/view-zoom-original-symbolic.svg +share/icons/breeze/actions/symbolic/view-zoom-out-symbolic.svg +share/icons/breeze/actions/symbolic/window-close-symbolic.svg +share/icons/breeze/actions/symbolic/window-maximize-symbolic.svg +share/icons/breeze/actions/symbolic/window-minimize-symbolic.svg +share/icons/breeze/actions/symbolic/window-restore-symbolic.svg +share/icons/breeze/actions/symbolic/zoom-fit-best-symbolic.svg +share/icons/breeze/actions/symbolic/zoom-in-symbolic.svg +share/icons/breeze/actions/symbolic/zoom-original-symbolic.svg +share/icons/breeze/actions/symbolic/zoom-out-symbolic.svg +share/icons/breeze/applets/128/user-ada-lovelace.svg +share/icons/breeze/applets/128/user-alice-in-wonderland.svg +share/icons/breeze/applets/128/user-grace-hopper.svg +share/icons/breeze/applets/128/user-identity.svg +share/icons/breeze/applets/128/user-leonardo-da-vinci.svg +share/icons/breeze/applets/128/user-mahatma-gandhi.svg +share/icons/breeze/applets/128/user-mowgli.svg +share/icons/breeze/applets/128/user-none.svg +share/icons/breeze/applets/256/applets-template.svg +share/icons/breeze/applets/256/empty.svg +share/icons/breeze/applets/256/org.kde.ktpcontactlist.svg +share/icons/breeze/applets/256/org.kde.muonnotifier.svg +share/icons/breeze/applets/256/org.kde.plasma.activitybar.svg +share/icons/breeze/applets/256/org.kde.plasma.analogclock.svg +share/icons/breeze/applets/256/org.kde.plasma.battery.svg +share/icons/breeze/applets/256/org.kde.plasma.binaryclock.svg +share/icons/breeze/applets/256/org.kde.plasma.calculator.svg +share/icons/breeze/applets/256/org.kde.plasma.calendar.svg +share/icons/breeze/applets/256/org.kde.plasma.clipboard.svg +share/icons/breeze/applets/256/org.kde.plasma.colorpicker.svg +share/icons/breeze/applets/256/org.kde.plasma.comic.svg +share/icons/breeze/applets/256/org.kde.plasma.date.svg +share/icons/breeze/applets/256/org.kde.plasma.devicenotifier.svg +share/icons/breeze/applets/256/org.kde.plasma.digitalclock.svg +share/icons/breeze/applets/256/org.kde.plasma.fifteenpuzzle.svg +share/icons/breeze/applets/256/org.kde.plasma.folder.svg +share/icons/breeze/applets/256/org.kde.plasma.frame.svg +share/icons/breeze/applets/256/org.kde.plasma.fuzzyclock.svg +share/icons/breeze/applets/256/org.kde.plasma.icontasks.svg +share/icons/breeze/applets/256/org.kde.plasma.kicker.svg +share/icons/breeze/applets/256/org.kde.plasma.kickerdash.svg +share/icons/breeze/applets/256/org.kde.plasma.kickoff.svg +share/icons/breeze/applets/256/org.kde.plasma.mediacontroller.svg +share/icons/breeze/applets/256/org.kde.plasma.networkmanagement.svg +share/icons/breeze/applets/256/org.kde.plasma.notes.svg +share/icons/breeze/applets/256/org.kde.plasma.pager.svg +share/icons/breeze/applets/256/org.kde.plasma.quicklaunch.svg +share/icons/breeze/applets/256/org.kde.plasma.showActivityManager.svg +share/icons/breeze/applets/256/org.kde.plasma.systemloadviewer.svg +share/icons/breeze/applets/256/org.kde.plasma.systemmonitor.cpu.svg +share/icons/breeze/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg +share/icons/breeze/applets/256/org.kde.plasma.systemmonitor.diskusage.svg +share/icons/breeze/applets/256/org.kde.plasma.systemmonitor.memory.svg +share/icons/breeze/applets/256/org.kde.plasma.systemmonitor.net.svg +share/icons/breeze/applets/256/org.kde.plasma.systemtray.svg +share/icons/breeze/applets/256/org.kde.plasma.taskmanager.svg +share/icons/breeze/applets/256/org.kde.plasma.timer.svg +share/icons/breeze/applets/256/org.kde.plasma.userswitcher.svg +share/icons/breeze/applets/256/org.kde.plasma.volume.svg +share/icons/breeze/applets/256/org.kde.plasma.windowlist.svg +share/icons/breeze/applets/48/weather-clear-night.svg +share/icons/breeze/applets/48/weather-clear.svg +share/icons/breeze/applets/48/weather-clouds-night.svg +share/icons/breeze/applets/48/weather-clouds.svg +share/icons/breeze/applets/48/weather-few-clouds-night.svg +share/icons/breeze/applets/48/weather-few-clouds.svg +share/icons/breeze/applets/48/weather-fog.svg +share/icons/breeze/applets/48/weather-freezing-rain.svg +share/icons/breeze/applets/48/weather-hail.svg +share/icons/breeze/applets/48/weather-many-clouds.svg +share/icons/breeze/applets/48/weather-mist.svg +share/icons/breeze/applets/48/weather-none.svg +share/icons/breeze/applets/48/weather-overcast.svg +share/icons/breeze/applets/48/weather-showers-day.svg +share/icons/breeze/applets/48/weather-showers-night.svg +share/icons/breeze/applets/48/weather-showers-scattered-day.svg +share/icons/breeze/applets/48/weather-showers-scattered-night.svg +share/icons/breeze/applets/48/weather-showers-scattered.svg +share/icons/breeze/applets/48/weather-showers.svg +share/icons/breeze/applets/48/weather-snow-rain.svg +share/icons/breeze/applets/48/weather-snow-scattered-day.svg +share/icons/breeze/applets/48/weather-snow-scattered-night.svg +share/icons/breeze/applets/48/weather-snow-scattered.svg +share/icons/breeze/applets/48/weather-snow.svg +share/icons/breeze/applets/48/weather-storm-day.svg +share/icons/breeze/applets/48/weather-storm-night.svg +share/icons/breeze/applets/48/weather-storm.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-blur.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-contrast.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-coverswitch.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-cubeslide.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-desktopgrid.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-dialog-parent.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-diminactive.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-dimscreen.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-fade.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-fadedesktop.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-fallapart.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-flipswitch.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-glide.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-highlightwindow.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-invert.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-kscreen.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-login.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-logout.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-magiclamp.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-magnifier.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-maximize.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-minimize.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-mouseclick.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-mousemark.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-presentwindows.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-resize.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-scale-in.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-screenedge.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-screenshot.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-showfps.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-showpaint.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-slide.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-slideback.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-slidingpopups.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-startupfeedback.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-thumbnailaside.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-trackmouse.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-translucency.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-windowaperture.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-wobblywindows.svg +share/icons/breeze/applets/64/preferences-system-windows-effect-zoom.svg +share/icons/breeze/apps/16/accessories-text-editor.svg +share/icons/breeze/apps/16/applications-internet.svg +share/icons/breeze/apps/16/kate.svg +share/icons/breeze/apps/16/kdeconnect.svg +share/icons/breeze/apps/16/kwrite.svg +share/icons/breeze/apps/16/nepomuk.svg +share/icons/breeze/apps/16/preferences-system-bluetooth.svg +share/icons/breeze/apps/16/system-file-manager.svg +share/icons/breeze/apps/16/system-help.svg +share/icons/breeze/apps/16/umbrello.svg +share/icons/breeze/apps/16/utilities-terminal.svg +share/icons/breeze/apps/22/accessories-text-editor.svg +share/icons/breeze/apps/22/akregator.svg +share/icons/breeze/apps/22/applications-internet.svg +share/icons/breeze/apps/22/fcitx-googlepinyin.svg +share/icons/breeze/apps/22/fcitx-pinyin-libpinyin.svg +share/icons/breeze/apps/22/fcitx-pinyin.svg +share/icons/breeze/apps/22/fcitx-shuangpin-libpinyin.svg +share/icons/breeze/apps/22/fcitx-shuangpin.svg +share/icons/breeze/apps/22/fcitx-sunpinyin.svg +share/icons/breeze/apps/22/fcitx-wubi.svg +share/icons/breeze/apps/22/homerun.svg +share/icons/breeze/apps/22/kate.svg +share/icons/breeze/apps/22/kde.svg +share/icons/breeze/apps/22/kdeconnect.svg +share/icons/breeze/apps/22/kget.svg +share/icons/breeze/apps/22/korg-todo.svg +share/icons/breeze/apps/22/ktorrent.svg +share/icons/breeze/apps/22/kwrite.svg +share/icons/breeze/apps/22/plasma.svg +share/icons/breeze/apps/22/preferences-desktop-font.svg +share/icons/breeze/apps/22/preferences-other.svg +share/icons/breeze/apps/22/preferences-plugin.svg +share/icons/breeze/apps/22/system-file-manager.svg +share/icons/breeze/apps/22/system-help.svg +share/icons/breeze/apps/22/umbrello.svg +share/icons/breeze/apps/22/utilities-terminal.svg +share/icons/breeze/apps/22/vlc.svg +share/icons/breeze/apps/32/accessories-text-editor.svg +share/icons/breeze/apps/32/amarok_change_language.svg +share/icons/breeze/apps/32/baloo.svg +share/icons/breeze/apps/32/device-notifier.svg +share/icons/breeze/apps/32/drive-removable-media.svg +share/icons/breeze/apps/32/face-smile.svg +share/icons/breeze/apps/32/gtkconfig.svg +share/icons/breeze/apps/32/help-about.svg +share/icons/breeze/apps/32/kate.svg +share/icons/breeze/apps/32/kde-gtk-config.svg +share/icons/breeze/apps/32/kdeconnect.svg +share/icons/breeze/apps/32/kwrite.svg +share/icons/breeze/apps/32/nepomuk.svg +share/icons/breeze/apps/32/plasma-search.svg +share/icons/breeze/apps/32/plasma.svg +share/icons/breeze/apps/32/podcast-amarok.svg +share/icons/breeze/apps/32/preferences-desktop-accessibility.svg +share/icons/breeze/apps/32/preferences-desktop-baloo.svg +share/icons/breeze/apps/32/preferences-desktop-color.svg +share/icons/breeze/apps/32/preferences-desktop-cryptography.svg +share/icons/breeze/apps/32/preferences-desktop-default-applications.svg +share/icons/breeze/apps/32/preferences-desktop-display-color.svg +share/icons/breeze/apps/32/preferences-desktop-display.svg +share/icons/breeze/apps/32/preferences-desktop-emoticons.svg +share/icons/breeze/apps/32/preferences-desktop-filetype-association.svg +share/icons/breeze/apps/32/preferences-desktop-font.svg +share/icons/breeze/apps/32/preferences-desktop-gaming.svg +share/icons/breeze/apps/32/preferences-desktop-icons.svg +share/icons/breeze/apps/32/preferences-desktop-keyboard.svg +share/icons/breeze/apps/32/preferences-desktop-launch-feedback.svg +share/icons/breeze/apps/32/preferences-desktop-locale.svg +share/icons/breeze/apps/32/preferences-desktop-mouse.svg +share/icons/breeze/apps/32/preferences-desktop-multimedia.svg +share/icons/breeze/apps/32/preferences-desktop-notification-bell.svg +share/icons/breeze/apps/32/preferences-desktop-notification.svg +share/icons/breeze/apps/32/preferences-desktop-peripherals.svg +share/icons/breeze/apps/32/preferences-desktop-plasma.svg +share/icons/breeze/apps/32/preferences-desktop-screensaver.svg +share/icons/breeze/apps/32/preferences-desktop-sound.svg +share/icons/breeze/apps/32/preferences-desktop-text-to-speech.svg +share/icons/breeze/apps/32/preferences-desktop-theme.svg +share/icons/breeze/apps/32/preferences-desktop-user-password.svg +share/icons/breeze/apps/32/preferences-desktop-user.svg +share/icons/breeze/apps/32/preferences-desktop-wallpaper.svg +share/icons/breeze/apps/32/preferences-desktop.svg +share/icons/breeze/apps/32/preferences-gtk-config.svg +share/icons/breeze/apps/32/preferences-kde-connect.svg +share/icons/breeze/apps/32/preferences-other.svg +share/icons/breeze/apps/32/preferences-plugin.svg +share/icons/breeze/apps/32/preferences-system-bluetooth.svg +share/icons/breeze/apps/32/preferences-system-login.svg +share/icons/breeze/apps/32/preferences-system-network-sharing.svg +share/icons/breeze/apps/32/preferences-system-network.svg +share/icons/breeze/apps/32/preferences-system-power-management.svg +share/icons/breeze/apps/32/preferences-system-session-services.svg +share/icons/breeze/apps/32/preferences-system-time.svg +share/icons/breeze/apps/32/preferences-system-windows-actions.svg +share/icons/breeze/apps/32/preferences-system-windows-move.svg +share/icons/breeze/apps/32/preferences-system-windows.svg +share/icons/breeze/apps/32/preferences-web-browser-adblock.svg +share/icons/breeze/apps/32/preferences-web-browser-cache.svg +share/icons/breeze/apps/32/preferences-web-browser-cookies.svg +share/icons/breeze/apps/32/preferences-web-browser-identification.svg +share/icons/breeze/apps/32/preferences-web-browser-shortcuts.svg +share/icons/breeze/apps/32/preferences-web-browser-ssl.svg +share/icons/breeze/apps/32/preferences-web-browser-stylesheets.svg +share/icons/breeze/apps/32/system-file-manager.svg +share/icons/breeze/apps/32/system-lock-screen.svg +share/icons/breeze/apps/32/system-run.svg +share/icons/breeze/apps/32/system-users.svg +share/icons/breeze/apps/32/umbrello.svg +share/icons/breeze/apps/32/utilities-terminal.svg +share/icons/breeze/apps/32/view-media-playlist.svg +share/icons/breeze/apps/32/vlc.svg +share/icons/breeze/apps/32/window-duplicate.svg +share/icons/breeze/apps/48/CMakeSetup.svg +share/icons/breeze/apps/48/QOwnNotes.svg +share/icons/breeze/apps/48/QtProject-designer.svg +share/icons/breeze/apps/48/VBox.svg +share/icons/breeze/apps/48/accessories-calculator.svg +share/icons/breeze/apps/48/accessories-character-map.svg +share/icons/breeze/apps/48/accessories-text-editor.svg +share/icons/breeze/apps/48/acroread.svg +share/icons/breeze/apps/48/akregator.svg +share/icons/breeze/apps/48/alienarena.svg +share/icons/breeze/apps/48/amarok.svg +share/icons/breeze/apps/48/android-file-transfer.svg +share/icons/breeze/apps/48/android-studio.svg +share/icons/breeze/apps/48/anjuta.svg +share/icons/breeze/apps/48/apper.svg +share/icons/breeze/apps/48/application-x-clementine.svg +share/icons/breeze/apps/48/aptana.svg +share/icons/breeze/apps/48/ardour.svg +share/icons/breeze/apps/48/ark.svg +share/icons/breeze/apps/48/artikulate.svg +share/icons/breeze/apps/48/assistant.svg +share/icons/breeze/apps/48/atom.svg +share/icons/breeze/apps/48/audacity.svg +share/icons/breeze/apps/48/author.svg +share/icons/breeze/apps/48/bitcoin128.svg +share/icons/breeze/apps/48/bittorent-sync.svg +share/icons/breeze/apps/48/bleachbit.svg +share/icons/breeze/apps/48/blender.svg +share/icons/breeze/apps/48/blinken.svg +share/icons/breeze/apps/48/blogilo.svg +share/icons/breeze/apps/48/bluefish.svg +share/icons/breeze/apps/48/bluegriffon.svg +share/icons/breeze/apps/48/bomber.svg +share/icons/breeze/apps/48/bomi.svg +share/icons/breeze/apps/48/bovo.svg +share/icons/breeze/apps/48/brackets.svg +share/icons/breeze/apps/48/braindump.svg +share/icons/breeze/apps/48/breeze-settings.svg +share/icons/breeze/apps/48/calamares.svg +share/icons/breeze/apps/48/calibre-ebook-edit.svg +share/icons/breeze/apps/48/calibre-viewer.svg +share/icons/breeze/apps/48/calligraauthor.svg +share/icons/breeze/apps/48/calligraflow.svg +share/icons/breeze/apps/48/calligrakarbon.svg +share/icons/breeze/apps/48/calligrakexi.svg +share/icons/breeze/apps/48/calligraplan.svg +share/icons/breeze/apps/48/calligraplanwork.svg +share/icons/breeze/apps/48/calligrasheets.svg +share/icons/breeze/apps/48/calligrastage.svg +share/icons/breeze/apps/48/calligrawords.svg +share/icons/breeze/apps/48/cantata.svg +share/icons/breeze/apps/48/cantor.svg +share/icons/breeze/apps/48/choqok.svg +share/icons/breeze/apps/48/clementine.svg +share/icons/breeze/apps/48/cmake.svg +share/icons/breeze/apps/48/codeblocks.svg +share/icons/breeze/apps/48/converseen.svg +share/icons/breeze/apps/48/cuttlefish.svg +share/icons/breeze/apps/48/darktable.svg +share/icons/breeze/apps/48/diaspora.svg +share/icons/breeze/apps/48/diffuse.svg +share/icons/breeze/apps/48/digikam.svg +share/icons/breeze/apps/48/dragonplayer.svg +share/icons/breeze/apps/48/ffmulticonverter.svg +share/icons/breeze/apps/48/filelight.svg +share/icons/breeze/apps/48/filezilla.svg +share/icons/breeze/apps/48/fingerprint-gui.svg +share/icons/breeze/apps/48/flow.svg +share/icons/breeze/apps/48/fluid.svg +share/icons/breeze/apps/48/fontforge.svg +share/icons/breeze/apps/48/freemind.svg +share/icons/breeze/apps/48/frostwire.svg +share/icons/breeze/apps/48/gimp.svg +share/icons/breeze/apps/48/git-cola.svg +share/icons/breeze/apps/48/gparted.svg +share/icons/breeze/apps/48/gpick.svg +share/icons/breeze/apps/48/granatier.svg +share/icons/breeze/apps/48/graphics-viewer-document.svg +share/icons/breeze/apps/48/grub-customizer.svg +share/icons/breeze/apps/48/gtkhash.svg +share/icons/breeze/apps/48/gwenview.svg +share/icons/breeze/apps/48/handbrake.svg +share/icons/breeze/apps/48/help-browser.svg +share/icons/breeze/apps/48/homebank.svg +share/icons/breeze/apps/48/htop.svg +share/icons/breeze/apps/48/hwinfo.svg +share/icons/breeze/apps/48/im.vector.svg +share/icons/breeze/apps/48/imagewriter.svg +share/icons/breeze/apps/48/inkscape-logo.svg +share/icons/breeze/apps/48/inkscape.svg +share/icons/breeze/apps/48/internet-mail.svg +share/icons/breeze/apps/48/internet-telephony.svg +share/icons/breeze/apps/48/internet-web-browser.svg +share/icons/breeze/apps/48/jdownloader.svg +share/icons/breeze/apps/48/juk.svg +share/icons/breeze/apps/48/k3b.svg +share/icons/breeze/apps/48/kaddressbook.svg +share/icons/breeze/apps/48/kaffeine.svg +share/icons/breeze/apps/48/kalarm.svg +share/icons/breeze/apps/48/kalgebra.svg +share/icons/breeze/apps/48/kalgebrabackend.svg +share/icons/breeze/apps/48/kamoso.svg +share/icons/breeze/apps/48/kanagram.svg +share/icons/breeze/apps/48/kapman.svg +share/icons/breeze/apps/48/karbon.svg +share/icons/breeze/apps/48/kate.svg +share/icons/breeze/apps/48/katomic.svg +share/icons/breeze/apps/48/kblackbox.svg +share/icons/breeze/apps/48/kblocks.svg +share/icons/breeze/apps/48/kblogger.svg +share/icons/breeze/apps/48/kbreakout.svg +share/icons/breeze/apps/48/kcalc.svg +share/icons/breeze/apps/48/kchart.svg +share/icons/breeze/apps/48/kcolorchooser.svg +share/icons/breeze/apps/48/kde-frameworks.svg +share/icons/breeze/apps/48/kde-im-log-viewer.svg +share/icons/breeze/apps/48/kdeapp.svg +share/icons/breeze/apps/48/kdenlive.svg +share/icons/breeze/apps/48/kdevelop.svg +share/icons/breeze/apps/48/kdiamond.svg +share/icons/breeze/apps/48/kdiff3.svg +share/icons/breeze/apps/48/kdots.svg +share/icons/breeze/apps/48/kexi.svg +share/icons/breeze/apps/48/kfind.svg +share/icons/breeze/apps/48/kfloppy.svg +share/icons/breeze/apps/48/kfontview.svg +share/icons/breeze/apps/48/kget.svg +share/icons/breeze/apps/48/kile.svg +share/icons/breeze/apps/48/kipi-dngconverter.svg +share/icons/breeze/apps/48/kipi-expoblending.svg +share/icons/breeze/apps/48/kipi-panorama.svg +share/icons/breeze/apps/48/kiriki.svg +share/icons/breeze/apps/48/kjumpingcube.svg +share/icons/breeze/apps/48/kleopatra.svg +share/icons/breeze/apps/48/klines.svg +share/icons/breeze/apps/48/klipper.svg +share/icons/breeze/apps/48/kmag.svg +share/icons/breeze/apps/48/kmail.svg +share/icons/breeze/apps/48/kmenuedit.svg +share/icons/breeze/apps/48/kmix.svg +share/icons/breeze/apps/48/kmousetool.svg +share/icons/breeze/apps/48/kmouth.svg +share/icons/breeze/apps/48/knetattach.svg +share/icons/breeze/apps/48/knotes.svg +share/icons/breeze/apps/48/kolf.svg +share/icons/breeze/apps/48/kolourpaint.svg +share/icons/breeze/apps/48/kompare.svg +share/icons/breeze/apps/48/konqueror.svg +share/icons/breeze/apps/48/kontact.svg +share/icons/breeze/apps/48/konversation.svg +share/icons/breeze/apps/48/kopete.svg +share/icons/breeze/apps/48/korgac.svg +share/icons/breeze/apps/48/korganizer.svg +share/icons/breeze/apps/48/kpat.svg +share/icons/breeze/apps/48/kplato.svg +share/icons/breeze/apps/48/kpresenter.svg +share/icons/breeze/apps/48/krdc.svg +share/icons/breeze/apps/48/krename.svg +share/icons/breeze/apps/48/kronometer.svg +share/icons/breeze/apps/48/kruler.svg +share/icons/breeze/apps/48/krusader_root.svg +share/icons/breeze/apps/48/krusader_user.svg +share/icons/breeze/apps/48/kshisen.svg +share/icons/breeze/apps/48/ksnapshot.svg +share/icons/breeze/apps/48/kspread.svg +share/icons/breeze/apps/48/ksysguardd.svg +share/icons/breeze/apps/48/ktimer.svg +share/icons/breeze/apps/48/ktip.svg +share/icons/breeze/apps/48/ktnef.svg +share/icons/breeze/apps/48/ktorrent.svg +share/icons/breeze/apps/48/kube-mail.svg +share/icons/breeze/apps/48/kuser.svg +share/icons/breeze/apps/48/kwalletmanager.svg +share/icons/breeze/apps/48/kwalletmanager2.svg +share/icons/breeze/apps/48/kwikdisk.svg +share/icons/breeze/apps/48/kwin.svg +share/icons/breeze/apps/48/kword.svg +share/icons/breeze/apps/48/kwrite.svg +share/icons/breeze/apps/48/labplot.svg +share/icons/breeze/apps/48/labplot2.svg +share/icons/breeze/apps/48/lastpass.svg +share/icons/breeze/apps/48/leocad.svg +share/icons/breeze/apps/48/libreoffice-base.svg +share/icons/breeze/apps/48/libreoffice-calc.svg +share/icons/breeze/apps/48/libreoffice-draw.svg +share/icons/breeze/apps/48/libreoffice-impress.svg +share/icons/breeze/apps/48/libreoffice-main.svg +share/icons/breeze/apps/48/libreoffice-math.svg +share/icons/breeze/apps/48/libreoffice-startcenter.svg +share/icons/breeze/apps/48/libreoffice-writer.svg +share/icons/breeze/apps/48/linguist.svg +share/icons/breeze/apps/48/logisim.svg +share/icons/breeze/apps/48/lokalize.svg +share/icons/breeze/apps/48/mail-client.svg +share/icons/breeze/apps/48/masterpdfeditor.svg +share/icons/breeze/apps/48/mathematica.svg +share/icons/breeze/apps/48/matlab.svg +share/icons/breeze/apps/48/mendeleydesktop.svg +share/icons/breeze/apps/48/minitube.svg +share/icons/breeze/apps/48/mixxx.svg +share/icons/breeze/apps/48/mpv.svg +share/icons/breeze/apps/48/multimedia-volume-control.svg +share/icons/breeze/apps/48/muon.svg +share/icons/breeze/apps/48/muondiscover.svg +share/icons/breeze/apps/48/network-manager.svg +share/icons/breeze/apps/48/ntfs-config.svg +share/icons/breeze/apps/48/nylas.svg +share/icons/breeze/apps/48/octave.svg +share/icons/breeze/apps/48/octavebackend.svg +share/icons/breeze/apps/48/octopi.svg +share/icons/breeze/apps/48/office-address-book.svg +share/icons/breeze/apps/48/office-calendar.svg +share/icons/breeze/apps/48/okteta.svg +share/icons/breeze/apps/48/okular.svg +share/icons/breeze/apps/48/openbravo-erp.svg +share/icons/breeze/apps/48/partitionmanager.svg +share/icons/breeze/apps/48/phonon-gstreamer.svg +share/icons/breeze/apps/48/photolayoutseditor.svg +share/icons/breeze/apps/48/picmi.svg +share/icons/breeze/apps/48/plan.svg +share/icons/breeze/apps/48/planetkde.svg +share/icons/breeze/apps/48/plank.svg +share/icons/breeze/apps/48/planner.svg +share/icons/breeze/apps/48/planwork.svg +share/icons/breeze/apps/48/plasma-media-center.svg +share/icons/breeze/apps/48/plasma-mobile-phone.svg +share/icons/breeze/apps/48/plasmadiscover.svg +share/icons/breeze/apps/48/preferences-desktop-font-installer.svg +share/icons/breeze/apps/48/preferences-system.svg +share/icons/breeze/apps/48/q4wine.svg +share/icons/breeze/apps/48/qbittorrent.svg +share/icons/breeze/apps/48/qdbusviewer.svg +share/icons/breeze/apps/48/qelectrotech.svg +share/icons/breeze/apps/48/qtcreator.svg +share/icons/breeze/apps/48/quassel.svg +share/icons/breeze/apps/48/quiterss.svg +share/icons/breeze/apps/48/qupzilla.svg +share/icons/breeze/apps/48/r.svg +share/icons/breeze/apps/48/rbackend.svg +share/icons/breeze/apps/48/rekonq.svg +share/icons/breeze/apps/48/ring-kde.svg +share/icons/breeze/apps/48/ring.svg +share/icons/breeze/apps/48/rosegarden.svg +share/icons/breeze/apps/48/sage-notebook.svg +share/icons/breeze/apps/48/scanner.svg +share/icons/breeze/apps/48/scribus.svg +share/icons/breeze/apps/48/sheets.svg +share/icons/breeze/apps/48/showfoto.svg +share/icons/breeze/apps/48/skanlite.svg +share/icons/breeze/apps/48/skrooge-black.svg +share/icons/breeze/apps/48/skrooge-initial.svg +share/icons/breeze/apps/48/skrooge.svg +share/icons/breeze/apps/48/smartgit.svg +share/icons/breeze/apps/48/smplayer.svg +share/icons/breeze/apps/48/smtube.svg +share/icons/breeze/apps/48/spectacle.svg +share/icons/breeze/apps/48/stage.svg +share/icons/breeze/apps/48/step.svg +share/icons/breeze/apps/48/sublime.svg +share/icons/breeze/apps/48/subtitlecomposer.svg +share/icons/breeze/apps/48/synaptic.svg +share/icons/breeze/apps/48/synfig_icon.svg +share/icons/breeze/apps/48/system-file-manager.svg +share/icons/breeze/apps/48/system-help.svg +share/icons/breeze/apps/48/system-software-install.svg +share/icons/breeze/apps/48/system-software-update.svg +share/icons/breeze/apps/48/systemsettings.svg +share/icons/breeze/apps/48/teamviewer.svg +share/icons/breeze/apps/48/telegram.svg +share/icons/breeze/apps/48/telepathy-kde.svg +share/icons/breeze/apps/48/tor-browser.svg +share/icons/breeze/apps/48/truecrypt.svg +share/icons/breeze/apps/48/ubiquity-kde.svg +share/icons/breeze/apps/48/ubiquity.svg +share/icons/breeze/apps/48/umbrello.svg +share/icons/breeze/apps/48/unetbootin.svg +share/icons/breeze/apps/48/usb-creator-kde.svg +share/icons/breeze/apps/48/utilities-energy-monitor.svg +share/icons/breeze/apps/48/utilities-file-archiver.svg +share/icons/breeze/apps/48/utilities-log-viewer.svg +share/icons/breeze/apps/48/utilities-system-monitor.svg +share/icons/breeze/apps/48/utilities-terminal.svg +share/icons/breeze/apps/48/viber.svg +share/icons/breeze/apps/48/virtualbox.svg +share/icons/breeze/apps/48/vivaldi.svg +share/icons/breeze/apps/48/vlc.svg +share/icons/breeze/apps/48/vokoscreen.svg +share/icons/breeze/apps/48/wayland.svg +share/icons/breeze/apps/48/wine.svg +share/icons/breeze/apps/48/words.svg +share/icons/breeze/apps/48/xchat.svg +share/icons/breeze/apps/48/xine.svg +share/icons/breeze/apps/48/xmind.svg +share/icons/breeze/apps/48/xorg.svg +share/icons/breeze/apps/48/xterm-color.svg +share/icons/breeze/apps/48/xterm.svg +share/icons/breeze/apps/48/yakuake.svg +share/icons/breeze/apps/48/yandex-browser.svg +share/icons/breeze/apps/64/accessories-text-editor.svg +share/icons/breeze/apps/64/diaspora.svg +share/icons/breeze/apps/64/kate.svg +share/icons/breeze/apps/64/kwrite.svg +share/icons/breeze/apps/64/sharedlib.svg +share/icons/breeze/apps/64/system-file-manager.svg +share/icons/breeze/apps/64/umbrello.svg +share/icons/breeze/apps/64/utilities-terminal.svg +share/icons/breeze/categories/32/applications-development.svg +share/icons/breeze/categories/32/applications-education.svg +share/icons/breeze/categories/32/applications-engineering.svg +share/icons/breeze/categories/32/applications-games.svg +share/icons/breeze/categories/32/applications-graphics.svg +share/icons/breeze/categories/32/applications-internet.svg +share/icons/breeze/categories/32/applications-multimedia.svg +share/icons/breeze/categories/32/applications-office.svg +share/icons/breeze/categories/32/applications-other.svg +share/icons/breeze/categories/32/applications-science.svg +share/icons/breeze/categories/32/applications-system.svg +share/icons/breeze/categories/32/applications-utilities.svg +share/icons/breeze/devices/16/audio-input-microphone.svg +share/icons/breeze/devices/16/camera-photo.svg +share/icons/breeze/devices/16/computer-laptop.svg +share/icons/breeze/devices/16/computer.svg +share/icons/breeze/devices/16/drive-harddisk.svg +share/icons/breeze/devices/16/drive-removable-media-usb-pendrive.svg +share/icons/breeze/devices/16/drive-removable-media-usb.svg +share/icons/breeze/devices/16/drive-removable-media.svg +share/icons/breeze/devices/16/input-tablet.svg +share/icons/breeze/devices/16/media-floppy.svg +share/icons/breeze/devices/16/media-optical-audio.svg +share/icons/breeze/devices/16/media-optical-data.svg +share/icons/breeze/devices/16/media-optical-mixed-cd.svg +share/icons/breeze/devices/16/media-optical-recordable.svg +share/icons/breeze/devices/16/media-optical-video.svg +share/icons/breeze/devices/16/media-optical.svg +share/icons/breeze/devices/16/multimedia-player-ipod-mini-blue.svg +share/icons/breeze/devices/16/multimedia-player.svg +share/icons/breeze/devices/16/network-bluetooth.svg +share/icons/breeze/devices/16/network-modem.svg +share/icons/breeze/devices/16/network-vpn.svg +share/icons/breeze/devices/16/network-wired-activated.svg +share/icons/breeze/devices/16/network-wired-unavailable.svg +share/icons/breeze/devices/16/network-wired.svg +share/icons/breeze/devices/16/network-wireless-connected-00.svg +share/icons/breeze/devices/16/network-wireless-connected-100.svg +share/icons/breeze/devices/16/network-wireless-connected-25.svg +share/icons/breeze/devices/16/network-wireless-connected-50.svg +share/icons/breeze/devices/16/network-wireless-connected-75.svg +share/icons/breeze/devices/16/network-wireless-disconnected.svg +share/icons/breeze/devices/16/network-wireless.svg +share/icons/breeze/devices/16/phone.svg +share/icons/breeze/devices/16/smartphone.svg +share/icons/breeze/devices/16/tablet.svg +share/icons/breeze/devices/22/camera-photo.svg +share/icons/breeze/devices/22/computer-laptop.svg +share/icons/breeze/devices/22/computer.svg +share/icons/breeze/devices/22/drive-harddisk.svg +share/icons/breeze/devices/22/drive-removable-media-usb-pendrive.svg +share/icons/breeze/devices/22/drive-removable-media-usb.svg +share/icons/breeze/devices/22/drive-removable-media.svg +share/icons/breeze/devices/22/input-keyboard-virtual.svg +share/icons/breeze/devices/22/input-keyboard.svg +share/icons/breeze/devices/22/input-mouse.svg +share/icons/breeze/devices/22/input-tablet.svg +share/icons/breeze/devices/22/input-touchpad.svg +share/icons/breeze/devices/22/media-floppy.svg +share/icons/breeze/devices/22/media-optical-audio.svg +share/icons/breeze/devices/22/media-optical-data.svg +share/icons/breeze/devices/22/media-optical-mixed-cd.svg +share/icons/breeze/devices/22/media-optical-recordable.svg +share/icons/breeze/devices/22/media-optical-video.svg +share/icons/breeze/devices/22/media-optical.svg +share/icons/breeze/devices/22/multimedia-player-ipod-mini-blue.svg +share/icons/breeze/devices/22/network-bluetooth.svg +share/icons/breeze/devices/22/network-modem.svg +share/icons/breeze/devices/22/network-vpn.svg +share/icons/breeze/devices/22/network-wired-activated.svg +share/icons/breeze/devices/22/network-wired-unavailable.svg +share/icons/breeze/devices/22/network-wired.svg +share/icons/breeze/devices/22/network-wireless-connected-00.svg +share/icons/breeze/devices/22/network-wireless-connected-100.svg +share/icons/breeze/devices/22/network-wireless-connected-25.svg +share/icons/breeze/devices/22/network-wireless-connected-50.svg +share/icons/breeze/devices/22/network-wireless-connected-75.svg +share/icons/breeze/devices/22/network-wireless-disconnected.svg +share/icons/breeze/devices/22/network-wireless.svg +share/icons/breeze/devices/22/phone.svg +share/icons/breeze/devices/22/smartphone.svg +share/icons/breeze/devices/22/tablet.svg +share/icons/breeze/devices/64/audio-card.svg +share/icons/breeze/devices/64/audio-headphones.svg +share/icons/breeze/devices/64/battery.svg +share/icons/breeze/devices/64/camera-photo.svg +share/icons/breeze/devices/64/camera-web.svg +share/icons/breeze/devices/64/computer-laptop.svg +share/icons/breeze/devices/64/computer.svg +share/icons/breeze/devices/64/cpu.svg +share/icons/breeze/devices/64/drive-harddisk.svg +share/icons/breeze/devices/64/drive-removable-media-usb-pendrive.svg +share/icons/breeze/devices/64/drive-removable-media-usb.svg +share/icons/breeze/devices/64/drive-removable-media.svg +share/icons/breeze/devices/64/input-gaming.svg +share/icons/breeze/devices/64/input-keyboard.svg +share/icons/breeze/devices/64/input-mouse.svg +share/icons/breeze/devices/64/input-tablet.svg +share/icons/breeze/devices/64/input-touchpad.svg +share/icons/breeze/devices/64/media-flash-memory-stick.svg +share/icons/breeze/devices/64/media-flash-sd-mmc.svg +share/icons/breeze/devices/64/media-flash-smart-media.svg +share/icons/breeze/devices/64/media-flash.svg +share/icons/breeze/devices/64/media-optical-audio.svg +share/icons/breeze/devices/64/media-optical-blu-ray.svg +share/icons/breeze/devices/64/media-optical-data.svg +share/icons/breeze/devices/64/media-optical-dvd.svg +share/icons/breeze/devices/64/media-optical-recordable.svg +share/icons/breeze/devices/64/media-optical-video.svg +share/icons/breeze/devices/64/media-optical.svg +share/icons/breeze/devices/64/multimedia-player.svg +share/icons/breeze/devices/64/network-card.svg +share/icons/breeze/devices/64/phone.svg +share/icons/breeze/devices/64/printer.svg +share/icons/breeze/devices/64/scanner.svg +share/icons/breeze/devices/64/smartphone.svg +share/icons/breeze/devices/64/video-display.svg +share/icons/breeze/devices/64/video-television.svg +share/icons/breeze/devices/symbolic/audio-input-microphone-symbolic.svg +share/icons/breeze/devices/symbolic/audio-speakers-symbolic.svg +share/icons/breeze/devices/symbolic/camera-photo-symbolic.svg +share/icons/breeze/devices/symbolic/camera-web-symbolic.svg +share/icons/breeze/devices/symbolic/computer-symbolic.svg +share/icons/breeze/devices/symbolic/drive-harddisk-ieee1394-symbolic.svg +share/icons/breeze/devices/symbolic/drive-harddisk-symbolic.svg +share/icons/breeze/devices/symbolic/drive-harddisk-system-symbolic.svg +share/icons/breeze/devices/symbolic/drive-harddisk-usb-symbolic.svg +share/icons/breeze/devices/symbolic/drive-removable-media-symbolic.svg +share/icons/breeze/devices/symbolic/input-tablet-symbolic.svg +share/icons/breeze/devices/symbolic/media-flash-symbolic.svg +share/icons/breeze/devices/symbolic/media-floppy-symbolic.svg +share/icons/breeze/devices/symbolic/media-optical-bd-symbolic.svg +share/icons/breeze/devices/symbolic/media-optical-cd-audio-symbolic.svg +share/icons/breeze/devices/symbolic/media-optical-dvd-symbolic.svg +share/icons/breeze/devices/symbolic/media-optical-symbolic.svg +share/icons/breeze/devices/symbolic/media-removable-symbolic.svg +share/icons/breeze/devices/symbolic/multimedia-player-apple-ipod-touch-symbolic.svg +share/icons/breeze/devices/symbolic/multimedia-player-symbolic.svg +share/icons/breeze/devices/symbolic/network-wired-symbolic.svg +share/icons/breeze/devices/symbolic/network-wireless-symbolic.svg +share/icons/breeze/devices/symbolic/phone-apple-iphone-symbolic.svg +share/icons/breeze/devices/symbolic/phone-symbolic.svg +share/icons/breeze/devices/symbolic/printer-network-symbolic.svg +share/icons/breeze/devices/symbolic/printer-symbolic.svg +share/icons/breeze/emblems/16/emblem-symbolic-link.svg +share/icons/breeze/emblems/16/rating-unrated.svg +share/icons/breeze/emblems/16/rating.svg +share/icons/breeze/emblems/16/vcs-added.svg +share/icons/breeze/emblems/16/vcs-conflicting.svg +share/icons/breeze/emblems/16/vcs-locally-modified-unstaged.svg +share/icons/breeze/emblems/16/vcs-locally-modified.svg +share/icons/breeze/emblems/16/vcs-normal.svg +share/icons/breeze/emblems/16/vcs-removed.svg +share/icons/breeze/emblems/16/vcs-update-required.svg +share/icons/breeze/emblems/22/emblem-encrypted-unlocked.svg +share/icons/breeze/emblems/22/emblem-favorite.svg +share/icons/breeze/emblems/22/emblem-important.svg +share/icons/breeze/emblems/22/emblem-locked.svg +share/icons/breeze/emblems/22/emblem-symbolic-link.svg +share/icons/breeze/emblems/8/checkmark.svg +share/icons/breeze/emblems/8/emblem-added.svg +share/icons/breeze/emblems/8/emblem-checked.svg +share/icons/breeze/emblems/8/emblem-error.svg +share/icons/breeze/emblems/8/emblem-information.svg +share/icons/breeze/emblems/8/emblem-locked.svg +share/icons/breeze/emblems/8/emblem-mounted.svg +share/icons/breeze/emblems/8/emblem-pause.svg +share/icons/breeze/emblems/8/emblem-question.svg +share/icons/breeze/emblems/8/emblem-remove.svg +share/icons/breeze/emblems/8/emblem-success.svg +share/icons/breeze/emblems/8/emblem-unavailable.svg +share/icons/breeze/emblems/8/emblem-unlocked.svg +share/icons/breeze/emblems/8/emblem-unmounted.svg +share/icons/breeze/emblems/8/emblem-warning.svg +share/icons/breeze/emblems/symbolic/emblem-documents-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-favorite-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-important-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-music-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-ok-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-photos-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-shared-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-synchronizing-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-system-symbolic.svg +share/icons/breeze/emblems/symbolic/emblem-videos-symbolic.svg +share/icons/breeze/emotes/22/drink-beer.svg +share/icons/breeze/emotes/22/drink-martini.svg +share/icons/breeze/emotes/22/face-angel.svg +share/icons/breeze/emotes/22/face-angry.svg +share/icons/breeze/emotes/22/face-clown.svg +share/icons/breeze/emotes/22/face-confused.svg +share/icons/breeze/emotes/22/face-cool.svg +share/icons/breeze/emotes/22/face-crying.svg +share/icons/breeze/emotes/22/face-devilish.svg +share/icons/breeze/emotes/22/face-embarrassed.svg +share/icons/breeze/emotes/22/face-glasses.svg +share/icons/breeze/emotes/22/face-hug-left.svg +share/icons/breeze/emotes/22/face-hug-right.svg +share/icons/breeze/emotes/22/face-in-love.svg +share/icons/breeze/emotes/22/face-kiss.svg +share/icons/breeze/emotes/22/face-laughing.svg +share/icons/breeze/emotes/22/face-ninja.svg +share/icons/breeze/emotes/22/face-pirate.svg +share/icons/breeze/emotes/22/face-plain.svg +share/icons/breeze/emotes/22/face-quiet.svg +share/icons/breeze/emotes/22/face-raspberry.svg +share/icons/breeze/emotes/22/face-sad.svg +share/icons/breeze/emotes/22/face-sick.svg +share/icons/breeze/emotes/22/face-sleeping.svg +share/icons/breeze/emotes/22/face-smile-big.svg +share/icons/breeze/emotes/22/face-smile-grin.svg +share/icons/breeze/emotes/22/face-smile.svg +share/icons/breeze/emotes/22/face-smirk.svg +share/icons/breeze/emotes/22/face-surprise.svg +share/icons/breeze/emotes/22/face-uncertain.svg +share/icons/breeze/emotes/22/face-wink.svg +share/icons/breeze/emotes/22/face-worried.svg +share/icons/breeze/emotes/22/face-yawn.svg +share/icons/breeze/emotes/22/food-cake.svg +share/icons/breeze/index.theme +share/icons/breeze/mimetypes/16/android-package-archive.svg +share/icons/breeze/mimetypes/16/application-atom+xml.svg +share/icons/breeze/mimetypes/16/application-certificate.svg +share/icons/breeze/mimetypes/16/application-dicom.svg +share/icons/breeze/mimetypes/16/application-epub+zip.svg +share/icons/breeze/mimetypes/16/application-illustrator.svg +share/icons/breeze/mimetypes/16/application-javascript.svg +share/icons/breeze/mimetypes/16/application-mac-binhex40.svg +share/icons/breeze/mimetypes/16/application-msonenote.svg +share/icons/breeze/mimetypes/16/application-msoutlook.svg +share/icons/breeze/mimetypes/16/application-msword-template.svg +share/icons/breeze/mimetypes/16/application-msword.svg +share/icons/breeze/mimetypes/16/application-octet-stream.svg +share/icons/breeze/mimetypes/16/application-ogg.svg +share/icons/breeze/mimetypes/16/application-pdf.svg +share/icons/breeze/mimetypes/16/application-pgp-encrypted.svg +share/icons/breeze/mimetypes/16/application-pgp-keys.svg +share/icons/breeze/mimetypes/16/application-pgp-signature.svg +share/icons/breeze/mimetypes/16/application-pgp.svg +share/icons/breeze/mimetypes/16/application-pkcs7-mime.svg +share/icons/breeze/mimetypes/16/application-pkcs7-signature.svg +share/icons/breeze/mimetypes/16/application-pkix-cerl.svg +share/icons/breeze/mimetypes/16/application-pkix-cert.svg +share/icons/breeze/mimetypes/16/application-postscript.svg +share/icons/breeze/mimetypes/16/application-relaxng.svg +share/icons/breeze/mimetypes/16/application-rss+xml.svg +share/icons/breeze/mimetypes/16/application-rtf.svg +share/icons/breeze/mimetypes/16/application-sxw.svg +share/icons/breeze/mimetypes/16/application-vnd-google-earth-kml.svg +share/icons/breeze/mimetypes/16/application-vnd.android.package-archive.svg +share/icons/breeze/mimetypes/16/application-vnd.iccprofile.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-access.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-excel.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-infopath.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-powerpoint.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-publisher.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-word.svg +share/icons/breeze/mimetypes/16/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze/mimetypes/16/application-vnd.nintendo.snes.rom.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.database.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.image.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.text.svg +share/icons/breeze/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze/mimetypes/16/application-vnd.rn-realmedia.svg +share/icons/breeze/mimetypes/16/application-vnd.scribus.svg +share/icons/breeze/mimetypes/16/application-vnd.stardivision.calc.svg +share/icons/breeze/mimetypes/16/application-vnd.stardivision.draw.svg +share/icons/breeze/mimetypes/16/application-vnd.stardivision.mail.svg +share/icons/breeze/mimetypes/16/application-vnd.stardivision.math.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.calc.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.calc.template.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.draw.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.draw.template.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.impress.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.impress.template.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.math.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.writer.global.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.writer.svg +share/icons/breeze/mimetypes/16/application-vnd.sun.xml.writer.template.svg +share/icons/breeze/mimetypes/16/application-vnd.visio.svg +share/icons/breeze/mimetypes/16/application-vnd.wordperfect.svg +share/icons/breeze/mimetypes/16/application-wps-office.doc.svg +share/icons/breeze/mimetypes/16/application-wps-office.docx.svg +share/icons/breeze/mimetypes/16/application-wps-office.dot.svg +share/icons/breeze/mimetypes/16/application-wps-office.dotx.svg +share/icons/breeze/mimetypes/16/application-wps-office.pot.svg +share/icons/breeze/mimetypes/16/application-wps-office.potx.svg +share/icons/breeze/mimetypes/16/application-wps-office.ppt.svg +share/icons/breeze/mimetypes/16/application-wps-office.pptx.svg +share/icons/breeze/mimetypes/16/application-wps-office.xls.svg +share/icons/breeze/mimetypes/16/application-wps-office.xlsx.svg +share/icons/breeze/mimetypes/16/application-wps-office.xlt.svg +share/icons/breeze/mimetypes/16/application-wps-office.xltx.svg +share/icons/breeze/mimetypes/16/application-x-7z-compressed.svg +share/icons/breeze/mimetypes/16/application-x-abiword.svg +share/icons/breeze/mimetypes/16/application-x-ace.svg +share/icons/breeze/mimetypes/16/application-x-apple-diskimage.svg +share/icons/breeze/mimetypes/16/application-x-applix-spreadsheet.svg +share/icons/breeze/mimetypes/16/application-x-applix-word.svg +share/icons/breeze/mimetypes/16/application-x-ar.svg +share/icons/breeze/mimetypes/16/application-x-arc.svg +share/icons/breeze/mimetypes/16/application-x-archive.svg +share/icons/breeze/mimetypes/16/application-x-arj.svg +share/icons/breeze/mimetypes/16/application-x-awk.svg +share/icons/breeze/mimetypes/16/application-x-bittorrent.svg +share/icons/breeze/mimetypes/16/application-x-blender.svg +share/icons/breeze/mimetypes/16/application-x-bzdvi.svg +share/icons/breeze/mimetypes/16/application-x-bzip-compressed-tar.svg +share/icons/breeze/mimetypes/16/application-x-bzip.svg +share/icons/breeze/mimetypes/16/application-x-cd-image.svg +share/icons/breeze/mimetypes/16/application-x-cda.svg +share/icons/breeze/mimetypes/16/application-x-chm.svg +share/icons/breeze/mimetypes/16/application-x-compress.svg +share/icons/breeze/mimetypes/16/application-x-compressed-tar.svg +share/icons/breeze/mimetypes/16/application-x-cpio.svg +share/icons/breeze/mimetypes/16/application-x-cue.svg +share/icons/breeze/mimetypes/16/application-x-deb.svg +share/icons/breeze/mimetypes/16/application-x-designer.svg +share/icons/breeze/mimetypes/16/application-x-desktop.svg +share/icons/breeze/mimetypes/16/application-x-egon.svg +share/icons/breeze/mimetypes/16/application-x-executable-script.svg +share/icons/breeze/mimetypes/16/application-x-executable.svg +share/icons/breeze/mimetypes/16/application-x-flash-video.svg +share/icons/breeze/mimetypes/16/application-x-font-afm.svg +share/icons/breeze/mimetypes/16/application-x-font-bdf.svg +share/icons/breeze/mimetypes/16/application-x-font-otf.svg +share/icons/breeze/mimetypes/16/application-x-font-pcf.svg +share/icons/breeze/mimetypes/16/application-x-font-snf.svg +share/icons/breeze/mimetypes/16/application-x-font-ttf.svg +share/icons/breeze/mimetypes/16/application-x-font-type1.svg +share/icons/breeze/mimetypes/16/application-x-gameboy-rom.svg +share/icons/breeze/mimetypes/16/application-x-gamecube-rom.svg +share/icons/breeze/mimetypes/16/application-x-gba-rom.svg +share/icons/breeze/mimetypes/16/application-x-gettext-translation.svg +share/icons/breeze/mimetypes/16/application-x-gnumeric.svg +share/icons/breeze/mimetypes/16/application-x-gzdvi.svg +share/icons/breeze/mimetypes/16/application-x-gzip.svg +share/icons/breeze/mimetypes/16/application-x-gzpostscript.svg +share/icons/breeze/mimetypes/16/application-x-iso.svg +share/icons/breeze/mimetypes/16/application-x-it87.svg +share/icons/breeze/mimetypes/16/application-x-jar.svg +share/icons/breeze/mimetypes/16/application-x-java-applet.svg +share/icons/breeze/mimetypes/16/application-x-java-archive.svg +share/icons/breeze/mimetypes/16/application-x-java.svg +share/icons/breeze/mimetypes/16/application-x-javascript.svg +share/icons/breeze/mimetypes/16/application-x-k3b.svg +share/icons/breeze/mimetypes/16/application-x-kcsrc.svg +share/icons/breeze/mimetypes/16/application-x-kdenlivetitle.svg +share/icons/breeze/mimetypes/16/application-x-kexi-connectiondata.svg +share/icons/breeze/mimetypes/16/application-x-kexiproject-shortcut.svg +share/icons/breeze/mimetypes/16/application-x-kexiproject-sqlite.svg +share/icons/breeze/mimetypes/16/application-x-kexiproject-sqlite2.svg +share/icons/breeze/mimetypes/16/application-x-kexiproject-sqlite3.svg +share/icons/breeze/mimetypes/16/application-x-kformula.svg +share/icons/breeze/mimetypes/16/application-x-kgetlist.svg +share/icons/breeze/mimetypes/16/application-x-kontour.svg +share/icons/breeze/mimetypes/16/application-x-kplato.svg +share/icons/breeze/mimetypes/16/application-x-krita.svg +share/icons/breeze/mimetypes/16/application-x-kvtml.svg +share/icons/breeze/mimetypes/16/application-x-kword.svg +share/icons/breeze/mimetypes/16/application-x-lha.svg +share/icons/breeze/mimetypes/16/application-x-lyx.svg +share/icons/breeze/mimetypes/16/application-x-lzma-compressed-tar.svg +share/icons/breeze/mimetypes/16/application-x-lzop.svg +share/icons/breeze/mimetypes/16/application-x-m4.svg +share/icons/breeze/mimetypes/16/application-x-macbinary.svg +share/icons/breeze/mimetypes/16/application-x-marble.svg +share/icons/breeze/mimetypes/16/application-x-mimearchive.svg +share/icons/breeze/mimetypes/16/application-x-mplayer2.svg +share/icons/breeze/mimetypes/16/application-x-ms-dos-executable.svg +share/icons/breeze/mimetypes/16/application-x-ms-shortcut.svg +share/icons/breeze/mimetypes/16/application-x-mswinurl.svg +share/icons/breeze/mimetypes/16/application-x-mswrite.svg +share/icons/breeze/mimetypes/16/application-x-n64-rom.svg +share/icons/breeze/mimetypes/16/application-x-nes-rom.svg +share/icons/breeze/mimetypes/16/application-x-nintendo-ds-rom.svg +share/icons/breeze/mimetypes/16/application-x-nzb.svg +share/icons/breeze/mimetypes/16/application-x-object.svg +share/icons/breeze/mimetypes/16/application-x-pak.svg +share/icons/breeze/mimetypes/16/application-x-partial-download.svg +share/icons/breeze/mimetypes/16/application-x-pem-key.svg +share/icons/breeze/mimetypes/16/application-x-perl.svg +share/icons/breeze/mimetypes/16/application-x-php.svg +share/icons/breeze/mimetypes/16/application-x-pkcs12.svg +share/icons/breeze/mimetypes/16/application-x-pkcs7-certificates.svg +share/icons/breeze/mimetypes/16/application-x-plasma.svg +share/icons/breeze/mimetypes/16/application-x-python-bytecode.svg +share/icons/breeze/mimetypes/16/application-x-qet-element.svg +share/icons/breeze/mimetypes/16/application-x-qet-project.svg +share/icons/breeze/mimetypes/16/application-x-quattropro.svg +share/icons/breeze/mimetypes/16/application-x-rar.svg +share/icons/breeze/mimetypes/16/application-x-raw-disk-image.svg +share/icons/breeze/mimetypes/16/application-x-rpm.svg +share/icons/breeze/mimetypes/16/application-x-ruby.svg +share/icons/breeze/mimetypes/16/application-x-sharedlib.svg +share/icons/breeze/mimetypes/16/application-x-shellscript.svg +share/icons/breeze/mimetypes/16/application-x-shockwave-flash.svg +share/icons/breeze/mimetypes/16/application-x-siag.svg +share/icons/breeze/mimetypes/16/application-x-sif.svg +share/icons/breeze/mimetypes/16/application-x-skg.svg +share/icons/breeze/mimetypes/16/application-x-skgc.svg +share/icons/breeze/mimetypes/16/application-x-smb-server.svg +share/icons/breeze/mimetypes/16/application-x-smb-workgroup.svg +share/icons/breeze/mimetypes/16/application-x-sqlite2.svg +share/icons/breeze/mimetypes/16/application-x-sqlite3.svg +share/icons/breeze/mimetypes/16/application-x-srt.svg +share/icons/breeze/mimetypes/16/application-x-srtrip.svg +share/icons/breeze/mimetypes/16/application-x-subrip.svg +share/icons/breeze/mimetypes/16/application-x-tar.svg +share/icons/breeze/mimetypes/16/application-x-tarz.svg +share/icons/breeze/mimetypes/16/application-x-tgif.svg +share/icons/breeze/mimetypes/16/application-x-theme.svg +share/icons/breeze/mimetypes/16/application-x-trash.svg +share/icons/breeze/mimetypes/16/application-x-troff-man.svg +share/icons/breeze/mimetypes/16/application-x-tzo.svg +share/icons/breeze/mimetypes/16/application-x-wmf.svg +share/icons/breeze/mimetypes/16/application-x-x509-ca-cert.svg +share/icons/breeze/mimetypes/16/application-x-x509-user-cert.svg +share/icons/breeze/mimetypes/16/application-x-xliff.svg +share/icons/breeze/mimetypes/16/application-x-xpinstall.svg +share/icons/breeze/mimetypes/16/application-x-zerosize.svg +share/icons/breeze/mimetypes/16/application-x-zoo.svg +share/icons/breeze/mimetypes/16/application-xhtml+xml.svg +share/icons/breeze/mimetypes/16/application-xmind.svg +share/icons/breeze/mimetypes/16/application-xml.svg +share/icons/breeze/mimetypes/16/application-xsd.svg +share/icons/breeze/mimetypes/16/application-xslt+xml.svg +share/icons/breeze/mimetypes/16/application-zip.svg +share/icons/breeze/mimetypes/16/audio-ac3.svg +share/icons/breeze/mimetypes/16/audio-midi.svg +share/icons/breeze/mimetypes/16/audio-mp2.svg +share/icons/breeze/mimetypes/16/audio-mp3.svg +share/icons/breeze/mimetypes/16/audio-mp4.svg +share/icons/breeze/mimetypes/16/audio-prs.sid.svg +share/icons/breeze/mimetypes/16/audio-vn.rn-realmedia.svg +share/icons/breeze/mimetypes/16/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/16/audio-x-adpcm.svg +share/icons/breeze/mimetypes/16/audio-x-aiff.svg +share/icons/breeze/mimetypes/16/audio-x-flac+ogg.svg +share/icons/breeze/mimetypes/16/audio-x-flac.svg +share/icons/breeze/mimetypes/16/audio-x-generic.svg +share/icons/breeze/mimetypes/16/audio-x-monkey.svg +share/icons/breeze/mimetypes/16/audio-x-mp2.svg +share/icons/breeze/mimetypes/16/audio-x-mpeg.svg +share/icons/breeze/mimetypes/16/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/16/audio-x-wav.svg +share/icons/breeze/mimetypes/16/audiobook.svg +share/icons/breeze/mimetypes/16/encrypted.svg +share/icons/breeze/mimetypes/16/fonts-package.svg +share/icons/breeze/mimetypes/16/image-bmp.svg +share/icons/breeze/mimetypes/16/image-gif.svg +share/icons/breeze/mimetypes/16/image-ico.svg +share/icons/breeze/mimetypes/16/image-jpeg.svg +share/icons/breeze/mimetypes/16/image-jpeg2000.svg +share/icons/breeze/mimetypes/16/image-png.svg +share/icons/breeze/mimetypes/16/image-svg+xml-compressed.svg +share/icons/breeze/mimetypes/16/image-svg+xml.svg +share/icons/breeze/mimetypes/16/image-tiff.svg +share/icons/breeze/mimetypes/16/image-vnd.dgn.svg +share/icons/breeze/mimetypes/16/image-vnd.djvu.svg +share/icons/breeze/mimetypes/16/image-vnd.dwg.svg +share/icons/breeze/mimetypes/16/image-vnd.microsoft.icon.svg +share/icons/breeze/mimetypes/16/image-x-adobe-dng.svg +share/icons/breeze/mimetypes/16/image-x-compressed-xcf.svg +share/icons/breeze/mimetypes/16/image-x-emf.svg +share/icons/breeze/mimetypes/16/image-x-eps.svg +share/icons/breeze/mimetypes/16/image-x-generic.svg +share/icons/breeze/mimetypes/16/image-x-ico.svg +share/icons/breeze/mimetypes/16/image-x-icon.svg +share/icons/breeze/mimetypes/16/image-x-krita.svg +share/icons/breeze/mimetypes/16/image-x-portable-bitmap.svg +share/icons/breeze/mimetypes/16/image-x-psd.svg +share/icons/breeze/mimetypes/16/image-x-psdimage-x-psd.svg +share/icons/breeze/mimetypes/16/image-x-svg+xml.svg +share/icons/breeze/mimetypes/16/image-x-tga.svg +share/icons/breeze/mimetypes/16/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze/mimetypes/16/image-x-win-bitmap.svg +share/icons/breeze/mimetypes/16/image-x-win-bmp.svg +share/icons/breeze/mimetypes/16/image-x-wmf.svg +share/icons/breeze/mimetypes/16/image-x-xcf.svg +share/icons/breeze/mimetypes/16/image-x-xfig.svg +share/icons/breeze/mimetypes/16/inode-directory.svg +share/icons/breeze/mimetypes/16/libreoffice-database.svg +share/icons/breeze/mimetypes/16/libreoffice-drawing-template.svg +share/icons/breeze/mimetypes/16/libreoffice-drawing.svg +share/icons/breeze/mimetypes/16/libreoffice-extension.svg +share/icons/breeze/mimetypes/16/libreoffice-formula.svg +share/icons/breeze/mimetypes/16/libreoffice-master-document.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-database.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-drawing-template.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-drawing.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-formula.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-master-document.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-presentation-template.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-presentation.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-spreadsheet.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-text-template.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-text.svg +share/icons/breeze/mimetypes/16/libreoffice-oasis-web-template.svg +share/icons/breeze/mimetypes/16/libreoffice-presentation-template.svg +share/icons/breeze/mimetypes/16/libreoffice-presentation.svg +share/icons/breeze/mimetypes/16/libreoffice-spreadsheet-template.svg +share/icons/breeze/mimetypes/16/libreoffice-spreadsheet.svg +share/icons/breeze/mimetypes/16/libreoffice-text-template.svg +share/icons/breeze/mimetypes/16/libreoffice-text.svg +share/icons/breeze/mimetypes/16/message-news.svg +share/icons/breeze/mimetypes/16/message-partial.svg +share/icons/breeze/mimetypes/16/message-rfc822.svg +share/icons/breeze/mimetypes/16/message-x-gnu-rmail.svg +share/icons/breeze/mimetypes/16/message.svg +share/icons/breeze/mimetypes/16/none.svg +share/icons/breeze/mimetypes/16/odf.svg +share/icons/breeze/mimetypes/16/package-x-generic.svg +share/icons/breeze/mimetypes/16/podcast.svg +share/icons/breeze/mimetypes/16/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze/mimetypes/16/radio.svg +share/icons/breeze/mimetypes/16/text-calendar.svg +share/icons/breeze/mimetypes/16/text-csharp.svg +share/icons/breeze/mimetypes/16/text-css.svg +share/icons/breeze/mimetypes/16/text-csv.svg +share/icons/breeze/mimetypes/16/text-directory.svg +share/icons/breeze/mimetypes/16/text-enriched.svg +share/icons/breeze/mimetypes/16/text-html.svg +share/icons/breeze/mimetypes/16/text-markdown.svg +share/icons/breeze/mimetypes/16/text-mathml.svg +share/icons/breeze/mimetypes/16/text-plain.svg +share/icons/breeze/mimetypes/16/text-rdf+xml.svg +share/icons/breeze/mimetypes/16/text-rdf.svg +share/icons/breeze/mimetypes/16/text-rtf.svg +share/icons/breeze/mimetypes/16/text-rust.svg +share/icons/breeze/mimetypes/16/text-sgml.svg +share/icons/breeze/mimetypes/16/text-troff.svg +share/icons/breeze/mimetypes/16/text-vcalendar.svg +share/icons/breeze/mimetypes/16/text-vnd.abc.svg +share/icons/breeze/mimetypes/16/text-vnd.trolltech.linguist.svg +share/icons/breeze/mimetypes/16/text-vnd.wap.wml.svg +share/icons/breeze/mimetypes/16/text-wiki.svg +share/icons/breeze/mimetypes/16/text-x-adasrc.svg +share/icons/breeze/mimetypes/16/text-x-apport.svg +share/icons/breeze/mimetypes/16/text-x-authors.svg +share/icons/breeze/mimetypes/16/text-x-bibtex.svg +share/icons/breeze/mimetypes/16/text-x-c++hdr.svg +share/icons/breeze/mimetypes/16/text-x-c++src.svg +share/icons/breeze/mimetypes/16/text-x-changelog.svg +share/icons/breeze/mimetypes/16/text-x-chdr.svg +share/icons/breeze/mimetypes/16/text-x-cmake.svg +share/icons/breeze/mimetypes/16/text-x-copying.svg +share/icons/breeze/mimetypes/16/text-x-credits.svg +share/icons/breeze/mimetypes/16/text-x-csharp.svg +share/icons/breeze/mimetypes/16/text-x-csrc.svg +share/icons/breeze/mimetypes/16/text-x-dtd.svg +share/icons/breeze/mimetypes/16/text-x-generic.svapplication-x-awk.svg +share/icons/breeze/mimetypes/16/text-x-generic.svg +share/icons/breeze/mimetypes/16/text-x-gettext-translation.svg +share/icons/breeze/mimetypes/16/text-x-go.svg +share/icons/breeze/mimetypes/16/text-x-haskell.svg +share/icons/breeze/mimetypes/16/text-x-hex.svg +share/icons/breeze/mimetypes/16/text-x-install.svg +share/icons/breeze/mimetypes/16/text-x-java-source.svg +share/icons/breeze/mimetypes/16/text-x-java.svg +share/icons/breeze/mimetypes/16/text-x-javascript.svg +share/icons/breeze/mimetypes/16/text-x-katefilelist.svg +share/icons/breeze/mimetypes/16/text-x-ldif.svg +share/icons/breeze/mimetypes/16/text-x-lilypond.svg +share/icons/breeze/mimetypes/16/text-x-log.svg +share/icons/breeze/mimetypes/16/text-x-lua.svg +share/icons/breeze/mimetypes/16/text-x-makefile.svg +share/icons/breeze/mimetypes/16/text-x-markdown.svg +share/icons/breeze/mimetypes/16/text-x-nfo.svg +share/icons/breeze/mimetypes/16/text-x-objchdr.svg +share/icons/breeze/mimetypes/16/text-x-objcsrc.svg +share/icons/breeze/mimetypes/16/text-x-opml+xml.svg +share/icons/breeze/mimetypes/16/text-x-opml.svg +share/icons/breeze/mimetypes/16/text-x-pascal.svg +share/icons/breeze/mimetypes/16/text-x-patch.svg +share/icons/breeze/mimetypes/16/text-x-plain.svg +share/icons/breeze/mimetypes/16/text-x-po.svg +share/icons/breeze/mimetypes/16/text-x-python.svg +share/icons/breeze/mimetypes/16/text-x-qml.svg +share/icons/breeze/mimetypes/16/text-x-readme.svg +share/icons/breeze/mimetypes/16/text-x-rpm-spec.svg +share/icons/breeze/mimetypes/16/text-x-rust.svg +share/icons/breeze/mimetypes/16/text-x-scala.svg +share/icons/breeze/mimetypes/16/text-x-script.svg +share/icons/breeze/mimetypes/16/text-x-sql.svg +share/icons/breeze/mimetypes/16/text-x-tcl.svg +share/icons/breeze/mimetypes/16/text-x-tex.svg +share/icons/breeze/mimetypes/16/text-x-texinfo.svg +share/icons/breeze/mimetypes/16/text-x-vcard.svg +share/icons/breeze/mimetypes/16/text-x-xslfo.svg +share/icons/breeze/mimetypes/16/text-xmcd.svg +share/icons/breeze/mimetypes/16/text-xml.svg +share/icons/breeze/mimetypes/16/unknown.svg +share/icons/breeze/mimetypes/16/uri-mms.svg +share/icons/breeze/mimetypes/16/uri-mmst.svg +share/icons/breeze/mimetypes/16/uri-pnm.svg +share/icons/breeze/mimetypes/16/uri-rtspt.svg +share/icons/breeze/mimetypes/16/uri-rtspu.svg +share/icons/breeze/mimetypes/16/video-mlt-playlist.svg +share/icons/breeze/mimetypes/16/video-mp4.svg +share/icons/breeze/mimetypes/16/video-vivo.svg +share/icons/breeze/mimetypes/16/video-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/16/video-wavelet.svg +share/icons/breeze/mimetypes/16/video-webm.svg +share/icons/breeze/mimetypes/16/video-x-anim.svg +share/icons/breeze/mimetypes/16/video-x-flic.svg +share/icons/breeze/mimetypes/16/video-x-generic.svg +share/icons/breeze/mimetypes/16/video-x-google-vlc-plugin.svg +share/icons/breeze/mimetypes/16/video-x-javafx.svg +share/icons/breeze/mimetypes/16/video-x-matroska.svg +share/icons/breeze/mimetypes/16/video-x-mng.svg +share/icons/breeze/mimetypes/16/video-x-ms-wmp.svg +share/icons/breeze/mimetypes/16/video-x-ms-wmv.svg +share/icons/breeze/mimetypes/16/video-x-msvideo.svg +share/icons/breeze/mimetypes/16/video-x-ogm+ogg.svg +share/icons/breeze/mimetypes/16/video-x-theora+ogg.svg +share/icons/breeze/mimetypes/16/video-x-wmv.svg +share/icons/breeze/mimetypes/16/virtualbox-hdd.svg +share/icons/breeze/mimetypes/16/virtualbox-ova.svg +share/icons/breeze/mimetypes/16/virtualbox-ovf.svg +share/icons/breeze/mimetypes/16/virtualbox-vbox-extpack.svg +share/icons/breeze/mimetypes/16/virtualbox-vbox.svg +share/icons/breeze/mimetypes/16/virtualbox-vdi.svg +share/icons/breeze/mimetypes/16/virtualbox-vhd.svg +share/icons/breeze/mimetypes/16/virtualbox-vmdk.svg +share/icons/breeze/mimetypes/16/vnd.ms-publisher.svg +share/icons/breeze/mimetypes/16/x-kde-nsplugin-generated.svg +share/icons/breeze/mimetypes/16/x-mail-distribution-list.svg +share/icons/breeze/mimetypes/16/x-media-podcast.svg +share/icons/breeze/mimetypes/16/x-office-address-book.svg +share/icons/breeze/mimetypes/16/x-office-calendar.svg +share/icons/breeze/mimetypes/16/x-office-contact.svg +share/icons/breeze/mimetypes/16/x-office-document.svg +share/icons/breeze/mimetypes/16/x-office-drawing.svg +share/icons/breeze/mimetypes/16/x-office-presentation.svg +share/icons/breeze/mimetypes/16/x-office-spreadsheet.svg +share/icons/breeze/mimetypes/22/android-package-archive.svg +share/icons/breeze/mimetypes/22/application-atom+xml.svg +share/icons/breeze/mimetypes/22/application-certificate.svg +share/icons/breeze/mimetypes/22/application-dicom.svg +share/icons/breeze/mimetypes/22/application-epub+zip.svg +share/icons/breeze/mimetypes/22/application-illustrator.svg +share/icons/breeze/mimetypes/22/application-javascript.svg +share/icons/breeze/mimetypes/22/application-mac-binhex40.svg +share/icons/breeze/mimetypes/22/application-msonenote.svg +share/icons/breeze/mimetypes/22/application-msoutlook.svg +share/icons/breeze/mimetypes/22/application-msword-template.svg +share/icons/breeze/mimetypes/22/application-msword.svg +share/icons/breeze/mimetypes/22/application-octet-stream.svg +share/icons/breeze/mimetypes/22/application-ogg.svg +share/icons/breeze/mimetypes/22/application-pdf.svg +share/icons/breeze/mimetypes/22/application-pgp-encrypted.svg +share/icons/breeze/mimetypes/22/application-pgp-keys.svg +share/icons/breeze/mimetypes/22/application-pgp-signature.svg +share/icons/breeze/mimetypes/22/application-pgp.svg +share/icons/breeze/mimetypes/22/application-pkcs7-mime.svg +share/icons/breeze/mimetypes/22/application-pkcs7-signature.svg +share/icons/breeze/mimetypes/22/application-pkix-cerl.svg +share/icons/breeze/mimetypes/22/application-pkix-cert.svg +share/icons/breeze/mimetypes/22/application-postscript.svg +share/icons/breeze/mimetypes/22/application-relaxng.svg +share/icons/breeze/mimetypes/22/application-rss+xml.svg +share/icons/breeze/mimetypes/22/application-rtf.svg +share/icons/breeze/mimetypes/22/application-sxw.svg +share/icons/breeze/mimetypes/22/application-vnd-google-earth-kml.svg +share/icons/breeze/mimetypes/22/application-vnd.android.package-archive.svg +share/icons/breeze/mimetypes/22/application-vnd.iccprofile.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-access.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-excel.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-infopath.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-powerpoint.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-publisher.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-word.svg +share/icons/breeze/mimetypes/22/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze/mimetypes/22/application-vnd.nintendo.snes.rom.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.database.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.image.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.text.svg +share/icons/breeze/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze/mimetypes/22/application-vnd.rn-realmedia.svg +share/icons/breeze/mimetypes/22/application-vnd.scribus.svg +share/icons/breeze/mimetypes/22/application-vnd.stardivision.calc.svg +share/icons/breeze/mimetypes/22/application-vnd.stardivision.draw.svg +share/icons/breeze/mimetypes/22/application-vnd.stardivision.mail.svg +share/icons/breeze/mimetypes/22/application-vnd.stardivision.math.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.calc.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.calc.template.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.draw.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.draw.template.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.impress.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.impress.template.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.math.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.writer.global.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.writer.svg +share/icons/breeze/mimetypes/22/application-vnd.sun.xml.writer.template.svg +share/icons/breeze/mimetypes/22/application-vnd.visio.svg +share/icons/breeze/mimetypes/22/application-vnd.wordperfect.svg +share/icons/breeze/mimetypes/22/application-wps-office.doc.svg +share/icons/breeze/mimetypes/22/application-wps-office.docx.svg +share/icons/breeze/mimetypes/22/application-wps-office.dot.svg +share/icons/breeze/mimetypes/22/application-wps-office.dotx.svg +share/icons/breeze/mimetypes/22/application-wps-office.pot.svg +share/icons/breeze/mimetypes/22/application-wps-office.potx.svg +share/icons/breeze/mimetypes/22/application-wps-office.ppt.svg +share/icons/breeze/mimetypes/22/application-wps-office.pptx.svg +share/icons/breeze/mimetypes/22/application-wps-office.xls.svg +share/icons/breeze/mimetypes/22/application-wps-office.xlsx.svg +share/icons/breeze/mimetypes/22/application-wps-office.xlt.svg +share/icons/breeze/mimetypes/22/application-wps-office.xltx.svg +share/icons/breeze/mimetypes/22/application-x-7z-compressed.svg +share/icons/breeze/mimetypes/22/application-x-abiword.svg +share/icons/breeze/mimetypes/22/application-x-ace.svg +share/icons/breeze/mimetypes/22/application-x-apple-diskimage.svg +share/icons/breeze/mimetypes/22/application-x-applix-spreadsheet.svg +share/icons/breeze/mimetypes/22/application-x-applix-word.svg +share/icons/breeze/mimetypes/22/application-x-ar.svg +share/icons/breeze/mimetypes/22/application-x-arc.svg +share/icons/breeze/mimetypes/22/application-x-archive.svg +share/icons/breeze/mimetypes/22/application-x-arj.svg +share/icons/breeze/mimetypes/22/application-x-awk.svg +share/icons/breeze/mimetypes/22/application-x-bittorrent.svg +share/icons/breeze/mimetypes/22/application-x-blender.svg +share/icons/breeze/mimetypes/22/application-x-bzdvi.svg +share/icons/breeze/mimetypes/22/application-x-bzip-compressed-tar.svg +share/icons/breeze/mimetypes/22/application-x-bzip.svg +share/icons/breeze/mimetypes/22/application-x-cd-image.svg +share/icons/breeze/mimetypes/22/application-x-cda.svg +share/icons/breeze/mimetypes/22/application-x-chm.svg +share/icons/breeze/mimetypes/22/application-x-compress.svg +share/icons/breeze/mimetypes/22/application-x-compressed-tar.svg +share/icons/breeze/mimetypes/22/application-x-cpio.svg +share/icons/breeze/mimetypes/22/application-x-cue.svg +share/icons/breeze/mimetypes/22/application-x-deb.svg +share/icons/breeze/mimetypes/22/application-x-designer.svg +share/icons/breeze/mimetypes/22/application-x-desktop.svg +share/icons/breeze/mimetypes/22/application-x-egon.svg +share/icons/breeze/mimetypes/22/application-x-executable-script.svg +share/icons/breeze/mimetypes/22/application-x-executable.svg +share/icons/breeze/mimetypes/22/application-x-flash-video.svg +share/icons/breeze/mimetypes/22/application-x-font-afm.svg +share/icons/breeze/mimetypes/22/application-x-font-bdf.svg +share/icons/breeze/mimetypes/22/application-x-font-otf.svg +share/icons/breeze/mimetypes/22/application-x-font-pcf.svg +share/icons/breeze/mimetypes/22/application-x-font-snf.svg +share/icons/breeze/mimetypes/22/application-x-font-ttf.svg +share/icons/breeze/mimetypes/22/application-x-font-type1.svg +share/icons/breeze/mimetypes/22/application-x-gameboy-rom.svg +share/icons/breeze/mimetypes/22/application-x-gamecube-rom.svg +share/icons/breeze/mimetypes/22/application-x-gba-rom.svg +share/icons/breeze/mimetypes/22/application-x-gettext-translation.svg +share/icons/breeze/mimetypes/22/application-x-gnumeric.svg +share/icons/breeze/mimetypes/22/application-x-gzdvi.svg +share/icons/breeze/mimetypes/22/application-x-gzip.svg +share/icons/breeze/mimetypes/22/application-x-gzpostscript.svg +share/icons/breeze/mimetypes/22/application-x-iso.svg +share/icons/breeze/mimetypes/22/application-x-it87.svg +share/icons/breeze/mimetypes/22/application-x-jar.svg +share/icons/breeze/mimetypes/22/application-x-java-applet.svg +share/icons/breeze/mimetypes/22/application-x-java-archive.svg +share/icons/breeze/mimetypes/22/application-x-java.svg +share/icons/breeze/mimetypes/22/application-x-javascript.svg +share/icons/breeze/mimetypes/22/application-x-k3b.svg +share/icons/breeze/mimetypes/22/application-x-kcsrc.svg +share/icons/breeze/mimetypes/22/application-x-kdenlivetitle.svg +share/icons/breeze/mimetypes/22/application-x-kexi-connectiondata.svg +share/icons/breeze/mimetypes/22/application-x-kexiproject-shortcut.svg +share/icons/breeze/mimetypes/22/application-x-kexiproject-sqlite.svg +share/icons/breeze/mimetypes/22/application-x-kexiproject-sqlite2.svg +share/icons/breeze/mimetypes/22/application-x-kexiproject-sqlite3.svg +share/icons/breeze/mimetypes/22/application-x-kformula.svg +share/icons/breeze/mimetypes/22/application-x-kgetlist.svg +share/icons/breeze/mimetypes/22/application-x-kontour.svg +share/icons/breeze/mimetypes/22/application-x-kplato.svg +share/icons/breeze/mimetypes/22/application-x-krita.svg +share/icons/breeze/mimetypes/22/application-x-kvtml.svg +share/icons/breeze/mimetypes/22/application-x-kword.svg +share/icons/breeze/mimetypes/22/application-x-lha.svg +share/icons/breeze/mimetypes/22/application-x-lyx.svg +share/icons/breeze/mimetypes/22/application-x-lzma-compressed-tar.svg +share/icons/breeze/mimetypes/22/application-x-lzop.svg +share/icons/breeze/mimetypes/22/application-x-m4.svg +share/icons/breeze/mimetypes/22/application-x-macbinary.svg +share/icons/breeze/mimetypes/22/application-x-marble.svg +share/icons/breeze/mimetypes/22/application-x-mimearchive.svg +share/icons/breeze/mimetypes/22/application-x-mplayer2.svg +share/icons/breeze/mimetypes/22/application-x-ms-dos-executable.svg +share/icons/breeze/mimetypes/22/application-x-ms-shortcut.svg +share/icons/breeze/mimetypes/22/application-x-mswinurl.svg +share/icons/breeze/mimetypes/22/application-x-mswrite.svg +share/icons/breeze/mimetypes/22/application-x-n64-rom.svg +share/icons/breeze/mimetypes/22/application-x-nes-rom.svg +share/icons/breeze/mimetypes/22/application-x-nintendo-ds-rom.svg +share/icons/breeze/mimetypes/22/application-x-nzb.svg +share/icons/breeze/mimetypes/22/application-x-object.svg +share/icons/breeze/mimetypes/22/application-x-pak.svg +share/icons/breeze/mimetypes/22/application-x-partial-download.svg +share/icons/breeze/mimetypes/22/application-x-pem-key.svg +share/icons/breeze/mimetypes/22/application-x-perl.svg +share/icons/breeze/mimetypes/22/application-x-php.svg +share/icons/breeze/mimetypes/22/application-x-pkcs12.svg +share/icons/breeze/mimetypes/22/application-x-pkcs7-certificates.svg +share/icons/breeze/mimetypes/22/application-x-plasma.svg +share/icons/breeze/mimetypes/22/application-x-python-bytecode.svg +share/icons/breeze/mimetypes/22/application-x-qet-element.svg +share/icons/breeze/mimetypes/22/application-x-qet-project.svg +share/icons/breeze/mimetypes/22/application-x-quattropro.svg +share/icons/breeze/mimetypes/22/application-x-rar.svg +share/icons/breeze/mimetypes/22/application-x-raw-disk-image.svg +share/icons/breeze/mimetypes/22/application-x-rpm.svg +share/icons/breeze/mimetypes/22/application-x-ruby.svg +share/icons/breeze/mimetypes/22/application-x-sharedlib.svg +share/icons/breeze/mimetypes/22/application-x-shellscript.svg +share/icons/breeze/mimetypes/22/application-x-shockwave-flash.svg +share/icons/breeze/mimetypes/22/application-x-siag.svg +share/icons/breeze/mimetypes/22/application-x-sif.svg +share/icons/breeze/mimetypes/22/application-x-skg.svg +share/icons/breeze/mimetypes/22/application-x-skgc.svg +share/icons/breeze/mimetypes/22/application-x-smb-server.svg +share/icons/breeze/mimetypes/22/application-x-smb-workgroup.svg +share/icons/breeze/mimetypes/22/application-x-sqlite2.svg +share/icons/breeze/mimetypes/22/application-x-sqlite3.svg +share/icons/breeze/mimetypes/22/application-x-srt.svg +share/icons/breeze/mimetypes/22/application-x-srtrip.svg +share/icons/breeze/mimetypes/22/application-x-subrip.svg +share/icons/breeze/mimetypes/22/application-x-tar.svg +share/icons/breeze/mimetypes/22/application-x-tarz.svg +share/icons/breeze/mimetypes/22/application-x-tgif.svg +share/icons/breeze/mimetypes/22/application-x-theme.svg +share/icons/breeze/mimetypes/22/application-x-trash.svg +share/icons/breeze/mimetypes/22/application-x-troff-man.svg +share/icons/breeze/mimetypes/22/application-x-tzo.svg +share/icons/breeze/mimetypes/22/application-x-wmf.svg +share/icons/breeze/mimetypes/22/application-x-x509-ca-cert.svg +share/icons/breeze/mimetypes/22/application-x-x509-user-cert.svg +share/icons/breeze/mimetypes/22/application-x-xliff.svg +share/icons/breeze/mimetypes/22/application-x-xpinstall.svg +share/icons/breeze/mimetypes/22/application-x-zerosize.svg +share/icons/breeze/mimetypes/22/application-x-zoo.svg +share/icons/breeze/mimetypes/22/application-xhtml+xml.svg +share/icons/breeze/mimetypes/22/application-xmind.svg +share/icons/breeze/mimetypes/22/application-xml.svg +share/icons/breeze/mimetypes/22/application-xsd.svg +share/icons/breeze/mimetypes/22/application-xslt+xml.svg +share/icons/breeze/mimetypes/22/application-zip.svg +share/icons/breeze/mimetypes/22/audio-ac3.svg +share/icons/breeze/mimetypes/22/audio-midi.svg +share/icons/breeze/mimetypes/22/audio-mp2.svg +share/icons/breeze/mimetypes/22/audio-mp3.svg +share/icons/breeze/mimetypes/22/audio-mp4.svg +share/icons/breeze/mimetypes/22/audio-prs.sid.svg +share/icons/breeze/mimetypes/22/audio-vn.rn-realmedia.svg +share/icons/breeze/mimetypes/22/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/22/audio-x-adpcm.svg +share/icons/breeze/mimetypes/22/audio-x-aiff.svg +share/icons/breeze/mimetypes/22/audio-x-flac+ogg.svg +share/icons/breeze/mimetypes/22/audio-x-flac.svg +share/icons/breeze/mimetypes/22/audio-x-generic.svg +share/icons/breeze/mimetypes/22/audio-x-monkey.svg +share/icons/breeze/mimetypes/22/audio-x-mp2.svg +share/icons/breeze/mimetypes/22/audio-x-mpeg.svg +share/icons/breeze/mimetypes/22/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/22/audio-x-wav.svg +share/icons/breeze/mimetypes/22/audiobook.svg +share/icons/breeze/mimetypes/22/encrypted.svg +share/icons/breeze/mimetypes/22/fonts-package.svg +share/icons/breeze/mimetypes/22/image-bmp.svg +share/icons/breeze/mimetypes/22/image-gif.svg +share/icons/breeze/mimetypes/22/image-ico.svg +share/icons/breeze/mimetypes/22/image-jpeg.svg +share/icons/breeze/mimetypes/22/image-jpeg2000.svg +share/icons/breeze/mimetypes/22/image-png.svg +share/icons/breeze/mimetypes/22/image-svg+xml-compressed.svg +share/icons/breeze/mimetypes/22/image-svg+xml.svg +share/icons/breeze/mimetypes/22/image-tiff.svg +share/icons/breeze/mimetypes/22/image-vnd.dgn.svg +share/icons/breeze/mimetypes/22/image-vnd.djvu.svg +share/icons/breeze/mimetypes/22/image-vnd.dwg.svg +share/icons/breeze/mimetypes/22/image-vnd.microsoft.icon.svg +share/icons/breeze/mimetypes/22/image-x-adobe-dng.svg +share/icons/breeze/mimetypes/22/image-x-compressed-xcf.svg +share/icons/breeze/mimetypes/22/image-x-emf.svg +share/icons/breeze/mimetypes/22/image-x-eps.svg +share/icons/breeze/mimetypes/22/image-x-generic.svg +share/icons/breeze/mimetypes/22/image-x-ico.svg +share/icons/breeze/mimetypes/22/image-x-icon.svg +share/icons/breeze/mimetypes/22/image-x-krita.svg +share/icons/breeze/mimetypes/22/image-x-portable-bitmap.svg +share/icons/breeze/mimetypes/22/image-x-psd.svg +share/icons/breeze/mimetypes/22/image-x-psdimage-x-psd.svg +share/icons/breeze/mimetypes/22/image-x-svg+xml.svg +share/icons/breeze/mimetypes/22/image-x-tga.svg +share/icons/breeze/mimetypes/22/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze/mimetypes/22/image-x-win-bitmap.svg +share/icons/breeze/mimetypes/22/image-x-win-bmp.svg +share/icons/breeze/mimetypes/22/image-x-wmf.svg +share/icons/breeze/mimetypes/22/image-x-xcf.svg +share/icons/breeze/mimetypes/22/image-x-xfig.svg +share/icons/breeze/mimetypes/22/inode-directory.svg +share/icons/breeze/mimetypes/22/libreoffice-database.svg +share/icons/breeze/mimetypes/22/libreoffice-drawing-template.svg +share/icons/breeze/mimetypes/22/libreoffice-drawing.svg +share/icons/breeze/mimetypes/22/libreoffice-extension.svg +share/icons/breeze/mimetypes/22/libreoffice-formula.svg +share/icons/breeze/mimetypes/22/libreoffice-master-document.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-database.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-drawing-template.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-drawing.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-formula.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-master-document.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-presentation-template.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-presentation.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-spreadsheet.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-text-template.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-text.svg +share/icons/breeze/mimetypes/22/libreoffice-oasis-web-template.svg +share/icons/breeze/mimetypes/22/libreoffice-presentation-template.svg +share/icons/breeze/mimetypes/22/libreoffice-presentation.svg +share/icons/breeze/mimetypes/22/libreoffice-spreadsheet-template.svg +share/icons/breeze/mimetypes/22/libreoffice-spreadsheet.svg +share/icons/breeze/mimetypes/22/libreoffice-text-template.svg +share/icons/breeze/mimetypes/22/libreoffice-text.svg +share/icons/breeze/mimetypes/22/message-news.svg +share/icons/breeze/mimetypes/22/message-partial.svg +share/icons/breeze/mimetypes/22/message-rfc822.svg +share/icons/breeze/mimetypes/22/message-x-gnu-rmail.svg +share/icons/breeze/mimetypes/22/message.svg +share/icons/breeze/mimetypes/22/none.svg +share/icons/breeze/mimetypes/22/odf.svg +share/icons/breeze/mimetypes/22/package-x-generic.svg +share/icons/breeze/mimetypes/22/podcast.svg +share/icons/breeze/mimetypes/22/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze/mimetypes/22/text-calendar.svg +share/icons/breeze/mimetypes/22/text-csharp.svg +share/icons/breeze/mimetypes/22/text-css.svg +share/icons/breeze/mimetypes/22/text-csv.svg +share/icons/breeze/mimetypes/22/text-directory.svg +share/icons/breeze/mimetypes/22/text-enriched.svg +share/icons/breeze/mimetypes/22/text-html.svg +share/icons/breeze/mimetypes/22/text-markdown.svg +share/icons/breeze/mimetypes/22/text-mathml.svg +share/icons/breeze/mimetypes/22/text-plain.svg +share/icons/breeze/mimetypes/22/text-rdf+xml.svg +share/icons/breeze/mimetypes/22/text-rdf.svg +share/icons/breeze/mimetypes/22/text-rtf.svg +share/icons/breeze/mimetypes/22/text-rust.svg +share/icons/breeze/mimetypes/22/text-sgml.svg +share/icons/breeze/mimetypes/22/text-troff.svg +share/icons/breeze/mimetypes/22/text-vcalendar.svg +share/icons/breeze/mimetypes/22/text-vnd.abc.svg +share/icons/breeze/mimetypes/22/text-vnd.trolltech.linguist.svg +share/icons/breeze/mimetypes/22/text-vnd.wap.wml.svg +share/icons/breeze/mimetypes/22/text-wiki.svg +share/icons/breeze/mimetypes/22/text-x-adasrc.svg +share/icons/breeze/mimetypes/22/text-x-apport.svg +share/icons/breeze/mimetypes/22/text-x-authors.svg +share/icons/breeze/mimetypes/22/text-x-bibtex.svg +share/icons/breeze/mimetypes/22/text-x-c++hdr.svg +share/icons/breeze/mimetypes/22/text-x-c++src.svg +share/icons/breeze/mimetypes/22/text-x-changelog.svg +share/icons/breeze/mimetypes/22/text-x-chdr.svg +share/icons/breeze/mimetypes/22/text-x-cmake.svg +share/icons/breeze/mimetypes/22/text-x-copying.svg +share/icons/breeze/mimetypes/22/text-x-credits.svg +share/icons/breeze/mimetypes/22/text-x-csharp.svg +share/icons/breeze/mimetypes/22/text-x-csrc.svg +share/icons/breeze/mimetypes/22/text-x-dtd.svg +share/icons/breeze/mimetypes/22/text-x-generic.svapplication-x-awk.svg +share/icons/breeze/mimetypes/22/text-x-generic.svg +share/icons/breeze/mimetypes/22/text-x-gettext-translation.svg +share/icons/breeze/mimetypes/22/text-x-go.svg +share/icons/breeze/mimetypes/22/text-x-haskell.svg +share/icons/breeze/mimetypes/22/text-x-hex.svg +share/icons/breeze/mimetypes/22/text-x-install.svg +share/icons/breeze/mimetypes/22/text-x-java-source.svg +share/icons/breeze/mimetypes/22/text-x-java.svg +share/icons/breeze/mimetypes/22/text-x-javascript.svg +share/icons/breeze/mimetypes/22/text-x-katefilelist.svg +share/icons/breeze/mimetypes/22/text-x-ldif.svg +share/icons/breeze/mimetypes/22/text-x-lilypond.svg +share/icons/breeze/mimetypes/22/text-x-log.svg +share/icons/breeze/mimetypes/22/text-x-lua.svg +share/icons/breeze/mimetypes/22/text-x-makefile.svg +share/icons/breeze/mimetypes/22/text-x-markdown.svg +share/icons/breeze/mimetypes/22/text-x-nfo.svg +share/icons/breeze/mimetypes/22/text-x-objchdr.svg +share/icons/breeze/mimetypes/22/text-x-objcsrc.svg +share/icons/breeze/mimetypes/22/text-x-opml+xml.svg +share/icons/breeze/mimetypes/22/text-x-opml.svg +share/icons/breeze/mimetypes/22/text-x-pascal.svg +share/icons/breeze/mimetypes/22/text-x-patch.svg +share/icons/breeze/mimetypes/22/text-x-plain.svg +share/icons/breeze/mimetypes/22/text-x-po.svg +share/icons/breeze/mimetypes/22/text-x-python.svg +share/icons/breeze/mimetypes/22/text-x-qml.svg +share/icons/breeze/mimetypes/22/text-x-readme.svg +share/icons/breeze/mimetypes/22/text-x-rpm-spec.svg +share/icons/breeze/mimetypes/22/text-x-rust.svg +share/icons/breeze/mimetypes/22/text-x-scala.svg +share/icons/breeze/mimetypes/22/text-x-script.svg +share/icons/breeze/mimetypes/22/text-x-sql.svg +share/icons/breeze/mimetypes/22/text-x-tcl.svg +share/icons/breeze/mimetypes/22/text-x-tex.svg +share/icons/breeze/mimetypes/22/text-x-texinfo.svg +share/icons/breeze/mimetypes/22/text-x-vcard.svg +share/icons/breeze/mimetypes/22/text-x-xslfo.svg +share/icons/breeze/mimetypes/22/text-xmcd.svg +share/icons/breeze/mimetypes/22/text-xml.svg +share/icons/breeze/mimetypes/22/unknown.svg +share/icons/breeze/mimetypes/22/uri-mms.svg +share/icons/breeze/mimetypes/22/uri-mmst.svg +share/icons/breeze/mimetypes/22/uri-pnm.svg +share/icons/breeze/mimetypes/22/uri-rtspt.svg +share/icons/breeze/mimetypes/22/uri-rtspu.svg +share/icons/breeze/mimetypes/22/video-mlt-playlist.svg +share/icons/breeze/mimetypes/22/video-mp4.svg +share/icons/breeze/mimetypes/22/video-vivo.svg +share/icons/breeze/mimetypes/22/video-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/22/video-wavelet.svg +share/icons/breeze/mimetypes/22/video-webm.svg +share/icons/breeze/mimetypes/22/video-x-anim.svg +share/icons/breeze/mimetypes/22/video-x-flic.svg +share/icons/breeze/mimetypes/22/video-x-generic.svg +share/icons/breeze/mimetypes/22/video-x-google-vlc-plugin.svg +share/icons/breeze/mimetypes/22/video-x-javafx.svg +share/icons/breeze/mimetypes/22/video-x-matroska.svg +share/icons/breeze/mimetypes/22/video-x-mng.svg +share/icons/breeze/mimetypes/22/video-x-ms-wmp.svg +share/icons/breeze/mimetypes/22/video-x-ms-wmv.svg +share/icons/breeze/mimetypes/22/video-x-msvideo.svg +share/icons/breeze/mimetypes/22/video-x-ogm+ogg.svg +share/icons/breeze/mimetypes/22/video-x-theora+ogg.svg +share/icons/breeze/mimetypes/22/video-x-wmv.svg +share/icons/breeze/mimetypes/22/virtualbox-hdd.svg +share/icons/breeze/mimetypes/22/virtualbox-ova.svg +share/icons/breeze/mimetypes/22/virtualbox-ovf.svg +share/icons/breeze/mimetypes/22/virtualbox-vbox-extpack.svg +share/icons/breeze/mimetypes/22/virtualbox-vbox.svg +share/icons/breeze/mimetypes/22/virtualbox-vdi.svg +share/icons/breeze/mimetypes/22/virtualbox-vhd.svg +share/icons/breeze/mimetypes/22/virtualbox-vmdk.svg +share/icons/breeze/mimetypes/22/vnd.ms-publisher.svg +share/icons/breeze/mimetypes/22/x-kde-nsplugin-generated.svg +share/icons/breeze/mimetypes/22/x-mail-distribution-list.svg +share/icons/breeze/mimetypes/22/x-media-podcast.svg +share/icons/breeze/mimetypes/22/x-office-address-book.svg +share/icons/breeze/mimetypes/22/x-office-calendar.svg +share/icons/breeze/mimetypes/22/x-office-contact.svg +share/icons/breeze/mimetypes/22/x-office-document.svg +share/icons/breeze/mimetypes/22/x-office-drawing.svg +share/icons/breeze/mimetypes/22/x-office-presentation.svg +share/icons/breeze/mimetypes/22/x-office-spreadsheet.svg +share/icons/breeze/mimetypes/32/android-package-archive.svg +share/icons/breeze/mimetypes/32/application-atom+xml.svg +share/icons/breeze/mimetypes/32/application-certificate.svg +share/icons/breeze/mimetypes/32/application-dicom.svg +share/icons/breeze/mimetypes/32/application-epub+zip.svg +share/icons/breeze/mimetypes/32/application-illustrator.svg +share/icons/breeze/mimetypes/32/application-javascript.svg +share/icons/breeze/mimetypes/32/application-mac-binhex40.svg +share/icons/breeze/mimetypes/32/application-msonenote.svg +share/icons/breeze/mimetypes/32/application-msoutlook.svg +share/icons/breeze/mimetypes/32/application-msword-template.svg +share/icons/breeze/mimetypes/32/application-msword.svg +share/icons/breeze/mimetypes/32/application-octet-stream.svg +share/icons/breeze/mimetypes/32/application-ogg.svg +share/icons/breeze/mimetypes/32/application-pdf.svg +share/icons/breeze/mimetypes/32/application-pgp-encrypted.svg +share/icons/breeze/mimetypes/32/application-pgp-keys.svg +share/icons/breeze/mimetypes/32/application-pgp-signature.svg +share/icons/breeze/mimetypes/32/application-pgp.svg +share/icons/breeze/mimetypes/32/application-pkcs7-mime.svg +share/icons/breeze/mimetypes/32/application-pkcs7-signature.svg +share/icons/breeze/mimetypes/32/application-pkix-cerl.svg +share/icons/breeze/mimetypes/32/application-pkix-cert.svg +share/icons/breeze/mimetypes/32/application-postscript.svg +share/icons/breeze/mimetypes/32/application-relaxng.svg +share/icons/breeze/mimetypes/32/application-rss+xml.svg +share/icons/breeze/mimetypes/32/application-rtf.svg +share/icons/breeze/mimetypes/32/application-sxw.svg +share/icons/breeze/mimetypes/32/application-vnd-google-earth-kml.svg +share/icons/breeze/mimetypes/32/application-vnd.android.package-archive.svg +share/icons/breeze/mimetypes/32/application-vnd.iccprofile.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-access.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-excel.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-infopath.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-powerpoint.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-publisher.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-word.svg +share/icons/breeze/mimetypes/32/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze/mimetypes/32/application-vnd.nintendo.snes.rom.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.database.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.image.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.text.svg +share/icons/breeze/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze/mimetypes/32/application-vnd.rn-realmedia.svg +share/icons/breeze/mimetypes/32/application-vnd.scribus.svg +share/icons/breeze/mimetypes/32/application-vnd.stardivision.calc.svg +share/icons/breeze/mimetypes/32/application-vnd.stardivision.draw.svg +share/icons/breeze/mimetypes/32/application-vnd.stardivision.mail.svg +share/icons/breeze/mimetypes/32/application-vnd.stardivision.math.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.calc.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.calc.template.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.draw.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.draw.template.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.impress.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.impress.template.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.math.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.writer.global.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.writer.svg +share/icons/breeze/mimetypes/32/application-vnd.sun.xml.writer.template.svg +share/icons/breeze/mimetypes/32/application-vnd.visio.svg +share/icons/breeze/mimetypes/32/application-vnd.wordperfect.svg +share/icons/breeze/mimetypes/32/application-wps-office.doc.svg +share/icons/breeze/mimetypes/32/application-wps-office.docx.svg +share/icons/breeze/mimetypes/32/application-wps-office.dot.svg +share/icons/breeze/mimetypes/32/application-wps-office.dotx.svg +share/icons/breeze/mimetypes/32/application-wps-office.pot.svg +share/icons/breeze/mimetypes/32/application-wps-office.potx.svg +share/icons/breeze/mimetypes/32/application-wps-office.ppt.svg +share/icons/breeze/mimetypes/32/application-wps-office.pptx.svg +share/icons/breeze/mimetypes/32/application-wps-office.xls.svg +share/icons/breeze/mimetypes/32/application-wps-office.xlsx.svg +share/icons/breeze/mimetypes/32/application-wps-office.xlt.svg +share/icons/breeze/mimetypes/32/application-wps-office.xltx.svg +share/icons/breeze/mimetypes/32/application-x-7z-compressed.svg +share/icons/breeze/mimetypes/32/application-x-abiword.svg +share/icons/breeze/mimetypes/32/application-x-ace.svg +share/icons/breeze/mimetypes/32/application-x-apple-diskimage.svg +share/icons/breeze/mimetypes/32/application-x-applix-spreadsheet.svg +share/icons/breeze/mimetypes/32/application-x-applix-word.svg +share/icons/breeze/mimetypes/32/application-x-ar.svg +share/icons/breeze/mimetypes/32/application-x-arc.svg +share/icons/breeze/mimetypes/32/application-x-archive.svg +share/icons/breeze/mimetypes/32/application-x-arj.svg +share/icons/breeze/mimetypes/32/application-x-awk.svg +share/icons/breeze/mimetypes/32/application-x-bittorrent.svg +share/icons/breeze/mimetypes/32/application-x-blender.svg +share/icons/breeze/mimetypes/32/application-x-bzdvi.svg +share/icons/breeze/mimetypes/32/application-x-bzip-compressed-tar.svg +share/icons/breeze/mimetypes/32/application-x-bzip.svg +share/icons/breeze/mimetypes/32/application-x-cd-image.svg +share/icons/breeze/mimetypes/32/application-x-cda.svg +share/icons/breeze/mimetypes/32/application-x-chm.svg +share/icons/breeze/mimetypes/32/application-x-compress.svg +share/icons/breeze/mimetypes/32/application-x-compressed-tar.svg +share/icons/breeze/mimetypes/32/application-x-cpio.svg +share/icons/breeze/mimetypes/32/application-x-cue.svg +share/icons/breeze/mimetypes/32/application-x-deb.svg +share/icons/breeze/mimetypes/32/application-x-designer.svg +share/icons/breeze/mimetypes/32/application-x-desktop.svg +share/icons/breeze/mimetypes/32/application-x-egon.svg +share/icons/breeze/mimetypes/32/application-x-executable-script.svg +share/icons/breeze/mimetypes/32/application-x-executable.svg +share/icons/breeze/mimetypes/32/application-x-flash-video.svg +share/icons/breeze/mimetypes/32/application-x-font-afm.svg +share/icons/breeze/mimetypes/32/application-x-font-bdf.svg +share/icons/breeze/mimetypes/32/application-x-font-otf.svg +share/icons/breeze/mimetypes/32/application-x-font-pcf.svg +share/icons/breeze/mimetypes/32/application-x-font-snf.svg +share/icons/breeze/mimetypes/32/application-x-font-ttf.svg +share/icons/breeze/mimetypes/32/application-x-font-type1.svg +share/icons/breeze/mimetypes/32/application-x-gameboy-rom.svg +share/icons/breeze/mimetypes/32/application-x-gamecube-rom.svg +share/icons/breeze/mimetypes/32/application-x-gba-rom.svg +share/icons/breeze/mimetypes/32/application-x-gettext-translation.svg +share/icons/breeze/mimetypes/32/application-x-gnumeric.svg +share/icons/breeze/mimetypes/32/application-x-gzdvi.svg +share/icons/breeze/mimetypes/32/application-x-gzip.svg +share/icons/breeze/mimetypes/32/application-x-gzpostscript.svg +share/icons/breeze/mimetypes/32/application-x-iso.svg +share/icons/breeze/mimetypes/32/application-x-it87.svg +share/icons/breeze/mimetypes/32/application-x-jar.svg +share/icons/breeze/mimetypes/32/application-x-java-applet.svg +share/icons/breeze/mimetypes/32/application-x-java-archive.svg +share/icons/breeze/mimetypes/32/application-x-java.svg +share/icons/breeze/mimetypes/32/application-x-javascript.svg +share/icons/breeze/mimetypes/32/application-x-k3b.svg +share/icons/breeze/mimetypes/32/application-x-kcsrc.svg +share/icons/breeze/mimetypes/32/application-x-kdenlivetitle.svg +share/icons/breeze/mimetypes/32/application-x-kexi-connectiondata.svg +share/icons/breeze/mimetypes/32/application-x-kexiproject-shortcut.svg +share/icons/breeze/mimetypes/32/application-x-kexiproject-sqlite.svg +share/icons/breeze/mimetypes/32/application-x-kexiproject-sqlite2.svg +share/icons/breeze/mimetypes/32/application-x-kexiproject-sqlite3.svg +share/icons/breeze/mimetypes/32/application-x-kformula.svg +share/icons/breeze/mimetypes/32/application-x-kgetlist.svg +share/icons/breeze/mimetypes/32/application-x-kontour.svg +share/icons/breeze/mimetypes/32/application-x-kplato.svg +share/icons/breeze/mimetypes/32/application-x-krita.svg +share/icons/breeze/mimetypes/32/application-x-kvtml.svg +share/icons/breeze/mimetypes/32/application-x-kword.svg +share/icons/breeze/mimetypes/32/application-x-lha.svg +share/icons/breeze/mimetypes/32/application-x-lyx.svg +share/icons/breeze/mimetypes/32/application-x-lzma-compressed-tar.svg +share/icons/breeze/mimetypes/32/application-x-lzop.svg +share/icons/breeze/mimetypes/32/application-x-m4.svg +share/icons/breeze/mimetypes/32/application-x-macbinary.svg +share/icons/breeze/mimetypes/32/application-x-marble.svg +share/icons/breeze/mimetypes/32/application-x-mimearchive.svg +share/icons/breeze/mimetypes/32/application-x-mplayer2.svg +share/icons/breeze/mimetypes/32/application-x-ms-dos-executable.svg +share/icons/breeze/mimetypes/32/application-x-ms-shortcut.svg +share/icons/breeze/mimetypes/32/application-x-mswinurl.svg +share/icons/breeze/mimetypes/32/application-x-mswrite.svg +share/icons/breeze/mimetypes/32/application-x-n64-rom.svg +share/icons/breeze/mimetypes/32/application-x-nes-rom.svg +share/icons/breeze/mimetypes/32/application-x-nintendo-ds-rom.svg +share/icons/breeze/mimetypes/32/application-x-nzb.svg +share/icons/breeze/mimetypes/32/application-x-object.svg +share/icons/breeze/mimetypes/32/application-x-pak.svg +share/icons/breeze/mimetypes/32/application-x-partial-download.svg +share/icons/breeze/mimetypes/32/application-x-pem-key.svg +share/icons/breeze/mimetypes/32/application-x-perl.svg +share/icons/breeze/mimetypes/32/application-x-php.svg +share/icons/breeze/mimetypes/32/application-x-pkcs12.svg +share/icons/breeze/mimetypes/32/application-x-pkcs7-certificates.svg +share/icons/breeze/mimetypes/32/application-x-plasma.svg +share/icons/breeze/mimetypes/32/application-x-python-bytecode.svg +share/icons/breeze/mimetypes/32/application-x-qet-element.svg +share/icons/breeze/mimetypes/32/application-x-qet-project.svg +share/icons/breeze/mimetypes/32/application-x-quattropro.svg +share/icons/breeze/mimetypes/32/application-x-rar.svg +share/icons/breeze/mimetypes/32/application-x-raw-disk-image.svg +share/icons/breeze/mimetypes/32/application-x-rpm.svg +share/icons/breeze/mimetypes/32/application-x-ruby.svg +share/icons/breeze/mimetypes/32/application-x-sharedlib.svg +share/icons/breeze/mimetypes/32/application-x-shellscript.svg +share/icons/breeze/mimetypes/32/application-x-shockwave-flash.svg +share/icons/breeze/mimetypes/32/application-x-siag.svg +share/icons/breeze/mimetypes/32/application-x-sif.svg +share/icons/breeze/mimetypes/32/application-x-skg.svg +share/icons/breeze/mimetypes/32/application-x-skgc.svg +share/icons/breeze/mimetypes/32/application-x-smb-server.svg +share/icons/breeze/mimetypes/32/application-x-smb-workgroup.svg +share/icons/breeze/mimetypes/32/application-x-sqlite2.svg +share/icons/breeze/mimetypes/32/application-x-sqlite3.svg +share/icons/breeze/mimetypes/32/application-x-srt.svg +share/icons/breeze/mimetypes/32/application-x-srtrip.svg +share/icons/breeze/mimetypes/32/application-x-subrip.svg +share/icons/breeze/mimetypes/32/application-x-tar.svg +share/icons/breeze/mimetypes/32/application-x-tarz.svg +share/icons/breeze/mimetypes/32/application-x-tgif.svg +share/icons/breeze/mimetypes/32/application-x-theme.svg +share/icons/breeze/mimetypes/32/application-x-trash.svg +share/icons/breeze/mimetypes/32/application-x-troff-man.svg +share/icons/breeze/mimetypes/32/application-x-tzo.svg +share/icons/breeze/mimetypes/32/application-x-wmf.svg +share/icons/breeze/mimetypes/32/application-x-x509-ca-cert.svg +share/icons/breeze/mimetypes/32/application-x-x509-user-cert.svg +share/icons/breeze/mimetypes/32/application-x-xliff.svg +share/icons/breeze/mimetypes/32/application-x-xpinstall.svg +share/icons/breeze/mimetypes/32/application-x-zerosize.svg +share/icons/breeze/mimetypes/32/application-x-zoo.svg +share/icons/breeze/mimetypes/32/application-xhtml+xml.svg +share/icons/breeze/mimetypes/32/application-xmind.svg +share/icons/breeze/mimetypes/32/application-xml.svg +share/icons/breeze/mimetypes/32/application-xsd.svg +share/icons/breeze/mimetypes/32/application-xslt+xml.svg +share/icons/breeze/mimetypes/32/application-zip.svg +share/icons/breeze/mimetypes/32/audio-ac3.svg +share/icons/breeze/mimetypes/32/audio-midi.svg +share/icons/breeze/mimetypes/32/audio-mp2.svg +share/icons/breeze/mimetypes/32/audio-mp3.svg +share/icons/breeze/mimetypes/32/audio-mp4.svg +share/icons/breeze/mimetypes/32/audio-prs.sid.svg +share/icons/breeze/mimetypes/32/audio-vn.rn-realmedia.svg +share/icons/breeze/mimetypes/32/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/32/audio-x-adpcm.svg +share/icons/breeze/mimetypes/32/audio-x-aiff.svg +share/icons/breeze/mimetypes/32/audio-x-flac+ogg.svg +share/icons/breeze/mimetypes/32/audio-x-flac.svg +share/icons/breeze/mimetypes/32/audio-x-generic.svg +share/icons/breeze/mimetypes/32/audio-x-monkey.svg +share/icons/breeze/mimetypes/32/audio-x-mp2.svg +share/icons/breeze/mimetypes/32/audio-x-mpeg.svg +share/icons/breeze/mimetypes/32/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/32/audio-x-wav.svg +share/icons/breeze/mimetypes/32/audiobook.svg +share/icons/breeze/mimetypes/32/encrypted.svg +share/icons/breeze/mimetypes/32/fonts-package.svg +share/icons/breeze/mimetypes/32/image-bmp.svg +share/icons/breeze/mimetypes/32/image-gif.svg +share/icons/breeze/mimetypes/32/image-ico.svg +share/icons/breeze/mimetypes/32/image-jpeg.svg +share/icons/breeze/mimetypes/32/image-jpeg2000.svg +share/icons/breeze/mimetypes/32/image-png.svg +share/icons/breeze/mimetypes/32/image-svg+xml-compressed.svg +share/icons/breeze/mimetypes/32/image-svg+xml.svg +share/icons/breeze/mimetypes/32/image-tiff.svg +share/icons/breeze/mimetypes/32/image-vnd.dgn.svg +share/icons/breeze/mimetypes/32/image-vnd.djvu.svg +share/icons/breeze/mimetypes/32/image-vnd.dwg.svg +share/icons/breeze/mimetypes/32/image-vnd.microsoft.icon.svg +share/icons/breeze/mimetypes/32/image-x-adobe-dng.svg +share/icons/breeze/mimetypes/32/image-x-compressed-xcf.svg +share/icons/breeze/mimetypes/32/image-x-emf.svg +share/icons/breeze/mimetypes/32/image-x-eps.svg +share/icons/breeze/mimetypes/32/image-x-generic.svg +share/icons/breeze/mimetypes/32/image-x-ico.svg +share/icons/breeze/mimetypes/32/image-x-icon.svg +share/icons/breeze/mimetypes/32/image-x-krita.svg +share/icons/breeze/mimetypes/32/image-x-portable-bitmap.svg +share/icons/breeze/mimetypes/32/image-x-psd.svg +share/icons/breeze/mimetypes/32/image-x-psdimage-x-psd.svg +share/icons/breeze/mimetypes/32/image-x-svg+xml.svg +share/icons/breeze/mimetypes/32/image-x-tga.svg +share/icons/breeze/mimetypes/32/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze/mimetypes/32/image-x-win-bitmap.svg +share/icons/breeze/mimetypes/32/image-x-win-bmp.svg +share/icons/breeze/mimetypes/32/image-x-wmf.svg +share/icons/breeze/mimetypes/32/image-x-xcf.svg +share/icons/breeze/mimetypes/32/image-x-xfig.svg +share/icons/breeze/mimetypes/32/inode-directory.svg +share/icons/breeze/mimetypes/32/libreoffice-database.svg +share/icons/breeze/mimetypes/32/libreoffice-drawing-template.svg +share/icons/breeze/mimetypes/32/libreoffice-drawing.svg +share/icons/breeze/mimetypes/32/libreoffice-extension.svg +share/icons/breeze/mimetypes/32/libreoffice-formula.svg +share/icons/breeze/mimetypes/32/libreoffice-master-document.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-database.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-drawing-template.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-drawing.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-formula.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-master-document.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-presentation-template.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-presentation.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-spreadsheet.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-text-template.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-text.svg +share/icons/breeze/mimetypes/32/libreoffice-oasis-web-template.svg +share/icons/breeze/mimetypes/32/libreoffice-presentation-template.svg +share/icons/breeze/mimetypes/32/libreoffice-presentation.svg +share/icons/breeze/mimetypes/32/libreoffice-spreadsheet-template.svg +share/icons/breeze/mimetypes/32/libreoffice-spreadsheet.svg +share/icons/breeze/mimetypes/32/libreoffice-text-template.svg +share/icons/breeze/mimetypes/32/libreoffice-text.svg +share/icons/breeze/mimetypes/32/message-news.svg +share/icons/breeze/mimetypes/32/message-partial.svg +share/icons/breeze/mimetypes/32/message-rfc822.svg +share/icons/breeze/mimetypes/32/message-x-gnu-rmail.svg +share/icons/breeze/mimetypes/32/message.svg +share/icons/breeze/mimetypes/32/none.svg +share/icons/breeze/mimetypes/32/odf.svg +share/icons/breeze/mimetypes/32/package-x-generic.svg +share/icons/breeze/mimetypes/32/podcast.svg +share/icons/breeze/mimetypes/32/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze/mimetypes/32/text-calendar.svg +share/icons/breeze/mimetypes/32/text-csharp.svg +share/icons/breeze/mimetypes/32/text-css.svg +share/icons/breeze/mimetypes/32/text-csv.svg +share/icons/breeze/mimetypes/32/text-directory.svg +share/icons/breeze/mimetypes/32/text-enriched.svg +share/icons/breeze/mimetypes/32/text-html.svg +share/icons/breeze/mimetypes/32/text-markdown.svg +share/icons/breeze/mimetypes/32/text-mathml.svg +share/icons/breeze/mimetypes/32/text-plain.svg +share/icons/breeze/mimetypes/32/text-rdf+xml.svg +share/icons/breeze/mimetypes/32/text-rdf.svg +share/icons/breeze/mimetypes/32/text-rtf.svg +share/icons/breeze/mimetypes/32/text-rust.svg +share/icons/breeze/mimetypes/32/text-sgml.svg +share/icons/breeze/mimetypes/32/text-troff.svg +share/icons/breeze/mimetypes/32/text-vcalendar.svg +share/icons/breeze/mimetypes/32/text-vnd.abc.svg +share/icons/breeze/mimetypes/32/text-vnd.trolltech.linguist.svg +share/icons/breeze/mimetypes/32/text-vnd.wap.wml.svg +share/icons/breeze/mimetypes/32/text-wiki.svg +share/icons/breeze/mimetypes/32/text-x-adasrc.svg +share/icons/breeze/mimetypes/32/text-x-apport.svg +share/icons/breeze/mimetypes/32/text-x-authors.svg +share/icons/breeze/mimetypes/32/text-x-bibtex.svg +share/icons/breeze/mimetypes/32/text-x-c++hdr.svg +share/icons/breeze/mimetypes/32/text-x-c++src.svg +share/icons/breeze/mimetypes/32/text-x-changelog.svg +share/icons/breeze/mimetypes/32/text-x-chdr.svg +share/icons/breeze/mimetypes/32/text-x-cmake.svg +share/icons/breeze/mimetypes/32/text-x-copying.svg +share/icons/breeze/mimetypes/32/text-x-credits.svg +share/icons/breeze/mimetypes/32/text-x-csharp.svg +share/icons/breeze/mimetypes/32/text-x-csrc.svg +share/icons/breeze/mimetypes/32/text-x-dtd.svg +share/icons/breeze/mimetypes/32/text-x-generic.svapplication-x-awk.svg +share/icons/breeze/mimetypes/32/text-x-generic.svg +share/icons/breeze/mimetypes/32/text-x-gettext-translation.svg +share/icons/breeze/mimetypes/32/text-x-go.svg +share/icons/breeze/mimetypes/32/text-x-haskell.svg +share/icons/breeze/mimetypes/32/text-x-hex.svg +share/icons/breeze/mimetypes/32/text-x-install.svg +share/icons/breeze/mimetypes/32/text-x-java-source.svg +share/icons/breeze/mimetypes/32/text-x-java.svg +share/icons/breeze/mimetypes/32/text-x-javascript.svg +share/icons/breeze/mimetypes/32/text-x-katefilelist.svg +share/icons/breeze/mimetypes/32/text-x-ldif.svg +share/icons/breeze/mimetypes/32/text-x-lilypond.svg +share/icons/breeze/mimetypes/32/text-x-log.svg +share/icons/breeze/mimetypes/32/text-x-lua.svg +share/icons/breeze/mimetypes/32/text-x-makefile.svg +share/icons/breeze/mimetypes/32/text-x-markdown.svg +share/icons/breeze/mimetypes/32/text-x-nfo.svg +share/icons/breeze/mimetypes/32/text-x-objchdr.svg +share/icons/breeze/mimetypes/32/text-x-objcsrc.svg +share/icons/breeze/mimetypes/32/text-x-opml+xml.svg +share/icons/breeze/mimetypes/32/text-x-opml.svg +share/icons/breeze/mimetypes/32/text-x-pascal.svg +share/icons/breeze/mimetypes/32/text-x-patch.svg +share/icons/breeze/mimetypes/32/text-x-plain.svg +share/icons/breeze/mimetypes/32/text-x-po.svg +share/icons/breeze/mimetypes/32/text-x-python.svg +share/icons/breeze/mimetypes/32/text-x-qml.svg +share/icons/breeze/mimetypes/32/text-x-readme.svg +share/icons/breeze/mimetypes/32/text-x-rpm-spec.svg +share/icons/breeze/mimetypes/32/text-x-rust.svg +share/icons/breeze/mimetypes/32/text-x-scala.svg +share/icons/breeze/mimetypes/32/text-x-script.svg +share/icons/breeze/mimetypes/32/text-x-sql.svg +share/icons/breeze/mimetypes/32/text-x-tcl.svg +share/icons/breeze/mimetypes/32/text-x-tex.svg +share/icons/breeze/mimetypes/32/text-x-texinfo.svg +share/icons/breeze/mimetypes/32/text-x-vcard.svg +share/icons/breeze/mimetypes/32/text-x-xslfo.svg +share/icons/breeze/mimetypes/32/text-xmcd.svg +share/icons/breeze/mimetypes/32/text-xml.svg +share/icons/breeze/mimetypes/32/unknown.svg +share/icons/breeze/mimetypes/32/uri-mms.svg +share/icons/breeze/mimetypes/32/uri-mmst.svg +share/icons/breeze/mimetypes/32/uri-pnm.svg +share/icons/breeze/mimetypes/32/uri-rtspt.svg +share/icons/breeze/mimetypes/32/uri-rtspu.svg +share/icons/breeze/mimetypes/32/video-mlt-playlist.svg +share/icons/breeze/mimetypes/32/video-mp4.svg +share/icons/breeze/mimetypes/32/video-vivo.svg +share/icons/breeze/mimetypes/32/video-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/32/video-wavelet.svg +share/icons/breeze/mimetypes/32/video-webm.svg +share/icons/breeze/mimetypes/32/video-x-anim.svg +share/icons/breeze/mimetypes/32/video-x-flic.svg +share/icons/breeze/mimetypes/32/video-x-generic.svg +share/icons/breeze/mimetypes/32/video-x-google-vlc-plugin.svg +share/icons/breeze/mimetypes/32/video-x-javafx.svg +share/icons/breeze/mimetypes/32/video-x-matroska.svg +share/icons/breeze/mimetypes/32/video-x-mng.svg +share/icons/breeze/mimetypes/32/video-x-ms-wmp.svg +share/icons/breeze/mimetypes/32/video-x-ms-wmv.svg +share/icons/breeze/mimetypes/32/video-x-msvideo.svg +share/icons/breeze/mimetypes/32/video-x-ogm+ogg.svg +share/icons/breeze/mimetypes/32/video-x-theora+ogg.svg +share/icons/breeze/mimetypes/32/video-x-wmv.svg +share/icons/breeze/mimetypes/32/virtualbox-hdd.svg +share/icons/breeze/mimetypes/32/virtualbox-ova.svg +share/icons/breeze/mimetypes/32/virtualbox-ovf.svg +share/icons/breeze/mimetypes/32/virtualbox-vbox-extpack.svg +share/icons/breeze/mimetypes/32/virtualbox-vbox.svg +share/icons/breeze/mimetypes/32/virtualbox-vdi.svg +share/icons/breeze/mimetypes/32/virtualbox-vhd.svg +share/icons/breeze/mimetypes/32/virtualbox-vmdk.svg +share/icons/breeze/mimetypes/32/vnd.ms-publisher.svg +share/icons/breeze/mimetypes/32/x-kde-nsplugin-generated.svg +share/icons/breeze/mimetypes/32/x-mail-distribution-list.svg +share/icons/breeze/mimetypes/32/x-media-podcast.svg +share/icons/breeze/mimetypes/32/x-office-address-book.svg +share/icons/breeze/mimetypes/32/x-office-calendar.svg +share/icons/breeze/mimetypes/32/x-office-contact.svg +share/icons/breeze/mimetypes/32/x-office-document.svg +share/icons/breeze/mimetypes/32/x-office-drawing.svg +share/icons/breeze/mimetypes/32/x-office-presentation.svg +share/icons/breeze/mimetypes/32/x-office-spreadsheet.svg +share/icons/breeze/mimetypes/64/android-package-archive.svg +share/icons/breeze/mimetypes/64/application-atom+xml.svg +share/icons/breeze/mimetypes/64/application-certificate.svg +share/icons/breeze/mimetypes/64/application-dicom.svg +share/icons/breeze/mimetypes/64/application-epub+zip.svg +share/icons/breeze/mimetypes/64/application-illustrator.svg +share/icons/breeze/mimetypes/64/application-javascript.svg +share/icons/breeze/mimetypes/64/application-mac-binhex40.svg +share/icons/breeze/mimetypes/64/application-msonenote.svg +share/icons/breeze/mimetypes/64/application-msoutlook.svg +share/icons/breeze/mimetypes/64/application-msword-template.svg +share/icons/breeze/mimetypes/64/application-msword.svg +share/icons/breeze/mimetypes/64/application-octet-stream.svg +share/icons/breeze/mimetypes/64/application-ogg.svg +share/icons/breeze/mimetypes/64/application-pdf.svg +share/icons/breeze/mimetypes/64/application-pgp-encrypted.svg +share/icons/breeze/mimetypes/64/application-pgp-keys.svg +share/icons/breeze/mimetypes/64/application-pgp-signature.svg +share/icons/breeze/mimetypes/64/application-pgp.svg +share/icons/breeze/mimetypes/64/application-pkcs7-mime.svg +share/icons/breeze/mimetypes/64/application-pkcs7-signature.svg +share/icons/breeze/mimetypes/64/application-pkix-cerl.svg +share/icons/breeze/mimetypes/64/application-pkix-cert.svg +share/icons/breeze/mimetypes/64/application-postscript.svg +share/icons/breeze/mimetypes/64/application-relaxng.svg +share/icons/breeze/mimetypes/64/application-rss+xml.svg +share/icons/breeze/mimetypes/64/application-rtf.svg +share/icons/breeze/mimetypes/64/application-sxw.svg +share/icons/breeze/mimetypes/64/application-vnd-google-earth-kml.svg +share/icons/breeze/mimetypes/64/application-vnd.android.package-archive.svg +share/icons/breeze/mimetypes/64/application-vnd.iccprofile.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-access.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-excel.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-excel.sheet.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-excel.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-excel.template.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-infopath.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-powerpoint.addin.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-powerpoint.slide.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-powerpoint.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-powerpoint.template.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-publisher.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-word.document.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-word.svg +share/icons/breeze/mimetypes/64/application-vnd.ms-word.template.macroenabled.12.svg +share/icons/breeze/mimetypes/64/application-vnd.nintendo.snes.rom.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.chart.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.database.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.formula.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.image.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.text.svg +share/icons/breeze/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg +share/icons/breeze/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/breeze/mimetypes/64/application-vnd.rn-realmedia.svg +share/icons/breeze/mimetypes/64/application-vnd.scribus.svg +share/icons/breeze/mimetypes/64/application-vnd.stardivision.calc.svg +share/icons/breeze/mimetypes/64/application-vnd.stardivision.draw.svg +share/icons/breeze/mimetypes/64/application-vnd.stardivision.mail.svg +share/icons/breeze/mimetypes/64/application-vnd.stardivision.math.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.calc.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.calc.template.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.draw.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.draw.template.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.impress.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.impress.template.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.math.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.writer.global.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.writer.svg +share/icons/breeze/mimetypes/64/application-vnd.sun.xml.writer.template.svg +share/icons/breeze/mimetypes/64/application-vnd.visio.svg +share/icons/breeze/mimetypes/64/application-vnd.wordperfect.svg +share/icons/breeze/mimetypes/64/application-wps-office.doc.svg +share/icons/breeze/mimetypes/64/application-wps-office.docx.svg +share/icons/breeze/mimetypes/64/application-wps-office.dot.svg +share/icons/breeze/mimetypes/64/application-wps-office.dotx.svg +share/icons/breeze/mimetypes/64/application-wps-office.pot.svg +share/icons/breeze/mimetypes/64/application-wps-office.potx.svg +share/icons/breeze/mimetypes/64/application-wps-office.ppt.svg +share/icons/breeze/mimetypes/64/application-wps-office.pptx.svg +share/icons/breeze/mimetypes/64/application-wps-office.xls.svg +share/icons/breeze/mimetypes/64/application-wps-office.xlsx.svg +share/icons/breeze/mimetypes/64/application-wps-office.xlt.svg +share/icons/breeze/mimetypes/64/application-wps-office.xltx.svg +share/icons/breeze/mimetypes/64/application-x-7z-compressed.svg +share/icons/breeze/mimetypes/64/application-x-abiword.svg +share/icons/breeze/mimetypes/64/application-x-ace.svg +share/icons/breeze/mimetypes/64/application-x-apple-diskimage.svg +share/icons/breeze/mimetypes/64/application-x-applix-spreadsheet.svg +share/icons/breeze/mimetypes/64/application-x-applix-word.svg +share/icons/breeze/mimetypes/64/application-x-ar.svg +share/icons/breeze/mimetypes/64/application-x-arc.svg +share/icons/breeze/mimetypes/64/application-x-archive.svg +share/icons/breeze/mimetypes/64/application-x-arj.svg +share/icons/breeze/mimetypes/64/application-x-awk.svg +share/icons/breeze/mimetypes/64/application-x-bittorrent.svg +share/icons/breeze/mimetypes/64/application-x-blender.svg +share/icons/breeze/mimetypes/64/application-x-bzdvi.svg +share/icons/breeze/mimetypes/64/application-x-bzip-compressed-tar.svg +share/icons/breeze/mimetypes/64/application-x-bzip.svg +share/icons/breeze/mimetypes/64/application-x-cd-image.svg +share/icons/breeze/mimetypes/64/application-x-cda.svg +share/icons/breeze/mimetypes/64/application-x-chm.svg +share/icons/breeze/mimetypes/64/application-x-compress.svg +share/icons/breeze/mimetypes/64/application-x-compressed-tar.svg +share/icons/breeze/mimetypes/64/application-x-cpio.svg +share/icons/breeze/mimetypes/64/application-x-cue.svg +share/icons/breeze/mimetypes/64/application-x-deb.svg +share/icons/breeze/mimetypes/64/application-x-designer.svg +share/icons/breeze/mimetypes/64/application-x-desktop.svg +share/icons/breeze/mimetypes/64/application-x-egon.svg +share/icons/breeze/mimetypes/64/application-x-executable-script.svg +share/icons/breeze/mimetypes/64/application-x-executable.svg +share/icons/breeze/mimetypes/64/application-x-flash-video.svg +share/icons/breeze/mimetypes/64/application-x-font-afm.svg +share/icons/breeze/mimetypes/64/application-x-font-bdf.svg +share/icons/breeze/mimetypes/64/application-x-font-otf.svg +share/icons/breeze/mimetypes/64/application-x-font-pcf.svg +share/icons/breeze/mimetypes/64/application-x-font-snf.svg +share/icons/breeze/mimetypes/64/application-x-font-ttf.svg +share/icons/breeze/mimetypes/64/application-x-font-type1.svg +share/icons/breeze/mimetypes/64/application-x-gameboy-rom.svg +share/icons/breeze/mimetypes/64/application-x-gamecube-rom.svg +share/icons/breeze/mimetypes/64/application-x-gba-rom.svg +share/icons/breeze/mimetypes/64/application-x-gettext-translation.svg +share/icons/breeze/mimetypes/64/application-x-gnumeric.svg +share/icons/breeze/mimetypes/64/application-x-gzdvi.svg +share/icons/breeze/mimetypes/64/application-x-gzip.svg +share/icons/breeze/mimetypes/64/application-x-gzpostscript.svg +share/icons/breeze/mimetypes/64/application-x-iso.svg +share/icons/breeze/mimetypes/64/application-x-it87.svg +share/icons/breeze/mimetypes/64/application-x-jar.svg +share/icons/breeze/mimetypes/64/application-x-java-applet.svg +share/icons/breeze/mimetypes/64/application-x-java-archive.svg +share/icons/breeze/mimetypes/64/application-x-java.svg +share/icons/breeze/mimetypes/64/application-x-javascript.svg +share/icons/breeze/mimetypes/64/application-x-k3b.svg +share/icons/breeze/mimetypes/64/application-x-kcsrc.svg +share/icons/breeze/mimetypes/64/application-x-kdenlivetitle.svg +share/icons/breeze/mimetypes/64/application-x-kexi-connectiondata.svg +share/icons/breeze/mimetypes/64/application-x-kexiproject-shortcut.svg +share/icons/breeze/mimetypes/64/application-x-kexiproject-sqlite.svg +share/icons/breeze/mimetypes/64/application-x-kexiproject-sqlite2.svg +share/icons/breeze/mimetypes/64/application-x-kexiproject-sqlite3.svg +share/icons/breeze/mimetypes/64/application-x-kformula.svg +share/icons/breeze/mimetypes/64/application-x-kgetlist.svg +share/icons/breeze/mimetypes/64/application-x-kontour.svg +share/icons/breeze/mimetypes/64/application-x-kplato.svg +share/icons/breeze/mimetypes/64/application-x-krita.svg +share/icons/breeze/mimetypes/64/application-x-kvtml.svg +share/icons/breeze/mimetypes/64/application-x-kword.svg +share/icons/breeze/mimetypes/64/application-x-lha.svg +share/icons/breeze/mimetypes/64/application-x-lyx.svg +share/icons/breeze/mimetypes/64/application-x-lzma-compressed-tar.svg +share/icons/breeze/mimetypes/64/application-x-lzop.svg +share/icons/breeze/mimetypes/64/application-x-m4.svg +share/icons/breeze/mimetypes/64/application-x-macbinary.svg +share/icons/breeze/mimetypes/64/application-x-marble.svg +share/icons/breeze/mimetypes/64/application-x-mimearchive.svg +share/icons/breeze/mimetypes/64/application-x-mplayer2.svg +share/icons/breeze/mimetypes/64/application-x-ms-dos-executable.svg +share/icons/breeze/mimetypes/64/application-x-ms-shortcut.svg +share/icons/breeze/mimetypes/64/application-x-mswinurl.svg +share/icons/breeze/mimetypes/64/application-x-mswrite.svg +share/icons/breeze/mimetypes/64/application-x-n64-rom.svg +share/icons/breeze/mimetypes/64/application-x-nes-rom.svg +share/icons/breeze/mimetypes/64/application-x-nintendo-ds-rom.svg +share/icons/breeze/mimetypes/64/application-x-nzb.svg +share/icons/breeze/mimetypes/64/application-x-object.svg +share/icons/breeze/mimetypes/64/application-x-pak.svg +share/icons/breeze/mimetypes/64/application-x-partial-download.svg +share/icons/breeze/mimetypes/64/application-x-pem-key.svg +share/icons/breeze/mimetypes/64/application-x-perl.svg +share/icons/breeze/mimetypes/64/application-x-php.svg +share/icons/breeze/mimetypes/64/application-x-pkcs12.svg +share/icons/breeze/mimetypes/64/application-x-pkcs7-certificates.svg +share/icons/breeze/mimetypes/64/application-x-plasma.svg +share/icons/breeze/mimetypes/64/application-x-python-bytecode.svg +share/icons/breeze/mimetypes/64/application-x-qet-element.svg +share/icons/breeze/mimetypes/64/application-x-qet-project.svg +share/icons/breeze/mimetypes/64/application-x-quattropro.svg +share/icons/breeze/mimetypes/64/application-x-rar.svg +share/icons/breeze/mimetypes/64/application-x-raw-disk-image.svg +share/icons/breeze/mimetypes/64/application-x-rpm.svg +share/icons/breeze/mimetypes/64/application-x-ruby.svg +share/icons/breeze/mimetypes/64/application-x-sharedlib.svg +share/icons/breeze/mimetypes/64/application-x-shellscript.svg +share/icons/breeze/mimetypes/64/application-x-shockwave-flash.svg +share/icons/breeze/mimetypes/64/application-x-siag.svg +share/icons/breeze/mimetypes/64/application-x-sif.svg +share/icons/breeze/mimetypes/64/application-x-skg.svg +share/icons/breeze/mimetypes/64/application-x-skgc.svg +share/icons/breeze/mimetypes/64/application-x-smb-server.svg +share/icons/breeze/mimetypes/64/application-x-smb-workgroup.svg +share/icons/breeze/mimetypes/64/application-x-sqlite2.svg +share/icons/breeze/mimetypes/64/application-x-sqlite3.svg +share/icons/breeze/mimetypes/64/application-x-srt.svg +share/icons/breeze/mimetypes/64/application-x-srtrip.svg +share/icons/breeze/mimetypes/64/application-x-subrip.svg +share/icons/breeze/mimetypes/64/application-x-tar.svg +share/icons/breeze/mimetypes/64/application-x-tarz.svg +share/icons/breeze/mimetypes/64/application-x-tgif.svg +share/icons/breeze/mimetypes/64/application-x-theme.svg +share/icons/breeze/mimetypes/64/application-x-trash.svg +share/icons/breeze/mimetypes/64/application-x-troff-man.svg +share/icons/breeze/mimetypes/64/application-x-tzo.svg +share/icons/breeze/mimetypes/64/application-x-wmf.svg +share/icons/breeze/mimetypes/64/application-x-x509-ca-cert.svg +share/icons/breeze/mimetypes/64/application-x-x509-user-cert.svg +share/icons/breeze/mimetypes/64/application-x-xliff.svg +share/icons/breeze/mimetypes/64/application-x-xpinstall.svg +share/icons/breeze/mimetypes/64/application-x-zerosize.svg +share/icons/breeze/mimetypes/64/application-x-zoo.svg +share/icons/breeze/mimetypes/64/application-xhtml+xml.svg +share/icons/breeze/mimetypes/64/application-xmind.svg +share/icons/breeze/mimetypes/64/application-xml.svg +share/icons/breeze/mimetypes/64/application-xsd.svg +share/icons/breeze/mimetypes/64/application-xslt+xml.svg +share/icons/breeze/mimetypes/64/application-zip.svg +share/icons/breeze/mimetypes/64/audio-ac3.svg +share/icons/breeze/mimetypes/64/audio-midi.svg +share/icons/breeze/mimetypes/64/audio-mp2.svg +share/icons/breeze/mimetypes/64/audio-mp3.svg +share/icons/breeze/mimetypes/64/audio-mp4.svg +share/icons/breeze/mimetypes/64/audio-prs.sid.svg +share/icons/breeze/mimetypes/64/audio-vn.rn-realmedia.svg +share/icons/breeze/mimetypes/64/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/64/audio-x-adpcm.svg +share/icons/breeze/mimetypes/64/audio-x-aiff.svg +share/icons/breeze/mimetypes/64/audio-x-flac+ogg.svg +share/icons/breeze/mimetypes/64/audio-x-flac.svg +share/icons/breeze/mimetypes/64/audio-x-generic.svg +share/icons/breeze/mimetypes/64/audio-x-monkey.svg +share/icons/breeze/mimetypes/64/audio-x-mp2.svg +share/icons/breeze/mimetypes/64/audio-x-mpeg.svg +share/icons/breeze/mimetypes/64/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/64/audio-x-wav.svg +share/icons/breeze/mimetypes/64/audiobook.svg +share/icons/breeze/mimetypes/64/encrypted.svg +share/icons/breeze/mimetypes/64/fonts-package.svg +share/icons/breeze/mimetypes/64/image-bmp.svg +share/icons/breeze/mimetypes/64/image-gif.svg +share/icons/breeze/mimetypes/64/image-ico.svg +share/icons/breeze/mimetypes/64/image-jpeg.svg +share/icons/breeze/mimetypes/64/image-jpeg2000.svg +share/icons/breeze/mimetypes/64/image-png.svg +share/icons/breeze/mimetypes/64/image-svg+xml-compressed.svg +share/icons/breeze/mimetypes/64/image-svg+xml.svg +share/icons/breeze/mimetypes/64/image-tiff.svg +share/icons/breeze/mimetypes/64/image-vnd.dgn.svg +share/icons/breeze/mimetypes/64/image-vnd.djvu.svg +share/icons/breeze/mimetypes/64/image-vnd.dwg.svg +share/icons/breeze/mimetypes/64/image-vnd.microsoft.icon.svg +share/icons/breeze/mimetypes/64/image-x-adobe-dng.svg +share/icons/breeze/mimetypes/64/image-x-compressed-xcf.svg +share/icons/breeze/mimetypes/64/image-x-emf.svg +share/icons/breeze/mimetypes/64/image-x-eps.svg +share/icons/breeze/mimetypes/64/image-x-generic.svg +share/icons/breeze/mimetypes/64/image-x-ico.svg +share/icons/breeze/mimetypes/64/image-x-icon.svg +share/icons/breeze/mimetypes/64/image-x-krita.svg +share/icons/breeze/mimetypes/64/image-x-portable-bitmap.svg +share/icons/breeze/mimetypes/64/image-x-psd.svg +share/icons/breeze/mimetypes/64/image-x-psdimage-x-psd.svg +share/icons/breeze/mimetypes/64/image-x-svg+xml.svg +share/icons/breeze/mimetypes/64/image-x-tga.svg +share/icons/breeze/mimetypes/64/image-x-vnd.trolltech.qpicture.svg +share/icons/breeze/mimetypes/64/image-x-win-bitmap.svg +share/icons/breeze/mimetypes/64/image-x-win-bmp.svg +share/icons/breeze/mimetypes/64/image-x-wmf.svg +share/icons/breeze/mimetypes/64/image-x-xcf.svg +share/icons/breeze/mimetypes/64/image-x-xfig.svg +share/icons/breeze/mimetypes/64/inode-directory.svg +share/icons/breeze/mimetypes/64/libreoffice-database.svg +share/icons/breeze/mimetypes/64/libreoffice-drawing-template.svg +share/icons/breeze/mimetypes/64/libreoffice-drawing.svg +share/icons/breeze/mimetypes/64/libreoffice-extension.svg +share/icons/breeze/mimetypes/64/libreoffice-formula.svg +share/icons/breeze/mimetypes/64/libreoffice-master-document.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-database.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-drawing-template.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-drawing.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-formula.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-master-document.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-presentation-template.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-presentation.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-spreadsheet.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-text-template.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-text.svg +share/icons/breeze/mimetypes/64/libreoffice-oasis-web-template.svg +share/icons/breeze/mimetypes/64/libreoffice-presentation-template.svg +share/icons/breeze/mimetypes/64/libreoffice-presentation.svg +share/icons/breeze/mimetypes/64/libreoffice-spreadsheet-template.svg +share/icons/breeze/mimetypes/64/libreoffice-spreadsheet.svg +share/icons/breeze/mimetypes/64/libreoffice-text-template.svg +share/icons/breeze/mimetypes/64/libreoffice-text.svg +share/icons/breeze/mimetypes/64/message-news.svg +share/icons/breeze/mimetypes/64/message-partial.svg +share/icons/breeze/mimetypes/64/message-rfc822.svg +share/icons/breeze/mimetypes/64/message-x-gnu-rmail.svg +share/icons/breeze/mimetypes/64/message.svg +share/icons/breeze/mimetypes/64/none.svg +share/icons/breeze/mimetypes/64/odf.svg +share/icons/breeze/mimetypes/64/package-x-generic.svg +share/icons/breeze/mimetypes/64/podcast.svg +share/icons/breeze/mimetypes/64/pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/breeze/mimetypes/64/text-calendar.svg +share/icons/breeze/mimetypes/64/text-csharp.svg +share/icons/breeze/mimetypes/64/text-css.svg +share/icons/breeze/mimetypes/64/text-csv.svg +share/icons/breeze/mimetypes/64/text-directory.svg +share/icons/breeze/mimetypes/64/text-enriched.svg +share/icons/breeze/mimetypes/64/text-html.svg +share/icons/breeze/mimetypes/64/text-markdown.svg +share/icons/breeze/mimetypes/64/text-mathml.svg +share/icons/breeze/mimetypes/64/text-plain.svg +share/icons/breeze/mimetypes/64/text-rdf+xml.svg +share/icons/breeze/mimetypes/64/text-rdf.svg +share/icons/breeze/mimetypes/64/text-rtf.svg +share/icons/breeze/mimetypes/64/text-rust.svg +share/icons/breeze/mimetypes/64/text-sgml.svg +share/icons/breeze/mimetypes/64/text-troff.svg +share/icons/breeze/mimetypes/64/text-vcalendar.svg +share/icons/breeze/mimetypes/64/text-vnd.abc.svg +share/icons/breeze/mimetypes/64/text-vnd.trolltech.linguist.svg +share/icons/breeze/mimetypes/64/text-vnd.wap.wml.svg +share/icons/breeze/mimetypes/64/text-wiki.svg +share/icons/breeze/mimetypes/64/text-x-adasrc.svg +share/icons/breeze/mimetypes/64/text-x-apport.svg +share/icons/breeze/mimetypes/64/text-x-authors.svg +share/icons/breeze/mimetypes/64/text-x-bibtex.svg +share/icons/breeze/mimetypes/64/text-x-c++hdr.svg +share/icons/breeze/mimetypes/64/text-x-c++src.svg +share/icons/breeze/mimetypes/64/text-x-changelog.svg +share/icons/breeze/mimetypes/64/text-x-chdr.svg +share/icons/breeze/mimetypes/64/text-x-cmake.svg +share/icons/breeze/mimetypes/64/text-x-copying.svg +share/icons/breeze/mimetypes/64/text-x-credits.svg +share/icons/breeze/mimetypes/64/text-x-csharp.svg +share/icons/breeze/mimetypes/64/text-x-csrc.svg +share/icons/breeze/mimetypes/64/text-x-dtd.svg +share/icons/breeze/mimetypes/64/text-x-generic.svapplication-x-awk.svg +share/icons/breeze/mimetypes/64/text-x-generic.svg +share/icons/breeze/mimetypes/64/text-x-gettext-translation.svg +share/icons/breeze/mimetypes/64/text-x-go.svg +share/icons/breeze/mimetypes/64/text-x-haskell.svg +share/icons/breeze/mimetypes/64/text-x-hex.svg +share/icons/breeze/mimetypes/64/text-x-install.svg +share/icons/breeze/mimetypes/64/text-x-java-source.svg +share/icons/breeze/mimetypes/64/text-x-java.svg +share/icons/breeze/mimetypes/64/text-x-javascript.svg +share/icons/breeze/mimetypes/64/text-x-katefilelist.svg +share/icons/breeze/mimetypes/64/text-x-ldif.svg +share/icons/breeze/mimetypes/64/text-x-lilypond.svg +share/icons/breeze/mimetypes/64/text-x-log.svg +share/icons/breeze/mimetypes/64/text-x-lua.svg +share/icons/breeze/mimetypes/64/text-x-makefile.svg +share/icons/breeze/mimetypes/64/text-x-markdown.svg +share/icons/breeze/mimetypes/64/text-x-nfo.svg +share/icons/breeze/mimetypes/64/text-x-objchdr.svg +share/icons/breeze/mimetypes/64/text-x-objcsrc.svg +share/icons/breeze/mimetypes/64/text-x-opml+xml.svg +share/icons/breeze/mimetypes/64/text-x-opml.svg +share/icons/breeze/mimetypes/64/text-x-pascal.svg +share/icons/breeze/mimetypes/64/text-x-patch.svg +share/icons/breeze/mimetypes/64/text-x-plain.svg +share/icons/breeze/mimetypes/64/text-x-po.svg +share/icons/breeze/mimetypes/64/text-x-python.svg +share/icons/breeze/mimetypes/64/text-x-qml.svg +share/icons/breeze/mimetypes/64/text-x-readme.svg +share/icons/breeze/mimetypes/64/text-x-rpm-spec.svg +share/icons/breeze/mimetypes/64/text-x-rust.svg +share/icons/breeze/mimetypes/64/text-x-scala.svg +share/icons/breeze/mimetypes/64/text-x-script.svg +share/icons/breeze/mimetypes/64/text-x-sql.svg +share/icons/breeze/mimetypes/64/text-x-tcl.svg +share/icons/breeze/mimetypes/64/text-x-tex.svg +share/icons/breeze/mimetypes/64/text-x-texinfo.svg +share/icons/breeze/mimetypes/64/text-x-vcard.svg +share/icons/breeze/mimetypes/64/text-x-xslfo.svg +share/icons/breeze/mimetypes/64/text-xmcd.svg +share/icons/breeze/mimetypes/64/text-xml.svg +share/icons/breeze/mimetypes/64/unknown.svg +share/icons/breeze/mimetypes/64/uri-mms.svg +share/icons/breeze/mimetypes/64/uri-mmst.svg +share/icons/breeze/mimetypes/64/uri-pnm.svg +share/icons/breeze/mimetypes/64/uri-rtspt.svg +share/icons/breeze/mimetypes/64/uri-rtspu.svg +share/icons/breeze/mimetypes/64/video-mlt-playlist.svg +share/icons/breeze/mimetypes/64/video-mp4.svg +share/icons/breeze/mimetypes/64/video-vivo.svg +share/icons/breeze/mimetypes/64/video-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/64/video-wavelet.svg +share/icons/breeze/mimetypes/64/video-webm.svg +share/icons/breeze/mimetypes/64/video-x-anim.svg +share/icons/breeze/mimetypes/64/video-x-flic.svg +share/icons/breeze/mimetypes/64/video-x-generic.svg +share/icons/breeze/mimetypes/64/video-x-google-vlc-plugin.svg +share/icons/breeze/mimetypes/64/video-x-javafx.svg +share/icons/breeze/mimetypes/64/video-x-matroska.svg +share/icons/breeze/mimetypes/64/video-x-mng.svg +share/icons/breeze/mimetypes/64/video-x-ms-wmp.svg +share/icons/breeze/mimetypes/64/video-x-ms-wmv.svg +share/icons/breeze/mimetypes/64/video-x-msvideo.svg +share/icons/breeze/mimetypes/64/video-x-ogm+ogg.svg +share/icons/breeze/mimetypes/64/video-x-theora+ogg.svg +share/icons/breeze/mimetypes/64/video-x-wmv.svg +share/icons/breeze/mimetypes/64/virtualbox-hdd.svg +share/icons/breeze/mimetypes/64/virtualbox-ova.svg +share/icons/breeze/mimetypes/64/virtualbox-ovf.svg +share/icons/breeze/mimetypes/64/virtualbox-vbox-extpack.svg +share/icons/breeze/mimetypes/64/virtualbox-vbox.svg +share/icons/breeze/mimetypes/64/virtualbox-vdi.svg +share/icons/breeze/mimetypes/64/virtualbox-vhd.svg +share/icons/breeze/mimetypes/64/virtualbox-vmdk.svg +share/icons/breeze/mimetypes/64/vnd.ms-publisher.svg +share/icons/breeze/mimetypes/64/x-kde-nsplugin-generated.svg +share/icons/breeze/mimetypes/64/x-mail-distribution-list.svg +share/icons/breeze/mimetypes/64/x-media-podcast.svg +share/icons/breeze/mimetypes/64/x-office-address-book.svg +share/icons/breeze/mimetypes/64/x-office-calendar.svg +share/icons/breeze/mimetypes/64/x-office-contact.svg +share/icons/breeze/mimetypes/64/x-office-document.svg +share/icons/breeze/mimetypes/64/x-office-drawing.svg +share/icons/breeze/mimetypes/64/x-office-presentation.svg +share/icons/breeze/mimetypes/64/x-office-spreadsheet.svg +share/icons/breeze/places/16/bookmarks.svg +share/icons/breeze/places/16/certificate-server.svg +share/icons/breeze/places/16/desktop.svg +share/icons/breeze/places/16/document-multiple.svg +share/icons/breeze/places/16/favorites.svg +share/icons/breeze/places/16/folder-activities.svg +share/icons/breeze/places/16/folder-add.svg +share/icons/breeze/places/16/folder-black.svg +share/icons/breeze/places/16/folder-blue.svg +share/icons/breeze/places/16/folder-bookmark.svg +share/icons/breeze/places/16/folder-brown.svg +share/icons/breeze/places/16/folder-cloud.svg +share/icons/breeze/places/16/folder-cyan.svg +share/icons/breeze/places/16/folder-development.svg +share/icons/breeze/places/16/folder-documents.svg +share/icons/breeze/places/16/folder-download.svg +share/icons/breeze/places/16/folder-downloads.svg +share/icons/breeze/places/16/folder-dropbox.svg +share/icons/breeze/places/16/folder-favorites.svg +share/icons/breeze/places/16/folder-gdrive.svg +share/icons/breeze/places/16/folder-green.svg +share/icons/breeze/places/16/folder-grey.svg +share/icons/breeze/places/16/folder-html.svg +share/icons/breeze/places/16/folder-image-people.svg +share/icons/breeze/places/16/folder-image.svg +share/icons/breeze/places/16/folder-images.svg +share/icons/breeze/places/16/folder-important.svg +share/icons/breeze/places/16/folder-locked.svg +share/icons/breeze/places/16/folder-magenta.svg +share/icons/breeze/places/16/folder-mail.svg +share/icons/breeze/places/16/folder-music.svg +share/icons/breeze/places/16/folder-network.svg +share/icons/breeze/places/16/folder-onedrive.svg +share/icons/breeze/places/16/folder-open.svg +share/icons/breeze/places/16/folder-orange.svg +share/icons/breeze/places/16/folder-owncloud.svg +share/icons/breeze/places/16/folder-picture.svg +share/icons/breeze/places/16/folder-pictures.svg +share/icons/breeze/places/16/folder-print.svg +share/icons/breeze/places/16/folder-public.svg +share/icons/breeze/places/16/folder-publicshare.svg +share/icons/breeze/places/16/folder-red.svg +share/icons/breeze/places/16/folder-remote.svg +share/icons/breeze/places/16/folder-script.svg +share/icons/breeze/places/16/folder-sound.svg +share/icons/breeze/places/16/folder-tar.svg +share/icons/breeze/places/16/folder-temp.svg +share/icons/breeze/places/16/folder-templates.svg +share/icons/breeze/places/16/folder-text.svg +share/icons/breeze/places/16/folder-txt.svg +share/icons/breeze/places/16/folder-video.svg +share/icons/breeze/places/16/folder-videos.svg +share/icons/breeze/places/16/folder-violet.svg +share/icons/breeze/places/16/folder-yellow.svg +share/icons/breeze/places/16/folder.svg +share/icons/breeze/places/16/folder_html.svg +share/icons/breeze/places/16/mail-folder-inbox.svg +share/icons/breeze/places/16/mail-folder-outbox.svg +share/icons/breeze/places/16/mail-folder-sent.svg +share/icons/breeze/places/16/mail-message.svg +share/icons/breeze/places/16/network-server-database.svg +share/icons/breeze/places/16/network-server.svg +share/icons/breeze/places/16/network-workgroup.svg +share/icons/breeze/places/16/repository.svg +share/icons/breeze/places/16/server-database.svg +share/icons/breeze/places/16/start-here-kde.svg +share/icons/breeze/places/16/stock_folder.svg +share/icons/breeze/places/16/user-desktop.svg +share/icons/breeze/places/16/user-home.svg +share/icons/breeze/places/16/user-identity.svg +share/icons/breeze/places/16/user-trash-full.svg +share/icons/breeze/places/16/user-trash.svg +share/icons/breeze/places/22/bookmarks.svg +share/icons/breeze/places/22/certificate-server.svg +share/icons/breeze/places/22/desktop.svg +share/icons/breeze/places/22/document-multiple.svg +share/icons/breeze/places/22/favorites.svg +share/icons/breeze/places/22/folder-activities.svg +share/icons/breeze/places/22/folder-add.svg +share/icons/breeze/places/22/folder-black.svg +share/icons/breeze/places/22/folder-blue.svg +share/icons/breeze/places/22/folder-bookmark.svg +share/icons/breeze/places/22/folder-brown.svg +share/icons/breeze/places/22/folder-cloud.svg +share/icons/breeze/places/22/folder-cyan.svg +share/icons/breeze/places/22/folder-development.svg +share/icons/breeze/places/22/folder-documents.svg +share/icons/breeze/places/22/folder-download.svg +share/icons/breeze/places/22/folder-downloads.svg +share/icons/breeze/places/22/folder-dropbox.svg +share/icons/breeze/places/22/folder-favorites.svg +share/icons/breeze/places/22/folder-gdrive.svg +share/icons/breeze/places/22/folder-green.svg +share/icons/breeze/places/22/folder-grey.svg +share/icons/breeze/places/22/folder-html.svg +share/icons/breeze/places/22/folder-image-people.svg +share/icons/breeze/places/22/folder-image.svg +share/icons/breeze/places/22/folder-images.svg +share/icons/breeze/places/22/folder-important.svg +share/icons/breeze/places/22/folder-locked.svg +share/icons/breeze/places/22/folder-magenta.svg +share/icons/breeze/places/22/folder-mail.svg +share/icons/breeze/places/22/folder-music.svg +share/icons/breeze/places/22/folder-network.svg +share/icons/breeze/places/22/folder-onedrive.svg +share/icons/breeze/places/22/folder-open.svg +share/icons/breeze/places/22/folder-orange.svg +share/icons/breeze/places/22/folder-owncloud.svg +share/icons/breeze/places/22/folder-picture.svg +share/icons/breeze/places/22/folder-pictures.svg +share/icons/breeze/places/22/folder-print.svg +share/icons/breeze/places/22/folder-public.svg +share/icons/breeze/places/22/folder-publicshare.svg +share/icons/breeze/places/22/folder-red.svg +share/icons/breeze/places/22/folder-remote.svg +share/icons/breeze/places/22/folder-script.svg +share/icons/breeze/places/22/folder-sound.svg +share/icons/breeze/places/22/folder-tar.svg +share/icons/breeze/places/22/folder-temp.svg +share/icons/breeze/places/22/folder-templates.svg +share/icons/breeze/places/22/folder-text.svg +share/icons/breeze/places/22/folder-txt.svg +share/icons/breeze/places/22/folder-video.svg +share/icons/breeze/places/22/folder-videos.svg +share/icons/breeze/places/22/folder-violet.svg +share/icons/breeze/places/22/folder-yellow.svg +share/icons/breeze/places/22/folder.svg +share/icons/breeze/places/22/folder_html.svg +share/icons/breeze/places/22/mail-folder-inbox.svg +share/icons/breeze/places/22/mail-folder-outbox.svg +share/icons/breeze/places/22/mail-folder-sent.svg +share/icons/breeze/places/22/mail-message.svg +share/icons/breeze/places/22/network-server-database.svg +share/icons/breeze/places/22/network-server.svg +share/icons/breeze/places/22/network-workgroup.svg +share/icons/breeze/places/22/repository.svg +share/icons/breeze/places/22/server-database.svg +share/icons/breeze/places/22/start-here-kde.svg +share/icons/breeze/places/22/stock_folder.svg +share/icons/breeze/places/22/user-desktop.svg +share/icons/breeze/places/22/user-home.svg +share/icons/breeze/places/22/user-identity.svg +share/icons/breeze/places/22/user-trash-full.svg +share/icons/breeze/places/22/user-trash.svg +share/icons/breeze/places/32/bookmarks.svg +share/icons/breeze/places/32/certificate-server.svg +share/icons/breeze/places/32/desktop.svg +share/icons/breeze/places/32/favorites.svg +share/icons/breeze/places/32/folder-activities.svg +share/icons/breeze/places/32/folder-black.svg +share/icons/breeze/places/32/folder-blue.svg +share/icons/breeze/places/32/folder-bookmark.svg +share/icons/breeze/places/32/folder-brown.svg +share/icons/breeze/places/32/folder-cloud.svg +share/icons/breeze/places/32/folder-cyan.svg +share/icons/breeze/places/32/folder-development.svg +share/icons/breeze/places/32/folder-documents.svg +share/icons/breeze/places/32/folder-download.svg +share/icons/breeze/places/32/folder-downloads.svg +share/icons/breeze/places/32/folder-dropbox.svg +share/icons/breeze/places/32/folder-favorites.svg +share/icons/breeze/places/32/folder-gdrive.svg +share/icons/breeze/places/32/folder-green.svg +share/icons/breeze/places/32/folder-grey.svg +share/icons/breeze/places/32/folder-html.svg +share/icons/breeze/places/32/folder-image-people.svg +share/icons/breeze/places/32/folder-image.svg +share/icons/breeze/places/32/folder-images.svg +share/icons/breeze/places/32/folder-important.svg +share/icons/breeze/places/32/folder-locked.svg +share/icons/breeze/places/32/folder-magenta.svg +share/icons/breeze/places/32/folder-mail.svg +share/icons/breeze/places/32/folder-music.svg +share/icons/breeze/places/32/folder-network.svg +share/icons/breeze/places/32/folder-onedrive.svg +share/icons/breeze/places/32/folder-open.svg +share/icons/breeze/places/32/folder-orange.svg +share/icons/breeze/places/32/folder-owncloud.svg +share/icons/breeze/places/32/folder-picture.svg +share/icons/breeze/places/32/folder-pictures.svg +share/icons/breeze/places/32/folder-print.svg +share/icons/breeze/places/32/folder-public.svg +share/icons/breeze/places/32/folder-publicshare.svg +share/icons/breeze/places/32/folder-red.svg +share/icons/breeze/places/32/folder-remote.svg +share/icons/breeze/places/32/folder-script.svg +share/icons/breeze/places/32/folder-sound.svg +share/icons/breeze/places/32/folder-tar.svg +share/icons/breeze/places/32/folder-temp.svg +share/icons/breeze/places/32/folder-templates.svg +share/icons/breeze/places/32/folder-text.svg +share/icons/breeze/places/32/folder-txt.svg +share/icons/breeze/places/32/folder-video.svg +share/icons/breeze/places/32/folder-videos.svg +share/icons/breeze/places/32/folder-violet.svg +share/icons/breeze/places/32/folder-yellow.svg +share/icons/breeze/places/32/folder.svg +share/icons/breeze/places/32/folder_html.svg +share/icons/breeze/places/32/library-music.svg +share/icons/breeze/places/32/network-server.svg +share/icons/breeze/places/32/network-workgroup.svg +share/icons/breeze/places/32/stock_folder.svg +share/icons/breeze/places/32/user-desktop.svg +share/icons/breeze/places/32/user-home.svg +share/icons/breeze/places/32/user-trash-full.svg +share/icons/breeze/places/32/user-trash.svg +share/icons/breeze/places/64/bookmarks.svg +share/icons/breeze/places/64/certificate-server.svg +share/icons/breeze/places/64/desktop.svg +share/icons/breeze/places/64/favorites.svg +share/icons/breeze/places/64/folder-activities.svg +share/icons/breeze/places/64/folder-black.svg +share/icons/breeze/places/64/folder-blue.svg +share/icons/breeze/places/64/folder-bookmark.svg +share/icons/breeze/places/64/folder-brown.svg +share/icons/breeze/places/64/folder-cloud.svg +share/icons/breeze/places/64/folder-cyan.svg +share/icons/breeze/places/64/folder-development.svg +share/icons/breeze/places/64/folder-documents.svg +share/icons/breeze/places/64/folder-download.svg +share/icons/breeze/places/64/folder-downloads.svg +share/icons/breeze/places/64/folder-dropbox.svg +share/icons/breeze/places/64/folder-favorites.svg +share/icons/breeze/places/64/folder-gdrive.svg +share/icons/breeze/places/64/folder-green.svg +share/icons/breeze/places/64/folder-grey.svg +share/icons/breeze/places/64/folder-html.svg +share/icons/breeze/places/64/folder-image-people.svg +share/icons/breeze/places/64/folder-image.svg +share/icons/breeze/places/64/folder-images.svg +share/icons/breeze/places/64/folder-important.svg +share/icons/breeze/places/64/folder-locked.svg +share/icons/breeze/places/64/folder-magenta.svg +share/icons/breeze/places/64/folder-mail.svg +share/icons/breeze/places/64/folder-music.svg +share/icons/breeze/places/64/folder-network.svg +share/icons/breeze/places/64/folder-onedrive.svg +share/icons/breeze/places/64/folder-open.svg +share/icons/breeze/places/64/folder-orange.svg +share/icons/breeze/places/64/folder-owncloud.svg +share/icons/breeze/places/64/folder-picture.svg +share/icons/breeze/places/64/folder-pictures.svg +share/icons/breeze/places/64/folder-print.svg +share/icons/breeze/places/64/folder-public.svg +share/icons/breeze/places/64/folder-publicshare.svg +share/icons/breeze/places/64/folder-red.svg +share/icons/breeze/places/64/folder-remote.svg +share/icons/breeze/places/64/folder-script.svg +share/icons/breeze/places/64/folder-sound.svg +share/icons/breeze/places/64/folder-tar.svg +share/icons/breeze/places/64/folder-temp.svg +share/icons/breeze/places/64/folder-templates.svg +share/icons/breeze/places/64/folder-text.svg +share/icons/breeze/places/64/folder-txt.svg +share/icons/breeze/places/64/folder-video.svg +share/icons/breeze/places/64/folder-videos.svg +share/icons/breeze/places/64/folder-violet.svg +share/icons/breeze/places/64/folder-yellow.svg +share/icons/breeze/places/64/folder.svg +share/icons/breeze/places/64/folder_html.svg +share/icons/breeze/places/64/library-music.svg +share/icons/breeze/places/64/network-server.svg +share/icons/breeze/places/64/network-workgroup.svg +share/icons/breeze/places/64/start-here-kde.svg +share/icons/breeze/places/64/stock_folder.svg +share/icons/breeze/places/64/user-desktop.svg +share/icons/breeze/places/64/user-home.svg +share/icons/breeze/places/64/user-trash-full.svg +share/icons/breeze/places/64/user-trash.svg +share/icons/breeze/places/symbolic/folder-documents-symbolic.svg +share/icons/breeze/places/symbolic/folder-download-symbolic.svg +share/icons/breeze/places/symbolic/folder-music-symbolic.svg +share/icons/breeze/places/symbolic/folder-pictures-symbolic.svg +share/icons/breeze/places/symbolic/folder-publicshare-symbolic.svg +share/icons/breeze/places/symbolic/folder-remote-symbolic.svg +share/icons/breeze/places/symbolic/folder-saved-search-symbolic.svg +share/icons/breeze/places/symbolic/folder-symbolic.svg +share/icons/breeze/places/symbolic/folder-templates-symbolic.svg +share/icons/breeze/places/symbolic/folder-videos-symbolic.svg +share/icons/breeze/places/symbolic/network-server-symbolic.svg +share/icons/breeze/places/symbolic/network-workgroup-symbolic.svg +share/icons/breeze/places/symbolic/start-here-symbolic.svg +share/icons/breeze/places/symbolic/user-bookmarks-symbolic.svg +share/icons/breeze/places/symbolic/user-desktop-symbolic.svg +share/icons/breeze/places/symbolic/user-home-symbolic.svg +share/icons/breeze/places/symbolic/user-trash-symbolic.svg +share/icons/breeze/status/16/audio-off.svg +share/icons/breeze/status/16/audio-on.svg +share/icons/breeze/status/16/audio-ready.svg +share/icons/breeze/status/16/audio-volume-high.svg +share/icons/breeze/status/16/audio-volume-low.svg +share/icons/breeze/status/16/audio-volume-medium.svg +share/icons/breeze/status/16/audio-volume-muted.svg +share/icons/breeze/status/16/camera-off.svg +share/icons/breeze/status/16/camera-on.svg +share/icons/breeze/status/16/camera-ready.svg +share/icons/breeze/status/16/cloudstatus.svg +share/icons/breeze/status/16/dialog-information.svg +share/icons/breeze/status/16/dropboxstatus-busy.svg +share/icons/breeze/status/16/dropboxstatus-busy2.svg +share/icons/breeze/status/16/dropboxstatus-idle.svg +share/icons/breeze/status/16/dropboxstatus-logo.svg +share/icons/breeze/status/16/dropboxstatus-x.svg +share/icons/breeze/status/16/input-caps-on.svg +share/icons/breeze/status/16/irc-channel-joined.svg +share/icons/breeze/status/16/irc-channel-parted.svg +share/icons/breeze/status/16/kdeconnect-tray.svg +share/icons/breeze/status/16/mic-off.svg +share/icons/breeze/status/16/mic-on.svg +share/icons/breeze/status/16/mic-ready.svg +share/icons/breeze/status/16/microphone-sensitivity-high.svg +share/icons/breeze/status/16/microphone-sensitivity-low.svg +share/icons/breeze/status/16/microphone-sensitivity-medium.svg +share/icons/breeze/status/16/microphone-sensitivity-muted.svg +share/icons/breeze/status/16/pidgin-tray-available.svg +share/icons/breeze/status/16/pidgin-tray-away.svg +share/icons/breeze/status/16/pidgin-tray-busy.svg +share/icons/breeze/status/16/pidgin-tray-email.svg +share/icons/breeze/status/16/pidgin-tray-invisible.svg +share/icons/breeze/status/16/pidgin-tray-offline.svg +share/icons/breeze/status/16/pidgin-tray-pending.svg +share/icons/breeze/status/16/pidgin-tray-xa.svg +share/icons/breeze/status/16/security-high.svg +share/icons/breeze/status/16/security-low.svg +share/icons/breeze/status/16/security-medium.svg +share/icons/breeze/status/16/state-download.svg +share/icons/breeze/status/16/state-error.svg +share/icons/breeze/status/16/state-information.svg +share/icons/breeze/status/16/state-offline.svg +share/icons/breeze/status/16/state-ok.svg +share/icons/breeze/status/16/state-pause.svg +share/icons/breeze/status/16/state-sync.svg +share/icons/breeze/status/16/state-warning.svg +share/icons/breeze/status/16/user-available.svg +share/icons/breeze/status/16/user-away-extended.svg +share/icons/breeze/status/16/user-away.svg +share/icons/breeze/status/16/user-busy.svg +share/icons/breeze/status/16/user-idle.svg +share/icons/breeze/status/16/user-invisible.svg +share/icons/breeze/status/16/user-offline.svg +share/icons/breeze/status/16/user-online.svg +share/icons/breeze/status/22/audio-volume-high.svg +share/icons/breeze/status/22/audio-volume-low.svg +share/icons/breeze/status/22/audio-volume-medium.svg +share/icons/breeze/status/22/audio-volume-muted.svg +share/icons/breeze/status/22/camera-off.svg +share/icons/breeze/status/22/camera-on.svg +share/icons/breeze/status/22/camera-ready.svg +share/icons/breeze/status/22/cloudstatus.svg +share/icons/breeze/status/22/dialog-information.svg +share/icons/breeze/status/22/dropboxstatus-busy.svg +share/icons/breeze/status/22/dropboxstatus-busy2.svg +share/icons/breeze/status/22/dropboxstatus-idle.svg +share/icons/breeze/status/22/dropboxstatus-logo.svg +share/icons/breeze/status/22/dropboxstatus-x.svg +share/icons/breeze/status/22/input-caps-on.svg +share/icons/breeze/status/22/input-keyboard-virtual-off.svg +share/icons/breeze/status/22/input-keyboard-virtual-on.svg +share/icons/breeze/status/22/input-touchpad-off.svg +share/icons/breeze/status/22/input-touchpad-on.svg +share/icons/breeze/status/22/irc-channel-joined.svg +share/icons/breeze/status/22/irc-channel-parted.svg +share/icons/breeze/status/22/kdeconnect-tray.svg +share/icons/breeze/status/22/mic-off.svg +share/icons/breeze/status/22/mic-on.svg +share/icons/breeze/status/22/mic-ready.svg +share/icons/breeze/status/22/microphone-sensitivity-high.svg +share/icons/breeze/status/22/microphone-sensitivity-low.svg +share/icons/breeze/status/22/microphone-sensitivity-medium.svg +share/icons/breeze/status/22/microphone-sensitivity-muted.svg +share/icons/breeze/status/22/process-working.svg +share/icons/breeze/status/22/script-error.svg +share/icons/breeze/status/22/security-high.svg +share/icons/breeze/status/22/security-low.svg +share/icons/breeze/status/22/security-medium.svg +share/icons/breeze/status/22/state-download.svg +share/icons/breeze/status/22/state-error.svg +share/icons/breeze/status/22/state-information.svg +share/icons/breeze/status/22/state-offline.svg +share/icons/breeze/status/22/state-ok.svg +share/icons/breeze/status/22/state-pause.svg +share/icons/breeze/status/22/state-sync.svg +share/icons/breeze/status/22/state-warning.svg +share/icons/breeze/status/22/update-high.svg +share/icons/breeze/status/22/update-low.svg +share/icons/breeze/status/22/update-medium.svg +share/icons/breeze/status/22/update-none.svg +share/icons/breeze/status/22/user-available.svg +share/icons/breeze/status/22/user-away-extended.svg +share/icons/breeze/status/22/user-away.svg +share/icons/breeze/status/22/user-busy.svg +share/icons/breeze/status/22/user-idle.svg +share/icons/breeze/status/22/user-invisible.svg +share/icons/breeze/status/22/user-offline.svg +share/icons/breeze/status/22/user-online.svg +share/icons/breeze/status/24/dialog-information.svg +share/icons/breeze/status/64/dialog-error.svg +share/icons/breeze/status/64/dialog-information.svg +share/icons/breeze/status/64/dialog-password.svg +share/icons/breeze/status/64/dialog-question.svg +share/icons/breeze/status/64/dialog-warning.svg +share/icons/breeze/status/64/security-high.svg +share/icons/breeze/status/64/security-low.svg +share/icons/breeze/status/64/security-medium.svg +share/icons/breeze/status/symbolic/alarm-symbolic.svg +share/icons/breeze/status/symbolic/appointment-missed-symbolic.svg +share/icons/breeze/status/symbolic/appointment-soon-symbolic.svg +share/icons/breeze/status/symbolic/audio-volume-high-symbolic.svg +share/icons/breeze/status/symbolic/audio-volume-low-symbolic.svg +share/icons/breeze/status/symbolic/audio-volume-medium-symbolic.svg +share/icons/breeze/status/symbolic/audio-volume-muted-symbolic.svg +share/icons/breeze/status/symbolic/avatar-default-symbolic.svg +share/icons/breeze/status/symbolic/changes-allow-symbolic.svg +share/icons/breeze/status/symbolic/changes-prevent-symbolic.svg +share/icons/breeze/status/symbolic/channel-insecure-symbolic.svg +share/icons/breeze/status/symbolic/channel-secure-symbolic.svg +share/icons/breeze/status/symbolic/computer-fail-symbolic.svg +share/icons/breeze/status/symbolic/content-loading-symbolic.svg +share/icons/breeze/status/symbolic/dialog-error-symbolic.svg +share/icons/breeze/status/symbolic/dialog-warning-symbolic.svg +share/icons/breeze/status/symbolic/folder-open-symbolic.svg +share/icons/breeze/status/symbolic/image-loading-symbolic.svg +share/icons/breeze/status/symbolic/mail-attachment-symbolic.svg +share/icons/breeze/status/symbolic/mail-read-symbolic.svg +share/icons/breeze/status/symbolic/mail-replied-symbolic.svg +share/icons/breeze/status/symbolic/mail-unread-symbolic.svg +share/icons/breeze/status/symbolic/media-playlist-consecutive-symbolic-rtl.svg +share/icons/breeze/status/symbolic/media-playlist-consecutive-symbolic.svg +share/icons/breeze/status/symbolic/media-playlist-repeat-song-symbolic-rtl.svg +share/icons/breeze/status/symbolic/media-playlist-repeat-song-symbolic.svg +share/icons/breeze/status/symbolic/media-playlist-repeat-symbolic-rtl.svg +share/icons/breeze/status/symbolic/media-playlist-repeat-symbolic.svg +share/icons/breeze/status/symbolic/media-playlist-shuffle-symbolic-rtl.svg +share/icons/breeze/status/symbolic/media-playlist-shuffle-symbolic.svg +share/icons/breeze/status/symbolic/microphone-sensitivity-high-symbolic.svg +share/icons/breeze/status/symbolic/microphone-sensitivity-low-symbolic.svg +share/icons/breeze/status/symbolic/microphone-sensitivity-medium-symbolic.svg +share/icons/breeze/status/symbolic/microphone-sensitivity-muted-symbolic.svg +share/icons/breeze/status/symbolic/non-starred-symbolic.svg +share/icons/breeze/status/symbolic/printer-error-symbolic.svg +share/icons/breeze/status/symbolic/printer-printing-symbolic.svg +share/icons/breeze/status/symbolic/printer-warning-symbolic.svg +share/icons/breeze/status/symbolic/rating-unrated.svg +share/icons/breeze/status/symbolic/rotation-allowed-symbolic.svg +share/icons/breeze/status/symbolic/rotation-locked-symbolic.svg +share/icons/breeze/status/symbolic/security-high-symbolic.svg +share/icons/breeze/status/symbolic/security-low-symbolic.svg +share/icons/breeze/status/symbolic/security-medium-symbolic.svg +share/icons/breeze/status/symbolic/semi-starred-symbolic-rtl.svg +share/icons/breeze/status/symbolic/semi-starred-symbolic.svg +share/icons/breeze/status/symbolic/starred-symbolic.svg +share/icons/breeze/status/symbolic/system-lock-screen-symbolic.svg +share/icons/breeze/status/symbolic/user-available-symbolic.svg +share/icons/breeze/status/symbolic/user-away-symbolic.svg +share/icons/breeze/status/symbolic/user-busy-symbolic.svg +share/icons/breeze/status/symbolic/user-idle-symbolic.svg +share/icons/breeze/status/symbolic/user-invisible-symbolic.svg +share/icons/breeze/status/symbolic/user-not-tracked-symbolic.svg +share/icons/breeze/status/symbolic/user-offline-symbolic.svg +share/icons/breeze/status/symbolic/user-status-pending-symbolic.svg +share/icons/breeze/status/symbolic/user-trash-full-symbolic.svg +share/icons/breeze/status/symbolic/view-wrapped-symbolic-rtl.svg +share/icons/breeze/status/symbolic/view-wrapped-symbolic.svg Index: head/x11-themes/kf5-kemoticons/Makefile =================================================================== --- head/x11-themes/kf5-kemoticons/Makefile +++ head/x11-themes/kf5-kemoticons/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kemoticons +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-themes kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library to convert emoticons + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= archive config coreaddons ecm service +USE_QT5= buildtools_build core gui qmake_build widgets xml + +.include Index: head/x11-themes/kf5-kemoticons/distinfo =================================================================== --- head/x11-themes/kf5-kemoticons/distinfo +++ head/x11-themes/kf5-kemoticons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424083 +SHA256 (KDE/frameworks/5.27.0/kemoticons-5.27.0.tar.xz) = 98a7bc195e82f36eae2b4025010dad19695659d3a005d34df1b13747c7135c66 +SIZE (KDE/frameworks/5.27.0/kemoticons-5.27.0.tar.xz) = 1694596 Index: head/x11-themes/kf5-kemoticons/pkg-descr =================================================================== --- head/x11-themes/kf5-kemoticons/pkg-descr +++ head/x11-themes/kf5-kemoticons/pkg-descr @@ -0,0 +1,5 @@ +KEmoticons converts emoticons from text to a graphical representation +with images in HTML. It supports setting different themes for +emoticons coming from different providers. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html Index: head/x11-themes/kf5-kemoticons/pkg-plist =================================================================== --- head/x11-themes/kf5-kemoticons/pkg-plist +++ head/x11-themes/kf5-kemoticons/pkg-plist @@ -0,0 +1,1717 @@ +include/KF5/KEmoticons/KEmoticons +include/KF5/KEmoticons/KEmoticonsProvider +include/KF5/KEmoticons/KEmoticonsTheme +include/KF5/KEmoticons/kemoticons.h +include/KF5/KEmoticons/kemoticons_export.h +include/KF5/KEmoticons/kemoticonsprovider.h +include/KF5/KEmoticons/kemoticonstheme.h +include/KF5/kemoticons_version.h +lib/cmake/KF5Emoticons/KF5EmoticonsConfig.cmake +lib/cmake/KF5Emoticons/KF5EmoticonsConfigVersion.cmake +lib/cmake/KF5Emoticons/KF5EmoticonsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Emoticons/KF5EmoticonsTargets.cmake +lib/libKF5Emoticons.so +lib/libKF5Emoticons.so.5 +lib/libKF5Emoticons.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KEmoticons.pri +%%QT_PLUGINDIR%%/kf5/KEmoticonsIntegrationPlugin.so +%%QT_PLUGINDIR%%/kf5/emoticonsthemes/adium.so +%%QT_PLUGINDIR%%/kf5/emoticonsthemes/kde.so +%%QT_PLUGINDIR%%/kf5/emoticonsthemes/pidgin.so +%%QT_PLUGINDIR%%/kf5/emoticonsthemes/xmpp.so +share/emoticons/Breeze/drink-beer.png +share/emoticons/Breeze/drink-martini.png +share/emoticons/Breeze/emoticons.xml +share/emoticons/Breeze/face-angel.png +share/emoticons/Breeze/face-angry.png +share/emoticons/Breeze/face-clown.png +share/emoticons/Breeze/face-confused.png +share/emoticons/Breeze/face-cool.png +share/emoticons/Breeze/face-crying.png +share/emoticons/Breeze/face-devilish.png +share/emoticons/Breeze/face-embarrassed.png +share/emoticons/Breeze/face-glasses.png +share/emoticons/Breeze/face-hug-left.png +share/emoticons/Breeze/face-hug-right.png +share/emoticons/Breeze/face-in-love.png +share/emoticons/Breeze/face-kiss.png +share/emoticons/Breeze/face-laughing.png +share/emoticons/Breeze/face-ninja.png +share/emoticons/Breeze/face-pirate.png +share/emoticons/Breeze/face-plain.png +share/emoticons/Breeze/face-quiet.png +share/emoticons/Breeze/face-raspberry.png +share/emoticons/Breeze/face-sad.png +share/emoticons/Breeze/face-sick.png +share/emoticons/Breeze/face-sleeping.png +share/emoticons/Breeze/face-smile-big.png +share/emoticons/Breeze/face-smile-grin.png +share/emoticons/Breeze/face-smile.png +share/emoticons/Breeze/face-smirk.png +share/emoticons/Breeze/face-surprise.png +share/emoticons/Breeze/face-uncertain.png +share/emoticons/Breeze/face-wink.png +share/emoticons/Breeze/face-worried.png +share/emoticons/Breeze/face-yawn.png +share/emoticons/Breeze/food-cake.png +share/emoticons/EmojiOne/0023-20e3.png +share/emoticons/EmojiOne/002a-20e3.png +share/emoticons/EmojiOne/0030-20e3.png +share/emoticons/EmojiOne/0031-20e3.png +share/emoticons/EmojiOne/0032-20e3.png +share/emoticons/EmojiOne/0033-20e3.png +share/emoticons/EmojiOne/0034-20e3.png +share/emoticons/EmojiOne/0035-20e3.png +share/emoticons/EmojiOne/0036-20e3.png +share/emoticons/EmojiOne/0037-20e3.png +share/emoticons/EmojiOne/0038-20e3.png +share/emoticons/EmojiOne/0039-20e3.png +share/emoticons/EmojiOne/00a9.png +share/emoticons/EmojiOne/00ae.png +share/emoticons/EmojiOne/1f004.png +share/emoticons/EmojiOne/1f0cf.png +share/emoticons/EmojiOne/1f170.png +share/emoticons/EmojiOne/1f171.png +share/emoticons/EmojiOne/1f17e.png +share/emoticons/EmojiOne/1f17f.png +share/emoticons/EmojiOne/1f18e.png +share/emoticons/EmojiOne/1f191.png +share/emoticons/EmojiOne/1f192.png +share/emoticons/EmojiOne/1f193.png +share/emoticons/EmojiOne/1f194.png +share/emoticons/EmojiOne/1f195.png +share/emoticons/EmojiOne/1f196.png +share/emoticons/EmojiOne/1f197.png +share/emoticons/EmojiOne/1f198.png +share/emoticons/EmojiOne/1f199.png +share/emoticons/EmojiOne/1f19a.png +share/emoticons/EmojiOne/1f1e6-1f1e8.png +share/emoticons/EmojiOne/1f1e6-1f1e9.png +share/emoticons/EmojiOne/1f1e6-1f1ea.png +share/emoticons/EmojiOne/1f1e6-1f1eb.png +share/emoticons/EmojiOne/1f1e6-1f1ec.png +share/emoticons/EmojiOne/1f1e6-1f1ee.png +share/emoticons/EmojiOne/1f1e6-1f1f1.png +share/emoticons/EmojiOne/1f1e6-1f1f2.png +share/emoticons/EmojiOne/1f1e6-1f1f4.png +share/emoticons/EmojiOne/1f1e6-1f1f6.png +share/emoticons/EmojiOne/1f1e6-1f1f7.png +share/emoticons/EmojiOne/1f1e6-1f1f8.png +share/emoticons/EmojiOne/1f1e6-1f1f9.png +share/emoticons/EmojiOne/1f1e6-1f1fa.png +share/emoticons/EmojiOne/1f1e6-1f1fc.png +share/emoticons/EmojiOne/1f1e6-1f1fd.png +share/emoticons/EmojiOne/1f1e6-1f1ff.png +share/emoticons/EmojiOne/1f1e7-1f1e6.png +share/emoticons/EmojiOne/1f1e7-1f1e7.png +share/emoticons/EmojiOne/1f1e7-1f1e9.png +share/emoticons/EmojiOne/1f1e7-1f1ea.png +share/emoticons/EmojiOne/1f1e7-1f1eb.png +share/emoticons/EmojiOne/1f1e7-1f1ec.png +share/emoticons/EmojiOne/1f1e7-1f1ed.png +share/emoticons/EmojiOne/1f1e7-1f1ee.png +share/emoticons/EmojiOne/1f1e7-1f1ef.png +share/emoticons/EmojiOne/1f1e7-1f1f1.png +share/emoticons/EmojiOne/1f1e7-1f1f2.png +share/emoticons/EmojiOne/1f1e7-1f1f3.png +share/emoticons/EmojiOne/1f1e7-1f1f4.png +share/emoticons/EmojiOne/1f1e7-1f1f6.png +share/emoticons/EmojiOne/1f1e7-1f1f7.png +share/emoticons/EmojiOne/1f1e7-1f1f8.png +share/emoticons/EmojiOne/1f1e7-1f1f9.png +share/emoticons/EmojiOne/1f1e7-1f1fb.png +share/emoticons/EmojiOne/1f1e7-1f1fc.png +share/emoticons/EmojiOne/1f1e7-1f1fe.png +share/emoticons/EmojiOne/1f1e7-1f1ff.png +share/emoticons/EmojiOne/1f1e8-1f1e6.png +share/emoticons/EmojiOne/1f1e8-1f1e8.png +share/emoticons/EmojiOne/1f1e8-1f1e9.png +share/emoticons/EmojiOne/1f1e8-1f1eb.png +share/emoticons/EmojiOne/1f1e8-1f1ec.png +share/emoticons/EmojiOne/1f1e8-1f1ed.png +share/emoticons/EmojiOne/1f1e8-1f1ee.png +share/emoticons/EmojiOne/1f1e8-1f1f0.png +share/emoticons/EmojiOne/1f1e8-1f1f1.png +share/emoticons/EmojiOne/1f1e8-1f1f2.png +share/emoticons/EmojiOne/1f1e8-1f1f3.png +share/emoticons/EmojiOne/1f1e8-1f1f4.png +share/emoticons/EmojiOne/1f1e8-1f1f5.png +share/emoticons/EmojiOne/1f1e8-1f1f7.png +share/emoticons/EmojiOne/1f1e8-1f1fa.png +share/emoticons/EmojiOne/1f1e8-1f1fb.png +share/emoticons/EmojiOne/1f1e8-1f1fc.png +share/emoticons/EmojiOne/1f1e8-1f1fd.png +share/emoticons/EmojiOne/1f1e8-1f1fe.png +share/emoticons/EmojiOne/1f1e8-1f1ff.png +share/emoticons/EmojiOne/1f1e9-1f1ea.png +share/emoticons/EmojiOne/1f1e9-1f1ec.png +share/emoticons/EmojiOne/1f1e9-1f1ef.png +share/emoticons/EmojiOne/1f1e9-1f1f0.png +share/emoticons/EmojiOne/1f1e9-1f1f2.png +share/emoticons/EmojiOne/1f1e9-1f1f4.png +share/emoticons/EmojiOne/1f1e9-1f1ff.png +share/emoticons/EmojiOne/1f1ea-1f1e6.png +share/emoticons/EmojiOne/1f1ea-1f1e8.png +share/emoticons/EmojiOne/1f1ea-1f1ea.png +share/emoticons/EmojiOne/1f1ea-1f1ec.png +share/emoticons/EmojiOne/1f1ea-1f1ed.png +share/emoticons/EmojiOne/1f1ea-1f1f7.png +share/emoticons/EmojiOne/1f1ea-1f1f8.png +share/emoticons/EmojiOne/1f1ea-1f1f9.png +share/emoticons/EmojiOne/1f1ea-1f1fa.png +share/emoticons/EmojiOne/1f1eb-1f1ee.png +share/emoticons/EmojiOne/1f1eb-1f1ef.png +share/emoticons/EmojiOne/1f1eb-1f1f0.png +share/emoticons/EmojiOne/1f1eb-1f1f2.png +share/emoticons/EmojiOne/1f1eb-1f1f4.png +share/emoticons/EmojiOne/1f1eb-1f1f7.png +share/emoticons/EmojiOne/1f1ec-1f1e6.png +share/emoticons/EmojiOne/1f1ec-1f1e7.png +share/emoticons/EmojiOne/1f1ec-1f1e9.png +share/emoticons/EmojiOne/1f1ec-1f1ea.png +share/emoticons/EmojiOne/1f1ec-1f1eb.png +share/emoticons/EmojiOne/1f1ec-1f1ec.png +share/emoticons/EmojiOne/1f1ec-1f1ed.png +share/emoticons/EmojiOne/1f1ec-1f1ee.png +share/emoticons/EmojiOne/1f1ec-1f1f1.png +share/emoticons/EmojiOne/1f1ec-1f1f2.png +share/emoticons/EmojiOne/1f1ec-1f1f3.png +share/emoticons/EmojiOne/1f1ec-1f1f5.png +share/emoticons/EmojiOne/1f1ec-1f1f6.png +share/emoticons/EmojiOne/1f1ec-1f1f7.png +share/emoticons/EmojiOne/1f1ec-1f1f8.png +share/emoticons/EmojiOne/1f1ec-1f1f9.png +share/emoticons/EmojiOne/1f1ec-1f1fa.png +share/emoticons/EmojiOne/1f1ec-1f1fc.png +share/emoticons/EmojiOne/1f1ec-1f1fe.png +share/emoticons/EmojiOne/1f1ed-1f1f0.png +share/emoticons/EmojiOne/1f1ed-1f1f2.png +share/emoticons/EmojiOne/1f1ed-1f1f3.png +share/emoticons/EmojiOne/1f1ed-1f1f7.png +share/emoticons/EmojiOne/1f1ed-1f1f9.png +share/emoticons/EmojiOne/1f1ed-1f1fa.png +share/emoticons/EmojiOne/1f1ee-1f1e8.png +share/emoticons/EmojiOne/1f1ee-1f1e9.png +share/emoticons/EmojiOne/1f1ee-1f1ea.png +share/emoticons/EmojiOne/1f1ee-1f1f1.png +share/emoticons/EmojiOne/1f1ee-1f1f2.png +share/emoticons/EmojiOne/1f1ee-1f1f3.png +share/emoticons/EmojiOne/1f1ee-1f1f4.png +share/emoticons/EmojiOne/1f1ee-1f1f6.png +share/emoticons/EmojiOne/1f1ee-1f1f7.png +share/emoticons/EmojiOne/1f1ee-1f1f8.png +share/emoticons/EmojiOne/1f1ee-1f1f9.png +share/emoticons/EmojiOne/1f1ef-1f1ea.png +share/emoticons/EmojiOne/1f1ef-1f1f2.png +share/emoticons/EmojiOne/1f1ef-1f1f4.png +share/emoticons/EmojiOne/1f1ef-1f1f5.png +share/emoticons/EmojiOne/1f1f0-1f1ea.png +share/emoticons/EmojiOne/1f1f0-1f1ec.png +share/emoticons/EmojiOne/1f1f0-1f1ed.png +share/emoticons/EmojiOne/1f1f0-1f1ee.png +share/emoticons/EmojiOne/1f1f0-1f1f2.png +share/emoticons/EmojiOne/1f1f0-1f1f3.png +share/emoticons/EmojiOne/1f1f0-1f1f5.png +share/emoticons/EmojiOne/1f1f0-1f1f7.png +share/emoticons/EmojiOne/1f1f0-1f1fc.png +share/emoticons/EmojiOne/1f1f0-1f1fe.png +share/emoticons/EmojiOne/1f1f0-1f1ff.png +share/emoticons/EmojiOne/1f1f1-1f1e6.png +share/emoticons/EmojiOne/1f1f1-1f1e7.png +share/emoticons/EmojiOne/1f1f1-1f1e8.png +share/emoticons/EmojiOne/1f1f1-1f1ee.png +share/emoticons/EmojiOne/1f1f1-1f1f0.png +share/emoticons/EmojiOne/1f1f1-1f1f7.png +share/emoticons/EmojiOne/1f1f1-1f1f8.png +share/emoticons/EmojiOne/1f1f1-1f1f9.png +share/emoticons/EmojiOne/1f1f1-1f1fa.png +share/emoticons/EmojiOne/1f1f1-1f1fb.png +share/emoticons/EmojiOne/1f1f1-1f1fe.png +share/emoticons/EmojiOne/1f1f2-1f1e6.png +share/emoticons/EmojiOne/1f1f2-1f1e8.png +share/emoticons/EmojiOne/1f1f2-1f1e9.png +share/emoticons/EmojiOne/1f1f2-1f1ea.png +share/emoticons/EmojiOne/1f1f2-1f1eb.png +share/emoticons/EmojiOne/1f1f2-1f1ec.png +share/emoticons/EmojiOne/1f1f2-1f1ed.png +share/emoticons/EmojiOne/1f1f2-1f1f0.png +share/emoticons/EmojiOne/1f1f2-1f1f1.png +share/emoticons/EmojiOne/1f1f2-1f1f2.png +share/emoticons/EmojiOne/1f1f2-1f1f3.png +share/emoticons/EmojiOne/1f1f2-1f1f4.png +share/emoticons/EmojiOne/1f1f2-1f1f5.png +share/emoticons/EmojiOne/1f1f2-1f1f6.png +share/emoticons/EmojiOne/1f1f2-1f1f7.png +share/emoticons/EmojiOne/1f1f2-1f1f8.png +share/emoticons/EmojiOne/1f1f2-1f1f9.png +share/emoticons/EmojiOne/1f1f2-1f1fa.png +share/emoticons/EmojiOne/1f1f2-1f1fb.png +share/emoticons/EmojiOne/1f1f2-1f1fc.png +share/emoticons/EmojiOne/1f1f2-1f1fd.png +share/emoticons/EmojiOne/1f1f2-1f1fe.png +share/emoticons/EmojiOne/1f1f2-1f1ff.png +share/emoticons/EmojiOne/1f1f3-1f1e6.png +share/emoticons/EmojiOne/1f1f3-1f1e8.png +share/emoticons/EmojiOne/1f1f3-1f1ea.png +share/emoticons/EmojiOne/1f1f3-1f1eb.png +share/emoticons/EmojiOne/1f1f3-1f1ec.png +share/emoticons/EmojiOne/1f1f3-1f1ee.png +share/emoticons/EmojiOne/1f1f3-1f1f1.png +share/emoticons/EmojiOne/1f1f3-1f1f4.png +share/emoticons/EmojiOne/1f1f3-1f1f5.png +share/emoticons/EmojiOne/1f1f3-1f1f7.png +share/emoticons/EmojiOne/1f1f3-1f1fa.png +share/emoticons/EmojiOne/1f1f3-1f1ff.png +share/emoticons/EmojiOne/1f1f4-1f1f2.png +share/emoticons/EmojiOne/1f1f5-1f1e6.png +share/emoticons/EmojiOne/1f1f5-1f1ea.png +share/emoticons/EmojiOne/1f1f5-1f1eb.png +share/emoticons/EmojiOne/1f1f5-1f1ec.png +share/emoticons/EmojiOne/1f1f5-1f1ed.png +share/emoticons/EmojiOne/1f1f5-1f1f0.png +share/emoticons/EmojiOne/1f1f5-1f1f1.png +share/emoticons/EmojiOne/1f1f5-1f1f2.png +share/emoticons/EmojiOne/1f1f5-1f1f3.png +share/emoticons/EmojiOne/1f1f5-1f1f7.png +share/emoticons/EmojiOne/1f1f5-1f1f8.png +share/emoticons/EmojiOne/1f1f5-1f1f9.png +share/emoticons/EmojiOne/1f1f5-1f1fc.png +share/emoticons/EmojiOne/1f1f5-1f1fe.png +share/emoticons/EmojiOne/1f1f6-1f1e6.png +share/emoticons/EmojiOne/1f1f7-1f1ea.png +share/emoticons/EmojiOne/1f1f7-1f1f4.png +share/emoticons/EmojiOne/1f1f7-1f1f8.png +share/emoticons/EmojiOne/1f1f7-1f1fa.png +share/emoticons/EmojiOne/1f1f7-1f1fc.png +share/emoticons/EmojiOne/1f1f8-1f1e6.png +share/emoticons/EmojiOne/1f1f8-1f1e7.png +share/emoticons/EmojiOne/1f1f8-1f1e8.png +share/emoticons/EmojiOne/1f1f8-1f1e9.png +share/emoticons/EmojiOne/1f1f8-1f1ea.png +share/emoticons/EmojiOne/1f1f8-1f1ec.png +share/emoticons/EmojiOne/1f1f8-1f1ed.png +share/emoticons/EmojiOne/1f1f8-1f1ee.png +share/emoticons/EmojiOne/1f1f8-1f1ef.png +share/emoticons/EmojiOne/1f1f8-1f1f0.png +share/emoticons/EmojiOne/1f1f8-1f1f1.png +share/emoticons/EmojiOne/1f1f8-1f1f2.png +share/emoticons/EmojiOne/1f1f8-1f1f3.png +share/emoticons/EmojiOne/1f1f8-1f1f4.png +share/emoticons/EmojiOne/1f1f8-1f1f7.png +share/emoticons/EmojiOne/1f1f8-1f1f8.png +share/emoticons/EmojiOne/1f1f8-1f1f9.png +share/emoticons/EmojiOne/1f1f8-1f1fb.png +share/emoticons/EmojiOne/1f1f8-1f1fd.png +share/emoticons/EmojiOne/1f1f8-1f1fe.png +share/emoticons/EmojiOne/1f1f8-1f1ff.png +share/emoticons/EmojiOne/1f1f9-1f1e6.png +share/emoticons/EmojiOne/1f1f9-1f1e8.png +share/emoticons/EmojiOne/1f1f9-1f1e9.png +share/emoticons/EmojiOne/1f1f9-1f1eb.png +share/emoticons/EmojiOne/1f1f9-1f1ec.png +share/emoticons/EmojiOne/1f1f9-1f1ed.png +share/emoticons/EmojiOne/1f1f9-1f1ef.png +share/emoticons/EmojiOne/1f1f9-1f1f0.png +share/emoticons/EmojiOne/1f1f9-1f1f1.png +share/emoticons/EmojiOne/1f1f9-1f1f2.png +share/emoticons/EmojiOne/1f1f9-1f1f3.png +share/emoticons/EmojiOne/1f1f9-1f1f4.png +share/emoticons/EmojiOne/1f1f9-1f1f7.png +share/emoticons/EmojiOne/1f1f9-1f1f9.png +share/emoticons/EmojiOne/1f1f9-1f1fb.png +share/emoticons/EmojiOne/1f1f9-1f1fc.png +share/emoticons/EmojiOne/1f1f9-1f1ff.png +share/emoticons/EmojiOne/1f1fa-1f1e6.png +share/emoticons/EmojiOne/1f1fa-1f1ec.png +share/emoticons/EmojiOne/1f1fa-1f1f2.png +share/emoticons/EmojiOne/1f1fa-1f1f8.png +share/emoticons/EmojiOne/1f1fa-1f1fe.png +share/emoticons/EmojiOne/1f1fa-1f1ff.png +share/emoticons/EmojiOne/1f1fb-1f1e6.png +share/emoticons/EmojiOne/1f1fb-1f1e8.png +share/emoticons/EmojiOne/1f1fb-1f1ea.png +share/emoticons/EmojiOne/1f1fb-1f1ec.png +share/emoticons/EmojiOne/1f1fb-1f1ee.png +share/emoticons/EmojiOne/1f1fb-1f1f3.png +share/emoticons/EmojiOne/1f1fb-1f1fa.png +share/emoticons/EmojiOne/1f1fc-1f1eb.png +share/emoticons/EmojiOne/1f1fc-1f1f8.png +share/emoticons/EmojiOne/1f1fd-1f1f0.png +share/emoticons/EmojiOne/1f1fe-1f1ea.png +share/emoticons/EmojiOne/1f1fe-1f1f9.png +share/emoticons/EmojiOne/1f1ff-1f1e6.png +share/emoticons/EmojiOne/1f1ff-1f1f2.png +share/emoticons/EmojiOne/1f1ff-1f1fc.png +share/emoticons/EmojiOne/1f201.png +share/emoticons/EmojiOne/1f202.png +share/emoticons/EmojiOne/1f21a.png +share/emoticons/EmojiOne/1f22f.png +share/emoticons/EmojiOne/1f232.png +share/emoticons/EmojiOne/1f233.png +share/emoticons/EmojiOne/1f234.png +share/emoticons/EmojiOne/1f235.png +share/emoticons/EmojiOne/1f236.png +share/emoticons/EmojiOne/1f237.png +share/emoticons/EmojiOne/1f238.png +share/emoticons/EmojiOne/1f239.png +share/emoticons/EmojiOne/1f23a.png +share/emoticons/EmojiOne/1f250.png +share/emoticons/EmojiOne/1f251.png +share/emoticons/EmojiOne/1f300.png +share/emoticons/EmojiOne/1f301.png +share/emoticons/EmojiOne/1f302.png +share/emoticons/EmojiOne/1f303.png +share/emoticons/EmojiOne/1f304.png +share/emoticons/EmojiOne/1f305.png +share/emoticons/EmojiOne/1f306.png +share/emoticons/EmojiOne/1f307.png +share/emoticons/EmojiOne/1f308.png +share/emoticons/EmojiOne/1f309.png +share/emoticons/EmojiOne/1f30a.png +share/emoticons/EmojiOne/1f30b.png +share/emoticons/EmojiOne/1f30c.png +share/emoticons/EmojiOne/1f30d.png +share/emoticons/EmojiOne/1f30e.png +share/emoticons/EmojiOne/1f30f.png +share/emoticons/EmojiOne/1f310.png +share/emoticons/EmojiOne/1f311.png +share/emoticons/EmojiOne/1f312.png +share/emoticons/EmojiOne/1f313.png +share/emoticons/EmojiOne/1f314.png +share/emoticons/EmojiOne/1f315.png +share/emoticons/EmojiOne/1f316.png +share/emoticons/EmojiOne/1f317.png +share/emoticons/EmojiOne/1f318.png +share/emoticons/EmojiOne/1f319.png +share/emoticons/EmojiOne/1f31a.png +share/emoticons/EmojiOne/1f31b.png +share/emoticons/EmojiOne/1f31c.png +share/emoticons/EmojiOne/1f31d.png +share/emoticons/EmojiOne/1f31e.png +share/emoticons/EmojiOne/1f31f.png +share/emoticons/EmojiOne/1f320.png +share/emoticons/EmojiOne/1f321.png +share/emoticons/EmojiOne/1f324.png +share/emoticons/EmojiOne/1f325.png +share/emoticons/EmojiOne/1f326.png +share/emoticons/EmojiOne/1f327.png +share/emoticons/EmojiOne/1f328.png +share/emoticons/EmojiOne/1f329.png +share/emoticons/EmojiOne/1f32a.png +share/emoticons/EmojiOne/1f32b.png +share/emoticons/EmojiOne/1f32c.png +share/emoticons/EmojiOne/1f32d.png +share/emoticons/EmojiOne/1f32e.png +share/emoticons/EmojiOne/1f32f.png +share/emoticons/EmojiOne/1f330.png +share/emoticons/EmojiOne/1f331.png +share/emoticons/EmojiOne/1f332.png +share/emoticons/EmojiOne/1f333.png +share/emoticons/EmojiOne/1f334.png +share/emoticons/EmojiOne/1f335.png +share/emoticons/EmojiOne/1f336.png +share/emoticons/EmojiOne/1f337.png +share/emoticons/EmojiOne/1f338.png +share/emoticons/EmojiOne/1f339.png +share/emoticons/EmojiOne/1f33a.png +share/emoticons/EmojiOne/1f33b.png +share/emoticons/EmojiOne/1f33c.png +share/emoticons/EmojiOne/1f33d.png +share/emoticons/EmojiOne/1f33e.png +share/emoticons/EmojiOne/1f33f.png +share/emoticons/EmojiOne/1f340.png +share/emoticons/EmojiOne/1f341.png +share/emoticons/EmojiOne/1f342.png +share/emoticons/EmojiOne/1f343.png +share/emoticons/EmojiOne/1f344.png +share/emoticons/EmojiOne/1f345.png +share/emoticons/EmojiOne/1f346.png +share/emoticons/EmojiOne/1f347.png +share/emoticons/EmojiOne/1f348.png +share/emoticons/EmojiOne/1f349.png +share/emoticons/EmojiOne/1f34a.png +share/emoticons/EmojiOne/1f34b.png +share/emoticons/EmojiOne/1f34c.png +share/emoticons/EmojiOne/1f34d.png +share/emoticons/EmojiOne/1f34e.png +share/emoticons/EmojiOne/1f34f.png +share/emoticons/EmojiOne/1f350.png +share/emoticons/EmojiOne/1f351.png +share/emoticons/EmojiOne/1f352.png +share/emoticons/EmojiOne/1f353.png +share/emoticons/EmojiOne/1f354.png +share/emoticons/EmojiOne/1f355.png +share/emoticons/EmojiOne/1f356.png +share/emoticons/EmojiOne/1f357.png +share/emoticons/EmojiOne/1f358.png +share/emoticons/EmojiOne/1f359.png +share/emoticons/EmojiOne/1f35a.png +share/emoticons/EmojiOne/1f35b.png +share/emoticons/EmojiOne/1f35c.png +share/emoticons/EmojiOne/1f35d.png +share/emoticons/EmojiOne/1f35e.png +share/emoticons/EmojiOne/1f35f.png +share/emoticons/EmojiOne/1f360.png +share/emoticons/EmojiOne/1f361.png +share/emoticons/EmojiOne/1f362.png +share/emoticons/EmojiOne/1f363.png +share/emoticons/EmojiOne/1f364.png +share/emoticons/EmojiOne/1f365.png +share/emoticons/EmojiOne/1f366.png +share/emoticons/EmojiOne/1f367.png +share/emoticons/EmojiOne/1f368.png +share/emoticons/EmojiOne/1f369.png +share/emoticons/EmojiOne/1f36a.png +share/emoticons/EmojiOne/1f36b.png +share/emoticons/EmojiOne/1f36c.png +share/emoticons/EmojiOne/1f36d.png +share/emoticons/EmojiOne/1f36e.png +share/emoticons/EmojiOne/1f36f.png +share/emoticons/EmojiOne/1f370.png +share/emoticons/EmojiOne/1f371.png +share/emoticons/EmojiOne/1f372.png +share/emoticons/EmojiOne/1f373.png +share/emoticons/EmojiOne/1f374.png +share/emoticons/EmojiOne/1f375.png +share/emoticons/EmojiOne/1f376.png +share/emoticons/EmojiOne/1f377.png +share/emoticons/EmojiOne/1f378.png +share/emoticons/EmojiOne/1f379.png +share/emoticons/EmojiOne/1f37a.png +share/emoticons/EmojiOne/1f37b.png +share/emoticons/EmojiOne/1f37c.png +share/emoticons/EmojiOne/1f37d.png +share/emoticons/EmojiOne/1f37e.png +share/emoticons/EmojiOne/1f37f.png +share/emoticons/EmojiOne/1f380.png +share/emoticons/EmojiOne/1f381.png +share/emoticons/EmojiOne/1f382.png +share/emoticons/EmojiOne/1f383.png +share/emoticons/EmojiOne/1f384.png +share/emoticons/EmojiOne/1f385-1f3fb.png +share/emoticons/EmojiOne/1f385-1f3fc.png +share/emoticons/EmojiOne/1f385-1f3fd.png +share/emoticons/EmojiOne/1f385-1f3fe.png +share/emoticons/EmojiOne/1f385-1f3ff.png +share/emoticons/EmojiOne/1f385.png +share/emoticons/EmojiOne/1f386.png +share/emoticons/EmojiOne/1f387.png +share/emoticons/EmojiOne/1f388.png +share/emoticons/EmojiOne/1f389.png +share/emoticons/EmojiOne/1f38a.png +share/emoticons/EmojiOne/1f38b.png +share/emoticons/EmojiOne/1f38c.png +share/emoticons/EmojiOne/1f38d.png +share/emoticons/EmojiOne/1f38e.png +share/emoticons/EmojiOne/1f38f.png +share/emoticons/EmojiOne/1f390.png +share/emoticons/EmojiOne/1f391.png +share/emoticons/EmojiOne/1f392.png +share/emoticons/EmojiOne/1f393.png +share/emoticons/EmojiOne/1f396.png +share/emoticons/EmojiOne/1f397.png +share/emoticons/EmojiOne/1f399.png +share/emoticons/EmojiOne/1f39a.png +share/emoticons/EmojiOne/1f39b.png +share/emoticons/EmojiOne/1f39e.png +share/emoticons/EmojiOne/1f39f.png +share/emoticons/EmojiOne/1f3a0.png +share/emoticons/EmojiOne/1f3a1.png +share/emoticons/EmojiOne/1f3a2.png +share/emoticons/EmojiOne/1f3a3.png +share/emoticons/EmojiOne/1f3a4.png +share/emoticons/EmojiOne/1f3a5.png +share/emoticons/EmojiOne/1f3a6.png +share/emoticons/EmojiOne/1f3a7.png +share/emoticons/EmojiOne/1f3a8.png +share/emoticons/EmojiOne/1f3a9.png +share/emoticons/EmojiOne/1f3aa.png +share/emoticons/EmojiOne/1f3ab.png +share/emoticons/EmojiOne/1f3ac.png +share/emoticons/EmojiOne/1f3ad.png +share/emoticons/EmojiOne/1f3ae.png +share/emoticons/EmojiOne/1f3af.png +share/emoticons/EmojiOne/1f3b0.png +share/emoticons/EmojiOne/1f3b1.png +share/emoticons/EmojiOne/1f3b2.png +share/emoticons/EmojiOne/1f3b3.png +share/emoticons/EmojiOne/1f3b4.png +share/emoticons/EmojiOne/1f3b5.png +share/emoticons/EmojiOne/1f3b6.png +share/emoticons/EmojiOne/1f3b7.png +share/emoticons/EmojiOne/1f3b8.png +share/emoticons/EmojiOne/1f3b9.png +share/emoticons/EmojiOne/1f3ba.png +share/emoticons/EmojiOne/1f3bb.png +share/emoticons/EmojiOne/1f3bc.png +share/emoticons/EmojiOne/1f3bd.png +share/emoticons/EmojiOne/1f3be.png +share/emoticons/EmojiOne/1f3bf.png +share/emoticons/EmojiOne/1f3c0.png +share/emoticons/EmojiOne/1f3c1.png +share/emoticons/EmojiOne/1f3c2.png +share/emoticons/EmojiOne/1f3c3-1f3fb.png +share/emoticons/EmojiOne/1f3c3-1f3fc.png +share/emoticons/EmojiOne/1f3c3-1f3fd.png +share/emoticons/EmojiOne/1f3c3-1f3fe.png +share/emoticons/EmojiOne/1f3c3-1f3ff.png +share/emoticons/EmojiOne/1f3c3.png +share/emoticons/EmojiOne/1f3c4-1f3fb.png +share/emoticons/EmojiOne/1f3c4-1f3fc.png +share/emoticons/EmojiOne/1f3c4-1f3fd.png +share/emoticons/EmojiOne/1f3c4-1f3fe.png +share/emoticons/EmojiOne/1f3c4-1f3ff.png +share/emoticons/EmojiOne/1f3c4.png +share/emoticons/EmojiOne/1f3c5.png +share/emoticons/EmojiOne/1f3c6.png +share/emoticons/EmojiOne/1f3c7-1f3fb.png +share/emoticons/EmojiOne/1f3c7-1f3fc.png +share/emoticons/EmojiOne/1f3c7-1f3fd.png +share/emoticons/EmojiOne/1f3c7-1f3fe.png +share/emoticons/EmojiOne/1f3c7-1f3ff.png +share/emoticons/EmojiOne/1f3c7.png +share/emoticons/EmojiOne/1f3c8.png +share/emoticons/EmojiOne/1f3c9.png +share/emoticons/EmojiOne/1f3ca-1f3fb.png +share/emoticons/EmojiOne/1f3ca-1f3fc.png +share/emoticons/EmojiOne/1f3ca-1f3fd.png +share/emoticons/EmojiOne/1f3ca-1f3fe.png +share/emoticons/EmojiOne/1f3ca-1f3ff.png +share/emoticons/EmojiOne/1f3ca.png +share/emoticons/EmojiOne/1f3cb-1f3fb.png +share/emoticons/EmojiOne/1f3cb-1f3fc.png +share/emoticons/EmojiOne/1f3cb-1f3fd.png +share/emoticons/EmojiOne/1f3cb-1f3fe.png +share/emoticons/EmojiOne/1f3cb-1f3ff.png +share/emoticons/EmojiOne/1f3cb.png +share/emoticons/EmojiOne/1f3cc.png +share/emoticons/EmojiOne/1f3cd.png +share/emoticons/EmojiOne/1f3ce.png +share/emoticons/EmojiOne/1f3cf.png +share/emoticons/EmojiOne/1f3d0.png +share/emoticons/EmojiOne/1f3d1.png +share/emoticons/EmojiOne/1f3d2.png +share/emoticons/EmojiOne/1f3d3.png +share/emoticons/EmojiOne/1f3d4.png +share/emoticons/EmojiOne/1f3d5.png +share/emoticons/EmojiOne/1f3d6.png +share/emoticons/EmojiOne/1f3d7.png +share/emoticons/EmojiOne/1f3d8.png +share/emoticons/EmojiOne/1f3d9.png +share/emoticons/EmojiOne/1f3da.png +share/emoticons/EmojiOne/1f3db.png +share/emoticons/EmojiOne/1f3dc.png +share/emoticons/EmojiOne/1f3dd.png +share/emoticons/EmojiOne/1f3de.png +share/emoticons/EmojiOne/1f3df.png +share/emoticons/EmojiOne/1f3e0.png +share/emoticons/EmojiOne/1f3e1.png +share/emoticons/EmojiOne/1f3e2.png +share/emoticons/EmojiOne/1f3e3.png +share/emoticons/EmojiOne/1f3e4.png +share/emoticons/EmojiOne/1f3e5.png +share/emoticons/EmojiOne/1f3e6.png +share/emoticons/EmojiOne/1f3e7.png +share/emoticons/EmojiOne/1f3e8.png +share/emoticons/EmojiOne/1f3e9.png +share/emoticons/EmojiOne/1f3ea.png +share/emoticons/EmojiOne/1f3eb.png +share/emoticons/EmojiOne/1f3ec.png +share/emoticons/EmojiOne/1f3ed.png +share/emoticons/EmojiOne/1f3ee.png +share/emoticons/EmojiOne/1f3ef.png +share/emoticons/EmojiOne/1f3f0.png +share/emoticons/EmojiOne/1f3f3.png +share/emoticons/EmojiOne/1f3f4.png +share/emoticons/EmojiOne/1f3f5.png +share/emoticons/EmojiOne/1f3f7.png +share/emoticons/EmojiOne/1f3f8.png +share/emoticons/EmojiOne/1f3f9.png +share/emoticons/EmojiOne/1f3fa.png +share/emoticons/EmojiOne/1f3fb.png +share/emoticons/EmojiOne/1f3fc.png +share/emoticons/EmojiOne/1f3fd.png +share/emoticons/EmojiOne/1f3fe.png +share/emoticons/EmojiOne/1f3ff.png +share/emoticons/EmojiOne/1f400.png +share/emoticons/EmojiOne/1f401.png +share/emoticons/EmojiOne/1f402.png +share/emoticons/EmojiOne/1f403.png +share/emoticons/EmojiOne/1f404.png +share/emoticons/EmojiOne/1f405.png +share/emoticons/EmojiOne/1f406.png +share/emoticons/EmojiOne/1f407.png +share/emoticons/EmojiOne/1f408.png +share/emoticons/EmojiOne/1f409.png +share/emoticons/EmojiOne/1f40a.png +share/emoticons/EmojiOne/1f40b.png +share/emoticons/EmojiOne/1f40c.png +share/emoticons/EmojiOne/1f40d.png +share/emoticons/EmojiOne/1f40e.png +share/emoticons/EmojiOne/1f40f.png +share/emoticons/EmojiOne/1f410.png +share/emoticons/EmojiOne/1f411.png +share/emoticons/EmojiOne/1f412.png +share/emoticons/EmojiOne/1f413.png +share/emoticons/EmojiOne/1f414.png +share/emoticons/EmojiOne/1f415.png +share/emoticons/EmojiOne/1f416.png +share/emoticons/EmojiOne/1f417.png +share/emoticons/EmojiOne/1f418.png +share/emoticons/EmojiOne/1f419.png +share/emoticons/EmojiOne/1f41a.png +share/emoticons/EmojiOne/1f41b.png +share/emoticons/EmojiOne/1f41c.png +share/emoticons/EmojiOne/1f41d.png +share/emoticons/EmojiOne/1f41e.png +share/emoticons/EmojiOne/1f41f.png +share/emoticons/EmojiOne/1f420.png +share/emoticons/EmojiOne/1f421.png +share/emoticons/EmojiOne/1f422.png +share/emoticons/EmojiOne/1f423.png +share/emoticons/EmojiOne/1f424.png +share/emoticons/EmojiOne/1f425.png +share/emoticons/EmojiOne/1f426.png +share/emoticons/EmojiOne/1f427.png +share/emoticons/EmojiOne/1f428.png +share/emoticons/EmojiOne/1f429.png +share/emoticons/EmojiOne/1f42a.png +share/emoticons/EmojiOne/1f42b.png +share/emoticons/EmojiOne/1f42c.png +share/emoticons/EmojiOne/1f42d.png +share/emoticons/EmojiOne/1f42e.png +share/emoticons/EmojiOne/1f42f.png +share/emoticons/EmojiOne/1f430.png +share/emoticons/EmojiOne/1f431.png +share/emoticons/EmojiOne/1f432.png +share/emoticons/EmojiOne/1f433.png +share/emoticons/EmojiOne/1f434.png +share/emoticons/EmojiOne/1f435.png +share/emoticons/EmojiOne/1f436.png +share/emoticons/EmojiOne/1f437.png +share/emoticons/EmojiOne/1f438.png +share/emoticons/EmojiOne/1f439.png +share/emoticons/EmojiOne/1f43a.png +share/emoticons/EmojiOne/1f43b.png +share/emoticons/EmojiOne/1f43c.png +share/emoticons/EmojiOne/1f43d.png +share/emoticons/EmojiOne/1f43e.png +share/emoticons/EmojiOne/1f43f.png +share/emoticons/EmojiOne/1f440.png +share/emoticons/EmojiOne/1f441-1f5e8.png +share/emoticons/EmojiOne/1f441.png +share/emoticons/EmojiOne/1f442-1f3fb.png +share/emoticons/EmojiOne/1f442-1f3fc.png +share/emoticons/EmojiOne/1f442-1f3fd.png +share/emoticons/EmojiOne/1f442-1f3fe.png +share/emoticons/EmojiOne/1f442-1f3ff.png +share/emoticons/EmojiOne/1f442.png +share/emoticons/EmojiOne/1f443-1f3fb.png +share/emoticons/EmojiOne/1f443-1f3fc.png +share/emoticons/EmojiOne/1f443-1f3fd.png +share/emoticons/EmojiOne/1f443-1f3fe.png +share/emoticons/EmojiOne/1f443-1f3ff.png +share/emoticons/EmojiOne/1f443.png +share/emoticons/EmojiOne/1f444.png +share/emoticons/EmojiOne/1f445.png +share/emoticons/EmojiOne/1f446-1f3fb.png +share/emoticons/EmojiOne/1f446-1f3fc.png +share/emoticons/EmojiOne/1f446-1f3fd.png +share/emoticons/EmojiOne/1f446-1f3fe.png +share/emoticons/EmojiOne/1f446-1f3ff.png +share/emoticons/EmojiOne/1f446.png +share/emoticons/EmojiOne/1f447-1f3fb.png +share/emoticons/EmojiOne/1f447-1f3fc.png +share/emoticons/EmojiOne/1f447-1f3fd.png +share/emoticons/EmojiOne/1f447-1f3fe.png +share/emoticons/EmojiOne/1f447-1f3ff.png +share/emoticons/EmojiOne/1f447.png +share/emoticons/EmojiOne/1f448-1f3fb.png +share/emoticons/EmojiOne/1f448-1f3fc.png +share/emoticons/EmojiOne/1f448-1f3fd.png +share/emoticons/EmojiOne/1f448-1f3fe.png +share/emoticons/EmojiOne/1f448-1f3ff.png +share/emoticons/EmojiOne/1f448.png +share/emoticons/EmojiOne/1f449-1f3fb.png +share/emoticons/EmojiOne/1f449-1f3fc.png +share/emoticons/EmojiOne/1f449-1f3fd.png +share/emoticons/EmojiOne/1f449-1f3fe.png +share/emoticons/EmojiOne/1f449-1f3ff.png +share/emoticons/EmojiOne/1f449.png +share/emoticons/EmojiOne/1f44a-1f3fb.png +share/emoticons/EmojiOne/1f44a-1f3fc.png +share/emoticons/EmojiOne/1f44a-1f3fd.png +share/emoticons/EmojiOne/1f44a-1f3fe.png +share/emoticons/EmojiOne/1f44a-1f3ff.png +share/emoticons/EmojiOne/1f44a.png +share/emoticons/EmojiOne/1f44b-1f3fb.png +share/emoticons/EmojiOne/1f44b-1f3fc.png +share/emoticons/EmojiOne/1f44b-1f3fd.png +share/emoticons/EmojiOne/1f44b-1f3fe.png +share/emoticons/EmojiOne/1f44b-1f3ff.png +share/emoticons/EmojiOne/1f44b.png +share/emoticons/EmojiOne/1f44c-1f3fb.png +share/emoticons/EmojiOne/1f44c-1f3fc.png +share/emoticons/EmojiOne/1f44c-1f3fd.png +share/emoticons/EmojiOne/1f44c-1f3fe.png +share/emoticons/EmojiOne/1f44c-1f3ff.png +share/emoticons/EmojiOne/1f44c.png +share/emoticons/EmojiOne/1f44d-1f3fb.png +share/emoticons/EmojiOne/1f44d-1f3fc.png +share/emoticons/EmojiOne/1f44d-1f3fd.png +share/emoticons/EmojiOne/1f44d-1f3fe.png +share/emoticons/EmojiOne/1f44d-1f3ff.png +share/emoticons/EmojiOne/1f44d.png +share/emoticons/EmojiOne/1f44e-1f3fb.png +share/emoticons/EmojiOne/1f44e-1f3fc.png +share/emoticons/EmojiOne/1f44e-1f3fd.png +share/emoticons/EmojiOne/1f44e-1f3fe.png +share/emoticons/EmojiOne/1f44e-1f3ff.png +share/emoticons/EmojiOne/1f44e.png +share/emoticons/EmojiOne/1f44f-1f3fb.png +share/emoticons/EmojiOne/1f44f-1f3fc.png +share/emoticons/EmojiOne/1f44f-1f3fd.png +share/emoticons/EmojiOne/1f44f-1f3fe.png +share/emoticons/EmojiOne/1f44f-1f3ff.png +share/emoticons/EmojiOne/1f44f.png +share/emoticons/EmojiOne/1f450-1f3fb.png +share/emoticons/EmojiOne/1f450-1f3fc.png +share/emoticons/EmojiOne/1f450-1f3fd.png +share/emoticons/EmojiOne/1f450-1f3fe.png +share/emoticons/EmojiOne/1f450-1f3ff.png +share/emoticons/EmojiOne/1f450.png +share/emoticons/EmojiOne/1f451.png +share/emoticons/EmojiOne/1f452.png +share/emoticons/EmojiOne/1f453.png +share/emoticons/EmojiOne/1f454.png +share/emoticons/EmojiOne/1f455.png +share/emoticons/EmojiOne/1f456.png +share/emoticons/EmojiOne/1f457.png +share/emoticons/EmojiOne/1f458.png +share/emoticons/EmojiOne/1f459.png +share/emoticons/EmojiOne/1f45a.png +share/emoticons/EmojiOne/1f45b.png +share/emoticons/EmojiOne/1f45c.png +share/emoticons/EmojiOne/1f45d.png +share/emoticons/EmojiOne/1f45e.png +share/emoticons/EmojiOne/1f45f.png +share/emoticons/EmojiOne/1f460.png +share/emoticons/EmojiOne/1f461.png +share/emoticons/EmojiOne/1f462.png +share/emoticons/EmojiOne/1f463.png +share/emoticons/EmojiOne/1f464.png +share/emoticons/EmojiOne/1f465.png +share/emoticons/EmojiOne/1f466-1f3fb.png +share/emoticons/EmojiOne/1f466-1f3fc.png +share/emoticons/EmojiOne/1f466-1f3fd.png +share/emoticons/EmojiOne/1f466-1f3fe.png +share/emoticons/EmojiOne/1f466-1f3ff.png +share/emoticons/EmojiOne/1f466.png +share/emoticons/EmojiOne/1f467-1f3fb.png +share/emoticons/EmojiOne/1f467-1f3fc.png +share/emoticons/EmojiOne/1f467-1f3fd.png +share/emoticons/EmojiOne/1f467-1f3fe.png +share/emoticons/EmojiOne/1f467-1f3ff.png +share/emoticons/EmojiOne/1f467.png +share/emoticons/EmojiOne/1f468-1f3fb.png +share/emoticons/EmojiOne/1f468-1f3fc.png +share/emoticons/EmojiOne/1f468-1f3fd.png +share/emoticons/EmojiOne/1f468-1f3fe.png +share/emoticons/EmojiOne/1f468-1f3ff.png +share/emoticons/EmojiOne/1f468-1f468-1f466-1f466.png +share/emoticons/EmojiOne/1f468-1f468-1f466.png +share/emoticons/EmojiOne/1f468-1f468-1f467-1f466.png +share/emoticons/EmojiOne/1f468-1f468-1f467-1f467.png +share/emoticons/EmojiOne/1f468-1f468-1f467.png +share/emoticons/EmojiOne/1f468-1f469-1f466-1f466.png +share/emoticons/EmojiOne/1f468-1f469-1f467-1f466.png +share/emoticons/EmojiOne/1f468-1f469-1f467-1f467.png +share/emoticons/EmojiOne/1f468-1f469-1f467.png +share/emoticons/EmojiOne/1f468-2764-1f468.png +share/emoticons/EmojiOne/1f468-2764-1f48b-1f468.png +share/emoticons/EmojiOne/1f468.png +share/emoticons/EmojiOne/1f469-1f3fb.png +share/emoticons/EmojiOne/1f469-1f3fc.png +share/emoticons/EmojiOne/1f469-1f3fd.png +share/emoticons/EmojiOne/1f469-1f3fe.png +share/emoticons/EmojiOne/1f469-1f3ff.png +share/emoticons/EmojiOne/1f469-1f469-1f466-1f466.png +share/emoticons/EmojiOne/1f469-1f469-1f466.png +share/emoticons/EmojiOne/1f469-1f469-1f467-1f466.png +share/emoticons/EmojiOne/1f469-1f469-1f467-1f467.png +share/emoticons/EmojiOne/1f469-1f469-1f467.png +share/emoticons/EmojiOne/1f469-2764-1f469.png +share/emoticons/EmojiOne/1f469-2764-1f48b-1f469.png +share/emoticons/EmojiOne/1f469.png +share/emoticons/EmojiOne/1f46a.png +share/emoticons/EmojiOne/1f46b.png +share/emoticons/EmojiOne/1f46c.png +share/emoticons/EmojiOne/1f46d.png +share/emoticons/EmojiOne/1f46e-1f3fb.png +share/emoticons/EmojiOne/1f46e-1f3fc.png +share/emoticons/EmojiOne/1f46e-1f3fd.png +share/emoticons/EmojiOne/1f46e-1f3fe.png +share/emoticons/EmojiOne/1f46e-1f3ff.png +share/emoticons/EmojiOne/1f46e.png +share/emoticons/EmojiOne/1f46f.png +share/emoticons/EmojiOne/1f470-1f3fb.png +share/emoticons/EmojiOne/1f470-1f3fc.png +share/emoticons/EmojiOne/1f470-1f3fd.png +share/emoticons/EmojiOne/1f470-1f3fe.png +share/emoticons/EmojiOne/1f470-1f3ff.png +share/emoticons/EmojiOne/1f470.png +share/emoticons/EmojiOne/1f471-1f3fb.png +share/emoticons/EmojiOne/1f471-1f3fc.png +share/emoticons/EmojiOne/1f471-1f3fd.png +share/emoticons/EmojiOne/1f471-1f3fe.png +share/emoticons/EmojiOne/1f471-1f3ff.png +share/emoticons/EmojiOne/1f471.png +share/emoticons/EmojiOne/1f472-1f3fb.png +share/emoticons/EmojiOne/1f472-1f3fc.png +share/emoticons/EmojiOne/1f472-1f3fd.png +share/emoticons/EmojiOne/1f472-1f3fe.png +share/emoticons/EmojiOne/1f472-1f3ff.png +share/emoticons/EmojiOne/1f472.png +share/emoticons/EmojiOne/1f473-1f3fb.png +share/emoticons/EmojiOne/1f473-1f3fc.png +share/emoticons/EmojiOne/1f473-1f3fd.png +share/emoticons/EmojiOne/1f473-1f3fe.png +share/emoticons/EmojiOne/1f473-1f3ff.png +share/emoticons/EmojiOne/1f473.png +share/emoticons/EmojiOne/1f474-1f3fb.png +share/emoticons/EmojiOne/1f474-1f3fc.png +share/emoticons/EmojiOne/1f474-1f3fd.png +share/emoticons/EmojiOne/1f474-1f3fe.png +share/emoticons/EmojiOne/1f474-1f3ff.png +share/emoticons/EmojiOne/1f474.png +share/emoticons/EmojiOne/1f475-1f3fb.png +share/emoticons/EmojiOne/1f475-1f3fc.png +share/emoticons/EmojiOne/1f475-1f3fd.png +share/emoticons/EmojiOne/1f475-1f3fe.png +share/emoticons/EmojiOne/1f475-1f3ff.png +share/emoticons/EmojiOne/1f475.png +share/emoticons/EmojiOne/1f476-1f3fb.png +share/emoticons/EmojiOne/1f476-1f3fc.png +share/emoticons/EmojiOne/1f476-1f3fd.png +share/emoticons/EmojiOne/1f476-1f3fe.png +share/emoticons/EmojiOne/1f476-1f3ff.png +share/emoticons/EmojiOne/1f476.png +share/emoticons/EmojiOne/1f477-1f3fb.png +share/emoticons/EmojiOne/1f477-1f3fc.png +share/emoticons/EmojiOne/1f477-1f3fd.png +share/emoticons/EmojiOne/1f477-1f3fe.png +share/emoticons/EmojiOne/1f477-1f3ff.png +share/emoticons/EmojiOne/1f477.png +share/emoticons/EmojiOne/1f478-1f3fb.png +share/emoticons/EmojiOne/1f478-1f3fc.png +share/emoticons/EmojiOne/1f478-1f3fd.png +share/emoticons/EmojiOne/1f478-1f3fe.png +share/emoticons/EmojiOne/1f478-1f3ff.png +share/emoticons/EmojiOne/1f478.png +share/emoticons/EmojiOne/1f479.png +share/emoticons/EmojiOne/1f47a.png +share/emoticons/EmojiOne/1f47b.png +share/emoticons/EmojiOne/1f47c-1f3fb.png +share/emoticons/EmojiOne/1f47c-1f3fc.png +share/emoticons/EmojiOne/1f47c-1f3fd.png +share/emoticons/EmojiOne/1f47c-1f3fe.png +share/emoticons/EmojiOne/1f47c-1f3ff.png +share/emoticons/EmojiOne/1f47c.png +share/emoticons/EmojiOne/1f47d.png +share/emoticons/EmojiOne/1f47e.png +share/emoticons/EmojiOne/1f47f.png +share/emoticons/EmojiOne/1f480.png +share/emoticons/EmojiOne/1f481-1f3fb.png +share/emoticons/EmojiOne/1f481-1f3fc.png +share/emoticons/EmojiOne/1f481-1f3fd.png +share/emoticons/EmojiOne/1f481-1f3fe.png +share/emoticons/EmojiOne/1f481-1f3ff.png +share/emoticons/EmojiOne/1f481.png +share/emoticons/EmojiOne/1f482-1f3fb.png +share/emoticons/EmojiOne/1f482-1f3fc.png +share/emoticons/EmojiOne/1f482-1f3fd.png +share/emoticons/EmojiOne/1f482-1f3fe.png +share/emoticons/EmojiOne/1f482-1f3ff.png +share/emoticons/EmojiOne/1f482.png +share/emoticons/EmojiOne/1f483-1f3fb.png +share/emoticons/EmojiOne/1f483-1f3fc.png +share/emoticons/EmojiOne/1f483-1f3fd.png +share/emoticons/EmojiOne/1f483-1f3fe.png +share/emoticons/EmojiOne/1f483-1f3ff.png +share/emoticons/EmojiOne/1f483.png +share/emoticons/EmojiOne/1f484.png +share/emoticons/EmojiOne/1f485-1f3fb.png +share/emoticons/EmojiOne/1f485-1f3fc.png +share/emoticons/EmojiOne/1f485-1f3fd.png +share/emoticons/EmojiOne/1f485-1f3fe.png +share/emoticons/EmojiOne/1f485-1f3ff.png +share/emoticons/EmojiOne/1f485.png +share/emoticons/EmojiOne/1f486-1f3fb.png +share/emoticons/EmojiOne/1f486-1f3fc.png +share/emoticons/EmojiOne/1f486-1f3fd.png +share/emoticons/EmojiOne/1f486-1f3fe.png +share/emoticons/EmojiOne/1f486-1f3ff.png +share/emoticons/EmojiOne/1f486.png +share/emoticons/EmojiOne/1f487-1f3fb.png +share/emoticons/EmojiOne/1f487-1f3fc.png +share/emoticons/EmojiOne/1f487-1f3fd.png +share/emoticons/EmojiOne/1f487-1f3fe.png +share/emoticons/EmojiOne/1f487-1f3ff.png +share/emoticons/EmojiOne/1f487.png +share/emoticons/EmojiOne/1f488.png +share/emoticons/EmojiOne/1f489.png +share/emoticons/EmojiOne/1f48a.png +share/emoticons/EmojiOne/1f48b.png +share/emoticons/EmojiOne/1f48c.png +share/emoticons/EmojiOne/1f48d.png +share/emoticons/EmojiOne/1f48e.png +share/emoticons/EmojiOne/1f48f.png +share/emoticons/EmojiOne/1f490.png +share/emoticons/EmojiOne/1f491.png +share/emoticons/EmojiOne/1f492.png +share/emoticons/EmojiOne/1f493.png +share/emoticons/EmojiOne/1f494.png +share/emoticons/EmojiOne/1f495.png +share/emoticons/EmojiOne/1f496.png +share/emoticons/EmojiOne/1f497.png +share/emoticons/EmojiOne/1f498.png +share/emoticons/EmojiOne/1f499.png +share/emoticons/EmojiOne/1f49a.png +share/emoticons/EmojiOne/1f49b.png +share/emoticons/EmojiOne/1f49c.png +share/emoticons/EmojiOne/1f49d.png +share/emoticons/EmojiOne/1f49e.png +share/emoticons/EmojiOne/1f49f.png +share/emoticons/EmojiOne/1f4a0.png +share/emoticons/EmojiOne/1f4a1.png +share/emoticons/EmojiOne/1f4a2.png +share/emoticons/EmojiOne/1f4a3.png +share/emoticons/EmojiOne/1f4a4.png +share/emoticons/EmojiOne/1f4a5.png +share/emoticons/EmojiOne/1f4a6.png +share/emoticons/EmojiOne/1f4a7.png +share/emoticons/EmojiOne/1f4a8.png +share/emoticons/EmojiOne/1f4a9.png +share/emoticons/EmojiOne/1f4aa-1f3fb.png +share/emoticons/EmojiOne/1f4aa-1f3fc.png +share/emoticons/EmojiOne/1f4aa-1f3fd.png +share/emoticons/EmojiOne/1f4aa-1f3fe.png +share/emoticons/EmojiOne/1f4aa-1f3ff.png +share/emoticons/EmojiOne/1f4aa.png +share/emoticons/EmojiOne/1f4ab.png +share/emoticons/EmojiOne/1f4ac.png +share/emoticons/EmojiOne/1f4ad.png +share/emoticons/EmojiOne/1f4ae.png +share/emoticons/EmojiOne/1f4af.png +share/emoticons/EmojiOne/1f4b0.png +share/emoticons/EmojiOne/1f4b1.png +share/emoticons/EmojiOne/1f4b2.png +share/emoticons/EmojiOne/1f4b3.png +share/emoticons/EmojiOne/1f4b4.png +share/emoticons/EmojiOne/1f4b5.png +share/emoticons/EmojiOne/1f4b6.png +share/emoticons/EmojiOne/1f4b7.png +share/emoticons/EmojiOne/1f4b8.png +share/emoticons/EmojiOne/1f4b9.png +share/emoticons/EmojiOne/1f4ba.png +share/emoticons/EmojiOne/1f4bb.png +share/emoticons/EmojiOne/1f4bc.png +share/emoticons/EmojiOne/1f4bd.png +share/emoticons/EmojiOne/1f4be.png +share/emoticons/EmojiOne/1f4bf.png +share/emoticons/EmojiOne/1f4c0.png +share/emoticons/EmojiOne/1f4c1.png +share/emoticons/EmojiOne/1f4c2.png +share/emoticons/EmojiOne/1f4c3.png +share/emoticons/EmojiOne/1f4c4.png +share/emoticons/EmojiOne/1f4c5.png +share/emoticons/EmojiOne/1f4c6.png +share/emoticons/EmojiOne/1f4c7.png +share/emoticons/EmojiOne/1f4c8.png +share/emoticons/EmojiOne/1f4c9.png +share/emoticons/EmojiOne/1f4ca.png +share/emoticons/EmojiOne/1f4cb.png +share/emoticons/EmojiOne/1f4cc.png +share/emoticons/EmojiOne/1f4cd.png +share/emoticons/EmojiOne/1f4ce.png +share/emoticons/EmojiOne/1f4cf.png +share/emoticons/EmojiOne/1f4d0.png +share/emoticons/EmojiOne/1f4d1.png +share/emoticons/EmojiOne/1f4d2.png +share/emoticons/EmojiOne/1f4d3.png +share/emoticons/EmojiOne/1f4d4.png +share/emoticons/EmojiOne/1f4d5.png +share/emoticons/EmojiOne/1f4d6.png +share/emoticons/EmojiOne/1f4d7.png +share/emoticons/EmojiOne/1f4d8.png +share/emoticons/EmojiOne/1f4d9.png +share/emoticons/EmojiOne/1f4da.png +share/emoticons/EmojiOne/1f4db.png +share/emoticons/EmojiOne/1f4dc.png +share/emoticons/EmojiOne/1f4dd.png +share/emoticons/EmojiOne/1f4de.png +share/emoticons/EmojiOne/1f4df.png +share/emoticons/EmojiOne/1f4e0.png +share/emoticons/EmojiOne/1f4e1.png +share/emoticons/EmojiOne/1f4e2.png +share/emoticons/EmojiOne/1f4e3.png +share/emoticons/EmojiOne/1f4e4.png +share/emoticons/EmojiOne/1f4e5.png +share/emoticons/EmojiOne/1f4e6.png +share/emoticons/EmojiOne/1f4e7.png +share/emoticons/EmojiOne/1f4e8.png +share/emoticons/EmojiOne/1f4e9.png +share/emoticons/EmojiOne/1f4ea.png +share/emoticons/EmojiOne/1f4eb.png +share/emoticons/EmojiOne/1f4ec.png +share/emoticons/EmojiOne/1f4ed.png +share/emoticons/EmojiOne/1f4ee.png +share/emoticons/EmojiOne/1f4ef.png +share/emoticons/EmojiOne/1f4f0.png +share/emoticons/EmojiOne/1f4f1.png +share/emoticons/EmojiOne/1f4f2.png +share/emoticons/EmojiOne/1f4f3.png +share/emoticons/EmojiOne/1f4f4.png +share/emoticons/EmojiOne/1f4f5.png +share/emoticons/EmojiOne/1f4f6.png +share/emoticons/EmojiOne/1f4f7.png +share/emoticons/EmojiOne/1f4f8.png +share/emoticons/EmojiOne/1f4f9.png +share/emoticons/EmojiOne/1f4fa.png +share/emoticons/EmojiOne/1f4fb.png +share/emoticons/EmojiOne/1f4fc.png +share/emoticons/EmojiOne/1f4fd.png +share/emoticons/EmojiOne/1f4ff.png +share/emoticons/EmojiOne/1f500.png +share/emoticons/EmojiOne/1f501.png +share/emoticons/EmojiOne/1f502.png +share/emoticons/EmojiOne/1f503.png +share/emoticons/EmojiOne/1f504.png +share/emoticons/EmojiOne/1f505.png +share/emoticons/EmojiOne/1f506.png +share/emoticons/EmojiOne/1f507.png +share/emoticons/EmojiOne/1f508.png +share/emoticons/EmojiOne/1f509.png +share/emoticons/EmojiOne/1f50a.png +share/emoticons/EmojiOne/1f50b.png +share/emoticons/EmojiOne/1f50c.png +share/emoticons/EmojiOne/1f50d.png +share/emoticons/EmojiOne/1f50e.png +share/emoticons/EmojiOne/1f50f.png +share/emoticons/EmojiOne/1f510.png +share/emoticons/EmojiOne/1f511.png +share/emoticons/EmojiOne/1f512.png +share/emoticons/EmojiOne/1f513.png +share/emoticons/EmojiOne/1f514.png +share/emoticons/EmojiOne/1f515.png +share/emoticons/EmojiOne/1f516.png +share/emoticons/EmojiOne/1f517.png +share/emoticons/EmojiOne/1f518.png +share/emoticons/EmojiOne/1f519.png +share/emoticons/EmojiOne/1f51a.png +share/emoticons/EmojiOne/1f51b.png +share/emoticons/EmojiOne/1f51c.png +share/emoticons/EmojiOne/1f51d.png +share/emoticons/EmojiOne/1f51e.png +share/emoticons/EmojiOne/1f51f.png +share/emoticons/EmojiOne/1f520.png +share/emoticons/EmojiOne/1f521.png +share/emoticons/EmojiOne/1f522.png +share/emoticons/EmojiOne/1f523.png +share/emoticons/EmojiOne/1f524.png +share/emoticons/EmojiOne/1f525.png +share/emoticons/EmojiOne/1f526.png +share/emoticons/EmojiOne/1f527.png +share/emoticons/EmojiOne/1f528.png +share/emoticons/EmojiOne/1f529.png +share/emoticons/EmojiOne/1f52a.png +share/emoticons/EmojiOne/1f52b.png +share/emoticons/EmojiOne/1f52c.png +share/emoticons/EmojiOne/1f52d.png +share/emoticons/EmojiOne/1f52e.png +share/emoticons/EmojiOne/1f52f.png +share/emoticons/EmojiOne/1f530.png +share/emoticons/EmojiOne/1f531.png +share/emoticons/EmojiOne/1f532.png +share/emoticons/EmojiOne/1f533.png +share/emoticons/EmojiOne/1f534.png +share/emoticons/EmojiOne/1f535.png +share/emoticons/EmojiOne/1f536.png +share/emoticons/EmojiOne/1f537.png +share/emoticons/EmojiOne/1f538.png +share/emoticons/EmojiOne/1f539.png +share/emoticons/EmojiOne/1f53a.png +share/emoticons/EmojiOne/1f53b.png +share/emoticons/EmojiOne/1f53c.png +share/emoticons/EmojiOne/1f53d.png +share/emoticons/EmojiOne/1f549.png +share/emoticons/EmojiOne/1f54a.png +share/emoticons/EmojiOne/1f54b.png +share/emoticons/EmojiOne/1f54c.png +share/emoticons/EmojiOne/1f54d.png +share/emoticons/EmojiOne/1f54e.png +share/emoticons/EmojiOne/1f550.png +share/emoticons/EmojiOne/1f551.png +share/emoticons/EmojiOne/1f552.png +share/emoticons/EmojiOne/1f553.png +share/emoticons/EmojiOne/1f554.png +share/emoticons/EmojiOne/1f555.png +share/emoticons/EmojiOne/1f556.png +share/emoticons/EmojiOne/1f557.png +share/emoticons/EmojiOne/1f558.png +share/emoticons/EmojiOne/1f559.png +share/emoticons/EmojiOne/1f55a.png +share/emoticons/EmojiOne/1f55b.png +share/emoticons/EmojiOne/1f55c.png +share/emoticons/EmojiOne/1f55d.png +share/emoticons/EmojiOne/1f55e.png +share/emoticons/EmojiOne/1f55f.png +share/emoticons/EmojiOne/1f560.png +share/emoticons/EmojiOne/1f561.png +share/emoticons/EmojiOne/1f562.png +share/emoticons/EmojiOne/1f563.png +share/emoticons/EmojiOne/1f564.png +share/emoticons/EmojiOne/1f565.png +share/emoticons/EmojiOne/1f566.png +share/emoticons/EmojiOne/1f567.png +share/emoticons/EmojiOne/1f56f.png +share/emoticons/EmojiOne/1f570.png +share/emoticons/EmojiOne/1f573.png +share/emoticons/EmojiOne/1f574.png +share/emoticons/EmojiOne/1f575-1f3fb.png +share/emoticons/EmojiOne/1f575-1f3fc.png +share/emoticons/EmojiOne/1f575-1f3fd.png +share/emoticons/EmojiOne/1f575-1f3fe.png +share/emoticons/EmojiOne/1f575-1f3ff.png +share/emoticons/EmojiOne/1f575.png +share/emoticons/EmojiOne/1f576.png +share/emoticons/EmojiOne/1f577.png +share/emoticons/EmojiOne/1f578.png +share/emoticons/EmojiOne/1f579.png +share/emoticons/EmojiOne/1f587.png +share/emoticons/EmojiOne/1f58a.png +share/emoticons/EmojiOne/1f58b.png +share/emoticons/EmojiOne/1f58c.png +share/emoticons/EmojiOne/1f58d.png +share/emoticons/EmojiOne/1f590-1f3fb.png +share/emoticons/EmojiOne/1f590-1f3fc.png +share/emoticons/EmojiOne/1f590-1f3fd.png +share/emoticons/EmojiOne/1f590-1f3fe.png +share/emoticons/EmojiOne/1f590-1f3ff.png +share/emoticons/EmojiOne/1f590.png +share/emoticons/EmojiOne/1f595-1f3fb.png +share/emoticons/EmojiOne/1f595-1f3fc.png +share/emoticons/EmojiOne/1f595-1f3fd.png +share/emoticons/EmojiOne/1f595-1f3fe.png +share/emoticons/EmojiOne/1f595-1f3ff.png +share/emoticons/EmojiOne/1f595.png +share/emoticons/EmojiOne/1f596-1f3fb.png +share/emoticons/EmojiOne/1f596-1f3fc.png +share/emoticons/EmojiOne/1f596-1f3fd.png +share/emoticons/EmojiOne/1f596-1f3fe.png +share/emoticons/EmojiOne/1f596-1f3ff.png +share/emoticons/EmojiOne/1f596.png +share/emoticons/EmojiOne/1f5a5.png +share/emoticons/EmojiOne/1f5a8.png +share/emoticons/EmojiOne/1f5b1.png +share/emoticons/EmojiOne/1f5b2.png +share/emoticons/EmojiOne/1f5bc.png +share/emoticons/EmojiOne/1f5c2.png +share/emoticons/EmojiOne/1f5c3.png +share/emoticons/EmojiOne/1f5c4.png +share/emoticons/EmojiOne/1f5d1.png +share/emoticons/EmojiOne/1f5d2.png +share/emoticons/EmojiOne/1f5d3.png +share/emoticons/EmojiOne/1f5dc.png +share/emoticons/EmojiOne/1f5dd.png +share/emoticons/EmojiOne/1f5de.png +share/emoticons/EmojiOne/1f5e1.png +share/emoticons/EmojiOne/1f5e3.png +share/emoticons/EmojiOne/1f5ef.png +share/emoticons/EmojiOne/1f5f3.png +share/emoticons/EmojiOne/1f5fa.png +share/emoticons/EmojiOne/1f5fb.png +share/emoticons/EmojiOne/1f5fc.png +share/emoticons/EmojiOne/1f5fd.png +share/emoticons/EmojiOne/1f5fe.png +share/emoticons/EmojiOne/1f5ff.png +share/emoticons/EmojiOne/1f600.png +share/emoticons/EmojiOne/1f601.png +share/emoticons/EmojiOne/1f602.png +share/emoticons/EmojiOne/1f603.png +share/emoticons/EmojiOne/1f604.png +share/emoticons/EmojiOne/1f605.png +share/emoticons/EmojiOne/1f606.png +share/emoticons/EmojiOne/1f607.png +share/emoticons/EmojiOne/1f608.png +share/emoticons/EmojiOne/1f609.png +share/emoticons/EmojiOne/1f60a.png +share/emoticons/EmojiOne/1f60b.png +share/emoticons/EmojiOne/1f60c.png +share/emoticons/EmojiOne/1f60d.png +share/emoticons/EmojiOne/1f60e.png +share/emoticons/EmojiOne/1f60f.png +share/emoticons/EmojiOne/1f610.png +share/emoticons/EmojiOne/1f611.png +share/emoticons/EmojiOne/1f612.png +share/emoticons/EmojiOne/1f613.png +share/emoticons/EmojiOne/1f614.png +share/emoticons/EmojiOne/1f615.png +share/emoticons/EmojiOne/1f616.png +share/emoticons/EmojiOne/1f617.png +share/emoticons/EmojiOne/1f618.png +share/emoticons/EmojiOne/1f619.png +share/emoticons/EmojiOne/1f61a.png +share/emoticons/EmojiOne/1f61b.png +share/emoticons/EmojiOne/1f61c.png +share/emoticons/EmojiOne/1f61d.png +share/emoticons/EmojiOne/1f61e.png +share/emoticons/EmojiOne/1f61f.png +share/emoticons/EmojiOne/1f620.png +share/emoticons/EmojiOne/1f621.png +share/emoticons/EmojiOne/1f622.png +share/emoticons/EmojiOne/1f623.png +share/emoticons/EmojiOne/1f624.png +share/emoticons/EmojiOne/1f625.png +share/emoticons/EmojiOne/1f626.png +share/emoticons/EmojiOne/1f627.png +share/emoticons/EmojiOne/1f628.png +share/emoticons/EmojiOne/1f629.png +share/emoticons/EmojiOne/1f62a.png +share/emoticons/EmojiOne/1f62b.png +share/emoticons/EmojiOne/1f62c.png +share/emoticons/EmojiOne/1f62d.png +share/emoticons/EmojiOne/1f62e.png +share/emoticons/EmojiOne/1f62f.png +share/emoticons/EmojiOne/1f630.png +share/emoticons/EmojiOne/1f631.png +share/emoticons/EmojiOne/1f632.png +share/emoticons/EmojiOne/1f633.png +share/emoticons/EmojiOne/1f634.png +share/emoticons/EmojiOne/1f635.png +share/emoticons/EmojiOne/1f636.png +share/emoticons/EmojiOne/1f637.png +share/emoticons/EmojiOne/1f638.png +share/emoticons/EmojiOne/1f639.png +share/emoticons/EmojiOne/1f63a.png +share/emoticons/EmojiOne/1f63b.png +share/emoticons/EmojiOne/1f63c.png +share/emoticons/EmojiOne/1f63d.png +share/emoticons/EmojiOne/1f63e.png +share/emoticons/EmojiOne/1f63f.png +share/emoticons/EmojiOne/1f640.png +share/emoticons/EmojiOne/1f641.png +share/emoticons/EmojiOne/1f642.png +share/emoticons/EmojiOne/1f643.png +share/emoticons/EmojiOne/1f644.png +share/emoticons/EmojiOne/1f645-1f3fb.png +share/emoticons/EmojiOne/1f645-1f3fc.png +share/emoticons/EmojiOne/1f645-1f3fd.png +share/emoticons/EmojiOne/1f645-1f3fe.png +share/emoticons/EmojiOne/1f645-1f3ff.png +share/emoticons/EmojiOne/1f645.png +share/emoticons/EmojiOne/1f646-1f3fb.png +share/emoticons/EmojiOne/1f646-1f3fc.png +share/emoticons/EmojiOne/1f646-1f3fd.png +share/emoticons/EmojiOne/1f646-1f3fe.png +share/emoticons/EmojiOne/1f646-1f3ff.png +share/emoticons/EmojiOne/1f646.png +share/emoticons/EmojiOne/1f647-1f3fb.png +share/emoticons/EmojiOne/1f647-1f3fc.png +share/emoticons/EmojiOne/1f647-1f3fd.png +share/emoticons/EmojiOne/1f647-1f3fe.png +share/emoticons/EmojiOne/1f647-1f3ff.png +share/emoticons/EmojiOne/1f647.png +share/emoticons/EmojiOne/1f648.png +share/emoticons/EmojiOne/1f649.png +share/emoticons/EmojiOne/1f64a.png +share/emoticons/EmojiOne/1f64b-1f3fb.png +share/emoticons/EmojiOne/1f64b-1f3fc.png +share/emoticons/EmojiOne/1f64b-1f3fd.png +share/emoticons/EmojiOne/1f64b-1f3fe.png +share/emoticons/EmojiOne/1f64b-1f3ff.png +share/emoticons/EmojiOne/1f64b.png +share/emoticons/EmojiOne/1f64c-1f3fb.png +share/emoticons/EmojiOne/1f64c-1f3fc.png +share/emoticons/EmojiOne/1f64c-1f3fd.png +share/emoticons/EmojiOne/1f64c-1f3fe.png +share/emoticons/EmojiOne/1f64c-1f3ff.png +share/emoticons/EmojiOne/1f64c.png +share/emoticons/EmojiOne/1f64d-1f3fb.png +share/emoticons/EmojiOne/1f64d-1f3fc.png +share/emoticons/EmojiOne/1f64d-1f3fd.png +share/emoticons/EmojiOne/1f64d-1f3fe.png +share/emoticons/EmojiOne/1f64d-1f3ff.png +share/emoticons/EmojiOne/1f64d.png +share/emoticons/EmojiOne/1f64e-1f3fb.png +share/emoticons/EmojiOne/1f64e-1f3fc.png +share/emoticons/EmojiOne/1f64e-1f3fd.png +share/emoticons/EmojiOne/1f64e-1f3fe.png +share/emoticons/EmojiOne/1f64e-1f3ff.png +share/emoticons/EmojiOne/1f64e.png +share/emoticons/EmojiOne/1f64f-1f3fb.png +share/emoticons/EmojiOne/1f64f-1f3fc.png +share/emoticons/EmojiOne/1f64f-1f3fd.png +share/emoticons/EmojiOne/1f64f-1f3fe.png +share/emoticons/EmojiOne/1f64f-1f3ff.png +share/emoticons/EmojiOne/1f64f.png +share/emoticons/EmojiOne/1f680.png +share/emoticons/EmojiOne/1f681.png +share/emoticons/EmojiOne/1f682.png +share/emoticons/EmojiOne/1f683.png +share/emoticons/EmojiOne/1f684.png +share/emoticons/EmojiOne/1f685.png +share/emoticons/EmojiOne/1f686.png +share/emoticons/EmojiOne/1f687.png +share/emoticons/EmojiOne/1f688.png +share/emoticons/EmojiOne/1f689.png +share/emoticons/EmojiOne/1f68a.png +share/emoticons/EmojiOne/1f68b.png +share/emoticons/EmojiOne/1f68c.png +share/emoticons/EmojiOne/1f68d.png +share/emoticons/EmojiOne/1f68e.png +share/emoticons/EmojiOne/1f68f.png +share/emoticons/EmojiOne/1f690.png +share/emoticons/EmojiOne/1f691.png +share/emoticons/EmojiOne/1f692.png +share/emoticons/EmojiOne/1f693.png +share/emoticons/EmojiOne/1f694.png +share/emoticons/EmojiOne/1f695.png +share/emoticons/EmojiOne/1f696.png +share/emoticons/EmojiOne/1f697.png +share/emoticons/EmojiOne/1f698.png +share/emoticons/EmojiOne/1f699.png +share/emoticons/EmojiOne/1f69a.png +share/emoticons/EmojiOne/1f69b.png +share/emoticons/EmojiOne/1f69c.png +share/emoticons/EmojiOne/1f69d.png +share/emoticons/EmojiOne/1f69e.png +share/emoticons/EmojiOne/1f69f.png +share/emoticons/EmojiOne/1f6a0.png +share/emoticons/EmojiOne/1f6a1.png +share/emoticons/EmojiOne/1f6a2.png +share/emoticons/EmojiOne/1f6a3-1f3fb.png +share/emoticons/EmojiOne/1f6a3-1f3fc.png +share/emoticons/EmojiOne/1f6a3-1f3fd.png +share/emoticons/EmojiOne/1f6a3-1f3fe.png +share/emoticons/EmojiOne/1f6a3-1f3ff.png +share/emoticons/EmojiOne/1f6a3.png +share/emoticons/EmojiOne/1f6a4.png +share/emoticons/EmojiOne/1f6a5.png +share/emoticons/EmojiOne/1f6a6.png +share/emoticons/EmojiOne/1f6a7.png +share/emoticons/EmojiOne/1f6a8.png +share/emoticons/EmojiOne/1f6a9.png +share/emoticons/EmojiOne/1f6aa.png +share/emoticons/EmojiOne/1f6ab.png +share/emoticons/EmojiOne/1f6ac.png +share/emoticons/EmojiOne/1f6ad.png +share/emoticons/EmojiOne/1f6ae.png +share/emoticons/EmojiOne/1f6af.png +share/emoticons/EmojiOne/1f6b0.png +share/emoticons/EmojiOne/1f6b1.png +share/emoticons/EmojiOne/1f6b2.png +share/emoticons/EmojiOne/1f6b3.png +share/emoticons/EmojiOne/1f6b4-1f3fb.png +share/emoticons/EmojiOne/1f6b4-1f3fc.png +share/emoticons/EmojiOne/1f6b4-1f3fd.png +share/emoticons/EmojiOne/1f6b4-1f3fe.png +share/emoticons/EmojiOne/1f6b4-1f3ff.png +share/emoticons/EmojiOne/1f6b4.png +share/emoticons/EmojiOne/1f6b5-1f3fb.png +share/emoticons/EmojiOne/1f6b5-1f3fc.png +share/emoticons/EmojiOne/1f6b5-1f3fd.png +share/emoticons/EmojiOne/1f6b5-1f3fe.png +share/emoticons/EmojiOne/1f6b5-1f3ff.png +share/emoticons/EmojiOne/1f6b5.png +share/emoticons/EmojiOne/1f6b6-1f3fb.png +share/emoticons/EmojiOne/1f6b6-1f3fc.png +share/emoticons/EmojiOne/1f6b6-1f3fd.png +share/emoticons/EmojiOne/1f6b6-1f3fe.png +share/emoticons/EmojiOne/1f6b6-1f3ff.png +share/emoticons/EmojiOne/1f6b6.png +share/emoticons/EmojiOne/1f6b7.png +share/emoticons/EmojiOne/1f6b8.png +share/emoticons/EmojiOne/1f6b9.png +share/emoticons/EmojiOne/1f6ba.png +share/emoticons/EmojiOne/1f6bb.png +share/emoticons/EmojiOne/1f6bc.png +share/emoticons/EmojiOne/1f6bd.png +share/emoticons/EmojiOne/1f6be.png +share/emoticons/EmojiOne/1f6bf.png +share/emoticons/EmojiOne/1f6c0-1f3fb.png +share/emoticons/EmojiOne/1f6c0-1f3fc.png +share/emoticons/EmojiOne/1f6c0-1f3fd.png +share/emoticons/EmojiOne/1f6c0-1f3fe.png +share/emoticons/EmojiOne/1f6c0-1f3ff.png +share/emoticons/EmojiOne/1f6c0.png +share/emoticons/EmojiOne/1f6c1.png +share/emoticons/EmojiOne/1f6c2.png +share/emoticons/EmojiOne/1f6c3.png +share/emoticons/EmojiOne/1f6c4.png +share/emoticons/EmojiOne/1f6c5.png +share/emoticons/EmojiOne/1f6cb.png +share/emoticons/EmojiOne/1f6cc.png +share/emoticons/EmojiOne/1f6cd.png +share/emoticons/EmojiOne/1f6ce.png +share/emoticons/EmojiOne/1f6cf.png +share/emoticons/EmojiOne/1f6d0.png +share/emoticons/EmojiOne/1f6e0.png +share/emoticons/EmojiOne/1f6e1.png +share/emoticons/EmojiOne/1f6e2.png +share/emoticons/EmojiOne/1f6e3.png +share/emoticons/EmojiOne/1f6e4.png +share/emoticons/EmojiOne/1f6e5.png +share/emoticons/EmojiOne/1f6e9.png +share/emoticons/EmojiOne/1f6eb.png +share/emoticons/EmojiOne/1f6ec.png +share/emoticons/EmojiOne/1f6f0.png +share/emoticons/EmojiOne/1f6f3.png +share/emoticons/EmojiOne/1f910.png +share/emoticons/EmojiOne/1f911.png +share/emoticons/EmojiOne/1f912.png +share/emoticons/EmojiOne/1f913.png +share/emoticons/EmojiOne/1f914.png +share/emoticons/EmojiOne/1f915.png +share/emoticons/EmojiOne/1f916.png +share/emoticons/EmojiOne/1f917.png +share/emoticons/EmojiOne/1f918-1f3fb.png +share/emoticons/EmojiOne/1f918-1f3fc.png +share/emoticons/EmojiOne/1f918-1f3fd.png +share/emoticons/EmojiOne/1f918-1f3fe.png +share/emoticons/EmojiOne/1f918-1f3ff.png +share/emoticons/EmojiOne/1f918.png +share/emoticons/EmojiOne/1f980.png +share/emoticons/EmojiOne/1f981.png +share/emoticons/EmojiOne/1f982.png +share/emoticons/EmojiOne/1f983.png +share/emoticons/EmojiOne/1f984.png +share/emoticons/EmojiOne/1f9c0.png +share/emoticons/EmojiOne/203c.png +share/emoticons/EmojiOne/2049.png +share/emoticons/EmojiOne/2122.png +share/emoticons/EmojiOne/2139.png +share/emoticons/EmojiOne/2194.png +share/emoticons/EmojiOne/2195.png +share/emoticons/EmojiOne/2196.png +share/emoticons/EmojiOne/2197.png +share/emoticons/EmojiOne/2198.png +share/emoticons/EmojiOne/2199.png +share/emoticons/EmojiOne/21a9.png +share/emoticons/EmojiOne/21aa.png +share/emoticons/EmojiOne/231a.png +share/emoticons/EmojiOne/231b.png +share/emoticons/EmojiOne/2328.png +share/emoticons/EmojiOne/23e9.png +share/emoticons/EmojiOne/23ea.png +share/emoticons/EmojiOne/23eb.png +share/emoticons/EmojiOne/23ec.png +share/emoticons/EmojiOne/23ed.png +share/emoticons/EmojiOne/23ee.png +share/emoticons/EmojiOne/23ef.png +share/emoticons/EmojiOne/23f0.png +share/emoticons/EmojiOne/23f1.png +share/emoticons/EmojiOne/23f2.png +share/emoticons/EmojiOne/23f3.png +share/emoticons/EmojiOne/23f8.png +share/emoticons/EmojiOne/23f9.png +share/emoticons/EmojiOne/23fa.png +share/emoticons/EmojiOne/24c2.png +share/emoticons/EmojiOne/25aa.png +share/emoticons/EmojiOne/25ab.png +share/emoticons/EmojiOne/25b6.png +share/emoticons/EmojiOne/25c0.png +share/emoticons/EmojiOne/25fb.png +share/emoticons/EmojiOne/25fc.png +share/emoticons/EmojiOne/25fd.png +share/emoticons/EmojiOne/25fe.png +share/emoticons/EmojiOne/2600.png +share/emoticons/EmojiOne/2601.png +share/emoticons/EmojiOne/2602.png +share/emoticons/EmojiOne/2603.png +share/emoticons/EmojiOne/2604.png +share/emoticons/EmojiOne/260e.png +share/emoticons/EmojiOne/2611.png +share/emoticons/EmojiOne/2614.png +share/emoticons/EmojiOne/2615.png +share/emoticons/EmojiOne/2618.png +share/emoticons/EmojiOne/261d-1f3fb.png +share/emoticons/EmojiOne/261d-1f3fc.png +share/emoticons/EmojiOne/261d-1f3fd.png +share/emoticons/EmojiOne/261d-1f3fe.png +share/emoticons/EmojiOne/261d-1f3ff.png +share/emoticons/EmojiOne/261d.png +share/emoticons/EmojiOne/2620.png +share/emoticons/EmojiOne/2622.png +share/emoticons/EmojiOne/2623.png +share/emoticons/EmojiOne/2626.png +share/emoticons/EmojiOne/262a.png +share/emoticons/EmojiOne/262e.png +share/emoticons/EmojiOne/262f.png +share/emoticons/EmojiOne/2638.png +share/emoticons/EmojiOne/2639.png +share/emoticons/EmojiOne/263a.png +share/emoticons/EmojiOne/2648.png +share/emoticons/EmojiOne/2649.png +share/emoticons/EmojiOne/264a.png +share/emoticons/EmojiOne/264b.png +share/emoticons/EmojiOne/264c.png +share/emoticons/EmojiOne/264d.png +share/emoticons/EmojiOne/264e.png +share/emoticons/EmojiOne/264f.png +share/emoticons/EmojiOne/2650.png +share/emoticons/EmojiOne/2651.png +share/emoticons/EmojiOne/2652.png +share/emoticons/EmojiOne/2653.png +share/emoticons/EmojiOne/2660.png +share/emoticons/EmojiOne/2663.png +share/emoticons/EmojiOne/2665.png +share/emoticons/EmojiOne/2666.png +share/emoticons/EmojiOne/2668.png +share/emoticons/EmojiOne/267b.png +share/emoticons/EmojiOne/267f.png +share/emoticons/EmojiOne/2692.png +share/emoticons/EmojiOne/2693.png +share/emoticons/EmojiOne/2694.png +share/emoticons/EmojiOne/2696.png +share/emoticons/EmojiOne/2697.png +share/emoticons/EmojiOne/2699.png +share/emoticons/EmojiOne/269b.png +share/emoticons/EmojiOne/269c.png +share/emoticons/EmojiOne/26a0.png +share/emoticons/EmojiOne/26a1.png +share/emoticons/EmojiOne/26aa.png +share/emoticons/EmojiOne/26ab.png +share/emoticons/EmojiOne/26b0.png +share/emoticons/EmojiOne/26b1.png +share/emoticons/EmojiOne/26bd.png +share/emoticons/EmojiOne/26be.png +share/emoticons/EmojiOne/26c4.png +share/emoticons/EmojiOne/26c5.png +share/emoticons/EmojiOne/26c8.png +share/emoticons/EmojiOne/26ce.png +share/emoticons/EmojiOne/26cf.png +share/emoticons/EmojiOne/26d1.png +share/emoticons/EmojiOne/26d3.png +share/emoticons/EmojiOne/26d4.png +share/emoticons/EmojiOne/26e9.png +share/emoticons/EmojiOne/26ea.png +share/emoticons/EmojiOne/26f0.png +share/emoticons/EmojiOne/26f1.png +share/emoticons/EmojiOne/26f2.png +share/emoticons/EmojiOne/26f3.png +share/emoticons/EmojiOne/26f4.png +share/emoticons/EmojiOne/26f5.png +share/emoticons/EmojiOne/26f7.png +share/emoticons/EmojiOne/26f8.png +share/emoticons/EmojiOne/26f9-1f3fb.png +share/emoticons/EmojiOne/26f9-1f3fc.png +share/emoticons/EmojiOne/26f9-1f3fd.png +share/emoticons/EmojiOne/26f9-1f3fe.png +share/emoticons/EmojiOne/26f9-1f3ff.png +share/emoticons/EmojiOne/26f9.png +share/emoticons/EmojiOne/26fa.png +share/emoticons/EmojiOne/26fd.png +share/emoticons/EmojiOne/2702.png +share/emoticons/EmojiOne/2705.png +share/emoticons/EmojiOne/2708.png +share/emoticons/EmojiOne/2709.png +share/emoticons/EmojiOne/270a-1f3fb.png +share/emoticons/EmojiOne/270a-1f3fc.png +share/emoticons/EmojiOne/270a-1f3fd.png +share/emoticons/EmojiOne/270a-1f3fe.png +share/emoticons/EmojiOne/270a-1f3ff.png +share/emoticons/EmojiOne/270a.png +share/emoticons/EmojiOne/270b-1f3fb.png +share/emoticons/EmojiOne/270b-1f3fc.png +share/emoticons/EmojiOne/270b-1f3fd.png +share/emoticons/EmojiOne/270b-1f3fe.png +share/emoticons/EmojiOne/270b-1f3ff.png +share/emoticons/EmojiOne/270b.png +share/emoticons/EmojiOne/270c-1f3fb.png +share/emoticons/EmojiOne/270c-1f3fc.png +share/emoticons/EmojiOne/270c-1f3fd.png +share/emoticons/EmojiOne/270c-1f3fe.png +share/emoticons/EmojiOne/270c-1f3ff.png +share/emoticons/EmojiOne/270c.png +share/emoticons/EmojiOne/270d-1f3fb.png +share/emoticons/EmojiOne/270d-1f3fc.png +share/emoticons/EmojiOne/270d-1f3fd.png +share/emoticons/EmojiOne/270d-1f3fe.png +share/emoticons/EmojiOne/270d-1f3ff.png +share/emoticons/EmojiOne/270d.png +share/emoticons/EmojiOne/270f.png +share/emoticons/EmojiOne/2712.png +share/emoticons/EmojiOne/2714.png +share/emoticons/EmojiOne/2716.png +share/emoticons/EmojiOne/271d.png +share/emoticons/EmojiOne/2721.png +share/emoticons/EmojiOne/2728.png +share/emoticons/EmojiOne/2733.png +share/emoticons/EmojiOne/2734.png +share/emoticons/EmojiOne/2744.png +share/emoticons/EmojiOne/2747.png +share/emoticons/EmojiOne/274c.png +share/emoticons/EmojiOne/274e.png +share/emoticons/EmojiOne/2753.png +share/emoticons/EmojiOne/2754.png +share/emoticons/EmojiOne/2755.png +share/emoticons/EmojiOne/2757.png +share/emoticons/EmojiOne/2763.png +share/emoticons/EmojiOne/2764.png +share/emoticons/EmojiOne/2795.png +share/emoticons/EmojiOne/2796.png +share/emoticons/EmojiOne/2797.png +share/emoticons/EmojiOne/27a1.png +share/emoticons/EmojiOne/27b0.png +share/emoticons/EmojiOne/27bf.png +share/emoticons/EmojiOne/2934.png +share/emoticons/EmojiOne/2935.png +share/emoticons/EmojiOne/2b05.png +share/emoticons/EmojiOne/2b06.png +share/emoticons/EmojiOne/2b07.png +share/emoticons/EmojiOne/2b1b.png +share/emoticons/EmojiOne/2b1c.png +share/emoticons/EmojiOne/2b50.png +share/emoticons/EmojiOne/2b55.png +share/emoticons/EmojiOne/3030.png +share/emoticons/EmojiOne/303d.png +share/emoticons/EmojiOne/3297.png +share/emoticons/EmojiOne/3299.png +share/emoticons/EmojiOne/emoticons.xml +share/emoticons/Konqi/blue-heart.png +share/emoticons/Konqi/double-heart.png +share/emoticons/Konqi/drink-beer.png +share/emoticons/Konqi/drink-martini.png +share/emoticons/Konqi/emoticons.xml +share/emoticons/Konqi/face-angel.png +share/emoticons/Konqi/face-angry.png +share/emoticons/Konqi/face-clown.png +share/emoticons/Konqi/face-confused.png +share/emoticons/Konqi/face-cool.png +share/emoticons/Konqi/face-crying.png +share/emoticons/Konqi/face-devilish.png +share/emoticons/Konqi/face-fearful.png +share/emoticons/Konqi/face-in-love.png +share/emoticons/Konqi/face-kiss.png +share/emoticons/Konqi/face-laughing.png +share/emoticons/Konqi/face-ninja.png +share/emoticons/Konqi/face-pirate.png +share/emoticons/Konqi/face-plain.png +share/emoticons/Konqi/face-quiet.png +share/emoticons/Konqi/face-sad.png +share/emoticons/Konqi/face-sleeping.png +share/emoticons/Konqi/face-smile-big.png +share/emoticons/Konqi/face-smile.png +share/emoticons/Konqi/face-surprise.png +share/emoticons/Konqi/face-wink.png +share/emoticons/Konqi/face-yawn.png +share/emoticons/Konqi/food-cake.png +share/emoticons/Konqi/red-heart.png +share/emoticons/Konqi/shine-heart.png +share/emoticons/Konqi/yellow-heart.png +share/kservices5/emoticonstheme_adium.desktop +share/kservices5/emoticonstheme_kde.desktop +share/kservices5/emoticonstheme_pidgin.desktop +share/kservices5/emoticonstheme_xmpp.desktop +share/kservicetypes5/kemoticonsTheme.desktop Index: head/x11-themes/kf5-kiconthemes/Makefile =================================================================== --- head/x11-themes/kf5-kiconthemes/Makefile +++ head/x11-themes/kf5-kiconthemes/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kiconthemes +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-themes kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for handling icons in applications + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive auth codecs config configwidgets coreaddons ecm \ + i18n itemviews widgetsaddons +USE_QT5= buildtools_build concurrent core dbus gui qmake_build \ + script svg widgets xml + +.include Index: head/x11-themes/kf5-kiconthemes/distinfo =================================================================== --- head/x11-themes/kf5-kiconthemes/distinfo +++ head/x11-themes/kf5-kiconthemes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424083 +SHA256 (KDE/frameworks/5.27.0/kiconthemes-5.27.0.tar.xz) = 02c2406df66523fe7907f98a1d919fb03d285a0a56d3fc0ac77b83db33dbe054 +SIZE (KDE/frameworks/5.27.0/kiconthemes-5.27.0.tar.xz) = 1441432 Index: head/x11-themes/kf5-kiconthemes/pkg-descr =================================================================== --- head/x11-themes/kf5-kiconthemes/pkg-descr +++ head/x11-themes/kf5-kiconthemes/pkg-descr @@ -0,0 +1,4 @@ +This library contains classes to improve the handling +of icons in applications using the KDE Frameworks + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html Index: head/x11-themes/kf5-kiconthemes/pkg-plist =================================================================== --- head/x11-themes/kf5-kiconthemes/pkg-plist +++ head/x11-themes/kf5-kiconthemes/pkg-plist @@ -0,0 +1,107 @@ +bin/kiconfinder5 +include/KF5/KIconThemes/KIconButton +include/KF5/KIconThemes/KIconDialog +include/KF5/KIconThemes/KIconEffect +include/KF5/KIconThemes/KIconEngine +include/KF5/KIconThemes/KIconLoader +include/KF5/KIconThemes/KIconTheme +include/KF5/KIconThemes/kiconbutton.h +include/KF5/KIconThemes/kicondialog.h +include/KF5/KIconThemes/kiconeffect.h +include/KF5/KIconThemes/kiconengine.h +include/KF5/KIconThemes/kiconloader.h +include/KF5/KIconThemes/kicontheme.h +include/KF5/KIconThemes/kiconthemes_export.h +include/KF5/kiconthemes_version.h +lib/cmake/KF5IconThemes/KF5IconThemesConfig.cmake +lib/cmake/KF5IconThemes/KF5IconThemesConfigVersion.cmake +lib/cmake/KF5IconThemes/KF5IconThemesTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5IconThemes/KF5IconThemesTargets.cmake +lib/libKF5IconThemes.so +lib/libKF5IconThemes.so.5 +lib/libKF5IconThemes.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KIconThemes.pri +share/locale/af/LC_MESSAGES/kiconthemes5.mo +share/locale/ar/LC_MESSAGES/kiconthemes5.mo +share/locale/ast/LC_MESSAGES/kiconthemes5.mo +share/locale/be/LC_MESSAGES/kiconthemes5.mo +share/locale/be@latin/LC_MESSAGES/kiconthemes5.mo +share/locale/bg/LC_MESSAGES/kiconthemes5.mo +share/locale/bn/LC_MESSAGES/kiconthemes5.mo +share/locale/br/LC_MESSAGES/kiconthemes5.mo +share/locale/bs/LC_MESSAGES/kiconthemes5.mo +share/locale/ca/LC_MESSAGES/kiconthemes5.mo +share/locale/ca@valencia/LC_MESSAGES/kiconthemes5.mo +share/locale/cs/LC_MESSAGES/kiconthemes5.mo +share/locale/csb/LC_MESSAGES/kiconthemes5.mo +share/locale/cy/LC_MESSAGES/kiconthemes5.mo +share/locale/da/LC_MESSAGES/kiconthemes5.mo +share/locale/de/LC_MESSAGES/kiconthemes5.mo +share/locale/el/LC_MESSAGES/kiconthemes5.mo +share/locale/en_GB/LC_MESSAGES/kiconthemes5.mo +share/locale/eo/LC_MESSAGES/kiconthemes5.mo +share/locale/es/LC_MESSAGES/kiconthemes5.mo +share/locale/et/LC_MESSAGES/kiconthemes5.mo +share/locale/eu/LC_MESSAGES/kiconthemes5.mo +share/locale/fa/LC_MESSAGES/kiconthemes5.mo +share/locale/fi/LC_MESSAGES/kiconthemes5.mo +share/locale/fr/LC_MESSAGES/kiconthemes5.mo +share/locale/fy/LC_MESSAGES/kiconthemes5.mo +share/locale/ga/LC_MESSAGES/kiconthemes5.mo +share/locale/gd/LC_MESSAGES/kiconthemes5.mo +share/locale/gl/LC_MESSAGES/kiconthemes5.mo +share/locale/gu/LC_MESSAGES/kiconthemes5.mo +share/locale/he/LC_MESSAGES/kiconthemes5.mo +share/locale/hi/LC_MESSAGES/kiconthemes5.mo +share/locale/hr/LC_MESSAGES/kiconthemes5.mo +share/locale/hsb/LC_MESSAGES/kiconthemes5.mo +share/locale/hu/LC_MESSAGES/kiconthemes5.mo +share/locale/ia/LC_MESSAGES/kiconthemes5.mo +share/locale/is/LC_MESSAGES/kiconthemes5.mo +share/locale/it/LC_MESSAGES/kiconthemes5.mo +share/locale/ja/LC_MESSAGES/kiconthemes5.mo +share/locale/kk/LC_MESSAGES/kiconthemes5.mo +share/locale/km/LC_MESSAGES/kiconthemes5.mo +share/locale/ko/LC_MESSAGES/kiconthemes5.mo +share/locale/ku/LC_MESSAGES/kiconthemes5.mo +share/locale/lt/LC_MESSAGES/kiconthemes5.mo +share/locale/lv/LC_MESSAGES/kiconthemes5.mo +share/locale/mai/LC_MESSAGES/kiconthemes5.mo +share/locale/mk/LC_MESSAGES/kiconthemes5.mo +share/locale/ml/LC_MESSAGES/kiconthemes5.mo +share/locale/mr/LC_MESSAGES/kiconthemes5.mo +share/locale/ms/LC_MESSAGES/kiconthemes5.mo +share/locale/nb/LC_MESSAGES/kiconthemes5.mo +share/locale/nds/LC_MESSAGES/kiconthemes5.mo +share/locale/ne/LC_MESSAGES/kiconthemes5.mo +share/locale/nl/LC_MESSAGES/kiconthemes5.mo +share/locale/nn/LC_MESSAGES/kiconthemes5.mo +share/locale/oc/LC_MESSAGES/kiconthemes5.mo +share/locale/pa/LC_MESSAGES/kiconthemes5.mo +share/locale/pl/LC_MESSAGES/kiconthemes5.mo +share/locale/pt/LC_MESSAGES/kiconthemes5.mo +share/locale/pt_BR/LC_MESSAGES/kiconthemes5.mo +share/locale/ro/LC_MESSAGES/kiconthemes5.mo +share/locale/ru/LC_MESSAGES/kiconthemes5.mo +share/locale/se/LC_MESSAGES/kiconthemes5.mo +share/locale/sk/LC_MESSAGES/kiconthemes5.mo +share/locale/sl/LC_MESSAGES/kiconthemes5.mo +share/locale/sq/LC_MESSAGES/kiconthemes5.mo +share/locale/sr/LC_MESSAGES/kiconthemes5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kiconthemes5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kiconthemes5.mo +share/locale/sr@latin/LC_MESSAGES/kiconthemes5.mo +share/locale/sv/LC_MESSAGES/kiconthemes5.mo +share/locale/ta/LC_MESSAGES/kiconthemes5.mo +share/locale/tg/LC_MESSAGES/kiconthemes5.mo +share/locale/th/LC_MESSAGES/kiconthemes5.mo +share/locale/tr/LC_MESSAGES/kiconthemes5.mo +share/locale/ug/LC_MESSAGES/kiconthemes5.mo +share/locale/uk/LC_MESSAGES/kiconthemes5.mo +share/locale/uz/LC_MESSAGES/kiconthemes5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kiconthemes5.mo +share/locale/vi/LC_MESSAGES/kiconthemes5.mo +share/locale/wa/LC_MESSAGES/kiconthemes5.mo +share/locale/xh/LC_MESSAGES/kiconthemes5.mo +share/locale/zh_CN/LC_MESSAGES/kiconthemes5.mo +share/locale/zh_TW/LC_MESSAGES/kiconthemes5.mo Index: head/x11-themes/kf5-oxygen-icons5/Makefile =================================================================== --- head/x11-themes/kf5-oxygen-icons5/Makefile +++ head/x11-themes/kf5-oxygen-icons5/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= oxygen-icons5 +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-themes kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= The Oxygen icon theme for KDE + +USES= cmake:outsource kde:5 tar:xz +USE_QT5= buildtools_build core qmake_build testlib +USE_KDE= ecm + +NO_ARCH= yes + +CONFLICTS_INSTALL= kde-oxygen-icons-kde4* + +.include Index: head/x11-themes/kf5-oxygen-icons5/distinfo =================================================================== --- head/x11-themes/kf5-oxygen-icons5/distinfo +++ head/x11-themes/kf5-oxygen-icons5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424085 +SHA256 (KDE/frameworks/5.27.0/oxygen-icons5-5.27.0.tar.xz) = 4f086112a3163e79ac7136ce373265c1fca323be620a7e362dd2ab22a74f60d1 +SIZE (KDE/frameworks/5.27.0/oxygen-icons5-5.27.0.tar.xz) = 234140496 Index: head/x11-themes/kf5-oxygen-icons5/pkg-descr =================================================================== --- head/x11-themes/kf5-oxygen-icons5/pkg-descr +++ head/x11-themes/kf5-oxygen-icons5/pkg-descr @@ -0,0 +1,3 @@ +The Oxygen icon theme for KDE. + +WWW: http://www.kde.org Index: head/x11-themes/kf5-oxygen-icons5/pkg-plist =================================================================== --- head/x11-themes/kf5-oxygen-icons5/pkg-plist +++ head/x11-themes/kf5-oxygen-icons5/pkg-plist @@ -0,0 +1,8467 @@ +share/icons/oxygen/base/128x128/actions/address-book-new.png +share/icons/oxygen/base/128x128/actions/application-exit.png +share/icons/oxygen/base/128x128/actions/application-menu.png +share/icons/oxygen/base/128x128/actions/appointment-new.png +share/icons/oxygen/base/128x128/actions/bookmark-new.png +share/icons/oxygen/base/128x128/actions/call-start.png +share/icons/oxygen/base/128x128/actions/call-stop.png +share/icons/oxygen/base/128x128/actions/configure.png +share/icons/oxygen/base/128x128/actions/contact-new.png +share/icons/oxygen/base/128x128/actions/continue-data-project.png +share/icons/oxygen/base/128x128/actions/dashboard-show.png +share/icons/oxygen/base/128x128/actions/dialog-ok-apply.png +share/icons/oxygen/base/128x128/actions/dialog-ok.png +share/icons/oxygen/base/128x128/actions/document-edit.png +share/icons/oxygen/base/128x128/actions/document-preview-archive.png +share/icons/oxygen/base/128x128/actions/document-preview.png +share/icons/oxygen/base/128x128/actions/edit-bomb.png +share/icons/oxygen/base/128x128/actions/edit-find.png +share/icons/oxygen/base/128x128/actions/edit-paste.png +share/icons/oxygen/base/128x128/actions/go-bottom.png +share/icons/oxygen/base/128x128/actions/go-down.png +share/icons/oxygen/base/128x128/actions/go-first-view-page.png +share/icons/oxygen/base/128x128/actions/go-first.png +share/icons/oxygen/base/128x128/actions/go-last-view-page.png +share/icons/oxygen/base/128x128/actions/go-last.png +share/icons/oxygen/base/128x128/actions/go-next-view-page.png +share/icons/oxygen/base/128x128/actions/go-next.png +share/icons/oxygen/base/128x128/actions/go-previous-view-page.png +share/icons/oxygen/base/128x128/actions/go-previous.png +share/icons/oxygen/base/128x128/actions/go-top.png +share/icons/oxygen/base/128x128/actions/go-up.png +share/icons/oxygen/base/128x128/actions/im-ban-kick-user.png +share/icons/oxygen/base/128x128/actions/im-ban-user.png +share/icons/oxygen/base/128x128/actions/im-invisible-user.png +share/icons/oxygen/base/128x128/actions/im-kick-user.png +share/icons/oxygen/base/128x128/actions/im-user-away.png +share/icons/oxygen/base/128x128/actions/im-user-busy.png +share/icons/oxygen/base/128x128/actions/im-user-offline.png +share/icons/oxygen/base/128x128/actions/im-user.png +share/icons/oxygen/base/128x128/actions/insert-horizontal-rule.png +share/icons/oxygen/base/128x128/actions/insert-link.png +share/icons/oxygen/base/128x128/actions/list-add-user.png +share/icons/oxygen/base/128x128/actions/list-remove.png +share/icons/oxygen/base/128x128/actions/mail-forward.png +share/icons/oxygen/base/128x128/actions/mail-mark-junk.png +share/icons/oxygen/base/128x128/actions/mail-mark-unread-new.png +share/icons/oxygen/base/128x128/actions/mail-message-new.png +share/icons/oxygen/base/128x128/actions/mail-queue.png +share/icons/oxygen/base/128x128/actions/mail-receive.png +share/icons/oxygen/base/128x128/actions/mail-reply-all.png +share/icons/oxygen/base/128x128/actions/mail-reply-list.png +share/icons/oxygen/base/128x128/actions/mail-reply-sender.png +share/icons/oxygen/base/128x128/actions/mail-send.png +share/icons/oxygen/base/128x128/actions/page-zoom.png +share/icons/oxygen/base/128x128/actions/resource-group.png +share/icons/oxygen/base/128x128/actions/roll.png +share/icons/oxygen/base/128x128/actions/svn-commit.png +share/icons/oxygen/base/128x128/actions/svn-update.png +share/icons/oxygen/base/128x128/actions/system-lock-screen.png +share/icons/oxygen/base/128x128/actions/system-log-out.png +share/icons/oxygen/base/128x128/actions/system-reboot.png +share/icons/oxygen/base/128x128/actions/system-run.png +share/icons/oxygen/base/128x128/actions/system-search.png +share/icons/oxygen/base/128x128/actions/system-shutdown.png +share/icons/oxygen/base/128x128/actions/system-suspend-hibernate.png +share/icons/oxygen/base/128x128/actions/system-suspend.png +share/icons/oxygen/base/128x128/actions/system-switch-user.png +share/icons/oxygen/base/128x128/actions/tool-animator.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-burn.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-copy.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-erase.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-format.png +share/icons/oxygen/base/128x128/actions/tools-report-bug.png +share/icons/oxygen/base/128x128/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/128x128/actions/tools-rip-video-cd.png +share/icons/oxygen/base/128x128/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/128x128/actions/tools-wizard.png +share/icons/oxygen/base/128x128/actions/transform-crop-and-resize.png +share/icons/oxygen/base/128x128/actions/transform-move.png +share/icons/oxygen/base/128x128/actions/transform-scale.png +share/icons/oxygen/base/128x128/actions/user-group-new.png +share/icons/oxygen/base/128x128/actions/view-conversation-balloon.png +share/icons/oxygen/base/128x128/actions/view-media-lyrics.png +share/icons/oxygen/base/128x128/actions/view-media-playlist.png +share/icons/oxygen/base/128x128/actions/view-pim-contacts.png +share/icons/oxygen/base/128x128/actions/view-presentation.png +share/icons/oxygen/base/128x128/actions/window-duplicate.png +share/icons/oxygen/base/128x128/actions/zoom-fit-best.png +share/icons/oxygen/base/128x128/actions/zoom-fit-height.png +share/icons/oxygen/base/128x128/actions/zoom-fit-width.png +share/icons/oxygen/base/128x128/apps/Charm.png +share/icons/oxygen/base/128x128/apps/accessories-calculator.png +share/icons/oxygen/base/128x128/apps/accessories-character-map.png +share/icons/oxygen/base/128x128/apps/accessories-dictionary.png +share/icons/oxygen/base/128x128/apps/accessories-text-editor.png +share/icons/oxygen/base/128x128/apps/acroread.png +share/icons/oxygen/base/128x128/apps/akonadi.png +share/icons/oxygen/base/128x128/apps/akregator.png +share/icons/oxygen/base/128x128/apps/amarok.png +share/icons/oxygen/base/128x128/apps/ark.png +share/icons/oxygen/base/128x128/apps/baloo.png +share/icons/oxygen/base/128x128/apps/basket.png +share/icons/oxygen/base/128x128/apps/braindump.png +share/icons/oxygen/base/128x128/apps/calligraauthor.png +share/icons/oxygen/base/128x128/apps/calligraflow.png +share/icons/oxygen/base/128x128/apps/calligrakexi.png +share/icons/oxygen/base/128x128/apps/calligrakrita.png +share/icons/oxygen/base/128x128/apps/calligrasheets.png +share/icons/oxygen/base/128x128/apps/calligrastage.png +share/icons/oxygen/base/128x128/apps/calligrawords.png +share/icons/oxygen/base/128x128/apps/clock.png +share/icons/oxygen/base/128x128/apps/device-notifier.png +share/icons/oxygen/base/128x128/apps/digikam.png +share/icons/oxygen/base/128x128/apps/dragonplayer.png +share/icons/oxygen/base/128x128/apps/esd.png +share/icons/oxygen/base/128x128/apps/fontforge.png +share/icons/oxygen/base/128x128/apps/graphics-viewer-document.png +share/icons/oxygen/base/128x128/apps/gwenview.png +share/icons/oxygen/base/128x128/apps/help-browser.png +share/icons/oxygen/base/128x128/apps/hwinfo.png +share/icons/oxygen/base/128x128/apps/inkscape.png +share/icons/oxygen/base/128x128/apps/internet-mail.png +share/icons/oxygen/base/128x128/apps/internet-telephony.png +share/icons/oxygen/base/128x128/apps/internet-web-browser.png +share/icons/oxygen/base/128x128/apps/k3b.png +share/icons/oxygen/base/128x128/apps/kaddressbook.png +share/icons/oxygen/base/128x128/apps/kaffeine.png +share/icons/oxygen/base/128x128/apps/kate.png +share/icons/oxygen/base/128x128/apps/kblogger.png +share/icons/oxygen/base/128x128/apps/kbruch.png +share/icons/oxygen/base/128x128/apps/kbugbuster.png +share/icons/oxygen/base/128x128/apps/kchart.png +share/icons/oxygen/base/128x128/apps/kcolorchooser.png +share/icons/oxygen/base/128x128/apps/kde-gtk-config.png +share/icons/oxygen/base/128x128/apps/kde-windows.png +share/icons/oxygen/base/128x128/apps/kde.png +share/icons/oxygen/base/128x128/apps/kdevelop.png +share/icons/oxygen/base/128x128/apps/kdf.png +share/icons/oxygen/base/128x128/apps/kformula.png +share/icons/oxygen/base/128x128/apps/kgpg.png +share/icons/oxygen/base/128x128/apps/kig.png +share/icons/oxygen/base/128x128/apps/kivio.png +share/icons/oxygen/base/128x128/apps/kjournal.png +share/icons/oxygen/base/128x128/apps/klipper.png +share/icons/oxygen/base/128x128/apps/kmag.png +share/icons/oxygen/base/128x128/apps/kmail.png +share/icons/oxygen/base/128x128/apps/kmail2.png +share/icons/oxygen/base/128x128/apps/kmix.png +share/icons/oxygen/base/128x128/apps/kmplayer.png +share/icons/oxygen/base/128x128/apps/knewsticker.png +share/icons/oxygen/base/128x128/apps/knotes.png +share/icons/oxygen/base/128x128/apps/kolf.png +share/icons/oxygen/base/128x128/apps/konqueror.png +share/icons/oxygen/base/128x128/apps/kontact-import-wizard.png +share/icons/oxygen/base/128x128/apps/kontact.png +share/icons/oxygen/base/128x128/apps/konversation.png +share/icons/oxygen/base/128x128/apps/kopete-offline.png +share/icons/oxygen/base/128x128/apps/kopete.png +share/icons/oxygen/base/128x128/apps/korg-journal.png +share/icons/oxygen/base/128x128/apps/korg-todo.png +share/icons/oxygen/base/128x128/apps/korgac.png +share/icons/oxygen/base/128x128/apps/korganizer.png +share/icons/oxygen/base/128x128/apps/kplato.png +share/icons/oxygen/base/128x128/apps/kpresenter.png +share/icons/oxygen/base/128x128/apps/krdc.png +share/icons/oxygen/base/128x128/apps/krfb.png +share/icons/oxygen/base/128x128/apps/ksnapshot.png +share/icons/oxygen/base/128x128/apps/ksniffer.png +share/icons/oxygen/base/128x128/apps/kspread.png +share/icons/oxygen/base/128x128/apps/ksudoku.png +share/icons/oxygen/base/128x128/apps/kthesaurus.png +share/icons/oxygen/base/128x128/apps/ktip.png +share/icons/oxygen/base/128x128/apps/ktorrent.png +share/icons/oxygen/base/128x128/apps/kuickshow.png +share/icons/oxygen/base/128x128/apps/kverbos.png +share/icons/oxygen/base/128x128/apps/kwalletmanager.png +share/icons/oxygen/base/128x128/apps/kword.png +share/icons/oxygen/base/128x128/apps/lokalize.png +share/icons/oxygen/base/128x128/apps/mameexecutor.png +share/icons/oxygen/base/128x128/apps/multimedia-volume-control.png +share/icons/oxygen/base/128x128/apps/muondiscover.png +share/icons/oxygen/base/128x128/apps/nepomuk.png +share/icons/oxygen/base/128x128/apps/office-address-book.png +share/icons/oxygen/base/128x128/apps/office-calendar.png +share/icons/oxygen/base/128x128/apps/okteta.png +share/icons/oxygen/base/128x128/apps/okular.png +share/icons/oxygen/base/128x128/apps/oxygen.png +share/icons/oxygen/base/128x128/apps/partitionmanager.png +share/icons/oxygen/base/128x128/apps/picmi.png +share/icons/oxygen/base/128x128/apps/planner.png +share/icons/oxygen/base/128x128/apps/plasma.png +share/icons/oxygen/base/128x128/apps/plasmagik.png +share/icons/oxygen/base/128x128/apps/preferences-contact-list.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-color.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-display.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-font.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-icons.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-locale.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-notification.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-printer.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-sound.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-theme.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-user.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/128x128/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/128x128/apps/preferences-plugin.png +share/icons/oxygen/base/128x128/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/128x128/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/128x128/apps/preferences-system-login.png +share/icons/oxygen/base/128x128/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/128x128/apps/preferences-system-power-management.png +share/icons/oxygen/base/128x128/apps/preferences-system-time.png +share/icons/oxygen/base/128x128/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/128x128/apps/preferences-system-windows-move.png +share/icons/oxygen/base/128x128/apps/preferences-system-windows.png +share/icons/oxygen/base/128x128/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/128x128/apps/qelectrotech.png +share/icons/oxygen/base/128x128/apps/quassel.png +share/icons/oxygen/base/128x128/apps/scribus.png +share/icons/oxygen/base/128x128/apps/semn.png +share/icons/oxygen/base/128x128/apps/showfoto.png +share/icons/oxygen/base/128x128/apps/skrooge-black.png +share/icons/oxygen/base/128x128/apps/skrooge-initial.png +share/icons/oxygen/base/128x128/apps/skrooge.png +share/icons/oxygen/base/128x128/apps/step.png +share/icons/oxygen/base/128x128/apps/strigi.png +share/icons/oxygen/base/128x128/apps/system-diagnosis.png +share/icons/oxygen/base/128x128/apps/system-file-manager.png +share/icons/oxygen/base/128x128/apps/system-software-update.png +share/icons/oxygen/base/128x128/apps/system-users.png +share/icons/oxygen/base/128x128/apps/tagua.png +share/icons/oxygen/base/128x128/apps/telepathy-kde.png +share/icons/oxygen/base/128x128/apps/utilities-desktop-extra.png +share/icons/oxygen/base/128x128/apps/utilities-file-archiver.png +share/icons/oxygen/base/128x128/apps/utilities-log-viewer.png +share/icons/oxygen/base/128x128/apps/utilities-system-monitor.png +share/icons/oxygen/base/128x128/apps/utilities-terminal.png +share/icons/oxygen/base/128x128/apps/wine.png +share/icons/oxygen/base/128x128/apps/xorg.png +share/icons/oxygen/base/128x128/apps/yakuake.png +share/icons/oxygen/base/128x128/apps/zanshin.png +share/icons/oxygen/base/128x128/categories/applications-accessories.png +share/icons/oxygen/base/128x128/categories/applications-development-translation.png +share/icons/oxygen/base/128x128/categories/applications-development-web.png +share/icons/oxygen/base/128x128/categories/applications-development.png +share/icons/oxygen/base/128x128/categories/applications-education-language.png +share/icons/oxygen/base/128x128/categories/applications-education-mathematics.png +share/icons/oxygen/base/128x128/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/128x128/categories/applications-education-preschool.png +share/icons/oxygen/base/128x128/categories/applications-education-school.png +share/icons/oxygen/base/128x128/categories/applications-education-science.png +share/icons/oxygen/base/128x128/categories/applications-education-university.png +share/icons/oxygen/base/128x128/categories/applications-education.png +share/icons/oxygen/base/128x128/categories/applications-engineering.png +share/icons/oxygen/base/128x128/categories/applications-games.png +share/icons/oxygen/base/128x128/categories/applications-graphics.png +share/icons/oxygen/base/128x128/categories/applications-internet.png +share/icons/oxygen/base/128x128/categories/applications-multimedia.png +share/icons/oxygen/base/128x128/categories/applications-office.png +share/icons/oxygen/base/128x128/categories/applications-other.png +share/icons/oxygen/base/128x128/categories/applications-science.png +share/icons/oxygen/base/128x128/categories/applications-system.png +share/icons/oxygen/base/128x128/categories/applications-toys.png +share/icons/oxygen/base/128x128/categories/applications-utilities.png +share/icons/oxygen/base/128x128/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/128x128/categories/preferences-desktop-personal.png +share/icons/oxygen/base/128x128/categories/preferences-desktop.png +share/icons/oxygen/base/128x128/categories/preferences-other.png +share/icons/oxygen/base/128x128/categories/preferences-system-network.png +share/icons/oxygen/base/128x128/categories/preferences-system.png +share/icons/oxygen/base/128x128/categories/system-help.png +share/icons/oxygen/base/128x128/devices/audio-card.png +share/icons/oxygen/base/128x128/devices/audio-headphones.png +share/icons/oxygen/base/128x128/devices/audio-headset.png +share/icons/oxygen/base/128x128/devices/audio-input-line.png +share/icons/oxygen/base/128x128/devices/audio-input-microphone.png +share/icons/oxygen/base/128x128/devices/battery.png +share/icons/oxygen/base/128x128/devices/camera-photo.png +share/icons/oxygen/base/128x128/devices/camera-web.png +share/icons/oxygen/base/128x128/devices/computer-laptop.png +share/icons/oxygen/base/128x128/devices/computer.png +share/icons/oxygen/base/128x128/devices/cpu.png +share/icons/oxygen/base/128x128/devices/drive-harddisk.png +share/icons/oxygen/base/128x128/devices/drive-optical.png +share/icons/oxygen/base/128x128/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/128x128/devices/drive-removable-media-usb.png +share/icons/oxygen/base/128x128/devices/drive-removable-media.png +share/icons/oxygen/base/128x128/devices/input-gaming.png +share/icons/oxygen/base/128x128/devices/input-keyboard.png +share/icons/oxygen/base/128x128/devices/input-mouse.png +share/icons/oxygen/base/128x128/devices/input-tablet.png +share/icons/oxygen/base/128x128/devices/media-flash-memory-stick.png +share/icons/oxygen/base/128x128/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/128x128/devices/media-flash-smart-media.png +share/icons/oxygen/base/128x128/devices/media-flash.png +share/icons/oxygen/base/128x128/devices/media-floppy.png +share/icons/oxygen/base/128x128/devices/media-optical-audio.png +share/icons/oxygen/base/128x128/devices/media-optical-blu-ray.png +share/icons/oxygen/base/128x128/devices/media-optical-data.png +share/icons/oxygen/base/128x128/devices/media-optical-dvd-video.png +share/icons/oxygen/base/128x128/devices/media-optical-dvd.png +share/icons/oxygen/base/128x128/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/128x128/devices/media-optical-recordable.png +share/icons/oxygen/base/128x128/devices/media-optical-video.png +share/icons/oxygen/base/128x128/devices/media-optical.png +share/icons/oxygen/base/128x128/devices/media-tape.png +share/icons/oxygen/base/128x128/devices/modem.png +share/icons/oxygen/base/128x128/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/128x128/devices/multimedia-player.png +share/icons/oxygen/base/128x128/devices/network-wired.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-00.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-100.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-25.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-50.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-75.png +share/icons/oxygen/base/128x128/devices/network-wireless-disconnected.png +share/icons/oxygen/base/128x128/devices/network-wireless.png +share/icons/oxygen/base/128x128/devices/pda.png +share/icons/oxygen/base/128x128/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/128x128/devices/phone.png +share/icons/oxygen/base/128x128/devices/printer-laser.png +share/icons/oxygen/base/128x128/devices/printer.png +share/icons/oxygen/base/128x128/devices/scanner.png +share/icons/oxygen/base/128x128/devices/secure-card.png +share/icons/oxygen/base/128x128/devices/smartphone.png +share/icons/oxygen/base/128x128/devices/tablet.png +share/icons/oxygen/base/128x128/devices/video-display.png +share/icons/oxygen/base/128x128/devices/video-projector.png +share/icons/oxygen/base/128x128/devices/video-television.png +share/icons/oxygen/base/128x128/emblems/emblem-mounted.png +share/icons/oxygen/base/128x128/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/128x128/emotes/face-angel.png +share/icons/oxygen/base/128x128/emotes/face-embarrassed.png +share/icons/oxygen/base/128x128/emotes/face-kiss.png +share/icons/oxygen/base/128x128/emotes/face-laugh.png +share/icons/oxygen/base/128x128/emotes/face-plain.png +share/icons/oxygen/base/128x128/emotes/face-raspberry.png +share/icons/oxygen/base/128x128/emotes/face-sad.png +share/icons/oxygen/base/128x128/emotes/face-smile-big.png +share/icons/oxygen/base/128x128/emotes/face-smile.png +share/icons/oxygen/base/128x128/emotes/face-surprise.png +share/icons/oxygen/base/128x128/emotes/face-uncertain.png +share/icons/oxygen/base/128x128/emotes/face-wink.png +share/icons/oxygen/base/128x128/mimetypes/application-atom+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-epub+zip.png +share/icons/oxygen/base/128x128/mimetypes/application-illustrator.png +share/icons/oxygen/base/128x128/mimetypes/application-javascript.png +share/icons/oxygen/base/128x128/mimetypes/application-msword-template.png +share/icons/oxygen/base/128x128/mimetypes/application-msword.png +share/icons/oxygen/base/128x128/mimetypes/application-octet-stream.png +share/icons/oxygen/base/128x128/mimetypes/application-ogg.png +share/icons/oxygen/base/128x128/mimetypes/application-pdf.png +share/icons/oxygen/base/128x128/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/128x128/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/128x128/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/128x128/mimetypes/application-postscript.png +share/icons/oxygen/base/128x128/mimetypes/application-relaxng.png +share/icons/oxygen/base/128x128/mimetypes/application-rss+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-rtf.png +share/icons/oxygen/base/128x128/mimetypes/application-sxw.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/128x128/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/128x128/mimetypes/application-x-abiword.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ace.png +share/icons/oxygen/base/128x128/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-arc.png +share/icons/oxygen/base/128x128/mimetypes/application-x-archive.png +share/icons/oxygen/base/128x128/mimetypes/application-x-arj.png +share/icons/oxygen/base/128x128/mimetypes/application-x-awk.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/128x128/mimetypes/application-x-blender.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bzip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cda.png +share/icons/oxygen/base/128x128/mimetypes/application-x-chm.png +share/icons/oxygen/base/128x128/mimetypes/application-x-compress.png +share/icons/oxygen/base/128x128/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cpio.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cue.png +share/icons/oxygen/base/128x128/mimetypes/application-x-deb.png +share/icons/oxygen/base/128x128/mimetypes/application-x-designer.png +share/icons/oxygen/base/128x128/mimetypes/application-x-desktop.png +share/icons/oxygen/base/128x128/mimetypes/application-x-egon.png +share/icons/oxygen/base/128x128/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/128x128/mimetypes/application-x-executable.png +share/icons/oxygen/base/128x128/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gzip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/128x128/mimetypes/application-x-iso.png +share/icons/oxygen/base/128x128/mimetypes/application-x-it87.png +share/icons/oxygen/base/128x128/mimetypes/application-x-jar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/128x128/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/128x128/mimetypes/application-x-java.png +share/icons/oxygen/base/128x128/mimetypes/application-x-javascript.png +share/icons/oxygen/base/128x128/mimetypes/application-x-k3b.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kformula.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kontour.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kplato.png +share/icons/oxygen/base/128x128/mimetypes/application-x-krita.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kword.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lha.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lyx.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lzop.png +share/icons/oxygen/base/128x128/mimetypes/application-x-m4.png +share/icons/oxygen/base/128x128/mimetypes/application-x-marble.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/128x128/mimetypes/application-x-nzb.png +share/icons/oxygen/base/128x128/mimetypes/application-x-object.png +share/icons/oxygen/base/128x128/mimetypes/application-x-pak.png +share/icons/oxygen/base/128x128/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/128x128/mimetypes/application-x-perl.png +share/icons/oxygen/base/128x128/mimetypes/application-x-php.png +share/icons/oxygen/base/128x128/mimetypes/application-x-plasma.png +share/icons/oxygen/base/128x128/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/128x128/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/128x128/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/128x128/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/128x128/mimetypes/application-x-rar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/128x128/mimetypes/application-x-rpm.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ruby.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/128x128/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/128x128/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/128x128/mimetypes/application-x-siag.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sif.png +share/icons/oxygen/base/128x128/mimetypes/application-x-skg.png +share/icons/oxygen/base/128x128/mimetypes/application-x-skgc.png +share/icons/oxygen/base/128x128/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/128x128/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/128x128/mimetypes/application-x-srt.png +share/icons/oxygen/base/128x128/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-subrip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tarz.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tgif.png +share/icons/oxygen/base/128x128/mimetypes/application-x-trash.png +share/icons/oxygen/base/128x128/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tzo.png +share/icons/oxygen/base/128x128/mimetypes/application-x-wmf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/128x128/mimetypes/application-x-zoo.png +share/icons/oxygen/base/128x128/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-xml.png +share/icons/oxygen/base/128x128/mimetypes/application-xsd.png +share/icons/oxygen/base/128x128/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-zip.png +share/icons/oxygen/base/128x128/mimetypes/audio-ac3.png +share/icons/oxygen/base/128x128/mimetypes/audio-midi.png +share/icons/oxygen/base/128x128/mimetypes/audio-mp2.png +share/icons/oxygen/base/128x128/mimetypes/audio-mp3.png +share/icons/oxygen/base/128x128/mimetypes/audio-mp4.png +share/icons/oxygen/base/128x128/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/128x128/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/128x128/mimetypes/audio-vn.rn-realvideo.png +share/icons/oxygen/base/128x128/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-flac.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-wav.png +share/icons/oxygen/base/128x128/mimetypes/encrypted.png +share/icons/oxygen/base/128x128/mimetypes/fonts-package.png +share/icons/oxygen/base/128x128/mimetypes/image-bmp.png +share/icons/oxygen/base/128x128/mimetypes/image-gif.png +share/icons/oxygen/base/128x128/mimetypes/image-jpeg.png +share/icons/oxygen/base/128x128/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/128x128/mimetypes/image-png.png +share/icons/oxygen/base/128x128/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/128x128/mimetypes/image-svg+xml.png +share/icons/oxygen/base/128x128/mimetypes/image-tiff.png +share/icons/oxygen/base/128x128/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/128x128/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/128x128/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/128x128/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/128x128/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-emf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-eps.png +share/icons/oxygen/base/128x128/mimetypes/image-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/image-x-krita.png +share/icons/oxygen/base/128x128/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/128x128/mimetypes/image-x-psd.png +share/icons/oxygen/base/128x128/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/128x128/mimetypes/image-x-tga.png +share/icons/oxygen/base/128x128/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/128x128/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/128x128/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/128x128/mimetypes/image-x-wmf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-xcf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-xfig.png +share/icons/oxygen/base/128x128/mimetypes/inode-directory.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-database.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-text.png +share/icons/oxygen/base/128x128/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/128x128/mimetypes/message-news.png +share/icons/oxygen/base/128x128/mimetypes/message-partial.png +share/icons/oxygen/base/128x128/mimetypes/message-rfc822.png +share/icons/oxygen/base/128x128/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/128x128/mimetypes/message.png +share/icons/oxygen/base/128x128/mimetypes/odf.png +share/icons/oxygen/base/128x128/mimetypes/package-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/text-calendar.png +share/icons/oxygen/base/128x128/mimetypes/text-csharp.png +share/icons/oxygen/base/128x128/mimetypes/text-css.png +share/icons/oxygen/base/128x128/mimetypes/text-csv.png +share/icons/oxygen/base/128x128/mimetypes/text-directory.png +share/icons/oxygen/base/128x128/mimetypes/text-enriched.png +share/icons/oxygen/base/128x128/mimetypes/text-html.png +share/icons/oxygen/base/128x128/mimetypes/text-mathml.png +share/icons/oxygen/base/128x128/mimetypes/text-plain.png +share/icons/oxygen/base/128x128/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/128x128/mimetypes/text-rdf.png +share/icons/oxygen/base/128x128/mimetypes/text-rtf.png +share/icons/oxygen/base/128x128/mimetypes/text-sgml.png +share/icons/oxygen/base/128x128/mimetypes/text-troff.png +share/icons/oxygen/base/128x128/mimetypes/text-vcalendar.png +share/icons/oxygen/base/128x128/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/128x128/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/128x128/mimetypes/text-x-authors.png +share/icons/oxygen/base/128x128/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/128x128/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/128x128/mimetypes/text-x-c++src.png +share/icons/oxygen/base/128x128/mimetypes/text-x-changelog.png +share/icons/oxygen/base/128x128/mimetypes/text-x-chdr.png +share/icons/oxygen/base/128x128/mimetypes/text-x-cmake.png +share/icons/oxygen/base/128x128/mimetypes/text-x-copying.png +share/icons/oxygen/base/128x128/mimetypes/text-x-credits.png +share/icons/oxygen/base/128x128/mimetypes/text-x-csharp.png +share/icons/oxygen/base/128x128/mimetypes/text-x-csrc.png +share/icons/oxygen/base/128x128/mimetypes/text-x-dtd.png +share/icons/oxygen/base/128x128/mimetypes/text-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/128x128/mimetypes/text-x-haskell.png +share/icons/oxygen/base/128x128/mimetypes/text-x-hex.png +share/icons/oxygen/base/128x128/mimetypes/text-x-install.png +share/icons/oxygen/base/128x128/mimetypes/text-x-java-source.png +share/icons/oxygen/base/128x128/mimetypes/text-x-java.png +share/icons/oxygen/base/128x128/mimetypes/text-x-javascript.png +share/icons/oxygen/base/128x128/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/128x128/mimetypes/text-x-ldif.png +share/icons/oxygen/base/128x128/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/128x128/mimetypes/text-x-log.png +share/icons/oxygen/base/128x128/mimetypes/text-x-makefile.png +share/icons/oxygen/base/128x128/mimetypes/text-x-nfo.png +share/icons/oxygen/base/128x128/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/128x128/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/128x128/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-opml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-pascal.png +share/icons/oxygen/base/128x128/mimetypes/text-x-patch.png +share/icons/oxygen/base/128x128/mimetypes/text-x-plain.png +share/icons/oxygen/base/128x128/mimetypes/text-x-po.png +share/icons/oxygen/base/128x128/mimetypes/text-x-python.png +share/icons/oxygen/base/128x128/mimetypes/text-x-qml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-readme.png +share/icons/oxygen/base/128x128/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/128x128/mimetypes/text-x-script.png +share/icons/oxygen/base/128x128/mimetypes/text-x-sql.png +share/icons/oxygen/base/128x128/mimetypes/text-x-tcl.png +share/icons/oxygen/base/128x128/mimetypes/text-x-tex.png +share/icons/oxygen/base/128x128/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/128x128/mimetypes/text-x-vcard.png +share/icons/oxygen/base/128x128/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/128x128/mimetypes/text-xmcd.png +share/icons/oxygen/base/128x128/mimetypes/text-xml.png +share/icons/oxygen/base/128x128/mimetypes/unknown.png +share/icons/oxygen/base/128x128/mimetypes/uri-mms.png +share/icons/oxygen/base/128x128/mimetypes/uri-mmst.png +share/icons/oxygen/base/128x128/mimetypes/uri-mmsu.png +share/icons/oxygen/base/128x128/mimetypes/uri-pnm.png +share/icons/oxygen/base/128x128/mimetypes/uri-rtspt.png +share/icons/oxygen/base/128x128/mimetypes/uri-rtspu.png +share/icons/oxygen/base/128x128/mimetypes/video-mp4.png +share/icons/oxygen/base/128x128/mimetypes/video-vivo.png +share/icons/oxygen/base/128x128/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/128x128/mimetypes/video-wavelet.png +share/icons/oxygen/base/128x128/mimetypes/video-webm.png +share/icons/oxygen/base/128x128/mimetypes/video-x-anim.png +share/icons/oxygen/base/128x128/mimetypes/video-x-flic.png +share/icons/oxygen/base/128x128/mimetypes/video-x-flv.png +share/icons/oxygen/base/128x128/mimetypes/video-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/128x128/mimetypes/video-x-javafx.png +share/icons/oxygen/base/128x128/mimetypes/video-x-matroska.png +share/icons/oxygen/base/128x128/mimetypes/video-x-mng.png +share/icons/oxygen/base/128x128/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/128x128/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/128x128/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/128x128/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/128x128/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/128x128/mimetypes/video-x-wmv.png +share/icons/oxygen/base/128x128/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/128x128/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/128x128/mimetypes/x-media-podcast.png +share/icons/oxygen/base/128x128/mimetypes/x-office-address-book.png +share/icons/oxygen/base/128x128/mimetypes/x-office-calendar.png +share/icons/oxygen/base/128x128/mimetypes/x-office-document.png +share/icons/oxygen/base/128x128/mimetypes/x-office-drawing.png +share/icons/oxygen/base/128x128/mimetypes/x-office-presentation.png +share/icons/oxygen/base/128x128/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/128x128/places/bookmarks.png +share/icons/oxygen/base/128x128/places/certificate-server.png +share/icons/oxygen/base/128x128/places/document-multiple.png +share/icons/oxygen/base/128x128/places/favorites.png +share/icons/oxygen/base/128x128/places/folder-activities.png +share/icons/oxygen/base/128x128/places/folder-black.png +share/icons/oxygen/base/128x128/places/folder-blue.png +share/icons/oxygen/base/128x128/places/folder-bookmark.png +share/icons/oxygen/base/128x128/places/folder-brown.png +share/icons/oxygen/base/128x128/places/folder-cloud.png +share/icons/oxygen/base/128x128/places/folder-cyan.png +share/icons/oxygen/base/128x128/places/folder-development.png +share/icons/oxygen/base/128x128/places/folder-documents.png +share/icons/oxygen/base/128x128/places/folder-download.png +share/icons/oxygen/base/128x128/places/folder-downloads.png +share/icons/oxygen/base/128x128/places/folder-dropbox.png +share/icons/oxygen/base/128x128/places/folder-favorites.png +share/icons/oxygen/base/128x128/places/folder-gdrive.png +share/icons/oxygen/base/128x128/places/folder-green.png +share/icons/oxygen/base/128x128/places/folder-grey.png +share/icons/oxygen/base/128x128/places/folder-html.png +share/icons/oxygen/base/128x128/places/folder-image-people.png +share/icons/oxygen/base/128x128/places/folder-image.png +share/icons/oxygen/base/128x128/places/folder-images.png +share/icons/oxygen/base/128x128/places/folder-important.png +share/icons/oxygen/base/128x128/places/folder-locked.png +share/icons/oxygen/base/128x128/places/folder-mail.png +share/icons/oxygen/base/128x128/places/folder-music.png +share/icons/oxygen/base/128x128/places/folder-network.png +share/icons/oxygen/base/128x128/places/folder-onedrive.png +share/icons/oxygen/base/128x128/places/folder-orange.png +share/icons/oxygen/base/128x128/places/folder-owncloud.png +share/icons/oxygen/base/128x128/places/folder-picture.png +share/icons/oxygen/base/128x128/places/folder-pictures.png +share/icons/oxygen/base/128x128/places/folder-print.png +share/icons/oxygen/base/128x128/places/folder-public.png +share/icons/oxygen/base/128x128/places/folder-publicshare.png +share/icons/oxygen/base/128x128/places/folder-red.png +share/icons/oxygen/base/128x128/places/folder-remote.png +share/icons/oxygen/base/128x128/places/folder-script.png +share/icons/oxygen/base/128x128/places/folder-sound.png +share/icons/oxygen/base/128x128/places/folder-tar.png +share/icons/oxygen/base/128x128/places/folder-temp.png +share/icons/oxygen/base/128x128/places/folder-text.png +share/icons/oxygen/base/128x128/places/folder-txt.png +share/icons/oxygen/base/128x128/places/folder-video.png +share/icons/oxygen/base/128x128/places/folder-videos.png +share/icons/oxygen/base/128x128/places/folder-violet.png +share/icons/oxygen/base/128x128/places/folder-yellow.png +share/icons/oxygen/base/128x128/places/folder.png +share/icons/oxygen/base/128x128/places/mail-folder-outbox.png +share/icons/oxygen/base/128x128/places/mail-folder-sent.png +share/icons/oxygen/base/128x128/places/mail-message.png +share/icons/oxygen/base/128x128/places/network-server-database.png +share/icons/oxygen/base/128x128/places/network-server.png +share/icons/oxygen/base/128x128/places/network-workgroup.png +share/icons/oxygen/base/128x128/places/repository.png +share/icons/oxygen/base/128x128/places/server-database.png +share/icons/oxygen/base/128x128/places/start-here-kde.png +share/icons/oxygen/base/128x128/places/start-here.png +share/icons/oxygen/base/128x128/places/stock_folder.png +share/icons/oxygen/base/128x128/places/user-desktop.png +share/icons/oxygen/base/128x128/places/user-home.png +share/icons/oxygen/base/128x128/places/user-identity.png +share/icons/oxygen/base/128x128/places/user-trash-full.png +share/icons/oxygen/base/128x128/places/user-trash.png +share/icons/oxygen/base/128x128/status/dialog-error.png +share/icons/oxygen/base/128x128/status/dialog-information.png +share/icons/oxygen/base/128x128/status/dialog-password.png +share/icons/oxygen/base/128x128/status/dialog-warning.png +share/icons/oxygen/base/128x128/status/image-missing.png +share/icons/oxygen/base/128x128/status/mail-queued.png +share/icons/oxygen/base/128x128/status/mail-unread-new.png +share/icons/oxygen/base/128x128/status/meeting-chair.png +share/icons/oxygen/base/128x128/status/meeting-observer.png +share/icons/oxygen/base/128x128/status/meeting-organizer.png +share/icons/oxygen/base/128x128/status/meeting-participant-optional.png +share/icons/oxygen/base/128x128/status/meeting-participant-reply.png +share/icons/oxygen/base/128x128/status/meeting-participant.png +share/icons/oxygen/base/128x128/status/script-error.png +share/icons/oxygen/base/128x128/status/security-high.png +share/icons/oxygen/base/128x128/status/security-low.png +share/icons/oxygen/base/128x128/status/security-medium.png +share/icons/oxygen/base/128x128/status/user-trash-full.png +share/icons/oxygen/base/128x128/status/weather-clear-night.png +share/icons/oxygen/base/128x128/status/weather-clear.png +share/icons/oxygen/base/128x128/status/weather-clouds-night.png +share/icons/oxygen/base/128x128/status/weather-clouds.png +share/icons/oxygen/base/128x128/status/weather-few-clouds-night.png +share/icons/oxygen/base/128x128/status/weather-few-clouds.png +share/icons/oxygen/base/128x128/status/weather-fog.png +share/icons/oxygen/base/128x128/status/weather-freezing-rain.png +share/icons/oxygen/base/128x128/status/weather-hail.png +share/icons/oxygen/base/128x128/status/weather-many-clouds.png +share/icons/oxygen/base/128x128/status/weather-mist.png +share/icons/oxygen/base/128x128/status/weather-none-available.png +share/icons/oxygen/base/128x128/status/weather-overcast.png +share/icons/oxygen/base/128x128/status/weather-showers-day.png +share/icons/oxygen/base/128x128/status/weather-showers-night.png +share/icons/oxygen/base/128x128/status/weather-showers-scattered-day.png +share/icons/oxygen/base/128x128/status/weather-showers-scattered-night.png +share/icons/oxygen/base/128x128/status/weather-showers-scattered.png +share/icons/oxygen/base/128x128/status/weather-showers.png +share/icons/oxygen/base/128x128/status/weather-snow-rain.png +share/icons/oxygen/base/128x128/status/weather-snow-scattered-day.png +share/icons/oxygen/base/128x128/status/weather-snow-scattered-night.png +share/icons/oxygen/base/128x128/status/weather-snow-scattered.png +share/icons/oxygen/base/128x128/status/weather-snow.png +share/icons/oxygen/base/128x128/status/weather-storm-day.png +share/icons/oxygen/base/128x128/status/weather-storm-night.png +share/icons/oxygen/base/128x128/status/weather-storm.png +share/icons/oxygen/base/16x16/actions/CVnamespace.png +share/icons/oxygen/base/16x16/actions/Info-amarok.png +share/icons/oxygen/base/16x16/actions/accept_time_event.png +share/icons/oxygen/base/16x16/actions/acrobat.png +share/icons/oxygen/base/16x16/actions/action-albumfolder-importdir2.png +share/icons/oxygen/base/16x16/actions/activity-fork.png +share/icons/oxygen/base/16x16/actions/actor.png +share/icons/oxygen/base/16x16/actions/add-placemark.png +share/icons/oxygen/base/16x16/actions/address-book-new.png +share/icons/oxygen/base/16x16/actions/addressbook-details.png +share/icons/oxygen/base/16x16/actions/albumfolder-importdir.png +share/icons/oxygen/base/16x16/actions/albumfolder-importimages.png +share/icons/oxygen/base/16x16/actions/albumfolder-new.png +share/icons/oxygen/base/16x16/actions/albumfolder-properties.png +share/icons/oxygen/base/16x16/actions/albumfolder-user-trash.png +share/icons/oxygen/base/16x16/actions/align-horizontal-center.png +share/icons/oxygen/base/16x16/actions/align-horizontal-left-out.png +share/icons/oxygen/base/16x16/actions/align-horizontal-left.png +share/icons/oxygen/base/16x16/actions/align-horizontal-right-out.png +share/icons/oxygen/base/16x16/actions/align-horizontal-right.png +share/icons/oxygen/base/16x16/actions/align-vertical-bottom-out.png +share/icons/oxygen/base/16x16/actions/align-vertical-bottom.png +share/icons/oxygen/base/16x16/actions/align-vertical-center.png +share/icons/oxygen/base/16x16/actions/align-vertical-top-out.png +share/icons/oxygen/base/16x16/actions/align-vertical-top.png +share/icons/oxygen/base/16x16/actions/amarok_artist.png +share/icons/oxygen/base/16x16/actions/amarok_clock.png +share/icons/oxygen/base/16x16/actions/amarok_lyrics.png +share/icons/oxygen/base/16x16/actions/amarok_playcount.png +share/icons/oxygen/base/16x16/actions/amarok_playlist.png +share/icons/oxygen/base/16x16/actions/amarok_playlist_refresh.png +share/icons/oxygen/base/16x16/actions/answer-correct.png +share/icons/oxygen/base/16x16/actions/answer.png +share/icons/oxygen/base/16x16/actions/application-exit.png +share/icons/oxygen/base/16x16/actions/application-menu.png +share/icons/oxygen/base/16x16/actions/applications-internet.png +share/icons/oxygen/base/16x16/actions/appointment-new.png +share/icons/oxygen/base/16x16/actions/archive-extract.png +share/icons/oxygen/base/16x16/actions/archive-insert-directory.png +share/icons/oxygen/base/16x16/actions/archive-insert.png +share/icons/oxygen/base/16x16/actions/archive-remove.png +share/icons/oxygen/base/16x16/actions/arrow-down-double.png +share/icons/oxygen/base/16x16/actions/arrow-down.png +share/icons/oxygen/base/16x16/actions/arrow-left-double.png +share/icons/oxygen/base/16x16/actions/arrow-left.png +share/icons/oxygen/base/16x16/actions/arrow-right-double.png +share/icons/oxygen/base/16x16/actions/arrow-right.png +share/icons/oxygen/base/16x16/actions/arrow-up-double.png +share/icons/oxygen/base/16x16/actions/arrow-up.png +share/icons/oxygen/base/16x16/actions/audio-on.png +share/icons/oxygen/base/16x16/actions/bookmark-add-folder.png +share/icons/oxygen/base/16x16/actions/bookmark-edit.png +share/icons/oxygen/base/16x16/actions/bookmark-new-list.png +share/icons/oxygen/base/16x16/actions/bookmark-new.png +share/icons/oxygen/base/16x16/actions/bookmark-toolbar.png +share/icons/oxygen/base/16x16/actions/bookmarks-organize.png +share/icons/oxygen/base/16x16/actions/bookmarks.png +share/icons/oxygen/base/16x16/actions/box.png +share/icons/oxygen/base/16x16/actions/bqm-add.png +share/icons/oxygen/base/16x16/actions/bqm-addqueue.png +share/icons/oxygen/base/16x16/actions/bqm-commit.png +share/icons/oxygen/base/16x16/actions/bqm-diff.png +share/icons/oxygen/base/16x16/actions/bqm-remove.png +share/icons/oxygen/base/16x16/actions/bqm-rmqueue.png +share/icons/oxygen/base/16x16/actions/bqm-update.png +share/icons/oxygen/base/16x16/actions/call-start.png +share/icons/oxygen/base/16x16/actions/call-stop.png +share/icons/oxygen/base/16x16/actions/cards-block.png +share/icons/oxygen/base/16x16/actions/character-set.png +share/icons/oxygen/base/16x16/actions/checkbox.png +share/icons/oxygen/base/16x16/actions/checkmark.png +share/icons/oxygen/base/16x16/actions/choice-round.png +share/icons/oxygen/base/16x16/actions/chronometer-lap.png +share/icons/oxygen/base/16x16/actions/chronometer-reset.png +share/icons/oxygen/base/16x16/actions/chronometer-start.png +share/icons/oxygen/base/16x16/actions/chronometer.png +share/icons/oxygen/base/16x16/actions/class-or-package.png +share/icons/oxygen/base/16x16/actions/class.png +share/icons/oxygen/base/16x16/actions/clock-large.png +share/icons/oxygen/base/16x16/actions/clock.png +share/icons/oxygen/base/16x16/actions/code-block.png +share/icons/oxygen/base/16x16/actions/code-class.png +share/icons/oxygen/base/16x16/actions/code-context.png +share/icons/oxygen/base/16x16/actions/code-function.png +share/icons/oxygen/base/16x16/actions/code-typedef.png +share/icons/oxygen/base/16x16/actions/code-variable.png +share/icons/oxygen/base/16x16/actions/collection-rescan-amarok.png +share/icons/oxygen/base/16x16/actions/color-fill.png +share/icons/oxygen/base/16x16/actions/color-picker-black.png +share/icons/oxygen/base/16x16/actions/color-picker-grey.png +share/icons/oxygen/base/16x16/actions/color-picker-white.png +share/icons/oxygen/base/16x16/actions/color-picker.png +share/icons/oxygen/base/16x16/actions/component.png +share/icons/oxygen/base/16x16/actions/configure-shortcuts.png +share/icons/oxygen/base/16x16/actions/configure-toolbars.png +share/icons/oxygen/base/16x16/actions/configure.png +share/icons/oxygen/base/16x16/actions/contact-new.png +share/icons/oxygen/base/16x16/actions/cursor-arrow.png +share/icons/oxygen/base/16x16/actions/dashboard-show.png +share/icons/oxygen/base/16x16/actions/datatype.png +share/icons/oxygen/base/16x16/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/16x16/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/16x16/actions/debug-run-cursor.png +share/icons/oxygen/base/16x16/actions/debug-run.png +share/icons/oxygen/base/16x16/actions/debug-step-instruction.png +share/icons/oxygen/base/16x16/actions/debug-step-into-instruction.png +share/icons/oxygen/base/16x16/actions/debug-step-into.png +share/icons/oxygen/base/16x16/actions/debug-step-out.png +share/icons/oxygen/base/16x16/actions/debug-step-over.png +share/icons/oxygen/base/16x16/actions/dialog-align-and-distribute.png +share/icons/oxygen/base/16x16/actions/dialog-cancel.png +share/icons/oxygen/base/16x16/actions/dialog-close.png +share/icons/oxygen/base/16x16/actions/dialog-fill-and-stroke.png +share/icons/oxygen/base/16x16/actions/dialog-filters.png +share/icons/oxygen/base/16x16/actions/dialog-icon-preview.png +share/icons/oxygen/base/16x16/actions/dialog-memory.png +share/icons/oxygen/base/16x16/actions/dialog-object-properties.png +share/icons/oxygen/base/16x16/actions/dialog-ok-apply.png +share/icons/oxygen/base/16x16/actions/dialog-ok.png +share/icons/oxygen/base/16x16/actions/dialog-transform.png +share/icons/oxygen/base/16x16/actions/dirsync.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-center.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-equal.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-left.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-margin.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-page.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-right.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-x.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-bottom.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-center.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-equal.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-margin.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-page.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-top.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-y.png +share/icons/oxygen/base/16x16/actions/document-cleanup.png +share/icons/oxygen/base/16x16/actions/document-close.png +share/icons/oxygen/base/16x16/actions/document-decrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/16x16/actions/document-edit-decrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-encrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-sign.png +share/icons/oxygen/base/16x16/actions/document-edit-verify.png +share/icons/oxygen/base/16x16/actions/document-edit.png +share/icons/oxygen/base/16x16/actions/document-encrypt.png +share/icons/oxygen/base/16x16/actions/document-export-ocal.png +share/icons/oxygen/base/16x16/actions/document-export-table.png +share/icons/oxygen/base/16x16/actions/document-export.png +share/icons/oxygen/base/16x16/actions/document-import-ocal.png +share/icons/oxygen/base/16x16/actions/document-import.png +share/icons/oxygen/base/16x16/actions/document-multiple.png +share/icons/oxygen/base/16x16/actions/document-new.png +share/icons/oxygen/base/16x16/actions/document-open-data.png +share/icons/oxygen/base/16x16/actions/document-open-folder.png +share/icons/oxygen/base/16x16/actions/document-open-recent.png +share/icons/oxygen/base/16x16/actions/document-open-remote.png +share/icons/oxygen/base/16x16/actions/document-open.png +share/icons/oxygen/base/16x16/actions/document-preview-archive.png +share/icons/oxygen/base/16x16/actions/document-preview.png +share/icons/oxygen/base/16x16/actions/document-print-direct.png +share/icons/oxygen/base/16x16/actions/document-print-frame.png +share/icons/oxygen/base/16x16/actions/document-print-preview.png +share/icons/oxygen/base/16x16/actions/document-print.png +share/icons/oxygen/base/16x16/actions/document-properties.png +share/icons/oxygen/base/16x16/actions/document-revert.png +share/icons/oxygen/base/16x16/actions/document-save-all.png +share/icons/oxygen/base/16x16/actions/document-save-as.png +share/icons/oxygen/base/16x16/actions/document-save.png +share/icons/oxygen/base/16x16/actions/document-sign.png +share/icons/oxygen/base/16x16/actions/document-swap.png +share/icons/oxygen/base/16x16/actions/documentation.png +share/icons/oxygen/base/16x16/actions/documentinfo.png +share/icons/oxygen/base/16x16/actions/download-later.png +share/icons/oxygen/base/16x16/actions/download.png +share/icons/oxygen/base/16x16/actions/draw-arrow-back.png +share/icons/oxygen/base/16x16/actions/draw-arrow-down.png +share/icons/oxygen/base/16x16/actions/draw-arrow-forward.png +share/icons/oxygen/base/16x16/actions/draw-arrow-up.png +share/icons/oxygen/base/16x16/actions/draw-bezier-curves.png +share/icons/oxygen/base/16x16/actions/draw-brush.png +share/icons/oxygen/base/16x16/actions/draw-circle.png +share/icons/oxygen/base/16x16/actions/draw-cross.png +share/icons/oxygen/base/16x16/actions/draw-donut.png +share/icons/oxygen/base/16x16/actions/draw-ellipse.png +share/icons/oxygen/base/16x16/actions/draw-eraser-delete-objects.png +share/icons/oxygen/base/16x16/actions/draw-eraser.png +share/icons/oxygen/base/16x16/actions/draw-freehand.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle1.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle2.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle3.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle4.png +share/icons/oxygen/base/16x16/actions/draw-line.png +share/icons/oxygen/base/16x16/actions/draw-path.png +share/icons/oxygen/base/16x16/actions/draw-polygon.png +share/icons/oxygen/base/16x16/actions/draw-polyline.png +share/icons/oxygen/base/16x16/actions/draw-rectangle.png +share/icons/oxygen/base/16x16/actions/draw-spiral.png +share/icons/oxygen/base/16x16/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/16x16/actions/draw-star.png +share/icons/oxygen/base/16x16/actions/draw-text.png +share/icons/oxygen/base/16x16/actions/draw-triangle.png +share/icons/oxygen/base/16x16/actions/draw-triangle1.png +share/icons/oxygen/base/16x16/actions/draw-triangle2.png +share/icons/oxygen/base/16x16/actions/draw-triangle3.png +share/icons/oxygen/base/16x16/actions/draw-triangle4.png +share/icons/oxygen/base/16x16/actions/edit-bomb.png +share/icons/oxygen/base/16x16/actions/edit-clear-history.png +share/icons/oxygen/base/16x16/actions/edit-clear-list.png +share/icons/oxygen/base/16x16/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/16x16/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/16x16/actions/edit-clear.png +share/icons/oxygen/base/16x16/actions/edit-copy.png +share/icons/oxygen/base/16x16/actions/edit-cut.png +share/icons/oxygen/base/16x16/actions/edit-delete-shred.png +share/icons/oxygen/base/16x16/actions/edit-delete.png +share/icons/oxygen/base/16x16/actions/edit-duplicate.png +share/icons/oxygen/base/16x16/actions/edit-entry.png +share/icons/oxygen/base/16x16/actions/edit-find-mail.png +share/icons/oxygen/base/16x16/actions/edit-find-project.png +share/icons/oxygen/base/16x16/actions/edit-find-replace.png +share/icons/oxygen/base/16x16/actions/edit-find-user.png +share/icons/oxygen/base/16x16/actions/edit-find.png +share/icons/oxygen/base/16x16/actions/edit-guides.png +share/icons/oxygen/base/16x16/actions/edit-image-face-add.png +share/icons/oxygen/base/16x16/actions/edit-image-face-detect.png +share/icons/oxygen/base/16x16/actions/edit-image-face-recognize.png +share/icons/oxygen/base/16x16/actions/edit-image-face-show.png +share/icons/oxygen/base/16x16/actions/edit-link.png +share/icons/oxygen/base/16x16/actions/edit-map.png +share/icons/oxygen/base/16x16/actions/edit-node.png +share/icons/oxygen/base/16x16/actions/edit-paste.png +share/icons/oxygen/base/16x16/actions/edit-redo.png +share/icons/oxygen/base/16x16/actions/edit-rename.png +share/icons/oxygen/base/16x16/actions/edit-select-all.png +share/icons/oxygen/base/16x16/actions/edit-select.png +share/icons/oxygen/base/16x16/actions/edit-table-cell-merge.png +share/icons/oxygen/base/16x16/actions/edit-table-cell-split.png +share/icons/oxygen/base/16x16/actions/edit-table-delete-column.png +share/icons/oxygen/base/16x16/actions/edit-table-delete-row.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-row-below.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-row-under.png +share/icons/oxygen/base/16x16/actions/edit-text-frame-update.png +share/icons/oxygen/base/16x16/actions/edit-undo-history.png +share/icons/oxygen/base/16x16/actions/edit-undo.png +share/icons/oxygen/base/16x16/actions/editimage.png +share/icons/oxygen/base/16x16/actions/editor.png +share/icons/oxygen/base/16x16/actions/end_of_life.png +share/icons/oxygen/base/16x16/actions/end_state.png +share/icons/oxygen/base/16x16/actions/enum.png +share/icons/oxygen/base/16x16/actions/error.png +share/icons/oxygen/base/16x16/actions/exifinfo.png +share/icons/oxygen/base/16x16/actions/feed-subscribe.png +share/icons/oxygen/base/16x16/actions/file-zoom-in.png +share/icons/oxygen/base/16x16/actions/file-zoom-out.png +share/icons/oxygen/base/16x16/actions/filename-composer-amarok.png +share/icons/oxygen/base/16x16/actions/filename-ignore-amarok.png +share/icons/oxygen/base/16x16/actions/filename-last-played.png +share/icons/oxygen/base/16x16/actions/filename-sample-rate.png +share/icons/oxygen/base/16x16/actions/filename-year-amarok.png +share/icons/oxygen/base/16x16/actions/fileview-preview.png +share/icons/oxygen/base/16x16/actions/fill-color.png +share/icons/oxygen/base/16x16/actions/flag-black.png +share/icons/oxygen/base/16x16/actions/flag-blue.png +share/icons/oxygen/base/16x16/actions/flag-green.png +share/icons/oxygen/base/16x16/actions/flag-red.png +share/icons/oxygen/base/16x16/actions/flag-yellow.png +share/icons/oxygen/base/16x16/actions/flag.png +share/icons/oxygen/base/16x16/actions/folder-new.png +share/icons/oxygen/base/16x16/actions/folder-sync.png +share/icons/oxygen/base/16x16/actions/followmouse.png +share/icons/oxygen/base/16x16/actions/fork.png +share/icons/oxygen/base/16x16/actions/format-add-node.png +share/icons/oxygen/base/16x16/actions/format-break-node.png +share/icons/oxygen/base/16x16/actions/format-connect-node.png +share/icons/oxygen/base/16x16/actions/format-disconnect-node.png +share/icons/oxygen/base/16x16/actions/format-fill-color.png +share/icons/oxygen/base/16x16/actions/format-font-size-less.png +share/icons/oxygen/base/16x16/actions/format-font-size-more.png +share/icons/oxygen/base/16x16/actions/format-indent-less.png +share/icons/oxygen/base/16x16/actions/format-indent-more.png +share/icons/oxygen/base/16x16/actions/format-join-node.png +share/icons/oxygen/base/16x16/actions/format-justify-center.png +share/icons/oxygen/base/16x16/actions/format-justify-fill.png +share/icons/oxygen/base/16x16/actions/format-justify-left.png +share/icons/oxygen/base/16x16/actions/format-justify-right.png +share/icons/oxygen/base/16x16/actions/format-line-spacing-double.png +share/icons/oxygen/base/16x16/actions/format-line-spacing-normal.png +share/icons/oxygen/base/16x16/actions/format-line-spacing-triple.png +share/icons/oxygen/base/16x16/actions/format-list-ordered.png +share/icons/oxygen/base/16x16/actions/format-list-unordered.png +share/icons/oxygen/base/16x16/actions/format-remove-node.png +share/icons/oxygen/base/16x16/actions/format-stroke-color.png +share/icons/oxygen/base/16x16/actions/format-text-bold.png +share/icons/oxygen/base/16x16/actions/format-text-color.png +share/icons/oxygen/base/16x16/actions/format-text-direction-ltr.png +share/icons/oxygen/base/16x16/actions/format-text-direction-rtl.png +share/icons/oxygen/base/16x16/actions/format-text-italic.png +share/icons/oxygen/base/16x16/actions/format-text-strikethrough.png +share/icons/oxygen/base/16x16/actions/format-text-subscript.png +share/icons/oxygen/base/16x16/actions/format-text-superscript.png +share/icons/oxygen/base/16x16/actions/format-text-underline.png +share/icons/oxygen/base/16x16/actions/games-achievements.png +share/icons/oxygen/base/16x16/actions/games-config-background.png +share/icons/oxygen/base/16x16/actions/games-config-board.png +share/icons/oxygen/base/16x16/actions/games-config-custom.png +share/icons/oxygen/base/16x16/actions/games-config-options.png +share/icons/oxygen/base/16x16/actions/games-config-theme.png +share/icons/oxygen/base/16x16/actions/games-config-tiles.png +share/icons/oxygen/base/16x16/actions/games-difficult.png +share/icons/oxygen/base/16x16/actions/games-endturn.png +share/icons/oxygen/base/16x16/actions/games-highscores.png +share/icons/oxygen/base/16x16/actions/games-hint.png +share/icons/oxygen/base/16x16/actions/games-solve.png +share/icons/oxygen/base/16x16/actions/geany-build.png +share/icons/oxygen/base/16x16/actions/geany-close-all.png +share/icons/oxygen/base/16x16/actions/geany-save-all.png +share/icons/oxygen/base/16x16/actions/get-hot-new-stuff.png +share/icons/oxygen/base/16x16/actions/globe.png +share/icons/oxygen/base/16x16/actions/go-bottom.png +share/icons/oxygen/base/16x16/actions/go-down-search.png +share/icons/oxygen/base/16x16/actions/go-down.png +share/icons/oxygen/base/16x16/actions/go-first-view-page.png +share/icons/oxygen/base/16x16/actions/go-first-view.png +share/icons/oxygen/base/16x16/actions/go-first.png +share/icons/oxygen/base/16x16/actions/go-home-large.png +share/icons/oxygen/base/16x16/actions/go-home.png +share/icons/oxygen/base/16x16/actions/go-jump-declaration.png +share/icons/oxygen/base/16x16/actions/go-jump-definition.png +share/icons/oxygen/base/16x16/actions/go-jump-locationbar.png +share/icons/oxygen/base/16x16/actions/go-jump-today.png +share/icons/oxygen/base/16x16/actions/go-jump.png +share/icons/oxygen/base/16x16/actions/go-last-view-page.png +share/icons/oxygen/base/16x16/actions/go-last-view.png +share/icons/oxygen/base/16x16/actions/go-last.png +share/icons/oxygen/base/16x16/actions/go-next-context.png +share/icons/oxygen/base/16x16/actions/go-next-use.png +share/icons/oxygen/base/16x16/actions/go-next-view-page.png +share/icons/oxygen/base/16x16/actions/go-next-view.png +share/icons/oxygen/base/16x16/actions/go-next.png +share/icons/oxygen/base/16x16/actions/go-parent-folder.png +share/icons/oxygen/base/16x16/actions/go-previous-context.png +share/icons/oxygen/base/16x16/actions/go-previous-use.png +share/icons/oxygen/base/16x16/actions/go-previous-view-page.png +share/icons/oxygen/base/16x16/actions/go-previous-view.png +share/icons/oxygen/base/16x16/actions/go-previous.png +share/icons/oxygen/base/16x16/actions/go-top.png +share/icons/oxygen/base/16x16/actions/go-up-search.png +share/icons/oxygen/base/16x16/actions/go-up.png +share/icons/oxygen/base/16x16/actions/gpg.png +share/icons/oxygen/base/16x16/actions/gpgsm.png +share/icons/oxygen/base/16x16/actions/group-edit.png +share/icons/oxygen/base/16x16/actions/group-new.png +share/icons/oxygen/base/16x16/actions/gtk-add.png +share/icons/oxygen/base/16x16/actions/gtk-apply.png +share/icons/oxygen/base/16x16/actions/gtk-bold.png +share/icons/oxygen/base/16x16/actions/gtk-cancel.png +share/icons/oxygen/base/16x16/actions/gtk-cdrom.png +share/icons/oxygen/base/16x16/actions/gtk-clear.png +share/icons/oxygen/base/16x16/actions/gtk-close.png +share/icons/oxygen/base/16x16/actions/gtk-color-picker.png +share/icons/oxygen/base/16x16/actions/gtk-connect.png +share/icons/oxygen/base/16x16/actions/gtk-disconnect.png +share/icons/oxygen/base/16x16/actions/gtk-edit.png +share/icons/oxygen/base/16x16/actions/gtk-execute.png +share/icons/oxygen/base/16x16/actions/gtk-floppy.png +share/icons/oxygen/base/16x16/actions/gtk-no.png +share/icons/oxygen/base/16x16/actions/gtk-ok.png +share/icons/oxygen/base/16x16/actions/gtk-properties.png +share/icons/oxygen/base/16x16/actions/gtk-quit.png +share/icons/oxygen/base/16x16/actions/gtk-select-color.png +share/icons/oxygen/base/16x16/actions/gtk-stop.png +share/icons/oxygen/base/16x16/actions/gtk-undelete-ltr.png +share/icons/oxygen/base/16x16/actions/gtk-undelete-rtl.png +share/icons/oxygen/base/16x16/actions/gtk-yes.png +share/icons/oxygen/base/16x16/actions/guides.png +share/icons/oxygen/base/16x16/actions/help-about.png +share/icons/oxygen/base/16x16/actions/help-contents.png +share/icons/oxygen/base/16x16/actions/help-contextual.png +share/icons/oxygen/base/16x16/actions/help-donate.png +share/icons/oxygen/base/16x16/actions/help-feedback.png +share/icons/oxygen/base/16x16/actions/help-hint.png +share/icons/oxygen/base/16x16/actions/help-keybord-shortcuts.png +share/icons/oxygen/base/16x16/actions/identity.png +share/icons/oxygen/base/16x16/actions/im-aim.png +share/icons/oxygen/base/16x16/actions/im-ban-kick-user.png +share/icons/oxygen/base/16x16/actions/im-ban-user.png +share/icons/oxygen/base/16x16/actions/im-facebook.png +share/icons/oxygen/base/16x16/actions/im-icq.png +share/icons/oxygen/base/16x16/actions/im-identi.ca.png +share/icons/oxygen/base/16x16/actions/im-invisible-user.png +share/icons/oxygen/base/16x16/actions/im-irc.png +share/icons/oxygen/base/16x16/actions/im-jabber.png +share/icons/oxygen/base/16x16/actions/im-kick-user.png +share/icons/oxygen/base/16x16/actions/im-msn.png +share/icons/oxygen/base/16x16/actions/im-qq.png +share/icons/oxygen/base/16x16/actions/im-skype.png +share/icons/oxygen/base/16x16/actions/im-twitter.png +share/icons/oxygen/base/16x16/actions/im-user-away.png +share/icons/oxygen/base/16x16/actions/im-user-busy.png +share/icons/oxygen/base/16x16/actions/im-user-offline.png +share/icons/oxygen/base/16x16/actions/im-user.png +share/icons/oxygen/base/16x16/actions/im-yahoo.png +share/icons/oxygen/base/16x16/actions/initial_state.png +share/icons/oxygen/base/16x16/actions/insert-button.png +share/icons/oxygen/base/16x16/actions/insert-horizontal-rule.png +share/icons/oxygen/base/16x16/actions/insert-image.png +share/icons/oxygen/base/16x16/actions/insert-link.png +share/icons/oxygen/base/16x16/actions/insert-table-row.png +share/icons/oxygen/base/16x16/actions/insert-table.png +share/icons/oxygen/base/16x16/actions/insert-text-frame.png +share/icons/oxygen/base/16x16/actions/insert-text.png +share/icons/oxygen/base/16x16/actions/interface.png +share/icons/oxygen/base/16x16/actions/internet-amarok.png +share/icons/oxygen/base/16x16/actions/irc-close-channel.png +share/icons/oxygen/base/16x16/actions/irc-join-channel.png +share/icons/oxygen/base/16x16/actions/irc-operator.png +share/icons/oxygen/base/16x16/actions/irc-remove-operator.png +share/icons/oxygen/base/16x16/actions/irc-unvoice.png +share/icons/oxygen/base/16x16/actions/irc-voice.png +share/icons/oxygen/base/16x16/actions/kdenlive-add-slide-clip.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-bottom.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-hor.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-left.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-right.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-top.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-vert.png +share/icons/oxygen/base/16x16/actions/kdenlive-deleffect.png +share/icons/oxygen/base/16x16/actions/kdenlive-down.png +share/icons/oxygen/base/16x16/actions/kdenlive-select-rects.png +share/icons/oxygen/base/16x16/actions/kdenlive-select-tool.png +share/icons/oxygen/base/16x16/actions/kdenlive-show-audiothumb.png +share/icons/oxygen/base/16x16/actions/kdenlive-show-video.png +share/icons/oxygen/base/16x16/actions/kdenlive-snap.png +share/icons/oxygen/base/16x16/actions/kdenlive-spacer-tool.png +share/icons/oxygen/base/16x16/actions/kdenlive-unlock.png +share/icons/oxygen/base/16x16/actions/kdenlive-up.png +share/icons/oxygen/base/16x16/actions/key-enter.png +share/icons/oxygen/base/16x16/actions/kmix-master.png +share/icons/oxygen/base/16x16/actions/knotes_alarm.png +share/icons/oxygen/base/16x16/actions/knotes_date.png +share/icons/oxygen/base/16x16/actions/knotes_delete.png +share/icons/oxygen/base/16x16/actions/kontes_close.png +share/icons/oxygen/base/16x16/actions/kr_jumpback.png +share/icons/oxygen/base/16x16/actions/kr_setjumpback.png +share/icons/oxygen/base/16x16/actions/kt-bandwidth-scheduler.png +share/icons/oxygen/base/16x16/actions/kt-change-tracker.png +share/icons/oxygen/base/16x16/actions/kt-check-data.png +share/icons/oxygen/base/16x16/actions/kt-info-widget.png +share/icons/oxygen/base/16x16/actions/kt-pause.png +share/icons/oxygen/base/16x16/actions/kt-remove.png +share/icons/oxygen/base/16x16/actions/kt-restore-defaults.png +share/icons/oxygen/base/16x16/actions/kt-show-statusbar.png +share/icons/oxygen/base/16x16/actions/kt-start.png +share/icons/oxygen/base/16x16/actions/kt-stop.png +share/icons/oxygen/base/16x16/actions/ktnef_extract_to.png +share/icons/oxygen/base/16x16/actions/labplot-auto-scale-all.png +share/icons/oxygen/base/16x16/actions/labplot-auto-scale-x.png +share/icons/oxygen/base/16x16/actions/labplot-auto-scale-y.png +share/icons/oxygen/base/16x16/actions/labplot-cursor-arrow.png +share/icons/oxygen/base/16x16/actions/labplot-transform-move.png +share/icons/oxygen/base/16x16/actions/layer-rename.png +share/icons/oxygen/base/16x16/actions/layer-visible-off.png +share/icons/oxygen/base/16x16/actions/layer-visible-on.png +share/icons/oxygen/base/16x16/actions/lighttableadd.png +share/icons/oxygen/base/16x16/actions/list-add-font.png +share/icons/oxygen/base/16x16/actions/list-add-user.png +share/icons/oxygen/base/16x16/actions/list-add.png +share/icons/oxygen/base/16x16/actions/list-remove-user.png +share/icons/oxygen/base/16x16/actions/list-remove.png +share/icons/oxygen/base/16x16/actions/list-resource-add.png +share/icons/oxygen/base/16x16/actions/mail-encrypted-full.png +share/icons/oxygen/base/16x16/actions/mail-encrypted-part.png +share/icons/oxygen/base/16x16/actions/mail-encrypted.png +share/icons/oxygen/base/16x16/actions/mail-flag.png +share/icons/oxygen/base/16x16/actions/mail-forward.png +share/icons/oxygen/base/16x16/actions/mail-forwarded-replied.png +share/icons/oxygen/base/16x16/actions/mail-forwarded.png +share/icons/oxygen/base/16x16/actions/mail-invitation.png +share/icons/oxygen/base/16x16/actions/mail-mark-important.png +share/icons/oxygen/base/16x16/actions/mail-mark-junk.png +share/icons/oxygen/base/16x16/actions/mail-mark-notjunk.png +share/icons/oxygen/base/16x16/actions/mail-mark-read.png +share/icons/oxygen/base/16x16/actions/mail-mark-unread-new.png +share/icons/oxygen/base/16x16/actions/mail-mark-unread.png +share/icons/oxygen/base/16x16/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/16x16/actions/mail-message-new-list.png +share/icons/oxygen/base/16x16/actions/mail-message-new.png +share/icons/oxygen/base/16x16/actions/mail-queue.png +share/icons/oxygen/base/16x16/actions/mail-receive.png +share/icons/oxygen/base/16x16/actions/mail-replied.png +share/icons/oxygen/base/16x16/actions/mail-reply-all.png +share/icons/oxygen/base/16x16/actions/mail-reply-custom-all.png +share/icons/oxygen/base/16x16/actions/mail-reply-custom.png +share/icons/oxygen/base/16x16/actions/mail-reply-list.png +share/icons/oxygen/base/16x16/actions/mail-reply-sender.png +share/icons/oxygen/base/16x16/actions/mail-send.png +share/icons/oxygen/base/16x16/actions/mail-signature-unknown.png +share/icons/oxygen/base/16x16/actions/mail-signed-full.png +share/icons/oxygen/base/16x16/actions/mail-signed-fully.png +share/icons/oxygen/base/16x16/actions/mail-signed-part.png +share/icons/oxygen/base/16x16/actions/mail-signed-verified.png +share/icons/oxygen/base/16x16/actions/mail-signed.png +share/icons/oxygen/base/16x16/actions/mail-tagged.png +share/icons/oxygen/base/16x16/actions/measure.png +share/icons/oxygen/base/16x16/actions/media-eject.png +share/icons/oxygen/base/16x16/actions/media-playback-pause.png +share/icons/oxygen/base/16x16/actions/media-playback-start.png +share/icons/oxygen/base/16x16/actions/media-playback-stop.png +share/icons/oxygen/base/16x16/actions/media-record.png +share/icons/oxygen/base/16x16/actions/media-seek-backward.png +share/icons/oxygen/base/16x16/actions/media-seek-forward.png +share/icons/oxygen/base/16x16/actions/media-skip-backward.png +share/icons/oxygen/base/16x16/actions/media-skip-forward.png +share/icons/oxygen/base/16x16/actions/media-standard-track-progression-amarok.png +share/icons/oxygen/base/16x16/actions/media-track-add-amarok.png +share/icons/oxygen/base/16x16/actions/media-track-edit-amarok.png +share/icons/oxygen/base/16x16/actions/media-track-remove-amarok.png +share/icons/oxygen/base/16x16/actions/meeting-attending-tentative.png +share/icons/oxygen/base/16x16/actions/meeting-attending.png +share/icons/oxygen/base/16x16/actions/meeting-participant-no-response.png +share/icons/oxygen/base/16x16/actions/meeting-participant-request-response.png +share/icons/oxygen/base/16x16/actions/milestone.png +share/icons/oxygen/base/16x16/actions/network-connect.png +share/icons/oxygen/base/16x16/actions/network-disconnect.png +share/icons/oxygen/base/16x16/actions/news-subscribe.png +share/icons/oxygen/base/16x16/actions/news-unsubscribe.png +share/icons/oxygen/base/16x16/actions/node-add.png +share/icons/oxygen/base/16x16/actions/node-break.png +share/icons/oxygen/base/16x16/actions/node-delete-segment.png +share/icons/oxygen/base/16x16/actions/node-delete.png +share/icons/oxygen/base/16x16/actions/node-join-segment.png +share/icons/oxygen/base/16x16/actions/node-join.png +share/icons/oxygen/base/16x16/actions/note.png +share/icons/oxygen/base/16x16/actions/object-align-horizontal-center-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-horizontal-left-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-horizontal-right-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-bottom-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-bottom-top-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-center-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-top-calligra.png +share/icons/oxygen/base/16x16/actions/object-flip-horizontal.png +share/icons/oxygen/base/16x16/actions/object-flip-vertical.png +share/icons/oxygen/base/16x16/actions/object-group-calligra.png +share/icons/oxygen/base/16x16/actions/object-group.png +share/icons/oxygen/base/16x16/actions/object-hidden.png +share/icons/oxygen/base/16x16/actions/object-order-back-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-back.png +share/icons/oxygen/base/16x16/actions/object-order-front-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-front.png +share/icons/oxygen/base/16x16/actions/object-order-lower-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-lower.png +share/icons/oxygen/base/16x16/actions/object-order-raise-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-raise.png +share/icons/oxygen/base/16x16/actions/object-rotate-left.png +share/icons/oxygen/base/16x16/actions/object-rotate-right.png +share/icons/oxygen/base/16x16/actions/object-ungroup-calligra.png +share/icons/oxygen/base/16x16/actions/object-ungroup.png +share/icons/oxygen/base/16x16/actions/object-unlocked.png +share/icons/oxygen/base/16x16/actions/object-visible.png +share/icons/oxygen/base/16x16/actions/object.png +share/icons/oxygen/base/16x16/actions/object_node.png +share/icons/oxygen/base/16x16/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/16x16/actions/office-chart-area-percentage.png +share/icons/oxygen/base/16x16/actions/office-chart-area-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-area.png +share/icons/oxygen/base/16x16/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/16x16/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-bar.png +share/icons/oxygen/base/16x16/actions/office-chart-line-percentage.png +share/icons/oxygen/base/16x16/actions/office-chart-line-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-line.png +share/icons/oxygen/base/16x16/actions/office-chart-pie.png +share/icons/oxygen/base/16x16/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-polar.png +share/icons/oxygen/base/16x16/actions/office-chart-ring.png +share/icons/oxygen/base/16x16/actions/office-chart-scatter.png +share/icons/oxygen/base/16x16/actions/open-for-editing.png +share/icons/oxygen/base/16x16/actions/package.png +share/icons/oxygen/base/16x16/actions/page-2sides.png +share/icons/oxygen/base/16x16/actions/page-3sides.png +share/icons/oxygen/base/16x16/actions/page-4sides.png +share/icons/oxygen/base/16x16/actions/page-simple.png +share/icons/oxygen/base/16x16/actions/page-zoom.png +share/icons/oxygen/base/16x16/actions/path-mode-bezier.png +share/icons/oxygen/base/16x16/actions/path-mode-spiro.png +share/icons/oxygen/base/16x16/actions/pdf-annotations.png +share/icons/oxygen/base/16x16/actions/photo.png +share/icons/oxygen/base/16x16/actions/photos-amarok.png +share/icons/oxygen/base/16x16/actions/player-time.png +share/icons/oxygen/base/16x16/actions/player-volume.png +share/icons/oxygen/base/16x16/actions/playlist-sort.png +share/icons/oxygen/base/16x16/actions/polygon-add-nodes.png +share/icons/oxygen/base/16x16/actions/polygon-merge-nodes.png +share/icons/oxygen/base/16x16/actions/postalcode.png +share/icons/oxygen/base/16x16/actions/practice-setup.png +share/icons/oxygen/base/16x16/actions/practice-start.png +share/icons/oxygen/base/16x16/actions/practice-stop.png +share/icons/oxygen/base/16x16/actions/preferences-activities.png +share/icons/oxygen/base/16x16/actions/preferences-media-playback-amarok.png +share/icons/oxygen/base/16x16/actions/preflight-verifier.png +share/icons/oxygen/base/16x16/actions/process-stop.png +share/icons/oxygen/base/16x16/actions/project-development-close-all.png +share/icons/oxygen/base/16x16/actions/project-development-close.png +share/icons/oxygen/base/16x16/actions/project-development-new-template.png +share/icons/oxygen/base/16x16/actions/project-development.png +share/icons/oxygen/base/16x16/actions/project-open.png +share/icons/oxygen/base/16x16/actions/quickopen-class.png +share/icons/oxygen/base/16x16/actions/quickopen-file.png +share/icons/oxygen/base/16x16/actions/quickopen-function.png +share/icons/oxygen/base/16x16/actions/quickopen.png +share/icons/oxygen/base/16x16/actions/rating.png +share/icons/oxygen/base/16x16/actions/ratiocrop.png +share/icons/oxygen/base/16x16/actions/refactor.png +share/icons/oxygen/base/16x16/actions/region.png +share/icons/oxygen/base/16x16/actions/relationship.png +share/icons/oxygen/base/16x16/actions/remove-amarok.png +share/icons/oxygen/base/16x16/actions/remove.png +share/icons/oxygen/base/16x16/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/16x16/actions/resource-calendar-child.png +share/icons/oxygen/base/16x16/actions/resource-calendar-insert.png +share/icons/oxygen/base/16x16/actions/resource-group-new.png +share/icons/oxygen/base/16x16/actions/resource-group.png +share/icons/oxygen/base/16x16/actions/roll.png +share/icons/oxygen/base/16x16/actions/routeplanning.png +share/icons/oxygen/base/16x16/actions/run-build-clean.png +share/icons/oxygen/base/16x16/actions/run-build-configure.png +share/icons/oxygen/base/16x16/actions/run-build-file.png +share/icons/oxygen/base/16x16/actions/run-build-install-root.png +share/icons/oxygen/base/16x16/actions/run-build-install.png +share/icons/oxygen/base/16x16/actions/run-build-prune.png +share/icons/oxygen/base/16x16/actions/run-build.png +share/icons/oxygen/base/16x16/actions/run-clean.png +share/icons/oxygen/base/16x16/actions/run-install.png +share/icons/oxygen/base/16x16/actions/search.png +share/icons/oxygen/base/16x16/actions/select-rectangular.png +share/icons/oxygen/base/16x16/actions/selection-bottom.png +share/icons/oxygen/base/16x16/actions/selection-lower.png +share/icons/oxygen/base/16x16/actions/selection-make-bitmap-copy.png +share/icons/oxygen/base/16x16/actions/selection-raise.png +share/icons/oxygen/base/16x16/actions/selection-top.png +share/icons/oxygen/base/16x16/actions/services.png +share/icons/oxygen/base/16x16/actions/settings-configure.png +share/icons/oxygen/base/16x16/actions/shallow-history.png +share/icons/oxygen/base/16x16/actions/shear.png +share/icons/oxygen/base/16x16/actions/show-dialogs.png +share/icons/oxygen/base/16x16/actions/show-grid.png +share/icons/oxygen/base/16x16/actions/show-menu.png +share/icons/oxygen/base/16x16/actions/show-offline.png +share/icons/oxygen/base/16x16/actions/skg-chart-bubble.png +share/icons/oxygen/base/16x16/actions/skrooge_credit_card.png +share/icons/oxygen/base/16x16/actions/skrooge_less.png +share/icons/oxygen/base/16x16/actions/skrooge_more.png +share/icons/oxygen/base/16x16/actions/skrooge_much_less.png +share/icons/oxygen/base/16x16/actions/skrooge_much_more.png +share/icons/oxygen/base/16x16/actions/skrooge_type.png +share/icons/oxygen/base/16x16/actions/smallclock.png +share/icons/oxygen/base/16x16/actions/snap-extension.png +share/icons/oxygen/base/16x16/actions/snap-guideline.png +share/icons/oxygen/base/16x16/actions/snap-intersection.png +share/icons/oxygen/base/16x16/actions/snap-node.png +share/icons/oxygen/base/16x16/actions/snap-orthogonal.png +share/icons/oxygen/base/16x16/actions/social.png +share/icons/oxygen/base/16x16/actions/sort-name.png +share/icons/oxygen/base/16x16/actions/sort_incr.png +share/icons/oxygen/base/16x16/actions/speaker.png +share/icons/oxygen/base/16x16/actions/specific-setup.png +share/icons/oxygen/base/16x16/actions/sticky_zoom.png +share/icons/oxygen/base/16x16/actions/story-editor.png +share/icons/oxygen/base/16x16/actions/stroke-cap-bevel.png +share/icons/oxygen/base/16x16/actions/stroke-cap-butt.png +share/icons/oxygen/base/16x16/actions/stroke-cap-miter.png +share/icons/oxygen/base/16x16/actions/stroke-cap-round.png +share/icons/oxygen/base/16x16/actions/stroke-cap-square.png +share/icons/oxygen/base/16x16/actions/stroke-join-bevel.png +share/icons/oxygen/base/16x16/actions/stroke-join-miter.png +share/icons/oxygen/base/16x16/actions/stroke-join-round.png +share/icons/oxygen/base/16x16/actions/svn-commit.png +share/icons/oxygen/base/16x16/actions/svn-update.png +share/icons/oxygen/base/16x16/actions/system-lock-screen.png +share/icons/oxygen/base/16x16/actions/system-log-out.png +share/icons/oxygen/base/16x16/actions/system-reboot.png +share/icons/oxygen/base/16x16/actions/system-run.png +share/icons/oxygen/base/16x16/actions/system-search.png +share/icons/oxygen/base/16x16/actions/system-shutdown.png +share/icons/oxygen/base/16x16/actions/system-suspend-hibernate.png +share/icons/oxygen/base/16x16/actions/system-suspend.png +share/icons/oxygen/base/16x16/actions/system-switch-user.png +share/icons/oxygen/base/16x16/actions/system-upgrade.png +share/icons/oxygen/base/16x16/actions/tab-close-other.png +share/icons/oxygen/base/16x16/actions/tab-close.png +share/icons/oxygen/base/16x16/actions/tab-detach.png +share/icons/oxygen/base/16x16/actions/tab-duplicate.png +share/icons/oxygen/base/16x16/actions/tab-new-background.png +share/icons/oxygen/base/16x16/actions/tab-new.png +share/icons/oxygen/base/16x16/actions/tag-addressbook.png +share/icons/oxygen/base/16x16/actions/tag-delete.png +share/icons/oxygen/base/16x16/actions/tag-events.png +share/icons/oxygen/base/16x16/actions/tag-folder.png +share/icons/oxygen/base/16x16/actions/tag-people.png +share/icons/oxygen/base/16x16/actions/tag-places.png +share/icons/oxygen/base/16x16/actions/tag-properties.png +share/icons/oxygen/base/16x16/actions/tag-recents.png +share/icons/oxygen/base/16x16/actions/text-convert-to-regular.png +share/icons/oxygen/base/16x16/actions/text-field.png +share/icons/oxygen/base/16x16/actions/text-frame-link.png +share/icons/oxygen/base/16x16/actions/text-frame-unlink.png +share/icons/oxygen/base/16x16/actions/text-speak.png +share/icons/oxygen/base/16x16/actions/text_subscript.png +share/icons/oxygen/base/16x16/actions/text_superscript.png +share/icons/oxygen/base/16x16/actions/tool-animator.png +share/icons/oxygen/base/16x16/actions/tool-measure.png +share/icons/oxygen/base/16x16/actions/tool-node-editor.png +share/icons/oxygen/base/16x16/actions/tool-pointer.png +share/icons/oxygen/base/16x16/actions/tools-check-spelling.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-burn.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-copy.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-erase.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-format.png +share/icons/oxygen/base/16x16/actions/tools-report-bug.png +share/icons/oxygen/base/16x16/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/16x16/actions/tools-rip-video-cd.png +share/icons/oxygen/base/16x16/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/16x16/actions/tools-wizard.png +share/icons/oxygen/base/16x16/actions/transform-crop-and-resize.png +share/icons/oxygen/base/16x16/actions/transform-crop.png +share/icons/oxygen/base/16x16/actions/transform-move.png +share/icons/oxygen/base/16x16/actions/transform-rotate.png +share/icons/oxygen/base/16x16/actions/transform-scale.png +share/icons/oxygen/base/16x16/actions/transform-shear-down.png +share/icons/oxygen/base/16x16/actions/transform-shear-left.png +share/icons/oxygen/base/16x16/actions/transform-shear-right.png +share/icons/oxygen/base/16x16/actions/transform-shear-up.png +share/icons/oxygen/base/16x16/actions/transform-skew-horizontal.png +share/icons/oxygen/base/16x16/actions/transform-skew-vertical.png +share/icons/oxygen/base/16x16/actions/trash-empty.png +share/icons/oxygen/base/16x16/actions/umbr-coll-message-asynchronous.png +share/icons/oxygen/base/16x16/actions/umbr-coll-message-synchronous.png +share/icons/oxygen/base/16x16/actions/umbr-message-asynchronous.png +share/icons/oxygen/base/16x16/actions/umbr-message-found.png +share/icons/oxygen/base/16x16/actions/umbr-message-lost.png +share/icons/oxygen/base/16x16/actions/umbr-message-synchronous.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_activity.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_class.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_component.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_sequence.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_state.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_usecase.png +share/icons/oxygen/base/16x16/actions/unlock.png +share/icons/oxygen/base/16x16/actions/upcomingevents-amarok.png +share/icons/oxygen/base/16x16/actions/usecase.png +share/icons/oxygen/base/16x16/actions/user-group-delete.png +share/icons/oxygen/base/16x16/actions/user-group-new.png +share/icons/oxygen/base/16x16/actions/user-group-properties.png +share/icons/oxygen/base/16x16/actions/user-identity.png +share/icons/oxygen/base/16x16/actions/user-properties.png +share/icons/oxygen/base/16x16/actions/videoclip-amarok.png +share/icons/oxygen/base/16x16/actions/view-bank.png +share/icons/oxygen/base/16x16/actions/view-barcode-add.png +share/icons/oxygen/base/16x16/actions/view-barcode.png +share/icons/oxygen/base/16x16/actions/view-calendar-agenda.png +share/icons/oxygen/base/16x16/actions/view-calendar-birthday.png +share/icons/oxygen/base/16x16/actions/view-calendar-day.png +share/icons/oxygen/base/16x16/actions/view-calendar-holiday.png +share/icons/oxygen/base/16x16/actions/view-calendar-journal.png +share/icons/oxygen/base/16x16/actions/view-calendar-list.png +share/icons/oxygen/base/16x16/actions/view-calendar-month.png +share/icons/oxygen/base/16x16/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/16x16/actions/view-calendar-tasks.png +share/icons/oxygen/base/16x16/actions/view-calendar-time-spent.png +share/icons/oxygen/base/16x16/actions/view-calendar-timeline.png +share/icons/oxygen/base/16x16/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/16x16/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/16x16/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/16x16/actions/view-calendar-week.png +share/icons/oxygen/base/16x16/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/16x16/actions/view-calendar-workweek.png +share/icons/oxygen/base/16x16/actions/view-calendar.png +share/icons/oxygen/base/16x16/actions/view-certificate-add.png +share/icons/oxygen/base/16x16/actions/view-certificate-export-secret.png +share/icons/oxygen/base/16x16/actions/view-certificate-export-server.png +share/icons/oxygen/base/16x16/actions/view-certificate-export.png +share/icons/oxygen/base/16x16/actions/view-certificate-import.png +share/icons/oxygen/base/16x16/actions/view-certificate-server-configure.png +share/icons/oxygen/base/16x16/actions/view-certificate-sign.png +share/icons/oxygen/base/16x16/actions/view-certificate.png +share/icons/oxygen/base/16x16/actions/view-choose.png +share/icons/oxygen/base/16x16/actions/view-close.png +share/icons/oxygen/base/16x16/actions/view-conversation-balloon.png +share/icons/oxygen/base/16x16/actions/view-file-columns.png +share/icons/oxygen/base/16x16/actions/view-filter.png +share/icons/oxygen/base/16x16/actions/view-financial-forecast.png +share/icons/oxygen/base/16x16/actions/view-form-action.png +share/icons/oxygen/base/16x16/actions/view-form-table.png +share/icons/oxygen/base/16x16/actions/view-form.png +share/icons/oxygen/base/16x16/actions/view-fullscreen.png +share/icons/oxygen/base/16x16/actions/view-grid.png +share/icons/oxygen/base/16x16/actions/view-group.png +share/icons/oxygen/base/16x16/actions/view-history.png +share/icons/oxygen/base/16x16/actions/view-ldap-resource.png +share/icons/oxygen/base/16x16/actions/view-left-close.png +share/icons/oxygen/base/16x16/actions/view-list-details.png +share/icons/oxygen/base/16x16/actions/view-list-icons.png +share/icons/oxygen/base/16x16/actions/view-list-text.png +share/icons/oxygen/base/16x16/actions/view-list-tree.png +share/icons/oxygen/base/16x16/actions/view-media-artist.png +share/icons/oxygen/base/16x16/actions/view-media-equalizer.png +share/icons/oxygen/base/16x16/actions/view-media-lyrics.png +share/icons/oxygen/base/16x16/actions/view-media-playlist.png +share/icons/oxygen/base/16x16/actions/view-media-visualization.png +share/icons/oxygen/base/16x16/actions/view-multiple-objects.png +share/icons/oxygen/base/16x16/actions/view-object-histogram-linear.png +share/icons/oxygen/base/16x16/actions/view-object-histogram-logarithmic.png +share/icons/oxygen/base/16x16/actions/view-pim-calendar.png +share/icons/oxygen/base/16x16/actions/view-pim-contacts.png +share/icons/oxygen/base/16x16/actions/view-pim-journal.png +share/icons/oxygen/base/16x16/actions/view-pim-mail.png +share/icons/oxygen/base/16x16/actions/view-pim-news.png +share/icons/oxygen/base/16x16/actions/view-pim-notes.png +share/icons/oxygen/base/16x16/actions/view-pim-summary.png +share/icons/oxygen/base/16x16/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/16x16/actions/view-pim-tasks.png +share/icons/oxygen/base/16x16/actions/view-presentation.png +share/icons/oxygen/base/16x16/actions/view-preview.png +share/icons/oxygen/base/16x16/actions/view-process-all-tree.png +share/icons/oxygen/base/16x16/actions/view-process-all.png +share/icons/oxygen/base/16x16/actions/view-process-own.png +share/icons/oxygen/base/16x16/actions/view-process-system.png +share/icons/oxygen/base/16x16/actions/view-process-tree.png +share/icons/oxygen/base/16x16/actions/view-process-users.png +share/icons/oxygen/base/16x16/actions/view-refresh.png +share/icons/oxygen/base/16x16/actions/view-resource-calendar.png +share/icons/oxygen/base/16x16/actions/view-restore.png +share/icons/oxygen/base/16x16/actions/view-right-close.png +share/icons/oxygen/base/16x16/actions/view-right-new.png +share/icons/oxygen/base/16x16/actions/view-sidetree.png +share/icons/oxygen/base/16x16/actions/view-sort-ascending.png +share/icons/oxygen/base/16x16/actions/view-sort-descending.png +share/icons/oxygen/base/16x16/actions/view-split-left-right.png +share/icons/oxygen/base/16x16/actions/view-split-top-bottom.png +share/icons/oxygen/base/16x16/actions/view-statistics.png +share/icons/oxygen/base/16x16/actions/view-task-add.png +share/icons/oxygen/base/16x16/actions/view-task-child-add.png +share/icons/oxygen/base/16x16/actions/view-task-child.png +share/icons/oxygen/base/16x16/actions/view-task.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-edit.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-insert.png +share/icons/oxygen/base/16x16/actions/view-time-schedule.png +share/icons/oxygen/base/16x16/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/16x16/actions/viewimage.png +share/icons/oxygen/base/16x16/actions/window-close.png +share/icons/oxygen/base/16x16/actions/window-duplicate.png +share/icons/oxygen/base/16x16/actions/window-new.png +share/icons/oxygen/base/16x16/actions/x-clementine-artist.png +share/icons/oxygen/base/16x16/actions/x-shape-image.png +share/icons/oxygen/base/16x16/actions/x-shape-text.png +share/icons/oxygen/base/16x16/actions/xml-node-duplicate.png +share/icons/oxygen/base/16x16/actions/zoom-1-to-2.png +share/icons/oxygen/base/16x16/actions/zoom-2-to-1.png +share/icons/oxygen/base/16x16/actions/zoom-double-size.png +share/icons/oxygen/base/16x16/actions/zoom-draw.png +share/icons/oxygen/base/16x16/actions/zoom-fit-best.png +share/icons/oxygen/base/16x16/actions/zoom-fit-drawing.png +share/icons/oxygen/base/16x16/actions/zoom-fit-height.png +share/icons/oxygen/base/16x16/actions/zoom-fit-page.png +share/icons/oxygen/base/16x16/actions/zoom-fit-selection.png +share/icons/oxygen/base/16x16/actions/zoom-fit-width.png +share/icons/oxygen/base/16x16/actions/zoom-half-size.png +share/icons/oxygen/base/16x16/actions/zoom-in-large.png +share/icons/oxygen/base/16x16/actions/zoom-in.png +share/icons/oxygen/base/16x16/actions/zoom-next.png +share/icons/oxygen/base/16x16/actions/zoom-original.png +share/icons/oxygen/base/16x16/actions/zoom-out.png +share/icons/oxygen/base/16x16/actions/zoom-previous.png +share/icons/oxygen/base/16x16/actions/zoom-select-fit.png +share/icons/oxygen/base/16x16/actions/zoom-select-x.png +share/icons/oxygen/base/16x16/actions/zoom-select-y.png +share/icons/oxygen/base/16x16/actions/zoom-select.png +share/icons/oxygen/base/16x16/animations/process-idle-kde.png +share/icons/oxygen/base/16x16/animations/process-working-kde.png +share/icons/oxygen/base/16x16/apps/Charm.png +share/icons/oxygen/base/16x16/apps/accessories-calculator.png +share/icons/oxygen/base/16x16/apps/accessories-character-map.png +share/icons/oxygen/base/16x16/apps/accessories-dictionary.png +share/icons/oxygen/base/16x16/apps/accessories-text-editor.png +share/icons/oxygen/base/16x16/apps/acroread.png +share/icons/oxygen/base/16x16/apps/akonadi.png +share/icons/oxygen/base/16x16/apps/akregator.png +share/icons/oxygen/base/16x16/apps/amarok.png +share/icons/oxygen/base/16x16/apps/ark.png +share/icons/oxygen/base/16x16/apps/basket.png +share/icons/oxygen/base/16x16/apps/braindump.png +share/icons/oxygen/base/16x16/apps/calligraauthor.png +share/icons/oxygen/base/16x16/apps/calligraflow.png +share/icons/oxygen/base/16x16/apps/calligrakexi.png +share/icons/oxygen/base/16x16/apps/calligrakrita.png +share/icons/oxygen/base/16x16/apps/calligrasheets.png +share/icons/oxygen/base/16x16/apps/calligrastage.png +share/icons/oxygen/base/16x16/apps/calligrawords.png +share/icons/oxygen/base/16x16/apps/clock.png +share/icons/oxygen/base/16x16/apps/digikam.png +share/icons/oxygen/base/16x16/apps/dragonplayer.png +share/icons/oxygen/base/16x16/apps/esd.png +share/icons/oxygen/base/16x16/apps/fontforge.png +share/icons/oxygen/base/16x16/apps/graphics-viewer-document.png +share/icons/oxygen/base/16x16/apps/gwenview.png +share/icons/oxygen/base/16x16/apps/help-browser.png +share/icons/oxygen/base/16x16/apps/hwinfo.png +share/icons/oxygen/base/16x16/apps/inkscape.png +share/icons/oxygen/base/16x16/apps/internet-mail.png +share/icons/oxygen/base/16x16/apps/internet-telephony.png +share/icons/oxygen/base/16x16/apps/internet-web-browser.png +share/icons/oxygen/base/16x16/apps/java.png +share/icons/oxygen/base/16x16/apps/k3b.png +share/icons/oxygen/base/16x16/apps/kaffeine.png +share/icons/oxygen/base/16x16/apps/kate.png +share/icons/oxygen/base/16x16/apps/kblogger.png +share/icons/oxygen/base/16x16/apps/kbruch.png +share/icons/oxygen/base/16x16/apps/kbugbuster.png +share/icons/oxygen/base/16x16/apps/kchart.png +share/icons/oxygen/base/16x16/apps/kcolorchooser.png +share/icons/oxygen/base/16x16/apps/kde-gtk-config.png +share/icons/oxygen/base/16x16/apps/kde-windows.png +share/icons/oxygen/base/16x16/apps/kde.png +share/icons/oxygen/base/16x16/apps/kdeconnect.png +share/icons/oxygen/base/16x16/apps/kdevelop.png +share/icons/oxygen/base/16x16/apps/kdf.png +share/icons/oxygen/base/16x16/apps/kfind.png +share/icons/oxygen/base/16x16/apps/kformula.png +share/icons/oxygen/base/16x16/apps/kgpg.png +share/icons/oxygen/base/16x16/apps/kig.png +share/icons/oxygen/base/16x16/apps/kivio.png +share/icons/oxygen/base/16x16/apps/kjournal.png +share/icons/oxygen/base/16x16/apps/klipper.png +share/icons/oxygen/base/16x16/apps/kmag.png +share/icons/oxygen/base/16x16/apps/kmail.png +share/icons/oxygen/base/16x16/apps/kmix.png +share/icons/oxygen/base/16x16/apps/kmplayer.png +share/icons/oxygen/base/16x16/apps/knetattach.png +share/icons/oxygen/base/16x16/apps/knewsticker.png +share/icons/oxygen/base/16x16/apps/knotes.png +share/icons/oxygen/base/16x16/apps/kolf.png +share/icons/oxygen/base/16x16/apps/konqueror.png +share/icons/oxygen/base/16x16/apps/kontact.png +share/icons/oxygen/base/16x16/apps/konversation.png +share/icons/oxygen/base/16x16/apps/kopete-offline.png +share/icons/oxygen/base/16x16/apps/kopete.png +share/icons/oxygen/base/16x16/apps/korgac.png +share/icons/oxygen/base/16x16/apps/korganizer.png +share/icons/oxygen/base/16x16/apps/kplato.png +share/icons/oxygen/base/16x16/apps/kpresenter.png +share/icons/oxygen/base/16x16/apps/krdc.png +share/icons/oxygen/base/16x16/apps/krfb.png +share/icons/oxygen/base/16x16/apps/ksnapshot.png +share/icons/oxygen/base/16x16/apps/ksniffer.png +share/icons/oxygen/base/16x16/apps/kspread.png +share/icons/oxygen/base/16x16/apps/ksudoku.png +share/icons/oxygen/base/16x16/apps/kthesaurus.png +share/icons/oxygen/base/16x16/apps/ktip.png +share/icons/oxygen/base/16x16/apps/ktorrent.png +share/icons/oxygen/base/16x16/apps/kuickshow.png +share/icons/oxygen/base/16x16/apps/kverbos.png +share/icons/oxygen/base/16x16/apps/kwalletmanager.png +share/icons/oxygen/base/16x16/apps/kword.png +share/icons/oxygen/base/16x16/apps/lokalize.png +share/icons/oxygen/base/16x16/apps/multimedia-volume-control.png +share/icons/oxygen/base/16x16/apps/muondiscover.png +share/icons/oxygen/base/16x16/apps/nepomuk.png +share/icons/oxygen/base/16x16/apps/office-address-book.png +share/icons/oxygen/base/16x16/apps/office-calendar.png +share/icons/oxygen/base/16x16/apps/okteta.png +share/icons/oxygen/base/16x16/apps/okular.png +share/icons/oxygen/base/16x16/apps/oxygen.png +share/icons/oxygen/base/16x16/apps/partitionmanager.png +share/icons/oxygen/base/16x16/apps/picmi.png +share/icons/oxygen/base/16x16/apps/plasma.png +share/icons/oxygen/base/16x16/apps/plasmagik.png +share/icons/oxygen/base/16x16/apps/preferences-contact-list.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-color.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-display.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-font.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-icons.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-locale.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-notification.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-printer.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-sound.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-theme.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-user.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/16x16/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/16x16/apps/preferences-plugin-script.png +share/icons/oxygen/base/16x16/apps/preferences-plugin.png +share/icons/oxygen/base/16x16/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/16x16/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/16x16/apps/preferences-system-login.png +share/icons/oxygen/base/16x16/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/16x16/apps/preferences-system-performance.png +share/icons/oxygen/base/16x16/apps/preferences-system-power-management.png +share/icons/oxygen/base/16x16/apps/preferences-system-session-services.png +share/icons/oxygen/base/16x16/apps/preferences-system-time.png +share/icons/oxygen/base/16x16/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/16x16/apps/preferences-system-windows-move.png +share/icons/oxygen/base/16x16/apps/preferences-system-windows.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/16x16/apps/qelectrotech.png +share/icons/oxygen/base/16x16/apps/quassel.png +share/icons/oxygen/base/16x16/apps/scribus.png +share/icons/oxygen/base/16x16/apps/semn.png +share/icons/oxygen/base/16x16/apps/showfoto.png +share/icons/oxygen/base/16x16/apps/skrooge-black.png +share/icons/oxygen/base/16x16/apps/skrooge-initial.png +share/icons/oxygen/base/16x16/apps/skrooge.png +share/icons/oxygen/base/16x16/apps/step.png +share/icons/oxygen/base/16x16/apps/strigi.png +share/icons/oxygen/base/16x16/apps/system-file-manager.png +share/icons/oxygen/base/16x16/apps/system-software-update.png +share/icons/oxygen/base/16x16/apps/system-users.png +share/icons/oxygen/base/16x16/apps/tagua.png +share/icons/oxygen/base/16x16/apps/telepathy-kde.png +share/icons/oxygen/base/16x16/apps/utilities-desktop-extra.png +share/icons/oxygen/base/16x16/apps/utilities-file-archiver.png +share/icons/oxygen/base/16x16/apps/utilities-log-viewer.png +share/icons/oxygen/base/16x16/apps/utilities-system-monitor.png +share/icons/oxygen/base/16x16/apps/utilities-terminal.png +share/icons/oxygen/base/16x16/apps/wine.png +share/icons/oxygen/base/16x16/apps/xorg.png +share/icons/oxygen/base/16x16/apps/yakuake.png +share/icons/oxygen/base/16x16/categories/applications-accessories.png +share/icons/oxygen/base/16x16/categories/applications-development-translation.png +share/icons/oxygen/base/16x16/categories/applications-development-web.png +share/icons/oxygen/base/16x16/categories/applications-development.png +share/icons/oxygen/base/16x16/categories/applications-education-language.png +share/icons/oxygen/base/16x16/categories/applications-education-mathematics.png +share/icons/oxygen/base/16x16/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/16x16/categories/applications-education-preschool.png +share/icons/oxygen/base/16x16/categories/applications-education-school.png +share/icons/oxygen/base/16x16/categories/applications-education-science.png +share/icons/oxygen/base/16x16/categories/applications-education-university.png +share/icons/oxygen/base/16x16/categories/applications-education.png +share/icons/oxygen/base/16x16/categories/applications-engineering.png +share/icons/oxygen/base/16x16/categories/applications-games.png +share/icons/oxygen/base/16x16/categories/applications-graphics.png +share/icons/oxygen/base/16x16/categories/applications-internet.png +share/icons/oxygen/base/16x16/categories/applications-multimedia.png +share/icons/oxygen/base/16x16/categories/applications-office.png +share/icons/oxygen/base/16x16/categories/applications-other.png +share/icons/oxygen/base/16x16/categories/applications-science.png +share/icons/oxygen/base/16x16/categories/applications-system.png +share/icons/oxygen/base/16x16/categories/applications-toys.png +share/icons/oxygen/base/16x16/categories/applications-utilities.png +share/icons/oxygen/base/16x16/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/16x16/categories/preferences-desktop-personal.png +share/icons/oxygen/base/16x16/categories/preferences-desktop.png +share/icons/oxygen/base/16x16/categories/preferences-other.png +share/icons/oxygen/base/16x16/categories/preferences-system-network.png +share/icons/oxygen/base/16x16/categories/preferences-system.png +share/icons/oxygen/base/16x16/categories/system-help.png +share/icons/oxygen/base/16x16/devices/audio-card.png +share/icons/oxygen/base/16x16/devices/audio-headphones.png +share/icons/oxygen/base/16x16/devices/audio-headset.png +share/icons/oxygen/base/16x16/devices/audio-input-line.png +share/icons/oxygen/base/16x16/devices/audio-input-microphone.png +share/icons/oxygen/base/16x16/devices/battery.png +share/icons/oxygen/base/16x16/devices/camera-photo.png +share/icons/oxygen/base/16x16/devices/camera-web.png +share/icons/oxygen/base/16x16/devices/computer-laptop.png +share/icons/oxygen/base/16x16/devices/computer.png +share/icons/oxygen/base/16x16/devices/cpu.png +share/icons/oxygen/base/16x16/devices/drive-harddisk.png +share/icons/oxygen/base/16x16/devices/drive-optical.png +share/icons/oxygen/base/16x16/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/16x16/devices/drive-removable-media-usb.png +share/icons/oxygen/base/16x16/devices/drive-removable-media.png +share/icons/oxygen/base/16x16/devices/input-gaming.png +share/icons/oxygen/base/16x16/devices/input-keyboard.png +share/icons/oxygen/base/16x16/devices/input-mouse.png +share/icons/oxygen/base/16x16/devices/input-tablet.png +share/icons/oxygen/base/16x16/devices/media-flash-memory-stick.png +share/icons/oxygen/base/16x16/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/16x16/devices/media-flash-smart-media.png +share/icons/oxygen/base/16x16/devices/media-flash.png +share/icons/oxygen/base/16x16/devices/media-floppy.png +share/icons/oxygen/base/16x16/devices/media-optical-audio.png +share/icons/oxygen/base/16x16/devices/media-optical-blu-ray.png +share/icons/oxygen/base/16x16/devices/media-optical-data.png +share/icons/oxygen/base/16x16/devices/media-optical-dvd.png +share/icons/oxygen/base/16x16/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/16x16/devices/media-optical-recordable.png +share/icons/oxygen/base/16x16/devices/media-optical-video.png +share/icons/oxygen/base/16x16/devices/media-optical.png +share/icons/oxygen/base/16x16/devices/media-tape.png +share/icons/oxygen/base/16x16/devices/modem.png +share/icons/oxygen/base/16x16/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/16x16/devices/multimedia-player.png +share/icons/oxygen/base/16x16/devices/network-wired.png +share/icons/oxygen/base/16x16/devices/network-wireless.png +share/icons/oxygen/base/16x16/devices/pda.png +share/icons/oxygen/base/16x16/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/16x16/devices/phone.png +share/icons/oxygen/base/16x16/devices/printer.png +share/icons/oxygen/base/16x16/devices/scanner.png +share/icons/oxygen/base/16x16/devices/secure-card.png +share/icons/oxygen/base/16x16/devices/smartphone.png +share/icons/oxygen/base/16x16/devices/tablet.png +share/icons/oxygen/base/16x16/devices/video-display.png +share/icons/oxygen/base/16x16/devices/video-projector.png +share/icons/oxygen/base/16x16/devices/video-television.png +share/icons/oxygen/base/16x16/emblems/emblem-added.png +share/icons/oxygen/base/16x16/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/16x16/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/16x16/emblems/emblem-favorite.png +share/icons/oxygen/base/16x16/emblems/emblem-important.png +share/icons/oxygen/base/16x16/emblems/emblem-locked.png +share/icons/oxygen/base/16x16/emblems/emblem-mounted.png +share/icons/oxygen/base/16x16/emblems/emblem-new.png +share/icons/oxygen/base/16x16/emblems/emblem-remove.png +share/icons/oxygen/base/16x16/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/16x16/emblems/emblem-unlocked.png +share/icons/oxygen/base/16x16/emblems/emblem-unmounted.png +share/icons/oxygen/base/16x16/emblems/image-has-versions-open.png +share/icons/oxygen/base/16x16/emblems/image-has-versions.png +share/icons/oxygen/base/16x16/emblems/image-stack-open.png +share/icons/oxygen/base/16x16/emblems/image-stack.png +share/icons/oxygen/base/16x16/emblems/vcs-added.png +share/icons/oxygen/base/16x16/emblems/vcs-conflicting.png +share/icons/oxygen/base/16x16/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/16x16/emblems/vcs-locally-modified.png +share/icons/oxygen/base/16x16/emblems/vcs-normal.png +share/icons/oxygen/base/16x16/emblems/vcs-removed.png +share/icons/oxygen/base/16x16/emblems/vcs-update-required.png +share/icons/oxygen/base/16x16/emotes/face-angel.png +share/icons/oxygen/base/16x16/emotes/face-embarrassed.png +share/icons/oxygen/base/16x16/emotes/face-kiss.png +share/icons/oxygen/base/16x16/emotes/face-laugh.png +share/icons/oxygen/base/16x16/emotes/face-plain.png +share/icons/oxygen/base/16x16/emotes/face-raspberry.png +share/icons/oxygen/base/16x16/emotes/face-sad.png +share/icons/oxygen/base/16x16/emotes/face-smile-big.png +share/icons/oxygen/base/16x16/emotes/face-smile.png +share/icons/oxygen/base/16x16/emotes/face-surprise.png +share/icons/oxygen/base/16x16/emotes/face-uncertain.png +share/icons/oxygen/base/16x16/emotes/face-wink.png +share/icons/oxygen/base/16x16/mimetypes/application-atom+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-epub+zip.png +share/icons/oxygen/base/16x16/mimetypes/application-illustrator.png +share/icons/oxygen/base/16x16/mimetypes/application-javascript.png +share/icons/oxygen/base/16x16/mimetypes/application-msword-template.png +share/icons/oxygen/base/16x16/mimetypes/application-msword.png +share/icons/oxygen/base/16x16/mimetypes/application-octet-stream.png +share/icons/oxygen/base/16x16/mimetypes/application-ogg.png +share/icons/oxygen/base/16x16/mimetypes/application-pdf.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp.png +share/icons/oxygen/base/16x16/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/16x16/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/16x16/mimetypes/application-postscript.png +share/icons/oxygen/base/16x16/mimetypes/application-relaxng.png +share/icons/oxygen/base/16x16/mimetypes/application-rss+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-rtf.png +share/icons/oxygen/base/16x16/mimetypes/application-sxw.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/16x16/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/16x16/mimetypes/application-x-abiword.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ace.png +share/icons/oxygen/base/16x16/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-arc.png +share/icons/oxygen/base/16x16/mimetypes/application-x-archive.png +share/icons/oxygen/base/16x16/mimetypes/application-x-arj.png +share/icons/oxygen/base/16x16/mimetypes/application-x-awk.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/16x16/mimetypes/application-x-blender.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bzip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cda.png +share/icons/oxygen/base/16x16/mimetypes/application-x-chm.png +share/icons/oxygen/base/16x16/mimetypes/application-x-compress.png +share/icons/oxygen/base/16x16/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cpio.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cue.png +share/icons/oxygen/base/16x16/mimetypes/application-x-deb.png +share/icons/oxygen/base/16x16/mimetypes/application-x-designer.png +share/icons/oxygen/base/16x16/mimetypes/application-x-desktop.png +share/icons/oxygen/base/16x16/mimetypes/application-x-egon.png +share/icons/oxygen/base/16x16/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/16x16/mimetypes/application-x-executable.png +share/icons/oxygen/base/16x16/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gzip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/16x16/mimetypes/application-x-iso.png +share/icons/oxygen/base/16x16/mimetypes/application-x-it87.png +share/icons/oxygen/base/16x16/mimetypes/application-x-jar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/16x16/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/16x16/mimetypes/application-x-java.png +share/icons/oxygen/base/16x16/mimetypes/application-x-javascript.png +share/icons/oxygen/base/16x16/mimetypes/application-x-k3b.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kformula.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kontour.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kplato.png +share/icons/oxygen/base/16x16/mimetypes/application-x-krita.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kword.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lha.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lyx.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lzop.png +share/icons/oxygen/base/16x16/mimetypes/application-x-m4.png +share/icons/oxygen/base/16x16/mimetypes/application-x-marble.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/16x16/mimetypes/application-x-nzb.png +share/icons/oxygen/base/16x16/mimetypes/application-x-object.png +share/icons/oxygen/base/16x16/mimetypes/application-x-pak.png +share/icons/oxygen/base/16x16/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/16x16/mimetypes/application-x-perl.png +share/icons/oxygen/base/16x16/mimetypes/application-x-php.png +share/icons/oxygen/base/16x16/mimetypes/application-x-plasma.png +share/icons/oxygen/base/16x16/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/16x16/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/16x16/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/16x16/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/16x16/mimetypes/application-x-rar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/16x16/mimetypes/application-x-rpm.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ruby.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/16x16/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/16x16/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/16x16/mimetypes/application-x-siag.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sif.png +share/icons/oxygen/base/16x16/mimetypes/application-x-skg.png +share/icons/oxygen/base/16x16/mimetypes/application-x-skgc.png +share/icons/oxygen/base/16x16/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/16x16/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/16x16/mimetypes/application-x-srt.png +share/icons/oxygen/base/16x16/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-subrip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tarz.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tgif.png +share/icons/oxygen/base/16x16/mimetypes/application-x-trash.png +share/icons/oxygen/base/16x16/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tzo.png +share/icons/oxygen/base/16x16/mimetypes/application-x-wmf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/16x16/mimetypes/application-x-zoo.png +share/icons/oxygen/base/16x16/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-xml.png +share/icons/oxygen/base/16x16/mimetypes/application-xsd.png +share/icons/oxygen/base/16x16/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-zip.png +share/icons/oxygen/base/16x16/mimetypes/audio-ac3.png +share/icons/oxygen/base/16x16/mimetypes/audio-midi.png +share/icons/oxygen/base/16x16/mimetypes/audio-mp2.png +share/icons/oxygen/base/16x16/mimetypes/audio-mp3.png +share/icons/oxygen/base/16x16/mimetypes/audio-mp4.png +share/icons/oxygen/base/16x16/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/16x16/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/16x16/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-flac.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-wav.png +share/icons/oxygen/base/16x16/mimetypes/encrypted.png +share/icons/oxygen/base/16x16/mimetypes/fonts-package.png +share/icons/oxygen/base/16x16/mimetypes/image-bmp.png +share/icons/oxygen/base/16x16/mimetypes/image-gif.png +share/icons/oxygen/base/16x16/mimetypes/image-jpeg.png +share/icons/oxygen/base/16x16/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/16x16/mimetypes/image-png.png +share/icons/oxygen/base/16x16/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/16x16/mimetypes/image-svg+xml.png +share/icons/oxygen/base/16x16/mimetypes/image-tiff.png +share/icons/oxygen/base/16x16/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/16x16/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/16x16/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/16x16/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/16x16/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-emf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-eps.png +share/icons/oxygen/base/16x16/mimetypes/image-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/image-x-krita.png +share/icons/oxygen/base/16x16/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/16x16/mimetypes/image-x-psd.png +share/icons/oxygen/base/16x16/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/16x16/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/16x16/mimetypes/image-x-tga.png +share/icons/oxygen/base/16x16/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/16x16/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/16x16/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/16x16/mimetypes/image-x-wmf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-xcf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-xfig.png +share/icons/oxygen/base/16x16/mimetypes/inode-directory.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-database.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-text.png +share/icons/oxygen/base/16x16/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/16x16/mimetypes/message-news.png +share/icons/oxygen/base/16x16/mimetypes/message-partial.png +share/icons/oxygen/base/16x16/mimetypes/message-rfc822.png +share/icons/oxygen/base/16x16/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/16x16/mimetypes/message.png +share/icons/oxygen/base/16x16/mimetypes/odf.png +share/icons/oxygen/base/16x16/mimetypes/package-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/text-calendar.png +share/icons/oxygen/base/16x16/mimetypes/text-csharp.png +share/icons/oxygen/base/16x16/mimetypes/text-css.png +share/icons/oxygen/base/16x16/mimetypes/text-csv.png +share/icons/oxygen/base/16x16/mimetypes/text-directory.png +share/icons/oxygen/base/16x16/mimetypes/text-enriched.png +share/icons/oxygen/base/16x16/mimetypes/text-html.png +share/icons/oxygen/base/16x16/mimetypes/text-mathml.png +share/icons/oxygen/base/16x16/mimetypes/text-plain.png +share/icons/oxygen/base/16x16/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/16x16/mimetypes/text-rdf.png +share/icons/oxygen/base/16x16/mimetypes/text-rtf.png +share/icons/oxygen/base/16x16/mimetypes/text-sgml.png +share/icons/oxygen/base/16x16/mimetypes/text-troff.png +share/icons/oxygen/base/16x16/mimetypes/text-vcalendar.png +share/icons/oxygen/base/16x16/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/16x16/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/16x16/mimetypes/text-x-authors.png +share/icons/oxygen/base/16x16/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/16x16/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/16x16/mimetypes/text-x-c++src.png +share/icons/oxygen/base/16x16/mimetypes/text-x-changelog.png +share/icons/oxygen/base/16x16/mimetypes/text-x-chdr.png +share/icons/oxygen/base/16x16/mimetypes/text-x-cmake.png +share/icons/oxygen/base/16x16/mimetypes/text-x-copying.png +share/icons/oxygen/base/16x16/mimetypes/text-x-credits.png +share/icons/oxygen/base/16x16/mimetypes/text-x-csharp.png +share/icons/oxygen/base/16x16/mimetypes/text-x-csrc.png +share/icons/oxygen/base/16x16/mimetypes/text-x-dtd.png +share/icons/oxygen/base/16x16/mimetypes/text-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/16x16/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/16x16/mimetypes/text-x-haskell.png +share/icons/oxygen/base/16x16/mimetypes/text-x-hex.png +share/icons/oxygen/base/16x16/mimetypes/text-x-install.png +share/icons/oxygen/base/16x16/mimetypes/text-x-java-source.png +share/icons/oxygen/base/16x16/mimetypes/text-x-java.png +share/icons/oxygen/base/16x16/mimetypes/text-x-javascript.png +share/icons/oxygen/base/16x16/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/16x16/mimetypes/text-x-ldif.png +share/icons/oxygen/base/16x16/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/16x16/mimetypes/text-x-log.png +share/icons/oxygen/base/16x16/mimetypes/text-x-makefile.png +share/icons/oxygen/base/16x16/mimetypes/text-x-nfo.png +share/icons/oxygen/base/16x16/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/16x16/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/16x16/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-opml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-pascal.png +share/icons/oxygen/base/16x16/mimetypes/text-x-patch.png +share/icons/oxygen/base/16x16/mimetypes/text-x-plain.png +share/icons/oxygen/base/16x16/mimetypes/text-x-po.png +share/icons/oxygen/base/16x16/mimetypes/text-x-python.png +share/icons/oxygen/base/16x16/mimetypes/text-x-qml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-readme.png +share/icons/oxygen/base/16x16/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/16x16/mimetypes/text-x-script.png +share/icons/oxygen/base/16x16/mimetypes/text-x-sql.png +share/icons/oxygen/base/16x16/mimetypes/text-x-tcl.png +share/icons/oxygen/base/16x16/mimetypes/text-x-tex.png +share/icons/oxygen/base/16x16/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/16x16/mimetypes/text-x-vcard.png +share/icons/oxygen/base/16x16/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/16x16/mimetypes/text-xmcd.png +share/icons/oxygen/base/16x16/mimetypes/text-xml.png +share/icons/oxygen/base/16x16/mimetypes/unknown.png +share/icons/oxygen/base/16x16/mimetypes/uri-mms.png +share/icons/oxygen/base/16x16/mimetypes/uri-mmst.png +share/icons/oxygen/base/16x16/mimetypes/uri-mmsu.png +share/icons/oxygen/base/16x16/mimetypes/uri-pnm.png +share/icons/oxygen/base/16x16/mimetypes/uri-rtspt.png +share/icons/oxygen/base/16x16/mimetypes/uri-rtspu.png +share/icons/oxygen/base/16x16/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/16x16/mimetypes/video-mp4.png +share/icons/oxygen/base/16x16/mimetypes/video-vivo.png +share/icons/oxygen/base/16x16/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/16x16/mimetypes/video-wavelet.png +share/icons/oxygen/base/16x16/mimetypes/video-webm.png +share/icons/oxygen/base/16x16/mimetypes/video-x-anim.png +share/icons/oxygen/base/16x16/mimetypes/video-x-flic.png +share/icons/oxygen/base/16x16/mimetypes/video-x-flv.png +share/icons/oxygen/base/16x16/mimetypes/video-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/16x16/mimetypes/video-x-javafx.png +share/icons/oxygen/base/16x16/mimetypes/video-x-matroska.png +share/icons/oxygen/base/16x16/mimetypes/video-x-mng.png +share/icons/oxygen/base/16x16/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/16x16/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/16x16/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/16x16/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/16x16/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/16x16/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/16x16/mimetypes/video-x-wmv.png +share/icons/oxygen/base/16x16/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/16x16/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/16x16/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/16x16/mimetypes/x-media-podcast.png +share/icons/oxygen/base/16x16/mimetypes/x-office-address-book.png +share/icons/oxygen/base/16x16/mimetypes/x-office-calendar.png +share/icons/oxygen/base/16x16/mimetypes/x-office-contact.png +share/icons/oxygen/base/16x16/mimetypes/x-office-document.png +share/icons/oxygen/base/16x16/mimetypes/x-office-drawing.png +share/icons/oxygen/base/16x16/mimetypes/x-office-presentation.png +share/icons/oxygen/base/16x16/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/16x16/places/bookmarks.png +share/icons/oxygen/base/16x16/places/certificate-server.png +share/icons/oxygen/base/16x16/places/document-multiple.png +share/icons/oxygen/base/16x16/places/favorites.png +share/icons/oxygen/base/16x16/places/folder-activities.png +share/icons/oxygen/base/16x16/places/folder-black.png +share/icons/oxygen/base/16x16/places/folder-blue.png +share/icons/oxygen/base/16x16/places/folder-bookmark.png +share/icons/oxygen/base/16x16/places/folder-brown.png +share/icons/oxygen/base/16x16/places/folder-cloud.png +share/icons/oxygen/base/16x16/places/folder-cyan.png +share/icons/oxygen/base/16x16/places/folder-development.png +share/icons/oxygen/base/16x16/places/folder-documents.png +share/icons/oxygen/base/16x16/places/folder-download.png +share/icons/oxygen/base/16x16/places/folder-downloads.png +share/icons/oxygen/base/16x16/places/folder-dropbox.png +share/icons/oxygen/base/16x16/places/folder-favorites.png +share/icons/oxygen/base/16x16/places/folder-gdrive.png +share/icons/oxygen/base/16x16/places/folder-green.png +share/icons/oxygen/base/16x16/places/folder-grey.png +share/icons/oxygen/base/16x16/places/folder-html.png +share/icons/oxygen/base/16x16/places/folder-image-people.png +share/icons/oxygen/base/16x16/places/folder-image.png +share/icons/oxygen/base/16x16/places/folder-images.png +share/icons/oxygen/base/16x16/places/folder-important.png +share/icons/oxygen/base/16x16/places/folder-locked.png +share/icons/oxygen/base/16x16/places/folder-mail.png +share/icons/oxygen/base/16x16/places/folder-music.png +share/icons/oxygen/base/16x16/places/folder-network.png +share/icons/oxygen/base/16x16/places/folder-onedrive.png +share/icons/oxygen/base/16x16/places/folder-open.png +share/icons/oxygen/base/16x16/places/folder-orange.png +share/icons/oxygen/base/16x16/places/folder-owncloud.png +share/icons/oxygen/base/16x16/places/folder-picture.png +share/icons/oxygen/base/16x16/places/folder-pictures.png +share/icons/oxygen/base/16x16/places/folder-print.png +share/icons/oxygen/base/16x16/places/folder-public.png +share/icons/oxygen/base/16x16/places/folder-publicshare.png +share/icons/oxygen/base/16x16/places/folder-red.png +share/icons/oxygen/base/16x16/places/folder-remote.png +share/icons/oxygen/base/16x16/places/folder-script.png +share/icons/oxygen/base/16x16/places/folder-sound.png +share/icons/oxygen/base/16x16/places/folder-tar.png +share/icons/oxygen/base/16x16/places/folder-temp.png +share/icons/oxygen/base/16x16/places/folder-text.png +share/icons/oxygen/base/16x16/places/folder-txt.png +share/icons/oxygen/base/16x16/places/folder-video.png +share/icons/oxygen/base/16x16/places/folder-videos.png +share/icons/oxygen/base/16x16/places/folder-violet.png +share/icons/oxygen/base/16x16/places/folder-yellow.png +share/icons/oxygen/base/16x16/places/folder.png +share/icons/oxygen/base/16x16/places/mail-folder-inbox.png +share/icons/oxygen/base/16x16/places/mail-folder-outbox.png +share/icons/oxygen/base/16x16/places/mail-folder-sent.png +share/icons/oxygen/base/16x16/places/mail-message.png +share/icons/oxygen/base/16x16/places/network-server-database.png +share/icons/oxygen/base/16x16/places/network-server.png +share/icons/oxygen/base/16x16/places/network-workgroup.png +share/icons/oxygen/base/16x16/places/repository.png +share/icons/oxygen/base/16x16/places/server-database.png +share/icons/oxygen/base/16x16/places/start-here-kde.png +share/icons/oxygen/base/16x16/places/start-here.png +share/icons/oxygen/base/16x16/places/stock_folder.png +share/icons/oxygen/base/16x16/places/user-desktop.png +share/icons/oxygen/base/16x16/places/user-home.png +share/icons/oxygen/base/16x16/places/user-identity.png +share/icons/oxygen/base/16x16/places/user-trash-full.png +share/icons/oxygen/base/16x16/places/user-trash.png +share/icons/oxygen/base/16x16/special/file-zoom-in.png +share/icons/oxygen/base/16x16/special/file-zoom-out.png +share/icons/oxygen/base/16x16/special/image-zoom-in.png +share/icons/oxygen/base/16x16/special/image-zoom-out.png +share/icons/oxygen/base/16x16/status/appointment-recurring.png +share/icons/oxygen/base/16x16/status/appointment-reminder.png +share/icons/oxygen/base/16x16/status/audio-volume-high.png +share/icons/oxygen/base/16x16/status/audio-volume-low.png +share/icons/oxygen/base/16x16/status/audio-volume-medium.png +share/icons/oxygen/base/16x16/status/audio-volume-muted.png +share/icons/oxygen/base/16x16/status/battery-040.png +share/icons/oxygen/base/16x16/status/battery-060.png +share/icons/oxygen/base/16x16/status/battery-080.png +share/icons/oxygen/base/16x16/status/battery-100.png +share/icons/oxygen/base/16x16/status/battery-caution.png +share/icons/oxygen/base/16x16/status/battery-charging-040.png +share/icons/oxygen/base/16x16/status/battery-charging-060.png +share/icons/oxygen/base/16x16/status/battery-charging-080.png +share/icons/oxygen/base/16x16/status/battery-charging-caution.png +share/icons/oxygen/base/16x16/status/battery-charging-low.png +share/icons/oxygen/base/16x16/status/battery-charging.png +share/icons/oxygen/base/16x16/status/battery-low.png +share/icons/oxygen/base/16x16/status/battery-missing.png +share/icons/oxygen/base/16x16/status/cloudstatus.png +share/icons/oxygen/base/16x16/status/dialog-error.png +share/icons/oxygen/base/16x16/status/dialog-information.png +share/icons/oxygen/base/16x16/status/dialog-password.png +share/icons/oxygen/base/16x16/status/dialog-warning.png +share/icons/oxygen/base/16x16/status/dropboxstatus-busy2.png +share/icons/oxygen/base/16x16/status/dropboxstatus-logo.png +share/icons/oxygen/base/16x16/status/folder-open.png +share/icons/oxygen/base/16x16/status/image-loading.png +share/icons/oxygen/base/16x16/status/image-missing.png +share/icons/oxygen/base/16x16/status/mail-attachment.png +share/icons/oxygen/base/16x16/status/mail-queued.png +share/icons/oxygen/base/16x16/status/mail-read.png +share/icons/oxygen/base/16x16/status/mail-replied.png +share/icons/oxygen/base/16x16/status/mail-sent.png +share/icons/oxygen/base/16x16/status/mail-tagged.png +share/icons/oxygen/base/16x16/status/mail-task.png +share/icons/oxygen/base/16x16/status/mail-unread-new.png +share/icons/oxygen/base/16x16/status/mail-unread.png +share/icons/oxygen/base/16x16/status/media-playlist-repeat.png +share/icons/oxygen/base/16x16/status/media-playlist-shuffle.png +share/icons/oxygen/base/16x16/status/meeting-chair.png +share/icons/oxygen/base/16x16/status/meeting-observer.png +share/icons/oxygen/base/16x16/status/meeting-organizer.png +share/icons/oxygen/base/16x16/status/meeting-participant-optional.png +share/icons/oxygen/base/16x16/status/meeting-participant-reply.png +share/icons/oxygen/base/16x16/status/meeting-participant.png +share/icons/oxygen/base/16x16/status/object-locked.png +share/icons/oxygen/base/16x16/status/object-unlocked.png +share/icons/oxygen/base/16x16/status/printer-error.png +share/icons/oxygen/base/16x16/status/printer-printing.png +share/icons/oxygen/base/16x16/status/script-error.png +share/icons/oxygen/base/16x16/status/security-high.png +share/icons/oxygen/base/16x16/status/security-low.png +share/icons/oxygen/base/16x16/status/security-medium.png +share/icons/oxygen/base/16x16/status/task-accepted.png +share/icons/oxygen/base/16x16/status/task-attempt.png +share/icons/oxygen/base/16x16/status/task-attention.png +share/icons/oxygen/base/16x16/status/task-complete.png +share/icons/oxygen/base/16x16/status/task-delegate.png +share/icons/oxygen/base/16x16/status/task-ongoing.png +share/icons/oxygen/base/16x16/status/task-recurring.png +share/icons/oxygen/base/16x16/status/task-reject.png +share/icons/oxygen/base/16x16/status/task-reminder.png +share/icons/oxygen/base/16x16/status/user-away-extended.png +share/icons/oxygen/base/16x16/status/user-away.png +share/icons/oxygen/base/16x16/status/user-busy.png +share/icons/oxygen/base/16x16/status/user-invisible.png +share/icons/oxygen/base/16x16/status/user-offline.png +share/icons/oxygen/base/16x16/status/user-online.png +share/icons/oxygen/base/16x16/status/user-trash-full.png +share/icons/oxygen/base/16x16/status/wallet-closed.png +share/icons/oxygen/base/16x16/status/wallet-open.png +share/icons/oxygen/base/16x16/status/weather-clear-night.png +share/icons/oxygen/base/16x16/status/weather-clear.png +share/icons/oxygen/base/16x16/status/weather-clouds-night.png +share/icons/oxygen/base/16x16/status/weather-clouds.png +share/icons/oxygen/base/16x16/status/weather-few-clouds-night.png +share/icons/oxygen/base/16x16/status/weather-few-clouds.png +share/icons/oxygen/base/16x16/status/weather-fog.png +share/icons/oxygen/base/16x16/status/weather-freezing-rain.png +share/icons/oxygen/base/16x16/status/weather-hail.png +share/icons/oxygen/base/16x16/status/weather-many-clouds.png +share/icons/oxygen/base/16x16/status/weather-mist.png +share/icons/oxygen/base/16x16/status/weather-overcast.png +share/icons/oxygen/base/16x16/status/weather-showers-day.png +share/icons/oxygen/base/16x16/status/weather-showers-night.png +share/icons/oxygen/base/16x16/status/weather-showers-scattered-day.png +share/icons/oxygen/base/16x16/status/weather-showers-scattered-night.png +share/icons/oxygen/base/16x16/status/weather-showers-scattered.png +share/icons/oxygen/base/16x16/status/weather-showers.png +share/icons/oxygen/base/16x16/status/weather-snow-rain.png +share/icons/oxygen/base/16x16/status/weather-snow-scattered-day.png +share/icons/oxygen/base/16x16/status/weather-snow-scattered-night.png +share/icons/oxygen/base/16x16/status/weather-snow-scattered.png +share/icons/oxygen/base/16x16/status/weather-snow.png +share/icons/oxygen/base/16x16/status/weather-storm-night.png +share/icons/oxygen/base/16x16/status/weather-storm.png +share/icons/oxygen/base/16x16/status/window-suppressed.png +share/icons/oxygen/base/22x22/actions/CVnamespace.png +share/icons/oxygen/base/22x22/actions/Info-amarok.png +share/icons/oxygen/base/22x22/actions/accept_time_event.png +share/icons/oxygen/base/22x22/actions/acrobat.png +share/icons/oxygen/base/22x22/actions/action-albumfolder-importdir2.png +share/icons/oxygen/base/22x22/actions/activity-fork.png +share/icons/oxygen/base/22x22/actions/actor.png +share/icons/oxygen/base/22x22/actions/address-book-new.png +share/icons/oxygen/base/22x22/actions/addressbook-details.png +share/icons/oxygen/base/22x22/actions/albumfolder-importdir.png +share/icons/oxygen/base/22x22/actions/albumfolder-importimages.png +share/icons/oxygen/base/22x22/actions/albumfolder-new.png +share/icons/oxygen/base/22x22/actions/albumfolder-properties.png +share/icons/oxygen/base/22x22/actions/albumfolder-user-trash.png +share/icons/oxygen/base/22x22/actions/align-horizontal-center.png +share/icons/oxygen/base/22x22/actions/align-horizontal-left-out.png +share/icons/oxygen/base/22x22/actions/align-horizontal-left.png +share/icons/oxygen/base/22x22/actions/align-horizontal-right-out.png +share/icons/oxygen/base/22x22/actions/align-horizontal-right.png +share/icons/oxygen/base/22x22/actions/align-vertical-bottom-out.png +share/icons/oxygen/base/22x22/actions/align-vertical-bottom.png +share/icons/oxygen/base/22x22/actions/align-vertical-center.png +share/icons/oxygen/base/22x22/actions/align-vertical-top-out.png +share/icons/oxygen/base/22x22/actions/align-vertical-top.png +share/icons/oxygen/base/22x22/actions/amarok_artist.png +share/icons/oxygen/base/22x22/actions/amarok_clock.png +share/icons/oxygen/base/22x22/actions/amarok_lyrics.png +share/icons/oxygen/base/22x22/actions/amarok_playcount.png +share/icons/oxygen/base/22x22/actions/amarok_playlist.png +share/icons/oxygen/base/22x22/actions/amarok_playlist_refresh.png +share/icons/oxygen/base/22x22/actions/answer-correct.png +share/icons/oxygen/base/22x22/actions/answer.png +share/icons/oxygen/base/22x22/actions/application-exit.png +share/icons/oxygen/base/22x22/actions/application-menu.png +share/icons/oxygen/base/22x22/actions/applications-internet.png +share/icons/oxygen/base/22x22/actions/appointment-new.png +share/icons/oxygen/base/22x22/actions/archive-extract.png +share/icons/oxygen/base/22x22/actions/archive-insert-directory.png +share/icons/oxygen/base/22x22/actions/archive-insert.png +share/icons/oxygen/base/22x22/actions/archive-remove.png +share/icons/oxygen/base/22x22/actions/arrow-down-double.png +share/icons/oxygen/base/22x22/actions/arrow-down.png +share/icons/oxygen/base/22x22/actions/arrow-left-double.png +share/icons/oxygen/base/22x22/actions/arrow-left.png +share/icons/oxygen/base/22x22/actions/arrow-right-double.png +share/icons/oxygen/base/22x22/actions/arrow-right.png +share/icons/oxygen/base/22x22/actions/arrow-up-double.png +share/icons/oxygen/base/22x22/actions/arrow-up.png +share/icons/oxygen/base/22x22/actions/arrow.png +share/icons/oxygen/base/22x22/actions/bookmark-add-folder.png +share/icons/oxygen/base/22x22/actions/bookmark-edit.png +share/icons/oxygen/base/22x22/actions/bookmark-new-list.png +share/icons/oxygen/base/22x22/actions/bookmark-new.png +share/icons/oxygen/base/22x22/actions/bookmark-toolbar.png +share/icons/oxygen/base/22x22/actions/bookmarks-organize.png +share/icons/oxygen/base/22x22/actions/bookmarks.png +share/icons/oxygen/base/22x22/actions/box.png +share/icons/oxygen/base/22x22/actions/bqm-diff.png +share/icons/oxygen/base/22x22/actions/bqm-remove.png +share/icons/oxygen/base/22x22/actions/bqm-rmqueue.png +share/icons/oxygen/base/22x22/actions/call-start.png +share/icons/oxygen/base/22x22/actions/call-stop.png +share/icons/oxygen/base/22x22/actions/cards-block.png +share/icons/oxygen/base/22x22/actions/character-set.png +share/icons/oxygen/base/22x22/actions/checkbox.png +share/icons/oxygen/base/22x22/actions/checkmark.png +share/icons/oxygen/base/22x22/actions/chronometer-lap.png +share/icons/oxygen/base/22x22/actions/chronometer-reset.png +share/icons/oxygen/base/22x22/actions/chronometer-start.png +share/icons/oxygen/base/22x22/actions/chronometer.png +share/icons/oxygen/base/22x22/actions/class-or-package.png +share/icons/oxygen/base/22x22/actions/class.png +share/icons/oxygen/base/22x22/actions/clock-large.png +share/icons/oxygen/base/22x22/actions/clock.png +share/icons/oxygen/base/22x22/actions/code-block.png +share/icons/oxygen/base/22x22/actions/code-class.png +share/icons/oxygen/base/22x22/actions/code-context.png +share/icons/oxygen/base/22x22/actions/code-function.png +share/icons/oxygen/base/22x22/actions/code-typedef.png +share/icons/oxygen/base/22x22/actions/code-variable.png +share/icons/oxygen/base/22x22/actions/collection-rescan-amarok.png +share/icons/oxygen/base/22x22/actions/color-fill.png +share/icons/oxygen/base/22x22/actions/color-picker-black.png +share/icons/oxygen/base/22x22/actions/color-picker-grey.png +share/icons/oxygen/base/22x22/actions/color-picker-white.png +share/icons/oxygen/base/22x22/actions/color-picker.png +share/icons/oxygen/base/22x22/actions/component.png +share/icons/oxygen/base/22x22/actions/configure-shortcuts.png +share/icons/oxygen/base/22x22/actions/configure-toolbars.png +share/icons/oxygen/base/22x22/actions/configure.png +share/icons/oxygen/base/22x22/actions/contact-new.png +share/icons/oxygen/base/22x22/actions/cursor-arrow.png +share/icons/oxygen/base/22x22/actions/dashboard-show.png +share/icons/oxygen/base/22x22/actions/datatype.png +share/icons/oxygen/base/22x22/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/22x22/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/22x22/actions/debug-run-cursor.png +share/icons/oxygen/base/22x22/actions/debug-run.png +share/icons/oxygen/base/22x22/actions/debug-step-instruction.png +share/icons/oxygen/base/22x22/actions/debug-step-into-instruction.png +share/icons/oxygen/base/22x22/actions/debug-step-into.png +share/icons/oxygen/base/22x22/actions/debug-step-out.png +share/icons/oxygen/base/22x22/actions/debug-step-over.png +share/icons/oxygen/base/22x22/actions/delete-table-row.png +share/icons/oxygen/base/22x22/actions/diag_activity.png +share/icons/oxygen/base/22x22/actions/diag_class.png +share/icons/oxygen/base/22x22/actions/diag_component.png +share/icons/oxygen/base/22x22/actions/dialog-cancel.png +share/icons/oxygen/base/22x22/actions/dialog-close.png +share/icons/oxygen/base/22x22/actions/dialog-ok-apply.png +share/icons/oxygen/base/22x22/actions/dialog-ok.png +share/icons/oxygen/base/22x22/actions/dirsync.png +share/icons/oxygen/base/22x22/actions/distortionfx.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-center.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-equal.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-left.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-margin.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-page.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-right.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-x.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-bottom.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-center.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-equal.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-margin.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-page.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-top.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-y.png +share/icons/oxygen/base/22x22/actions/document-close.png +share/icons/oxygen/base/22x22/actions/document-decrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/22x22/actions/document-edit-decrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-encrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-sign.png +share/icons/oxygen/base/22x22/actions/document-edit-verify.png +share/icons/oxygen/base/22x22/actions/document-edit.png +share/icons/oxygen/base/22x22/actions/document-encrypt.png +share/icons/oxygen/base/22x22/actions/document-encrypted.png +share/icons/oxygen/base/22x22/actions/document-export-table.png +share/icons/oxygen/base/22x22/actions/document-export.png +share/icons/oxygen/base/22x22/actions/document-import.png +share/icons/oxygen/base/22x22/actions/document-multiple.png +share/icons/oxygen/base/22x22/actions/document-new.png +share/icons/oxygen/base/22x22/actions/document-open-data.png +share/icons/oxygen/base/22x22/actions/document-open-folder.png +share/icons/oxygen/base/22x22/actions/document-open-recent.png +share/icons/oxygen/base/22x22/actions/document-open-remote.png +share/icons/oxygen/base/22x22/actions/document-open.png +share/icons/oxygen/base/22x22/actions/document-preview-archive.png +share/icons/oxygen/base/22x22/actions/document-preview.png +share/icons/oxygen/base/22x22/actions/document-print-direct.png +share/icons/oxygen/base/22x22/actions/document-print-frame.png +share/icons/oxygen/base/22x22/actions/document-print-preview.png +share/icons/oxygen/base/22x22/actions/document-print.png +share/icons/oxygen/base/22x22/actions/document-properties.png +share/icons/oxygen/base/22x22/actions/document-revert.png +share/icons/oxygen/base/22x22/actions/document-save-all.png +share/icons/oxygen/base/22x22/actions/document-save-as.png +share/icons/oxygen/base/22x22/actions/document-save.png +share/icons/oxygen/base/22x22/actions/document-sign.png +share/icons/oxygen/base/22x22/actions/documentation.png +share/icons/oxygen/base/22x22/actions/documentinfo.png +share/icons/oxygen/base/22x22/actions/download-later.png +share/icons/oxygen/base/22x22/actions/download.png +share/icons/oxygen/base/22x22/actions/draw-arrow-back.png +share/icons/oxygen/base/22x22/actions/draw-arrow-down.png +share/icons/oxygen/base/22x22/actions/draw-arrow-forward.png +share/icons/oxygen/base/22x22/actions/draw-arrow-up.png +share/icons/oxygen/base/22x22/actions/draw-bezier-curves.png +share/icons/oxygen/base/22x22/actions/draw-brush.png +share/icons/oxygen/base/22x22/actions/draw-circle.png +share/icons/oxygen/base/22x22/actions/draw-cross.png +share/icons/oxygen/base/22x22/actions/draw-donut.png +share/icons/oxygen/base/22x22/actions/draw-ellipse.png +share/icons/oxygen/base/22x22/actions/draw-eraser.png +share/icons/oxygen/base/22x22/actions/draw-freehand.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle1.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle2.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle3.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle4.png +share/icons/oxygen/base/22x22/actions/draw-path.png +share/icons/oxygen/base/22x22/actions/draw-polygon.png +share/icons/oxygen/base/22x22/actions/draw-polyline.png +share/icons/oxygen/base/22x22/actions/draw-rectangle.png +share/icons/oxygen/base/22x22/actions/draw-spiral.png +share/icons/oxygen/base/22x22/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/22x22/actions/draw-star.png +share/icons/oxygen/base/22x22/actions/draw-text.png +share/icons/oxygen/base/22x22/actions/draw-triangle.png +share/icons/oxygen/base/22x22/actions/draw-triangle1.png +share/icons/oxygen/base/22x22/actions/draw-triangle2.png +share/icons/oxygen/base/22x22/actions/draw-triangle3.png +share/icons/oxygen/base/22x22/actions/draw-triangle4.png +share/icons/oxygen/base/22x22/actions/edit-bomb.png +share/icons/oxygen/base/22x22/actions/edit-clear-history.png +share/icons/oxygen/base/22x22/actions/edit-clear-list.png +share/icons/oxygen/base/22x22/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/22x22/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/22x22/actions/edit-clear.png +share/icons/oxygen/base/22x22/actions/edit-copy.png +share/icons/oxygen/base/22x22/actions/edit-cut.png +share/icons/oxygen/base/22x22/actions/edit-delete-shred.png +share/icons/oxygen/base/22x22/actions/edit-delete.png +share/icons/oxygen/base/22x22/actions/edit-entry.png +share/icons/oxygen/base/22x22/actions/edit-find-mail.png +share/icons/oxygen/base/22x22/actions/edit-find-project.png +share/icons/oxygen/base/22x22/actions/edit-find-replace.png +share/icons/oxygen/base/22x22/actions/edit-find-user.png +share/icons/oxygen/base/22x22/actions/edit-find.png +share/icons/oxygen/base/22x22/actions/edit-guides.png +share/icons/oxygen/base/22x22/actions/edit-image-face-add.png +share/icons/oxygen/base/22x22/actions/edit-image-face-detect.png +share/icons/oxygen/base/22x22/actions/edit-image-face-recognize.png +share/icons/oxygen/base/22x22/actions/edit-image-face-show.png +share/icons/oxygen/base/22x22/actions/edit-link.png +share/icons/oxygen/base/22x22/actions/edit-map.png +share/icons/oxygen/base/22x22/actions/edit-node.png +share/icons/oxygen/base/22x22/actions/edit-paste.png +share/icons/oxygen/base/22x22/actions/edit-redo.png +share/icons/oxygen/base/22x22/actions/edit-rename.png +share/icons/oxygen/base/22x22/actions/edit-select-all.png +share/icons/oxygen/base/22x22/actions/edit-select.png +share/icons/oxygen/base/22x22/actions/edit-table-cell-merge.png +share/icons/oxygen/base/22x22/actions/edit-table-cell-split.png +share/icons/oxygen/base/22x22/actions/edit-table-delete-column.png +share/icons/oxygen/base/22x22/actions/edit-table-delete-row.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-row-under.png +share/icons/oxygen/base/22x22/actions/edit-text-frame-update.png +share/icons/oxygen/base/22x22/actions/edit-undo.png +share/icons/oxygen/base/22x22/actions/editimage.png +share/icons/oxygen/base/22x22/actions/editor.png +share/icons/oxygen/base/22x22/actions/end_of_life.png +share/icons/oxygen/base/22x22/actions/entry-delete.png +share/icons/oxygen/base/22x22/actions/entry-edit.png +share/icons/oxygen/base/22x22/actions/enum.png +share/icons/oxygen/base/22x22/actions/error.png +share/icons/oxygen/base/22x22/actions/exifinfo.png +share/icons/oxygen/base/22x22/actions/feed-subscribe.png +share/icons/oxygen/base/22x22/actions/file-zoom-in.png +share/icons/oxygen/base/22x22/actions/file-zoom-out.png +share/icons/oxygen/base/22x22/actions/filename-artist-amarok.png +share/icons/oxygen/base/22x22/actions/filename-composer-amarok.png +share/icons/oxygen/base/22x22/actions/filename-ignore-amarok.png +share/icons/oxygen/base/22x22/actions/filename-last-played.png +share/icons/oxygen/base/22x22/actions/filename-sample-rate.png +share/icons/oxygen/base/22x22/actions/fileview-preview.png +share/icons/oxygen/base/22x22/actions/fill-color.png +share/icons/oxygen/base/22x22/actions/flag-black.png +share/icons/oxygen/base/22x22/actions/flag-blue.png +share/icons/oxygen/base/22x22/actions/flag-green.png +share/icons/oxygen/base/22x22/actions/flag-red.png +share/icons/oxygen/base/22x22/actions/flag-yellow.png +share/icons/oxygen/base/22x22/actions/flag.png +share/icons/oxygen/base/22x22/actions/folder-new.png +share/icons/oxygen/base/22x22/actions/folder-sync.png +share/icons/oxygen/base/22x22/actions/followmouse.png +share/icons/oxygen/base/22x22/actions/fork.png +share/icons/oxygen/base/22x22/actions/format-add-node.png +share/icons/oxygen/base/22x22/actions/format-break-node.png +share/icons/oxygen/base/22x22/actions/format-connect-node.png +share/icons/oxygen/base/22x22/actions/format-disconnect-node.png +share/icons/oxygen/base/22x22/actions/format-fill-color.png +share/icons/oxygen/base/22x22/actions/format-font-size-less.png +share/icons/oxygen/base/22x22/actions/format-font-size-more.png +share/icons/oxygen/base/22x22/actions/format-indent-less.png +share/icons/oxygen/base/22x22/actions/format-indent-more.png +share/icons/oxygen/base/22x22/actions/format-join-node.png +share/icons/oxygen/base/22x22/actions/format-justify-center.png +share/icons/oxygen/base/22x22/actions/format-justify-fill.png +share/icons/oxygen/base/22x22/actions/format-justify-left.png +share/icons/oxygen/base/22x22/actions/format-justify-right.png +share/icons/oxygen/base/22x22/actions/format-line-spacing-double.png +share/icons/oxygen/base/22x22/actions/format-line-spacing-normal.png +share/icons/oxygen/base/22x22/actions/format-line-spacing-triple.png +share/icons/oxygen/base/22x22/actions/format-list-ordered.png +share/icons/oxygen/base/22x22/actions/format-list-unordered.png +share/icons/oxygen/base/22x22/actions/format-remove-node.png +share/icons/oxygen/base/22x22/actions/format-stroke-color.png +share/icons/oxygen/base/22x22/actions/format-text-bold.png +share/icons/oxygen/base/22x22/actions/format-text-color.png +share/icons/oxygen/base/22x22/actions/format-text-direction-ltr.png +share/icons/oxygen/base/22x22/actions/format-text-direction-rtl.png +share/icons/oxygen/base/22x22/actions/format-text-italic.png +share/icons/oxygen/base/22x22/actions/format-text-strikethrough.png +share/icons/oxygen/base/22x22/actions/format-text-subscript.png +share/icons/oxygen/base/22x22/actions/format-text-superscript.png +share/icons/oxygen/base/22x22/actions/format-text-underline.png +share/icons/oxygen/base/22x22/actions/freerotation.png +share/icons/oxygen/base/22x22/actions/games-achievements.png +share/icons/oxygen/base/22x22/actions/games-config-background.png +share/icons/oxygen/base/22x22/actions/games-config-board.png +share/icons/oxygen/base/22x22/actions/games-config-custom.png +share/icons/oxygen/base/22x22/actions/games-config-options.png +share/icons/oxygen/base/22x22/actions/games-config-theme.png +share/icons/oxygen/base/22x22/actions/games-config-tiles.png +share/icons/oxygen/base/22x22/actions/games-difficult.png +share/icons/oxygen/base/22x22/actions/games-endturn.png +share/icons/oxygen/base/22x22/actions/games-highscores.png +share/icons/oxygen/base/22x22/actions/games-hint.png +share/icons/oxygen/base/22x22/actions/games-solve.png +share/icons/oxygen/base/22x22/actions/geany-build.png +share/icons/oxygen/base/22x22/actions/geany-close-all.png +share/icons/oxygen/base/22x22/actions/geany-save-all.png +share/icons/oxygen/base/22x22/actions/get-hot-new-stuff.png +share/icons/oxygen/base/22x22/actions/globe.png +share/icons/oxygen/base/22x22/actions/go-bottom.png +share/icons/oxygen/base/22x22/actions/go-down-search.png +share/icons/oxygen/base/22x22/actions/go-down.png +share/icons/oxygen/base/22x22/actions/go-first-view-page.png +share/icons/oxygen/base/22x22/actions/go-first-view.png +share/icons/oxygen/base/22x22/actions/go-first.png +share/icons/oxygen/base/22x22/actions/go-home-large.png +share/icons/oxygen/base/22x22/actions/go-home.png +share/icons/oxygen/base/22x22/actions/go-jump-declaration.png +share/icons/oxygen/base/22x22/actions/go-jump-definition.png +share/icons/oxygen/base/22x22/actions/go-jump-locationbar.png +share/icons/oxygen/base/22x22/actions/go-jump-today.png +share/icons/oxygen/base/22x22/actions/go-jump.png +share/icons/oxygen/base/22x22/actions/go-last-view-page.png +share/icons/oxygen/base/22x22/actions/go-last-view.png +share/icons/oxygen/base/22x22/actions/go-last.png +share/icons/oxygen/base/22x22/actions/go-next-context.png +share/icons/oxygen/base/22x22/actions/go-next-use.png +share/icons/oxygen/base/22x22/actions/go-next-view-page.png +share/icons/oxygen/base/22x22/actions/go-next-view.png +share/icons/oxygen/base/22x22/actions/go-next.png +share/icons/oxygen/base/22x22/actions/go-previous-context.png +share/icons/oxygen/base/22x22/actions/go-previous-use.png +share/icons/oxygen/base/22x22/actions/go-previous-view-page.png +share/icons/oxygen/base/22x22/actions/go-previous-view.png +share/icons/oxygen/base/22x22/actions/go-previous.png +share/icons/oxygen/base/22x22/actions/go-top.png +share/icons/oxygen/base/22x22/actions/go-up-search.png +share/icons/oxygen/base/22x22/actions/go-up.png +share/icons/oxygen/base/22x22/actions/gpg.png +share/icons/oxygen/base/22x22/actions/gpgsm.png +share/icons/oxygen/base/22x22/actions/group-delete.png +share/icons/oxygen/base/22x22/actions/group-edit.png +share/icons/oxygen/base/22x22/actions/group-new.png +share/icons/oxygen/base/22x22/actions/group.png +share/icons/oxygen/base/22x22/actions/gtk-add.png +share/icons/oxygen/base/22x22/actions/gtk-apply.png +share/icons/oxygen/base/22x22/actions/gtk-authentication.png +share/icons/oxygen/base/22x22/actions/gtk-bold.png +share/icons/oxygen/base/22x22/actions/gtk-cancel.png +share/icons/oxygen/base/22x22/actions/gtk-cdrom.png +share/icons/oxygen/base/22x22/actions/gtk-clear.png +share/icons/oxygen/base/22x22/actions/gtk-close.png +share/icons/oxygen/base/22x22/actions/gtk-color-picker.png +share/icons/oxygen/base/22x22/actions/gtk-connect.png +share/icons/oxygen/base/22x22/actions/gtk-disconnect.png +share/icons/oxygen/base/22x22/actions/gtk-edit.png +share/icons/oxygen/base/22x22/actions/gtk-execute.png +share/icons/oxygen/base/22x22/actions/gtk-floppy.png +share/icons/oxygen/base/22x22/actions/gtk-no.png +share/icons/oxygen/base/22x22/actions/gtk-ok.png +share/icons/oxygen/base/22x22/actions/gtk-properties.png +share/icons/oxygen/base/22x22/actions/gtk-quit.png +share/icons/oxygen/base/22x22/actions/gtk-select-color.png +share/icons/oxygen/base/22x22/actions/gtk-stop.png +share/icons/oxygen/base/22x22/actions/gtk-undelete-ltr.png +share/icons/oxygen/base/22x22/actions/gtk-undelete-rtl.png +share/icons/oxygen/base/22x22/actions/gtk-yes.png +share/icons/oxygen/base/22x22/actions/guides.png +share/icons/oxygen/base/22x22/actions/help-about.png +share/icons/oxygen/base/22x22/actions/help-contents.png +share/icons/oxygen/base/22x22/actions/help-contextual.png +share/icons/oxygen/base/22x22/actions/help-donate.png +share/icons/oxygen/base/22x22/actions/help-feedback.png +share/icons/oxygen/base/22x22/actions/help-hint.png +share/icons/oxygen/base/22x22/actions/identity.png +share/icons/oxygen/base/22x22/actions/im-aim.png +share/icons/oxygen/base/22x22/actions/im-ban-kick-user.png +share/icons/oxygen/base/22x22/actions/im-ban-user.png +share/icons/oxygen/base/22x22/actions/im-facebook.png +share/icons/oxygen/base/22x22/actions/im-gadugadu.png +share/icons/oxygen/base/22x22/actions/im-google-talk.png +share/icons/oxygen/base/22x22/actions/im-google.png +share/icons/oxygen/base/22x22/actions/im-icq.png +share/icons/oxygen/base/22x22/actions/im-identi.ca.png +share/icons/oxygen/base/22x22/actions/im-invisible-user.png +share/icons/oxygen/base/22x22/actions/im-irc.png +share/icons/oxygen/base/22x22/actions/im-jabber.png +share/icons/oxygen/base/22x22/actions/im-kick-user.png +share/icons/oxygen/base/22x22/actions/im-msn.png +share/icons/oxygen/base/22x22/actions/im-qq.png +share/icons/oxygen/base/22x22/actions/im-skype.png +share/icons/oxygen/base/22x22/actions/im-twitter.png +share/icons/oxygen/base/22x22/actions/im-user-away.png +share/icons/oxygen/base/22x22/actions/im-user-busy.png +share/icons/oxygen/base/22x22/actions/im-user-offline.png +share/icons/oxygen/base/22x22/actions/im-user.png +share/icons/oxygen/base/22x22/actions/im-yahoo.png +share/icons/oxygen/base/22x22/actions/inpainting.png +share/icons/oxygen/base/22x22/actions/insert-horizontal-rule.png +share/icons/oxygen/base/22x22/actions/insert-image.png +share/icons/oxygen/base/22x22/actions/insert-link.png +share/icons/oxygen/base/22x22/actions/insert-table-row.png +share/icons/oxygen/base/22x22/actions/insert-table.png +share/icons/oxygen/base/22x22/actions/insert-text.png +share/icons/oxygen/base/22x22/actions/interface.png +share/icons/oxygen/base/22x22/actions/internet-amarok.png +share/icons/oxygen/base/22x22/actions/irc-close-channel.png +share/icons/oxygen/base/22x22/actions/irc-join-channel.png +share/icons/oxygen/base/22x22/actions/irc-operator.png +share/icons/oxygen/base/22x22/actions/irc-remove-operator.png +share/icons/oxygen/base/22x22/actions/irc-unvoice.png +share/icons/oxygen/base/22x22/actions/irc-voice.png +share/icons/oxygen/base/22x22/actions/kdenlive-add-slide-clip.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-bottom.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-hor.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-left.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-right.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-top.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-vert.png +share/icons/oxygen/base/22x22/actions/kdenlive-deleffect.png +share/icons/oxygen/base/22x22/actions/kdenlive-down.png +share/icons/oxygen/base/22x22/actions/kdenlive-hide-audio.png +share/icons/oxygen/base/22x22/actions/kdenlive-lock.png +share/icons/oxygen/base/22x22/actions/kdenlive-select-rects.png +share/icons/oxygen/base/22x22/actions/kdenlive-select-tool.png +share/icons/oxygen/base/22x22/actions/kdenlive-show-audio.png +share/icons/oxygen/base/22x22/actions/kdenlive-show-audiothumb.png +share/icons/oxygen/base/22x22/actions/kdenlive-snap.png +share/icons/oxygen/base/22x22/actions/kdenlive-spacer-tool.png +share/icons/oxygen/base/22x22/actions/kdenlive-unlock.png +share/icons/oxygen/base/22x22/actions/kdenlive-up.png +share/icons/oxygen/base/22x22/actions/key-enter.png +share/icons/oxygen/base/22x22/actions/knotes_alarm.png +share/icons/oxygen/base/22x22/actions/knotes_delete.png +share/icons/oxygen/base/22x22/actions/kontes_close.png +share/icons/oxygen/base/22x22/actions/kr_jumpback.png +share/icons/oxygen/base/22x22/actions/kr_setjumpback.png +share/icons/oxygen/base/22x22/actions/kstars_advanced.png +share/icons/oxygen/base/22x22/actions/kstars_catalog.png +share/icons/oxygen/base/22x22/actions/kstars_colors.png +share/icons/oxygen/base/22x22/actions/kstars_constellationart.png +share/icons/oxygen/base/22x22/actions/kstars_flag.png +share/icons/oxygen/base/22x22/actions/kstars_guides.png +share/icons/oxygen/base/22x22/actions/kstars_planets.png +share/icons/oxygen/base/22x22/actions/kstars_stars.png +share/icons/oxygen/base/22x22/actions/kstars_xplanet.png +share/icons/oxygen/base/22x22/actions/kt-bandwidth-scheduler.png +share/icons/oxygen/base/22x22/actions/kt-change-tracker.png +share/icons/oxygen/base/22x22/actions/kt-check-data.png +share/icons/oxygen/base/22x22/actions/kt-encrypted.png +share/icons/oxygen/base/22x22/actions/kt-info-widget.png +share/icons/oxygen/base/22x22/actions/kt-pause.png +share/icons/oxygen/base/22x22/actions/kt-remove.png +share/icons/oxygen/base/22x22/actions/kt-restore-defaults.png +share/icons/oxygen/base/22x22/actions/kt-show-statusbar.png +share/icons/oxygen/base/22x22/actions/kt-start.png +share/icons/oxygen/base/22x22/actions/kt-stop.png +share/icons/oxygen/base/22x22/actions/ktnef_extract_to.png +share/icons/oxygen/base/22x22/actions/labplot-auto-scale-all.png +share/icons/oxygen/base/22x22/actions/labplot-auto-scale-x.png +share/icons/oxygen/base/22x22/actions/labplot-auto-scale-y.png +share/icons/oxygen/base/22x22/actions/labplot-cursor-arrow.png +share/icons/oxygen/base/22x22/actions/labplot-transform-move.png +share/icons/oxygen/base/22x22/actions/labplot-zoom-select-x.png +share/icons/oxygen/base/22x22/actions/labplot-zoom-select-y.png +share/icons/oxygen/base/22x22/actions/labplot-zoom-select.png +share/icons/oxygen/base/22x22/actions/layer-visible-off.png +share/icons/oxygen/base/22x22/actions/layer-visible-on.png +share/icons/oxygen/base/22x22/actions/lighttableadd.png +share/icons/oxygen/base/22x22/actions/list-add-font.png +share/icons/oxygen/base/22x22/actions/list-add-user.png +share/icons/oxygen/base/22x22/actions/list-add.png +share/icons/oxygen/base/22x22/actions/list-remove-user.png +share/icons/oxygen/base/22x22/actions/list-remove.png +share/icons/oxygen/base/22x22/actions/list-resource-add.png +share/icons/oxygen/base/22x22/actions/lock.png +share/icons/oxygen/base/22x22/actions/mail-encrypted-full.png +share/icons/oxygen/base/22x22/actions/mail-encrypted-part.png +share/icons/oxygen/base/22x22/actions/mail-encrypted.png +share/icons/oxygen/base/22x22/actions/mail-flag.png +share/icons/oxygen/base/22x22/actions/mail-forward.png +share/icons/oxygen/base/22x22/actions/mail-forwarded.png +share/icons/oxygen/base/22x22/actions/mail-invitation.png +share/icons/oxygen/base/22x22/actions/mail-mark-important.png +share/icons/oxygen/base/22x22/actions/mail-mark-junk.png +share/icons/oxygen/base/22x22/actions/mail-mark-notjunk.png +share/icons/oxygen/base/22x22/actions/mail-mark-read.png +share/icons/oxygen/base/22x22/actions/mail-mark-task.png +share/icons/oxygen/base/22x22/actions/mail-mark-unread-new.png +share/icons/oxygen/base/22x22/actions/mail-mark-unread.png +share/icons/oxygen/base/22x22/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/22x22/actions/mail-message-new-list.png +share/icons/oxygen/base/22x22/actions/mail-message-new.png +share/icons/oxygen/base/22x22/actions/mail-queue.png +share/icons/oxygen/base/22x22/actions/mail-receive.png +share/icons/oxygen/base/22x22/actions/mail-replied.png +share/icons/oxygen/base/22x22/actions/mail-reply-all.png +share/icons/oxygen/base/22x22/actions/mail-reply-custom-all.png +share/icons/oxygen/base/22x22/actions/mail-reply-custom.png +share/icons/oxygen/base/22x22/actions/mail-reply-list.png +share/icons/oxygen/base/22x22/actions/mail-reply-sender.png +share/icons/oxygen/base/22x22/actions/mail-send.png +share/icons/oxygen/base/22x22/actions/mail-signature-unknown.png +share/icons/oxygen/base/22x22/actions/mail-signed-full.png +share/icons/oxygen/base/22x22/actions/mail-signed-fully.png +share/icons/oxygen/base/22x22/actions/mail-signed-part.png +share/icons/oxygen/base/22x22/actions/mail-signed-verified.png +share/icons/oxygen/base/22x22/actions/mail-signed.png +share/icons/oxygen/base/22x22/actions/mail-tagged.png +share/icons/oxygen/base/22x22/actions/measure.png +share/icons/oxygen/base/22x22/actions/media-eject.png +share/icons/oxygen/base/22x22/actions/media-playback-pause.png +share/icons/oxygen/base/22x22/actions/media-playback-start.png +share/icons/oxygen/base/22x22/actions/media-playback-stop.png +share/icons/oxygen/base/22x22/actions/media-record.png +share/icons/oxygen/base/22x22/actions/media-seek-backward.png +share/icons/oxygen/base/22x22/actions/media-seek-forward.png +share/icons/oxygen/base/22x22/actions/media-skip-backward.png +share/icons/oxygen/base/22x22/actions/media-skip-forward.png +share/icons/oxygen/base/22x22/actions/media-standard-track-progression-amarok.png +share/icons/oxygen/base/22x22/actions/media-track-add-amarok.png +share/icons/oxygen/base/22x22/actions/media-track-edit-amarok.png +share/icons/oxygen/base/22x22/actions/media-track-remove-amarok.png +share/icons/oxygen/base/22x22/actions/meeting-attending-tentative.png +share/icons/oxygen/base/22x22/actions/meeting-attending.png +share/icons/oxygen/base/22x22/actions/meeting-participant-no-response.png +share/icons/oxygen/base/22x22/actions/meeting-participant-request-response.png +share/icons/oxygen/base/22x22/actions/milestone.png +share/icons/oxygen/base/22x22/actions/mixer-ac97.png +share/icons/oxygen/base/22x22/actions/mixer-capture-secondary.png +share/icons/oxygen/base/22x22/actions/mixer-capture.png +share/icons/oxygen/base/22x22/actions/mixer-cd.png +share/icons/oxygen/base/22x22/actions/mixer-digital.png +share/icons/oxygen/base/22x22/actions/mixer-front.png +share/icons/oxygen/base/22x22/actions/mixer-headset.png +share/icons/oxygen/base/22x22/actions/mixer-lfe.png +share/icons/oxygen/base/22x22/actions/mixer-line.png +share/icons/oxygen/base/22x22/actions/mixer-master.png +share/icons/oxygen/base/22x22/actions/mixer-microphone-boost.png +share/icons/oxygen/base/22x22/actions/mixer-microphone-front-boost.png +share/icons/oxygen/base/22x22/actions/mixer-microphone-front.png +share/icons/oxygen/base/22x22/actions/mixer-microphone.png +share/icons/oxygen/base/22x22/actions/mixer-midi.png +share/icons/oxygen/base/22x22/actions/mixer-pc-speaker.png +share/icons/oxygen/base/22x22/actions/mixer-pcm-default.png +share/icons/oxygen/base/22x22/actions/mixer-pcm.png +share/icons/oxygen/base/22x22/actions/mixer-surround-center.png +share/icons/oxygen/base/22x22/actions/mixer-surround.png +share/icons/oxygen/base/22x22/actions/mixer-video.png +share/icons/oxygen/base/22x22/actions/network-connect.png +share/icons/oxygen/base/22x22/actions/network-disconnect.png +share/icons/oxygen/base/22x22/actions/news-subscribe.png +share/icons/oxygen/base/22x22/actions/news-unsubscribe.png +share/icons/oxygen/base/22x22/actions/node-add.png +share/icons/oxygen/base/22x22/actions/node-break.png +share/icons/oxygen/base/22x22/actions/node-delete-segment.png +share/icons/oxygen/base/22x22/actions/node-delete.png +share/icons/oxygen/base/22x22/actions/node-join-segment.png +share/icons/oxygen/base/22x22/actions/node-join.png +share/icons/oxygen/base/22x22/actions/note.png +share/icons/oxygen/base/22x22/actions/object-align-horizontal-center-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-horizontal-left-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-horizontal-right-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-bottom-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-bottom-top-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-center-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-top-calligra.png +share/icons/oxygen/base/22x22/actions/object-flip-horizontal.png +share/icons/oxygen/base/22x22/actions/object-flip-vertical.png +share/icons/oxygen/base/22x22/actions/object-locked.png +share/icons/oxygen/base/22x22/actions/object-rotate-left.png +share/icons/oxygen/base/22x22/actions/object-rotate-right.png +share/icons/oxygen/base/22x22/actions/object-unlocked.png +share/icons/oxygen/base/22x22/actions/object_node.png +share/icons/oxygen/base/22x22/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/22x22/actions/office-chart-area-percentage.png +share/icons/oxygen/base/22x22/actions/office-chart-area-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-area.png +share/icons/oxygen/base/22x22/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/22x22/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-bar.png +share/icons/oxygen/base/22x22/actions/office-chart-line-percentage.png +share/icons/oxygen/base/22x22/actions/office-chart-line-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-line.png +share/icons/oxygen/base/22x22/actions/office-chart-pie.png +share/icons/oxygen/base/22x22/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-polar.png +share/icons/oxygen/base/22x22/actions/office-chart-ring.png +share/icons/oxygen/base/22x22/actions/office-chart-scatter.png +share/icons/oxygen/base/22x22/actions/offline.png +share/icons/oxygen/base/22x22/actions/online.png +share/icons/oxygen/base/22x22/actions/open-for-editing.png +share/icons/oxygen/base/22x22/actions/package.png +share/icons/oxygen/base/22x22/actions/page-2sides.png +share/icons/oxygen/base/22x22/actions/page-3sides.png +share/icons/oxygen/base/22x22/actions/page-4sides.png +share/icons/oxygen/base/22x22/actions/page-simple.png +share/icons/oxygen/base/22x22/actions/page-zoom.png +share/icons/oxygen/base/22x22/actions/path-mode-bezier.png +share/icons/oxygen/base/22x22/actions/path-mode-spiro.png +share/icons/oxygen/base/22x22/actions/photo.png +share/icons/oxygen/base/22x22/actions/photos-amarok.png +share/icons/oxygen/base/22x22/actions/player-time.png +share/icons/oxygen/base/22x22/actions/player-volume-muted.png +share/icons/oxygen/base/22x22/actions/player-volume.png +share/icons/oxygen/base/22x22/actions/playlist-sort.png +share/icons/oxygen/base/22x22/actions/polygon-add-nodes.png +share/icons/oxygen/base/22x22/actions/polygon-merge-nodes.png +share/icons/oxygen/base/22x22/actions/postalcode.png +share/icons/oxygen/base/22x22/actions/practice-setup.png +share/icons/oxygen/base/22x22/actions/practice-start.png +share/icons/oxygen/base/22x22/actions/practice-stop.png +share/icons/oxygen/base/22x22/actions/preferences-activities.png +share/icons/oxygen/base/22x22/actions/preferences-media-playback-amarok.png +share/icons/oxygen/base/22x22/actions/preflight-verifier.png +share/icons/oxygen/base/22x22/actions/process-stop.png +share/icons/oxygen/base/22x22/actions/project-development-close-all.png +share/icons/oxygen/base/22x22/actions/project-development-close.png +share/icons/oxygen/base/22x22/actions/project-development-new-template.png +share/icons/oxygen/base/22x22/actions/project-development.png +share/icons/oxygen/base/22x22/actions/project-open.png +share/icons/oxygen/base/22x22/actions/quickopen-class.png +share/icons/oxygen/base/22x22/actions/quickopen-file.png +share/icons/oxygen/base/22x22/actions/quickopen-function.png +share/icons/oxygen/base/22x22/actions/quickopen.png +share/icons/oxygen/base/22x22/actions/rating.png +share/icons/oxygen/base/22x22/actions/ratiocrop.png +share/icons/oxygen/base/22x22/actions/refactor.png +share/icons/oxygen/base/22x22/actions/region.png +share/icons/oxygen/base/22x22/actions/relationship.png +share/icons/oxygen/base/22x22/actions/remove-amarok.png +share/icons/oxygen/base/22x22/actions/remove.png +share/icons/oxygen/base/22x22/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/22x22/actions/resource-calendar-child.png +share/icons/oxygen/base/22x22/actions/resource-calendar-insert.png +share/icons/oxygen/base/22x22/actions/resource-group-new.png +share/icons/oxygen/base/22x22/actions/resource-group.png +share/icons/oxygen/base/22x22/actions/roll.png +share/icons/oxygen/base/22x22/actions/routeplanning.png +share/icons/oxygen/base/22x22/actions/run-build-clean.png +share/icons/oxygen/base/22x22/actions/run-build-configure.png +share/icons/oxygen/base/22x22/actions/run-build-file.png +share/icons/oxygen/base/22x22/actions/run-build-install-root.png +share/icons/oxygen/base/22x22/actions/run-build-install.png +share/icons/oxygen/base/22x22/actions/run-build-prune.png +share/icons/oxygen/base/22x22/actions/run-build.png +share/icons/oxygen/base/22x22/actions/run-clean.png +share/icons/oxygen/base/22x22/actions/run-install.png +share/icons/oxygen/base/22x22/actions/select-rectangular.png +share/icons/oxygen/base/22x22/actions/services.png +share/icons/oxygen/base/22x22/actions/settings-configure.png +share/icons/oxygen/base/22x22/actions/shallow-history.png +share/icons/oxygen/base/22x22/actions/shear.png +share/icons/oxygen/base/22x22/actions/show-menu.png +share/icons/oxygen/base/22x22/actions/skg-chart-bubble.png +share/icons/oxygen/base/22x22/actions/skrooge_credit_card.png +share/icons/oxygen/base/22x22/actions/skrooge_less.png +share/icons/oxygen/base/22x22/actions/skrooge_more.png +share/icons/oxygen/base/22x22/actions/skrooge_much_less.png +share/icons/oxygen/base/22x22/actions/skrooge_much_more.png +share/icons/oxygen/base/22x22/actions/skrooge_type.png +share/icons/oxygen/base/22x22/actions/smallclock.png +share/icons/oxygen/base/22x22/actions/snap-extension.png +share/icons/oxygen/base/22x22/actions/snap-guideline.png +share/icons/oxygen/base/22x22/actions/snap-intersection.png +share/icons/oxygen/base/22x22/actions/snap-node.png +share/icons/oxygen/base/22x22/actions/snap-orthogonal.png +share/icons/oxygen/base/22x22/actions/social.png +share/icons/oxygen/base/22x22/actions/sort-name.png +share/icons/oxygen/base/22x22/actions/sort_incr.png +share/icons/oxygen/base/22x22/actions/speaker.png +share/icons/oxygen/base/22x22/actions/specific-setup.png +share/icons/oxygen/base/22x22/actions/step_object_Box.png +share/icons/oxygen/base/22x22/actions/step_object_Controller.png +share/icons/oxygen/base/22x22/actions/step_object_Disk.png +share/icons/oxygen/base/22x22/actions/step_object_Graph.png +share/icons/oxygen/base/22x22/actions/step_object_Note.png +share/icons/oxygen/base/22x22/actions/step_object_Particle.png +share/icons/oxygen/base/22x22/actions/step_object_Polygon.png +share/icons/oxygen/base/22x22/actions/step_object_Rope.png +share/icons/oxygen/base/22x22/actions/story-editor.png +share/icons/oxygen/base/22x22/actions/stroke-cap-bevel.png +share/icons/oxygen/base/22x22/actions/stroke-cap-butt.png +share/icons/oxygen/base/22x22/actions/stroke-cap-miter.png +share/icons/oxygen/base/22x22/actions/stroke-cap-round.png +share/icons/oxygen/base/22x22/actions/stroke-cap-square.png +share/icons/oxygen/base/22x22/actions/stroke-join-round.png +share/icons/oxygen/base/22x22/actions/svn-commit.png +share/icons/oxygen/base/22x22/actions/svn-update.png +share/icons/oxygen/base/22x22/actions/system-lock-screen.png +share/icons/oxygen/base/22x22/actions/system-log-out.png +share/icons/oxygen/base/22x22/actions/system-reboot.png +share/icons/oxygen/base/22x22/actions/system-run.png +share/icons/oxygen/base/22x22/actions/system-search.png +share/icons/oxygen/base/22x22/actions/system-shutdown.png +share/icons/oxygen/base/22x22/actions/system-suspend-hibernate.png +share/icons/oxygen/base/22x22/actions/system-suspend.png +share/icons/oxygen/base/22x22/actions/system-switch-user.png +share/icons/oxygen/base/22x22/actions/system-upgrade.png +share/icons/oxygen/base/22x22/actions/tab-close-other.png +share/icons/oxygen/base/22x22/actions/tab-close.png +share/icons/oxygen/base/22x22/actions/tab-detach.png +share/icons/oxygen/base/22x22/actions/tab-duplicate.png +share/icons/oxygen/base/22x22/actions/tab-new-background.png +share/icons/oxygen/base/22x22/actions/tab-new.png +share/icons/oxygen/base/22x22/actions/tag-addressbook.png +share/icons/oxygen/base/22x22/actions/tag-assigned.png +share/icons/oxygen/base/22x22/actions/tag-folder.png +share/icons/oxygen/base/22x22/actions/tag-people.png +share/icons/oxygen/base/22x22/actions/tag-places.png +share/icons/oxygen/base/22x22/actions/tag-properties.png +share/icons/oxygen/base/22x22/actions/text-field.png +share/icons/oxygen/base/22x22/actions/text-frame-link.png +share/icons/oxygen/base/22x22/actions/text-frame-unlink.png +share/icons/oxygen/base/22x22/actions/text-speak.png +share/icons/oxygen/base/22x22/actions/tool-animator.png +share/icons/oxygen/base/22x22/actions/tool-node-editor.png +share/icons/oxygen/base/22x22/actions/tool_brush.png +share/icons/oxygen/base/22x22/actions/tool_color_picker.png +share/icons/oxygen/base/22x22/actions/tool_ellipse.png +share/icons/oxygen/base/22x22/actions/tool_eraser.png +share/icons/oxygen/base/22x22/actions/tool_flood_fill.png +share/icons/oxygen/base/22x22/actions/tool_pen.png +share/icons/oxygen/base/22x22/actions/tool_polyline.png +share/icons/oxygen/base/22x22/actions/tool_rect_selection.png +share/icons/oxygen/base/22x22/actions/tool_rectangle.png +share/icons/oxygen/base/22x22/actions/tool_text.png +share/icons/oxygen/base/22x22/actions/tools-check-spelling.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-burn.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-copy.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-erase.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-format.png +share/icons/oxygen/base/22x22/actions/tools-report-bug.png +share/icons/oxygen/base/22x22/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/22x22/actions/tools-rip-video-cd.png +share/icons/oxygen/base/22x22/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/22x22/actions/tools-wizard.png +share/icons/oxygen/base/22x22/actions/transform-crop-and-resize.png +share/icons/oxygen/base/22x22/actions/transform-crop.png +share/icons/oxygen/base/22x22/actions/transform-move.png +share/icons/oxygen/base/22x22/actions/transform-rotate.png +share/icons/oxygen/base/22x22/actions/transform-scale.png +share/icons/oxygen/base/22x22/actions/transform-shear-down.png +share/icons/oxygen/base/22x22/actions/transform-shear-left.png +share/icons/oxygen/base/22x22/actions/transform-shear-right.png +share/icons/oxygen/base/22x22/actions/transform-shear-up.png +share/icons/oxygen/base/22x22/actions/transform-skew-horizontal.png +share/icons/oxygen/base/22x22/actions/transform-skew-vertical.png +share/icons/oxygen/base/22x22/actions/trash-empty.png +share/icons/oxygen/base/22x22/actions/umbr-coll-message-synchronous.png +share/icons/oxygen/base/22x22/actions/umbr-message-found.png +share/icons/oxygen/base/22x22/actions/umbr-message-lost.png +share/icons/oxygen/base/22x22/actions/umbr-message-synchronous.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_activity.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_class.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_component.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_sequence.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_state.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_usecase.png +share/icons/oxygen/base/22x22/actions/unlock.png +share/icons/oxygen/base/22x22/actions/upcomingevents-amarok.png +share/icons/oxygen/base/22x22/actions/usecase.png +share/icons/oxygen/base/22x22/actions/user-group-delete.png +share/icons/oxygen/base/22x22/actions/user-group-new.png +share/icons/oxygen/base/22x22/actions/user-group-properties.png +share/icons/oxygen/base/22x22/actions/user-identity.png +share/icons/oxygen/base/22x22/actions/user-properties.png +share/icons/oxygen/base/22x22/actions/user.png +share/icons/oxygen/base/22x22/actions/view-bank-account.png +share/icons/oxygen/base/22x22/actions/view-bank.png +share/icons/oxygen/base/22x22/actions/view-barcode-add.png +share/icons/oxygen/base/22x22/actions/view-barcode.png +share/icons/oxygen/base/22x22/actions/view-calendar-agenda.png +share/icons/oxygen/base/22x22/actions/view-calendar-birthday.png +share/icons/oxygen/base/22x22/actions/view-calendar-day.png +share/icons/oxygen/base/22x22/actions/view-calendar-holiday.png +share/icons/oxygen/base/22x22/actions/view-calendar-journal.png +share/icons/oxygen/base/22x22/actions/view-calendar-list.png +share/icons/oxygen/base/22x22/actions/view-calendar-month.png +share/icons/oxygen/base/22x22/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/22x22/actions/view-calendar-tasks.png +share/icons/oxygen/base/22x22/actions/view-calendar-time-spent.png +share/icons/oxygen/base/22x22/actions/view-calendar-timeline.png +share/icons/oxygen/base/22x22/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/22x22/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/22x22/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/22x22/actions/view-calendar-week.png +share/icons/oxygen/base/22x22/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/22x22/actions/view-calendar-workweek.png +share/icons/oxygen/base/22x22/actions/view-certificate-add.png +share/icons/oxygen/base/22x22/actions/view-certificate-export-secret.png +share/icons/oxygen/base/22x22/actions/view-certificate-export-server.png +share/icons/oxygen/base/22x22/actions/view-certificate-export.png +share/icons/oxygen/base/22x22/actions/view-certificate-import.png +share/icons/oxygen/base/22x22/actions/view-certificate-server-configure.png +share/icons/oxygen/base/22x22/actions/view-certificate-sign.png +share/icons/oxygen/base/22x22/actions/view-certificate.png +share/icons/oxygen/base/22x22/actions/view-choose.png +share/icons/oxygen/base/22x22/actions/view-close.png +share/icons/oxygen/base/22x22/actions/view-conversation-balloon.png +share/icons/oxygen/base/22x22/actions/view-file-columns.png +share/icons/oxygen/base/22x22/actions/view-filter.png +share/icons/oxygen/base/22x22/actions/view-financial-forecast.png +share/icons/oxygen/base/22x22/actions/view-form-action.png +share/icons/oxygen/base/22x22/actions/view-form-table.png +share/icons/oxygen/base/22x22/actions/view-form.png +share/icons/oxygen/base/22x22/actions/view-fullscreen.png +share/icons/oxygen/base/22x22/actions/view-grid.png +share/icons/oxygen/base/22x22/actions/view-group.png +share/icons/oxygen/base/22x22/actions/view-history.png +share/icons/oxygen/base/22x22/actions/view-ldap-resource.png +share/icons/oxygen/base/22x22/actions/view-left-close.png +share/icons/oxygen/base/22x22/actions/view-list-details.png +share/icons/oxygen/base/22x22/actions/view-list-icons.png +share/icons/oxygen/base/22x22/actions/view-list-text.png +share/icons/oxygen/base/22x22/actions/view-list-tree.png +share/icons/oxygen/base/22x22/actions/view-media-artist.png +share/icons/oxygen/base/22x22/actions/view-media-equalizer.png +share/icons/oxygen/base/22x22/actions/view-media-lyrics.png +share/icons/oxygen/base/22x22/actions/view-media-playlist.png +share/icons/oxygen/base/22x22/actions/view-media-visualization.png +share/icons/oxygen/base/22x22/actions/view-multiple-objects.png +share/icons/oxygen/base/22x22/actions/view-object-histogram-linear.png +share/icons/oxygen/base/22x22/actions/view-object-histogram-logarithmic.png +share/icons/oxygen/base/22x22/actions/view-pim-calendar.png +share/icons/oxygen/base/22x22/actions/view-pim-contacts.png +share/icons/oxygen/base/22x22/actions/view-pim-journal.png +share/icons/oxygen/base/22x22/actions/view-pim-mail.png +share/icons/oxygen/base/22x22/actions/view-pim-news.png +share/icons/oxygen/base/22x22/actions/view-pim-notes.png +share/icons/oxygen/base/22x22/actions/view-pim-summary.png +share/icons/oxygen/base/22x22/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/22x22/actions/view-pim-tasks.png +share/icons/oxygen/base/22x22/actions/view-presentation.png +share/icons/oxygen/base/22x22/actions/view-preview.png +share/icons/oxygen/base/22x22/actions/view-process-all-tree.png +share/icons/oxygen/base/22x22/actions/view-process-all.png +share/icons/oxygen/base/22x22/actions/view-process-own.png +share/icons/oxygen/base/22x22/actions/view-process-system.png +share/icons/oxygen/base/22x22/actions/view-process-tree.png +share/icons/oxygen/base/22x22/actions/view-process-users.png +share/icons/oxygen/base/22x22/actions/view-refresh.png +share/icons/oxygen/base/22x22/actions/view-resource-calendar.png +share/icons/oxygen/base/22x22/actions/view-restore.png +share/icons/oxygen/base/22x22/actions/view-right-close.png +share/icons/oxygen/base/22x22/actions/view-right-new.png +share/icons/oxygen/base/22x22/actions/view-sidetree.png +share/icons/oxygen/base/22x22/actions/view-sort-ascending.png +share/icons/oxygen/base/22x22/actions/view-sort-descending.png +share/icons/oxygen/base/22x22/actions/view-split-left-right.png +share/icons/oxygen/base/22x22/actions/view-split-top-bottom.png +share/icons/oxygen/base/22x22/actions/view-statistics.png +share/icons/oxygen/base/22x22/actions/view-table-of-contents-ltr.png +share/icons/oxygen/base/22x22/actions/view-table-of-contents-rtl.png +share/icons/oxygen/base/22x22/actions/view-task-add.png +share/icons/oxygen/base/22x22/actions/view-task-child-add.png +share/icons/oxygen/base/22x22/actions/view-task-child.png +share/icons/oxygen/base/22x22/actions/view-task.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-edit.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-insert.png +share/icons/oxygen/base/22x22/actions/view-time-schedule.png +share/icons/oxygen/base/22x22/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/22x22/actions/viewimage.png +share/icons/oxygen/base/22x22/actions/window-close.png +share/icons/oxygen/base/22x22/actions/window-duplicate.png +share/icons/oxygen/base/22x22/actions/window-new.png +share/icons/oxygen/base/22x22/actions/x-shape-image.png +share/icons/oxygen/base/22x22/actions/x-shape-text.png +share/icons/oxygen/base/22x22/actions/zoom-1-to-2.png +share/icons/oxygen/base/22x22/actions/zoom-2-to-1.png +share/icons/oxygen/base/22x22/actions/zoom-draw.png +share/icons/oxygen/base/22x22/actions/zoom-fit-best.png +share/icons/oxygen/base/22x22/actions/zoom-fit-height.png +share/icons/oxygen/base/22x22/actions/zoom-fit-selection.png +share/icons/oxygen/base/22x22/actions/zoom-fit-width.png +share/icons/oxygen/base/22x22/actions/zoom-in-large.png +share/icons/oxygen/base/22x22/actions/zoom-in.png +share/icons/oxygen/base/22x22/actions/zoom-next.png +share/icons/oxygen/base/22x22/actions/zoom-original.png +share/icons/oxygen/base/22x22/actions/zoom-out-large.png +share/icons/oxygen/base/22x22/actions/zoom-out.png +share/icons/oxygen/base/22x22/actions/zoom-previous.png +share/icons/oxygen/base/22x22/actions/zoom-select-fit.png +share/icons/oxygen/base/22x22/actions/zoom-select-x.png +share/icons/oxygen/base/22x22/actions/zoom-select-y.png +share/icons/oxygen/base/22x22/actions/zoom-select.png +share/icons/oxygen/base/22x22/animations/process-idle-kde.png +share/icons/oxygen/base/22x22/animations/process-idle.png +share/icons/oxygen/base/22x22/animations/process-working-kde.png +share/icons/oxygen/base/22x22/animations/process-working.png +share/icons/oxygen/base/22x22/apps/Charm.png +share/icons/oxygen/base/22x22/apps/accessories-calculator.png +share/icons/oxygen/base/22x22/apps/accessories-character-map.png +share/icons/oxygen/base/22x22/apps/accessories-dictionary.png +share/icons/oxygen/base/22x22/apps/accessories-text-editor.png +share/icons/oxygen/base/22x22/apps/acroread.png +share/icons/oxygen/base/22x22/apps/akonadi.png +share/icons/oxygen/base/22x22/apps/akregator.png +share/icons/oxygen/base/22x22/apps/amarok.png +share/icons/oxygen/base/22x22/apps/ark.png +share/icons/oxygen/base/22x22/apps/basket.png +share/icons/oxygen/base/22x22/apps/calligraflow.png +share/icons/oxygen/base/22x22/apps/calligrakexi.png +share/icons/oxygen/base/22x22/apps/calligrakrita.png +share/icons/oxygen/base/22x22/apps/calligrasheets.png +share/icons/oxygen/base/22x22/apps/calligrastage.png +share/icons/oxygen/base/22x22/apps/calligrawords.png +share/icons/oxygen/base/22x22/apps/clock.png +share/icons/oxygen/base/22x22/apps/device-notifier.png +share/icons/oxygen/base/22x22/apps/digikam.png +share/icons/oxygen/base/22x22/apps/dragonplayer.png +share/icons/oxygen/base/22x22/apps/esd.png +share/icons/oxygen/base/22x22/apps/filelight.png +share/icons/oxygen/base/22x22/apps/fontforge.png +share/icons/oxygen/base/22x22/apps/graphics-viewer-document.png +share/icons/oxygen/base/22x22/apps/gwenview.png +share/icons/oxygen/base/22x22/apps/help-browser.png +share/icons/oxygen/base/22x22/apps/hwinfo.png +share/icons/oxygen/base/22x22/apps/inkscape.png +share/icons/oxygen/base/22x22/apps/internet-mail.png +share/icons/oxygen/base/22x22/apps/internet-telephony.png +share/icons/oxygen/base/22x22/apps/internet-web-browser.png +share/icons/oxygen/base/22x22/apps/java.png +share/icons/oxygen/base/22x22/apps/k3b.png +share/icons/oxygen/base/22x22/apps/kaddressbook.png +share/icons/oxygen/base/22x22/apps/kaffeine.png +share/icons/oxygen/base/22x22/apps/kate.png +share/icons/oxygen/base/22x22/apps/kblogger.png +share/icons/oxygen/base/22x22/apps/kbruch.png +share/icons/oxygen/base/22x22/apps/kbugbuster.png +share/icons/oxygen/base/22x22/apps/kchart.png +share/icons/oxygen/base/22x22/apps/kcolorchooser.png +share/icons/oxygen/base/22x22/apps/kde-gtk-config.png +share/icons/oxygen/base/22x22/apps/kde-windows.png +share/icons/oxygen/base/22x22/apps/kde.png +share/icons/oxygen/base/22x22/apps/kdeconnect.png +share/icons/oxygen/base/22x22/apps/kdevelop.png +share/icons/oxygen/base/22x22/apps/kdf.png +share/icons/oxygen/base/22x22/apps/kformula.png +share/icons/oxygen/base/22x22/apps/kget.png +share/icons/oxygen/base/22x22/apps/kgpg.png +share/icons/oxygen/base/22x22/apps/kig.png +share/icons/oxygen/base/22x22/apps/kjournal.png +share/icons/oxygen/base/22x22/apps/klipper.png +share/icons/oxygen/base/22x22/apps/kmag.png +share/icons/oxygen/base/22x22/apps/kmail.png +share/icons/oxygen/base/22x22/apps/kmplayer.png +share/icons/oxygen/base/22x22/apps/knetattach.png +share/icons/oxygen/base/22x22/apps/knotes.png +share/icons/oxygen/base/22x22/apps/kolf.png +share/icons/oxygen/base/22x22/apps/konqueror.png +share/icons/oxygen/base/22x22/apps/kontact.png +share/icons/oxygen/base/22x22/apps/konversation.png +share/icons/oxygen/base/22x22/apps/kopete-offline.png +share/icons/oxygen/base/22x22/apps/kopete.png +share/icons/oxygen/base/22x22/apps/korg-journal.png +share/icons/oxygen/base/22x22/apps/korg-todo.png +share/icons/oxygen/base/22x22/apps/korgac.png +share/icons/oxygen/base/22x22/apps/korganizer.png +share/icons/oxygen/base/22x22/apps/kplato.png +share/icons/oxygen/base/22x22/apps/kpresenter.png +share/icons/oxygen/base/22x22/apps/krdc.png +share/icons/oxygen/base/22x22/apps/krfb.png +share/icons/oxygen/base/22x22/apps/ksnapshot.png +share/icons/oxygen/base/22x22/apps/ksniffer.png +share/icons/oxygen/base/22x22/apps/kspread.png +share/icons/oxygen/base/22x22/apps/ksudoku.png +share/icons/oxygen/base/22x22/apps/kthesaurus.png +share/icons/oxygen/base/22x22/apps/ktip.png +share/icons/oxygen/base/22x22/apps/ktorrent.png +share/icons/oxygen/base/22x22/apps/kuickshow.png +share/icons/oxygen/base/22x22/apps/kverbos.png +share/icons/oxygen/base/22x22/apps/kwalletmanager.png +share/icons/oxygen/base/22x22/apps/kword.png +share/icons/oxygen/base/22x22/apps/lokalize.png +share/icons/oxygen/base/22x22/apps/multimedia-volume-control.png +share/icons/oxygen/base/22x22/apps/muondiscover.png +share/icons/oxygen/base/22x22/apps/nepomuk.png +share/icons/oxygen/base/22x22/apps/office-address-book.png +share/icons/oxygen/base/22x22/apps/office-calendar.png +share/icons/oxygen/base/22x22/apps/okteta.png +share/icons/oxygen/base/22x22/apps/okular.png +share/icons/oxygen/base/22x22/apps/oxygen.png +share/icons/oxygen/base/22x22/apps/partitionmanager.png +share/icons/oxygen/base/22x22/apps/picmi.png +share/icons/oxygen/base/22x22/apps/plasma.png +share/icons/oxygen/base/22x22/apps/plasmagik.png +share/icons/oxygen/base/22x22/apps/preferences-contact-list.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-color.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-display.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-font.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-icons.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-locale.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-notification.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-printer.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-sound.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-theme.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-user.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/22x22/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/22x22/apps/preferences-plugin-script.png +share/icons/oxygen/base/22x22/apps/preferences-plugin.png +share/icons/oxygen/base/22x22/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/22x22/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/22x22/apps/preferences-system-login.png +share/icons/oxygen/base/22x22/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/22x22/apps/preferences-system-performance.png +share/icons/oxygen/base/22x22/apps/preferences-system-power-management.png +share/icons/oxygen/base/22x22/apps/preferences-system-session-services.png +share/icons/oxygen/base/22x22/apps/preferences-system-time.png +share/icons/oxygen/base/22x22/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/22x22/apps/preferences-system-windows-move.png +share/icons/oxygen/base/22x22/apps/preferences-system-windows.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/22x22/apps/qelectrotech.png +share/icons/oxygen/base/22x22/apps/quassel.png +share/icons/oxygen/base/22x22/apps/scribus.png +share/icons/oxygen/base/22x22/apps/semn.png +share/icons/oxygen/base/22x22/apps/showfoto.png +share/icons/oxygen/base/22x22/apps/skrooge-black.png +share/icons/oxygen/base/22x22/apps/skrooge-initial.png +share/icons/oxygen/base/22x22/apps/skrooge.png +share/icons/oxygen/base/22x22/apps/step.png +share/icons/oxygen/base/22x22/apps/strigi.png +share/icons/oxygen/base/22x22/apps/system-file-manager.png +share/icons/oxygen/base/22x22/apps/system-reboot.png +share/icons/oxygen/base/22x22/apps/system-software-update.png +share/icons/oxygen/base/22x22/apps/system-users.png +share/icons/oxygen/base/22x22/apps/tagua.png +share/icons/oxygen/base/22x22/apps/telepathy-kde.png +share/icons/oxygen/base/22x22/apps/utilities-desktop-extra.png +share/icons/oxygen/base/22x22/apps/utilities-file-archiver.png +share/icons/oxygen/base/22x22/apps/utilities-log-viewer.png +share/icons/oxygen/base/22x22/apps/utilities-system-monitor.png +share/icons/oxygen/base/22x22/apps/utilities-terminal.png +share/icons/oxygen/base/22x22/apps/wine.png +share/icons/oxygen/base/22x22/apps/xorg.png +share/icons/oxygen/base/22x22/apps/yakuake.png +share/icons/oxygen/base/22x22/categories/applications-accessories.png +share/icons/oxygen/base/22x22/categories/applications-development-translation.png +share/icons/oxygen/base/22x22/categories/applications-development-web.png +share/icons/oxygen/base/22x22/categories/applications-development.png +share/icons/oxygen/base/22x22/categories/applications-education-language.png +share/icons/oxygen/base/22x22/categories/applications-education-mathematics.png +share/icons/oxygen/base/22x22/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/22x22/categories/applications-education-preschool.png +share/icons/oxygen/base/22x22/categories/applications-education-school.png +share/icons/oxygen/base/22x22/categories/applications-education-science.png +share/icons/oxygen/base/22x22/categories/applications-education-university.png +share/icons/oxygen/base/22x22/categories/applications-education.png +share/icons/oxygen/base/22x22/categories/applications-engineering.png +share/icons/oxygen/base/22x22/categories/applications-games.png +share/icons/oxygen/base/22x22/categories/applications-graphics.png +share/icons/oxygen/base/22x22/categories/applications-internet.png +share/icons/oxygen/base/22x22/categories/applications-multimedia.png +share/icons/oxygen/base/22x22/categories/applications-office.png +share/icons/oxygen/base/22x22/categories/applications-other.png +share/icons/oxygen/base/22x22/categories/applications-science.png +share/icons/oxygen/base/22x22/categories/applications-system.png +share/icons/oxygen/base/22x22/categories/applications-toys.png +share/icons/oxygen/base/22x22/categories/applications-utilities.png +share/icons/oxygen/base/22x22/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/22x22/categories/preferences-desktop-personal.png +share/icons/oxygen/base/22x22/categories/preferences-desktop.png +share/icons/oxygen/base/22x22/categories/preferences-other.png +share/icons/oxygen/base/22x22/categories/preferences-system-network.png +share/icons/oxygen/base/22x22/categories/preferences-system.png +share/icons/oxygen/base/22x22/categories/system-help.png +share/icons/oxygen/base/22x22/devices/audio-card.png +share/icons/oxygen/base/22x22/devices/audio-headphones.png +share/icons/oxygen/base/22x22/devices/audio-headset.png +share/icons/oxygen/base/22x22/devices/audio-input-line.png +share/icons/oxygen/base/22x22/devices/audio-input-microphone.png +share/icons/oxygen/base/22x22/devices/battery.png +share/icons/oxygen/base/22x22/devices/camera-photo.png +share/icons/oxygen/base/22x22/devices/camera-web.png +share/icons/oxygen/base/22x22/devices/computer-laptop.png +share/icons/oxygen/base/22x22/devices/computer.png +share/icons/oxygen/base/22x22/devices/cpu.png +share/icons/oxygen/base/22x22/devices/drive-harddisk.png +share/icons/oxygen/base/22x22/devices/drive-optical.png +share/icons/oxygen/base/22x22/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/22x22/devices/drive-removable-media-usb.png +share/icons/oxygen/base/22x22/devices/drive-removable-media.png +share/icons/oxygen/base/22x22/devices/input-gaming.png +share/icons/oxygen/base/22x22/devices/input-keyboard.png +share/icons/oxygen/base/22x22/devices/input-mouse.png +share/icons/oxygen/base/22x22/devices/input-tablet.png +share/icons/oxygen/base/22x22/devices/media-flash-memory-stick.png +share/icons/oxygen/base/22x22/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/22x22/devices/media-flash-smart-media.png +share/icons/oxygen/base/22x22/devices/media-flash.png +share/icons/oxygen/base/22x22/devices/media-floppy.png +share/icons/oxygen/base/22x22/devices/media-optical-audio.png +share/icons/oxygen/base/22x22/devices/media-optical-blu-ray.png +share/icons/oxygen/base/22x22/devices/media-optical-data.png +share/icons/oxygen/base/22x22/devices/media-optical-dvd.png +share/icons/oxygen/base/22x22/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/22x22/devices/media-optical-recordable.png +share/icons/oxygen/base/22x22/devices/media-optical-video.png +share/icons/oxygen/base/22x22/devices/media-optical.png +share/icons/oxygen/base/22x22/devices/media-tape.png +share/icons/oxygen/base/22x22/devices/modem.png +share/icons/oxygen/base/22x22/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/22x22/devices/multimedia-player.png +share/icons/oxygen/base/22x22/devices/network-wired.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-00.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-100.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-25.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-50.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-75.png +share/icons/oxygen/base/22x22/devices/network-wireless-disconnected.png +share/icons/oxygen/base/22x22/devices/network-wireless.png +share/icons/oxygen/base/22x22/devices/pda.png +share/icons/oxygen/base/22x22/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/22x22/devices/phone.png +share/icons/oxygen/base/22x22/devices/printer.png +share/icons/oxygen/base/22x22/devices/scanner.png +share/icons/oxygen/base/22x22/devices/secure-card.png +share/icons/oxygen/base/22x22/devices/smartphone.png +share/icons/oxygen/base/22x22/devices/tablet.png +share/icons/oxygen/base/22x22/devices/video-display.png +share/icons/oxygen/base/22x22/devices/video-projector.png +share/icons/oxygen/base/22x22/devices/video-television.png +share/icons/oxygen/base/22x22/emblems/emblem-added.png +share/icons/oxygen/base/22x22/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/22x22/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/22x22/emblems/emblem-favorite.png +share/icons/oxygen/base/22x22/emblems/emblem-important.png +share/icons/oxygen/base/22x22/emblems/emblem-locked.png +share/icons/oxygen/base/22x22/emblems/emblem-mounted.png +share/icons/oxygen/base/22x22/emblems/emblem-new.png +share/icons/oxygen/base/22x22/emblems/emblem-remove.png +share/icons/oxygen/base/22x22/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/22x22/emblems/emblem-unlocked.png +share/icons/oxygen/base/22x22/emblems/emblem-unmounted.png +share/icons/oxygen/base/22x22/emblems/image-has-versions-open.png +share/icons/oxygen/base/22x22/emblems/image-has-versions.png +share/icons/oxygen/base/22x22/emblems/image-stack-open.png +share/icons/oxygen/base/22x22/emblems/image-stack.png +share/icons/oxygen/base/22x22/emblems/vcs-added.png +share/icons/oxygen/base/22x22/emblems/vcs-conflicting.png +share/icons/oxygen/base/22x22/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/22x22/emblems/vcs-locally-modified.png +share/icons/oxygen/base/22x22/emblems/vcs-normal.png +share/icons/oxygen/base/22x22/emblems/vcs-removed.png +share/icons/oxygen/base/22x22/emblems/vcs-update-required.png +share/icons/oxygen/base/22x22/emotes/drink-beer.png +share/icons/oxygen/base/22x22/emotes/drink-martini.png +share/icons/oxygen/base/22x22/emotes/face-angel.png +share/icons/oxygen/base/22x22/emotes/face-angry.png +share/icons/oxygen/base/22x22/emotes/face-clown.png +share/icons/oxygen/base/22x22/emotes/face-confused.png +share/icons/oxygen/base/22x22/emotes/face-cool.png +share/icons/oxygen/base/22x22/emotes/face-crying.png +share/icons/oxygen/base/22x22/emotes/face-devilish.png +share/icons/oxygen/base/22x22/emotes/face-embarrassed.png +share/icons/oxygen/base/22x22/emotes/face-foot-in-mouth.png +share/icons/oxygen/base/22x22/emotes/face-glasses.png +share/icons/oxygen/base/22x22/emotes/face-hug-left.png +share/icons/oxygen/base/22x22/emotes/face-hug-right.png +share/icons/oxygen/base/22x22/emotes/face-in-love.png +share/icons/oxygen/base/22x22/emotes/face-kiss.png +share/icons/oxygen/base/22x22/emotes/face-laugh.png +share/icons/oxygen/base/22x22/emotes/face-laughing.png +share/icons/oxygen/base/22x22/emotes/face-ninja.png +share/icons/oxygen/base/22x22/emotes/face-pirate.png +share/icons/oxygen/base/22x22/emotes/face-plain.png +share/icons/oxygen/base/22x22/emotes/face-quiet.png +share/icons/oxygen/base/22x22/emotes/face-raspberry.png +share/icons/oxygen/base/22x22/emotes/face-sad.png +share/icons/oxygen/base/22x22/emotes/face-sick.png +share/icons/oxygen/base/22x22/emotes/face-sleep.png +share/icons/oxygen/base/22x22/emotes/face-sleeping.png +share/icons/oxygen/base/22x22/emotes/face-smile-big.png +share/icons/oxygen/base/22x22/emotes/face-smile-gearhead-female.png +share/icons/oxygen/base/22x22/emotes/face-smile-gearhead-male.png +share/icons/oxygen/base/22x22/emotes/face-smile-grin.png +share/icons/oxygen/base/22x22/emotes/face-smile.png +share/icons/oxygen/base/22x22/emotes/face-smirk.png +share/icons/oxygen/base/22x22/emotes/face-star.png +share/icons/oxygen/base/22x22/emotes/face-surprise.png +share/icons/oxygen/base/22x22/emotes/face-uncertain.png +share/icons/oxygen/base/22x22/emotes/face-wink.png +share/icons/oxygen/base/22x22/emotes/face-worried.png +share/icons/oxygen/base/22x22/emotes/face-yawn.png +share/icons/oxygen/base/22x22/emotes/food-cake.png +share/icons/oxygen/base/22x22/emotes/food-pizza.png +share/icons/oxygen/base/22x22/emotes/food.png +share/icons/oxygen/base/22x22/emotes/gift.png +share/icons/oxygen/base/22x22/emotes/heart-broken.png +share/icons/oxygen/base/22x22/emotes/heart.png +share/icons/oxygen/base/22x22/emotes/opinion-agree.png +share/icons/oxygen/base/22x22/emotes/opinion-disagree.png +share/icons/oxygen/base/22x22/emotes/opinion-no.png +share/icons/oxygen/base/22x22/emotes/opinion-okay.png +share/icons/oxygen/base/22x22/emotes/rose-wilted.png +share/icons/oxygen/base/22x22/emotes/rose.png +share/icons/oxygen/base/22x22/mimetypes/application-atom+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-epub+zip.png +share/icons/oxygen/base/22x22/mimetypes/application-illustrator.png +share/icons/oxygen/base/22x22/mimetypes/application-javascript.png +share/icons/oxygen/base/22x22/mimetypes/application-msword-template.png +share/icons/oxygen/base/22x22/mimetypes/application-msword.png +share/icons/oxygen/base/22x22/mimetypes/application-octet-stream.png +share/icons/oxygen/base/22x22/mimetypes/application-ogg.png +share/icons/oxygen/base/22x22/mimetypes/application-pdf.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp.png +share/icons/oxygen/base/22x22/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/22x22/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/22x22/mimetypes/application-postscript.png +share/icons/oxygen/base/22x22/mimetypes/application-relaxng.png +share/icons/oxygen/base/22x22/mimetypes/application-rss+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-rtf.png +share/icons/oxygen/base/22x22/mimetypes/application-sxw.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/22x22/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/22x22/mimetypes/application-x-abiword.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ace.png +share/icons/oxygen/base/22x22/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-arc.png +share/icons/oxygen/base/22x22/mimetypes/application-x-archive.png +share/icons/oxygen/base/22x22/mimetypes/application-x-arj.png +share/icons/oxygen/base/22x22/mimetypes/application-x-awk.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/22x22/mimetypes/application-x-blender.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bzip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cda.png +share/icons/oxygen/base/22x22/mimetypes/application-x-chm.png +share/icons/oxygen/base/22x22/mimetypes/application-x-compress.png +share/icons/oxygen/base/22x22/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cpio.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cue.png +share/icons/oxygen/base/22x22/mimetypes/application-x-deb.png +share/icons/oxygen/base/22x22/mimetypes/application-x-designer.png +share/icons/oxygen/base/22x22/mimetypes/application-x-desktop.png +share/icons/oxygen/base/22x22/mimetypes/application-x-egon.png +share/icons/oxygen/base/22x22/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/22x22/mimetypes/application-x-executable.png +share/icons/oxygen/base/22x22/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gzip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/22x22/mimetypes/application-x-iso.png +share/icons/oxygen/base/22x22/mimetypes/application-x-it87.png +share/icons/oxygen/base/22x22/mimetypes/application-x-jar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/22x22/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/22x22/mimetypes/application-x-java.png +share/icons/oxygen/base/22x22/mimetypes/application-x-javascript.png +share/icons/oxygen/base/22x22/mimetypes/application-x-k3b.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kformula.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kontour.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kplato.png +share/icons/oxygen/base/22x22/mimetypes/application-x-krita.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kword.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lha.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lyx.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lzop.png +share/icons/oxygen/base/22x22/mimetypes/application-x-m4.png +share/icons/oxygen/base/22x22/mimetypes/application-x-marble.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/22x22/mimetypes/application-x-nzb.png +share/icons/oxygen/base/22x22/mimetypes/application-x-object.png +share/icons/oxygen/base/22x22/mimetypes/application-x-pak.png +share/icons/oxygen/base/22x22/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/22x22/mimetypes/application-x-perl.png +share/icons/oxygen/base/22x22/mimetypes/application-x-php.png +share/icons/oxygen/base/22x22/mimetypes/application-x-plasma.png +share/icons/oxygen/base/22x22/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/22x22/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/22x22/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/22x22/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/22x22/mimetypes/application-x-rar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/22x22/mimetypes/application-x-rpm.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ruby.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/22x22/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/22x22/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/22x22/mimetypes/application-x-siag.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sif.png +share/icons/oxygen/base/22x22/mimetypes/application-x-skg.png +share/icons/oxygen/base/22x22/mimetypes/application-x-skgc.png +share/icons/oxygen/base/22x22/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/22x22/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/22x22/mimetypes/application-x-srt.png +share/icons/oxygen/base/22x22/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-subrip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tarz.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tgif.png +share/icons/oxygen/base/22x22/mimetypes/application-x-trash.png +share/icons/oxygen/base/22x22/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tzo.png +share/icons/oxygen/base/22x22/mimetypes/application-x-wmf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/22x22/mimetypes/application-x-zoo.png +share/icons/oxygen/base/22x22/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-xml.png +share/icons/oxygen/base/22x22/mimetypes/application-xsd.png +share/icons/oxygen/base/22x22/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-zip.png +share/icons/oxygen/base/22x22/mimetypes/audio-ac3.png +share/icons/oxygen/base/22x22/mimetypes/audio-midi.png +share/icons/oxygen/base/22x22/mimetypes/audio-mp2.png +share/icons/oxygen/base/22x22/mimetypes/audio-mp3.png +share/icons/oxygen/base/22x22/mimetypes/audio-mp4.png +share/icons/oxygen/base/22x22/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/22x22/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/22x22/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-flac.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-wav.png +share/icons/oxygen/base/22x22/mimetypes/encrypted.png +share/icons/oxygen/base/22x22/mimetypes/fonts-package.png +share/icons/oxygen/base/22x22/mimetypes/image-bmp.png +share/icons/oxygen/base/22x22/mimetypes/image-gif.png +share/icons/oxygen/base/22x22/mimetypes/image-jpeg.png +share/icons/oxygen/base/22x22/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/22x22/mimetypes/image-png.png +share/icons/oxygen/base/22x22/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/22x22/mimetypes/image-svg+xml.png +share/icons/oxygen/base/22x22/mimetypes/image-tiff.png +share/icons/oxygen/base/22x22/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/22x22/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/22x22/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/22x22/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/22x22/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-emf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-eps.png +share/icons/oxygen/base/22x22/mimetypes/image-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/image-x-krita.png +share/icons/oxygen/base/22x22/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/22x22/mimetypes/image-x-psd.png +share/icons/oxygen/base/22x22/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/22x22/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/22x22/mimetypes/image-x-tga.png +share/icons/oxygen/base/22x22/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/22x22/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/22x22/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/22x22/mimetypes/image-x-wmf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-xcf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-xfig.png +share/icons/oxygen/base/22x22/mimetypes/inode-directory.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-database.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-text.png +share/icons/oxygen/base/22x22/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/22x22/mimetypes/message-news.png +share/icons/oxygen/base/22x22/mimetypes/message-partial.png +share/icons/oxygen/base/22x22/mimetypes/message-rfc822.png +share/icons/oxygen/base/22x22/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/22x22/mimetypes/message.png +share/icons/oxygen/base/22x22/mimetypes/odf.png +share/icons/oxygen/base/22x22/mimetypes/package-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/text-calendar.png +share/icons/oxygen/base/22x22/mimetypes/text-csharp.png +share/icons/oxygen/base/22x22/mimetypes/text-css.png +share/icons/oxygen/base/22x22/mimetypes/text-csv.png +share/icons/oxygen/base/22x22/mimetypes/text-directory.png +share/icons/oxygen/base/22x22/mimetypes/text-enriched.png +share/icons/oxygen/base/22x22/mimetypes/text-html.png +share/icons/oxygen/base/22x22/mimetypes/text-mathml.png +share/icons/oxygen/base/22x22/mimetypes/text-plain.png +share/icons/oxygen/base/22x22/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/22x22/mimetypes/text-rdf.png +share/icons/oxygen/base/22x22/mimetypes/text-rtf.png +share/icons/oxygen/base/22x22/mimetypes/text-sgml.png +share/icons/oxygen/base/22x22/mimetypes/text-troff.png +share/icons/oxygen/base/22x22/mimetypes/text-vcalendar.png +share/icons/oxygen/base/22x22/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/22x22/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/22x22/mimetypes/text-x-authors.png +share/icons/oxygen/base/22x22/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/22x22/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/22x22/mimetypes/text-x-c++src.png +share/icons/oxygen/base/22x22/mimetypes/text-x-changelog.png +share/icons/oxygen/base/22x22/mimetypes/text-x-chdr.png +share/icons/oxygen/base/22x22/mimetypes/text-x-cmake.png +share/icons/oxygen/base/22x22/mimetypes/text-x-copying.png +share/icons/oxygen/base/22x22/mimetypes/text-x-credits.png +share/icons/oxygen/base/22x22/mimetypes/text-x-csharp.png +share/icons/oxygen/base/22x22/mimetypes/text-x-csrc.png +share/icons/oxygen/base/22x22/mimetypes/text-x-dtd.png +share/icons/oxygen/base/22x22/mimetypes/text-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/22x22/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/22x22/mimetypes/text-x-haskell.png +share/icons/oxygen/base/22x22/mimetypes/text-x-hex.png +share/icons/oxygen/base/22x22/mimetypes/text-x-install.png +share/icons/oxygen/base/22x22/mimetypes/text-x-java-source.png +share/icons/oxygen/base/22x22/mimetypes/text-x-java.png +share/icons/oxygen/base/22x22/mimetypes/text-x-javascript.png +share/icons/oxygen/base/22x22/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/22x22/mimetypes/text-x-ldif.png +share/icons/oxygen/base/22x22/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/22x22/mimetypes/text-x-log.png +share/icons/oxygen/base/22x22/mimetypes/text-x-makefile.png +share/icons/oxygen/base/22x22/mimetypes/text-x-nfo.png +share/icons/oxygen/base/22x22/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/22x22/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/22x22/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-opml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-pascal.png +share/icons/oxygen/base/22x22/mimetypes/text-x-patch.png +share/icons/oxygen/base/22x22/mimetypes/text-x-plain.png +share/icons/oxygen/base/22x22/mimetypes/text-x-po.png +share/icons/oxygen/base/22x22/mimetypes/text-x-python.png +share/icons/oxygen/base/22x22/mimetypes/text-x-qml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-readme.png +share/icons/oxygen/base/22x22/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/22x22/mimetypes/text-x-script.png +share/icons/oxygen/base/22x22/mimetypes/text-x-sql.png +share/icons/oxygen/base/22x22/mimetypes/text-x-tcl.png +share/icons/oxygen/base/22x22/mimetypes/text-x-tex.png +share/icons/oxygen/base/22x22/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/22x22/mimetypes/text-x-vcard.png +share/icons/oxygen/base/22x22/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/22x22/mimetypes/text-xmcd.png +share/icons/oxygen/base/22x22/mimetypes/text-xml.png +share/icons/oxygen/base/22x22/mimetypes/unknown.png +share/icons/oxygen/base/22x22/mimetypes/uri-mms.png +share/icons/oxygen/base/22x22/mimetypes/uri-mmst.png +share/icons/oxygen/base/22x22/mimetypes/uri-mmsu.png +share/icons/oxygen/base/22x22/mimetypes/uri-pnm.png +share/icons/oxygen/base/22x22/mimetypes/uri-rtspt.png +share/icons/oxygen/base/22x22/mimetypes/uri-rtspu.png +share/icons/oxygen/base/22x22/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/22x22/mimetypes/video-mp4.png +share/icons/oxygen/base/22x22/mimetypes/video-vivo.png +share/icons/oxygen/base/22x22/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/22x22/mimetypes/video-wavelet.png +share/icons/oxygen/base/22x22/mimetypes/video-webm.png +share/icons/oxygen/base/22x22/mimetypes/video-x-anim.png +share/icons/oxygen/base/22x22/mimetypes/video-x-flic.png +share/icons/oxygen/base/22x22/mimetypes/video-x-flv.png +share/icons/oxygen/base/22x22/mimetypes/video-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/22x22/mimetypes/video-x-javafx.png +share/icons/oxygen/base/22x22/mimetypes/video-x-matroska.png +share/icons/oxygen/base/22x22/mimetypes/video-x-mng.png +share/icons/oxygen/base/22x22/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/22x22/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/22x22/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/22x22/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/22x22/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/22x22/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/22x22/mimetypes/video-x-wmv.png +share/icons/oxygen/base/22x22/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/22x22/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/22x22/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/22x22/mimetypes/x-media-podcast.png +share/icons/oxygen/base/22x22/mimetypes/x-office-address-book.png +share/icons/oxygen/base/22x22/mimetypes/x-office-calendar.png +share/icons/oxygen/base/22x22/mimetypes/x-office-contact.png +share/icons/oxygen/base/22x22/mimetypes/x-office-document.png +share/icons/oxygen/base/22x22/mimetypes/x-office-drawing.png +share/icons/oxygen/base/22x22/mimetypes/x-office-presentation.png +share/icons/oxygen/base/22x22/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/22x22/places/bookmarks.png +share/icons/oxygen/base/22x22/places/certificate-server.png +share/icons/oxygen/base/22x22/places/document-multiple.png +share/icons/oxygen/base/22x22/places/favorites.png +share/icons/oxygen/base/22x22/places/folder-activities.png +share/icons/oxygen/base/22x22/places/folder-black.png +share/icons/oxygen/base/22x22/places/folder-blue.png +share/icons/oxygen/base/22x22/places/folder-bookmark.png +share/icons/oxygen/base/22x22/places/folder-brown.png +share/icons/oxygen/base/22x22/places/folder-cloud.png +share/icons/oxygen/base/22x22/places/folder-cyan.png +share/icons/oxygen/base/22x22/places/folder-development.png +share/icons/oxygen/base/22x22/places/folder-documents.png +share/icons/oxygen/base/22x22/places/folder-download.png +share/icons/oxygen/base/22x22/places/folder-downloads.png +share/icons/oxygen/base/22x22/places/folder-dropbox.png +share/icons/oxygen/base/22x22/places/folder-favorites.png +share/icons/oxygen/base/22x22/places/folder-gdrive.png +share/icons/oxygen/base/22x22/places/folder-green.png +share/icons/oxygen/base/22x22/places/folder-grey.png +share/icons/oxygen/base/22x22/places/folder-html.png +share/icons/oxygen/base/22x22/places/folder-image-people.png +share/icons/oxygen/base/22x22/places/folder-image.png +share/icons/oxygen/base/22x22/places/folder-images.png +share/icons/oxygen/base/22x22/places/folder-important.png +share/icons/oxygen/base/22x22/places/folder-locked.png +share/icons/oxygen/base/22x22/places/folder-mail.png +share/icons/oxygen/base/22x22/places/folder-music.png +share/icons/oxygen/base/22x22/places/folder-network.png +share/icons/oxygen/base/22x22/places/folder-onedrive.png +share/icons/oxygen/base/22x22/places/folder-open.png +share/icons/oxygen/base/22x22/places/folder-orange.png +share/icons/oxygen/base/22x22/places/folder-owncloud.png +share/icons/oxygen/base/22x22/places/folder-picture.png +share/icons/oxygen/base/22x22/places/folder-pictures.png +share/icons/oxygen/base/22x22/places/folder-print.png +share/icons/oxygen/base/22x22/places/folder-public.png +share/icons/oxygen/base/22x22/places/folder-publicshare.png +share/icons/oxygen/base/22x22/places/folder-red.png +share/icons/oxygen/base/22x22/places/folder-remote.png +share/icons/oxygen/base/22x22/places/folder-script.png +share/icons/oxygen/base/22x22/places/folder-sound.png +share/icons/oxygen/base/22x22/places/folder-tar.png +share/icons/oxygen/base/22x22/places/folder-temp.png +share/icons/oxygen/base/22x22/places/folder-text.png +share/icons/oxygen/base/22x22/places/folder-txt.png +share/icons/oxygen/base/22x22/places/folder-video.png +share/icons/oxygen/base/22x22/places/folder-videos.png +share/icons/oxygen/base/22x22/places/folder-violet.png +share/icons/oxygen/base/22x22/places/folder-yellow.png +share/icons/oxygen/base/22x22/places/folder.png +share/icons/oxygen/base/22x22/places/mail-folder-inbox.png +share/icons/oxygen/base/22x22/places/mail-folder-outbox.png +share/icons/oxygen/base/22x22/places/mail-folder-sent.png +share/icons/oxygen/base/22x22/places/mail-message.png +share/icons/oxygen/base/22x22/places/network-server-database.png +share/icons/oxygen/base/22x22/places/network-server.png +share/icons/oxygen/base/22x22/places/network-workgroup.png +share/icons/oxygen/base/22x22/places/repository.png +share/icons/oxygen/base/22x22/places/server-database.png +share/icons/oxygen/base/22x22/places/start-here-kde.png +share/icons/oxygen/base/22x22/places/start-here.png +share/icons/oxygen/base/22x22/places/stock_folder.png +share/icons/oxygen/base/22x22/places/user-desktop.png +share/icons/oxygen/base/22x22/places/user-home.png +share/icons/oxygen/base/22x22/places/user-identity.png +share/icons/oxygen/base/22x22/places/user-trash-full.png +share/icons/oxygen/base/22x22/places/user-trash.png +share/icons/oxygen/base/22x22/special/file-zoom-in.png +share/icons/oxygen/base/22x22/special/file-zoom-out.png +share/icons/oxygen/base/22x22/special/image-zoom-in.png +share/icons/oxygen/base/22x22/special/image-zoom-out.png +share/icons/oxygen/base/22x22/status/appointment-recurring.png +share/icons/oxygen/base/22x22/status/appointment-reminder.png +share/icons/oxygen/base/22x22/status/audio-volume-high.png +share/icons/oxygen/base/22x22/status/audio-volume-low.png +share/icons/oxygen/base/22x22/status/audio-volume-medium.png +share/icons/oxygen/base/22x22/status/audio-volume-muted.png +share/icons/oxygen/base/22x22/status/battery-040.png +share/icons/oxygen/base/22x22/status/battery-060.png +share/icons/oxygen/base/22x22/status/battery-080.png +share/icons/oxygen/base/22x22/status/battery-100.png +share/icons/oxygen/base/22x22/status/battery-caution.png +share/icons/oxygen/base/22x22/status/battery-charging-040.png +share/icons/oxygen/base/22x22/status/battery-charging-060.png +share/icons/oxygen/base/22x22/status/battery-charging-080.png +share/icons/oxygen/base/22x22/status/battery-charging-caution.png +share/icons/oxygen/base/22x22/status/battery-charging-low.png +share/icons/oxygen/base/22x22/status/battery-charging.png +share/icons/oxygen/base/22x22/status/battery-low.png +share/icons/oxygen/base/22x22/status/battery-missing.png +share/icons/oxygen/base/22x22/status/cloudstatus.png +share/icons/oxygen/base/22x22/status/dialog-error.png +share/icons/oxygen/base/22x22/status/dialog-information.png +share/icons/oxygen/base/22x22/status/dialog-password.png +share/icons/oxygen/base/22x22/status/dialog-warning.png +share/icons/oxygen/base/22x22/status/dropboxstatus-busy2.png +share/icons/oxygen/base/22x22/status/dropboxstatus-logo.png +share/icons/oxygen/base/22x22/status/folder-open.png +share/icons/oxygen/base/22x22/status/image-loading.png +share/icons/oxygen/base/22x22/status/image-missing.png +share/icons/oxygen/base/22x22/status/mail-attachment.png +share/icons/oxygen/base/22x22/status/mail-queued.png +share/icons/oxygen/base/22x22/status/mail-read.png +share/icons/oxygen/base/22x22/status/mail-replied.png +share/icons/oxygen/base/22x22/status/mail-task.png +share/icons/oxygen/base/22x22/status/mail-unread-new.png +share/icons/oxygen/base/22x22/status/mail-unread.png +share/icons/oxygen/base/22x22/status/media-playlist-repeat.png +share/icons/oxygen/base/22x22/status/media-playlist-shuffle.png +share/icons/oxygen/base/22x22/status/meeting-chair.png +share/icons/oxygen/base/22x22/status/meeting-observer.png +share/icons/oxygen/base/22x22/status/meeting-organizer.png +share/icons/oxygen/base/22x22/status/meeting-participant-optional.png +share/icons/oxygen/base/22x22/status/meeting-participant-reply.png +share/icons/oxygen/base/22x22/status/meeting-participant.png +share/icons/oxygen/base/22x22/status/object-locked.png +share/icons/oxygen/base/22x22/status/object-unlocked.png +share/icons/oxygen/base/22x22/status/printer-error.png +share/icons/oxygen/base/22x22/status/printer-printing.png +share/icons/oxygen/base/22x22/status/script-error.png +share/icons/oxygen/base/22x22/status/security-high.png +share/icons/oxygen/base/22x22/status/security-low.png +share/icons/oxygen/base/22x22/status/security-medium.png +share/icons/oxygen/base/22x22/status/task-accepted.png +share/icons/oxygen/base/22x22/status/task-attempt.png +share/icons/oxygen/base/22x22/status/task-attention.png +share/icons/oxygen/base/22x22/status/task-complete.png +share/icons/oxygen/base/22x22/status/task-delegate.png +share/icons/oxygen/base/22x22/status/task-ongoing.png +share/icons/oxygen/base/22x22/status/task-recurring.png +share/icons/oxygen/base/22x22/status/task-reject.png +share/icons/oxygen/base/22x22/status/task-reminder.png +share/icons/oxygen/base/22x22/status/update-high.png +share/icons/oxygen/base/22x22/status/update-low.png +share/icons/oxygen/base/22x22/status/update-medium.png +share/icons/oxygen/base/22x22/status/update-none.png +share/icons/oxygen/base/22x22/status/user-away-extended.png +share/icons/oxygen/base/22x22/status/user-away.png +share/icons/oxygen/base/22x22/status/user-busy.png +share/icons/oxygen/base/22x22/status/user-invisible.png +share/icons/oxygen/base/22x22/status/user-offline.png +share/icons/oxygen/base/22x22/status/user-online.png +share/icons/oxygen/base/22x22/status/user-trash-full.png +share/icons/oxygen/base/22x22/status/wallet-closed.png +share/icons/oxygen/base/22x22/status/wallet-open.png +share/icons/oxygen/base/22x22/status/weather-clear-night.png +share/icons/oxygen/base/22x22/status/weather-clear.png +share/icons/oxygen/base/22x22/status/weather-clouds-night.png +share/icons/oxygen/base/22x22/status/weather-clouds.png +share/icons/oxygen/base/22x22/status/weather-few-clouds-night.png +share/icons/oxygen/base/22x22/status/weather-few-clouds.png +share/icons/oxygen/base/22x22/status/weather-fog.png +share/icons/oxygen/base/22x22/status/weather-freezing-rain.png +share/icons/oxygen/base/22x22/status/weather-hail.png +share/icons/oxygen/base/22x22/status/weather-many-clouds.png +share/icons/oxygen/base/22x22/status/weather-mist.png +share/icons/oxygen/base/22x22/status/weather-overcast.png +share/icons/oxygen/base/22x22/status/weather-showers-day.png +share/icons/oxygen/base/22x22/status/weather-showers-night.png +share/icons/oxygen/base/22x22/status/weather-showers-scattered-day.png +share/icons/oxygen/base/22x22/status/weather-showers-scattered-night.png +share/icons/oxygen/base/22x22/status/weather-showers-scattered.png +share/icons/oxygen/base/22x22/status/weather-showers.png +share/icons/oxygen/base/22x22/status/weather-snow-rain.png +share/icons/oxygen/base/22x22/status/weather-snow-scattered-day.png +share/icons/oxygen/base/22x22/status/weather-snow-scattered-night.png +share/icons/oxygen/base/22x22/status/weather-snow-scattered.png +share/icons/oxygen/base/22x22/status/weather-snow.png +share/icons/oxygen/base/22x22/status/weather-storm-night.png +share/icons/oxygen/base/22x22/status/weather-storm.png +share/icons/oxygen/base/22x22/status/window-suppressed.png +share/icons/oxygen/base/256x256/actions/archive-insert-directory.png +share/icons/oxygen/base/256x256/actions/continue-data-project.png +share/icons/oxygen/base/256x256/actions/folder-new.png +share/icons/oxygen/base/256x256/actions/tools-media-optical-copy.png +share/icons/oxygen/base/256x256/actions/tools-media-optical-erase.png +share/icons/oxygen/base/256x256/actions/tools-media-optical-format.png +share/icons/oxygen/base/256x256/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/256x256/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/256x256/applets/applets-template.png +share/icons/oxygen/base/256x256/applets/org.kde.ktpcontactlist.png +share/icons/oxygen/base/256x256/applets/org.kde.muonnotifier.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.activitybar.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.analogclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.battery.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.binaryclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.calculator.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.calendar.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.clipboard.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.colorpicker.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.comic.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.devicenotifier.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.digitalclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.fifteenpuzzle.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.folder.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.frame.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.fuzzyclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.icontasks.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.kicker.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.kickerdash.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.kickoff.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.mediacontroller.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.networkmanagement.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.notes.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.pager.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.quicklaunch.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.showActivityManager.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemloadviewer.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.cpu.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.diskactivity.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.diskusage.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.memory.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.net.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemtray.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.taskmanager.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.timer.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.userswitcher.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.volume.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.windowlist.png +share/icons/oxygen/base/256x256/apps/Charm.png +share/icons/oxygen/base/256x256/apps/accessories-calculator.png +share/icons/oxygen/base/256x256/apps/accessories-dictionary.png +share/icons/oxygen/base/256x256/apps/akonadi.png +share/icons/oxygen/base/256x256/apps/akregator.png +share/icons/oxygen/base/256x256/apps/clock.png +share/icons/oxygen/base/256x256/apps/digikam.png +share/icons/oxygen/base/256x256/apps/internet-web-browser.png +share/icons/oxygen/base/256x256/apps/k3b.png +share/icons/oxygen/base/256x256/apps/kbruch.png +share/icons/oxygen/base/256x256/apps/kchart.png +share/icons/oxygen/base/256x256/apps/kde-windows.png +share/icons/oxygen/base/256x256/apps/kdevelop.png +share/icons/oxygen/base/256x256/apps/kdf.png +share/icons/oxygen/base/256x256/apps/kformula.png +share/icons/oxygen/base/256x256/apps/kgpg.png +share/icons/oxygen/base/256x256/apps/kig.png +share/icons/oxygen/base/256x256/apps/kivio.png +share/icons/oxygen/base/256x256/apps/kmag.png +share/icons/oxygen/base/256x256/apps/kmail2.png +share/icons/oxygen/base/256x256/apps/knetattach.png +share/icons/oxygen/base/256x256/apps/konqueror.png +share/icons/oxygen/base/256x256/apps/kontact-import-wizard.png +share/icons/oxygen/base/256x256/apps/korgac.png +share/icons/oxygen/base/256x256/apps/kplato.png +share/icons/oxygen/base/256x256/apps/kpresenter.png +share/icons/oxygen/base/256x256/apps/kspread.png +share/icons/oxygen/base/256x256/apps/kwalletmanager.png +share/icons/oxygen/base/256x256/apps/kword.png +share/icons/oxygen/base/256x256/apps/lokalize.png +share/icons/oxygen/base/256x256/apps/mameexecutor.png +share/icons/oxygen/base/256x256/apps/multimedia-volume-control.png +share/icons/oxygen/base/256x256/apps/oxygen.png +share/icons/oxygen/base/256x256/apps/partitionmanager.png +share/icons/oxygen/base/256x256/apps/picmi.png +share/icons/oxygen/base/256x256/apps/planner.png +share/icons/oxygen/base/256x256/apps/preferences-desktop-locale.png +share/icons/oxygen/base/256x256/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/256x256/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/256x256/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/256x256/apps/qelectrotech.png +share/icons/oxygen/base/256x256/apps/quassel.png +share/icons/oxygen/base/256x256/apps/showfoto.png +share/icons/oxygen/base/256x256/apps/strigi.png +share/icons/oxygen/base/256x256/apps/system-diagnosis.png +share/icons/oxygen/base/256x256/apps/telepathy-kde.png +share/icons/oxygen/base/256x256/apps/timevault.png +share/icons/oxygen/base/256x256/apps/yakuake.png +share/icons/oxygen/base/256x256/apps/zanshin.png +share/icons/oxygen/base/256x256/categories/applications-engineering.png +share/icons/oxygen/base/256x256/categories/applications-graphics.png +share/icons/oxygen/base/256x256/categories/applications-internet.png +share/icons/oxygen/base/256x256/categories/applications-multimedia.png +share/icons/oxygen/base/256x256/categories/applications-office.png +share/icons/oxygen/base/256x256/categories/applications-other.png +share/icons/oxygen/base/256x256/categories/applications-science.png +share/icons/oxygen/base/256x256/categories/applications-system.png +share/icons/oxygen/base/256x256/categories/preferences-desktop.png +share/icons/oxygen/base/256x256/categories/preferences-other.png +share/icons/oxygen/base/256x256/categories/preferences-system-network.png +share/icons/oxygen/base/256x256/categories/preferences-system.png +share/icons/oxygen/base/256x256/devices/audio-card.png +share/icons/oxygen/base/256x256/devices/audio-headphones.png +share/icons/oxygen/base/256x256/devices/camera-photo.png +share/icons/oxygen/base/256x256/devices/computer-laptop.png +share/icons/oxygen/base/256x256/devices/computer.png +share/icons/oxygen/base/256x256/devices/drive-harddisk.png +share/icons/oxygen/base/256x256/devices/drive-optical.png +share/icons/oxygen/base/256x256/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/256x256/devices/drive-removable-media-usb.png +share/icons/oxygen/base/256x256/devices/drive-removable-media.png +share/icons/oxygen/base/256x256/devices/input-keyboard.png +share/icons/oxygen/base/256x256/devices/input-mouse.png +share/icons/oxygen/base/256x256/devices/media-flash-memory-stick.png +share/icons/oxygen/base/256x256/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/256x256/devices/media-flash-smart-media.png +share/icons/oxygen/base/256x256/devices/media-flash.png +share/icons/oxygen/base/256x256/devices/media-floppy.png +share/icons/oxygen/base/256x256/devices/media-optical-audio.png +share/icons/oxygen/base/256x256/devices/media-optical-blu-ray.png +share/icons/oxygen/base/256x256/devices/media-optical-data.png +share/icons/oxygen/base/256x256/devices/media-optical-dvd-data.png +share/icons/oxygen/base/256x256/devices/media-optical-dvd-video.png +share/icons/oxygen/base/256x256/devices/media-optical-dvd.png +share/icons/oxygen/base/256x256/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/256x256/devices/media-optical-recordable.png +share/icons/oxygen/base/256x256/devices/media-optical-video.png +share/icons/oxygen/base/256x256/devices/media-optical.png +share/icons/oxygen/base/256x256/devices/network-wired.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-00.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-100.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-25.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-50.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-75.png +share/icons/oxygen/base/256x256/devices/network-wireless-disconnected.png +share/icons/oxygen/base/256x256/devices/network-wireless.png +share/icons/oxygen/base/256x256/devices/printer-laser.png +share/icons/oxygen/base/256x256/devices/secure-card.png +share/icons/oxygen/base/256x256/devices/smartphone.png +share/icons/oxygen/base/256x256/devices/tablet.png +share/icons/oxygen/base/256x256/devices/video-display.png +share/icons/oxygen/base/256x256/mimetypes/application-atom+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-epub+zip.png +share/icons/oxygen/base/256x256/mimetypes/application-illustrator.png +share/icons/oxygen/base/256x256/mimetypes/application-javascript.png +share/icons/oxygen/base/256x256/mimetypes/application-msword-template.png +share/icons/oxygen/base/256x256/mimetypes/application-msword.png +share/icons/oxygen/base/256x256/mimetypes/application-octet-stream.png +share/icons/oxygen/base/256x256/mimetypes/application-ogg.png +share/icons/oxygen/base/256x256/mimetypes/application-pdf.png +share/icons/oxygen/base/256x256/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/256x256/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/256x256/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/256x256/mimetypes/application-postscript.png +share/icons/oxygen/base/256x256/mimetypes/application-relaxng.png +share/icons/oxygen/base/256x256/mimetypes/application-rss+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-rtf.png +share/icons/oxygen/base/256x256/mimetypes/application-sxw.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.impress.png.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.impress.template.png.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.writer.png.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/256x256/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/256x256/mimetypes/application-x-abiword.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ace.png +share/icons/oxygen/base/256x256/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-arc.png +share/icons/oxygen/base/256x256/mimetypes/application-x-archive.png +share/icons/oxygen/base/256x256/mimetypes/application-x-arj.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/256x256/mimetypes/application-x-blender.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bzip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cda.png +share/icons/oxygen/base/256x256/mimetypes/application-x-chm.png +share/icons/oxygen/base/256x256/mimetypes/application-x-compress.png +share/icons/oxygen/base/256x256/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cpio.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cue.png +share/icons/oxygen/base/256x256/mimetypes/application-x-deb.png +share/icons/oxygen/base/256x256/mimetypes/application-x-designer.png +share/icons/oxygen/base/256x256/mimetypes/application-x-desktop.png +share/icons/oxygen/base/256x256/mimetypes/application-x-dgn.png +share/icons/oxygen/base/256x256/mimetypes/application-x-egon.png +share/icons/oxygen/base/256x256/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/256x256/mimetypes/application-x-executable.png +share/icons/oxygen/base/256x256/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gzip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/256x256/mimetypes/application-x-iso.png +share/icons/oxygen/base/256x256/mimetypes/application-x-it87.png +share/icons/oxygen/base/256x256/mimetypes/application-x-jar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/256x256/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/256x256/mimetypes/application-x-java.png +share/icons/oxygen/base/256x256/mimetypes/application-x-javascript.png +share/icons/oxygen/base/256x256/mimetypes/application-x-k3b.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kformula.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kontour.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kplato.png +share/icons/oxygen/base/256x256/mimetypes/application-x-krita.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kword.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lha.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lyx.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lzop.png +share/icons/oxygen/base/256x256/mimetypes/application-x-m4.png +share/icons/oxygen/base/256x256/mimetypes/application-x-marble.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/256x256/mimetypes/application-x-nzb.png +share/icons/oxygen/base/256x256/mimetypes/application-x-object.png +share/icons/oxygen/base/256x256/mimetypes/application-x-pak.png +share/icons/oxygen/base/256x256/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/256x256/mimetypes/application-x-perl.png +share/icons/oxygen/base/256x256/mimetypes/application-x-php.png +share/icons/oxygen/base/256x256/mimetypes/application-x-plasma.png +share/icons/oxygen/base/256x256/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/256x256/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/256x256/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/256x256/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/256x256/mimetypes/application-x-rar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/256x256/mimetypes/application-x-rpm.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ruby.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/256x256/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/256x256/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/256x256/mimetypes/application-x-siag.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sif.png +share/icons/oxygen/base/256x256/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/256x256/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/256x256/mimetypes/application-x-srt.png +share/icons/oxygen/base/256x256/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-subrip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tarz.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tgif.png +share/icons/oxygen/base/256x256/mimetypes/application-x-trash.png +share/icons/oxygen/base/256x256/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tzo.png +share/icons/oxygen/base/256x256/mimetypes/application-x-wmf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/256x256/mimetypes/application-x-zoo.png +share/icons/oxygen/base/256x256/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-xml.png +share/icons/oxygen/base/256x256/mimetypes/application-xsd.png +share/icons/oxygen/base/256x256/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-zip.png +share/icons/oxygen/base/256x256/mimetypes/audio-ac3.png +share/icons/oxygen/base/256x256/mimetypes/audio-midi.png +share/icons/oxygen/base/256x256/mimetypes/audio-mp2.png +share/icons/oxygen/base/256x256/mimetypes/audio-mp3.png +share/icons/oxygen/base/256x256/mimetypes/audio-mp4.png +share/icons/oxygen/base/256x256/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/256x256/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/256x256/mimetypes/audio-vn.rn-realvideo.png +share/icons/oxygen/base/256x256/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-flac.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-wav.png +share/icons/oxygen/base/256x256/mimetypes/encrypted.png +share/icons/oxygen/base/256x256/mimetypes/fonts-package.png +share/icons/oxygen/base/256x256/mimetypes/image-bmp.png +share/icons/oxygen/base/256x256/mimetypes/image-gif.png +share/icons/oxygen/base/256x256/mimetypes/image-jpeg.png +share/icons/oxygen/base/256x256/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/256x256/mimetypes/image-png.png +share/icons/oxygen/base/256x256/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/256x256/mimetypes/image-svg+xml.png +share/icons/oxygen/base/256x256/mimetypes/image-tiff.png +share/icons/oxygen/base/256x256/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/256x256/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/256x256/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/256x256/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-emf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-eps.png +share/icons/oxygen/base/256x256/mimetypes/image-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/image-x-krita.png +share/icons/oxygen/base/256x256/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/256x256/mimetypes/image-x-psd.png +share/icons/oxygen/base/256x256/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/256x256/mimetypes/image-x-tga.png +share/icons/oxygen/base/256x256/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/256x256/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/256x256/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/256x256/mimetypes/image-x-wmf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-xcf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-xfig.png +share/icons/oxygen/base/256x256/mimetypes/inode-directory.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-database.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-text.png +share/icons/oxygen/base/256x256/mimetypes/message-news.png +share/icons/oxygen/base/256x256/mimetypes/message-partial.png +share/icons/oxygen/base/256x256/mimetypes/message-rfc822.png +share/icons/oxygen/base/256x256/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/256x256/mimetypes/message.png +share/icons/oxygen/base/256x256/mimetypes/odf.png +share/icons/oxygen/base/256x256/mimetypes/package-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/text-calendar.png +share/icons/oxygen/base/256x256/mimetypes/text-csharp.png +share/icons/oxygen/base/256x256/mimetypes/text-css.png +share/icons/oxygen/base/256x256/mimetypes/text-csv.png +share/icons/oxygen/base/256x256/mimetypes/text-directory.png +share/icons/oxygen/base/256x256/mimetypes/text-enriched.png +share/icons/oxygen/base/256x256/mimetypes/text-html.png +share/icons/oxygen/base/256x256/mimetypes/text-mathml.png +share/icons/oxygen/base/256x256/mimetypes/text-plain.png +share/icons/oxygen/base/256x256/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/256x256/mimetypes/text-rdf.png +share/icons/oxygen/base/256x256/mimetypes/text-rtf.png +share/icons/oxygen/base/256x256/mimetypes/text-sgml.png +share/icons/oxygen/base/256x256/mimetypes/text-troff.png +share/icons/oxygen/base/256x256/mimetypes/text-vcalendar.png +share/icons/oxygen/base/256x256/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/256x256/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/256x256/mimetypes/text-x-authors.png +share/icons/oxygen/base/256x256/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/256x256/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/256x256/mimetypes/text-x-c++src.png +share/icons/oxygen/base/256x256/mimetypes/text-x-changelog.png +share/icons/oxygen/base/256x256/mimetypes/text-x-chdr.png +share/icons/oxygen/base/256x256/mimetypes/text-x-cmake.png +share/icons/oxygen/base/256x256/mimetypes/text-x-copying.png +share/icons/oxygen/base/256x256/mimetypes/text-x-credits.png +share/icons/oxygen/base/256x256/mimetypes/text-x-csharp.png +share/icons/oxygen/base/256x256/mimetypes/text-x-csrc.png +share/icons/oxygen/base/256x256/mimetypes/text-x-dtd.png +share/icons/oxygen/base/256x256/mimetypes/text-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/256x256/mimetypes/text-x-haskell.png +share/icons/oxygen/base/256x256/mimetypes/text-x-hex.png +share/icons/oxygen/base/256x256/mimetypes/text-x-install.png +share/icons/oxygen/base/256x256/mimetypes/text-x-java-source.png +share/icons/oxygen/base/256x256/mimetypes/text-x-java.png +share/icons/oxygen/base/256x256/mimetypes/text-x-javascript.png +share/icons/oxygen/base/256x256/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/256x256/mimetypes/text-x-ldif.png +share/icons/oxygen/base/256x256/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/256x256/mimetypes/text-x-log.png +share/icons/oxygen/base/256x256/mimetypes/text-x-makefile.png +share/icons/oxygen/base/256x256/mimetypes/text-x-nfo.png +share/icons/oxygen/base/256x256/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/256x256/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/256x256/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-opml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-pascal.png +share/icons/oxygen/base/256x256/mimetypes/text-x-patch.png +share/icons/oxygen/base/256x256/mimetypes/text-x-plain.png +share/icons/oxygen/base/256x256/mimetypes/text-x-po.png +share/icons/oxygen/base/256x256/mimetypes/text-x-python.png +share/icons/oxygen/base/256x256/mimetypes/text-x-qml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-readme.png +share/icons/oxygen/base/256x256/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/256x256/mimetypes/text-x-script.png +share/icons/oxygen/base/256x256/mimetypes/text-x-sql.png +share/icons/oxygen/base/256x256/mimetypes/text-x-tex.png +share/icons/oxygen/base/256x256/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/256x256/mimetypes/text-x-vcard.png +share/icons/oxygen/base/256x256/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/256x256/mimetypes/text-xmcd.png +share/icons/oxygen/base/256x256/mimetypes/text-xml.png +share/icons/oxygen/base/256x256/mimetypes/unknown.png +share/icons/oxygen/base/256x256/mimetypes/uri-mms.png +share/icons/oxygen/base/256x256/mimetypes/uri-mmst.png +share/icons/oxygen/base/256x256/mimetypes/uri-mmsu.png +share/icons/oxygen/base/256x256/mimetypes/uri-pnm.png +share/icons/oxygen/base/256x256/mimetypes/uri-rtspt.png +share/icons/oxygen/base/256x256/mimetypes/uri-rtspu.png +share/icons/oxygen/base/256x256/mimetypes/video-mp4.png +share/icons/oxygen/base/256x256/mimetypes/video-vivo.png +share/icons/oxygen/base/256x256/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/256x256/mimetypes/video-wavelet.png +share/icons/oxygen/base/256x256/mimetypes/video-webm.png +share/icons/oxygen/base/256x256/mimetypes/video-x-anim.png +share/icons/oxygen/base/256x256/mimetypes/video-x-flic.png +share/icons/oxygen/base/256x256/mimetypes/video-x-flv.png +share/icons/oxygen/base/256x256/mimetypes/video-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/256x256/mimetypes/video-x-javafx.png +share/icons/oxygen/base/256x256/mimetypes/video-x-matroska.png +share/icons/oxygen/base/256x256/mimetypes/video-x-mng.png +share/icons/oxygen/base/256x256/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/256x256/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/256x256/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/256x256/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/256x256/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/256x256/mimetypes/video-x-wmv.png +share/icons/oxygen/base/256x256/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/256x256/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/256x256/mimetypes/x-media-podcast.png +share/icons/oxygen/base/256x256/mimetypes/x-office-address-book.png +share/icons/oxygen/base/256x256/mimetypes/x-office-calendar.png +share/icons/oxygen/base/256x256/mimetypes/x-office-document.png +share/icons/oxygen/base/256x256/mimetypes/x-office-drawing.png +share/icons/oxygen/base/256x256/mimetypes/x-office-presentation.png +share/icons/oxygen/base/256x256/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/256x256/places/certificate-server.png +share/icons/oxygen/base/256x256/places/favorites.png +share/icons/oxygen/base/256x256/places/folder-activities.png +share/icons/oxygen/base/256x256/places/folder-black.png +share/icons/oxygen/base/256x256/places/folder-blue.png +share/icons/oxygen/base/256x256/places/folder-bookmark.png +share/icons/oxygen/base/256x256/places/folder-brown.png +share/icons/oxygen/base/256x256/places/folder-cloud.png +share/icons/oxygen/base/256x256/places/folder-cyan.png +share/icons/oxygen/base/256x256/places/folder-development.png +share/icons/oxygen/base/256x256/places/folder-documents.png +share/icons/oxygen/base/256x256/places/folder-download.png +share/icons/oxygen/base/256x256/places/folder-downloads.png +share/icons/oxygen/base/256x256/places/folder-dropbox.png +share/icons/oxygen/base/256x256/places/folder-favorites.png +share/icons/oxygen/base/256x256/places/folder-gdrive.png +share/icons/oxygen/base/256x256/places/folder-green.png +share/icons/oxygen/base/256x256/places/folder-grey.png +share/icons/oxygen/base/256x256/places/folder-html.png +share/icons/oxygen/base/256x256/places/folder-image-people.png +share/icons/oxygen/base/256x256/places/folder-image.png +share/icons/oxygen/base/256x256/places/folder-images.png +share/icons/oxygen/base/256x256/places/folder-important.png +share/icons/oxygen/base/256x256/places/folder-locked.png +share/icons/oxygen/base/256x256/places/folder-mail.png +share/icons/oxygen/base/256x256/places/folder-music.png +share/icons/oxygen/base/256x256/places/folder-network.png +share/icons/oxygen/base/256x256/places/folder-onedrive.png +share/icons/oxygen/base/256x256/places/folder-orange.png +share/icons/oxygen/base/256x256/places/folder-owncloud.png +share/icons/oxygen/base/256x256/places/folder-picture.png +share/icons/oxygen/base/256x256/places/folder-pictures.png +share/icons/oxygen/base/256x256/places/folder-print.png +share/icons/oxygen/base/256x256/places/folder-public.png +share/icons/oxygen/base/256x256/places/folder-publicshare.png +share/icons/oxygen/base/256x256/places/folder-red.png +share/icons/oxygen/base/256x256/places/folder-remote.png +share/icons/oxygen/base/256x256/places/folder-script.png +share/icons/oxygen/base/256x256/places/folder-sound.png +share/icons/oxygen/base/256x256/places/folder-tar.png +share/icons/oxygen/base/256x256/places/folder-temp.png +share/icons/oxygen/base/256x256/places/folder-text.png +share/icons/oxygen/base/256x256/places/folder-txt.png +share/icons/oxygen/base/256x256/places/folder-video.png +share/icons/oxygen/base/256x256/places/folder-videos.png +share/icons/oxygen/base/256x256/places/folder-violet.png +share/icons/oxygen/base/256x256/places/folder-yellow.png +share/icons/oxygen/base/256x256/places/folder.png +share/icons/oxygen/base/256x256/places/mail-folder-sent.png +share/icons/oxygen/base/256x256/places/mail-message.png +share/icons/oxygen/base/256x256/places/network-server-database.png +share/icons/oxygen/base/256x256/places/network-server.png +share/icons/oxygen/base/256x256/places/network-workgroup.png +share/icons/oxygen/base/256x256/places/repository.png +share/icons/oxygen/base/256x256/places/server-database.png +share/icons/oxygen/base/256x256/places/start-here-kde.png +share/icons/oxygen/base/256x256/places/start-here.png +share/icons/oxygen/base/256x256/places/stock_folder.png +share/icons/oxygen/base/256x256/places/user-desktop.png +share/icons/oxygen/base/256x256/places/user-home.png +share/icons/oxygen/base/256x256/places/user-trash-full.png +share/icons/oxygen/base/256x256/places/user-trash.png +share/icons/oxygen/base/256x256/status/user-trash-full.png +share/icons/oxygen/base/32x32/actions/address-book-new.png +share/icons/oxygen/base/32x32/actions/align-horizontal-bottom-out.png +share/icons/oxygen/base/32x32/actions/align-horizontal-center.png +share/icons/oxygen/base/32x32/actions/align-horizontal-left-out.png +share/icons/oxygen/base/32x32/actions/align-horizontal-left.png +share/icons/oxygen/base/32x32/actions/align-horizontal-right-out.png +share/icons/oxygen/base/32x32/actions/align-horizontal-right.png +share/icons/oxygen/base/32x32/actions/align-horizontal-top-out.png +share/icons/oxygen/base/32x32/actions/align-vertical-bottom.png +share/icons/oxygen/base/32x32/actions/align-vertical-center.png +share/icons/oxygen/base/32x32/actions/align-vertical-top.png +share/icons/oxygen/base/32x32/actions/application-exit.png +share/icons/oxygen/base/32x32/actions/application-menu.png +share/icons/oxygen/base/32x32/actions/appointment-new.png +share/icons/oxygen/base/32x32/actions/archive-extract.png +share/icons/oxygen/base/32x32/actions/archive-insert-directory.png +share/icons/oxygen/base/32x32/actions/archive-insert.png +share/icons/oxygen/base/32x32/actions/archive-remove.png +share/icons/oxygen/base/32x32/actions/arrow-down-double.png +share/icons/oxygen/base/32x32/actions/arrow-down.png +share/icons/oxygen/base/32x32/actions/arrow-left-double.png +share/icons/oxygen/base/32x32/actions/arrow-left.png +share/icons/oxygen/base/32x32/actions/arrow-right-double.png +share/icons/oxygen/base/32x32/actions/arrow-right.png +share/icons/oxygen/base/32x32/actions/arrow-up-double.png +share/icons/oxygen/base/32x32/actions/arrow-up.png +share/icons/oxygen/base/32x32/actions/blurimage.png +share/icons/oxygen/base/32x32/actions/bookmark-new-list.png +share/icons/oxygen/base/32x32/actions/bookmark-new.png +share/icons/oxygen/base/32x32/actions/bookmark-toolbar.png +share/icons/oxygen/base/32x32/actions/bookmarks-organize.png +share/icons/oxygen/base/32x32/actions/call-start.png +share/icons/oxygen/base/32x32/actions/call-stop.png +share/icons/oxygen/base/32x32/actions/character-set.png +share/icons/oxygen/base/32x32/actions/checkbox.png +share/icons/oxygen/base/32x32/actions/chronometer.png +share/icons/oxygen/base/32x32/actions/code-block.png +share/icons/oxygen/base/32x32/actions/code-class.png +share/icons/oxygen/base/32x32/actions/code-context.png +share/icons/oxygen/base/32x32/actions/code-function.png +share/icons/oxygen/base/32x32/actions/code-typedef.png +share/icons/oxygen/base/32x32/actions/code-variable.png +share/icons/oxygen/base/32x32/actions/color-picker-black.png +share/icons/oxygen/base/32x32/actions/color-picker-grey.png +share/icons/oxygen/base/32x32/actions/color-picker-white.png +share/icons/oxygen/base/32x32/actions/color-picker.png +share/icons/oxygen/base/32x32/actions/configure-shortcuts.png +share/icons/oxygen/base/32x32/actions/configure-toolbars.png +share/icons/oxygen/base/32x32/actions/configure.png +share/icons/oxygen/base/32x32/actions/contact-new.png +share/icons/oxygen/base/32x32/actions/dashboard-show.png +share/icons/oxygen/base/32x32/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/32x32/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/32x32/actions/debug-run-cursor.png +share/icons/oxygen/base/32x32/actions/debug-run.png +share/icons/oxygen/base/32x32/actions/debug-step-instruction.png +share/icons/oxygen/base/32x32/actions/debug-step-into-instruction.png +share/icons/oxygen/base/32x32/actions/debug-step-into.png +share/icons/oxygen/base/32x32/actions/debug-step-out.png +share/icons/oxygen/base/32x32/actions/debug-step-over.png +share/icons/oxygen/base/32x32/actions/dialog-cancel.png +share/icons/oxygen/base/32x32/actions/dialog-close.png +share/icons/oxygen/base/32x32/actions/dialog-ok-apply.png +share/icons/oxygen/base/32x32/actions/dialog-ok.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-center.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-equal.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-left.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-margin.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-page.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-right.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-x.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-bottom.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-center.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-equal.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-margin.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-page.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-top.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-y.png +share/icons/oxygen/base/32x32/actions/document-close.png +share/icons/oxygen/base/32x32/actions/document-decrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/32x32/actions/document-edit-decrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-encrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-sign.png +share/icons/oxygen/base/32x32/actions/document-edit-verify.png +share/icons/oxygen/base/32x32/actions/document-edit.png +share/icons/oxygen/base/32x32/actions/document-encrypt.png +share/icons/oxygen/base/32x32/actions/document-encrypted.png +share/icons/oxygen/base/32x32/actions/document-export-table.png +share/icons/oxygen/base/32x32/actions/document-export.png +share/icons/oxygen/base/32x32/actions/document-import.png +share/icons/oxygen/base/32x32/actions/document-new.png +share/icons/oxygen/base/32x32/actions/document-open-folder.png +share/icons/oxygen/base/32x32/actions/document-open-recent.png +share/icons/oxygen/base/32x32/actions/document-open-remote.png +share/icons/oxygen/base/32x32/actions/document-open.png +share/icons/oxygen/base/32x32/actions/document-preview-archive.png +share/icons/oxygen/base/32x32/actions/document-preview.png +share/icons/oxygen/base/32x32/actions/document-print-direct.png +share/icons/oxygen/base/32x32/actions/document-print-frame.png +share/icons/oxygen/base/32x32/actions/document-print-preview.png +share/icons/oxygen/base/32x32/actions/document-print.png +share/icons/oxygen/base/32x32/actions/document-properties.png +share/icons/oxygen/base/32x32/actions/document-revert.png +share/icons/oxygen/base/32x32/actions/document-save-all.png +share/icons/oxygen/base/32x32/actions/document-save-as.png +share/icons/oxygen/base/32x32/actions/document-save.png +share/icons/oxygen/base/32x32/actions/document-sign.png +share/icons/oxygen/base/32x32/actions/documentation.png +share/icons/oxygen/base/32x32/actions/download-later.png +share/icons/oxygen/base/32x32/actions/download.png +share/icons/oxygen/base/32x32/actions/draw-arrow-back.png +share/icons/oxygen/base/32x32/actions/draw-arrow-down.png +share/icons/oxygen/base/32x32/actions/draw-arrow-forward.png +share/icons/oxygen/base/32x32/actions/draw-arrow-up.png +share/icons/oxygen/base/32x32/actions/draw-bezier-curves.png +share/icons/oxygen/base/32x32/actions/draw-brush.png +share/icons/oxygen/base/32x32/actions/draw-circle.png +share/icons/oxygen/base/32x32/actions/draw-cross.png +share/icons/oxygen/base/32x32/actions/draw-donut.png +share/icons/oxygen/base/32x32/actions/draw-ellipse.png +share/icons/oxygen/base/32x32/actions/draw-eraser.png +share/icons/oxygen/base/32x32/actions/draw-freehand.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle1.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle2.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle3.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle4.png +share/icons/oxygen/base/32x32/actions/draw-path.png +share/icons/oxygen/base/32x32/actions/draw-polygon.png +share/icons/oxygen/base/32x32/actions/draw-polyline.png +share/icons/oxygen/base/32x32/actions/draw-rectangle.png +share/icons/oxygen/base/32x32/actions/draw-spiral.png +share/icons/oxygen/base/32x32/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/32x32/actions/draw-star.png +share/icons/oxygen/base/32x32/actions/draw-text.png +share/icons/oxygen/base/32x32/actions/draw-triangle.png +share/icons/oxygen/base/32x32/actions/draw-triangle1.png +share/icons/oxygen/base/32x32/actions/draw-triangle2.png +share/icons/oxygen/base/32x32/actions/draw-triangle3.png +share/icons/oxygen/base/32x32/actions/draw-triangle4.png +share/icons/oxygen/base/32x32/actions/edit-bomb.png +share/icons/oxygen/base/32x32/actions/edit-clear-history.png +share/icons/oxygen/base/32x32/actions/edit-clear-list.png +share/icons/oxygen/base/32x32/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/32x32/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/32x32/actions/edit-clear.png +share/icons/oxygen/base/32x32/actions/edit-copy.png +share/icons/oxygen/base/32x32/actions/edit-cut.png +share/icons/oxygen/base/32x32/actions/edit-delete-shred.png +share/icons/oxygen/base/32x32/actions/edit-delete.png +share/icons/oxygen/base/32x32/actions/edit-find-mail.png +share/icons/oxygen/base/32x32/actions/edit-find-project.png +share/icons/oxygen/base/32x32/actions/edit-find-replace.png +share/icons/oxygen/base/32x32/actions/edit-find-user.png +share/icons/oxygen/base/32x32/actions/edit-find.png +share/icons/oxygen/base/32x32/actions/edit-guides.png +share/icons/oxygen/base/32x32/actions/edit-image-face-add.png +share/icons/oxygen/base/32x32/actions/edit-image-face-detect.png +share/icons/oxygen/base/32x32/actions/edit-image-face-recognize.png +share/icons/oxygen/base/32x32/actions/edit-image-face-show.png +share/icons/oxygen/base/32x32/actions/edit-node.png +share/icons/oxygen/base/32x32/actions/edit-paste.png +share/icons/oxygen/base/32x32/actions/edit-redo.png +share/icons/oxygen/base/32x32/actions/edit-rename.png +share/icons/oxygen/base/32x32/actions/edit-select-all.png +share/icons/oxygen/base/32x32/actions/edit-select.png +share/icons/oxygen/base/32x32/actions/edit-table-cell-merge.png +share/icons/oxygen/base/32x32/actions/edit-table-cell-split.png +share/icons/oxygen/base/32x32/actions/edit-table-delete-column.png +share/icons/oxygen/base/32x32/actions/edit-table-delete-row.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-row-below.png +share/icons/oxygen/base/32x32/actions/edit-text-frame-update.png +share/icons/oxygen/base/32x32/actions/edit-undo.png +share/icons/oxygen/base/32x32/actions/editor.png +share/icons/oxygen/base/32x32/actions/feed-subscribe.png +share/icons/oxygen/base/32x32/actions/fileview-preview.png +share/icons/oxygen/base/32x32/actions/fill-color.png +share/icons/oxygen/base/32x32/actions/flag-black.png +share/icons/oxygen/base/32x32/actions/flag-blue.png +share/icons/oxygen/base/32x32/actions/flag-green.png +share/icons/oxygen/base/32x32/actions/flag-red.png +share/icons/oxygen/base/32x32/actions/flag-yellow.png +share/icons/oxygen/base/32x32/actions/flag.png +share/icons/oxygen/base/32x32/actions/folder-new.png +share/icons/oxygen/base/32x32/actions/folder-sync.png +share/icons/oxygen/base/32x32/actions/fork.png +share/icons/oxygen/base/32x32/actions/format-add-node.png +share/icons/oxygen/base/32x32/actions/format-break-node.png +share/icons/oxygen/base/32x32/actions/format-connect-node.png +share/icons/oxygen/base/32x32/actions/format-disconnect-node.png +share/icons/oxygen/base/32x32/actions/format-fill-color.png +share/icons/oxygen/base/32x32/actions/format-font-size-less.png +share/icons/oxygen/base/32x32/actions/format-font-size-more.png +share/icons/oxygen/base/32x32/actions/format-indent-less.png +share/icons/oxygen/base/32x32/actions/format-indent-more.png +share/icons/oxygen/base/32x32/actions/format-join-node.png +share/icons/oxygen/base/32x32/actions/format-justify-center.png +share/icons/oxygen/base/32x32/actions/format-justify-fill.png +share/icons/oxygen/base/32x32/actions/format-justify-left.png +share/icons/oxygen/base/32x32/actions/format-justify-right.png +share/icons/oxygen/base/32x32/actions/format-line-spacing-double.png +share/icons/oxygen/base/32x32/actions/format-line-spacing-normal.png +share/icons/oxygen/base/32x32/actions/format-line-spacing-triple.png +share/icons/oxygen/base/32x32/actions/format-list-ordered.png +share/icons/oxygen/base/32x32/actions/format-list-unordered.png +share/icons/oxygen/base/32x32/actions/format-remove-node.png +share/icons/oxygen/base/32x32/actions/format-stroke-color.png +share/icons/oxygen/base/32x32/actions/format-text-bold.png +share/icons/oxygen/base/32x32/actions/format-text-color.png +share/icons/oxygen/base/32x32/actions/format-text-direction-ltr.png +share/icons/oxygen/base/32x32/actions/format-text-direction-rtl.png +share/icons/oxygen/base/32x32/actions/format-text-italic.png +share/icons/oxygen/base/32x32/actions/format-text-strikethrough.png +share/icons/oxygen/base/32x32/actions/format-text-subscript.png +share/icons/oxygen/base/32x32/actions/format-text-superscript.png +share/icons/oxygen/base/32x32/actions/format-text-underline.png +share/icons/oxygen/base/32x32/actions/formula.png +share/icons/oxygen/base/32x32/actions/games-achievements.png +share/icons/oxygen/base/32x32/actions/games-config-background.png +share/icons/oxygen/base/32x32/actions/games-config-board.png +share/icons/oxygen/base/32x32/actions/games-config-custom.png +share/icons/oxygen/base/32x32/actions/games-config-options.png +share/icons/oxygen/base/32x32/actions/games-config-theme.png +share/icons/oxygen/base/32x32/actions/games-config-tiles.png +share/icons/oxygen/base/32x32/actions/games-difficult.png +share/icons/oxygen/base/32x32/actions/games-endturn.png +share/icons/oxygen/base/32x32/actions/games-highscores.png +share/icons/oxygen/base/32x32/actions/games-hint.png +share/icons/oxygen/base/32x32/actions/games-solve.png +share/icons/oxygen/base/32x32/actions/get-hot-new-stuff.png +share/icons/oxygen/base/32x32/actions/go-bottom.png +share/icons/oxygen/base/32x32/actions/go-down-search.png +share/icons/oxygen/base/32x32/actions/go-down.png +share/icons/oxygen/base/32x32/actions/go-first-view-page.png +share/icons/oxygen/base/32x32/actions/go-first-view.png +share/icons/oxygen/base/32x32/actions/go-first.png +share/icons/oxygen/base/32x32/actions/go-home.png +share/icons/oxygen/base/32x32/actions/go-jump-declaration.png +share/icons/oxygen/base/32x32/actions/go-jump-definition.png +share/icons/oxygen/base/32x32/actions/go-jump-locationbar.png +share/icons/oxygen/base/32x32/actions/go-jump-today.png +share/icons/oxygen/base/32x32/actions/go-jump.png +share/icons/oxygen/base/32x32/actions/go-last-view-page.png +share/icons/oxygen/base/32x32/actions/go-last-view.png +share/icons/oxygen/base/32x32/actions/go-last.png +share/icons/oxygen/base/32x32/actions/go-next-context.png +share/icons/oxygen/base/32x32/actions/go-next-use.png +share/icons/oxygen/base/32x32/actions/go-next-view-page.png +share/icons/oxygen/base/32x32/actions/go-next-view.png +share/icons/oxygen/base/32x32/actions/go-next.png +share/icons/oxygen/base/32x32/actions/go-previous-context.png +share/icons/oxygen/base/32x32/actions/go-previous-use.png +share/icons/oxygen/base/32x32/actions/go-previous-view-page.png +share/icons/oxygen/base/32x32/actions/go-previous-view.png +share/icons/oxygen/base/32x32/actions/go-previous.png +share/icons/oxygen/base/32x32/actions/go-top.png +share/icons/oxygen/base/32x32/actions/go-up-search.png +share/icons/oxygen/base/32x32/actions/go-up.png +share/icons/oxygen/base/32x32/actions/help-about.png +share/icons/oxygen/base/32x32/actions/help-contents.png +share/icons/oxygen/base/32x32/actions/help-contextual.png +share/icons/oxygen/base/32x32/actions/help-donate.png +share/icons/oxygen/base/32x32/actions/help-feedback.png +share/icons/oxygen/base/32x32/actions/help-hint.png +share/icons/oxygen/base/32x32/actions/im-aim.png +share/icons/oxygen/base/32x32/actions/im-ban-kick-user.png +share/icons/oxygen/base/32x32/actions/im-ban-user.png +share/icons/oxygen/base/32x32/actions/im-facebook.png +share/icons/oxygen/base/32x32/actions/im-gadugadu.png +share/icons/oxygen/base/32x32/actions/im-google-talk.png +share/icons/oxygen/base/32x32/actions/im-google.png +share/icons/oxygen/base/32x32/actions/im-icq.png +share/icons/oxygen/base/32x32/actions/im-identi.ca.png +share/icons/oxygen/base/32x32/actions/im-invisible-user.png +share/icons/oxygen/base/32x32/actions/im-jabber.png +share/icons/oxygen/base/32x32/actions/im-kick-user.png +share/icons/oxygen/base/32x32/actions/im-msn.png +share/icons/oxygen/base/32x32/actions/im-qq.png +share/icons/oxygen/base/32x32/actions/im-skype.png +share/icons/oxygen/base/32x32/actions/im-twitter.png +share/icons/oxygen/base/32x32/actions/im-user-away.png +share/icons/oxygen/base/32x32/actions/im-user-busy.png +share/icons/oxygen/base/32x32/actions/im-user-offline.png +share/icons/oxygen/base/32x32/actions/im-user.png +share/icons/oxygen/base/32x32/actions/im-yahoo.png +share/icons/oxygen/base/32x32/actions/insert-horizontal-rule.png +share/icons/oxygen/base/32x32/actions/insert-image.png +share/icons/oxygen/base/32x32/actions/insert-link.png +share/icons/oxygen/base/32x32/actions/insert-table.png +share/icons/oxygen/base/32x32/actions/insert-text.png +share/icons/oxygen/base/32x32/actions/irc-close-channel.png +share/icons/oxygen/base/32x32/actions/irc-join-channel.png +share/icons/oxygen/base/32x32/actions/irc-operator.png +share/icons/oxygen/base/32x32/actions/irc-remove-operator.png +share/icons/oxygen/base/32x32/actions/irc-unvoice.png +share/icons/oxygen/base/32x32/actions/irc-voice.png +share/icons/oxygen/base/32x32/actions/journal-new.png +share/icons/oxygen/base/32x32/actions/key-enter.png +share/icons/oxygen/base/32x32/actions/layer-visible-off.png +share/icons/oxygen/base/32x32/actions/layer-visible-on.png +share/icons/oxygen/base/32x32/actions/list-add-font.png +share/icons/oxygen/base/32x32/actions/list-add-user.png +share/icons/oxygen/base/32x32/actions/list-add.png +share/icons/oxygen/base/32x32/actions/list-remove-user.png +share/icons/oxygen/base/32x32/actions/list-remove.png +share/icons/oxygen/base/32x32/actions/list-resource-add.png +share/icons/oxygen/base/32x32/actions/mail-encrypted-full.png +share/icons/oxygen/base/32x32/actions/mail-encrypted-part.png +share/icons/oxygen/base/32x32/actions/mail-encrypted.png +share/icons/oxygen/base/32x32/actions/mail-flag.png +share/icons/oxygen/base/32x32/actions/mail-forward.png +share/icons/oxygen/base/32x32/actions/mail-forwarded.png +share/icons/oxygen/base/32x32/actions/mail-invitation.png +share/icons/oxygen/base/32x32/actions/mail-mark-important.png +share/icons/oxygen/base/32x32/actions/mail-mark-junk.png +share/icons/oxygen/base/32x32/actions/mail-mark-notjunk.png +share/icons/oxygen/base/32x32/actions/mail-mark-read.png +share/icons/oxygen/base/32x32/actions/mail-mark-task.png +share/icons/oxygen/base/32x32/actions/mail-mark-unread-new.png +share/icons/oxygen/base/32x32/actions/mail-mark-unread.png +share/icons/oxygen/base/32x32/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/32x32/actions/mail-message-new-list.png +share/icons/oxygen/base/32x32/actions/mail-message-new.png +share/icons/oxygen/base/32x32/actions/mail-queue.png +share/icons/oxygen/base/32x32/actions/mail-receive.png +share/icons/oxygen/base/32x32/actions/mail-replied.png +share/icons/oxygen/base/32x32/actions/mail-reply-all.png +share/icons/oxygen/base/32x32/actions/mail-reply-custom-all.png +share/icons/oxygen/base/32x32/actions/mail-reply-custom.png +share/icons/oxygen/base/32x32/actions/mail-reply-list.png +share/icons/oxygen/base/32x32/actions/mail-reply-sender.png +share/icons/oxygen/base/32x32/actions/mail-send.png +share/icons/oxygen/base/32x32/actions/mail-signature-unknown.png +share/icons/oxygen/base/32x32/actions/mail-signed-full.png +share/icons/oxygen/base/32x32/actions/mail-signed-part.png +share/icons/oxygen/base/32x32/actions/mail-signed-verified.png +share/icons/oxygen/base/32x32/actions/mail-signed.png +share/icons/oxygen/base/32x32/actions/mail-tagged.png +share/icons/oxygen/base/32x32/actions/measure.png +share/icons/oxygen/base/32x32/actions/media-eject.png +share/icons/oxygen/base/32x32/actions/media-playback-pause.png +share/icons/oxygen/base/32x32/actions/media-playback-start.png +share/icons/oxygen/base/32x32/actions/media-playback-stop.png +share/icons/oxygen/base/32x32/actions/media-record.png +share/icons/oxygen/base/32x32/actions/media-seek-backward.png +share/icons/oxygen/base/32x32/actions/media-seek-forward.png +share/icons/oxygen/base/32x32/actions/media-skip-backward.png +share/icons/oxygen/base/32x32/actions/media-skip-forward.png +share/icons/oxygen/base/32x32/actions/meeting-attending-tentative.png +share/icons/oxygen/base/32x32/actions/meeting-attending.png +share/icons/oxygen/base/32x32/actions/meeting-participant-no-response.png +share/icons/oxygen/base/32x32/actions/meeting-participant-request-response.png +share/icons/oxygen/base/32x32/actions/merge.png +share/icons/oxygen/base/32x32/actions/milestone.png +share/icons/oxygen/base/32x32/actions/network-connect.png +share/icons/oxygen/base/32x32/actions/network-disconnect.png +share/icons/oxygen/base/32x32/actions/news-subscribe.png +share/icons/oxygen/base/32x32/actions/news-unsubscribe.png +share/icons/oxygen/base/32x32/actions/object-flip-horizontal.png +share/icons/oxygen/base/32x32/actions/object-flip-vertical.png +share/icons/oxygen/base/32x32/actions/object-rotate-left.png +share/icons/oxygen/base/32x32/actions/object-rotate-right.png +share/icons/oxygen/base/32x32/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/32x32/actions/office-chart-area-percentage.png +share/icons/oxygen/base/32x32/actions/office-chart-area-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-area.png +share/icons/oxygen/base/32x32/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/32x32/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-bar.png +share/icons/oxygen/base/32x32/actions/office-chart-line-percentage.png +share/icons/oxygen/base/32x32/actions/office-chart-line-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-line.png +share/icons/oxygen/base/32x32/actions/office-chart-pie.png +share/icons/oxygen/base/32x32/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-polar.png +share/icons/oxygen/base/32x32/actions/office-chart-ring.png +share/icons/oxygen/base/32x32/actions/office-chart-scatter.png +share/icons/oxygen/base/32x32/actions/page-2sides.png +share/icons/oxygen/base/32x32/actions/page-3sides.png +share/icons/oxygen/base/32x32/actions/page-4sides.png +share/icons/oxygen/base/32x32/actions/page-simple.png +share/icons/oxygen/base/32x32/actions/page-zoom.png +share/icons/oxygen/base/32x32/actions/player-time.png +share/icons/oxygen/base/32x32/actions/player-volume.png +share/icons/oxygen/base/32x32/actions/preferences-activities.png +share/icons/oxygen/base/32x32/actions/preflight-verifier.png +share/icons/oxygen/base/32x32/actions/process-stop.png +share/icons/oxygen/base/32x32/actions/project-development-close-all.png +share/icons/oxygen/base/32x32/actions/project-development-close.png +share/icons/oxygen/base/32x32/actions/project-development-new-template.png +share/icons/oxygen/base/32x32/actions/project-development.png +share/icons/oxygen/base/32x32/actions/project-open.png +share/icons/oxygen/base/32x32/actions/quickopen-class.png +share/icons/oxygen/base/32x32/actions/quickopen-file.png +share/icons/oxygen/base/32x32/actions/quickopen-function.png +share/icons/oxygen/base/32x32/actions/quickopen.png +share/icons/oxygen/base/32x32/actions/rating.png +share/icons/oxygen/base/32x32/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/32x32/actions/resource-calendar-child.png +share/icons/oxygen/base/32x32/actions/resource-calendar-insert.png +share/icons/oxygen/base/32x32/actions/resource-group-new.png +share/icons/oxygen/base/32x32/actions/resource-group.png +share/icons/oxygen/base/32x32/actions/roll.png +share/icons/oxygen/base/32x32/actions/run-build-clean.png +share/icons/oxygen/base/32x32/actions/run-build-configure.png +share/icons/oxygen/base/32x32/actions/run-build-file.png +share/icons/oxygen/base/32x32/actions/run-build-install-root.png +share/icons/oxygen/base/32x32/actions/run-build-install.png +share/icons/oxygen/base/32x32/actions/run-build-prune.png +share/icons/oxygen/base/32x32/actions/run-build.png +share/icons/oxygen/base/32x32/actions/select-rectangular.png +share/icons/oxygen/base/32x32/actions/services.png +share/icons/oxygen/base/32x32/actions/shapes.png +share/icons/oxygen/base/32x32/actions/show-menu.png +share/icons/oxygen/base/32x32/actions/skg-chart-bubble.png +share/icons/oxygen/base/32x32/actions/skrooge_credit_card.png +share/icons/oxygen/base/32x32/actions/skrooge_less.png +share/icons/oxygen/base/32x32/actions/skrooge_more.png +share/icons/oxygen/base/32x32/actions/skrooge_much_less.png +share/icons/oxygen/base/32x32/actions/skrooge_much_more.png +share/icons/oxygen/base/32x32/actions/skrooge_type.png +share/icons/oxygen/base/32x32/actions/snap-extension.png +share/icons/oxygen/base/32x32/actions/snap-guideline.png +share/icons/oxygen/base/32x32/actions/snap-intersection.png +share/icons/oxygen/base/32x32/actions/snap-node.png +share/icons/oxygen/base/32x32/actions/snap-orthogonal.png +share/icons/oxygen/base/32x32/actions/speaker.png +share/icons/oxygen/base/32x32/actions/split.png +share/icons/oxygen/base/32x32/actions/story-editor.png +share/icons/oxygen/base/32x32/actions/stroke-cap-butt.png +share/icons/oxygen/base/32x32/actions/stroke-cap-round.png +share/icons/oxygen/base/32x32/actions/stroke-cap-square.png +share/icons/oxygen/base/32x32/actions/stroke-join-bevel.png +share/icons/oxygen/base/32x32/actions/stroke-join-miter.png +share/icons/oxygen/base/32x32/actions/stroke-join-round.png +share/icons/oxygen/base/32x32/actions/svn-commit.png +share/icons/oxygen/base/32x32/actions/svn-update.png +share/icons/oxygen/base/32x32/actions/system-lock-screen.png +share/icons/oxygen/base/32x32/actions/system-log-out.png +share/icons/oxygen/base/32x32/actions/system-reboot.png +share/icons/oxygen/base/32x32/actions/system-run.png +share/icons/oxygen/base/32x32/actions/system-search.png +share/icons/oxygen/base/32x32/actions/system-shutdown.png +share/icons/oxygen/base/32x32/actions/system-suspend-hibernate.png +share/icons/oxygen/base/32x32/actions/system-suspend.png +share/icons/oxygen/base/32x32/actions/system-switch-user.png +share/icons/oxygen/base/32x32/actions/tab-close-other.png +share/icons/oxygen/base/32x32/actions/tab-close.png +share/icons/oxygen/base/32x32/actions/tab-detach.png +share/icons/oxygen/base/32x32/actions/tab-duplicate.png +share/icons/oxygen/base/32x32/actions/tab-new-background.png +share/icons/oxygen/base/32x32/actions/tab-new.png +share/icons/oxygen/base/32x32/actions/task-new.png +share/icons/oxygen/base/32x32/actions/taxes-finances.png +share/icons/oxygen/base/32x32/actions/text-field.png +share/icons/oxygen/base/32x32/actions/text-frame-link.png +share/icons/oxygen/base/32x32/actions/text-frame-unlink.png +share/icons/oxygen/base/32x32/actions/text-speak.png +share/icons/oxygen/base/32x32/actions/tool-animator.png +share/icons/oxygen/base/32x32/actions/tools-check-spelling.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-burn.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-copy.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-erase.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-format.png +share/icons/oxygen/base/32x32/actions/tools-report-bug.png +share/icons/oxygen/base/32x32/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/32x32/actions/tools-rip-video-cd.png +share/icons/oxygen/base/32x32/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/32x32/actions/tools-wizard.png +share/icons/oxygen/base/32x32/actions/transform-crop-and-resize.png +share/icons/oxygen/base/32x32/actions/transform-crop.png +share/icons/oxygen/base/32x32/actions/transform-move.png +share/icons/oxygen/base/32x32/actions/transform-rotate.png +share/icons/oxygen/base/32x32/actions/transform-scale-textbox-points.png +share/icons/oxygen/base/32x32/actions/transform-scale.png +share/icons/oxygen/base/32x32/actions/transform-shear-down.png +share/icons/oxygen/base/32x32/actions/transform-shear-left.png +share/icons/oxygen/base/32x32/actions/transform-shear-right.png +share/icons/oxygen/base/32x32/actions/transform-shear-up.png +share/icons/oxygen/base/32x32/actions/trash-empty.png +share/icons/oxygen/base/32x32/actions/user-group-delete.png +share/icons/oxygen/base/32x32/actions/user-group-new.png +share/icons/oxygen/base/32x32/actions/user-group-properties.png +share/icons/oxygen/base/32x32/actions/user-properties.png +share/icons/oxygen/base/32x32/actions/view-bank-account-checking.png +share/icons/oxygen/base/32x32/actions/view-bank-account-savings.png +share/icons/oxygen/base/32x32/actions/view-bank-account.png +share/icons/oxygen/base/32x32/actions/view-bank.png +share/icons/oxygen/base/32x32/actions/view-barcode-add.png +share/icons/oxygen/base/32x32/actions/view-barcode.png +share/icons/oxygen/base/32x32/actions/view-calendar-agenda.png +share/icons/oxygen/base/32x32/actions/view-calendar-birthday.png +share/icons/oxygen/base/32x32/actions/view-calendar-day.png +share/icons/oxygen/base/32x32/actions/view-calendar-holiday.png +share/icons/oxygen/base/32x32/actions/view-calendar-journal.png +share/icons/oxygen/base/32x32/actions/view-calendar-list.png +share/icons/oxygen/base/32x32/actions/view-calendar-month.png +share/icons/oxygen/base/32x32/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/32x32/actions/view-calendar-tasks.png +share/icons/oxygen/base/32x32/actions/view-calendar-time-spent.png +share/icons/oxygen/base/32x32/actions/view-calendar-timeline.png +share/icons/oxygen/base/32x32/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/32x32/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/32x32/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/32x32/actions/view-calendar-week.png +share/icons/oxygen/base/32x32/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/32x32/actions/view-calendar-workweek.png +share/icons/oxygen/base/32x32/actions/view-calendar.png +share/icons/oxygen/base/32x32/actions/view-catalog.png +share/icons/oxygen/base/32x32/actions/view-categories.png +share/icons/oxygen/base/32x32/actions/view-certificate-add.png +share/icons/oxygen/base/32x32/actions/view-certificate-export-secret.png +share/icons/oxygen/base/32x32/actions/view-certificate-export-server.png +share/icons/oxygen/base/32x32/actions/view-certificate-export.png +share/icons/oxygen/base/32x32/actions/view-certificate-import.png +share/icons/oxygen/base/32x32/actions/view-certificate-server-configure.png +share/icons/oxygen/base/32x32/actions/view-certificate-sign.png +share/icons/oxygen/base/32x32/actions/view-certificate.png +share/icons/oxygen/base/32x32/actions/view-choose.png +share/icons/oxygen/base/32x32/actions/view-close.png +share/icons/oxygen/base/32x32/actions/view-conversation-balloon.png +share/icons/oxygen/base/32x32/actions/view-credit-card-account.png +share/icons/oxygen/base/32x32/actions/view-currency-list.png +share/icons/oxygen/base/32x32/actions/view-documents-finances.png +share/icons/oxygen/base/32x32/actions/view-expenses-categories.png +share/icons/oxygen/base/32x32/actions/view-file-columns.png +share/icons/oxygen/base/32x32/actions/view-filter.png +share/icons/oxygen/base/32x32/actions/view-financial-categories.png +share/icons/oxygen/base/32x32/actions/view-financial-forecast.png +share/icons/oxygen/base/32x32/actions/view-financial-list.png +share/icons/oxygen/base/32x32/actions/view-financial-payment-mode.png +share/icons/oxygen/base/32x32/actions/view-financial-transfer.png +share/icons/oxygen/base/32x32/actions/view-form-action.png +share/icons/oxygen/base/32x32/actions/view-form-table.png +share/icons/oxygen/base/32x32/actions/view-form.png +share/icons/oxygen/base/32x32/actions/view-fullscreen.png +share/icons/oxygen/base/32x32/actions/view-grid.png +share/icons/oxygen/base/32x32/actions/view-group.png +share/icons/oxygen/base/32x32/actions/view-history.png +share/icons/oxygen/base/32x32/actions/view-income-categories.png +share/icons/oxygen/base/32x32/actions/view-investment.png +share/icons/oxygen/base/32x32/actions/view-ldap-resource.png +share/icons/oxygen/base/32x32/actions/view-left-close.png +share/icons/oxygen/base/32x32/actions/view-list-details.png +share/icons/oxygen/base/32x32/actions/view-list-icons.png +share/icons/oxygen/base/32x32/actions/view-list-text.png +share/icons/oxygen/base/32x32/actions/view-list-tree.png +share/icons/oxygen/base/32x32/actions/view-loan-asset.png +share/icons/oxygen/base/32x32/actions/view-loan.png +share/icons/oxygen/base/32x32/actions/view-media-artist.png +share/icons/oxygen/base/32x32/actions/view-media-equalizer.png +share/icons/oxygen/base/32x32/actions/view-media-lyrics.png +share/icons/oxygen/base/32x32/actions/view-media-playlist.png +share/icons/oxygen/base/32x32/actions/view-media-visualization.png +share/icons/oxygen/base/32x32/actions/view-multiple-objects.png +share/icons/oxygen/base/32x32/actions/view-object-histogram-linear.png +share/icons/oxygen/base/32x32/actions/view-object-histogram-logarithmic.png +share/icons/oxygen/base/32x32/actions/view-pim-calendar.png +share/icons/oxygen/base/32x32/actions/view-pim-contacts.png +share/icons/oxygen/base/32x32/actions/view-pim-journal.png +share/icons/oxygen/base/32x32/actions/view-pim-mail.png +share/icons/oxygen/base/32x32/actions/view-pim-news.png +share/icons/oxygen/base/32x32/actions/view-pim-notes.png +share/icons/oxygen/base/32x32/actions/view-pim-summary.png +share/icons/oxygen/base/32x32/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/32x32/actions/view-pim-tasks.png +share/icons/oxygen/base/32x32/actions/view-presentation.png +share/icons/oxygen/base/32x32/actions/view-preview.png +share/icons/oxygen/base/32x32/actions/view-process-all-tree.png +share/icons/oxygen/base/32x32/actions/view-process-all.png +share/icons/oxygen/base/32x32/actions/view-process-own.png +share/icons/oxygen/base/32x32/actions/view-process-system.png +share/icons/oxygen/base/32x32/actions/view-process-users.png +share/icons/oxygen/base/32x32/actions/view-refresh.png +share/icons/oxygen/base/32x32/actions/view-resource-calendar.png +share/icons/oxygen/base/32x32/actions/view-restore.png +share/icons/oxygen/base/32x32/actions/view-right-close.png +share/icons/oxygen/base/32x32/actions/view-right-new.png +share/icons/oxygen/base/32x32/actions/view-sidetree.png +share/icons/oxygen/base/32x32/actions/view-sort-ascending.png +share/icons/oxygen/base/32x32/actions/view-sort-descending.png +share/icons/oxygen/base/32x32/actions/view-split-left-right.png +share/icons/oxygen/base/32x32/actions/view-split-top-bottom.png +share/icons/oxygen/base/32x32/actions/view-statistics.png +share/icons/oxygen/base/32x32/actions/view-stock-account.png +share/icons/oxygen/base/32x32/actions/view-table-of-contents-ltr.png +share/icons/oxygen/base/32x32/actions/view-table-of-contents-rtl.png +share/icons/oxygen/base/32x32/actions/view-task-add.png +share/icons/oxygen/base/32x32/actions/view-task-child-add.png +share/icons/oxygen/base/32x32/actions/view-task-child.png +share/icons/oxygen/base/32x32/actions/view-task.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-edit.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-insert.png +share/icons/oxygen/base/32x32/actions/view-time-schedule.png +share/icons/oxygen/base/32x32/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/32x32/actions/window-close.png +share/icons/oxygen/base/32x32/actions/window-duplicate.png +share/icons/oxygen/base/32x32/actions/window-new.png +share/icons/oxygen/base/32x32/actions/zoom-1-to-2.png +share/icons/oxygen/base/32x32/actions/zoom-2-to-1.png +share/icons/oxygen/base/32x32/actions/zoom-draw.png +share/icons/oxygen/base/32x32/actions/zoom-fit-best.png +share/icons/oxygen/base/32x32/actions/zoom-fit-height.png +share/icons/oxygen/base/32x32/actions/zoom-fit-width.png +share/icons/oxygen/base/32x32/actions/zoom-in.png +share/icons/oxygen/base/32x32/actions/zoom-next.png +share/icons/oxygen/base/32x32/actions/zoom-original.png +share/icons/oxygen/base/32x32/actions/zoom-out.png +share/icons/oxygen/base/32x32/actions/zoom-previous.png +share/icons/oxygen/base/32x32/actions/zoom-select.png +share/icons/oxygen/base/32x32/animations/process-idle-kde.png +share/icons/oxygen/base/32x32/animations/process-working-kde.png +share/icons/oxygen/base/32x32/apps/Charm.png +share/icons/oxygen/base/32x32/apps/accessories-calculator.png +share/icons/oxygen/base/32x32/apps/accessories-character-map.png +share/icons/oxygen/base/32x32/apps/accessories-dictionary.png +share/icons/oxygen/base/32x32/apps/accessories-text-editor.png +share/icons/oxygen/base/32x32/apps/acroread.png +share/icons/oxygen/base/32x32/apps/akonadi.png +share/icons/oxygen/base/32x32/apps/akregator.png +share/icons/oxygen/base/32x32/apps/amarok.png +share/icons/oxygen/base/32x32/apps/amarok_change_language.png +share/icons/oxygen/base/32x32/apps/application-sxw.png +share/icons/oxygen/base/32x32/apps/ark.png +share/icons/oxygen/base/32x32/apps/basket.png +share/icons/oxygen/base/32x32/apps/braindump.png +share/icons/oxygen/base/32x32/apps/calligraauthor.png +share/icons/oxygen/base/32x32/apps/calligraflow.png +share/icons/oxygen/base/32x32/apps/calligrakexi.png +share/icons/oxygen/base/32x32/apps/calligrakrita.png +share/icons/oxygen/base/32x32/apps/calligrasheets.png +share/icons/oxygen/base/32x32/apps/calligrastage.png +share/icons/oxygen/base/32x32/apps/calligrawords.png +share/icons/oxygen/base/32x32/apps/clock.png +share/icons/oxygen/base/32x32/apps/device-notifier.png +share/icons/oxygen/base/32x32/apps/digikam.png +share/icons/oxygen/base/32x32/apps/dragonplayer.png +share/icons/oxygen/base/32x32/apps/esd.png +share/icons/oxygen/base/32x32/apps/filelight.png +share/icons/oxygen/base/32x32/apps/fontforge.png +share/icons/oxygen/base/32x32/apps/graphics-viewer-document.png +share/icons/oxygen/base/32x32/apps/gwenview.png +share/icons/oxygen/base/32x32/apps/help-browser.png +share/icons/oxygen/base/32x32/apps/hwinfo.png +share/icons/oxygen/base/32x32/apps/inkscape.png +share/icons/oxygen/base/32x32/apps/internet-mail.png +share/icons/oxygen/base/32x32/apps/internet-telephony.png +share/icons/oxygen/base/32x32/apps/internet-web-browser.png +share/icons/oxygen/base/32x32/apps/java.png +share/icons/oxygen/base/32x32/apps/k3b.png +share/icons/oxygen/base/32x32/apps/kaffeine.png +share/icons/oxygen/base/32x32/apps/kblogger.png +share/icons/oxygen/base/32x32/apps/kbruch.png +share/icons/oxygen/base/32x32/apps/kbugbuster.png +share/icons/oxygen/base/32x32/apps/kchart.png +share/icons/oxygen/base/32x32/apps/kcolorchooser.png +share/icons/oxygen/base/32x32/apps/kde-gtk-config.png +share/icons/oxygen/base/32x32/apps/kde-windows.png +share/icons/oxygen/base/32x32/apps/kde.png +share/icons/oxygen/base/32x32/apps/kdevelop.png +share/icons/oxygen/base/32x32/apps/kdf.png +share/icons/oxygen/base/32x32/apps/kfind.png +share/icons/oxygen/base/32x32/apps/kformula.png +share/icons/oxygen/base/32x32/apps/kgpg.png +share/icons/oxygen/base/32x32/apps/kig.png +share/icons/oxygen/base/32x32/apps/kivio.png +share/icons/oxygen/base/32x32/apps/kjournal.png +share/icons/oxygen/base/32x32/apps/klipper.png +share/icons/oxygen/base/32x32/apps/kmag.png +share/icons/oxygen/base/32x32/apps/kmail.png +share/icons/oxygen/base/32x32/apps/kmix.png +share/icons/oxygen/base/32x32/apps/kmplayer.png +share/icons/oxygen/base/32x32/apps/knetattach.png +share/icons/oxygen/base/32x32/apps/knewsticker.png +share/icons/oxygen/base/32x32/apps/knotes.png +share/icons/oxygen/base/32x32/apps/kolf.png +share/icons/oxygen/base/32x32/apps/konqueror.png +share/icons/oxygen/base/32x32/apps/kontact.png +share/icons/oxygen/base/32x32/apps/konversation.png +share/icons/oxygen/base/32x32/apps/kopete-offline.png +share/icons/oxygen/base/32x32/apps/kopete.png +share/icons/oxygen/base/32x32/apps/korg-journal.png +share/icons/oxygen/base/32x32/apps/korg-todo.png +share/icons/oxygen/base/32x32/apps/korgac.png +share/icons/oxygen/base/32x32/apps/korganizer.png +share/icons/oxygen/base/32x32/apps/kplato.png +share/icons/oxygen/base/32x32/apps/kpresenter.png +share/icons/oxygen/base/32x32/apps/krdc.png +share/icons/oxygen/base/32x32/apps/krfb.png +share/icons/oxygen/base/32x32/apps/ksnapshot.png +share/icons/oxygen/base/32x32/apps/ksniffer.png +share/icons/oxygen/base/32x32/apps/kspread.png +share/icons/oxygen/base/32x32/apps/ksudoku.png +share/icons/oxygen/base/32x32/apps/kthesaurus.png +share/icons/oxygen/base/32x32/apps/ktip.png +share/icons/oxygen/base/32x32/apps/ktorrent.png +share/icons/oxygen/base/32x32/apps/kuickshow.png +share/icons/oxygen/base/32x32/apps/kverbos.png +share/icons/oxygen/base/32x32/apps/kwalletmanager.png +share/icons/oxygen/base/32x32/apps/kword.png +share/icons/oxygen/base/32x32/apps/lokalize.png +share/icons/oxygen/base/32x32/apps/multimedia-volume-control.png +share/icons/oxygen/base/32x32/apps/muondiscover.png +share/icons/oxygen/base/32x32/apps/nepomuk.png +share/icons/oxygen/base/32x32/apps/office-address-book.png +share/icons/oxygen/base/32x32/apps/office-calendar.png +share/icons/oxygen/base/32x32/apps/okteta.png +share/icons/oxygen/base/32x32/apps/oxygen.png +share/icons/oxygen/base/32x32/apps/partitionmanager.png +share/icons/oxygen/base/32x32/apps/picmi.png +share/icons/oxygen/base/32x32/apps/plasma.png +share/icons/oxygen/base/32x32/apps/plasmagik.png +share/icons/oxygen/base/32x32/apps/preferences-contact-list.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-color.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-display.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-font.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-icons.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-locale.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-notification.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-printer.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-sound.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-theme.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-user.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/32x32/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/32x32/apps/preferences-plugin-script.png +share/icons/oxygen/base/32x32/apps/preferences-plugin.png +share/icons/oxygen/base/32x32/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/32x32/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/32x32/apps/preferences-system-login.png +share/icons/oxygen/base/32x32/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/32x32/apps/preferences-system-performance.png +share/icons/oxygen/base/32x32/apps/preferences-system-power-management.png +share/icons/oxygen/base/32x32/apps/preferences-system-session-services.png +share/icons/oxygen/base/32x32/apps/preferences-system-time.png +share/icons/oxygen/base/32x32/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/32x32/apps/preferences-system-windows-move.png +share/icons/oxygen/base/32x32/apps/preferences-system-windows.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/32x32/apps/qelectrotech.png +share/icons/oxygen/base/32x32/apps/quassel.png +share/icons/oxygen/base/32x32/apps/scribus.png +share/icons/oxygen/base/32x32/apps/semn.png +share/icons/oxygen/base/32x32/apps/showfoto.png +share/icons/oxygen/base/32x32/apps/skrooge-black.png +share/icons/oxygen/base/32x32/apps/skrooge-initial.png +share/icons/oxygen/base/32x32/apps/skrooge.png +share/icons/oxygen/base/32x32/apps/step.png +share/icons/oxygen/base/32x32/apps/strigi.png +share/icons/oxygen/base/32x32/apps/system-file-manager.png +share/icons/oxygen/base/32x32/apps/system-software-update.png +share/icons/oxygen/base/32x32/apps/system-users.png +share/icons/oxygen/base/32x32/apps/tagua.png +share/icons/oxygen/base/32x32/apps/telepathy-kde.png +share/icons/oxygen/base/32x32/apps/utilities-desktop-extra.png +share/icons/oxygen/base/32x32/apps/utilities-file-archiver.png +share/icons/oxygen/base/32x32/apps/utilities-log-viewer.png +share/icons/oxygen/base/32x32/apps/utilities-system-monitor.png +share/icons/oxygen/base/32x32/apps/utilities-terminal.png +share/icons/oxygen/base/32x32/apps/wine.png +share/icons/oxygen/base/32x32/apps/xorg.png +share/icons/oxygen/base/32x32/apps/yakuake.png +share/icons/oxygen/base/32x32/categories/applications-accessories.png +share/icons/oxygen/base/32x32/categories/applications-development-translation.png +share/icons/oxygen/base/32x32/categories/applications-development-web.png +share/icons/oxygen/base/32x32/categories/applications-development.png +share/icons/oxygen/base/32x32/categories/applications-education-language.png +share/icons/oxygen/base/32x32/categories/applications-education-mathematics.png +share/icons/oxygen/base/32x32/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/32x32/categories/applications-education-preschool.png +share/icons/oxygen/base/32x32/categories/applications-education-school.png +share/icons/oxygen/base/32x32/categories/applications-education-science.png +share/icons/oxygen/base/32x32/categories/applications-education-university.png +share/icons/oxygen/base/32x32/categories/applications-education.png +share/icons/oxygen/base/32x32/categories/applications-engineering.png +share/icons/oxygen/base/32x32/categories/applications-games.png +share/icons/oxygen/base/32x32/categories/applications-graphics.png +share/icons/oxygen/base/32x32/categories/applications-internet.png +share/icons/oxygen/base/32x32/categories/applications-multimedia.png +share/icons/oxygen/base/32x32/categories/applications-office.png +share/icons/oxygen/base/32x32/categories/applications-other.png +share/icons/oxygen/base/32x32/categories/applications-science.png +share/icons/oxygen/base/32x32/categories/applications-system.png +share/icons/oxygen/base/32x32/categories/applications-toys.png +share/icons/oxygen/base/32x32/categories/applications-utilities.png +share/icons/oxygen/base/32x32/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/32x32/categories/preferences-desktop-personal.png +share/icons/oxygen/base/32x32/categories/preferences-desktop.png +share/icons/oxygen/base/32x32/categories/preferences-other.png +share/icons/oxygen/base/32x32/categories/preferences-system-network.png +share/icons/oxygen/base/32x32/categories/preferences-system.png +share/icons/oxygen/base/32x32/categories/system-help.png +share/icons/oxygen/base/32x32/devices/audio-card.png +share/icons/oxygen/base/32x32/devices/audio-headphones.png +share/icons/oxygen/base/32x32/devices/audio-headset.png +share/icons/oxygen/base/32x32/devices/audio-input-line.png +share/icons/oxygen/base/32x32/devices/audio-input-microphone.png +share/icons/oxygen/base/32x32/devices/battery.png +share/icons/oxygen/base/32x32/devices/camera-photo.png +share/icons/oxygen/base/32x32/devices/camera-web.png +share/icons/oxygen/base/32x32/devices/computer-laptop.png +share/icons/oxygen/base/32x32/devices/computer.png +share/icons/oxygen/base/32x32/devices/cpu.png +share/icons/oxygen/base/32x32/devices/drive-harddisk.png +share/icons/oxygen/base/32x32/devices/drive-optical.png +share/icons/oxygen/base/32x32/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/32x32/devices/drive-removable-media-usb.png +share/icons/oxygen/base/32x32/devices/drive-removable-media.png +share/icons/oxygen/base/32x32/devices/input-gaming.png +share/icons/oxygen/base/32x32/devices/input-keyboard.png +share/icons/oxygen/base/32x32/devices/input-mouse.png +share/icons/oxygen/base/32x32/devices/input-tablet.png +share/icons/oxygen/base/32x32/devices/media-flash-memory-stick.png +share/icons/oxygen/base/32x32/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/32x32/devices/media-flash-smart-media.png +share/icons/oxygen/base/32x32/devices/media-flash.png +share/icons/oxygen/base/32x32/devices/media-floppy.png +share/icons/oxygen/base/32x32/devices/media-optical-audio.png +share/icons/oxygen/base/32x32/devices/media-optical-blu-ray.png +share/icons/oxygen/base/32x32/devices/media-optical-data.png +share/icons/oxygen/base/32x32/devices/media-optical-dvd-video.png +share/icons/oxygen/base/32x32/devices/media-optical-dvd.png +share/icons/oxygen/base/32x32/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/32x32/devices/media-optical-recordable.png +share/icons/oxygen/base/32x32/devices/media-optical-video.png +share/icons/oxygen/base/32x32/devices/media-optical.png +share/icons/oxygen/base/32x32/devices/media-tape.png +share/icons/oxygen/base/32x32/devices/modem.png +share/icons/oxygen/base/32x32/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/32x32/devices/multimedia-player.png +share/icons/oxygen/base/32x32/devices/network-wired.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-00.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-100.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-25.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-50.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-75.png +share/icons/oxygen/base/32x32/devices/network-wireless-disconnected.png +share/icons/oxygen/base/32x32/devices/network-wireless.png +share/icons/oxygen/base/32x32/devices/pda.png +share/icons/oxygen/base/32x32/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/32x32/devices/phone.png +share/icons/oxygen/base/32x32/devices/printer-laser.png +share/icons/oxygen/base/32x32/devices/printer.png +share/icons/oxygen/base/32x32/devices/scanner.png +share/icons/oxygen/base/32x32/devices/secure-card.png +share/icons/oxygen/base/32x32/devices/smartphone.png +share/icons/oxygen/base/32x32/devices/tablet.png +share/icons/oxygen/base/32x32/devices/video-display.png +share/icons/oxygen/base/32x32/devices/video-projector.png +share/icons/oxygen/base/32x32/devices/video-television.png +share/icons/oxygen/base/32x32/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/32x32/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/32x32/emblems/emblem-favorite.png +share/icons/oxygen/base/32x32/emblems/emblem-important.png +share/icons/oxygen/base/32x32/emblems/emblem-locked.png +share/icons/oxygen/base/32x32/emblems/emblem-mounted.png +share/icons/oxygen/base/32x32/emblems/emblem-new.png +share/icons/oxygen/base/32x32/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/32x32/emblems/emblem-unlocked.png +share/icons/oxygen/base/32x32/emblems/emblem-unmounted.png +share/icons/oxygen/base/32x32/emblems/image-has-versions-open.png +share/icons/oxygen/base/32x32/emblems/image-has-versions.png +share/icons/oxygen/base/32x32/emblems/image-stack-open.png +share/icons/oxygen/base/32x32/emblems/image-stack.png +share/icons/oxygen/base/32x32/emblems/vcs-added.png +share/icons/oxygen/base/32x32/emblems/vcs-conflicting.png +share/icons/oxygen/base/32x32/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/32x32/emblems/vcs-locally-modified.png +share/icons/oxygen/base/32x32/emblems/vcs-normal.png +share/icons/oxygen/base/32x32/emblems/vcs-removed.png +share/icons/oxygen/base/32x32/emblems/vcs-update-required.png +share/icons/oxygen/base/32x32/emotes/face-angel.png +share/icons/oxygen/base/32x32/emotes/face-embarrassed.png +share/icons/oxygen/base/32x32/emotes/face-kiss.png +share/icons/oxygen/base/32x32/emotes/face-laugh.png +share/icons/oxygen/base/32x32/emotes/face-plain.png +share/icons/oxygen/base/32x32/emotes/face-raspberry.png +share/icons/oxygen/base/32x32/emotes/face-sad.png +share/icons/oxygen/base/32x32/emotes/face-smile-big.png +share/icons/oxygen/base/32x32/emotes/face-smile.png +share/icons/oxygen/base/32x32/emotes/face-surprise.png +share/icons/oxygen/base/32x32/emotes/face-uncertain.png +share/icons/oxygen/base/32x32/emotes/face-wink.png +share/icons/oxygen/base/32x32/mimetypes/application-atom+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-epub+zip.png +share/icons/oxygen/base/32x32/mimetypes/application-illustrator.png +share/icons/oxygen/base/32x32/mimetypes/application-javascript.png +share/icons/oxygen/base/32x32/mimetypes/application-msword-template.png +share/icons/oxygen/base/32x32/mimetypes/application-msword.png +share/icons/oxygen/base/32x32/mimetypes/application-octet-stream.png +share/icons/oxygen/base/32x32/mimetypes/application-ogg.png +share/icons/oxygen/base/32x32/mimetypes/application-pdf.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp.png +share/icons/oxygen/base/32x32/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/32x32/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/32x32/mimetypes/application-postscript.png +share/icons/oxygen/base/32x32/mimetypes/application-relaxng.png +share/icons/oxygen/base/32x32/mimetypes/application-rss+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-rtf.png +share/icons/oxygen/base/32x32/mimetypes/application-sxw.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/32x32/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/32x32/mimetypes/application-x-abiword.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ace.png +share/icons/oxygen/base/32x32/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-arc.png +share/icons/oxygen/base/32x32/mimetypes/application-x-archive.png +share/icons/oxygen/base/32x32/mimetypes/application-x-arj.png +share/icons/oxygen/base/32x32/mimetypes/application-x-awk.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/32x32/mimetypes/application-x-blender.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bzip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cda.png +share/icons/oxygen/base/32x32/mimetypes/application-x-chm.png +share/icons/oxygen/base/32x32/mimetypes/application-x-compress.png +share/icons/oxygen/base/32x32/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cpio.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cue.png +share/icons/oxygen/base/32x32/mimetypes/application-x-deb.png +share/icons/oxygen/base/32x32/mimetypes/application-x-designer.png +share/icons/oxygen/base/32x32/mimetypes/application-x-desktop.png +share/icons/oxygen/base/32x32/mimetypes/application-x-egon.png +share/icons/oxygen/base/32x32/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/32x32/mimetypes/application-x-executable.png +share/icons/oxygen/base/32x32/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gzip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/32x32/mimetypes/application-x-iso.png +share/icons/oxygen/base/32x32/mimetypes/application-x-it87.png +share/icons/oxygen/base/32x32/mimetypes/application-x-jar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/32x32/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/32x32/mimetypes/application-x-java.png +share/icons/oxygen/base/32x32/mimetypes/application-x-javascript.png +share/icons/oxygen/base/32x32/mimetypes/application-x-k3b.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kformula.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kontour.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kplato.png +share/icons/oxygen/base/32x32/mimetypes/application-x-krita.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kword.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lha.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lyx.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lzop.png +share/icons/oxygen/base/32x32/mimetypes/application-x-m4.png +share/icons/oxygen/base/32x32/mimetypes/application-x-marble.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/32x32/mimetypes/application-x-nzb.png +share/icons/oxygen/base/32x32/mimetypes/application-x-object.png +share/icons/oxygen/base/32x32/mimetypes/application-x-pak.png +share/icons/oxygen/base/32x32/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/32x32/mimetypes/application-x-perl.png +share/icons/oxygen/base/32x32/mimetypes/application-x-php.png +share/icons/oxygen/base/32x32/mimetypes/application-x-plasma.png +share/icons/oxygen/base/32x32/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/32x32/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/32x32/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/32x32/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/32x32/mimetypes/application-x-rar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/32x32/mimetypes/application-x-rpm.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ruby.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/32x32/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/32x32/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/32x32/mimetypes/application-x-siag.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sif.png +share/icons/oxygen/base/32x32/mimetypes/application-x-skg.png +share/icons/oxygen/base/32x32/mimetypes/application-x-skgc.png +share/icons/oxygen/base/32x32/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/32x32/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/32x32/mimetypes/application-x-srt.png +share/icons/oxygen/base/32x32/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-subrip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tarz.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tgif.png +share/icons/oxygen/base/32x32/mimetypes/application-x-trash.png +share/icons/oxygen/base/32x32/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tzo.png +share/icons/oxygen/base/32x32/mimetypes/application-x-wmf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/32x32/mimetypes/application-x-zoo.png +share/icons/oxygen/base/32x32/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-xml.png +share/icons/oxygen/base/32x32/mimetypes/application-xsd.png +share/icons/oxygen/base/32x32/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-zip.png +share/icons/oxygen/base/32x32/mimetypes/audio-ac3.png +share/icons/oxygen/base/32x32/mimetypes/audio-midi.png +share/icons/oxygen/base/32x32/mimetypes/audio-mp2.png +share/icons/oxygen/base/32x32/mimetypes/audio-mp3.png +share/icons/oxygen/base/32x32/mimetypes/audio-mp4.png +share/icons/oxygen/base/32x32/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/32x32/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/32x32/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-flac.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-wav.png +share/icons/oxygen/base/32x32/mimetypes/encrypted.png +share/icons/oxygen/base/32x32/mimetypes/fonts-package.png +share/icons/oxygen/base/32x32/mimetypes/image-bmp.png +share/icons/oxygen/base/32x32/mimetypes/image-gif.png +share/icons/oxygen/base/32x32/mimetypes/image-jpeg.png +share/icons/oxygen/base/32x32/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/32x32/mimetypes/image-png.png +share/icons/oxygen/base/32x32/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/32x32/mimetypes/image-svg+xml.png +share/icons/oxygen/base/32x32/mimetypes/image-tiff.png +share/icons/oxygen/base/32x32/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/32x32/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/32x32/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/32x32/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/32x32/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-emf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-eps.png +share/icons/oxygen/base/32x32/mimetypes/image-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/image-x-krita.png +share/icons/oxygen/base/32x32/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/32x32/mimetypes/image-x-psd.png +share/icons/oxygen/base/32x32/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/32x32/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/32x32/mimetypes/image-x-tga.png +share/icons/oxygen/base/32x32/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/32x32/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/32x32/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/32x32/mimetypes/image-x-wmf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-xcf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-xfig.png +share/icons/oxygen/base/32x32/mimetypes/inode-directory.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-database.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-text.png +share/icons/oxygen/base/32x32/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/32x32/mimetypes/message-news.png +share/icons/oxygen/base/32x32/mimetypes/message-partial.png +share/icons/oxygen/base/32x32/mimetypes/message-rfc822.png +share/icons/oxygen/base/32x32/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/32x32/mimetypes/message.png +share/icons/oxygen/base/32x32/mimetypes/odf.png +share/icons/oxygen/base/32x32/mimetypes/package-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/text-calendar.png +share/icons/oxygen/base/32x32/mimetypes/text-csharp.png +share/icons/oxygen/base/32x32/mimetypes/text-css.png +share/icons/oxygen/base/32x32/mimetypes/text-csv.png +share/icons/oxygen/base/32x32/mimetypes/text-directory.png +share/icons/oxygen/base/32x32/mimetypes/text-enriched.png +share/icons/oxygen/base/32x32/mimetypes/text-html.png +share/icons/oxygen/base/32x32/mimetypes/text-mathml.png +share/icons/oxygen/base/32x32/mimetypes/text-plain.png +share/icons/oxygen/base/32x32/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/32x32/mimetypes/text-rdf.png +share/icons/oxygen/base/32x32/mimetypes/text-rtf.png +share/icons/oxygen/base/32x32/mimetypes/text-sgml.png +share/icons/oxygen/base/32x32/mimetypes/text-troff.png +share/icons/oxygen/base/32x32/mimetypes/text-vcalendar.png +share/icons/oxygen/base/32x32/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/32x32/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/32x32/mimetypes/text-x-authors.png +share/icons/oxygen/base/32x32/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/32x32/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/32x32/mimetypes/text-x-c++src.png +share/icons/oxygen/base/32x32/mimetypes/text-x-changelog.png +share/icons/oxygen/base/32x32/mimetypes/text-x-chdr.png +share/icons/oxygen/base/32x32/mimetypes/text-x-cmake.png +share/icons/oxygen/base/32x32/mimetypes/text-x-copying.png +share/icons/oxygen/base/32x32/mimetypes/text-x-credits.png +share/icons/oxygen/base/32x32/mimetypes/text-x-csharp.png +share/icons/oxygen/base/32x32/mimetypes/text-x-csrc.png +share/icons/oxygen/base/32x32/mimetypes/text-x-dtd.png +share/icons/oxygen/base/32x32/mimetypes/text-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/32x32/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/32x32/mimetypes/text-x-haskell.png +share/icons/oxygen/base/32x32/mimetypes/text-x-hex.png +share/icons/oxygen/base/32x32/mimetypes/text-x-install.png +share/icons/oxygen/base/32x32/mimetypes/text-x-java-source.png +share/icons/oxygen/base/32x32/mimetypes/text-x-java.png +share/icons/oxygen/base/32x32/mimetypes/text-x-javascript.png +share/icons/oxygen/base/32x32/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/32x32/mimetypes/text-x-ldif.png +share/icons/oxygen/base/32x32/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/32x32/mimetypes/text-x-log.png +share/icons/oxygen/base/32x32/mimetypes/text-x-makefile.png +share/icons/oxygen/base/32x32/mimetypes/text-x-nfo.png +share/icons/oxygen/base/32x32/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/32x32/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/32x32/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-opml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-pascal.png +share/icons/oxygen/base/32x32/mimetypes/text-x-patch.png +share/icons/oxygen/base/32x32/mimetypes/text-x-plain.png +share/icons/oxygen/base/32x32/mimetypes/text-x-po.png +share/icons/oxygen/base/32x32/mimetypes/text-x-python.png +share/icons/oxygen/base/32x32/mimetypes/text-x-qml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-readme.png +share/icons/oxygen/base/32x32/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/32x32/mimetypes/text-x-script.png +share/icons/oxygen/base/32x32/mimetypes/text-x-sql.png +share/icons/oxygen/base/32x32/mimetypes/text-x-tcl.png +share/icons/oxygen/base/32x32/mimetypes/text-x-tex.png +share/icons/oxygen/base/32x32/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/32x32/mimetypes/text-x-vcard.png +share/icons/oxygen/base/32x32/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/32x32/mimetypes/text-xmcd.png +share/icons/oxygen/base/32x32/mimetypes/text-xml.png +share/icons/oxygen/base/32x32/mimetypes/unknown.png +share/icons/oxygen/base/32x32/mimetypes/uri-mms.png +share/icons/oxygen/base/32x32/mimetypes/uri-mmst.png +share/icons/oxygen/base/32x32/mimetypes/uri-mmsu.png +share/icons/oxygen/base/32x32/mimetypes/uri-pnm.png +share/icons/oxygen/base/32x32/mimetypes/uri-rtspt.png +share/icons/oxygen/base/32x32/mimetypes/uri-rtspu.png +share/icons/oxygen/base/32x32/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/32x32/mimetypes/video-mp4.png +share/icons/oxygen/base/32x32/mimetypes/video-vivo.png +share/icons/oxygen/base/32x32/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/32x32/mimetypes/video-wavelet.png +share/icons/oxygen/base/32x32/mimetypes/video-webm.png +share/icons/oxygen/base/32x32/mimetypes/video-x-anim.png +share/icons/oxygen/base/32x32/mimetypes/video-x-flic.png +share/icons/oxygen/base/32x32/mimetypes/video-x-flv.png +share/icons/oxygen/base/32x32/mimetypes/video-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/32x32/mimetypes/video-x-javafx.png +share/icons/oxygen/base/32x32/mimetypes/video-x-matroska.png +share/icons/oxygen/base/32x32/mimetypes/video-x-mng.png +share/icons/oxygen/base/32x32/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/32x32/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/32x32/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/32x32/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/32x32/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/32x32/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/32x32/mimetypes/video-x-wmv.png +share/icons/oxygen/base/32x32/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/32x32/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/32x32/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/32x32/mimetypes/x-media-podcast.png +share/icons/oxygen/base/32x32/mimetypes/x-office-address-book.png +share/icons/oxygen/base/32x32/mimetypes/x-office-calendar.png +share/icons/oxygen/base/32x32/mimetypes/x-office-contact.png +share/icons/oxygen/base/32x32/mimetypes/x-office-document.png +share/icons/oxygen/base/32x32/mimetypes/x-office-drawing.png +share/icons/oxygen/base/32x32/mimetypes/x-office-presentation.png +share/icons/oxygen/base/32x32/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/32x32/places/bookmarks.png +share/icons/oxygen/base/32x32/places/certificate-server.png +share/icons/oxygen/base/32x32/places/document-multiple.png +share/icons/oxygen/base/32x32/places/favorites.png +share/icons/oxygen/base/32x32/places/folder-activities.png +share/icons/oxygen/base/32x32/places/folder-black.png +share/icons/oxygen/base/32x32/places/folder-blue.png +share/icons/oxygen/base/32x32/places/folder-bookmark.png +share/icons/oxygen/base/32x32/places/folder-brown.png +share/icons/oxygen/base/32x32/places/folder-cloud.png +share/icons/oxygen/base/32x32/places/folder-cyan.png +share/icons/oxygen/base/32x32/places/folder-development.png +share/icons/oxygen/base/32x32/places/folder-documents.png +share/icons/oxygen/base/32x32/places/folder-download.png +share/icons/oxygen/base/32x32/places/folder-downloads.png +share/icons/oxygen/base/32x32/places/folder-dropbox.png +share/icons/oxygen/base/32x32/places/folder-favorites.png +share/icons/oxygen/base/32x32/places/folder-gdrive.png +share/icons/oxygen/base/32x32/places/folder-green.png +share/icons/oxygen/base/32x32/places/folder-grey.png +share/icons/oxygen/base/32x32/places/folder-html.png +share/icons/oxygen/base/32x32/places/folder-image-people.png +share/icons/oxygen/base/32x32/places/folder-image.png +share/icons/oxygen/base/32x32/places/folder-images.png +share/icons/oxygen/base/32x32/places/folder-important.png +share/icons/oxygen/base/32x32/places/folder-locked.png +share/icons/oxygen/base/32x32/places/folder-mail.png +share/icons/oxygen/base/32x32/places/folder-music.png +share/icons/oxygen/base/32x32/places/folder-network.png +share/icons/oxygen/base/32x32/places/folder-onedrive.png +share/icons/oxygen/base/32x32/places/folder-open.png +share/icons/oxygen/base/32x32/places/folder-orange.png +share/icons/oxygen/base/32x32/places/folder-owncloud.png +share/icons/oxygen/base/32x32/places/folder-picture.png +share/icons/oxygen/base/32x32/places/folder-pictures.png +share/icons/oxygen/base/32x32/places/folder-print.png +share/icons/oxygen/base/32x32/places/folder-public.png +share/icons/oxygen/base/32x32/places/folder-publicshare.png +share/icons/oxygen/base/32x32/places/folder-red.png +share/icons/oxygen/base/32x32/places/folder-remote.png +share/icons/oxygen/base/32x32/places/folder-script.png +share/icons/oxygen/base/32x32/places/folder-sound.png +share/icons/oxygen/base/32x32/places/folder-tar.png +share/icons/oxygen/base/32x32/places/folder-temp.png +share/icons/oxygen/base/32x32/places/folder-text.png +share/icons/oxygen/base/32x32/places/folder-txt.png +share/icons/oxygen/base/32x32/places/folder-video.png +share/icons/oxygen/base/32x32/places/folder-videos.png +share/icons/oxygen/base/32x32/places/folder-violet.png +share/icons/oxygen/base/32x32/places/folder-yellow.png +share/icons/oxygen/base/32x32/places/folder.png +share/icons/oxygen/base/32x32/places/library-music.png +share/icons/oxygen/base/32x32/places/mail-folder-inbox.png +share/icons/oxygen/base/32x32/places/mail-folder-outbox.png +share/icons/oxygen/base/32x32/places/mail-folder-sent.png +share/icons/oxygen/base/32x32/places/mail-message.png +share/icons/oxygen/base/32x32/places/network-server-database.png +share/icons/oxygen/base/32x32/places/network-server.png +share/icons/oxygen/base/32x32/places/network-workgroup.png +share/icons/oxygen/base/32x32/places/repository.png +share/icons/oxygen/base/32x32/places/server-database.png +share/icons/oxygen/base/32x32/places/start-here-kde.png +share/icons/oxygen/base/32x32/places/start-here.png +share/icons/oxygen/base/32x32/places/stock_folder.png +share/icons/oxygen/base/32x32/places/user-desktop.png +share/icons/oxygen/base/32x32/places/user-home.png +share/icons/oxygen/base/32x32/places/user-identity.png +share/icons/oxygen/base/32x32/places/user-trash-full.png +share/icons/oxygen/base/32x32/places/user-trash.png +share/icons/oxygen/base/32x32/status/appointment-recurring.png +share/icons/oxygen/base/32x32/status/appointment-reminder.png +share/icons/oxygen/base/32x32/status/audio-volume-high.png +share/icons/oxygen/base/32x32/status/audio-volume-low.png +share/icons/oxygen/base/32x32/status/audio-volume-medium.png +share/icons/oxygen/base/32x32/status/audio-volume-muted.png +share/icons/oxygen/base/32x32/status/battery-040.png +share/icons/oxygen/base/32x32/status/battery-060.png +share/icons/oxygen/base/32x32/status/battery-080.png +share/icons/oxygen/base/32x32/status/battery-100.png +share/icons/oxygen/base/32x32/status/battery-caution.png +share/icons/oxygen/base/32x32/status/battery-charging-040.png +share/icons/oxygen/base/32x32/status/battery-charging-060.png +share/icons/oxygen/base/32x32/status/battery-charging-080.png +share/icons/oxygen/base/32x32/status/battery-charging-caution.png +share/icons/oxygen/base/32x32/status/battery-charging-low.png +share/icons/oxygen/base/32x32/status/battery-charging.png +share/icons/oxygen/base/32x32/status/battery-low.png +share/icons/oxygen/base/32x32/status/battery-missing.png +share/icons/oxygen/base/32x32/status/dialog-error.png +share/icons/oxygen/base/32x32/status/dialog-information.png +share/icons/oxygen/base/32x32/status/dialog-password.png +share/icons/oxygen/base/32x32/status/dialog-warning.png +share/icons/oxygen/base/32x32/status/folder-open.png +share/icons/oxygen/base/32x32/status/image-loading.png +share/icons/oxygen/base/32x32/status/image-missing.png +share/icons/oxygen/base/32x32/status/mail-attachment.png +share/icons/oxygen/base/32x32/status/mail-queued.png +share/icons/oxygen/base/32x32/status/mail-read.png +share/icons/oxygen/base/32x32/status/mail-replied.png +share/icons/oxygen/base/32x32/status/mail-tagged.png +share/icons/oxygen/base/32x32/status/mail-unread-new.png +share/icons/oxygen/base/32x32/status/mail-unread.png +share/icons/oxygen/base/32x32/status/media-playlist-repeat.png +share/icons/oxygen/base/32x32/status/media-playlist-shuffle.png +share/icons/oxygen/base/32x32/status/meeting-chair.png +share/icons/oxygen/base/32x32/status/meeting-observer.png +share/icons/oxygen/base/32x32/status/meeting-organizer.png +share/icons/oxygen/base/32x32/status/meeting-participant-optional.png +share/icons/oxygen/base/32x32/status/meeting-participant-reply.png +share/icons/oxygen/base/32x32/status/meeting-participant.png +share/icons/oxygen/base/32x32/status/object-locked.png +share/icons/oxygen/base/32x32/status/object-unlocked.png +share/icons/oxygen/base/32x32/status/printer-error.png +share/icons/oxygen/base/32x32/status/printer-printing.png +share/icons/oxygen/base/32x32/status/script-error.png +share/icons/oxygen/base/32x32/status/security-high.png +share/icons/oxygen/base/32x32/status/security-low.png +share/icons/oxygen/base/32x32/status/security-medium.png +share/icons/oxygen/base/32x32/status/task-accepted.png +share/icons/oxygen/base/32x32/status/task-attempt.png +share/icons/oxygen/base/32x32/status/task-attention.png +share/icons/oxygen/base/32x32/status/task-complete.png +share/icons/oxygen/base/32x32/status/task-delegate.png +share/icons/oxygen/base/32x32/status/task-ongoing.png +share/icons/oxygen/base/32x32/status/task-recurring.png +share/icons/oxygen/base/32x32/status/task-reject.png +share/icons/oxygen/base/32x32/status/task-reminder.png +share/icons/oxygen/base/32x32/status/user-away-extended.png +share/icons/oxygen/base/32x32/status/user-away.png +share/icons/oxygen/base/32x32/status/user-busy.png +share/icons/oxygen/base/32x32/status/user-offline.png +share/icons/oxygen/base/32x32/status/user-online.png +share/icons/oxygen/base/32x32/status/user-trash-full.png +share/icons/oxygen/base/32x32/status/wallet-closed.png +share/icons/oxygen/base/32x32/status/wallet-open.png +share/icons/oxygen/base/32x32/status/weather-clear-night.png +share/icons/oxygen/base/32x32/status/weather-clear.png +share/icons/oxygen/base/32x32/status/weather-clouds-night.png +share/icons/oxygen/base/32x32/status/weather-clouds.png +share/icons/oxygen/base/32x32/status/weather-few-clouds-night.png +share/icons/oxygen/base/32x32/status/weather-few-clouds.png +share/icons/oxygen/base/32x32/status/weather-fog.png +share/icons/oxygen/base/32x32/status/weather-freezing-rain.png +share/icons/oxygen/base/32x32/status/weather-hail.png +share/icons/oxygen/base/32x32/status/weather-many-clouds.png +share/icons/oxygen/base/32x32/status/weather-mist.png +share/icons/oxygen/base/32x32/status/weather-none-available.png +share/icons/oxygen/base/32x32/status/weather-overcast.png +share/icons/oxygen/base/32x32/status/weather-showers-day.png +share/icons/oxygen/base/32x32/status/weather-showers-night.png +share/icons/oxygen/base/32x32/status/weather-showers-scattered-day.png +share/icons/oxygen/base/32x32/status/weather-showers-scattered-night.png +share/icons/oxygen/base/32x32/status/weather-showers-scattered.png +share/icons/oxygen/base/32x32/status/weather-showers.png +share/icons/oxygen/base/32x32/status/weather-snow-rain.png +share/icons/oxygen/base/32x32/status/weather-snow-scattered-day.png +share/icons/oxygen/base/32x32/status/weather-snow-scattered-night.png +share/icons/oxygen/base/32x32/status/weather-snow-scattered.png +share/icons/oxygen/base/32x32/status/weather-snow.png +share/icons/oxygen/base/32x32/status/weather-storm-night.png +share/icons/oxygen/base/32x32/status/weather-storm.png +share/icons/oxygen/base/32x32/status/window-suppressed.png +share/icons/oxygen/base/48x48/actions/address-book-new.png +share/icons/oxygen/base/48x48/actions/align-horizontal-bottom-out.png +share/icons/oxygen/base/48x48/actions/align-horizontal-center.png +share/icons/oxygen/base/48x48/actions/align-horizontal-left-out.png +share/icons/oxygen/base/48x48/actions/align-horizontal-left.png +share/icons/oxygen/base/48x48/actions/align-horizontal-right-out.png +share/icons/oxygen/base/48x48/actions/align-horizontal-right.png +share/icons/oxygen/base/48x48/actions/align-horizontal-top-out.png +share/icons/oxygen/base/48x48/actions/align-vertical-bottom.png +share/icons/oxygen/base/48x48/actions/align-vertical-center.png +share/icons/oxygen/base/48x48/actions/align-vertical-top.png +share/icons/oxygen/base/48x48/actions/application-exit.png +share/icons/oxygen/base/48x48/actions/application-menu.png +share/icons/oxygen/base/48x48/actions/appointment-new.png +share/icons/oxygen/base/48x48/actions/archive-extract.png +share/icons/oxygen/base/48x48/actions/archive-insert-directory.png +share/icons/oxygen/base/48x48/actions/archive-insert.png +share/icons/oxygen/base/48x48/actions/archive-remove.png +share/icons/oxygen/base/48x48/actions/arrow-down-double.png +share/icons/oxygen/base/48x48/actions/arrow-down.png +share/icons/oxygen/base/48x48/actions/arrow-left-double.png +share/icons/oxygen/base/48x48/actions/arrow-left.png +share/icons/oxygen/base/48x48/actions/arrow-right-double.png +share/icons/oxygen/base/48x48/actions/arrow-right.png +share/icons/oxygen/base/48x48/actions/arrow-up-double.png +share/icons/oxygen/base/48x48/actions/arrow-up.png +share/icons/oxygen/base/48x48/actions/bookmark-new-list.png +share/icons/oxygen/base/48x48/actions/bookmark-new.png +share/icons/oxygen/base/48x48/actions/bookmark-toolbar.png +share/icons/oxygen/base/48x48/actions/bookmarks-organize.png +share/icons/oxygen/base/48x48/actions/call-start.png +share/icons/oxygen/base/48x48/actions/call-stop.png +share/icons/oxygen/base/48x48/actions/character-set.png +share/icons/oxygen/base/48x48/actions/chronometer.png +share/icons/oxygen/base/48x48/actions/code-block.png +share/icons/oxygen/base/48x48/actions/code-class.png +share/icons/oxygen/base/48x48/actions/code-context.png +share/icons/oxygen/base/48x48/actions/code-function.png +share/icons/oxygen/base/48x48/actions/code-typedef.png +share/icons/oxygen/base/48x48/actions/code-variable.png +share/icons/oxygen/base/48x48/actions/color-picker-black.png +share/icons/oxygen/base/48x48/actions/color-picker-grey.png +share/icons/oxygen/base/48x48/actions/color-picker-white.png +share/icons/oxygen/base/48x48/actions/color-picker.png +share/icons/oxygen/base/48x48/actions/configure-shortcuts.png +share/icons/oxygen/base/48x48/actions/configure-toolbars.png +share/icons/oxygen/base/48x48/actions/configure.png +share/icons/oxygen/base/48x48/actions/contact-new.png +share/icons/oxygen/base/48x48/actions/dashboard-show.png +share/icons/oxygen/base/48x48/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/48x48/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/48x48/actions/debug-run-cursor.png +share/icons/oxygen/base/48x48/actions/debug-run.png +share/icons/oxygen/base/48x48/actions/debug-step-instruction.png +share/icons/oxygen/base/48x48/actions/debug-step-into-instruction.png +share/icons/oxygen/base/48x48/actions/debug-step-into.png +share/icons/oxygen/base/48x48/actions/debug-step-out.png +share/icons/oxygen/base/48x48/actions/debug-step-over.png +share/icons/oxygen/base/48x48/actions/dialog-cancel.png +share/icons/oxygen/base/48x48/actions/dialog-close.png +share/icons/oxygen/base/48x48/actions/dialog-ok-apply.png +share/icons/oxygen/base/48x48/actions/dialog-ok.png +share/icons/oxygen/base/48x48/actions/document-close.png +share/icons/oxygen/base/48x48/actions/document-decrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/48x48/actions/document-edit-decrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-encrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-sign.png +share/icons/oxygen/base/48x48/actions/document-edit-verify.png +share/icons/oxygen/base/48x48/actions/document-edit.png +share/icons/oxygen/base/48x48/actions/document-encrypt.png +share/icons/oxygen/base/48x48/actions/document-encrypted.png +share/icons/oxygen/base/48x48/actions/document-export-table.png +share/icons/oxygen/base/48x48/actions/document-export.png +share/icons/oxygen/base/48x48/actions/document-import.png +share/icons/oxygen/base/48x48/actions/document-new.png +share/icons/oxygen/base/48x48/actions/document-open-folder.png +share/icons/oxygen/base/48x48/actions/document-open-recent.png +share/icons/oxygen/base/48x48/actions/document-open-remote.png +share/icons/oxygen/base/48x48/actions/document-open.png +share/icons/oxygen/base/48x48/actions/document-preview-archive.png +share/icons/oxygen/base/48x48/actions/document-preview.png +share/icons/oxygen/base/48x48/actions/document-print-direct.png +share/icons/oxygen/base/48x48/actions/document-print-frame.png +share/icons/oxygen/base/48x48/actions/document-print-preview.png +share/icons/oxygen/base/48x48/actions/document-print.png +share/icons/oxygen/base/48x48/actions/document-properties.png +share/icons/oxygen/base/48x48/actions/document-revert.png +share/icons/oxygen/base/48x48/actions/document-save-all.png +share/icons/oxygen/base/48x48/actions/document-save-as.png +share/icons/oxygen/base/48x48/actions/document-save.png +share/icons/oxygen/base/48x48/actions/document-sign.png +share/icons/oxygen/base/48x48/actions/documentation.png +share/icons/oxygen/base/48x48/actions/download-later.png +share/icons/oxygen/base/48x48/actions/download.png +share/icons/oxygen/base/48x48/actions/draw-bezier-curves.png +share/icons/oxygen/base/48x48/actions/draw-brush.png +share/icons/oxygen/base/48x48/actions/draw-eraser.png +share/icons/oxygen/base/48x48/actions/draw-freehand.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle1.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle2.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle3.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle4.png +share/icons/oxygen/base/48x48/actions/draw-path.png +share/icons/oxygen/base/48x48/actions/draw-polyline.png +share/icons/oxygen/base/48x48/actions/draw-rectangle.png +share/icons/oxygen/base/48x48/actions/draw-spiral.png +share/icons/oxygen/base/48x48/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/48x48/actions/draw-text.png +share/icons/oxygen/base/48x48/actions/draw-triangle.png +share/icons/oxygen/base/48x48/actions/draw-triangle1.png +share/icons/oxygen/base/48x48/actions/draw-triangle2.png +share/icons/oxygen/base/48x48/actions/draw-triangle3.png +share/icons/oxygen/base/48x48/actions/draw-triangle4.png +share/icons/oxygen/base/48x48/actions/edit-bomb.png +share/icons/oxygen/base/48x48/actions/edit-clear-history.png +share/icons/oxygen/base/48x48/actions/edit-clear-list.png +share/icons/oxygen/base/48x48/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/48x48/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/48x48/actions/edit-clear.png +share/icons/oxygen/base/48x48/actions/edit-copy.png +share/icons/oxygen/base/48x48/actions/edit-cut.png +share/icons/oxygen/base/48x48/actions/edit-delete-shred.png +share/icons/oxygen/base/48x48/actions/edit-delete.png +share/icons/oxygen/base/48x48/actions/edit-find-mail.png +share/icons/oxygen/base/48x48/actions/edit-find-project.png +share/icons/oxygen/base/48x48/actions/edit-find-user.png +share/icons/oxygen/base/48x48/actions/edit-find.png +share/icons/oxygen/base/48x48/actions/edit-guides.png +share/icons/oxygen/base/48x48/actions/edit-image-face-add.png +share/icons/oxygen/base/48x48/actions/edit-image-face-detect.png +share/icons/oxygen/base/48x48/actions/edit-image-face-recognize.png +share/icons/oxygen/base/48x48/actions/edit-image-face-show.png +share/icons/oxygen/base/48x48/actions/edit-node.png +share/icons/oxygen/base/48x48/actions/edit-paste.png +share/icons/oxygen/base/48x48/actions/edit-redo.png +share/icons/oxygen/base/48x48/actions/edit-rename.png +share/icons/oxygen/base/48x48/actions/edit-select-all.png +share/icons/oxygen/base/48x48/actions/edit-select.png +share/icons/oxygen/base/48x48/actions/edit-table-cell-merge.png +share/icons/oxygen/base/48x48/actions/edit-table-cell-split.png +share/icons/oxygen/base/48x48/actions/edit-table-delete-column.png +share/icons/oxygen/base/48x48/actions/edit-table-delete-row.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-row-below.png +share/icons/oxygen/base/48x48/actions/edit-text-frame-update.png +share/icons/oxygen/base/48x48/actions/edit-undo.png +share/icons/oxygen/base/48x48/actions/edit-web-search.png +share/icons/oxygen/base/48x48/actions/feed-subscribe.png +share/icons/oxygen/base/48x48/actions/fill-color.png +share/icons/oxygen/base/48x48/actions/flag-black.png +share/icons/oxygen/base/48x48/actions/flag-blue.png +share/icons/oxygen/base/48x48/actions/flag-green.png +share/icons/oxygen/base/48x48/actions/flag-red.png +share/icons/oxygen/base/48x48/actions/flag-yellow.png +share/icons/oxygen/base/48x48/actions/flag.png +share/icons/oxygen/base/48x48/actions/folder-new.png +share/icons/oxygen/base/48x48/actions/folder-sync.png +share/icons/oxygen/base/48x48/actions/fork.png +share/icons/oxygen/base/48x48/actions/format-add-node.png +share/icons/oxygen/base/48x48/actions/format-break-node.png +share/icons/oxygen/base/48x48/actions/format-connect-node.png +share/icons/oxygen/base/48x48/actions/format-disconnect-node.png +share/icons/oxygen/base/48x48/actions/format-fill-color.png +share/icons/oxygen/base/48x48/actions/format-font-size-less.png +share/icons/oxygen/base/48x48/actions/format-font-size-more.png +share/icons/oxygen/base/48x48/actions/format-indent-less.png +share/icons/oxygen/base/48x48/actions/format-indent-more.png +share/icons/oxygen/base/48x48/actions/format-join-node.png +share/icons/oxygen/base/48x48/actions/format-justify-center.png +share/icons/oxygen/base/48x48/actions/format-justify-fill.png +share/icons/oxygen/base/48x48/actions/format-justify-left.png +share/icons/oxygen/base/48x48/actions/format-justify-right.png +share/icons/oxygen/base/48x48/actions/format-line-spacing-double.png +share/icons/oxygen/base/48x48/actions/format-line-spacing-normal.png +share/icons/oxygen/base/48x48/actions/format-line-spacing-triple.png +share/icons/oxygen/base/48x48/actions/format-list-ordered.png +share/icons/oxygen/base/48x48/actions/format-list-unordered.png +share/icons/oxygen/base/48x48/actions/format-remove-node.png +share/icons/oxygen/base/48x48/actions/format-stroke-color.png +share/icons/oxygen/base/48x48/actions/format-text-bold.png +share/icons/oxygen/base/48x48/actions/format-text-color.png +share/icons/oxygen/base/48x48/actions/format-text-direction-ltr.png +share/icons/oxygen/base/48x48/actions/format-text-direction-rtl.png +share/icons/oxygen/base/48x48/actions/format-text-italic.png +share/icons/oxygen/base/48x48/actions/format-text-strikethrough.png +share/icons/oxygen/base/48x48/actions/format-text-subscript.png +share/icons/oxygen/base/48x48/actions/format-text-superscript.png +share/icons/oxygen/base/48x48/actions/format-text-underline.png +share/icons/oxygen/base/48x48/actions/games-achievements.png +share/icons/oxygen/base/48x48/actions/games-config-background.png +share/icons/oxygen/base/48x48/actions/games-config-board.png +share/icons/oxygen/base/48x48/actions/games-config-custom.png +share/icons/oxygen/base/48x48/actions/games-config-options.png +share/icons/oxygen/base/48x48/actions/games-config-theme.png +share/icons/oxygen/base/48x48/actions/games-config-tiles.png +share/icons/oxygen/base/48x48/actions/games-difficult.png +share/icons/oxygen/base/48x48/actions/games-endturn.png +share/icons/oxygen/base/48x48/actions/games-highscores.png +share/icons/oxygen/base/48x48/actions/games-hint.png +share/icons/oxygen/base/48x48/actions/games-solve.png +share/icons/oxygen/base/48x48/actions/get-hot-new-stuff.png +share/icons/oxygen/base/48x48/actions/go-bottom.png +share/icons/oxygen/base/48x48/actions/go-down-search.png +share/icons/oxygen/base/48x48/actions/go-down.png +share/icons/oxygen/base/48x48/actions/go-first-view-page.png +share/icons/oxygen/base/48x48/actions/go-first-view.png +share/icons/oxygen/base/48x48/actions/go-first.png +share/icons/oxygen/base/48x48/actions/go-home.png +share/icons/oxygen/base/48x48/actions/go-jump-declaration.png +share/icons/oxygen/base/48x48/actions/go-jump-definition.png +share/icons/oxygen/base/48x48/actions/go-jump-locationbar.png +share/icons/oxygen/base/48x48/actions/go-jump-today.png +share/icons/oxygen/base/48x48/actions/go-jump.png +share/icons/oxygen/base/48x48/actions/go-last-view-page.png +share/icons/oxygen/base/48x48/actions/go-last-view.png +share/icons/oxygen/base/48x48/actions/go-last.png +share/icons/oxygen/base/48x48/actions/go-next-context.png +share/icons/oxygen/base/48x48/actions/go-next-use.png +share/icons/oxygen/base/48x48/actions/go-next-view-page.png +share/icons/oxygen/base/48x48/actions/go-next-view.png +share/icons/oxygen/base/48x48/actions/go-next.png +share/icons/oxygen/base/48x48/actions/go-previous-context.png +share/icons/oxygen/base/48x48/actions/go-previous-use.png +share/icons/oxygen/base/48x48/actions/go-previous-view-page.png +share/icons/oxygen/base/48x48/actions/go-previous-view.png +share/icons/oxygen/base/48x48/actions/go-previous.png +share/icons/oxygen/base/48x48/actions/go-top.png +share/icons/oxygen/base/48x48/actions/go-up-search.png +share/icons/oxygen/base/48x48/actions/go-up.png +share/icons/oxygen/base/48x48/actions/help-about.png +share/icons/oxygen/base/48x48/actions/help-contents.png +share/icons/oxygen/base/48x48/actions/help-contextual.png +share/icons/oxygen/base/48x48/actions/help-donate.png +share/icons/oxygen/base/48x48/actions/help-feedback.png +share/icons/oxygen/base/48x48/actions/help-hint.png +share/icons/oxygen/base/48x48/actions/im-aim.png +share/icons/oxygen/base/48x48/actions/im-ban-kick-user.png +share/icons/oxygen/base/48x48/actions/im-ban-user.png +share/icons/oxygen/base/48x48/actions/im-facebook.png +share/icons/oxygen/base/48x48/actions/im-gadugadu.png +share/icons/oxygen/base/48x48/actions/im-google-talk.png +share/icons/oxygen/base/48x48/actions/im-google.png +share/icons/oxygen/base/48x48/actions/im-icq.png +share/icons/oxygen/base/48x48/actions/im-identi.ca.png +share/icons/oxygen/base/48x48/actions/im-invisible-user.png +share/icons/oxygen/base/48x48/actions/im-jabber.png +share/icons/oxygen/base/48x48/actions/im-kick-user.png +share/icons/oxygen/base/48x48/actions/im-msn.png +share/icons/oxygen/base/48x48/actions/im-qq.png +share/icons/oxygen/base/48x48/actions/im-skype.png +share/icons/oxygen/base/48x48/actions/im-twitter.png +share/icons/oxygen/base/48x48/actions/im-user-away.png +share/icons/oxygen/base/48x48/actions/im-user-busy.png +share/icons/oxygen/base/48x48/actions/im-user-offline.png +share/icons/oxygen/base/48x48/actions/im-user.png +share/icons/oxygen/base/48x48/actions/im-yahoo.png +share/icons/oxygen/base/48x48/actions/insert-horizontal-rule.png +share/icons/oxygen/base/48x48/actions/insert-image.png +share/icons/oxygen/base/48x48/actions/insert-link.png +share/icons/oxygen/base/48x48/actions/insert-table.png +share/icons/oxygen/base/48x48/actions/insert-text.png +share/icons/oxygen/base/48x48/actions/irc-close-channel.png +share/icons/oxygen/base/48x48/actions/irc-join-channel.png +share/icons/oxygen/base/48x48/actions/irc-operator.png +share/icons/oxygen/base/48x48/actions/irc-remove-operator.png +share/icons/oxygen/base/48x48/actions/irc-unvoice.png +share/icons/oxygen/base/48x48/actions/irc-voice.png +share/icons/oxygen/base/48x48/actions/key-enter.png +share/icons/oxygen/base/48x48/actions/layer-visible-off.png +share/icons/oxygen/base/48x48/actions/layer-visible-on.png +share/icons/oxygen/base/48x48/actions/list-add-font.png +share/icons/oxygen/base/48x48/actions/list-add-user.png +share/icons/oxygen/base/48x48/actions/list-add.png +share/icons/oxygen/base/48x48/actions/list-remove-user.png +share/icons/oxygen/base/48x48/actions/list-remove.png +share/icons/oxygen/base/48x48/actions/list-resource-add.png +share/icons/oxygen/base/48x48/actions/mail-encrypted-full.png +share/icons/oxygen/base/48x48/actions/mail-encrypted-part.png +share/icons/oxygen/base/48x48/actions/mail-encrypted.png +share/icons/oxygen/base/48x48/actions/mail-flag.png +share/icons/oxygen/base/48x48/actions/mail-forward.png +share/icons/oxygen/base/48x48/actions/mail-forwarded-replied.png +share/icons/oxygen/base/48x48/actions/mail-forwarded.png +share/icons/oxygen/base/48x48/actions/mail-invitation.png +share/icons/oxygen/base/48x48/actions/mail-mark-important.png +share/icons/oxygen/base/48x48/actions/mail-mark-junk.png +share/icons/oxygen/base/48x48/actions/mail-mark-notjunk.png +share/icons/oxygen/base/48x48/actions/mail-mark-read.png +share/icons/oxygen/base/48x48/actions/mail-mark-task.png +share/icons/oxygen/base/48x48/actions/mail-mark-unread-new.png +share/icons/oxygen/base/48x48/actions/mail-mark-unread.png +share/icons/oxygen/base/48x48/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/48x48/actions/mail-message-new-list.png +share/icons/oxygen/base/48x48/actions/mail-message-new.png +share/icons/oxygen/base/48x48/actions/mail-queue.png +share/icons/oxygen/base/48x48/actions/mail-receive.png +share/icons/oxygen/base/48x48/actions/mail-replied.png +share/icons/oxygen/base/48x48/actions/mail-reply-all.png +share/icons/oxygen/base/48x48/actions/mail-reply-custom-all.png +share/icons/oxygen/base/48x48/actions/mail-reply-custom.png +share/icons/oxygen/base/48x48/actions/mail-reply-list.png +share/icons/oxygen/base/48x48/actions/mail-reply-sender.png +share/icons/oxygen/base/48x48/actions/mail-send.png +share/icons/oxygen/base/48x48/actions/mail-signature-unknown.png +share/icons/oxygen/base/48x48/actions/mail-signed-full.png +share/icons/oxygen/base/48x48/actions/mail-signed-part.png +share/icons/oxygen/base/48x48/actions/mail-signed-verified.png +share/icons/oxygen/base/48x48/actions/mail-signed.png +share/icons/oxygen/base/48x48/actions/mail-tagged.png +share/icons/oxygen/base/48x48/actions/measure.png +share/icons/oxygen/base/48x48/actions/media-eject.png +share/icons/oxygen/base/48x48/actions/media-playback-pause.png +share/icons/oxygen/base/48x48/actions/media-playback-start.png +share/icons/oxygen/base/48x48/actions/media-playback-stop.png +share/icons/oxygen/base/48x48/actions/media-record.png +share/icons/oxygen/base/48x48/actions/media-seek-backward.png +share/icons/oxygen/base/48x48/actions/media-seek-forward.png +share/icons/oxygen/base/48x48/actions/media-skip-backward.png +share/icons/oxygen/base/48x48/actions/media-skip-forward.png +share/icons/oxygen/base/48x48/actions/meeting-participant-no-response.png +share/icons/oxygen/base/48x48/actions/meeting-participant-request-response.png +share/icons/oxygen/base/48x48/actions/merge.png +share/icons/oxygen/base/48x48/actions/milestone.png +share/icons/oxygen/base/48x48/actions/network-connect.png +share/icons/oxygen/base/48x48/actions/network-disconnect.png +share/icons/oxygen/base/48x48/actions/news-subscribe.png +share/icons/oxygen/base/48x48/actions/news-unsubscribe.png +share/icons/oxygen/base/48x48/actions/object-flip-horizontal.png +share/icons/oxygen/base/48x48/actions/object-flip-vertical.png +share/icons/oxygen/base/48x48/actions/object-rotate-left.png +share/icons/oxygen/base/48x48/actions/object-rotate-right.png +share/icons/oxygen/base/48x48/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/48x48/actions/office-chart-area-percentage.png +share/icons/oxygen/base/48x48/actions/office-chart-area-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-area.png +share/icons/oxygen/base/48x48/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/48x48/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-bar.png +share/icons/oxygen/base/48x48/actions/office-chart-line-percentage.png +share/icons/oxygen/base/48x48/actions/office-chart-line-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-line.png +share/icons/oxygen/base/48x48/actions/office-chart-pie.png +share/icons/oxygen/base/48x48/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-polar.png +share/icons/oxygen/base/48x48/actions/office-chart-ring.png +share/icons/oxygen/base/48x48/actions/office-chart-scatter.png +share/icons/oxygen/base/48x48/actions/page-zoom.png +share/icons/oxygen/base/48x48/actions/player-time.png +share/icons/oxygen/base/48x48/actions/player-volume.png +share/icons/oxygen/base/48x48/actions/preferences-activities.png +share/icons/oxygen/base/48x48/actions/preflight-verifier.png +share/icons/oxygen/base/48x48/actions/process-stop.png +share/icons/oxygen/base/48x48/actions/project-development-close-all.png +share/icons/oxygen/base/48x48/actions/project-development-close.png +share/icons/oxygen/base/48x48/actions/project-development-new-template.png +share/icons/oxygen/base/48x48/actions/project-development.png +share/icons/oxygen/base/48x48/actions/project-open.png +share/icons/oxygen/base/48x48/actions/quickopen-class.png +share/icons/oxygen/base/48x48/actions/quickopen-file.png +share/icons/oxygen/base/48x48/actions/quickopen-function.png +share/icons/oxygen/base/48x48/actions/quickopen.png +share/icons/oxygen/base/48x48/actions/rating.png +share/icons/oxygen/base/48x48/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/48x48/actions/resource-calendar-child.png +share/icons/oxygen/base/48x48/actions/resource-calendar-insert.png +share/icons/oxygen/base/48x48/actions/resource-group-new.png +share/icons/oxygen/base/48x48/actions/resource-group.png +share/icons/oxygen/base/48x48/actions/roll.png +share/icons/oxygen/base/48x48/actions/run-build-clean.png +share/icons/oxygen/base/48x48/actions/run-build-configure.png +share/icons/oxygen/base/48x48/actions/run-build-file.png +share/icons/oxygen/base/48x48/actions/run-build-install-root.png +share/icons/oxygen/base/48x48/actions/run-build-install.png +share/icons/oxygen/base/48x48/actions/run-build-prune.png +share/icons/oxygen/base/48x48/actions/run-build.png +share/icons/oxygen/base/48x48/actions/select-rectangular.png +share/icons/oxygen/base/48x48/actions/services.png +share/icons/oxygen/base/48x48/actions/show-menu.png +share/icons/oxygen/base/48x48/actions/skg-chart-bubble.png +share/icons/oxygen/base/48x48/actions/skrooge_credit_card.png +share/icons/oxygen/base/48x48/actions/skrooge_less.png +share/icons/oxygen/base/48x48/actions/skrooge_more.png +share/icons/oxygen/base/48x48/actions/skrooge_much_less.png +share/icons/oxygen/base/48x48/actions/skrooge_much_more.png +share/icons/oxygen/base/48x48/actions/skrooge_type.png +share/icons/oxygen/base/48x48/actions/snap-extension.png +share/icons/oxygen/base/48x48/actions/snap-guideline.png +share/icons/oxygen/base/48x48/actions/snap-intersection.png +share/icons/oxygen/base/48x48/actions/snap-node.png +share/icons/oxygen/base/48x48/actions/snap-orthogonal.png +share/icons/oxygen/base/48x48/actions/speaker.png +share/icons/oxygen/base/48x48/actions/split.png +share/icons/oxygen/base/48x48/actions/story-editor.png +share/icons/oxygen/base/48x48/actions/stroke-cap-butt.png +share/icons/oxygen/base/48x48/actions/stroke-cap-round.png +share/icons/oxygen/base/48x48/actions/stroke-cap-square.png +share/icons/oxygen/base/48x48/actions/stroke-join-bevel.png +share/icons/oxygen/base/48x48/actions/stroke-join-miter.png +share/icons/oxygen/base/48x48/actions/stroke-join-round.png +share/icons/oxygen/base/48x48/actions/svn-commit.png +share/icons/oxygen/base/48x48/actions/svn-update.png +share/icons/oxygen/base/48x48/actions/system-lock-screen.png +share/icons/oxygen/base/48x48/actions/system-log-out.png +share/icons/oxygen/base/48x48/actions/system-reboot.png +share/icons/oxygen/base/48x48/actions/system-run.png +share/icons/oxygen/base/48x48/actions/system-search.png +share/icons/oxygen/base/48x48/actions/system-shutdown.png +share/icons/oxygen/base/48x48/actions/system-suspend-hibernate.png +share/icons/oxygen/base/48x48/actions/system-suspend.png +share/icons/oxygen/base/48x48/actions/system-switch-user.png +share/icons/oxygen/base/48x48/actions/tab-close-other.png +share/icons/oxygen/base/48x48/actions/tab-close.png +share/icons/oxygen/base/48x48/actions/tab-detach.png +share/icons/oxygen/base/48x48/actions/tab-duplicate.png +share/icons/oxygen/base/48x48/actions/tab-new-background.png +share/icons/oxygen/base/48x48/actions/tab-new.png +share/icons/oxygen/base/48x48/actions/taxes-finances.png +share/icons/oxygen/base/48x48/actions/text-field.png +share/icons/oxygen/base/48x48/actions/text-frame-link.png +share/icons/oxygen/base/48x48/actions/text-frame-unlink.png +share/icons/oxygen/base/48x48/actions/text-speak.png +share/icons/oxygen/base/48x48/actions/tool-animator.png +share/icons/oxygen/base/48x48/actions/tools-check-spelling.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-burn.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-copy.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-erase.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-format.png +share/icons/oxygen/base/48x48/actions/tools-report-bug.png +share/icons/oxygen/base/48x48/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/48x48/actions/tools-rip-video-cd.png +share/icons/oxygen/base/48x48/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/48x48/actions/tools-wizard.png +share/icons/oxygen/base/48x48/actions/transform-crop-and-resize.png +share/icons/oxygen/base/48x48/actions/transform-crop.png +share/icons/oxygen/base/48x48/actions/transform-move.png +share/icons/oxygen/base/48x48/actions/transform-rotate.png +share/icons/oxygen/base/48x48/actions/transform-scale.png +share/icons/oxygen/base/48x48/actions/transform-shear-down.png +share/icons/oxygen/base/48x48/actions/transform-shear-left.png +share/icons/oxygen/base/48x48/actions/transform-shear-right.png +share/icons/oxygen/base/48x48/actions/transform-shear-up.png +share/icons/oxygen/base/48x48/actions/trash-empty.png +share/icons/oxygen/base/48x48/actions/user-group-delete.png +share/icons/oxygen/base/48x48/actions/user-group-new.png +share/icons/oxygen/base/48x48/actions/user-group-properties.png +share/icons/oxygen/base/48x48/actions/user-properties.png +share/icons/oxygen/base/48x48/actions/view-bank-account-checking.png +share/icons/oxygen/base/48x48/actions/view-bank-account-savings.png +share/icons/oxygen/base/48x48/actions/view-bank-account.png +share/icons/oxygen/base/48x48/actions/view-bank.png +share/icons/oxygen/base/48x48/actions/view-barcode-add.png +share/icons/oxygen/base/48x48/actions/view-barcode.png +share/icons/oxygen/base/48x48/actions/view-calendar-agenda.png +share/icons/oxygen/base/48x48/actions/view-calendar-birthday.png +share/icons/oxygen/base/48x48/actions/view-calendar-day.png +share/icons/oxygen/base/48x48/actions/view-calendar-holiday.png +share/icons/oxygen/base/48x48/actions/view-calendar-journal.png +share/icons/oxygen/base/48x48/actions/view-calendar-list.png +share/icons/oxygen/base/48x48/actions/view-calendar-month.png +share/icons/oxygen/base/48x48/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/48x48/actions/view-calendar-tasks.png +share/icons/oxygen/base/48x48/actions/view-calendar-time-spent.png +share/icons/oxygen/base/48x48/actions/view-calendar-timeline.png +share/icons/oxygen/base/48x48/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/48x48/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/48x48/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/48x48/actions/view-calendar-week.png +share/icons/oxygen/base/48x48/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/48x48/actions/view-calendar-workweek.png +share/icons/oxygen/base/48x48/actions/view-calendar.png +share/icons/oxygen/base/48x48/actions/view-catalog.png +share/icons/oxygen/base/48x48/actions/view-categories.png +share/icons/oxygen/base/48x48/actions/view-certificate-add.png +share/icons/oxygen/base/48x48/actions/view-certificate-export-secret.png +share/icons/oxygen/base/48x48/actions/view-certificate-export-server.png +share/icons/oxygen/base/48x48/actions/view-certificate-export.png +share/icons/oxygen/base/48x48/actions/view-certificate-import.png +share/icons/oxygen/base/48x48/actions/view-certificate-server-configure.png +share/icons/oxygen/base/48x48/actions/view-certificate-sign.png +share/icons/oxygen/base/48x48/actions/view-certificate.png +share/icons/oxygen/base/48x48/actions/view-choose.png +share/icons/oxygen/base/48x48/actions/view-close.png +share/icons/oxygen/base/48x48/actions/view-conversation-balloon.png +share/icons/oxygen/base/48x48/actions/view-credit-card-account.png +share/icons/oxygen/base/48x48/actions/view-currency-list.png +share/icons/oxygen/base/48x48/actions/view-documents-finances.png +share/icons/oxygen/base/48x48/actions/view-expenses-categories.png +share/icons/oxygen/base/48x48/actions/view-file-columns.png +share/icons/oxygen/base/48x48/actions/view-filter.png +share/icons/oxygen/base/48x48/actions/view-financial-categories.png +share/icons/oxygen/base/48x48/actions/view-financial-forecast.png +share/icons/oxygen/base/48x48/actions/view-financial-list.png +share/icons/oxygen/base/48x48/actions/view-financial-payment-mode.png +share/icons/oxygen/base/48x48/actions/view-financial-transfer.png +share/icons/oxygen/base/48x48/actions/view-form-action.png +share/icons/oxygen/base/48x48/actions/view-form-table.png +share/icons/oxygen/base/48x48/actions/view-form.png +share/icons/oxygen/base/48x48/actions/view-fullscreen.png +share/icons/oxygen/base/48x48/actions/view-grid.png +share/icons/oxygen/base/48x48/actions/view-group.png +share/icons/oxygen/base/48x48/actions/view-history.png +share/icons/oxygen/base/48x48/actions/view-income-categories.png +share/icons/oxygen/base/48x48/actions/view-investment-account.png +share/icons/oxygen/base/48x48/actions/view-investment.png +share/icons/oxygen/base/48x48/actions/view-ldap-resource.png +share/icons/oxygen/base/48x48/actions/view-left-close.png +share/icons/oxygen/base/48x48/actions/view-list-details.png +share/icons/oxygen/base/48x48/actions/view-list-text.png +share/icons/oxygen/base/48x48/actions/view-list-tree.png +share/icons/oxygen/base/48x48/actions/view-loan-asset.png +share/icons/oxygen/base/48x48/actions/view-loan.png +share/icons/oxygen/base/48x48/actions/view-media-artist.png +share/icons/oxygen/base/48x48/actions/view-media-equalizer.png +share/icons/oxygen/base/48x48/actions/view-media-lyrics.png +share/icons/oxygen/base/48x48/actions/view-media-playlist.png +share/icons/oxygen/base/48x48/actions/view-media-visualization.png +share/icons/oxygen/base/48x48/actions/view-multiple-objects.png +share/icons/oxygen/base/48x48/actions/view-pim-calendar.png +share/icons/oxygen/base/48x48/actions/view-pim-contacts.png +share/icons/oxygen/base/48x48/actions/view-pim-journal.png +share/icons/oxygen/base/48x48/actions/view-pim-mail.png +share/icons/oxygen/base/48x48/actions/view-pim-news.png +share/icons/oxygen/base/48x48/actions/view-pim-notes.png +share/icons/oxygen/base/48x48/actions/view-pim-summary.png +share/icons/oxygen/base/48x48/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/48x48/actions/view-pim-tasks.png +share/icons/oxygen/base/48x48/actions/view-presentation.png +share/icons/oxygen/base/48x48/actions/view-preview.png +share/icons/oxygen/base/48x48/actions/view-process-all-tree.png +share/icons/oxygen/base/48x48/actions/view-process-all.png +share/icons/oxygen/base/48x48/actions/view-process-own.png +share/icons/oxygen/base/48x48/actions/view-process-system.png +share/icons/oxygen/base/48x48/actions/view-process-users.png +share/icons/oxygen/base/48x48/actions/view-refresh.png +share/icons/oxygen/base/48x48/actions/view-resource-calendar.png +share/icons/oxygen/base/48x48/actions/view-restore.png +share/icons/oxygen/base/48x48/actions/view-right-close.png +share/icons/oxygen/base/48x48/actions/view-right-new.png +share/icons/oxygen/base/48x48/actions/view-sidetree.png +share/icons/oxygen/base/48x48/actions/view-sort-ascending.png +share/icons/oxygen/base/48x48/actions/view-sort-descending.png +share/icons/oxygen/base/48x48/actions/view-split-left-right.png +share/icons/oxygen/base/48x48/actions/view-split-top-bottom.png +share/icons/oxygen/base/48x48/actions/view-statistics.png +share/icons/oxygen/base/48x48/actions/view-stock-account.png +share/icons/oxygen/base/48x48/actions/view-table-of-contents-ltr.png +share/icons/oxygen/base/48x48/actions/view-table-of-contents-rtl.png +share/icons/oxygen/base/48x48/actions/view-task-add.png +share/icons/oxygen/base/48x48/actions/view-task-child-add.png +share/icons/oxygen/base/48x48/actions/view-task-child.png +share/icons/oxygen/base/48x48/actions/view-task.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-edit.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-insert.png +share/icons/oxygen/base/48x48/actions/view-time-schedule.png +share/icons/oxygen/base/48x48/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/48x48/actions/window-close.png +share/icons/oxygen/base/48x48/actions/window-duplicate.png +share/icons/oxygen/base/48x48/actions/window-new.png +share/icons/oxygen/base/48x48/actions/window-suppressed.png +share/icons/oxygen/base/48x48/actions/zoom-1-to-2.png +share/icons/oxygen/base/48x48/actions/zoom-2-to-1.png +share/icons/oxygen/base/48x48/actions/zoom-draw.png +share/icons/oxygen/base/48x48/actions/zoom-fit-best.png +share/icons/oxygen/base/48x48/actions/zoom-fit-height.png +share/icons/oxygen/base/48x48/actions/zoom-fit-width.png +share/icons/oxygen/base/48x48/actions/zoom-in.png +share/icons/oxygen/base/48x48/actions/zoom-next.png +share/icons/oxygen/base/48x48/actions/zoom-original.png +share/icons/oxygen/base/48x48/actions/zoom-out.png +share/icons/oxygen/base/48x48/actions/zoom-previous.png +share/icons/oxygen/base/48x48/actions/zoom-select.png +share/icons/oxygen/base/48x48/animations/process-idle-kde.png +share/icons/oxygen/base/48x48/animations/process-working-kde.png +share/icons/oxygen/base/48x48/apps/Charm.png +share/icons/oxygen/base/48x48/apps/accessories-calculator.png +share/icons/oxygen/base/48x48/apps/accessories-character-map.png +share/icons/oxygen/base/48x48/apps/accessories-dictionary.png +share/icons/oxygen/base/48x48/apps/accessories-text-editor.png +share/icons/oxygen/base/48x48/apps/acroread.png +share/icons/oxygen/base/48x48/apps/akonadi.png +share/icons/oxygen/base/48x48/apps/akregator.png +share/icons/oxygen/base/48x48/apps/amarok.png +share/icons/oxygen/base/48x48/apps/ark.png +share/icons/oxygen/base/48x48/apps/basket.png +share/icons/oxygen/base/48x48/apps/braindump.png +share/icons/oxygen/base/48x48/apps/calligraauthor.png +share/icons/oxygen/base/48x48/apps/calligraflow.png +share/icons/oxygen/base/48x48/apps/calligrakexi.png +share/icons/oxygen/base/48x48/apps/calligrakrita.png +share/icons/oxygen/base/48x48/apps/calligrasheets.png +share/icons/oxygen/base/48x48/apps/calligrastage.png +share/icons/oxygen/base/48x48/apps/calligrawords.png +share/icons/oxygen/base/48x48/apps/clock.png +share/icons/oxygen/base/48x48/apps/digikam.png +share/icons/oxygen/base/48x48/apps/esd.png +share/icons/oxygen/base/48x48/apps/filelight.png +share/icons/oxygen/base/48x48/apps/fontforge.png +share/icons/oxygen/base/48x48/apps/graphics-viewer-document.png +share/icons/oxygen/base/48x48/apps/gwenview.png +share/icons/oxygen/base/48x48/apps/help-browser.png +share/icons/oxygen/base/48x48/apps/hwinfo.png +share/icons/oxygen/base/48x48/apps/inkscape-logo.png +share/icons/oxygen/base/48x48/apps/inkscape.png +share/icons/oxygen/base/48x48/apps/internet-mail.png +share/icons/oxygen/base/48x48/apps/internet-telephony.png +share/icons/oxygen/base/48x48/apps/internet-web-browser.png +share/icons/oxygen/base/48x48/apps/java.png +share/icons/oxygen/base/48x48/apps/k3b.png +share/icons/oxygen/base/48x48/apps/kaddressbook.png +share/icons/oxygen/base/48x48/apps/kaffeine.png +share/icons/oxygen/base/48x48/apps/kate.png +share/icons/oxygen/base/48x48/apps/kblogger.png +share/icons/oxygen/base/48x48/apps/kbruch.png +share/icons/oxygen/base/48x48/apps/kbugbuster.png +share/icons/oxygen/base/48x48/apps/kcalc.png +share/icons/oxygen/base/48x48/apps/kchart.png +share/icons/oxygen/base/48x48/apps/kcolorchooser.png +share/icons/oxygen/base/48x48/apps/kde-gtk-config.png +share/icons/oxygen/base/48x48/apps/kde-windows.png +share/icons/oxygen/base/48x48/apps/kde.png +share/icons/oxygen/base/48x48/apps/kdevelop.png +share/icons/oxygen/base/48x48/apps/kdf.png +share/icons/oxygen/base/48x48/apps/kfind.png +share/icons/oxygen/base/48x48/apps/kformula.png +share/icons/oxygen/base/48x48/apps/kgpg.png +share/icons/oxygen/base/48x48/apps/kig.png +share/icons/oxygen/base/48x48/apps/kivio.png +share/icons/oxygen/base/48x48/apps/kjournal.png +share/icons/oxygen/base/48x48/apps/klipper.png +share/icons/oxygen/base/48x48/apps/kmag.png +share/icons/oxygen/base/48x48/apps/kmail.png +share/icons/oxygen/base/48x48/apps/kmix.png +share/icons/oxygen/base/48x48/apps/kmplayer.png +share/icons/oxygen/base/48x48/apps/knetattach.png +share/icons/oxygen/base/48x48/apps/knewsticker.png +share/icons/oxygen/base/48x48/apps/knotes.png +share/icons/oxygen/base/48x48/apps/kolf.png +share/icons/oxygen/base/48x48/apps/konqueror.png +share/icons/oxygen/base/48x48/apps/kontact.png +share/icons/oxygen/base/48x48/apps/konversation.png +share/icons/oxygen/base/48x48/apps/kopete-offline.png +share/icons/oxygen/base/48x48/apps/kopete.png +share/icons/oxygen/base/48x48/apps/korg-journal.png +share/icons/oxygen/base/48x48/apps/korg-todo.png +share/icons/oxygen/base/48x48/apps/korgac.png +share/icons/oxygen/base/48x48/apps/kplato.png +share/icons/oxygen/base/48x48/apps/kpresenter.png +share/icons/oxygen/base/48x48/apps/krdc.png +share/icons/oxygen/base/48x48/apps/krfb.png +share/icons/oxygen/base/48x48/apps/ksnapshot.png +share/icons/oxygen/base/48x48/apps/ksniffer.png +share/icons/oxygen/base/48x48/apps/kspread.png +share/icons/oxygen/base/48x48/apps/ksudoku.png +share/icons/oxygen/base/48x48/apps/kthesaurus.png +share/icons/oxygen/base/48x48/apps/ktip.png +share/icons/oxygen/base/48x48/apps/ktorrent.png +share/icons/oxygen/base/48x48/apps/kuickshow.png +share/icons/oxygen/base/48x48/apps/kverbos.png +share/icons/oxygen/base/48x48/apps/kwalletmanager.png +share/icons/oxygen/base/48x48/apps/kwalletmanager2.png +share/icons/oxygen/base/48x48/apps/kword.png +share/icons/oxygen/base/48x48/apps/kwrite.png +share/icons/oxygen/base/48x48/apps/lokalize.png +share/icons/oxygen/base/48x48/apps/multimedia-volume-control.png +share/icons/oxygen/base/48x48/apps/muondiscover.png +share/icons/oxygen/base/48x48/apps/nepomuk.png +share/icons/oxygen/base/48x48/apps/network-manager.png +share/icons/oxygen/base/48x48/apps/office-address-book.png +share/icons/oxygen/base/48x48/apps/office-calendar.png +share/icons/oxygen/base/48x48/apps/okteta.png +share/icons/oxygen/base/48x48/apps/okular.png +share/icons/oxygen/base/48x48/apps/oxygen.png +share/icons/oxygen/base/48x48/apps/partitionmanager.png +share/icons/oxygen/base/48x48/apps/picmi.png +share/icons/oxygen/base/48x48/apps/plasma.png +share/icons/oxygen/base/48x48/apps/plasmagik.png +share/icons/oxygen/base/48x48/apps/preferences-contact-list.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-color.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-display.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-font.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-icons.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-locale.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-notification.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-printer.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-sound.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-theme.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-user.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/48x48/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/48x48/apps/preferences-plugin-script.png +share/icons/oxygen/base/48x48/apps/preferences-plugin.png +share/icons/oxygen/base/48x48/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/48x48/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/48x48/apps/preferences-system-login.png +share/icons/oxygen/base/48x48/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/48x48/apps/preferences-system-performance.png +share/icons/oxygen/base/48x48/apps/preferences-system-power-management.png +share/icons/oxygen/base/48x48/apps/preferences-system-session-services.png +share/icons/oxygen/base/48x48/apps/preferences-system-time.png +share/icons/oxygen/base/48x48/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/48x48/apps/preferences-system-windows-move.png +share/icons/oxygen/base/48x48/apps/preferences-system-windows.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/48x48/apps/qelectrotech.png +share/icons/oxygen/base/48x48/apps/quassel.png +share/icons/oxygen/base/48x48/apps/scribus.png +share/icons/oxygen/base/48x48/apps/semn.png +share/icons/oxygen/base/48x48/apps/showfoto.png +share/icons/oxygen/base/48x48/apps/skrooge-black.png +share/icons/oxygen/base/48x48/apps/skrooge-initial.png +share/icons/oxygen/base/48x48/apps/skrooge.png +share/icons/oxygen/base/48x48/apps/spectacle.png +share/icons/oxygen/base/48x48/apps/step.png +share/icons/oxygen/base/48x48/apps/strigi.png +share/icons/oxygen/base/48x48/apps/system-file-manager.png +share/icons/oxygen/base/48x48/apps/system-software-update.png +share/icons/oxygen/base/48x48/apps/system-users.png +share/icons/oxygen/base/48x48/apps/tagua.png +share/icons/oxygen/base/48x48/apps/telepathy-kde.png +share/icons/oxygen/base/48x48/apps/utilities-desktop-extra.png +share/icons/oxygen/base/48x48/apps/utilities-file-archiver.png +share/icons/oxygen/base/48x48/apps/utilities-log-viewer.png +share/icons/oxygen/base/48x48/apps/utilities-system-monitor.png +share/icons/oxygen/base/48x48/apps/utilities-terminal.png +share/icons/oxygen/base/48x48/apps/wine.png +share/icons/oxygen/base/48x48/apps/xorg.png +share/icons/oxygen/base/48x48/apps/yakuake.png +share/icons/oxygen/base/48x48/apps/zanshin.png +share/icons/oxygen/base/48x48/categories/applications-accessories.png +share/icons/oxygen/base/48x48/categories/applications-development-translation.png +share/icons/oxygen/base/48x48/categories/applications-development-web.png +share/icons/oxygen/base/48x48/categories/applications-development.png +share/icons/oxygen/base/48x48/categories/applications-education-language.png +share/icons/oxygen/base/48x48/categories/applications-education-mathematics.png +share/icons/oxygen/base/48x48/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/48x48/categories/applications-education-preschool.png +share/icons/oxygen/base/48x48/categories/applications-education-school.png +share/icons/oxygen/base/48x48/categories/applications-education-science.png +share/icons/oxygen/base/48x48/categories/applications-education-university.png +share/icons/oxygen/base/48x48/categories/applications-education.png +share/icons/oxygen/base/48x48/categories/applications-engineering.png +share/icons/oxygen/base/48x48/categories/applications-games.png +share/icons/oxygen/base/48x48/categories/applications-graphics.png +share/icons/oxygen/base/48x48/categories/applications-internet.png +share/icons/oxygen/base/48x48/categories/applications-multimedia.png +share/icons/oxygen/base/48x48/categories/applications-office.png +share/icons/oxygen/base/48x48/categories/applications-other.png +share/icons/oxygen/base/48x48/categories/applications-science.png +share/icons/oxygen/base/48x48/categories/applications-system.png +share/icons/oxygen/base/48x48/categories/applications-toys.png +share/icons/oxygen/base/48x48/categories/applications-utilities.png +share/icons/oxygen/base/48x48/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/48x48/categories/preferences-desktop-personal.png +share/icons/oxygen/base/48x48/categories/preferences-desktop.png +share/icons/oxygen/base/48x48/categories/preferences-other.png +share/icons/oxygen/base/48x48/categories/preferences-system-network.png +share/icons/oxygen/base/48x48/categories/preferences-system.png +share/icons/oxygen/base/48x48/categories/system-help.png +share/icons/oxygen/base/48x48/devices/audio-card.png +share/icons/oxygen/base/48x48/devices/audio-headphones.png +share/icons/oxygen/base/48x48/devices/audio-headset.png +share/icons/oxygen/base/48x48/devices/audio-input-line.png +share/icons/oxygen/base/48x48/devices/audio-input-microphone.png +share/icons/oxygen/base/48x48/devices/battery.png +share/icons/oxygen/base/48x48/devices/camera-photo.png +share/icons/oxygen/base/48x48/devices/camera-web.png +share/icons/oxygen/base/48x48/devices/computer-laptop.png +share/icons/oxygen/base/48x48/devices/computer.png +share/icons/oxygen/base/48x48/devices/cpu.png +share/icons/oxygen/base/48x48/devices/drive-harddisk.png +share/icons/oxygen/base/48x48/devices/drive-optical.png +share/icons/oxygen/base/48x48/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/48x48/devices/drive-removable-media-usb.png +share/icons/oxygen/base/48x48/devices/drive-removable-media.png +share/icons/oxygen/base/48x48/devices/input-gaming.png +share/icons/oxygen/base/48x48/devices/input-keyboard.png +share/icons/oxygen/base/48x48/devices/input-mouse.png +share/icons/oxygen/base/48x48/devices/input-tablet.png +share/icons/oxygen/base/48x48/devices/media-flash-memory-stick.png +share/icons/oxygen/base/48x48/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/48x48/devices/media-flash-smart-media.png +share/icons/oxygen/base/48x48/devices/media-flash.png +share/icons/oxygen/base/48x48/devices/media-floppy.png +share/icons/oxygen/base/48x48/devices/media-optical-audio.png +share/icons/oxygen/base/48x48/devices/media-optical-blu-ray.png +share/icons/oxygen/base/48x48/devices/media-optical-data.png +share/icons/oxygen/base/48x48/devices/media-optical-dvd-video.png +share/icons/oxygen/base/48x48/devices/media-optical-dvd.png +share/icons/oxygen/base/48x48/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/48x48/devices/media-optical-recordable.png +share/icons/oxygen/base/48x48/devices/media-optical-video.png +share/icons/oxygen/base/48x48/devices/media-optical.png +share/icons/oxygen/base/48x48/devices/media-tape.png +share/icons/oxygen/base/48x48/devices/modem.png +share/icons/oxygen/base/48x48/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/48x48/devices/multimedia-player.png +share/icons/oxygen/base/48x48/devices/network-wired.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-00.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-100.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-25.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-50.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-75.png +share/icons/oxygen/base/48x48/devices/network-wireless-disconnected.png +share/icons/oxygen/base/48x48/devices/network-wireless.png +share/icons/oxygen/base/48x48/devices/pda.png +share/icons/oxygen/base/48x48/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/48x48/devices/phone.png +share/icons/oxygen/base/48x48/devices/printer-laser.png +share/icons/oxygen/base/48x48/devices/printer.png +share/icons/oxygen/base/48x48/devices/scanner.png +share/icons/oxygen/base/48x48/devices/secure-card.png +share/icons/oxygen/base/48x48/devices/smartphone.png +share/icons/oxygen/base/48x48/devices/tablet.png +share/icons/oxygen/base/48x48/devices/video-display.png +share/icons/oxygen/base/48x48/devices/video-projector.png +share/icons/oxygen/base/48x48/devices/video-television.png +share/icons/oxygen/base/48x48/emblems/emblem-favorite.png +share/icons/oxygen/base/48x48/emblems/emblem-important.png +share/icons/oxygen/base/48x48/emblems/emblem-mounted.png +share/icons/oxygen/base/48x48/emblems/emblem-new.png +share/icons/oxygen/base/48x48/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/48x48/emotes/face-angel.png +share/icons/oxygen/base/48x48/emotes/face-embarrassed.png +share/icons/oxygen/base/48x48/emotes/face-kiss.png +share/icons/oxygen/base/48x48/emotes/face-laugh.png +share/icons/oxygen/base/48x48/emotes/face-plain.png +share/icons/oxygen/base/48x48/emotes/face-raspberry.png +share/icons/oxygen/base/48x48/emotes/face-sad.png +share/icons/oxygen/base/48x48/emotes/face-smile-big.png +share/icons/oxygen/base/48x48/emotes/face-smile.png +share/icons/oxygen/base/48x48/emotes/face-surprise.png +share/icons/oxygen/base/48x48/emotes/face-uncertain.png +share/icons/oxygen/base/48x48/emotes/face-wink.png +share/icons/oxygen/base/48x48/mimetypes/application-atom+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-epub+zip.png +share/icons/oxygen/base/48x48/mimetypes/application-illustrator.png +share/icons/oxygen/base/48x48/mimetypes/application-javascript.png +share/icons/oxygen/base/48x48/mimetypes/application-msword-template.png +share/icons/oxygen/base/48x48/mimetypes/application-msword.png +share/icons/oxygen/base/48x48/mimetypes/application-octet-stream.png +share/icons/oxygen/base/48x48/mimetypes/application-ogg.png +share/icons/oxygen/base/48x48/mimetypes/application-pdf.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp.png +share/icons/oxygen/base/48x48/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/48x48/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/48x48/mimetypes/application-postscript.png +share/icons/oxygen/base/48x48/mimetypes/application-relaxng.png +share/icons/oxygen/base/48x48/mimetypes/application-rss+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-rtf.png +share/icons/oxygen/base/48x48/mimetypes/application-sxw.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/48x48/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/48x48/mimetypes/application-x-abiword.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ace.png +share/icons/oxygen/base/48x48/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-arc.png +share/icons/oxygen/base/48x48/mimetypes/application-x-archive.png +share/icons/oxygen/base/48x48/mimetypes/application-x-arj.png +share/icons/oxygen/base/48x48/mimetypes/application-x-awk.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/48x48/mimetypes/application-x-blender.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bzip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cda.png +share/icons/oxygen/base/48x48/mimetypes/application-x-chm.png +share/icons/oxygen/base/48x48/mimetypes/application-x-compress.png +share/icons/oxygen/base/48x48/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cpio.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cue.png +share/icons/oxygen/base/48x48/mimetypes/application-x-deb.png +share/icons/oxygen/base/48x48/mimetypes/application-x-designer.png +share/icons/oxygen/base/48x48/mimetypes/application-x-desktop.png +share/icons/oxygen/base/48x48/mimetypes/application-x-egon.png +share/icons/oxygen/base/48x48/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/48x48/mimetypes/application-x-executable.png +share/icons/oxygen/base/48x48/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gzip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/48x48/mimetypes/application-x-iso.png +share/icons/oxygen/base/48x48/mimetypes/application-x-it87.png +share/icons/oxygen/base/48x48/mimetypes/application-x-jar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/48x48/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/48x48/mimetypes/application-x-java.png +share/icons/oxygen/base/48x48/mimetypes/application-x-javascript.png +share/icons/oxygen/base/48x48/mimetypes/application-x-k3b.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kformula.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kontour.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kplato.png +share/icons/oxygen/base/48x48/mimetypes/application-x-krita.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kword.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lha.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lyx.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lzop.png +share/icons/oxygen/base/48x48/mimetypes/application-x-m4.png +share/icons/oxygen/base/48x48/mimetypes/application-x-marble.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/48x48/mimetypes/application-x-nzb.png +share/icons/oxygen/base/48x48/mimetypes/application-x-object.png +share/icons/oxygen/base/48x48/mimetypes/application-x-pak.png +share/icons/oxygen/base/48x48/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/48x48/mimetypes/application-x-perl.png +share/icons/oxygen/base/48x48/mimetypes/application-x-php.png +share/icons/oxygen/base/48x48/mimetypes/application-x-plasma.png +share/icons/oxygen/base/48x48/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/48x48/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/48x48/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/48x48/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/48x48/mimetypes/application-x-rar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/48x48/mimetypes/application-x-rpm.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ruby.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/48x48/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/48x48/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/48x48/mimetypes/application-x-siag.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sif.png +share/icons/oxygen/base/48x48/mimetypes/application-x-skg.png +share/icons/oxygen/base/48x48/mimetypes/application-x-skgc.png +share/icons/oxygen/base/48x48/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/48x48/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/48x48/mimetypes/application-x-srt.png +share/icons/oxygen/base/48x48/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-subrip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tarz.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tgif.png +share/icons/oxygen/base/48x48/mimetypes/application-x-trash.png +share/icons/oxygen/base/48x48/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tzo.png +share/icons/oxygen/base/48x48/mimetypes/application-x-wmf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/48x48/mimetypes/application-x-zoo.png +share/icons/oxygen/base/48x48/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-xml.png +share/icons/oxygen/base/48x48/mimetypes/application-xsd.png +share/icons/oxygen/base/48x48/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-zip.png +share/icons/oxygen/base/48x48/mimetypes/audio-ac3.png +share/icons/oxygen/base/48x48/mimetypes/audio-midi.png +share/icons/oxygen/base/48x48/mimetypes/audio-mp2.png +share/icons/oxygen/base/48x48/mimetypes/audio-mp3.png +share/icons/oxygen/base/48x48/mimetypes/audio-mp4.png +share/icons/oxygen/base/48x48/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/48x48/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/48x48/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-flac.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-wav.png +share/icons/oxygen/base/48x48/mimetypes/encrypted.png +share/icons/oxygen/base/48x48/mimetypes/fonts-package.png +share/icons/oxygen/base/48x48/mimetypes/image-bmp.png +share/icons/oxygen/base/48x48/mimetypes/image-gif.png +share/icons/oxygen/base/48x48/mimetypes/image-jpeg.png +share/icons/oxygen/base/48x48/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/48x48/mimetypes/image-png.png +share/icons/oxygen/base/48x48/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/48x48/mimetypes/image-svg+xml.png +share/icons/oxygen/base/48x48/mimetypes/image-tiff.png +share/icons/oxygen/base/48x48/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/48x48/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/48x48/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/48x48/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/48x48/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-emf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-eps.png +share/icons/oxygen/base/48x48/mimetypes/image-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/image-x-krita.png +share/icons/oxygen/base/48x48/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/48x48/mimetypes/image-x-psd.png +share/icons/oxygen/base/48x48/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/48x48/mimetypes/image-x-tga.png +share/icons/oxygen/base/48x48/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/48x48/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/48x48/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/48x48/mimetypes/image-x-wmf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-xcf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-xfig.png +share/icons/oxygen/base/48x48/mimetypes/inode-directory.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-database.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-text.png +share/icons/oxygen/base/48x48/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/48x48/mimetypes/message-news.png +share/icons/oxygen/base/48x48/mimetypes/message-partial.png +share/icons/oxygen/base/48x48/mimetypes/message-rfc822.png +share/icons/oxygen/base/48x48/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/48x48/mimetypes/message.png +share/icons/oxygen/base/48x48/mimetypes/odf.png +share/icons/oxygen/base/48x48/mimetypes/package-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/text-calendar.png +share/icons/oxygen/base/48x48/mimetypes/text-csharp.png +share/icons/oxygen/base/48x48/mimetypes/text-css.png +share/icons/oxygen/base/48x48/mimetypes/text-csv.png +share/icons/oxygen/base/48x48/mimetypes/text-directory.png +share/icons/oxygen/base/48x48/mimetypes/text-enriched.png +share/icons/oxygen/base/48x48/mimetypes/text-html.png +share/icons/oxygen/base/48x48/mimetypes/text-mathml.png +share/icons/oxygen/base/48x48/mimetypes/text-plain.png +share/icons/oxygen/base/48x48/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/48x48/mimetypes/text-rdf.png +share/icons/oxygen/base/48x48/mimetypes/text-rtf.png +share/icons/oxygen/base/48x48/mimetypes/text-sgml.png +share/icons/oxygen/base/48x48/mimetypes/text-troff.png +share/icons/oxygen/base/48x48/mimetypes/text-vcalendar.png +share/icons/oxygen/base/48x48/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/48x48/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/48x48/mimetypes/text-x-authors.png +share/icons/oxygen/base/48x48/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/48x48/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/48x48/mimetypes/text-x-c++src.png +share/icons/oxygen/base/48x48/mimetypes/text-x-changelog.png +share/icons/oxygen/base/48x48/mimetypes/text-x-chdr.png +share/icons/oxygen/base/48x48/mimetypes/text-x-cmake.png +share/icons/oxygen/base/48x48/mimetypes/text-x-copying.png +share/icons/oxygen/base/48x48/mimetypes/text-x-credits.png +share/icons/oxygen/base/48x48/mimetypes/text-x-csharp.png +share/icons/oxygen/base/48x48/mimetypes/text-x-csrc.png +share/icons/oxygen/base/48x48/mimetypes/text-x-dtd.png +share/icons/oxygen/base/48x48/mimetypes/text-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/48x48/mimetypes/text-x-haskell.png +share/icons/oxygen/base/48x48/mimetypes/text-x-hex.png +share/icons/oxygen/base/48x48/mimetypes/text-x-install.png +share/icons/oxygen/base/48x48/mimetypes/text-x-java-source.png +share/icons/oxygen/base/48x48/mimetypes/text-x-java.png +share/icons/oxygen/base/48x48/mimetypes/text-x-javascript.png +share/icons/oxygen/base/48x48/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/48x48/mimetypes/text-x-ldif.png +share/icons/oxygen/base/48x48/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/48x48/mimetypes/text-x-log.png +share/icons/oxygen/base/48x48/mimetypes/text-x-makefile.png +share/icons/oxygen/base/48x48/mimetypes/text-x-nfo.png +share/icons/oxygen/base/48x48/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/48x48/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/48x48/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-opml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-pascal.png +share/icons/oxygen/base/48x48/mimetypes/text-x-patch.png +share/icons/oxygen/base/48x48/mimetypes/text-x-plain.png +share/icons/oxygen/base/48x48/mimetypes/text-x-po.png +share/icons/oxygen/base/48x48/mimetypes/text-x-python.png +share/icons/oxygen/base/48x48/mimetypes/text-x-qml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-readme.png +share/icons/oxygen/base/48x48/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/48x48/mimetypes/text-x-script.png +share/icons/oxygen/base/48x48/mimetypes/text-x-sql.png +share/icons/oxygen/base/48x48/mimetypes/text-x-tcl.png +share/icons/oxygen/base/48x48/mimetypes/text-x-tex.png +share/icons/oxygen/base/48x48/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/48x48/mimetypes/text-x-vcard.png +share/icons/oxygen/base/48x48/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/48x48/mimetypes/text-xmcd.png +share/icons/oxygen/base/48x48/mimetypes/text-xml.png +share/icons/oxygen/base/48x48/mimetypes/unknown.png +share/icons/oxygen/base/48x48/mimetypes/uri-mms.png +share/icons/oxygen/base/48x48/mimetypes/uri-mmst.png +share/icons/oxygen/base/48x48/mimetypes/uri-mmsu.png +share/icons/oxygen/base/48x48/mimetypes/uri-pnm.png +share/icons/oxygen/base/48x48/mimetypes/uri-rtspt.png +share/icons/oxygen/base/48x48/mimetypes/uri-rtspu.png +share/icons/oxygen/base/48x48/mimetypes/video-mp4.png +share/icons/oxygen/base/48x48/mimetypes/video-vivo.png +share/icons/oxygen/base/48x48/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/48x48/mimetypes/video-wavelet.png +share/icons/oxygen/base/48x48/mimetypes/video-webm.png +share/icons/oxygen/base/48x48/mimetypes/video-x-anim.png +share/icons/oxygen/base/48x48/mimetypes/video-x-flic.png +share/icons/oxygen/base/48x48/mimetypes/video-x-flv.png +share/icons/oxygen/base/48x48/mimetypes/video-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/48x48/mimetypes/video-x-javafx.png +share/icons/oxygen/base/48x48/mimetypes/video-x-matroska.png +share/icons/oxygen/base/48x48/mimetypes/video-x-mng.png +share/icons/oxygen/base/48x48/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/48x48/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/48x48/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/48x48/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/48x48/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/48x48/mimetypes/video-x-wmv.png +share/icons/oxygen/base/48x48/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/48x48/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/48x48/mimetypes/x-media-podcast.png +share/icons/oxygen/base/48x48/mimetypes/x-office-address-book.png +share/icons/oxygen/base/48x48/mimetypes/x-office-calendar.png +share/icons/oxygen/base/48x48/mimetypes/x-office-contact.png +share/icons/oxygen/base/48x48/mimetypes/x-office-document.png +share/icons/oxygen/base/48x48/mimetypes/x-office-drawing.png +share/icons/oxygen/base/48x48/mimetypes/x-office-presentation.png +share/icons/oxygen/base/48x48/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/48x48/places/bookmarks.png +share/icons/oxygen/base/48x48/places/certificate-server.png +share/icons/oxygen/base/48x48/places/document-multiple.png +share/icons/oxygen/base/48x48/places/favorites.png +share/icons/oxygen/base/48x48/places/folder-activities.png +share/icons/oxygen/base/48x48/places/folder-add.png +share/icons/oxygen/base/48x48/places/folder-black.png +share/icons/oxygen/base/48x48/places/folder-blue.png +share/icons/oxygen/base/48x48/places/folder-bookmark.png +share/icons/oxygen/base/48x48/places/folder-brown.png +share/icons/oxygen/base/48x48/places/folder-cloud.png +share/icons/oxygen/base/48x48/places/folder-cyan.png +share/icons/oxygen/base/48x48/places/folder-development.png +share/icons/oxygen/base/48x48/places/folder-documents.png +share/icons/oxygen/base/48x48/places/folder-download.png +share/icons/oxygen/base/48x48/places/folder-downloads.png +share/icons/oxygen/base/48x48/places/folder-dropbox.png +share/icons/oxygen/base/48x48/places/folder-favorites.png +share/icons/oxygen/base/48x48/places/folder-gdrive.png +share/icons/oxygen/base/48x48/places/folder-green.png +share/icons/oxygen/base/48x48/places/folder-grey.png +share/icons/oxygen/base/48x48/places/folder-html.png +share/icons/oxygen/base/48x48/places/folder-image-people.png +share/icons/oxygen/base/48x48/places/folder-image.png +share/icons/oxygen/base/48x48/places/folder-images.png +share/icons/oxygen/base/48x48/places/folder-important.png +share/icons/oxygen/base/48x48/places/folder-locked.png +share/icons/oxygen/base/48x48/places/folder-mail.png +share/icons/oxygen/base/48x48/places/folder-music.png +share/icons/oxygen/base/48x48/places/folder-network.png +share/icons/oxygen/base/48x48/places/folder-onedrive.png +share/icons/oxygen/base/48x48/places/folder-open.png +share/icons/oxygen/base/48x48/places/folder-orange.png +share/icons/oxygen/base/48x48/places/folder-owncloud.png +share/icons/oxygen/base/48x48/places/folder-picture.png +share/icons/oxygen/base/48x48/places/folder-pictures.png +share/icons/oxygen/base/48x48/places/folder-print.png +share/icons/oxygen/base/48x48/places/folder-public.png +share/icons/oxygen/base/48x48/places/folder-publicshare.png +share/icons/oxygen/base/48x48/places/folder-red.png +share/icons/oxygen/base/48x48/places/folder-remote.png +share/icons/oxygen/base/48x48/places/folder-script.png +share/icons/oxygen/base/48x48/places/folder-sound.png +share/icons/oxygen/base/48x48/places/folder-tar.png +share/icons/oxygen/base/48x48/places/folder-temp.png +share/icons/oxygen/base/48x48/places/folder-text.png +share/icons/oxygen/base/48x48/places/folder-txt.png +share/icons/oxygen/base/48x48/places/folder-video.png +share/icons/oxygen/base/48x48/places/folder-videos.png +share/icons/oxygen/base/48x48/places/folder-violet.png +share/icons/oxygen/base/48x48/places/folder-yellow.png +share/icons/oxygen/base/48x48/places/folder.png +share/icons/oxygen/base/48x48/places/mail-folder-inbox.png +share/icons/oxygen/base/48x48/places/mail-folder-outbox.png +share/icons/oxygen/base/48x48/places/mail-folder-sent.png +share/icons/oxygen/base/48x48/places/mail-message.png +share/icons/oxygen/base/48x48/places/network-server-database.png +share/icons/oxygen/base/48x48/places/network-server.png +share/icons/oxygen/base/48x48/places/network-workgroup.png +share/icons/oxygen/base/48x48/places/repository.png +share/icons/oxygen/base/48x48/places/server-database.png +share/icons/oxygen/base/48x48/places/start-here-kde.png +share/icons/oxygen/base/48x48/places/start-here.png +share/icons/oxygen/base/48x48/places/stock_folder.png +share/icons/oxygen/base/48x48/places/user-desktop.png +share/icons/oxygen/base/48x48/places/user-home.png +share/icons/oxygen/base/48x48/places/user-identity.png +share/icons/oxygen/base/48x48/places/user-trash-full.png +share/icons/oxygen/base/48x48/places/user-trash.png +share/icons/oxygen/base/48x48/status/audio-volume-high.png +share/icons/oxygen/base/48x48/status/audio-volume-low.png +share/icons/oxygen/base/48x48/status/audio-volume-medium.png +share/icons/oxygen/base/48x48/status/audio-volume-muted.png +share/icons/oxygen/base/48x48/status/battery-040.png +share/icons/oxygen/base/48x48/status/battery-060.png +share/icons/oxygen/base/48x48/status/battery-080.png +share/icons/oxygen/base/48x48/status/battery-100.png +share/icons/oxygen/base/48x48/status/battery-caution.png +share/icons/oxygen/base/48x48/status/battery-charging-040.png +share/icons/oxygen/base/48x48/status/battery-charging-060.png +share/icons/oxygen/base/48x48/status/battery-charging-080.png +share/icons/oxygen/base/48x48/status/battery-charging-caution.png +share/icons/oxygen/base/48x48/status/battery-charging-low.png +share/icons/oxygen/base/48x48/status/battery-charging.png +share/icons/oxygen/base/48x48/status/battery-low.png +share/icons/oxygen/base/48x48/status/battery-missing.png +share/icons/oxygen/base/48x48/status/dialog-error.png +share/icons/oxygen/base/48x48/status/dialog-information.png +share/icons/oxygen/base/48x48/status/dialog-password.png +share/icons/oxygen/base/48x48/status/dialog-warning.png +share/icons/oxygen/base/48x48/status/folder-open.png +share/icons/oxygen/base/48x48/status/image-loading.png +share/icons/oxygen/base/48x48/status/image-missing.png +share/icons/oxygen/base/48x48/status/mail-attachment.png +share/icons/oxygen/base/48x48/status/mail-queued.png +share/icons/oxygen/base/48x48/status/mail-read.png +share/icons/oxygen/base/48x48/status/mail-replied.png +share/icons/oxygen/base/48x48/status/mail-tagged.png +share/icons/oxygen/base/48x48/status/mail-unread-new.png +share/icons/oxygen/base/48x48/status/mail-unread.png +share/icons/oxygen/base/48x48/status/media-playlist-repeat.png +share/icons/oxygen/base/48x48/status/media-playlist-shuffle.png +share/icons/oxygen/base/48x48/status/meeting-chair.png +share/icons/oxygen/base/48x48/status/meeting-observer.png +share/icons/oxygen/base/48x48/status/meeting-organizer.png +share/icons/oxygen/base/48x48/status/meeting-participant-optional.png +share/icons/oxygen/base/48x48/status/meeting-participant-reply.png +share/icons/oxygen/base/48x48/status/meeting-participant.png +share/icons/oxygen/base/48x48/status/object-locked.png +share/icons/oxygen/base/48x48/status/object-unlocked.png +share/icons/oxygen/base/48x48/status/printer-error.png +share/icons/oxygen/base/48x48/status/printer-printing.png +share/icons/oxygen/base/48x48/status/script-error.png +share/icons/oxygen/base/48x48/status/security-high.png +share/icons/oxygen/base/48x48/status/security-low.png +share/icons/oxygen/base/48x48/status/security-medium.png +share/icons/oxygen/base/48x48/status/task-accepted.png +share/icons/oxygen/base/48x48/status/task-attempt.png +share/icons/oxygen/base/48x48/status/task-attention.png +share/icons/oxygen/base/48x48/status/task-complete.png +share/icons/oxygen/base/48x48/status/task-delegate.png +share/icons/oxygen/base/48x48/status/task-ongoing.png +share/icons/oxygen/base/48x48/status/task-reject.png +share/icons/oxygen/base/48x48/status/user-away-extended.png +share/icons/oxygen/base/48x48/status/user-away.png +share/icons/oxygen/base/48x48/status/user-busy.png +share/icons/oxygen/base/48x48/status/user-invisible.png +share/icons/oxygen/base/48x48/status/user-offline.png +share/icons/oxygen/base/48x48/status/user-online.png +share/icons/oxygen/base/48x48/status/user-trash-full.png +share/icons/oxygen/base/48x48/status/wallet-closed.png +share/icons/oxygen/base/48x48/status/wallet-open.png +share/icons/oxygen/base/48x48/status/weather-clear-night.png +share/icons/oxygen/base/48x48/status/weather-clear.png +share/icons/oxygen/base/48x48/status/weather-clouds-night.png +share/icons/oxygen/base/48x48/status/weather-clouds.png +share/icons/oxygen/base/48x48/status/weather-few-clouds-night.png +share/icons/oxygen/base/48x48/status/weather-few-clouds.png +share/icons/oxygen/base/48x48/status/weather-fog.png +share/icons/oxygen/base/48x48/status/weather-freezing-rain.png +share/icons/oxygen/base/48x48/status/weather-hail.png +share/icons/oxygen/base/48x48/status/weather-many-clouds.png +share/icons/oxygen/base/48x48/status/weather-mist.png +share/icons/oxygen/base/48x48/status/weather-overcast.png +share/icons/oxygen/base/48x48/status/weather-showers-day.png +share/icons/oxygen/base/48x48/status/weather-showers-night.png +share/icons/oxygen/base/48x48/status/weather-showers-scattered-day.png +share/icons/oxygen/base/48x48/status/weather-showers-scattered-night.png +share/icons/oxygen/base/48x48/status/weather-showers-scattered.png +share/icons/oxygen/base/48x48/status/weather-showers.png +share/icons/oxygen/base/48x48/status/weather-snow-rain.png +share/icons/oxygen/base/48x48/status/weather-snow-scattered-day.png +share/icons/oxygen/base/48x48/status/weather-snow-scattered-night.png +share/icons/oxygen/base/48x48/status/weather-snow-scattered.png +share/icons/oxygen/base/48x48/status/weather-snow.png +share/icons/oxygen/base/48x48/status/weather-storm-day.png +share/icons/oxygen/base/48x48/status/weather-storm-night.png +share/icons/oxygen/base/48x48/status/weather-storm.png +share/icons/oxygen/base/64x64/actions/address-book-new.png +share/icons/oxygen/base/64x64/actions/application-exit.png +share/icons/oxygen/base/64x64/actions/application-menu.png +share/icons/oxygen/base/64x64/actions/appointment-new.png +share/icons/oxygen/base/64x64/actions/bookmark-new.png +share/icons/oxygen/base/64x64/actions/call-start.png +share/icons/oxygen/base/64x64/actions/call-stop.png +share/icons/oxygen/base/64x64/actions/chronometer.png +share/icons/oxygen/base/64x64/actions/configure.png +share/icons/oxygen/base/64x64/actions/contact-new.png +share/icons/oxygen/base/64x64/actions/continue-data-project.png +share/icons/oxygen/base/64x64/actions/dashboard-show.png +share/icons/oxygen/base/64x64/actions/dialog-ok-apply.png +share/icons/oxygen/base/64x64/actions/dialog-ok.png +share/icons/oxygen/base/64x64/actions/document-edit.png +share/icons/oxygen/base/64x64/actions/document-preview-archive.png +share/icons/oxygen/base/64x64/actions/document-preview.png +share/icons/oxygen/base/64x64/actions/edit-bomb.png +share/icons/oxygen/base/64x64/actions/edit-find.png +share/icons/oxygen/base/64x64/actions/edit-paste.png +share/icons/oxygen/base/64x64/actions/go-bottom.png +share/icons/oxygen/base/64x64/actions/go-down.png +share/icons/oxygen/base/64x64/actions/go-first-view-page.png +share/icons/oxygen/base/64x64/actions/go-first.png +share/icons/oxygen/base/64x64/actions/go-last-view-page.png +share/icons/oxygen/base/64x64/actions/go-last.png +share/icons/oxygen/base/64x64/actions/go-next-view-page.png +share/icons/oxygen/base/64x64/actions/go-next.png +share/icons/oxygen/base/64x64/actions/go-previous-view-page.png +share/icons/oxygen/base/64x64/actions/go-previous.png +share/icons/oxygen/base/64x64/actions/go-top.png +share/icons/oxygen/base/64x64/actions/go-up.png +share/icons/oxygen/base/64x64/actions/im-ban-kick-user.png +share/icons/oxygen/base/64x64/actions/im-ban-user.png +share/icons/oxygen/base/64x64/actions/im-invisible-user.png +share/icons/oxygen/base/64x64/actions/im-kick-user.png +share/icons/oxygen/base/64x64/actions/im-user-away.png +share/icons/oxygen/base/64x64/actions/im-user-busy.png +share/icons/oxygen/base/64x64/actions/im-user-offline.png +share/icons/oxygen/base/64x64/actions/im-user.png +share/icons/oxygen/base/64x64/actions/insert-horizontal-rule.png +share/icons/oxygen/base/64x64/actions/insert-link.png +share/icons/oxygen/base/64x64/actions/list-add-user.png +share/icons/oxygen/base/64x64/actions/list-remove.png +share/icons/oxygen/base/64x64/actions/mail-receive.png +share/icons/oxygen/base/64x64/actions/resource-group.png +share/icons/oxygen/base/64x64/actions/roll.png +share/icons/oxygen/base/64x64/actions/svn-commit.png +share/icons/oxygen/base/64x64/actions/svn-update.png +share/icons/oxygen/base/64x64/actions/system-lock-screen.png +share/icons/oxygen/base/64x64/actions/system-log-out.png +share/icons/oxygen/base/64x64/actions/system-reboot.png +share/icons/oxygen/base/64x64/actions/system-run.png +share/icons/oxygen/base/64x64/actions/system-search.png +share/icons/oxygen/base/64x64/actions/system-shutdown.png +share/icons/oxygen/base/64x64/actions/system-suspend-hibernate.png +share/icons/oxygen/base/64x64/actions/system-suspend.png +share/icons/oxygen/base/64x64/actions/system-switch-user.png +share/icons/oxygen/base/64x64/actions/tool-animator.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-burn.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-erase.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-format.png +share/icons/oxygen/base/64x64/actions/tools-report-bug.png +share/icons/oxygen/base/64x64/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/64x64/actions/tools-rip-video-cd.png +share/icons/oxygen/base/64x64/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/64x64/actions/tools-wizard.png +share/icons/oxygen/base/64x64/actions/transform-crop-and-resize.png +share/icons/oxygen/base/64x64/actions/transform-move.png +share/icons/oxygen/base/64x64/actions/transform-scale.png +share/icons/oxygen/base/64x64/actions/user-group-new.png +share/icons/oxygen/base/64x64/actions/view-conversation-balloon.png +share/icons/oxygen/base/64x64/actions/view-media-lyrics.png +share/icons/oxygen/base/64x64/actions/view-media-playlist.png +share/icons/oxygen/base/64x64/actions/view-pim-contacts.png +share/icons/oxygen/base/64x64/actions/view-presentation.png +share/icons/oxygen/base/64x64/actions/window-duplicate.png +share/icons/oxygen/base/64x64/actions/zoom-fit-best.png +share/icons/oxygen/base/64x64/actions/zoom-fit-height.png +share/icons/oxygen/base/64x64/actions/zoom-fit-width.png +share/icons/oxygen/base/64x64/apps/Charm.png +share/icons/oxygen/base/64x64/apps/accessories-calculator.png +share/icons/oxygen/base/64x64/apps/accessories-character-map.png +share/icons/oxygen/base/64x64/apps/accessories-dictionary.png +share/icons/oxygen/base/64x64/apps/accessories-text-editor.png +share/icons/oxygen/base/64x64/apps/acroread.png +share/icons/oxygen/base/64x64/apps/akonadi.png +share/icons/oxygen/base/64x64/apps/akregator.png +share/icons/oxygen/base/64x64/apps/amarok.png +share/icons/oxygen/base/64x64/apps/ark.png +share/icons/oxygen/base/64x64/apps/basket.png +share/icons/oxygen/base/64x64/apps/braindump.png +share/icons/oxygen/base/64x64/apps/calligraauthor.png +share/icons/oxygen/base/64x64/apps/calligraflow.png +share/icons/oxygen/base/64x64/apps/calligrakexi.png +share/icons/oxygen/base/64x64/apps/calligrakrita.png +share/icons/oxygen/base/64x64/apps/calligrasheets.png +share/icons/oxygen/base/64x64/apps/calligrastage.png +share/icons/oxygen/base/64x64/apps/calligrawords.png +share/icons/oxygen/base/64x64/apps/clock.png +share/icons/oxygen/base/64x64/apps/digikam.png +share/icons/oxygen/base/64x64/apps/dragonplayer.png +share/icons/oxygen/base/64x64/apps/esd.png +share/icons/oxygen/base/64x64/apps/filelight.png +share/icons/oxygen/base/64x64/apps/fontforge.png +share/icons/oxygen/base/64x64/apps/graphics-viewer-document.png +share/icons/oxygen/base/64x64/apps/gwenview.png +share/icons/oxygen/base/64x64/apps/help-browser.png +share/icons/oxygen/base/64x64/apps/hwinfo.png +share/icons/oxygen/base/64x64/apps/inkscape.png +share/icons/oxygen/base/64x64/apps/internet-mail.png +share/icons/oxygen/base/64x64/apps/internet-telephony.png +share/icons/oxygen/base/64x64/apps/internet-web-browser.png +share/icons/oxygen/base/64x64/apps/k3b.png +share/icons/oxygen/base/64x64/apps/kaddressbook.png +share/icons/oxygen/base/64x64/apps/kaffeine.png +share/icons/oxygen/base/64x64/apps/kblogger.png +share/icons/oxygen/base/64x64/apps/kbruch.png +share/icons/oxygen/base/64x64/apps/kbugbuster.png +share/icons/oxygen/base/64x64/apps/kchart.png +share/icons/oxygen/base/64x64/apps/kcolorchooser.png +share/icons/oxygen/base/64x64/apps/kde-gtk-config.png +share/icons/oxygen/base/64x64/apps/kde-windows.png +share/icons/oxygen/base/64x64/apps/kde.png +share/icons/oxygen/base/64x64/apps/kdevelop.png +share/icons/oxygen/base/64x64/apps/kdf.png +share/icons/oxygen/base/64x64/apps/kfind.png +share/icons/oxygen/base/64x64/apps/kformula.png +share/icons/oxygen/base/64x64/apps/kgpg.png +share/icons/oxygen/base/64x64/apps/kig.png +share/icons/oxygen/base/64x64/apps/kivio.png +share/icons/oxygen/base/64x64/apps/kjournal.png +share/icons/oxygen/base/64x64/apps/klipper.png +share/icons/oxygen/base/64x64/apps/kmag.png +share/icons/oxygen/base/64x64/apps/kmix.png +share/icons/oxygen/base/64x64/apps/kmplayer.png +share/icons/oxygen/base/64x64/apps/knewsticker.png +share/icons/oxygen/base/64x64/apps/knotes.png +share/icons/oxygen/base/64x64/apps/kolf.png +share/icons/oxygen/base/64x64/apps/konqueror.png +share/icons/oxygen/base/64x64/apps/kontact-import-wizard.png +share/icons/oxygen/base/64x64/apps/kontact.png +share/icons/oxygen/base/64x64/apps/konversation.png +share/icons/oxygen/base/64x64/apps/kopete-offline.png +share/icons/oxygen/base/64x64/apps/kopete.png +share/icons/oxygen/base/64x64/apps/korg-journal.png +share/icons/oxygen/base/64x64/apps/korg-todo.png +share/icons/oxygen/base/64x64/apps/korgac.png +share/icons/oxygen/base/64x64/apps/korganizer.png +share/icons/oxygen/base/64x64/apps/kplato.png +share/icons/oxygen/base/64x64/apps/kpresenter.png +share/icons/oxygen/base/64x64/apps/krdc.png +share/icons/oxygen/base/64x64/apps/krfb.png +share/icons/oxygen/base/64x64/apps/ksnapshot.png +share/icons/oxygen/base/64x64/apps/ksniffer.png +share/icons/oxygen/base/64x64/apps/kspread.png +share/icons/oxygen/base/64x64/apps/ksudoku.png +share/icons/oxygen/base/64x64/apps/kthesaurus.png +share/icons/oxygen/base/64x64/apps/ktip.png +share/icons/oxygen/base/64x64/apps/ktorrent.png +share/icons/oxygen/base/64x64/apps/kuickshow.png +share/icons/oxygen/base/64x64/apps/kverbos.png +share/icons/oxygen/base/64x64/apps/kwalletmanager.png +share/icons/oxygen/base/64x64/apps/kword.png +share/icons/oxygen/base/64x64/apps/multimedia-volume-control.png +share/icons/oxygen/base/64x64/apps/nepomuk.png +share/icons/oxygen/base/64x64/apps/office-address-book.png +share/icons/oxygen/base/64x64/apps/office-calendar.png +share/icons/oxygen/base/64x64/apps/okteta.png +share/icons/oxygen/base/64x64/apps/okular.png +share/icons/oxygen/base/64x64/apps/oxygen.png +share/icons/oxygen/base/64x64/apps/partitionmanager.png +share/icons/oxygen/base/64x64/apps/picmi.png +share/icons/oxygen/base/64x64/apps/planner.png +share/icons/oxygen/base/64x64/apps/plasma.png +share/icons/oxygen/base/64x64/apps/plasmagik.png +share/icons/oxygen/base/64x64/apps/preferences-contact-list.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-color.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-display.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-font.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-icons.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-locale.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-notification.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-printer.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-sound.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-theme.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-user.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/64x64/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/64x64/apps/preferences-plugin.png +share/icons/oxygen/base/64x64/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/64x64/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/64x64/apps/preferences-system-login.png +share/icons/oxygen/base/64x64/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/64x64/apps/preferences-system-power-management.png +share/icons/oxygen/base/64x64/apps/preferences-system-time.png +share/icons/oxygen/base/64x64/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/64x64/apps/preferences-system-windows-move.png +share/icons/oxygen/base/64x64/apps/preferences-system-windows.png +share/icons/oxygen/base/64x64/apps/qelectrotech.png +share/icons/oxygen/base/64x64/apps/quassel.png +share/icons/oxygen/base/64x64/apps/scribus.png +share/icons/oxygen/base/64x64/apps/semn.png +share/icons/oxygen/base/64x64/apps/showfoto.png +share/icons/oxygen/base/64x64/apps/skrooge-black.png +share/icons/oxygen/base/64x64/apps/skrooge-initial.png +share/icons/oxygen/base/64x64/apps/skrooge.png +share/icons/oxygen/base/64x64/apps/step.png +share/icons/oxygen/base/64x64/apps/strigi.png +share/icons/oxygen/base/64x64/apps/system-file-manager.png +share/icons/oxygen/base/64x64/apps/system-software-update.png +share/icons/oxygen/base/64x64/apps/system-users.png +share/icons/oxygen/base/64x64/apps/tagua.png +share/icons/oxygen/base/64x64/apps/telepathy-kde.png +share/icons/oxygen/base/64x64/apps/utilities-desktop-extra.png +share/icons/oxygen/base/64x64/apps/utilities-file-archiver.png +share/icons/oxygen/base/64x64/apps/utilities-log-viewer.png +share/icons/oxygen/base/64x64/apps/utilities-system-monitor.png +share/icons/oxygen/base/64x64/apps/utilities-terminal.png +share/icons/oxygen/base/64x64/apps/wine.png +share/icons/oxygen/base/64x64/apps/xorg.png +share/icons/oxygen/base/64x64/apps/yakuake.png +share/icons/oxygen/base/64x64/apps/zanshin.png +share/icons/oxygen/base/64x64/categories/applications-accessories.png +share/icons/oxygen/base/64x64/categories/applications-development-translation.png +share/icons/oxygen/base/64x64/categories/applications-development-web.png +share/icons/oxygen/base/64x64/categories/applications-development.png +share/icons/oxygen/base/64x64/categories/applications-education-language.png +share/icons/oxygen/base/64x64/categories/applications-education-mathematics.png +share/icons/oxygen/base/64x64/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/64x64/categories/applications-education-preschool.png +share/icons/oxygen/base/64x64/categories/applications-education-school.png +share/icons/oxygen/base/64x64/categories/applications-education-science.png +share/icons/oxygen/base/64x64/categories/applications-education-university.png +share/icons/oxygen/base/64x64/categories/applications-education.png +share/icons/oxygen/base/64x64/categories/applications-engineering.png +share/icons/oxygen/base/64x64/categories/applications-games.png +share/icons/oxygen/base/64x64/categories/applications-graphics.png +share/icons/oxygen/base/64x64/categories/applications-internet.png +share/icons/oxygen/base/64x64/categories/applications-multimedia.png +share/icons/oxygen/base/64x64/categories/applications-office.png +share/icons/oxygen/base/64x64/categories/applications-other.png +share/icons/oxygen/base/64x64/categories/applications-science.png +share/icons/oxygen/base/64x64/categories/applications-system.png +share/icons/oxygen/base/64x64/categories/applications-toys.png +share/icons/oxygen/base/64x64/categories/applications-utilities.png +share/icons/oxygen/base/64x64/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/64x64/categories/preferences-desktop-personal.png +share/icons/oxygen/base/64x64/categories/preferences-desktop.png +share/icons/oxygen/base/64x64/categories/preferences-other.png +share/icons/oxygen/base/64x64/categories/preferences-system-network.png +share/icons/oxygen/base/64x64/categories/preferences-system.png +share/icons/oxygen/base/64x64/categories/system-help.png +share/icons/oxygen/base/64x64/devices/audio-card.png +share/icons/oxygen/base/64x64/devices/audio-headphones.png +share/icons/oxygen/base/64x64/devices/audio-headset.png +share/icons/oxygen/base/64x64/devices/audio-input-line.png +share/icons/oxygen/base/64x64/devices/audio-input-microphone.png +share/icons/oxygen/base/64x64/devices/battery.png +share/icons/oxygen/base/64x64/devices/camera-photo.png +share/icons/oxygen/base/64x64/devices/camera-web.png +share/icons/oxygen/base/64x64/devices/computer-laptop.png +share/icons/oxygen/base/64x64/devices/computer.png +share/icons/oxygen/base/64x64/devices/cpu.png +share/icons/oxygen/base/64x64/devices/drive-harddisk.png +share/icons/oxygen/base/64x64/devices/drive-optical.png +share/icons/oxygen/base/64x64/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/64x64/devices/drive-removable-media-usb.png +share/icons/oxygen/base/64x64/devices/drive-removable-media.png +share/icons/oxygen/base/64x64/devices/input-gaming.png +share/icons/oxygen/base/64x64/devices/input-keyboard.png +share/icons/oxygen/base/64x64/devices/input-mouse.png +share/icons/oxygen/base/64x64/devices/input-tablet.png +share/icons/oxygen/base/64x64/devices/media-flash-memory-stick.png +share/icons/oxygen/base/64x64/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/64x64/devices/media-flash-smart-media.png +share/icons/oxygen/base/64x64/devices/media-flash.png +share/icons/oxygen/base/64x64/devices/media-floppy.png +share/icons/oxygen/base/64x64/devices/media-optical-audio.png +share/icons/oxygen/base/64x64/devices/media-optical-blu-ray.png +share/icons/oxygen/base/64x64/devices/media-optical-data.png +share/icons/oxygen/base/64x64/devices/media-optical-dvd-video.png +share/icons/oxygen/base/64x64/devices/media-optical-dvd.png +share/icons/oxygen/base/64x64/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/64x64/devices/media-optical-recordable.png +share/icons/oxygen/base/64x64/devices/media-optical-video.png +share/icons/oxygen/base/64x64/devices/media-optical.png +share/icons/oxygen/base/64x64/devices/media-tape.png +share/icons/oxygen/base/64x64/devices/modem.png +share/icons/oxygen/base/64x64/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/64x64/devices/multimedia-player.png +share/icons/oxygen/base/64x64/devices/network-wired.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-00.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-100.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-25.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-50.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-75.png +share/icons/oxygen/base/64x64/devices/network-wireless-disconnected.png +share/icons/oxygen/base/64x64/devices/network-wireless.png +share/icons/oxygen/base/64x64/devices/pda.png +share/icons/oxygen/base/64x64/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/64x64/devices/phone.png +share/icons/oxygen/base/64x64/devices/printer-laser.png +share/icons/oxygen/base/64x64/devices/printer.png +share/icons/oxygen/base/64x64/devices/scanner.png +share/icons/oxygen/base/64x64/devices/smartphone.png +share/icons/oxygen/base/64x64/devices/tablet.png +share/icons/oxygen/base/64x64/devices/video-display.png +share/icons/oxygen/base/64x64/devices/video-projector.png +share/icons/oxygen/base/64x64/devices/video-television.png +share/icons/oxygen/base/64x64/emblems/emblem-important.png +share/icons/oxygen/base/64x64/emblems/emblem-mounted.png +share/icons/oxygen/base/64x64/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/64x64/emotes/face-angel.png +share/icons/oxygen/base/64x64/emotes/face-embarrassed.png +share/icons/oxygen/base/64x64/emotes/face-kiss.png +share/icons/oxygen/base/64x64/emotes/face-laugh.png +share/icons/oxygen/base/64x64/emotes/face-plain.png +share/icons/oxygen/base/64x64/emotes/face-raspberry.png +share/icons/oxygen/base/64x64/emotes/face-sad.png +share/icons/oxygen/base/64x64/emotes/face-smile-big.png +share/icons/oxygen/base/64x64/emotes/face-smile.png +share/icons/oxygen/base/64x64/emotes/face-surprise.png +share/icons/oxygen/base/64x64/emotes/face-uncertain.png +share/icons/oxygen/base/64x64/emotes/face-wink.png +share/icons/oxygen/base/64x64/mimetypes/application-atom+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-epub+zip.png +share/icons/oxygen/base/64x64/mimetypes/application-illustrator.png +share/icons/oxygen/base/64x64/mimetypes/application-javascript.png +share/icons/oxygen/base/64x64/mimetypes/application-msword-template.png +share/icons/oxygen/base/64x64/mimetypes/application-msword.png +share/icons/oxygen/base/64x64/mimetypes/application-octet-stream.png +share/icons/oxygen/base/64x64/mimetypes/application-ogg.png +share/icons/oxygen/base/64x64/mimetypes/application-pdf.png +share/icons/oxygen/base/64x64/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/64x64/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/64x64/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/64x64/mimetypes/application-postscript.png +share/icons/oxygen/base/64x64/mimetypes/application-relaxng.png +share/icons/oxygen/base/64x64/mimetypes/application-rss+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-rtf.png +share/icons/oxygen/base/64x64/mimetypes/application-sxw.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/64x64/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/64x64/mimetypes/application-x-abiword.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ace.png +share/icons/oxygen/base/64x64/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-arc.png +share/icons/oxygen/base/64x64/mimetypes/application-x-archive.png +share/icons/oxygen/base/64x64/mimetypes/application-x-arj.png +share/icons/oxygen/base/64x64/mimetypes/application-x-awk.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/64x64/mimetypes/application-x-blender.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bzip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cda.png +share/icons/oxygen/base/64x64/mimetypes/application-x-chm.png +share/icons/oxygen/base/64x64/mimetypes/application-x-compress.png +share/icons/oxygen/base/64x64/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cpio.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cue.png +share/icons/oxygen/base/64x64/mimetypes/application-x-deb.png +share/icons/oxygen/base/64x64/mimetypes/application-x-designer.png +share/icons/oxygen/base/64x64/mimetypes/application-x-desktop.png +share/icons/oxygen/base/64x64/mimetypes/application-x-dgn.png +share/icons/oxygen/base/64x64/mimetypes/application-x-egon.png +share/icons/oxygen/base/64x64/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/64x64/mimetypes/application-x-executable.png +share/icons/oxygen/base/64x64/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gzip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/64x64/mimetypes/application-x-iso.png +share/icons/oxygen/base/64x64/mimetypes/application-x-it87.png +share/icons/oxygen/base/64x64/mimetypes/application-x-jar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/64x64/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/64x64/mimetypes/application-x-java.png +share/icons/oxygen/base/64x64/mimetypes/application-x-javascript.png +share/icons/oxygen/base/64x64/mimetypes/application-x-k3b.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kformula.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kontour.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kplato.png +share/icons/oxygen/base/64x64/mimetypes/application-x-krita.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kword.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lha.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lyx.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lzop.png +share/icons/oxygen/base/64x64/mimetypes/application-x-m4.png +share/icons/oxygen/base/64x64/mimetypes/application-x-marble.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/64x64/mimetypes/application-x-nzb.png +share/icons/oxygen/base/64x64/mimetypes/application-x-object.png +share/icons/oxygen/base/64x64/mimetypes/application-x-pak.png +share/icons/oxygen/base/64x64/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/64x64/mimetypes/application-x-perl.png +share/icons/oxygen/base/64x64/mimetypes/application-x-php.png +share/icons/oxygen/base/64x64/mimetypes/application-x-plasma.png +share/icons/oxygen/base/64x64/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/64x64/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/64x64/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/64x64/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/64x64/mimetypes/application-x-rar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/64x64/mimetypes/application-x-rpm.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ruby.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/64x64/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/64x64/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/64x64/mimetypes/application-x-siag.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sif.png +share/icons/oxygen/base/64x64/mimetypes/application-x-skg.png +share/icons/oxygen/base/64x64/mimetypes/application-x-skgc.png +share/icons/oxygen/base/64x64/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/64x64/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/64x64/mimetypes/application-x-srt.png +share/icons/oxygen/base/64x64/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-subrip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tarz.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tgif.png +share/icons/oxygen/base/64x64/mimetypes/application-x-trash.png +share/icons/oxygen/base/64x64/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tzo.png +share/icons/oxygen/base/64x64/mimetypes/application-x-wmf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/64x64/mimetypes/application-x-zoo.png +share/icons/oxygen/base/64x64/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-xml.png +share/icons/oxygen/base/64x64/mimetypes/application-xsd.png +share/icons/oxygen/base/64x64/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-zip.png +share/icons/oxygen/base/64x64/mimetypes/audio-ac3.png +share/icons/oxygen/base/64x64/mimetypes/audio-midi.png +share/icons/oxygen/base/64x64/mimetypes/audio-mp2.png +share/icons/oxygen/base/64x64/mimetypes/audio-mp3.png +share/icons/oxygen/base/64x64/mimetypes/audio-mp4.png +share/icons/oxygen/base/64x64/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/64x64/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/64x64/mimetypes/audio-vn.rn-realvideo.png +share/icons/oxygen/base/64x64/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-flac.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-wav.png +share/icons/oxygen/base/64x64/mimetypes/encrypted.png +share/icons/oxygen/base/64x64/mimetypes/fonts-package.png +share/icons/oxygen/base/64x64/mimetypes/image-bmp.png +share/icons/oxygen/base/64x64/mimetypes/image-gif.png +share/icons/oxygen/base/64x64/mimetypes/image-jpeg.png +share/icons/oxygen/base/64x64/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/64x64/mimetypes/image-png.png +share/icons/oxygen/base/64x64/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/64x64/mimetypes/image-svg+xml.png +share/icons/oxygen/base/64x64/mimetypes/image-tiff.png +share/icons/oxygen/base/64x64/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/64x64/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/64x64/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/64x64/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-emf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-eps.png +share/icons/oxygen/base/64x64/mimetypes/image-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/image-x-krita.png +share/icons/oxygen/base/64x64/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/64x64/mimetypes/image-x-psd.png +share/icons/oxygen/base/64x64/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/64x64/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/64x64/mimetypes/image-x-tga.png +share/icons/oxygen/base/64x64/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/64x64/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/64x64/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/64x64/mimetypes/image-x-wmf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-xcf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-xfig.png +share/icons/oxygen/base/64x64/mimetypes/inode-directory.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-database.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-text.png +share/icons/oxygen/base/64x64/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/64x64/mimetypes/message-news.png +share/icons/oxygen/base/64x64/mimetypes/message-partial.png +share/icons/oxygen/base/64x64/mimetypes/message-rfc822.png +share/icons/oxygen/base/64x64/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/64x64/mimetypes/message.png +share/icons/oxygen/base/64x64/mimetypes/odf.png +share/icons/oxygen/base/64x64/mimetypes/package-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/text-calendar.png +share/icons/oxygen/base/64x64/mimetypes/text-csharp.png +share/icons/oxygen/base/64x64/mimetypes/text-css.png +share/icons/oxygen/base/64x64/mimetypes/text-csv.png +share/icons/oxygen/base/64x64/mimetypes/text-directory.png +share/icons/oxygen/base/64x64/mimetypes/text-enriched.png +share/icons/oxygen/base/64x64/mimetypes/text-html.png +share/icons/oxygen/base/64x64/mimetypes/text-mathml.png +share/icons/oxygen/base/64x64/mimetypes/text-plain.png +share/icons/oxygen/base/64x64/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/64x64/mimetypes/text-rdf.png +share/icons/oxygen/base/64x64/mimetypes/text-rtf.png +share/icons/oxygen/base/64x64/mimetypes/text-sgml.png +share/icons/oxygen/base/64x64/mimetypes/text-troff.png +share/icons/oxygen/base/64x64/mimetypes/text-vcalendar.png +share/icons/oxygen/base/64x64/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/64x64/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/64x64/mimetypes/text-x-authors.png +share/icons/oxygen/base/64x64/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/64x64/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/64x64/mimetypes/text-x-c++src.png +share/icons/oxygen/base/64x64/mimetypes/text-x-changelog.png +share/icons/oxygen/base/64x64/mimetypes/text-x-chdr.png +share/icons/oxygen/base/64x64/mimetypes/text-x-cmake.png +share/icons/oxygen/base/64x64/mimetypes/text-x-copying.png +share/icons/oxygen/base/64x64/mimetypes/text-x-credits.png +share/icons/oxygen/base/64x64/mimetypes/text-x-csharp.png +share/icons/oxygen/base/64x64/mimetypes/text-x-csrc.png +share/icons/oxygen/base/64x64/mimetypes/text-x-dtd.png +share/icons/oxygen/base/64x64/mimetypes/text-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/64x64/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/64x64/mimetypes/text-x-haskell.png +share/icons/oxygen/base/64x64/mimetypes/text-x-hex.png +share/icons/oxygen/base/64x64/mimetypes/text-x-install.png +share/icons/oxygen/base/64x64/mimetypes/text-x-java-source.png +share/icons/oxygen/base/64x64/mimetypes/text-x-java.png +share/icons/oxygen/base/64x64/mimetypes/text-x-javascript.png +share/icons/oxygen/base/64x64/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/64x64/mimetypes/text-x-ldif.png +share/icons/oxygen/base/64x64/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/64x64/mimetypes/text-x-log.png +share/icons/oxygen/base/64x64/mimetypes/text-x-makefile.png +share/icons/oxygen/base/64x64/mimetypes/text-x-nfo.png +share/icons/oxygen/base/64x64/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/64x64/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/64x64/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-opml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-pascal.png +share/icons/oxygen/base/64x64/mimetypes/text-x-patch.png +share/icons/oxygen/base/64x64/mimetypes/text-x-plain.png +share/icons/oxygen/base/64x64/mimetypes/text-x-po.png +share/icons/oxygen/base/64x64/mimetypes/text-x-python.png +share/icons/oxygen/base/64x64/mimetypes/text-x-qml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-readme.png +share/icons/oxygen/base/64x64/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/64x64/mimetypes/text-x-script.png +share/icons/oxygen/base/64x64/mimetypes/text-x-sql.png +share/icons/oxygen/base/64x64/mimetypes/text-x-tcl.png +share/icons/oxygen/base/64x64/mimetypes/text-x-tex.png +share/icons/oxygen/base/64x64/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/64x64/mimetypes/text-x-vcard.png +share/icons/oxygen/base/64x64/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/64x64/mimetypes/text-xmcd.png +share/icons/oxygen/base/64x64/mimetypes/text-xml.png +share/icons/oxygen/base/64x64/mimetypes/unknown.png +share/icons/oxygen/base/64x64/mimetypes/uri-mms.png +share/icons/oxygen/base/64x64/mimetypes/uri-mmst.png +share/icons/oxygen/base/64x64/mimetypes/uri-mmsu.png +share/icons/oxygen/base/64x64/mimetypes/uri-pnm.png +share/icons/oxygen/base/64x64/mimetypes/uri-rtspt.png +share/icons/oxygen/base/64x64/mimetypes/uri-rtspu.png +share/icons/oxygen/base/64x64/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/64x64/mimetypes/video-mp4.png +share/icons/oxygen/base/64x64/mimetypes/video-vivo.png +share/icons/oxygen/base/64x64/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/64x64/mimetypes/video-wavelet.png +share/icons/oxygen/base/64x64/mimetypes/video-webm.png +share/icons/oxygen/base/64x64/mimetypes/video-x-anim.png +share/icons/oxygen/base/64x64/mimetypes/video-x-flic.png +share/icons/oxygen/base/64x64/mimetypes/video-x-flv.png +share/icons/oxygen/base/64x64/mimetypes/video-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/64x64/mimetypes/video-x-javafx.png +share/icons/oxygen/base/64x64/mimetypes/video-x-matroska.png +share/icons/oxygen/base/64x64/mimetypes/video-x-mng.png +share/icons/oxygen/base/64x64/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/64x64/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/64x64/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/64x64/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/64x64/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/64x64/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/64x64/mimetypes/video-x-wmv.png +share/icons/oxygen/base/64x64/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/64x64/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/64x64/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/64x64/mimetypes/x-media-podcast.png +share/icons/oxygen/base/64x64/mimetypes/x-office-address-book.png +share/icons/oxygen/base/64x64/mimetypes/x-office-calendar.png +share/icons/oxygen/base/64x64/mimetypes/x-office-document.png +share/icons/oxygen/base/64x64/mimetypes/x-office-drawing.png +share/icons/oxygen/base/64x64/mimetypes/x-office-presentation.png +share/icons/oxygen/base/64x64/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/64x64/places/bookmarks.png +share/icons/oxygen/base/64x64/places/certificate-server.png +share/icons/oxygen/base/64x64/places/document-multiple.png +share/icons/oxygen/base/64x64/places/favorites.png +share/icons/oxygen/base/64x64/places/folder-black.png +share/icons/oxygen/base/64x64/places/folder-blue.png +share/icons/oxygen/base/64x64/places/folder-bookmark.png +share/icons/oxygen/base/64x64/places/folder-brown.png +share/icons/oxygen/base/64x64/places/folder-cloud.png +share/icons/oxygen/base/64x64/places/folder-cyan.png +share/icons/oxygen/base/64x64/places/folder-development.png +share/icons/oxygen/base/64x64/places/folder-documents.png +share/icons/oxygen/base/64x64/places/folder-download.png +share/icons/oxygen/base/64x64/places/folder-downloads.png +share/icons/oxygen/base/64x64/places/folder-dropbox.png +share/icons/oxygen/base/64x64/places/folder-favorites.png +share/icons/oxygen/base/64x64/places/folder-gdrive.png +share/icons/oxygen/base/64x64/places/folder-green.png +share/icons/oxygen/base/64x64/places/folder-grey.png +share/icons/oxygen/base/64x64/places/folder-html.png +share/icons/oxygen/base/64x64/places/folder-image-people.png +share/icons/oxygen/base/64x64/places/folder-image.png +share/icons/oxygen/base/64x64/places/folder-images.png +share/icons/oxygen/base/64x64/places/folder-important.png +share/icons/oxygen/base/64x64/places/folder-locked.png +share/icons/oxygen/base/64x64/places/folder-mail.png +share/icons/oxygen/base/64x64/places/folder-music.png +share/icons/oxygen/base/64x64/places/folder-network.png +share/icons/oxygen/base/64x64/places/folder-onedrive.png +share/icons/oxygen/base/64x64/places/folder-orange.png +share/icons/oxygen/base/64x64/places/folder-owncloud.png +share/icons/oxygen/base/64x64/places/folder-picture.png +share/icons/oxygen/base/64x64/places/folder-pictures.png +share/icons/oxygen/base/64x64/places/folder-print.png +share/icons/oxygen/base/64x64/places/folder-public.png +share/icons/oxygen/base/64x64/places/folder-publicshare.png +share/icons/oxygen/base/64x64/places/folder-red.png +share/icons/oxygen/base/64x64/places/folder-remote.png +share/icons/oxygen/base/64x64/places/folder-script.png +share/icons/oxygen/base/64x64/places/folder-sound.png +share/icons/oxygen/base/64x64/places/folder-tar.png +share/icons/oxygen/base/64x64/places/folder-temp.png +share/icons/oxygen/base/64x64/places/folder-text.png +share/icons/oxygen/base/64x64/places/folder-txt.png +share/icons/oxygen/base/64x64/places/folder-video.png +share/icons/oxygen/base/64x64/places/folder-videos.png +share/icons/oxygen/base/64x64/places/folder-violet.png +share/icons/oxygen/base/64x64/places/folder-yellow.png +share/icons/oxygen/base/64x64/places/folder.png +share/icons/oxygen/base/64x64/places/library-music.png +share/icons/oxygen/base/64x64/places/mail-folder-outbox.png +share/icons/oxygen/base/64x64/places/mail-folder-sent.png +share/icons/oxygen/base/64x64/places/mail-message.png +share/icons/oxygen/base/64x64/places/network-server-database.png +share/icons/oxygen/base/64x64/places/network-server.png +share/icons/oxygen/base/64x64/places/network-workgroup.png +share/icons/oxygen/base/64x64/places/repository.png +share/icons/oxygen/base/64x64/places/server-database.png +share/icons/oxygen/base/64x64/places/start-here-kde.png +share/icons/oxygen/base/64x64/places/start-here.png +share/icons/oxygen/base/64x64/places/stock_folder.png +share/icons/oxygen/base/64x64/places/user-desktop.png +share/icons/oxygen/base/64x64/places/user-home.png +share/icons/oxygen/base/64x64/places/user-identity.png +share/icons/oxygen/base/64x64/places/user-trash-full.png +share/icons/oxygen/base/64x64/places/user-trash.png +share/icons/oxygen/base/64x64/status/dialog-error.png +share/icons/oxygen/base/64x64/status/dialog-information.png +share/icons/oxygen/base/64x64/status/dialog-password.png +share/icons/oxygen/base/64x64/status/dialog-warning.png +share/icons/oxygen/base/64x64/status/image-missing.png +share/icons/oxygen/base/64x64/status/mail-queued.png +share/icons/oxygen/base/64x64/status/mail-unread-new.png +share/icons/oxygen/base/64x64/status/meeting-chair.png +share/icons/oxygen/base/64x64/status/meeting-observer.png +share/icons/oxygen/base/64x64/status/meeting-organizer.png +share/icons/oxygen/base/64x64/status/meeting-participant-optional.png +share/icons/oxygen/base/64x64/status/meeting-participant-reply.png +share/icons/oxygen/base/64x64/status/meeting-participant.png +share/icons/oxygen/base/64x64/status/script-error.png +share/icons/oxygen/base/64x64/status/security-high.png +share/icons/oxygen/base/64x64/status/security-low.png +share/icons/oxygen/base/64x64/status/security-medium.png +share/icons/oxygen/base/64x64/status/user-away-extended.png +share/icons/oxygen/base/64x64/status/user-away.png +share/icons/oxygen/base/64x64/status/user-busy.png +share/icons/oxygen/base/64x64/status/user-invisible.png +share/icons/oxygen/base/64x64/status/user-offline.png +share/icons/oxygen/base/64x64/status/user-online.png +share/icons/oxygen/base/64x64/status/user-trash-full.png +share/icons/oxygen/base/64x64/status/weather-clear-night.png +share/icons/oxygen/base/64x64/status/weather-clear.png +share/icons/oxygen/base/64x64/status/weather-clouds-night.png +share/icons/oxygen/base/64x64/status/weather-clouds.png +share/icons/oxygen/base/64x64/status/weather-few-clouds-night.png +share/icons/oxygen/base/64x64/status/weather-few-clouds.png +share/icons/oxygen/base/64x64/status/weather-fog.png +share/icons/oxygen/base/64x64/status/weather-freezing-rain.png +share/icons/oxygen/base/64x64/status/weather-hail.png +share/icons/oxygen/base/64x64/status/weather-many-clouds.png +share/icons/oxygen/base/64x64/status/weather-mist.png +share/icons/oxygen/base/64x64/status/weather-overcast.png +share/icons/oxygen/base/64x64/status/weather-showers-day.png +share/icons/oxygen/base/64x64/status/weather-showers-night.png +share/icons/oxygen/base/64x64/status/weather-showers-scattered-day.png +share/icons/oxygen/base/64x64/status/weather-showers-scattered-night.png +share/icons/oxygen/base/64x64/status/weather-showers-scattered.png +share/icons/oxygen/base/64x64/status/weather-showers.png +share/icons/oxygen/base/64x64/status/weather-snow-rain.png +share/icons/oxygen/base/64x64/status/weather-snow-scattered-day.png +share/icons/oxygen/base/64x64/status/weather-snow-scattered-night.png +share/icons/oxygen/base/64x64/status/weather-snow-scattered.png +share/icons/oxygen/base/64x64/status/weather-snow.png +share/icons/oxygen/base/64x64/status/weather-storm-day.png +share/icons/oxygen/base/64x64/status/weather-storm-night.png +share/icons/oxygen/base/64x64/status/weather-storm.png +share/icons/oxygen/base/8x8/emblems/checkmark.png +share/icons/oxygen/base/8x8/emblems/emblem-checked.png +share/icons/oxygen/base/8x8/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/8x8/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/8x8/emblems/emblem-important.png +share/icons/oxygen/base/8x8/emblems/emblem-link.png +share/icons/oxygen/base/8x8/emblems/emblem-locked.png +share/icons/oxygen/base/8x8/emblems/emblem-mounted.png +share/icons/oxygen/base/8x8/emblems/emblem-new.png +share/icons/oxygen/base/8x8/emblems/emblem-pause.png +share/icons/oxygen/base/8x8/emblems/emblem-unavailable.png +share/icons/oxygen/base/8x8/emblems/emblem-unlocked.png +share/icons/oxygen/base/8x8/emblems/emblem-unmounted.png +share/icons/oxygen/base/8x8/emblems/vcs-added.png +share/icons/oxygen/base/8x8/emblems/vcs-conflicting.png +share/icons/oxygen/base/8x8/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/8x8/emblems/vcs-locally-modified.png +share/icons/oxygen/base/8x8/emblems/vcs-normal.png +share/icons/oxygen/base/8x8/emblems/vcs-removed.png +share/icons/oxygen/base/8x8/emblems/vcs-update-required.png +share/icons/oxygen/base/8x8/places/folder-activities.png +share/icons/oxygen/index.theme Index: head/x11-toolkits/Makefile =================================================================== --- head/x11-toolkits/Makefile +++ head/x11-toolkits/Makefile @@ -82,6 +82,17 @@ SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets + SUBDIR += kf5-attica + SUBDIR += kf5-kcompletion + SUBDIR += kf5-kconfigwidgets + SUBDIR += kf5-kdesignerplugin + SUBDIR += kf5-kguiaddons + SUBDIR += kf5-kitemviews + SUBDIR += kf5-kjobwidgets + SUBDIR += kf5-ktextwidgets + SUBDIR += kf5-kwidgetsaddons + SUBDIR += kf5-kxmlgui + SUBDIR += kirigami SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu Index: head/x11-toolkits/kf5-attica/Makefile =================================================================== --- head/x11-toolkits/kf5-attica/Makefile +++ head/x11-toolkits/kf5-attica/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= attica +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= Open Collaboration Services API library KDE5 version + +USES= cmake:outsource compiler:c++11-lib kde:5 pathfix tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui network qmake_build widgets + +.include Index: head/x11-toolkits/kf5-attica/distinfo =================================================================== --- head/x11-toolkits/kf5-attica/distinfo +++ head/x11-toolkits/kf5-attica/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424085 +SHA256 (KDE/frameworks/5.27.0/attica-5.27.0.tar.xz) = 4741f8863e14bbd6e0908824763c80461b478c02a68be232aae0c83d10e6cd70 +SIZE (KDE/frameworks/5.27.0/attica-5.27.0.tar.xz) = 60188 Index: head/x11-toolkits/kf5-attica/pkg-descr =================================================================== --- head/x11-toolkits/kf5-attica/pkg-descr +++ head/x11-toolkits/kf5-attica/pkg-descr @@ -0,0 +1,11 @@ +Attica is a Qt library that implements the Open Collaboration +Services API version 1.6. The REST API is defined here: + +http://freedesktop.org/wiki/Specifications/open-collaboration-services/ + +It grants easy access to the services such as querying information +about persons and contents. The library is used in KNewStuff3 as +content provider. In order to integrate with KDE's Plasma Desktop, +a platform plugin exists in kdebase. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/attica/html/index.html Index: head/x11-toolkits/kf5-attica/pkg-plist =================================================================== --- head/x11-toolkits/kf5-attica/pkg-plist +++ head/x11-toolkits/kf5-attica/pkg-plist @@ -0,0 +1,90 @@ +include/KF5/Attica/Attica/AccountBalance +include/KF5/Attica/Attica/Achievement +include/KF5/Attica/Attica/Activity +include/KF5/Attica/Attica/BuildService +include/KF5/Attica/Attica/BuildServiceJob +include/KF5/Attica/Attica/BuildServiceJobOutput +include/KF5/Attica/Attica/Category +include/KF5/Attica/Attica/Comment +include/KF5/Attica/Attica/Content +include/KF5/Attica/Attica/DeleteJob +include/KF5/Attica/Attica/Distribution +include/KF5/Attica/Attica/DownloadDescription +include/KF5/Attica/Attica/DownloadItem +include/KF5/Attica/Attica/Event +include/KF5/Attica/Attica/Folder +include/KF5/Attica/Attica/Forum +include/KF5/Attica/Attica/GetJob +include/KF5/Attica/Attica/HomePageEntry +include/KF5/Attica/Attica/HomePageType +include/KF5/Attica/Attica/Icon +include/KF5/Attica/Attica/ItemJob +include/KF5/Attica/Attica/KnowledgeBaseEntry +include/KF5/Attica/Attica/License +include/KF5/Attica/Attica/ListJob +include/KF5/Attica/Attica/Message +include/KF5/Attica/Attica/Metadata +include/KF5/Attica/Attica/Person +include/KF5/Attica/Attica/PostJob +include/KF5/Attica/Attica/PrivateData +include/KF5/Attica/Attica/Project +include/KF5/Attica/Attica/Provider +include/KF5/Attica/Attica/ProviderManager +include/KF5/Attica/Attica/Publisher +include/KF5/Attica/Attica/PublisherField +include/KF5/Attica/Attica/PutJob +include/KF5/Attica/Attica/RemoteAccount +include/KF5/Attica/Attica/Topic +include/KF5/Attica/attica/accountbalance.h +include/KF5/Attica/attica/achievement.h +include/KF5/Attica/attica/activity.h +include/KF5/Attica/attica/atticabasejob.h +include/KF5/Attica/attica/attica_export.h +include/KF5/Attica/attica/atticautils.h +include/KF5/Attica/attica/buildservice.h +include/KF5/Attica/attica/buildservicejob.h +include/KF5/Attica/attica/buildservicejoboutput.h +include/KF5/Attica/attica/category.h +include/KF5/Attica/attica/comment.h +include/KF5/Attica/attica/content.h +include/KF5/Attica/attica/deletejob.h +include/KF5/Attica/attica/distribution.h +include/KF5/Attica/attica/downloaddescription.h +include/KF5/Attica/attica/downloaditem.h +include/KF5/Attica/attica/event.h +include/KF5/Attica/attica/folder.h +include/KF5/Attica/attica/forum.h +include/KF5/Attica/attica/getjob.h +include/KF5/Attica/attica/homepageentry.h +include/KF5/Attica/attica/homepagetype.h +include/KF5/Attica/attica/icon.h +include/KF5/Attica/attica/itemjob.h +include/KF5/Attica/attica/knowledgebaseentry.h +include/KF5/Attica/attica/license.h +include/KF5/Attica/attica/listjob.h +include/KF5/Attica/attica/message.h +include/KF5/Attica/attica/metadata.h +include/KF5/Attica/attica/person.h +include/KF5/Attica/attica/platformdependent.h +include/KF5/Attica/attica/platformdependent_v2.h +include/KF5/Attica/attica/postjob.h +include/KF5/Attica/attica/privatedata.h +include/KF5/Attica/attica/project.h +include/KF5/Attica/attica/provider.h +include/KF5/Attica/attica/providermanager.h +include/KF5/Attica/attica/publisher.h +include/KF5/Attica/attica/publisherfield.h +include/KF5/Attica/attica/putjob.h +include/KF5/Attica/attica/remoteaccount.h +include/KF5/Attica/attica/topic.h +include/KF5/Attica/attica/version.h +include/KF5/attica_version.h +lib/cmake/KF5Attica/KF5AtticaConfig.cmake +lib/cmake/KF5Attica/KF5AtticaConfigVersion.cmake +lib/cmake/KF5Attica/KF5AtticaTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Attica/KF5AtticaTargets.cmake +lib/libKF5Attica.so +lib/libKF5Attica.so.5 +lib/libKF5Attica.so.%%KDE_FRAMEWORKS_VERSION%% +libdata/pkgconfig/libKF5Attica.pc +%%QT_MKSPECDIR%%/modules/qt_Attica.pri Index: head/x11-toolkits/kf5-kcompletion/Makefile =================================================================== --- head/x11-toolkits/kf5-kcompletion/Makefile +++ head/x11-toolkits/kf5-kcompletion/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kcompletion +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 text completion helpers and widgets + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= config ecm widgetsaddons +USE_QT5= buildtools_build core gui linguisttools qmake_build \ + widgets xml + +.include Index: head/x11-toolkits/kf5-kcompletion/distinfo =================================================================== --- head/x11-toolkits/kf5-kcompletion/distinfo +++ head/x11-toolkits/kf5-kcompletion/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424085 +SHA256 (KDE/frameworks/5.27.0/kcompletion-5.27.0.tar.xz) = fa10ca49b35c581f4e9d5302b348a6e3ad1334bc833273938718d248622466d5 +SIZE (KDE/frameworks/5.27.0/kcompletion-5.27.0.tar.xz) = 2580336 Index: head/x11-toolkits/kf5-kcompletion/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kcompletion/pkg-descr +++ head/x11-toolkits/kf5-kcompletion/pkg-descr @@ -0,0 +1,8 @@ +When typing filenames, email addresses and other text where the user often wants +to select from existing data (including what they previously typed) rather than +enter anything wholly original, users often find it helpful if they only need to +type the first few characters, and then have the application offer them a set of +choices or attempt to finish off what they were typing. Email clients, shells +and "open file" dialogs often provide this functionality. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html Index: head/x11-toolkits/kf5-kcompletion/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kcompletion/pkg-plist +++ head/x11-toolkits/kf5-kcompletion/pkg-plist @@ -0,0 +1,128 @@ +include/KF5/KCompletion/KComboBox +include/KF5/KCompletion/KCompletion +include/KF5/KCompletion/KCompletionBase +include/KF5/KCompletion/KCompletionBox +include/KF5/KCompletion/KCompletionMatches +include/KF5/KCompletion/KHistoryComboBox +include/KF5/KCompletion/KLineEdit +include/KF5/KCompletion/KPixmapProvider +include/KF5/KCompletion/KSortableList +include/KF5/KCompletion/kcombobox.h +include/KF5/KCompletion/kcompletion.h +include/KF5/KCompletion/kcompletion_export.h +include/KF5/KCompletion/kcompletionbase.h +include/KF5/KCompletion/kcompletionbox.h +include/KF5/KCompletion/kcompletionmatches.h +include/KF5/KCompletion/khistorycombobox.h +include/KF5/KCompletion/klineedit.h +include/KF5/KCompletion/kpixmapprovider.h +include/KF5/KCompletion/ksortablelist.h +include/KF5/kcompletion_version.h +lib/cmake/KF5Completion/KF5CompletionConfig.cmake +lib/cmake/KF5Completion/KF5CompletionConfigVersion.cmake +lib/cmake/KF5Completion/KF5CompletionTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Completion/KF5CompletionTargets.cmake +lib/libKF5Completion.so +lib/libKF5Completion.so.5 +lib/libKF5Completion.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KCompletion.pri +share/locale/af/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ar/LC_MESSAGES/kcompletion5_qt.qm +share/locale/as/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ast/LC_MESSAGES/kcompletion5_qt.qm +share/locale/be/LC_MESSAGES/kcompletion5_qt.qm +share/locale/be@latin/LC_MESSAGES/kcompletion5_qt.qm +share/locale/bg/LC_MESSAGES/kcompletion5_qt.qm +share/locale/bn/LC_MESSAGES/kcompletion5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kcompletion5_qt.qm +share/locale/br/LC_MESSAGES/kcompletion5_qt.qm +share/locale/bs/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ca/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kcompletion5_qt.qm +share/locale/crh/LC_MESSAGES/kcompletion5_qt.qm +share/locale/cs/LC_MESSAGES/kcompletion5_qt.qm +share/locale/csb/LC_MESSAGES/kcompletion5_qt.qm +share/locale/cy/LC_MESSAGES/kcompletion5_qt.qm +share/locale/da/LC_MESSAGES/kcompletion5_qt.qm +share/locale/de/LC_MESSAGES/kcompletion5_qt.qm +share/locale/el/LC_MESSAGES/kcompletion5_qt.qm +share/locale/en_GB/LC_MESSAGES/kcompletion5_qt.qm +share/locale/eo/LC_MESSAGES/kcompletion5_qt.qm +share/locale/es/LC_MESSAGES/kcompletion5_qt.qm +share/locale/et/LC_MESSAGES/kcompletion5_qt.qm +share/locale/eu/LC_MESSAGES/kcompletion5_qt.qm +share/locale/fa/LC_MESSAGES/kcompletion5_qt.qm +share/locale/fi/LC_MESSAGES/kcompletion5_qt.qm +share/locale/fr/LC_MESSAGES/kcompletion5_qt.qm +share/locale/fy/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ga/LC_MESSAGES/kcompletion5_qt.qm +share/locale/gd/LC_MESSAGES/kcompletion5_qt.qm +share/locale/gl/LC_MESSAGES/kcompletion5_qt.qm +share/locale/gu/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ha/LC_MESSAGES/kcompletion5_qt.qm +share/locale/he/LC_MESSAGES/kcompletion5_qt.qm +share/locale/hi/LC_MESSAGES/kcompletion5_qt.qm +share/locale/hne/LC_MESSAGES/kcompletion5_qt.qm +share/locale/hr/LC_MESSAGES/kcompletion5_qt.qm +share/locale/hsb/LC_MESSAGES/kcompletion5_qt.qm +share/locale/hu/LC_MESSAGES/kcompletion5_qt.qm +share/locale/hy/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ia/LC_MESSAGES/kcompletion5_qt.qm +share/locale/id/LC_MESSAGES/kcompletion5_qt.qm +share/locale/is/LC_MESSAGES/kcompletion5_qt.qm +share/locale/it/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ja/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ka/LC_MESSAGES/kcompletion5_qt.qm +share/locale/kk/LC_MESSAGES/kcompletion5_qt.qm +share/locale/km/LC_MESSAGES/kcompletion5_qt.qm +share/locale/kn/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ko/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ku/LC_MESSAGES/kcompletion5_qt.qm +share/locale/lb/LC_MESSAGES/kcompletion5_qt.qm +share/locale/lt/LC_MESSAGES/kcompletion5_qt.qm +share/locale/lv/LC_MESSAGES/kcompletion5_qt.qm +share/locale/mai/LC_MESSAGES/kcompletion5_qt.qm +share/locale/mk/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ml/LC_MESSAGES/kcompletion5_qt.qm +share/locale/mr/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ms/LC_MESSAGES/kcompletion5_qt.qm +share/locale/nb/LC_MESSAGES/kcompletion5_qt.qm +share/locale/nds/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ne/LC_MESSAGES/kcompletion5_qt.qm +share/locale/nl/LC_MESSAGES/kcompletion5_qt.qm +share/locale/nn/LC_MESSAGES/kcompletion5_qt.qm +share/locale/oc/LC_MESSAGES/kcompletion5_qt.qm +share/locale/or/LC_MESSAGES/kcompletion5_qt.qm +share/locale/pa/LC_MESSAGES/kcompletion5_qt.qm +share/locale/pl/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ps/LC_MESSAGES/kcompletion5_qt.qm +share/locale/pt/LC_MESSAGES/kcompletion5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ro/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ru/LC_MESSAGES/kcompletion5_qt.qm +share/locale/se/LC_MESSAGES/kcompletion5_qt.qm +share/locale/si/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sk/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sl/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sq/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sr/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kcompletion5_qt.qm +share/locale/sv/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ta/LC_MESSAGES/kcompletion5_qt.qm +share/locale/te/LC_MESSAGES/kcompletion5_qt.qm +share/locale/tg/LC_MESSAGES/kcompletion5_qt.qm +share/locale/th/LC_MESSAGES/kcompletion5_qt.qm +share/locale/tr/LC_MESSAGES/kcompletion5_qt.qm +share/locale/tt/LC_MESSAGES/kcompletion5_qt.qm +share/locale/ug/LC_MESSAGES/kcompletion5_qt.qm +share/locale/uk/LC_MESSAGES/kcompletion5_qt.qm +share/locale/uz/LC_MESSAGES/kcompletion5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kcompletion5_qt.qm +share/locale/vi/LC_MESSAGES/kcompletion5_qt.qm +share/locale/wa/LC_MESSAGES/kcompletion5_qt.qm +share/locale/xh/LC_MESSAGES/kcompletion5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kcompletion5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kcompletion5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kcompletion5_qt.qm Index: head/x11-toolkits/kf5-kconfigwidgets/Makefile =================================================================== --- head/x11-toolkits/kf5-kconfigwidgets/Makefile +++ head/x11-toolkits/kf5-kconfigwidgets/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kconfigwidgets +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 widgets for configuration dialogs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 shebangfix tar:xz +USE_KDE= archive auth codecs config coreaddons doctools ecm guiaddons \ + i18n widgetsaddons +USE_QT5= buildtools_build core dbus gui qmake_build widgets xml + +SHEBANG_FILES= src/preparetips5 + +.include Index: head/x11-toolkits/kf5-kconfigwidgets/distinfo =================================================================== --- head/x11-toolkits/kf5-kconfigwidgets/distinfo +++ head/x11-toolkits/kf5-kconfigwidgets/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424085 +SHA256 (KDE/frameworks/5.27.0/kconfigwidgets-5.27.0.tar.xz) = 28a4243c245401bdc0b27616f94692b172b80a82b2408c158f5d57a95d8e7069 +SIZE (KDE/frameworks/5.27.0/kconfigwidgets-5.27.0.tar.xz) = 2868020 Index: head/x11-toolkits/kf5-kconfigwidgets/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kconfigwidgets/pkg-descr +++ head/x11-toolkits/kf5-kconfigwidgets/pkg-descr @@ -0,0 +1,4 @@ +KConfigWidgets provides easy-to-use classes to create configuration dialogs, +as well as a set of widgets which uses KConfig to store their settings. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html Index: head/x11-toolkits/kf5-kconfigwidgets/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kconfigwidgets/pkg-plist +++ head/x11-toolkits/kf5-kconfigwidgets/pkg-plist @@ -0,0 +1,247 @@ +bin/preparetips5 +include/KF5/KConfigWidgets/KCModule +include/KF5/KConfigWidgets/KCodecAction +include/KF5/KConfigWidgets/KColorScheme +include/KF5/KConfigWidgets/KColorSchemeManager +include/KF5/KConfigWidgets/KConfigDialog +include/KF5/KConfigWidgets/KConfigDialogManager +include/KF5/KConfigWidgets/KConfigViewStateSaver +include/KF5/KConfigWidgets/KHelpClient +include/KF5/KConfigWidgets/KLanguageButton +include/KF5/KConfigWidgets/KPasteTextAction +include/KF5/KConfigWidgets/KRecentFilesAction +include/KF5/KConfigWidgets/KStandardAction +include/KF5/KConfigWidgets/KTipDialog +include/KF5/KConfigWidgets/KViewStateMaintainer +include/KF5/KConfigWidgets/kcmodule.h +include/KF5/KConfigWidgets/kcodecaction.h +include/KF5/KConfigWidgets/kcolorscheme.h +include/KF5/KConfigWidgets/kcolorschememanager.h +include/KF5/KConfigWidgets/kconfigdialog.h +include/KF5/KConfigWidgets/kconfigdialogmanager.h +include/KF5/KConfigWidgets/kconfigviewstatesaver.h +include/KF5/KConfigWidgets/kconfigwidgets_export.h +include/KF5/KConfigWidgets/khelpclient.h +include/KF5/KConfigWidgets/klanguagebutton.h +include/KF5/KConfigWidgets/kpastetextaction.h +include/KF5/KConfigWidgets/krecentfilesaction.h +include/KF5/KConfigWidgets/kstandardaction.h +include/KF5/KConfigWidgets/ktip.h +include/KF5/KConfigWidgets/ktipdialog.h +include/KF5/KConfigWidgets/kviewstatemaintainer.h +include/KF5/kconfigwidgets_version.h +lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake +lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfigVersion.cmake +lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets.cmake +lib/libKF5ConfigWidgets.so +lib/libKF5ConfigWidgets.so.5 +lib/libKF5ConfigWidgets.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KConfigWidgets.pri +man/ca/man1/preparetips5.1.gz +man/de/man1/preparetips5.1.gz +man/it/man1/preparetips5.1.gz +man/man1/preparetips5.1.gz +man/nl/man1/preparetips5.1.gz +man/pt_BR/man1/preparetips5.1.gz +man/ru/man1/preparetips5.1.gz +man/sv/man1/preparetips5.1.gz +man/uk/man1/preparetips5.1.gz +share/locale/af/LC_MESSAGES/kconfigwidgets5.mo +share/locale/af/kf5_entry.desktop +share/locale/ar/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ar/kf5_entry.desktop +share/locale/as/LC_MESSAGES/kconfigwidgets5.mo +share/locale/as/kf5_entry.desktop +share/locale/ast/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ast/kf5_entry.desktop +share/locale/be/LC_MESSAGES/kconfigwidgets5.mo +share/locale/be/kf5_entry.desktop +share/locale/be@latin/LC_MESSAGES/kconfigwidgets5.mo +share/locale/be@latin/kf5_entry.desktop +share/locale/bg/LC_MESSAGES/kconfigwidgets5.mo +share/locale/bg/kf5_entry.desktop +share/locale/bn/LC_MESSAGES/kconfigwidgets5.mo +share/locale/bn/kf5_entry.desktop +share/locale/bn_IN/LC_MESSAGES/kconfigwidgets5.mo +share/locale/bn_IN/kf5_entry.desktop +share/locale/br/LC_MESSAGES/kconfigwidgets5.mo +share/locale/br/kf5_entry.desktop +share/locale/bs/LC_MESSAGES/kconfigwidgets5.mo +share/locale/bs/kf5_entry.desktop +share/locale/ca/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ca/kf5_entry.desktop +share/locale/ca@valencia/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ca@valencia/kf5_entry.desktop +share/locale/crh/LC_MESSAGES/kconfigwidgets5.mo +share/locale/crh/kf5_entry.desktop +share/locale/cs/LC_MESSAGES/kconfigwidgets5.mo +share/locale/cs/kf5_entry.desktop +share/locale/csb/LC_MESSAGES/kconfigwidgets5.mo +share/locale/csb/kf5_entry.desktop +share/locale/cy/LC_MESSAGES/kconfigwidgets5.mo +share/locale/cy/kf5_entry.desktop +share/locale/da/LC_MESSAGES/kconfigwidgets5.mo +share/locale/da/kf5_entry.desktop +share/locale/de/LC_MESSAGES/kconfigwidgets5.mo +share/locale/de/kf5_entry.desktop +share/locale/el/LC_MESSAGES/kconfigwidgets5.mo +share/locale/el/kf5_entry.desktop +share/locale/en_GB/LC_MESSAGES/kconfigwidgets5.mo +share/locale/en_GB/kf5_entry.desktop +share/locale/en_US/kf5_entry.desktop +share/locale/eo/LC_MESSAGES/kconfigwidgets5.mo +share/locale/eo/kf5_entry.desktop +share/locale/es/LC_MESSAGES/kconfigwidgets5.mo +share/locale/es/kf5_entry.desktop +share/locale/et/LC_MESSAGES/kconfigwidgets5.mo +share/locale/et/kf5_entry.desktop +share/locale/eu/LC_MESSAGES/kconfigwidgets5.mo +share/locale/eu/kf5_entry.desktop +share/locale/fa/LC_MESSAGES/kconfigwidgets5.mo +share/locale/fa/kf5_entry.desktop +share/locale/fi/LC_MESSAGES/kconfigwidgets5.mo +share/locale/fi/kf5_entry.desktop +share/locale/fr/LC_MESSAGES/kconfigwidgets5.mo +share/locale/fr/kf5_entry.desktop +share/locale/fy/LC_MESSAGES/kconfigwidgets5.mo +share/locale/fy/kf5_entry.desktop +share/locale/ga/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ga/kf5_entry.desktop +share/locale/gd/LC_MESSAGES/kconfigwidgets5.mo +share/locale/gl/LC_MESSAGES/kconfigwidgets5.mo +share/locale/gl/kf5_entry.desktop +share/locale/gu/LC_MESSAGES/kconfigwidgets5.mo +share/locale/gu/kf5_entry.desktop +share/locale/ha/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ha/kf5_entry.desktop +share/locale/he/LC_MESSAGES/kconfigwidgets5.mo +share/locale/he/kf5_entry.desktop +share/locale/hi/LC_MESSAGES/kconfigwidgets5.mo +share/locale/hi/kf5_entry.desktop +share/locale/hne/LC_MESSAGES/kconfigwidgets5.mo +share/locale/hne/kf5_entry.desktop +share/locale/hr/LC_MESSAGES/kconfigwidgets5.mo +share/locale/hr/kf5_entry.desktop +share/locale/hsb/LC_MESSAGES/kconfigwidgets5.mo +share/locale/hsb/kf5_entry.desktop +share/locale/hu/LC_MESSAGES/kconfigwidgets5.mo +share/locale/hu/kf5_entry.desktop +share/locale/hy/LC_MESSAGES/kconfigwidgets5.mo +share/locale/hy/kf5_entry.desktop +share/locale/ia/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ia/kf5_entry.desktop +share/locale/id/LC_MESSAGES/kconfigwidgets5.mo +share/locale/id/kf5_entry.desktop +share/locale/is/LC_MESSAGES/kconfigwidgets5.mo +share/locale/is/kf5_entry.desktop +share/locale/it/LC_MESSAGES/kconfigwidgets5.mo +share/locale/it/kf5_entry.desktop +share/locale/ja/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ja/kf5_entry.desktop +share/locale/ka/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ka/kf5_entry.desktop +share/locale/kk/LC_MESSAGES/kconfigwidgets5.mo +share/locale/kk/kf5_entry.desktop +share/locale/km/LC_MESSAGES/kconfigwidgets5.mo +share/locale/km/kf5_entry.desktop +share/locale/kn/LC_MESSAGES/kconfigwidgets5.mo +share/locale/kn/kf5_entry.desktop +share/locale/ko/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ko/kf5_entry.desktop +share/locale/ku/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ku/kf5_entry.desktop +share/locale/lb/LC_MESSAGES/kconfigwidgets5.mo +share/locale/lb/kf5_entry.desktop +share/locale/lt/LC_MESSAGES/kconfigwidgets5.mo +share/locale/lt/kf5_entry.desktop +share/locale/lv/LC_MESSAGES/kconfigwidgets5.mo +share/locale/lv/kf5_entry.desktop +share/locale/mai/LC_MESSAGES/kconfigwidgets5.mo +share/locale/mai/kf5_entry.desktop +share/locale/mk/LC_MESSAGES/kconfigwidgets5.mo +share/locale/mk/kf5_entry.desktop +share/locale/ml/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ml/kf5_entry.desktop +share/locale/mr/LC_MESSAGES/kconfigwidgets5.mo +share/locale/mr/kf5_entry.desktop +share/locale/ms/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ms/kf5_entry.desktop +share/locale/nb/LC_MESSAGES/kconfigwidgets5.mo +share/locale/nb/kf5_entry.desktop +share/locale/nds/LC_MESSAGES/kconfigwidgets5.mo +share/locale/nds/kf5_entry.desktop +share/locale/ne/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ne/kf5_entry.desktop +share/locale/nl/LC_MESSAGES/kconfigwidgets5.mo +share/locale/nl/kf5_entry.desktop +share/locale/nn/LC_MESSAGES/kconfigwidgets5.mo +share/locale/nn/kf5_entry.desktop +share/locale/oc/LC_MESSAGES/kconfigwidgets5.mo +share/locale/or/LC_MESSAGES/kconfigwidgets5.mo +share/locale/or/kf5_entry.desktop +share/locale/pa/LC_MESSAGES/kconfigwidgets5.mo +share/locale/pa/kf5_entry.desktop +share/locale/pl/LC_MESSAGES/kconfigwidgets5.mo +share/locale/pl/kf5_entry.desktop +share/locale/ps/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ps/kf5_entry.desktop +share/locale/pt/LC_MESSAGES/kconfigwidgets5.mo +share/locale/pt/kf5_entry.desktop +share/locale/pt_BR/LC_MESSAGES/kconfigwidgets5.mo +share/locale/pt_BR/kf5_entry.desktop +share/locale/ro/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ro/kf5_entry.desktop +share/locale/ru/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ru/kf5_entry.desktop +share/locale/se/LC_MESSAGES/kconfigwidgets5.mo +share/locale/se/kf5_entry.desktop +share/locale/si/LC_MESSAGES/kconfigwidgets5.mo +share/locale/si/kf5_entry.desktop +share/locale/sk/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sl/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sl/kf5_entry.desktop +share/locale/sq/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sq/kf5_entry.desktop +share/locale/sr/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sr/kf5_entry.desktop +share/locale/sr@ijekavian/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sr@ijekavian/kf5_entry.desktop +share/locale/sr@ijekavianlatin/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sr@ijekavianlatin/kf5_entry.desktop +share/locale/sr@latin/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sr@latin/kf5_entry.desktop +share/locale/sv/LC_MESSAGES/kconfigwidgets5.mo +share/locale/sv/kf5_entry.desktop +share/locale/ta/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ta/kf5_entry.desktop +share/locale/te/LC_MESSAGES/kconfigwidgets5.mo +share/locale/te/kf5_entry.desktop +share/locale/tg/LC_MESSAGES/kconfigwidgets5.mo +share/locale/tg/kf5_entry.desktop +share/locale/th/LC_MESSAGES/kconfigwidgets5.mo +share/locale/th/kf5_entry.desktop +share/locale/tr/LC_MESSAGES/kconfigwidgets5.mo +share/locale/tr/kf5_entry.desktop +share/locale/tt/LC_MESSAGES/kconfigwidgets5.mo +share/locale/tt/kf5_entry.desktop +share/locale/ug/LC_MESSAGES/kconfigwidgets5.mo +share/locale/ug/kf5_entry.desktop +share/locale/uk/LC_MESSAGES/kconfigwidgets5.mo +share/locale/uk/kf5_entry.desktop +share/locale/uz/LC_MESSAGES/kconfigwidgets5.mo +share/locale/uz/kf5_entry.desktop +share/locale/uz@cyrillic/LC_MESSAGES/kconfigwidgets5.mo +share/locale/uz@cyrillic/kf5_entry.desktop +share/locale/vi/LC_MESSAGES/kconfigwidgets5.mo +share/locale/vi/kf5_entry.desktop +share/locale/wa/LC_MESSAGES/kconfigwidgets5.mo +share/locale/wa/kf5_entry.desktop +share/locale/xh/LC_MESSAGES/kconfigwidgets5.mo +share/locale/xh/kf5_entry.desktop +share/locale/zh_CN/LC_MESSAGES/kconfigwidgets5.mo +share/locale/zh_CN/kf5_entry.desktop +share/locale/zh_HK/LC_MESSAGES/kconfigwidgets5.mo +share/locale/zh_HK/kf5_entry.desktop +share/locale/zh_TW/LC_MESSAGES/kconfigwidgets5.mo +share/locale/zh_TW/kf5_entry.desktop Index: head/x11-toolkits/kf5-kdesignerplugin/Makefile =================================================================== --- head/x11-toolkits/kf5-kdesignerplugin/Makefile +++ head/x11-toolkits/kf5-kdesignerplugin/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdesignerplugin +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 integration of Frameworks widgets in Qt Designer/Creator + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons doctools ecm i18n iconthemes itemviews \ + jobwidgets kdewebkit kio plotting service solid sonnet \ + textwidgets widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus designer gui linguisttools \ + network qmake_build webkit widgets xml + +.include Index: head/x11-toolkits/kf5-kdesignerplugin/distinfo =================================================================== --- head/x11-toolkits/kf5-kdesignerplugin/distinfo +++ head/x11-toolkits/kf5-kdesignerplugin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424086 +SHA256 (KDE/frameworks/5.27.0/kdesignerplugin-5.27.0.tar.xz) = 1becf2f3f31e73640dd1090d558ef415dbc8884ccc47c1b71d464bb48bb7f494 +SIZE (KDE/frameworks/5.27.0/kdesignerplugin-5.27.0.tar.xz) = 2552804 Index: head/x11-toolkits/kf5-kdesignerplugin/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kdesignerplugin/pkg-descr +++ head/x11-toolkits/kf5-kdesignerplugin/pkg-descr @@ -0,0 +1,5 @@ +This framework provides plugins for Qt Designer that allow it to display the +widgets provided by various KDE frameworks, as well as a utility that can be +used to generate other such plugins from ini-style description files. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html Index: head/x11-toolkits/kf5-kdesignerplugin/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kdesignerplugin/pkg-plist +++ head/x11-toolkits/kf5-kdesignerplugin/pkg-plist @@ -0,0 +1,146 @@ +bin/kgendesignerplugin +lib/cmake/KF5DesignerPlugin/KF5DesignerPluginConfig.cmake +lib/cmake/KF5DesignerPlugin/KF5DesignerPluginConfigVersion.cmake +lib/cmake/KF5DesignerPlugin/KF5DesignerPluginMacros.cmake +lib/cmake/KF5DesignerPlugin/KF5DesignerPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5DesignerPlugin/KF5DesignerPluginTargets.cmake +%%QT_PLUGINDIR%%/designer/kdewebkit5widgets.so +%%QT_PLUGINDIR%%/designer/kf5widgets.so +man/ca/man1/kgendesignerplugin.1.gz +man/de/man1/kgendesignerplugin.1.gz +man/it/man1/kgendesignerplugin.1.gz +man/man1/kgendesignerplugin.1.gz +man/nl/man1/kgendesignerplugin.1.gz +man/pt_BR/man1/kgendesignerplugin.1.gz +man/sv/man1/kgendesignerplugin.1.gz +man/uk/man1/kgendesignerplugin.1.gz +share/kf5/widgets/pics/k3iconview.png +share/kf5/widgets/pics/k3listview.png +share/kf5/widgets/pics/kactionselector.png +share/kf5/widgets/pics/kactivelabel.png +share/kf5/widgets/pics/kcharselect.png +share/kf5/widgets/pics/kcmodule.png +share/kf5/widgets/pics/kcolorbutton.png +share/kf5/widgets/pics/kcolorcombo.png +share/kf5/widgets/pics/kcombobox.png +share/kf5/widgets/pics/kdatepicker.png +share/kf5/widgets/pics/kdatetable.png +share/kf5/widgets/pics/kdualcolorbutton.png +share/kf5/widgets/pics/kfontcombo.png +share/kf5/widgets/pics/kfontrequester.png +share/kf5/widgets/pics/kgradientselector.png +share/kf5/widgets/pics/khistorycombo.png +share/kf5/widgets/pics/khsselector.png +share/kf5/widgets/pics/kiconbutton.png +share/kf5/widgets/pics/kkeybutton.png +share/kf5/widgets/pics/kled.png +share/kf5/widgets/pics/klineedit.png +share/kf5/widgets/pics/klistbox.png +share/kf5/widgets/pics/kpalettetable.png +share/kf5/widgets/pics/kpasswordedit.png +share/kf5/widgets/pics/kruler.png +share/kf5/widgets/pics/ksqueezedtextlabel.png +share/kf5/widgets/pics/ktextedit.png +share/kf5/widgets/pics/kurlcomborequester.png +share/kf5/widgets/pics/kurllabel.png +share/kf5/widgets/pics/kurlrequester.png +share/locale/af/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ar/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/as/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ast/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/be/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/be@latin/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/bg/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/bn/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/br/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/bs/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ca/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/crh/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/cs/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/csb/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/cy/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/da/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/de/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/el/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/en_GB/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/eo/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/es/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/et/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/eu/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/fa/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/fi/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/fr/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/fy/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ga/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/gd/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/gl/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/gu/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ha/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/he/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/hi/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/hne/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/hr/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/hsb/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/hu/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/hy/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ia/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/id/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/is/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/it/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ja/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ka/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/kk/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/km/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/kn/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ko/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ku/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/lb/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/lt/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/lv/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/mai/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/mk/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ml/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/mr/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ms/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/nb/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/nds/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ne/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/nl/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/nn/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/oc/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/or/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/pa/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/pl/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ps/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/pt/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ro/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ru/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/se/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/si/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sk/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sl/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sq/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sr/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/sv/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ta/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/te/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/tg/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/th/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/tr/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/tt/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/ug/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/uk/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/uz/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/vi/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/wa/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/xh/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kdesignerplugin5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kdesignerplugin5_qt.qm Index: head/x11-toolkits/kf5-kguiaddons/Makefile =================================================================== --- head/x11-toolkits/kf5-kguiaddons/Makefile +++ head/x11-toolkits/kf5-kguiaddons/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kguiaddons +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 addons to QtGui + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui qmake_build testlib widgets x11extras +USE_XORG= ice sm x11 xcb xext + +.include Index: head/x11-toolkits/kf5-kguiaddons/distinfo =================================================================== --- head/x11-toolkits/kf5-kguiaddons/distinfo +++ head/x11-toolkits/kf5-kguiaddons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424086 +SHA256 (KDE/frameworks/5.27.0/kguiaddons-5.27.0.tar.xz) = af9bfc252bfae2f11dcbaa48053cb13e39519a77a4d22d4055643d0724a37bea +SIZE (KDE/frameworks/5.27.0/kguiaddons-5.27.0.tar.xz) = 39416 Index: head/x11-toolkits/kf5-kguiaddons/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kguiaddons/pkg-descr +++ head/x11-toolkits/kf5-kguiaddons/pkg-descr @@ -0,0 +1,4 @@ +The KDE GUI addons provide utilities for graphical user interfaces in the areas +of colors, fonts, text, images, keyboard input. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html Index: head/x11-toolkits/kf5-kguiaddons/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kguiaddons/pkg-plist +++ head/x11-toolkits/kf5-kguiaddons/pkg-plist @@ -0,0 +1,29 @@ +include/KF5/KGuiAddons/KColorCollection +include/KF5/KGuiAddons/KColorMimeData +include/KF5/KGuiAddons/KColorUtils +include/KF5/KGuiAddons/KDateValidator +include/KF5/KGuiAddons/KFontUtils +include/KF5/KGuiAddons/KIconUtils +include/KF5/KGuiAddons/KImageCache +include/KF5/KGuiAddons/KModifierKeyInfo +include/KF5/KGuiAddons/KWordWrap +include/KF5/KGuiAddons/kcolorcollection.h +include/KF5/KGuiAddons/kcolormimedata.h +include/KF5/KGuiAddons/kcolorutils.h +include/KF5/KGuiAddons/kdatevalidator.h +include/KF5/KGuiAddons/kfontutils.h +include/KF5/KGuiAddons/kguiaddons_export.h +include/KF5/KGuiAddons/kiconutils.h +include/KF5/KGuiAddons/kimagecache.h +include/KF5/KGuiAddons/klocalimagecacheimpl.h +include/KF5/KGuiAddons/kmodifierkeyinfo.h +include/KF5/KGuiAddons/kwordwrap.h +include/KF5/kguiaddons_version.h +lib/cmake/KF5GuiAddons/KF5GuiAddonsConfig.cmake +lib/cmake/KF5GuiAddons/KF5GuiAddonsConfigVersion.cmake +lib/cmake/KF5GuiAddons/KF5GuiAddonsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5GuiAddons/KF5GuiAddonsTargets.cmake +lib/libKF5GuiAddons.so +lib/libKF5GuiAddons.so.5 +lib/libKF5GuiAddons.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KGuiAddons.pri Index: head/x11-toolkits/kf5-kitemviews/Makefile =================================================================== --- head/x11-toolkits/kf5-kitemviews/Makefile +++ head/x11-toolkits/kf5-kitemviews/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kitemviews +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 widget addons for Qt Model/View + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui linguisttools qmake_build \ + testlib widgets + +.include Index: head/x11-toolkits/kf5-kitemviews/distinfo =================================================================== --- head/x11-toolkits/kf5-kitemviews/distinfo +++ head/x11-toolkits/kf5-kitemviews/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424086 +SHA256 (KDE/frameworks/5.27.0/kitemviews-5.27.0.tar.xz) = 7daedd694c6e67d6769c87977b18adc1127f4e9836d10fdb0d7130e14188c990 +SIZE (KDE/frameworks/5.27.0/kitemviews-5.27.0.tar.xz) = 2512052 Index: head/x11-toolkits/kf5-kitemviews/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kitemviews/pkg-descr +++ head/x11-toolkits/kf5-kitemviews/pkg-descr @@ -0,0 +1,5 @@ +KItemViews includes a set of views, which can be used with item models. +It includes views for categorizing lists and to add search filters to +flat and hierarchical lists. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html Index: head/x11-toolkits/kf5-kitemviews/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kitemviews/pkg-plist +++ head/x11-toolkits/kf5-kitemviews/pkg-plist @@ -0,0 +1,128 @@ +include/KF5/KItemViews/KCategorizedSortFilterProxyModel +include/KF5/KItemViews/KCategorizedView +include/KF5/KItemViews/KCategoryDrawer +include/KF5/KItemViews/KExtendableItemDelegate +include/KF5/KItemViews/KFilterProxySearchLine +include/KF5/KItemViews/KListWidgetSearchLine +include/KF5/KItemViews/KTreeWidgetSearchLine +include/KF5/KItemViews/KTreeWidgetSearchLineWidget +include/KF5/KItemViews/KWidgetItemDelegate +include/KF5/KItemViews/kcategorizedsortfilterproxymodel.h +include/KF5/KItemViews/kcategorizedview.h +include/KF5/KItemViews/kcategorydrawer.h +include/KF5/KItemViews/kextendableitemdelegate.h +include/KF5/KItemViews/kfilterproxysearchline.h +include/KF5/KItemViews/kitemviews_export.h +include/KF5/KItemViews/klistwidgetsearchline.h +include/KF5/KItemViews/ktreewidgetsearchline.h +include/KF5/KItemViews/ktreewidgetsearchlinewidget.h +include/KF5/KItemViews/kwidgetitemdelegate.h +include/KF5/kitemviews_version.h +lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake +lib/cmake/KF5ItemViews/KF5ItemViewsConfigVersion.cmake +lib/cmake/KF5ItemViews/KF5ItemViewsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5ItemViews/KF5ItemViewsTargets.cmake +lib/libKF5ItemViews.so +lib/libKF5ItemViews.so.5 +lib/libKF5ItemViews.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KItemViews.pri +share/locale/af/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ar/LC_MESSAGES/kitemviews5_qt.qm +share/locale/as/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ast/LC_MESSAGES/kitemviews5_qt.qm +share/locale/be/LC_MESSAGES/kitemviews5_qt.qm +share/locale/be@latin/LC_MESSAGES/kitemviews5_qt.qm +share/locale/bg/LC_MESSAGES/kitemviews5_qt.qm +share/locale/bn/LC_MESSAGES/kitemviews5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kitemviews5_qt.qm +share/locale/br/LC_MESSAGES/kitemviews5_qt.qm +share/locale/bs/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ca/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kitemviews5_qt.qm +share/locale/crh/LC_MESSAGES/kitemviews5_qt.qm +share/locale/cs/LC_MESSAGES/kitemviews5_qt.qm +share/locale/csb/LC_MESSAGES/kitemviews5_qt.qm +share/locale/cy/LC_MESSAGES/kitemviews5_qt.qm +share/locale/da/LC_MESSAGES/kitemviews5_qt.qm +share/locale/de/LC_MESSAGES/kitemviews5_qt.qm +share/locale/el/LC_MESSAGES/kitemviews5_qt.qm +share/locale/en_GB/LC_MESSAGES/kitemviews5_qt.qm +share/locale/eo/LC_MESSAGES/kitemviews5_qt.qm +share/locale/es/LC_MESSAGES/kitemviews5_qt.qm +share/locale/et/LC_MESSAGES/kitemviews5_qt.qm +share/locale/eu/LC_MESSAGES/kitemviews5_qt.qm +share/locale/fa/LC_MESSAGES/kitemviews5_qt.qm +share/locale/fi/LC_MESSAGES/kitemviews5_qt.qm +share/locale/fr/LC_MESSAGES/kitemviews5_qt.qm +share/locale/fy/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ga/LC_MESSAGES/kitemviews5_qt.qm +share/locale/gd/LC_MESSAGES/kitemviews5_qt.qm +share/locale/gl/LC_MESSAGES/kitemviews5_qt.qm +share/locale/gu/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ha/LC_MESSAGES/kitemviews5_qt.qm +share/locale/he/LC_MESSAGES/kitemviews5_qt.qm +share/locale/hi/LC_MESSAGES/kitemviews5_qt.qm +share/locale/hne/LC_MESSAGES/kitemviews5_qt.qm +share/locale/hr/LC_MESSAGES/kitemviews5_qt.qm +share/locale/hsb/LC_MESSAGES/kitemviews5_qt.qm +share/locale/hu/LC_MESSAGES/kitemviews5_qt.qm +share/locale/hy/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ia/LC_MESSAGES/kitemviews5_qt.qm +share/locale/id/LC_MESSAGES/kitemviews5_qt.qm +share/locale/is/LC_MESSAGES/kitemviews5_qt.qm +share/locale/it/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ja/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ka/LC_MESSAGES/kitemviews5_qt.qm +share/locale/kk/LC_MESSAGES/kitemviews5_qt.qm +share/locale/km/LC_MESSAGES/kitemviews5_qt.qm +share/locale/kn/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ko/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ku/LC_MESSAGES/kitemviews5_qt.qm +share/locale/lb/LC_MESSAGES/kitemviews5_qt.qm +share/locale/lt/LC_MESSAGES/kitemviews5_qt.qm +share/locale/lv/LC_MESSAGES/kitemviews5_qt.qm +share/locale/mai/LC_MESSAGES/kitemviews5_qt.qm +share/locale/mk/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ml/LC_MESSAGES/kitemviews5_qt.qm +share/locale/mr/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ms/LC_MESSAGES/kitemviews5_qt.qm +share/locale/nb/LC_MESSAGES/kitemviews5_qt.qm +share/locale/nds/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ne/LC_MESSAGES/kitemviews5_qt.qm +share/locale/nl/LC_MESSAGES/kitemviews5_qt.qm +share/locale/nn/LC_MESSAGES/kitemviews5_qt.qm +share/locale/oc/LC_MESSAGES/kitemviews5_qt.qm +share/locale/or/LC_MESSAGES/kitemviews5_qt.qm +share/locale/pa/LC_MESSAGES/kitemviews5_qt.qm +share/locale/pl/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ps/LC_MESSAGES/kitemviews5_qt.qm +share/locale/pt/LC_MESSAGES/kitemviews5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ro/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ru/LC_MESSAGES/kitemviews5_qt.qm +share/locale/se/LC_MESSAGES/kitemviews5_qt.qm +share/locale/si/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sk/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sl/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sq/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sr/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kitemviews5_qt.qm +share/locale/sv/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ta/LC_MESSAGES/kitemviews5_qt.qm +share/locale/te/LC_MESSAGES/kitemviews5_qt.qm +share/locale/tg/LC_MESSAGES/kitemviews5_qt.qm +share/locale/th/LC_MESSAGES/kitemviews5_qt.qm +share/locale/tr/LC_MESSAGES/kitemviews5_qt.qm +share/locale/tt/LC_MESSAGES/kitemviews5_qt.qm +share/locale/ug/LC_MESSAGES/kitemviews5_qt.qm +share/locale/uk/LC_MESSAGES/kitemviews5_qt.qm +share/locale/uz/LC_MESSAGES/kitemviews5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kitemviews5_qt.qm +share/locale/vi/LC_MESSAGES/kitemviews5_qt.qm +share/locale/wa/LC_MESSAGES/kitemviews5_qt.qm +share/locale/xh/LC_MESSAGES/kitemviews5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kitemviews5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kitemviews5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kitemviews5_qt.qm Index: head/x11-toolkits/kf5-kjobwidgets/Makefile =================================================================== --- head/x11-toolkits/kf5-kjobwidgets/Makefile +++ head/x11-toolkits/kf5-kjobwidgets/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kjobwidgets +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 widgets for tracking KJob instance + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= coreaddons ecm widgetsaddons +USE_QT5= buildtools_build core dbus gui linguisttools \ + qmake_build widgets x11extras + +.include Index: head/x11-toolkits/kf5-kjobwidgets/distinfo =================================================================== --- head/x11-toolkits/kf5-kjobwidgets/distinfo +++ head/x11-toolkits/kf5-kjobwidgets/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424086 +SHA256 (KDE/frameworks/5.27.0/kjobwidgets-5.27.0.tar.xz) = 14714e6aa92120aa1e2f409ebf5ee85221087395fac313cb77eb0c25e8978615 +SIZE (KDE/frameworks/5.27.0/kjobwidgets-5.27.0.tar.xz) = 2537472 Index: head/x11-toolkits/kf5-kjobwidgets/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kjobwidgets/pkg-descr +++ head/x11-toolkits/kf5-kjobwidgets/pkg-descr @@ -0,0 +1,3 @@ +KJobWIdgets provides widgets for showing progress of asynchronous jobs. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html Index: head/x11-toolkits/kf5-kjobwidgets/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kjobwidgets/pkg-plist +++ head/x11-toolkits/kf5-kjobwidgets/pkg-plist @@ -0,0 +1,125 @@ +include/KF5/KJobWidgets/KAbstractWidgetJobTracker +include/KF5/KJobWidgets/KDialogJobUiDelegate +include/KF5/KJobWidgets/KJobWidgets +include/KF5/KJobWidgets/KStatusBarJobTracker +include/KF5/KJobWidgets/KUiServerJobTracker +include/KF5/KJobWidgets/KWidgetJobTracker +include/KF5/KJobWidgets/kabstractwidgetjobtracker.h +include/KF5/KJobWidgets/kdialogjobuidelegate.h +include/KF5/KJobWidgets/kjobwidgets.h +include/KF5/KJobWidgets/kjobwidgets_export.h +include/KF5/KJobWidgets/kstatusbarjobtracker.h +include/KF5/KJobWidgets/kuiserverjobtracker.h +include/KF5/KJobWidgets/kwidgetjobtracker.h +include/KF5/kjobwidgets_version.h +lib/cmake/KF5JobWidgets/KF5JobWidgetsConfig.cmake +lib/cmake/KF5JobWidgets/KF5JobWidgetsConfigVersion.cmake +lib/cmake/KF5JobWidgets/KF5JobWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5JobWidgets/KF5JobWidgetsTargets.cmake +lib/libKF5JobWidgets.so +lib/libKF5JobWidgets.so.5 +lib/libKF5JobWidgets.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KJobWidgets.pri +share/dbus-1/interfaces/kf5_org.kde.JobView.xml +share/dbus-1/interfaces/kf5_org.kde.JobViewServer.xml +share/dbus-1/interfaces/kf5_org.kde.JobViewV2.xml +share/locale/af/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ar/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/as/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ast/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/be/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/be@latin/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/bg/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/bn/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/br/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/bs/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ca/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/crh/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/cs/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/csb/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/cy/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/da/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/de/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/el/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/en_GB/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/eo/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/es/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/et/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/eu/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/fa/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/fi/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/fr/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/fy/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ga/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/gd/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/gl/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/gu/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ha/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/he/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/hi/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/hne/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/hr/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/hsb/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/hu/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/hy/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ia/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/id/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/is/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/it/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ja/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ka/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/kk/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/km/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/kn/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ko/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ku/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/lb/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/lt/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/lv/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/mai/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/mk/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ml/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/mr/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ms/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/nb/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/nds/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ne/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/nl/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/nn/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/oc/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/or/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/pa/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/pl/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ps/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/pt/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ro/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ru/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/se/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/si/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sk/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sl/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sq/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sr/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/sv/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ta/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/te/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/tg/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/th/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/tr/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/tt/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/ug/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/uk/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/uz/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/vi/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/wa/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/xh/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kjobwidgets5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kjobwidgets5_qt.qm Index: head/x11-toolkits/kf5-ktextwidgets/Makefile =================================================================== --- head/x11-toolkits/kf5-ktextwidgets/Makefile +++ head/x11-toolkits/kf5-ktextwidgets/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= ktextwidgets +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 advanced text editing widgets + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets \ + coreaddons dbusaddons ecm guiaddons i18n \ + iconthemes itemviews service sonnet \ + widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui qmake_build widgets xml + +.include Index: head/x11-toolkits/kf5-ktextwidgets/distinfo =================================================================== --- head/x11-toolkits/kf5-ktextwidgets/distinfo +++ head/x11-toolkits/kf5-ktextwidgets/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424086 +SHA256 (KDE/frameworks/5.27.0/ktextwidgets-5.27.0.tar.xz) = a49eec9e15af85f1793cd1774a8b38b62e04d3ee0d645d70919d7a4e4cc7022b +SIZE (KDE/frameworks/5.27.0/ktextwidgets-5.27.0.tar.xz) = 2802412 Index: head/x11-toolkits/kf5-ktextwidgets/pkg-descr =================================================================== --- head/x11-toolkits/kf5-ktextwidgets/pkg-descr +++ head/x11-toolkits/kf5-ktextwidgets/pkg-descr @@ -0,0 +1,4 @@ +KTextWidgets provides widgets for displaying and editing text. +It supports rich text as well as plain text. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html Index: head/x11-toolkits/kf5-ktextwidgets/pkg-plist =================================================================== --- head/x11-toolkits/kf5-ktextwidgets/pkg-plist +++ head/x11-toolkits/kf5-ktextwidgets/pkg-plist @@ -0,0 +1,129 @@ +include/KF5/KTextWidgets/KFind +include/KF5/KTextWidgets/KFindDialog +include/KF5/KTextWidgets/KPluralHandlingSpinBox +include/KF5/KTextWidgets/KRegExpEditorInterface +include/KF5/KTextWidgets/KReplace +include/KF5/KTextWidgets/KReplaceDialog +include/KF5/KTextWidgets/KRichTextEdit +include/KF5/KTextWidgets/KRichTextWidget +include/KF5/KTextWidgets/KTextEdit +include/KF5/KTextWidgets/kfind.h +include/KF5/KTextWidgets/kfinddialog.h +include/KF5/KTextWidgets/kpluralhandlingspinbox.h +include/KF5/KTextWidgets/kregexpeditorinterface.h +include/KF5/KTextWidgets/kreplace.h +include/KF5/KTextWidgets/kreplacedialog.h +include/KF5/KTextWidgets/krichtextedit.h +include/KF5/KTextWidgets/krichtextwidget.h +include/KF5/KTextWidgets/ktextedit.h +include/KF5/KTextWidgets/ktextwidgets_export.h +include/KF5/ktextwidgets_version.h +lib/cmake/KF5TextWidgets/KF5TextWidgetsConfig.cmake +lib/cmake/KF5TextWidgets/KF5TextWidgetsConfigVersion.cmake +lib/cmake/KF5TextWidgets/KF5TextWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5TextWidgets/KF5TextWidgetsTargets.cmake +lib/libKF5TextWidgets.so +lib/libKF5TextWidgets.so.5 +lib/libKF5TextWidgets.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KTextWidgets.pri +share/kservicetypes5/kregexpeditor.desktop +share/locale/af/LC_MESSAGES/ktextwidgets5.mo +share/locale/ar/LC_MESSAGES/ktextwidgets5.mo +share/locale/as/LC_MESSAGES/ktextwidgets5.mo +share/locale/ast/LC_MESSAGES/ktextwidgets5.mo +share/locale/be/LC_MESSAGES/ktextwidgets5.mo +share/locale/be@latin/LC_MESSAGES/ktextwidgets5.mo +share/locale/bg/LC_MESSAGES/ktextwidgets5.mo +share/locale/bn/LC_MESSAGES/ktextwidgets5.mo +share/locale/bn_IN/LC_MESSAGES/ktextwidgets5.mo +share/locale/br/LC_MESSAGES/ktextwidgets5.mo +share/locale/bs/LC_MESSAGES/ktextwidgets5.mo +share/locale/ca/LC_MESSAGES/ktextwidgets5.mo +share/locale/ca@valencia/LC_MESSAGES/ktextwidgets5.mo +share/locale/crh/LC_MESSAGES/ktextwidgets5.mo +share/locale/cs/LC_MESSAGES/ktextwidgets5.mo +share/locale/csb/LC_MESSAGES/ktextwidgets5.mo +share/locale/cy/LC_MESSAGES/ktextwidgets5.mo +share/locale/da/LC_MESSAGES/ktextwidgets5.mo +share/locale/de/LC_MESSAGES/ktextwidgets5.mo +share/locale/el/LC_MESSAGES/ktextwidgets5.mo +share/locale/en_GB/LC_MESSAGES/ktextwidgets5.mo +share/locale/eo/LC_MESSAGES/ktextwidgets5.mo +share/locale/es/LC_MESSAGES/ktextwidgets5.mo +share/locale/et/LC_MESSAGES/ktextwidgets5.mo +share/locale/eu/LC_MESSAGES/ktextwidgets5.mo +share/locale/fa/LC_MESSAGES/ktextwidgets5.mo +share/locale/fi/LC_MESSAGES/ktextwidgets5.mo +share/locale/fr/LC_MESSAGES/ktextwidgets5.mo +share/locale/fy/LC_MESSAGES/ktextwidgets5.mo +share/locale/ga/LC_MESSAGES/ktextwidgets5.mo +share/locale/gd/LC_MESSAGES/ktextwidgets5.mo +share/locale/gl/LC_MESSAGES/ktextwidgets5.mo +share/locale/gu/LC_MESSAGES/ktextwidgets5.mo +share/locale/ha/LC_MESSAGES/ktextwidgets5.mo +share/locale/he/LC_MESSAGES/ktextwidgets5.mo +share/locale/hi/LC_MESSAGES/ktextwidgets5.mo +share/locale/hne/LC_MESSAGES/ktextwidgets5.mo +share/locale/hr/LC_MESSAGES/ktextwidgets5.mo +share/locale/hsb/LC_MESSAGES/ktextwidgets5.mo +share/locale/hu/LC_MESSAGES/ktextwidgets5.mo +share/locale/hy/LC_MESSAGES/ktextwidgets5.mo +share/locale/ia/LC_MESSAGES/ktextwidgets5.mo +share/locale/id/LC_MESSAGES/ktextwidgets5.mo +share/locale/is/LC_MESSAGES/ktextwidgets5.mo +share/locale/it/LC_MESSAGES/ktextwidgets5.mo +share/locale/ja/LC_MESSAGES/ktextwidgets5.mo +share/locale/ka/LC_MESSAGES/ktextwidgets5.mo +share/locale/kk/LC_MESSAGES/ktextwidgets5.mo +share/locale/km/LC_MESSAGES/ktextwidgets5.mo +share/locale/kn/LC_MESSAGES/ktextwidgets5.mo +share/locale/ko/LC_MESSAGES/ktextwidgets5.mo +share/locale/ku/LC_MESSAGES/ktextwidgets5.mo +share/locale/lb/LC_MESSAGES/ktextwidgets5.mo +share/locale/lt/LC_MESSAGES/ktextwidgets5.mo +share/locale/lv/LC_MESSAGES/ktextwidgets5.mo +share/locale/mai/LC_MESSAGES/ktextwidgets5.mo +share/locale/mk/LC_MESSAGES/ktextwidgets5.mo +share/locale/ml/LC_MESSAGES/ktextwidgets5.mo +share/locale/mr/LC_MESSAGES/ktextwidgets5.mo +share/locale/ms/LC_MESSAGES/ktextwidgets5.mo +share/locale/nb/LC_MESSAGES/ktextwidgets5.mo +share/locale/nds/LC_MESSAGES/ktextwidgets5.mo +share/locale/ne/LC_MESSAGES/ktextwidgets5.mo +share/locale/nl/LC_MESSAGES/ktextwidgets5.mo +share/locale/nn/LC_MESSAGES/ktextwidgets5.mo +share/locale/oc/LC_MESSAGES/ktextwidgets5.mo +share/locale/or/LC_MESSAGES/ktextwidgets5.mo +share/locale/pa/LC_MESSAGES/ktextwidgets5.mo +share/locale/pl/LC_MESSAGES/ktextwidgets5.mo +share/locale/ps/LC_MESSAGES/ktextwidgets5.mo +share/locale/pt/LC_MESSAGES/ktextwidgets5.mo +share/locale/pt_BR/LC_MESSAGES/ktextwidgets5.mo +share/locale/ro/LC_MESSAGES/ktextwidgets5.mo +share/locale/ru/LC_MESSAGES/ktextwidgets5.mo +share/locale/se/LC_MESSAGES/ktextwidgets5.mo +share/locale/si/LC_MESSAGES/ktextwidgets5.mo +share/locale/sk/LC_MESSAGES/ktextwidgets5.mo +share/locale/sl/LC_MESSAGES/ktextwidgets5.mo +share/locale/sq/LC_MESSAGES/ktextwidgets5.mo +share/locale/sr/LC_MESSAGES/ktextwidgets5.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktextwidgets5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktextwidgets5.mo +share/locale/sr@latin/LC_MESSAGES/ktextwidgets5.mo +share/locale/sv/LC_MESSAGES/ktextwidgets5.mo +share/locale/ta/LC_MESSAGES/ktextwidgets5.mo +share/locale/te/LC_MESSAGES/ktextwidgets5.mo +share/locale/tg/LC_MESSAGES/ktextwidgets5.mo +share/locale/th/LC_MESSAGES/ktextwidgets5.mo +share/locale/tr/LC_MESSAGES/ktextwidgets5.mo +share/locale/tt/LC_MESSAGES/ktextwidgets5.mo +share/locale/ug/LC_MESSAGES/ktextwidgets5.mo +share/locale/uk/LC_MESSAGES/ktextwidgets5.mo +share/locale/uz/LC_MESSAGES/ktextwidgets5.mo +share/locale/uz@cyrillic/LC_MESSAGES/ktextwidgets5.mo +share/locale/vi/LC_MESSAGES/ktextwidgets5.mo +share/locale/wa/LC_MESSAGES/ktextwidgets5.mo +share/locale/xh/LC_MESSAGES/ktextwidgets5.mo +share/locale/zh_CN/LC_MESSAGES/ktextwidgets5.mo +share/locale/zh_HK/LC_MESSAGES/ktextwidgets5.mo +share/locale/zh_TW/LC_MESSAGES/ktextwidgets5.mo Index: head/x11-toolkits/kf5-kwidgetsaddons/Makefile =================================================================== --- head/x11-toolkits/kf5-kwidgetsaddons/Makefile +++ head/x11-toolkits/kf5-kwidgetsaddons/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwidgetsaddons +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 addons to QtWidgets + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui linguisttools \ + qmake_build uiplugin uitools testlib widgets + +.include Index: head/x11-toolkits/kf5-kwidgetsaddons/distinfo =================================================================== --- head/x11-toolkits/kf5-kwidgetsaddons/distinfo +++ head/x11-toolkits/kf5-kwidgetsaddons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424086 +SHA256 (KDE/frameworks/5.27.0/kwidgetsaddons-5.27.0.tar.xz) = 343b0669cca8c87c1c2713e63e01de3ab84b5e21f3c40ce27dd11e7f94ed2f5d +SIZE (KDE/frameworks/5.27.0/kwidgetsaddons-5.27.0.tar.xz) = 4325564 Index: head/x11-toolkits/kf5-kwidgetsaddons/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kwidgetsaddons/pkg-descr +++ head/x11-toolkits/kf5-kwidgetsaddons/pkg-descr @@ -0,0 +1,4 @@ +This repository contains add-on widgets and classes for applications that use +the Qt Widgets module. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html Index: head/x11-toolkits/kf5-kwidgetsaddons/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kwidgetsaddons/pkg-plist +++ head/x11-toolkits/kf5-kwidgetsaddons/pkg-plist @@ -0,0 +1,244 @@ +include/KF5/KWidgetsAddons/KAcceleratorManager +include/KF5/KWidgetsAddons/KActionMenu +include/KF5/KWidgetsAddons/KActionSelector +include/KF5/KWidgetsAddons/KAnimatedButton +include/KF5/KWidgetsAddons/KAssistantDialog +include/KF5/KWidgetsAddons/KCapacityBar +include/KF5/KWidgetsAddons/KCharSelect +include/KF5/KWidgetsAddons/KCollapsibleGroupBox +include/KF5/KWidgetsAddons/KColorButton +include/KF5/KWidgetsAddons/KColorCombo +include/KF5/KWidgetsAddons/KColumnResizer +include/KF5/KWidgetsAddons/KCursor +include/KF5/KWidgetsAddons/KDateComboBox +include/KF5/KWidgetsAddons/KDatePicker +include/KF5/KWidgetsAddons/KDateTimeEdit +include/KF5/KWidgetsAddons/KDragWidgetDecorator +include/KF5/KWidgetsAddons/KDualAction +include/KF5/KWidgetsAddons/KEditListWidget +include/KF5/KWidgetsAddons/KFontAction +include/KF5/KWidgetsAddons/KFontChooser +include/KF5/KWidgetsAddons/KFontRequester +include/KF5/KWidgetsAddons/KFontSizeAction +include/KF5/KWidgetsAddons/KGuiItem +include/KF5/KWidgetsAddons/KLed +include/KF5/KWidgetsAddons/KMessageBox +include/KF5/KWidgetsAddons/KMessageBoxDontAskAgainInterface +include/KF5/KWidgetsAddons/KMessageBoxNotifyInterface +include/KF5/KWidgetsAddons/KMessageWidget +include/KF5/KWidgetsAddons/KMimeTypeChooser +include/KF5/KWidgetsAddons/KMimeTypeEditor +include/KF5/KWidgetsAddons/KMultiTabBar +include/KF5/KWidgetsAddons/KNewPasswordDialog +include/KF5/KWidgetsAddons/KNewPasswordWidget +include/KF5/KWidgetsAddons/KPageDialog +include/KF5/KWidgetsAddons/KPageModel +include/KF5/KWidgetsAddons/KPageView +include/KF5/KWidgetsAddons/KPageWidget +include/KF5/KWidgetsAddons/KPageWidgetModel +include/KF5/KWidgetsAddons/KPasswordDialog +include/KF5/KWidgetsAddons/KPixmapRegionSelectorDialog +include/KF5/KWidgetsAddons/KPixmapRegionSelectorWidget +include/KF5/KWidgetsAddons/KPixmapSequence +include/KF5/KWidgetsAddons/KPixmapSequenceOverlayPainter +include/KF5/KWidgetsAddons/KPixmapSequenceWidget +include/KF5/KWidgetsAddons/KPopupFrame +include/KF5/KWidgetsAddons/KRatingPainter +include/KF5/KWidgetsAddons/KRatingWidget +include/KF5/KWidgetsAddons/KRuler +include/KF5/KWidgetsAddons/KSelectAction +include/KF5/KWidgetsAddons/KSelector +include/KF5/KWidgetsAddons/KSeparator +include/KF5/KWidgetsAddons/KSplitterCollapserButton +include/KF5/KWidgetsAddons/KSqueezedTextLabel +include/KF5/KWidgetsAddons/KStandardGuiItem +include/KF5/KWidgetsAddons/KStyleExtensions +include/KF5/KWidgetsAddons/KTimeComboBox +include/KF5/KWidgetsAddons/KTitleWidget +include/KF5/KWidgetsAddons/KToggleAction +include/KF5/KWidgetsAddons/KToggleFullScreenAction +include/KF5/KWidgetsAddons/KToolBarLabelAction +include/KF5/KWidgetsAddons/KToolBarPopupAction +include/KF5/KWidgetsAddons/KToolBarSpacerAction +include/KF5/KWidgetsAddons/KUrlLabel +include/KF5/KWidgetsAddons/KViewStateMaintainerBase +include/KF5/KWidgetsAddons/KViewStateSerializer +include/KF5/KWidgetsAddons/KXYSelector +include/KF5/KWidgetsAddons/LineEditUrlDropEventFilter +include/KF5/KWidgetsAddons/kacceleratormanager.h +include/KF5/KWidgetsAddons/kactionmenu.h +include/KF5/KWidgetsAddons/kactionselector.h +include/KF5/KWidgetsAddons/kanimatedbutton.h +include/KF5/KWidgetsAddons/kassistantdialog.h +include/KF5/KWidgetsAddons/kcapacitybar.h +include/KF5/KWidgetsAddons/kcharselect.h +include/KF5/KWidgetsAddons/kcollapsiblegroupbox.h +include/KF5/KWidgetsAddons/kcolorbutton.h +include/KF5/KWidgetsAddons/kcolorcombo.h +include/KF5/KWidgetsAddons/kcolumnresizer.h +include/KF5/KWidgetsAddons/kcursor.h +include/KF5/KWidgetsAddons/kdatecombobox.h +include/KF5/KWidgetsAddons/kdatepicker.h +include/KF5/KWidgetsAddons/kdatetimeedit.h +include/KF5/KWidgetsAddons/kdragwidgetdecorator.h +include/KF5/KWidgetsAddons/kdualaction.h +include/KF5/KWidgetsAddons/keditlistwidget.h +include/KF5/KWidgetsAddons/kfontaction.h +include/KF5/KWidgetsAddons/kfontchooser.h +include/KF5/KWidgetsAddons/kfontrequester.h +include/KF5/KWidgetsAddons/kfontsizeaction.h +include/KF5/KWidgetsAddons/kguiitem.h +include/KF5/KWidgetsAddons/kled.h +include/KF5/KWidgetsAddons/kmessagebox.h +include/KF5/KWidgetsAddons/kmessageboxdontaskagaininterface.h +include/KF5/KWidgetsAddons/kmessageboxnotifyinterface.h +include/KF5/KWidgetsAddons/kmessagewidget.h +include/KF5/KWidgetsAddons/kmimetypechooser.h +include/KF5/KWidgetsAddons/kmimetypeeditor.h +include/KF5/KWidgetsAddons/kmultitabbar.h +include/KF5/KWidgetsAddons/knewpassworddialog.h +include/KF5/KWidgetsAddons/knewpasswordwidget.h +include/KF5/KWidgetsAddons/kpagedialog.h +include/KF5/KWidgetsAddons/kpagemodel.h +include/KF5/KWidgetsAddons/kpageview.h +include/KF5/KWidgetsAddons/kpagewidget.h +include/KF5/KWidgetsAddons/kpagewidgetmodel.h +include/KF5/KWidgetsAddons/kpassworddialog.h +include/KF5/KWidgetsAddons/kpixmapregionselectordialog.h +include/KF5/KWidgetsAddons/kpixmapregionselectorwidget.h +include/KF5/KWidgetsAddons/kpixmapsequence.h +include/KF5/KWidgetsAddons/kpixmapsequenceoverlaypainter.h +include/KF5/KWidgetsAddons/kpixmapsequencewidget.h +include/KF5/KWidgetsAddons/kpopupframe.h +include/KF5/KWidgetsAddons/kratingpainter.h +include/KF5/KWidgetsAddons/kratingwidget.h +include/KF5/KWidgetsAddons/kruler.h +include/KF5/KWidgetsAddons/kselectaction.h +include/KF5/KWidgetsAddons/kselector.h +include/KF5/KWidgetsAddons/kseparator.h +include/KF5/KWidgetsAddons/ksplittercollapserbutton.h +include/KF5/KWidgetsAddons/ksqueezedtextlabel.h +include/KF5/KWidgetsAddons/kstandardguiitem.h +include/KF5/KWidgetsAddons/kstyleextensions.h +include/KF5/KWidgetsAddons/ktimecombobox.h +include/KF5/KWidgetsAddons/ktitlewidget.h +include/KF5/KWidgetsAddons/ktoggleaction.h +include/KF5/KWidgetsAddons/ktogglefullscreenaction.h +include/KF5/KWidgetsAddons/ktoolbarlabelaction.h +include/KF5/KWidgetsAddons/ktoolbarpopupaction.h +include/KF5/KWidgetsAddons/ktoolbarspaceraction.h +include/KF5/KWidgetsAddons/kurllabel.h +include/KF5/KWidgetsAddons/kviewstatemaintainerbase.h +include/KF5/KWidgetsAddons/kviewstateserializer.h +include/KF5/KWidgetsAddons/kwidgetsaddons_export.h +include/KF5/KWidgetsAddons/kxyselector.h +include/KF5/KWidgetsAddons/lineediturldropeventfilter.h +include/KF5/kwidgetsaddons_version.h +lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake +lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfigVersion.cmake +lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets.cmake +lib/libKF5WidgetsAddons.so +lib/libKF5WidgetsAddons.so.5 +lib/libKF5WidgetsAddons.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KWidgetsAddons.pri +share/kf5/kcharselect/kcharselect-data +share/locale/af/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ar/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/as/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ast/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/be/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/be@latin/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/bg/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/bn/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/br/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/bs/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ca/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/crh/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/cs/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/csb/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/cy/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/da/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/de/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/el/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/en_GB/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/eo/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/es/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/et/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/eu/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/fa/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/fi/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/fr/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/fy/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ga/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/gl/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/gu/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ha/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/he/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/hi/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/hne/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/hr/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/hsb/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/hu/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/hy/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ia/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/id/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/is/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/it/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ja/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ka/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/kk/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/km/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/kn/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ko/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ku/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/lb/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/lt/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/lv/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/mai/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/mk/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ml/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/mr/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ms/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/nb/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/nds/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ne/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/nl/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/nn/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/oc/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/or/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/pa/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/pl/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ps/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/pt/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ro/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ru/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/se/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/si/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sk/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sl/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sq/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sr/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/sv/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ta/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/te/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/tg/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/th/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/tr/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/tt/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/ug/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/uk/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/uz/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/vi/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/wa/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/xh/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kwidgetsaddons5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kwidgetsaddons5_qt.qm Index: head/x11-toolkits/kf5-kxmlgui/Makefile =================================================================== --- head/x11-toolkits/kf5-kxmlgui/Makefile +++ head/x11-toolkits/kf5-kxmlgui/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kxmlgui +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 user configurable main windows + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= attica5 auth codecs config configwidgets coreaddons ecm \ + globalaccel i18n iconthemes itemviews sonnet textwidgets \ + widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build widgets xml + +.include Index: head/x11-toolkits/kf5-kxmlgui/distinfo =================================================================== --- head/x11-toolkits/kf5-kxmlgui/distinfo +++ head/x11-toolkits/kf5-kxmlgui/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424087 +SHA256 (KDE/frameworks/5.27.0/kxmlgui-5.27.0.tar.xz) = 81c3c14441b22f12bd93a61375b5bacf1708d693d68c9cca5b7ae5286e2cc541 +SIZE (KDE/frameworks/5.27.0/kxmlgui-5.27.0.tar.xz) = 3151064 Index: head/x11-toolkits/kf5-kxmlgui/pkg-descr =================================================================== --- head/x11-toolkits/kf5-kxmlgui/pkg-descr +++ head/x11-toolkits/kf5-kxmlgui/pkg-descr @@ -0,0 +1,5 @@ +KXMLGUI provides a framework for managing menu and toolbar actions in an +abstract way. The actions are configured through a XML description and +hooks in the application code. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kxmlgui/html/index.html Index: head/x11-toolkits/kf5-kxmlgui/pkg-plist =================================================================== --- head/x11-toolkits/kf5-kxmlgui/pkg-plist +++ head/x11-toolkits/kf5-kxmlgui/pkg-plist @@ -0,0 +1,150 @@ +etc/xdg/ui/ui_standards.rc +include/KF5/KXmlGui/KAboutApplicationDialog +include/KF5/KXmlGui/KActionCategory +include/KF5/KXmlGui/KActionCollection +include/KF5/KXmlGui/KBugReport +include/KF5/KXmlGui/KEditToolBar +include/KF5/KXmlGui/KHelpMenu +include/KF5/KXmlGui/KKeySequenceWidget +include/KF5/KXmlGui/KMainWindow +include/KF5/KXmlGui/KShortcutWidget +include/KF5/KXmlGui/KShortcutsDialog +include/KF5/KXmlGui/KShortcutsEditor +include/KF5/KXmlGui/KToggleToolBarAction +include/KF5/KXmlGui/KToolBar +include/KF5/KXmlGui/KUndoActions +include/KF5/KXmlGui/KXMLGUIBuilder +include/KF5/KXmlGui/KXMLGUIClient +include/KF5/KXmlGui/KXMLGUIFactory +include/KF5/KXmlGui/KXmlGuiWindow +include/KF5/KXmlGui/kaboutapplicationdialog.h +include/KF5/KXmlGui/kactioncategory.h +include/KF5/KXmlGui/kactioncollection.h +include/KF5/KXmlGui/kbugreport.h +include/KF5/KXmlGui/kedittoolbar.h +include/KF5/KXmlGui/kgesture_p.h +include/KF5/KXmlGui/kgesturemap_p.h +include/KF5/KXmlGui/khelpmenu.h +include/KF5/KXmlGui/kkeysequencewidget.h +include/KF5/KXmlGui/kmainwindow.h +include/KF5/KXmlGui/kshortcutsdialog.h +include/KF5/KXmlGui/kshortcutseditor.h +include/KF5/KXmlGui/kshortcutwidget.h +include/KF5/KXmlGui/ktoggletoolbaraction.h +include/KF5/KXmlGui/ktoolbar.h +include/KF5/KXmlGui/kundoactions.h +include/KF5/KXmlGui/kxmlgui_export.h +include/KF5/KXmlGui/kxmlguibuilder.h +include/KF5/KXmlGui/kxmlguiclient.h +include/KF5/KXmlGui/kxmlguifactory.h +include/KF5/KXmlGui/kxmlguiwindow.h +include/KF5/kxmlgui_version.h +lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake +lib/cmake/KF5XmlGui/KF5XmlGuiConfigVersion.cmake +lib/cmake/KF5XmlGui/KF5XmlGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5XmlGui/KF5XmlGuiTargets.cmake +lib/libKF5XmlGui.so +lib/libKF5XmlGui.so.5 +lib/libKF5XmlGui.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kf5/ksendbugmail +%%QT_MKSPECDIR%%/modules/qt_KXmlGui.pri +share/locale/af/LC_MESSAGES/kxmlgui5.mo +share/locale/ar/LC_MESSAGES/kxmlgui5.mo +share/locale/as/LC_MESSAGES/kxmlgui5.mo +share/locale/ast/LC_MESSAGES/kxmlgui5.mo +share/locale/be/LC_MESSAGES/kxmlgui5.mo +share/locale/be@latin/LC_MESSAGES/kxmlgui5.mo +share/locale/bg/LC_MESSAGES/kxmlgui5.mo +share/locale/bn/LC_MESSAGES/kxmlgui5.mo +share/locale/bn_IN/LC_MESSAGES/kxmlgui5.mo +share/locale/br/LC_MESSAGES/kxmlgui5.mo +share/locale/bs/LC_MESSAGES/kxmlgui5.mo +share/locale/ca/LC_MESSAGES/kxmlgui5.mo +share/locale/ca@valencia/LC_MESSAGES/kxmlgui5.mo +share/locale/crh/LC_MESSAGES/kxmlgui5.mo +share/locale/cs/LC_MESSAGES/kxmlgui5.mo +share/locale/csb/LC_MESSAGES/kxmlgui5.mo +share/locale/cy/LC_MESSAGES/kxmlgui5.mo +share/locale/da/LC_MESSAGES/kxmlgui5.mo +share/locale/de/LC_MESSAGES/kxmlgui5.mo +share/locale/el/LC_MESSAGES/kxmlgui5.mo +share/locale/en_GB/LC_MESSAGES/kxmlgui5.mo +share/locale/eo/LC_MESSAGES/kxmlgui5.mo +share/locale/es/LC_MESSAGES/kxmlgui5.mo +share/locale/et/LC_MESSAGES/kxmlgui5.mo +share/locale/eu/LC_MESSAGES/kxmlgui5.mo +share/locale/fa/LC_MESSAGES/kxmlgui5.mo +share/locale/fi/LC_MESSAGES/kxmlgui5.mo +share/locale/fr/LC_MESSAGES/kxmlgui5.mo +share/locale/fy/LC_MESSAGES/kxmlgui5.mo +share/locale/ga/LC_MESSAGES/kxmlgui5.mo +share/locale/gd/LC_MESSAGES/kxmlgui5.mo +share/locale/gl/LC_MESSAGES/kxmlgui5.mo +share/locale/gu/LC_MESSAGES/kxmlgui5.mo +share/locale/ha/LC_MESSAGES/kxmlgui5.mo +share/locale/he/LC_MESSAGES/kxmlgui5.mo +share/locale/hi/LC_MESSAGES/kxmlgui5.mo +share/locale/hne/LC_MESSAGES/kxmlgui5.mo +share/locale/hr/LC_MESSAGES/kxmlgui5.mo +share/locale/hsb/LC_MESSAGES/kxmlgui5.mo +share/locale/hu/LC_MESSAGES/kxmlgui5.mo +share/locale/hy/LC_MESSAGES/kxmlgui5.mo +share/locale/ia/LC_MESSAGES/kxmlgui5.mo +share/locale/id/LC_MESSAGES/kxmlgui5.mo +share/locale/is/LC_MESSAGES/kxmlgui5.mo +share/locale/it/LC_MESSAGES/kxmlgui5.mo +share/locale/ja/LC_MESSAGES/kxmlgui5.mo +share/locale/ka/LC_MESSAGES/kxmlgui5.mo +share/locale/kk/LC_MESSAGES/kxmlgui5.mo +share/locale/km/LC_MESSAGES/kxmlgui5.mo +share/locale/kn/LC_MESSAGES/kxmlgui5.mo +share/locale/ko/LC_MESSAGES/kxmlgui5.mo +share/locale/ku/LC_MESSAGES/kxmlgui5.mo +share/locale/lb/LC_MESSAGES/kxmlgui5.mo +share/locale/lt/LC_MESSAGES/kxmlgui5.mo +share/locale/lv/LC_MESSAGES/kxmlgui5.mo +share/locale/mai/LC_MESSAGES/kxmlgui5.mo +share/locale/mk/LC_MESSAGES/kxmlgui5.mo +share/locale/ml/LC_MESSAGES/kxmlgui5.mo +share/locale/mr/LC_MESSAGES/kxmlgui5.mo +share/locale/ms/LC_MESSAGES/kxmlgui5.mo +share/locale/nb/LC_MESSAGES/kxmlgui5.mo +share/locale/nds/LC_MESSAGES/kxmlgui5.mo +share/locale/ne/LC_MESSAGES/kxmlgui5.mo +share/locale/nl/LC_MESSAGES/kxmlgui5.mo +share/locale/nn/LC_MESSAGES/kxmlgui5.mo +share/locale/oc/LC_MESSAGES/kxmlgui5.mo +share/locale/or/LC_MESSAGES/kxmlgui5.mo +share/locale/pa/LC_MESSAGES/kxmlgui5.mo +share/locale/pl/LC_MESSAGES/kxmlgui5.mo +share/locale/ps/LC_MESSAGES/kxmlgui5.mo +share/locale/pt/LC_MESSAGES/kxmlgui5.mo +share/locale/pt_BR/LC_MESSAGES/kxmlgui5.mo +share/locale/ro/LC_MESSAGES/kxmlgui5.mo +share/locale/ru/LC_MESSAGES/kxmlgui5.mo +share/locale/se/LC_MESSAGES/kxmlgui5.mo +share/locale/si/LC_MESSAGES/kxmlgui5.mo +share/locale/sk/LC_MESSAGES/kxmlgui5.mo +share/locale/sl/LC_MESSAGES/kxmlgui5.mo +share/locale/sq/LC_MESSAGES/kxmlgui5.mo +share/locale/sr/LC_MESSAGES/kxmlgui5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kxmlgui5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kxmlgui5.mo +share/locale/sr@latin/LC_MESSAGES/kxmlgui5.mo +share/locale/sv/LC_MESSAGES/kxmlgui5.mo +share/locale/ta/LC_MESSAGES/kxmlgui5.mo +share/locale/te/LC_MESSAGES/kxmlgui5.mo +share/locale/tg/LC_MESSAGES/kxmlgui5.mo +share/locale/th/LC_MESSAGES/kxmlgui5.mo +share/locale/tr/LC_MESSAGES/kxmlgui5.mo +share/locale/tt/LC_MESSAGES/kxmlgui5.mo +share/locale/ug/LC_MESSAGES/kxmlgui5.mo +share/locale/uk/LC_MESSAGES/kxmlgui5.mo +share/locale/uz/LC_MESSAGES/kxmlgui5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kxmlgui5.mo +share/locale/vi/LC_MESSAGES/kxmlgui5.mo +share/locale/wa/LC_MESSAGES/kxmlgui5.mo +share/locale/xh/LC_MESSAGES/kxmlgui5.mo +share/locale/zh_CN/LC_MESSAGES/kxmlgui5.mo +share/locale/zh_HK/LC_MESSAGES/kxmlgui5.mo +share/locale/zh_TW/LC_MESSAGES/kxmlgui5.mo Index: head/x11-toolkits/kirigami/Makefile =================================================================== --- head/x11-toolkits/kirigami/Makefile +++ head/x11-toolkits/kirigami/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kirigami +PORTVERSION= 1.1.0 +MASTER_SITES= KDE/stable/${PORTNAME} +# kirigami will likely become a framework. So already put the distfile there. +DIST_SUBDIR= KDE/frameworks/${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-toolkits kde # kde-framework + +MAINTAINER= kde@FreeBSD.org +COMMENT= QtQuick based components set + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm kdeclarative plasma-framework +USE_QT5= buildtools_build core gui linguisttools network qmake_build \ + qml quick svg testlib widgets + +.include Index: head/x11-toolkits/kirigami/distinfo =================================================================== --- head/x11-toolkits/kirigami/distinfo +++ head/x11-toolkits/kirigami/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475939214 +SHA256 (KDE/frameworks/5.27.0/kirigami-1.1.0.tar.xz) = 6677af0c486a4c9cfefe74a0951e85dad53435010031bf2b7fcdf9c5df6b3edd +SIZE (KDE/frameworks/5.27.0/kirigami-1.1.0.tar.xz) = 262152 Index: head/x11-toolkits/kirigami/pkg-descr =================================================================== --- head/x11-toolkits/kirigami/pkg-descr +++ head/x11-toolkits/kirigami/pkg-descr @@ -0,0 +1,3 @@ +A QtQuick based components set + +WWW: https://api.kde.org/kirigami/html/index.html Index: head/x11-toolkits/kirigami/pkg-plist =================================================================== --- head/x11-toolkits/kirigami/pkg-plist +++ head/x11-toolkits/kirigami/pkg-plist @@ -0,0 +1,72 @@ +lib/cmake/KF5Kirigami/KF5KirigamiConfig.cmake +lib/cmake/KF5Kirigami/KF5KirigamiConfigVersion.cmake +lib/cmake/KF5Kirigami/KF5KirigamiMacros.cmake +%%QT_MKSPECDIR%%/modules/qt_Kirigami.pri +%%QT_QMLDIR%%/org/kde/kirigami/AbstractApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami/AbstractApplicationWindow.qml +%%QT_QMLDIR%%/org/kde/kirigami/AbstractListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/Action.qml +%%QT_QMLDIR%%/org/kde/kirigami/ApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami/ApplicationWindow.qml +%%QT_QMLDIR%%/org/kde/kirigami/BasicListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/ContextDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/GlobalDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/Heading.qml +%%QT_QMLDIR%%/org/kde/kirigami/Icon.qml +%%QT_QMLDIR%%/org/kde/kirigami/Label.qml +%%QT_QMLDIR%%/org/kde/kirigami/OverlayDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/OverlaySheet.qml +%%QT_QMLDIR%%/org/kde/kirigami/Page.qml +%%QT_QMLDIR%%/org/kde/kirigami/ScrollablePage.qml +%%QT_QMLDIR%%/org/kde/kirigami/Separator.qml +%%QT_QMLDIR%%/org/kde/kirigami/SplitDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/SwipeListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/Theme.qml +%%QT_QMLDIR%%/org/kde/kirigami/ToolBarApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami/Units.qml +%%QT_QMLDIR%%/org/kde/kirigami/libkirigamiplugin.so +%%QT_QMLDIR%%/org/kde/kirigami/private/ActionButton.qml +%%QT_QMLDIR%%/org/kde/kirigami/private/CornerShadow.qml +%%QT_QMLDIR%%/org/kde/kirigami/private/DefaultListItemBackground.qml +%%QT_QMLDIR%%/org/kde/kirigami/private/EdgeShadow.qml +%%QT_QMLDIR%%/org/kde/kirigami/private/PageActionPropertyGroup.qml +%%QT_QMLDIR%%/org/kde/kirigami/private/RefreshableScrollView.qml +%%QT_QMLDIR%%/org/kde/kirigami/qmldir +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/AbstractApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/AbstractListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/ApplicationWindow.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/OverlayDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/SwipeListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/Theme.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Desktop/Units.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Plasma/Icon.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Plasma/Theme.qml +%%QT_QMLDIR%%/org/kde/kirigami/styles/Plasma/Units.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/AbstractApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/AbstractListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/ApplicationHeader.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/OverlayDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/OverlaySheet.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/SplitDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/SwipeListItem.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/private/AbstractDrawer.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/private/BackButton.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/private/ContextIcon.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/private/MenuIcon.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/private/PageRow.qml +%%QT_QMLDIR%%/org/kde/kirigami/templates/private/PassiveNotification.qml +share/locale/ca/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/cs/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/de/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/es/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/nl/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/pl/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/pt/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/sk/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/sl/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/sv/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/uk/LC_MESSAGES/libkirigamiplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/libkirigamiplugin_qt.qm Index: head/x11/Makefile =================================================================== --- head/x11/Makefile +++ head/x11/Makefile @@ -124,6 +124,16 @@ SUBDIR += keyboardcast SUBDIR += keylaunch SUBDIR += keynav + SUBDIR += kf5-frameworkintegration + SUBDIR += kf5-frameworks + SUBDIR += kf5-kactivities + SUBDIR += kf5-kded + SUBDIR += kf5-kdelibs4support + SUBDIR += kf5-kglobalaccel + SUBDIR += kf5-kinit + SUBDIR += kf5-krunner + SUBDIR += kf5-kwindowsystem + SUBDIR += kf5-plasma-framework SUBDIR += kgamma SUBDIR += konsole SUBDIR += leechcraft Index: head/x11/kf5-frameworkintegration/Makefile =================================================================== --- head/x11/kf5-frameworkintegration/Makefile +++ head/x11/kf5-frameworkintegration/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= frameworkintegration +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 workspace and cross-framework integration plugins + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ + tar:xz +USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ + iconthemes kio notifications widgetsaddons +USE_QT5= buildtools_build core dbus gui qmake_build widgets \ + x11extras xml +USE_XORG= xcb xcursor + +.include Index: head/x11/kf5-frameworkintegration/distinfo =================================================================== --- head/x11/kf5-frameworkintegration/distinfo +++ head/x11/kf5-frameworkintegration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424087 +SHA256 (KDE/frameworks/5.27.0/frameworkintegration-5.27.0.tar.xz) = e10e41ca8db269437a2d7bbcf262c21eb54ad82af785ccd300ce0020243ffb7e +SIZE (KDE/frameworks/5.27.0/frameworkintegration-5.27.0.tar.xz) = 1749768 Index: head/x11/kf5-frameworkintegration/pkg-descr =================================================================== --- head/x11/kf5-frameworkintegration/pkg-descr +++ head/x11/kf5-frameworkintegration/pkg-descr @@ -0,0 +1,4 @@ +Framework Integration is a set of plugins responsible for better integration +of Qt applications when running on a KDE Plasma workspace. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html Index: head/x11/kf5-frameworkintegration/pkg-plist =================================================================== --- head/x11/kf5-frameworkintegration/pkg-plist +++ head/x11/kf5-frameworkintegration/pkg-plist @@ -0,0 +1,34 @@ +include/KF5/KStyle/KStyle +include/KF5/KStyle/kstyle.h +include/KF5/KStyle/kstyle_export.h +include/KF5/frameworkintegration_version.h +lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationConfig.cmake +lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationConfigVersion.cmake +lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationTargets.cmake +lib/libKF5Style.so +lib/libKF5Style.so.5 +lib/libKF5Style.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/FrameworkIntegrationPlugin.so +share/kf5/infopage/bar-bottom-left.png +share/kf5/infopage/bar-bottom-middle.png +share/kf5/infopage/bar-bottom-right.png +share/kf5/infopage/bar-middle-left.png +share/kf5/infopage/bar-middle-right.png +share/kf5/infopage/bar-top-left.png +share/kf5/infopage/bar-top-middle.png +share/kf5/infopage/bar-top-right.png +share/kf5/infopage/body-background.png +share/kf5/infopage/box-bottom-left.png +share/kf5/infopage/box-bottom-middle.png +share/kf5/infopage/box-bottom-right.png +share/kf5/infopage/box-center.png +share/kf5/infopage/box-middle-left.png +share/kf5/infopage/box-middle-right.png +share/kf5/infopage/box-top-left.png +share/kf5/infopage/box-top-middle.png +share/kf5/infopage/box-top-right.png +share/kf5/infopage/kde_infopage.css +share/kf5/infopage/kde_infopage_rtl.css +share/kf5/infopage/top-middle.png +share/knotifications5/plasma_workspace.notifyrc Index: head/x11/kf5-frameworks/Makefile =================================================================== --- head/x11/kf5-frameworks/Makefile +++ head/x11/kf5-frameworks/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= frameworks +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde +PKGNAMEPREFIX= kf5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 frameworks meta port + +USES= metaport kde:5 +USE_KDE= ${_USE_FRAMEWORKS_ALL} +# pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies +USE_QT5= # + +.include Index: head/x11/kf5-frameworks/pkg-descr =================================================================== --- head/x11/kf5-frameworks/pkg-descr +++ head/x11/kf5-frameworks/pkg-descr @@ -0,0 +1,7 @@ +The KDE Frameworks build on the Qt framework, providing everything from simple +utility classes (such as those in KCoreAddons) to integrated solutions for +common requirements of desktop applications (such as KNewStuff, for fetching +downloadable add-on content in an application, or the powerful KIO +multi-protocol file access framework). + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ Index: head/x11/kf5-kactivities/Makefile =================================================================== --- head/x11/kf5-kactivities/Makefile +++ head/x11/kf5-kactivities/Makefile @@ -0,0 +1,20 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kactivities +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 runtime and library to organize work in separate activities + +LIB_DEPENDS= libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz +USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \ + globalaccel i18n kcmutils kdeclarative kio package \ + service widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build qml \ + quick sql widgets + +.include Index: head/x11/kf5-kactivities/distinfo =================================================================== --- head/x11/kf5-kactivities/distinfo +++ head/x11/kf5-kactivities/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424087 +SHA256 (KDE/frameworks/5.27.0/kactivities-5.27.0.tar.xz) = d313103af7b3dc35febd12791596da29243490f8f64325930cce3de1683ea023 +SIZE (KDE/frameworks/5.27.0/kactivities-5.27.0.tar.xz) = 61228 Index: head/x11/kf5-kactivities/pkg-descr =================================================================== --- head/x11/kf5-kactivities/pkg-descr +++ head/x11/kf5-kactivities/pkg-descr @@ -0,0 +1,7 @@ +KActivities provides the infrastructure needed to manage a user's activites, +allowing them to switch between tasks, and for applications to update their +state to match the user's current activity. This includes a daemon, a library +for interacting with that daemon, and plugins for integration with other +frameworks. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html Index: head/x11/kf5-kactivities/pkg-plist =================================================================== --- head/x11/kf5-kactivities/pkg-plist +++ head/x11/kf5-kactivities/pkg-plist @@ -0,0 +1,26 @@ +bin/kactivities-cli +include/KF5/KActivities/KActivities/ActivitiesModel +include/KF5/KActivities/KActivities/Consumer +include/KF5/KActivities/KActivities/Controller +include/KF5/KActivities/KActivities/Info +include/KF5/KActivities/KActivities/ResourceInstance +include/KF5/KActivities/KActivities/Version +include/KF5/KActivities/kactivities/activitiesmodel.h +include/KF5/KActivities/kactivities/consumer.h +include/KF5/KActivities/kactivities/controller.h +include/KF5/KActivities/kactivities/info.h +include/KF5/KActivities/kactivities/kactivities_export.h +include/KF5/KActivities/kactivities/resourceinstance.h +include/KF5/KActivities/kactivities/version.h +include/KF5/kactivities_version.h +lib/cmake/KF5Activities/KF5ActivitiesConfig.cmake +lib/cmake/KF5Activities/KF5ActivitiesConfigVersion.cmake +lib/cmake/KF5Activities/KF5ActivitiesLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Activities/KF5ActivitiesLibraryTargets.cmake +lib/libKF5Activities.so +lib/libKF5Activities.so.5 +lib/libKF5Activities.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KActivities.pri +%%QT_QMLDIR%%/org/kde/activities/libkactivitiesextensionplugin.so +%%QT_QMLDIR%%/org/kde/activities/qmldir +libdata/pkgconfig/libKActivities.pc Index: head/x11/kf5-kded/Makefile =================================================================== --- head/x11/kf5-kded/Makefile +++ head/x11/kf5-kded/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kded +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 extensible deamon for providing system level services + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= config coreaddons crash dbusaddons doctools ecm \ + init service +USE_QT5= buildtools_build core dbus gui qmake_build widgets + +.include Index: head/x11/kf5-kded/distinfo =================================================================== --- head/x11/kf5-kded/distinfo +++ head/x11/kf5-kded/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424087 +SHA256 (KDE/frameworks/5.27.0/kded-5.27.0.tar.xz) = 82818fd1ea3386a7f806d601add69dc976f58fd1394126b6f57bdca462c7c491 +SIZE (KDE/frameworks/5.27.0/kded-5.27.0.tar.xz) = 36404 Index: head/x11/kf5-kded/pkg-descr =================================================================== --- head/x11/kf5-kded/pkg-descr +++ head/x11/kf5-kded/pkg-descr @@ -0,0 +1,5 @@ +KDED stands for KDE Daemon which isn't very descriptive. KDED runs in the +background and performs a number of small tasks. Some of these tasks are +built in, others are started on demand. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html Index: head/x11/kf5-kded/pkg-plist =================================================================== --- head/x11/kf5-kded/pkg-plist +++ head/x11/kf5-kded/pkg-plist @@ -0,0 +1,18 @@ +bin/kded5 +lib/cmake/KDED/KDEDConfig.cmake +lib/cmake/KDED/KDEDConfigVersion.cmake +lib/cmake/KDED/KDEDTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDED/KDEDTargets.cmake +lib/libkdeinit5_kded5.so +man/ca/man8/kded5.8.gz +man/de/man8/kded5.8.gz +man/it/man8/kded5.8.gz +man/man8/kded5.8.gz +man/nl/man8/kded5.8.gz +man/pt_BR/man8/kded5.8.gz +man/ru/man8/kded5.8.gz +man/sv/man8/kded5.8.gz +man/uk/man8/kded5.8.gz +share/dbus-1/interfaces/org.kde.kded5.xml +share/dbus-1/services/org.kde.kded5.service +share/kservicetypes5/kdedmodule.desktop Index: head/x11/kf5-kdelibs4support/Makefile =================================================================== --- head/x11/kf5-kdelibs4support/Makefile +++ head/x11/kf5-kdelibs4support/Makefile @@ -0,0 +1,26 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdelibs4support +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 porting aid from KDELibs4 + +BUILD_DEPENDS= p5-URI>=0:net/p5-URI + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons doctools globalaccel \ + guiaddons i18n iconthemes itemviews jobwidgets kded \ + kio notifications parts service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem \ + xmlgui \ + designerplugin_build designerplugin_run +USE_QT5= buildtools_build core dbus designer gui network \ + printsupport qmake_build svg testlib widgets \ + x11extras xml +USE_XORG= ice sm x11 xext + +.include Index: head/x11/kf5-kdelibs4support/distinfo =================================================================== --- head/x11/kf5-kdelibs4support/distinfo +++ head/x11/kf5-kdelibs4support/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424088 +SHA256 (KDE/frameworks/5.27.0/kdelibs4support-5.27.0.tar.xz) = 21d92069f472f9d8ea7c479efd549883d912c209ac974c6628e2089e5669689d +SIZE (KDE/frameworks/5.27.0/kdelibs4support-5.27.0.tar.xz) = 3371840 Index: head/x11/kf5-kdelibs4support/pkg-descr =================================================================== --- head/x11/kf5-kdelibs4support/pkg-descr +++ head/x11/kf5-kdelibs4support/pkg-descr @@ -0,0 +1,4 @@ +This framework provides code and utilities to ease the transition from kdelibs 4 +to KDE Frameworks 5. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html Index: head/x11/kf5-kdelibs4support/pkg-plist =================================================================== --- head/x11/kf5-kdelibs4support/pkg-plist +++ head/x11/kf5-kdelibs4support/pkg-plist @@ -0,0 +1,1908 @@ +bin/kdebugdialog5 +bin/kf5-config +etc/xdg/colors/40.colors +etc/xdg/colors/Oxygen.colors +etc/xdg/colors/Rainbow.colors +etc/xdg/colors/Royal.colors +etc/xdg/colors/Web.colors +etc/xdg/kdebug.areas +etc/xdg/kdebugrc +etc/xdg/ksslcalist +include/KF5/KDELibs4Support/KDE/ConversionCheck/QVconvertible +include/KF5/KDELibs4Support/KDE/ConversionCheck/type_toQString +include/KF5/KDELibs4Support/KDE/ConversionCheck/type_toQVariant +include/KF5/KDELibs4Support/KDE/DOM/AbstractView +include/KF5/KDELibs4Support/KDE/DOM/Attr +include/KF5/KDELibs4Support/KDE/DOM/CDATASection +include/KF5/KDELibs4Support/KDE/DOM/CSSCharsetRule +include/KF5/KDELibs4Support/KDE/DOM/CSSException +include/KF5/KDELibs4Support/KDE/DOM/CSSFontFaceRule +include/KF5/KDELibs4Support/KDE/DOM/CSSImportRule +include/KF5/KDELibs4Support/KDE/DOM/CSSMediaRule +include/KF5/KDELibs4Support/KDE/DOM/CSSPageRule +include/KF5/KDELibs4Support/KDE/DOM/CSSPrimitiveValue +include/KF5/KDELibs4Support/KDE/DOM/CSSRule +include/KF5/KDELibs4Support/KDE/DOM/CSSRuleList +include/KF5/KDELibs4Support/KDE/DOM/CSSStyleDeclaration +include/KF5/KDELibs4Support/KDE/DOM/CSSStyleRule +include/KF5/KDELibs4Support/KDE/DOM/CSSStyleSheet +include/KF5/KDELibs4Support/KDE/DOM/CSSUnknownRule +include/KF5/KDELibs4Support/KDE/DOM/CSSValue +include/KF5/KDELibs4Support/KDE/DOM/CSSValueList +include/KF5/KDELibs4Support/KDE/DOM/CharacterData +include/KF5/KDELibs4Support/KDE/DOM/Comment +include/KF5/KDELibs4Support/KDE/DOM/Counter +include/KF5/KDELibs4Support/KDE/DOM/CustomNodeFilter +include/KF5/KDELibs4Support/KDE/DOM/DOMException +include/KF5/KDELibs4Support/KDE/DOM/DOMImplementation +include/KF5/KDELibs4Support/KDE/DOM/DOMString +include/KF5/KDELibs4Support/KDE/DOM/Document +include/KF5/KDELibs4Support/KDE/DOM/DocumentFragment +include/KF5/KDELibs4Support/KDE/DOM/DocumentStyle +include/KF5/KDELibs4Support/KDE/DOM/DocumentType +include/KF5/KDELibs4Support/KDE/DOM/DomShared +include/KF5/KDELibs4Support/KDE/DOM/Element +include/KF5/KDELibs4Support/KDE/DOM/Entity +include/KF5/KDELibs4Support/KDE/DOM/EntityReference +include/KF5/KDELibs4Support/KDE/DOM/Event +include/KF5/KDELibs4Support/KDE/DOM/EventException +include/KF5/KDELibs4Support/KDE/DOM/EventListener +include/KF5/KDELibs4Support/KDE/DOM/HTMLAnchorElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLAppletElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLAreaElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLBRElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLBaseElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLBaseFontElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLBlockquoteElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLBodyElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLButtonElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLCollection +include/KF5/KDELibs4Support/KDE/DOM/HTMLDListElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLDirectoryElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLDivElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLDocument +include/KF5/KDELibs4Support/KDE/DOM/HTMLElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLFieldSetElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLFontElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLFormCollection +include/KF5/KDELibs4Support/KDE/DOM/HTMLFormElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLFrameElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLFrameSetElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLHRElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLHeadElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLHeadingElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLHtmlElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLIFrameElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLImageElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLInputElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLIsIndexElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLLIElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLLabelElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLLayerElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLLegendElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLLinkElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLMapElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLMenuElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLMetaElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLModElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLOListElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLObjectElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLOptGroupElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLOptionElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLParagraphElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLParamElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLPreElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLQuoteElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLScriptElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLSelectElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLStyleElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTableCaptionElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTableCellElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTableColElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTableElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTableRowElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTableSectionElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTextAreaElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLTitleElement +include/KF5/KDELibs4Support/KDE/DOM/HTMLUListElement +include/KF5/KDELibs4Support/KDE/DOM/KeyboardEvent +include/KF5/KDELibs4Support/KDE/DOM/LinkStyle +include/KF5/KDELibs4Support/KDE/DOM/MediaList +include/KF5/KDELibs4Support/KDE/DOM/MouseEvent +include/KF5/KDELibs4Support/KDE/DOM/MutationEvent +include/KF5/KDELibs4Support/KDE/DOM/NamedNodeMap +include/KF5/KDELibs4Support/KDE/DOM/Node +include/KF5/KDELibs4Support/KDE/DOM/NodeFilter +include/KF5/KDELibs4Support/KDE/DOM/NodeIterator +include/KF5/KDELibs4Support/KDE/DOM/NodeList +include/KF5/KDELibs4Support/KDE/DOM/Notation +include/KF5/KDELibs4Support/KDE/DOM/ProcessingInstruction +include/KF5/KDELibs4Support/KDE/DOM/RGBColor +include/KF5/KDELibs4Support/KDE/DOM/Range +include/KF5/KDELibs4Support/KDE/DOM/RangeException +include/KF5/KDELibs4Support/KDE/DOM/Rect +include/KF5/KDELibs4Support/KDE/DOM/StyleSheet +include/KF5/KDELibs4Support/KDE/DOM/StyleSheetList +include/KF5/KDELibs4Support/KDE/DOM/Text +include/KF5/KDELibs4Support/KDE/DOM/TextEvent +include/KF5/KDELibs4Support/KDE/DOM/TreeWalker +include/KF5/KDELibs4Support/KDE/DOM/UIEvent +include/KF5/KDELibs4Support/KDE/K4AboutData +include/KF5/KDELibs4Support/KDE/KACL +include/KF5/KDELibs4Support/KDE/KAboutApplicationDialog +include/KF5/KDELibs4Support/KDE/KAboutData +include/KF5/KDELibs4Support/KDE/KAboutPerson +include/KF5/KDELibs4Support/KDE/KAccelGen/Deref +include/KF5/KDELibs4Support/KDE/KAccelGen/Deref_Key +include/KF5/KDELibs4Support/KDE/KAcceleratorManager +include/KF5/KDELibs4Support/KDE/KAction +include/KF5/KDELibs4Support/KDE/KActionCategory +include/KF5/KDELibs4Support/KDE/KActionCollection +include/KF5/KDELibs4Support/KDE/KActionMenu +include/KF5/KDELibs4Support/KDE/KActionSelector +include/KF5/KDELibs4Support/KDE/KAnimatedButton +include/KF5/KDELibs4Support/KDE/KApplication +include/KF5/KDELibs4Support/KDE/KAr +include/KF5/KDELibs4Support/KDE/KArchive +include/KF5/KDELibs4Support/KDE/KArchiveDirectory +include/KF5/KDELibs4Support/KDE/KArchiveEntry +include/KF5/KDELibs4Support/KDE/KArchiveFile +include/KF5/KDELibs4Support/KDE/KArrowButton +include/KF5/KDELibs4Support/KDE/KAscii +include/KF5/KDELibs4Support/KDE/KAssistantDialog +include/KF5/KDELibs4Support/KDE/KAuth/Action +include/KF5/KDELibs4Support/KDE/KAuth/ActionReply +include/KF5/KDELibs4Support/KDE/KAuth/ActionWatcher +include/KF5/KDELibs4Support/KDE/KAuth/HelperSupport +include/KF5/KDELibs4Support/KDE/KAuthorized +include/KF5/KDELibs4Support/KDE/KAutoMount +include/KF5/KDELibs4Support/KDE/KAutoSaveFile +include/KF5/KDELibs4Support/KDE/KAutoUnmount +include/KF5/KDELibs4Support/KDE/KAutostart +include/KF5/KDELibs4Support/KDE/KBookmark +include/KF5/KDELibs4Support/KDE/KBookmarkAction +include/KF5/KDELibs4Support/KDE/KBookmarkActionInterface +include/KF5/KDELibs4Support/KDE/KBookmarkActionMenu +include/KF5/KDELibs4Support/KDE/KBookmarkDialog +include/KF5/KDELibs4Support/KDE/KBookmarkDomBuilder +include/KF5/KDELibs4Support/KDE/KBookmarkExporterBase +include/KF5/KDELibs4Support/KDE/KBookmarkGroup +include/KF5/KDELibs4Support/KDE/KBookmarkGroupTraverser +include/KF5/KDELibs4Support/KDE/KBookmarkImporterBase +include/KF5/KDELibs4Support/KDE/KBookmarkManager +include/KF5/KDELibs4Support/KDE/KBookmarkMenu +include/KF5/KDELibs4Support/KDE/KBookmarkOwner +include/KF5/KDELibs4Support/KDE/KBreadcrumbSelectionModel +include/KF5/KDELibs4Support/KDE/KBugReport +include/KF5/KDELibs4Support/KDE/KBuildSycocaProgressDialog +include/KF5/KDELibs4Support/KDE/KButtonGroup +include/KF5/KDELibs4Support/KDE/KCModule +include/KF5/KDELibs4Support/KDE/KCModuleContainer +include/KF5/KDELibs4Support/KDE/KCModuleInfo +include/KF5/KDELibs4Support/KDE/KCModuleLoader +include/KF5/KDELibs4Support/KDE/KCModuleProxy +include/KF5/KDELibs4Support/KDE/KCMultiDialog +include/KF5/KDELibs4Support/KDE/KCalendarSystem +include/KF5/KDELibs4Support/KDE/KCalendarSystemFactory +include/KF5/KDELibs4Support/KDE/KCapacityBar +include/KF5/KDELibs4Support/KDE/KCategorizedSortFilterProxyModel +include/KF5/KDELibs4Support/KDE/KCategorizedView +include/KF5/KDELibs4Support/KDE/KCategoryDrawer +include/KF5/KDELibs4Support/KDE/KCharMacroExpander +include/KF5/KDELibs4Support/KDE/KCharSelect +include/KF5/KDELibs4Support/KDE/KCharsets +include/KF5/KDELibs4Support/KDE/KCheckableProxyModel +include/KF5/KDELibs4Support/KDE/KCmdLineArgs +include/KF5/KDELibs4Support/KDE/KCmdLineOptions +include/KF5/KDELibs4Support/KDE/KCodecAction +include/KF5/KDELibs4Support/KDE/KCodecs +include/KF5/KDELibs4Support/KDE/KColor +include/KF5/KDELibs4Support/KDE/KColorButton +include/KF5/KDELibs4Support/KDE/KColorCells +include/KF5/KDELibs4Support/KDE/KColorCollection +include/KF5/KDELibs4Support/KDE/KColorCombo +include/KF5/KDELibs4Support/KDE/KColorDialog +include/KF5/KDELibs4Support/KDE/KColorMimeData +include/KF5/KDELibs4Support/KDE/KColorPatch +include/KF5/KDELibs4Support/KDE/KColorScheme +include/KF5/KDELibs4Support/KDE/KColorTable +include/KF5/KDELibs4Support/KDE/KColorUtils +include/KF5/KDELibs4Support/KDE/KColorValueSelector +include/KF5/KDELibs4Support/KDE/KComboBox +include/KF5/KDELibs4Support/KDE/KCompletion +include/KF5/KDELibs4Support/KDE/KCompletionBase +include/KF5/KDELibs4Support/KDE/KCompletionBox +include/KF5/KDELibs4Support/KDE/KCompletionMatches +include/KF5/KDELibs4Support/KDE/KComponentData +include/KF5/KDELibs4Support/KDE/KCompositeJob +include/KF5/KDELibs4Support/KDE/KConfig +include/KF5/KDELibs4Support/KDE/KConfigBase +include/KF5/KDELibs4Support/KDE/KConfigDialog +include/KF5/KDELibs4Support/KDE/KConfigDialogManager +include/KF5/KDELibs4Support/KDE/KConfigGroup +include/KF5/KDELibs4Support/KDE/KConfigSkeleton +include/KF5/KDELibs4Support/KDE/KConfigSkeletonGenericItem +include/KF5/KDELibs4Support/KDE/KConfigSkeletonItem +include/KF5/KDELibs4Support/KDE/KCrash +include/KF5/KDELibs4Support/KDE/KCrashBookmarkImporter +include/KF5/KDELibs4Support/KDE/KCrashBookmarkImporterImpl +include/KF5/KDELibs4Support/KDE/KCurrencyCode +include/KF5/KDELibs4Support/KDE/KCursor +include/KF5/KDELibs4Support/KDE/KDBusServiceStarter +include/KF5/KDELibs4Support/KDE/KDEDModule +include/KF5/KDELibs4Support/KDE/KDEPrintDialog +include/KF5/KDELibs4Support/KDE/KDEsuClient +include/KF5/KDELibs4Support/KDE/KDNSSD/Configuration +include/KF5/KDELibs4Support/KDE/KDNSSD/DomainBrowser +include/KF5/KDELibs4Support/KDE/KDNSSD/DomainModel +include/KF5/KDELibs4Support/KDE/KDNSSD/PublicService +include/KF5/KDELibs4Support/KDE/KDNSSD/RemoteService +include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceBase +include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceBrowser +include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceModel +include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceTypeBrowser +include/KF5/KDELibs4Support/KDE/KDataTool +include/KF5/KDELibs4Support/KDE/KDataToolAction +include/KF5/KDELibs4Support/KDE/KDataToolInfo +include/KF5/KDELibs4Support/KDE/KDateComboBox +include/KF5/KDELibs4Support/KDE/KDatePicker +include/KF5/KDELibs4Support/KDE/KDateTable +include/KF5/KDELibs4Support/KDE/KDateTime +include/KF5/KDELibs4Support/KDE/KDateTimeEdit +include/KF5/KDELibs4Support/KDE/KDateTimeWidget +include/KF5/KDELibs4Support/KDE/KDateValidator +include/KF5/KDELibs4Support/KDE/KDateWidget +include/KF5/KDELibs4Support/KDE/KDebug +include/KF5/KDELibs4Support/KDE/KDescendantsProxyModel +include/KF5/KDELibs4Support/KDE/KDesktopFile +include/KF5/KDELibs4Support/KDE/KDeviceListModel +include/KF5/KDELibs4Support/KDE/KDialog +include/KF5/KDELibs4Support/KDE/KDialogButtonBox +include/KF5/KDELibs4Support/KDE/KDialogJobUiDelegate +include/KF5/KDELibs4Support/KDE/KDirLister +include/KF5/KDELibs4Support/KDE/KDirModel +include/KF5/KDELibs4Support/KDE/KDirNotify +include/KF5/KDELibs4Support/KDE/KDirOperator +include/KF5/KDELibs4Support/KDE/KDirSelectDialog +include/KF5/KDELibs4Support/KDE/KDirSortFilterProxyModel +include/KF5/KDELibs4Support/KDE/KDirWatch +include/KF5/KDELibs4Support/KDE/KDiskFreeSpace +include/KF5/KDELibs4Support/KDE/KDiskFreeSpaceInfo +include/KF5/KDELibs4Support/KDE/KDoubleNumInput +include/KF5/KDELibs4Support/KDE/KDoubleValidator +include/KF5/KDELibs4Support/KDE/KDualAction +include/KF5/KDELibs4Support/KDE/KEMailSettings +include/KF5/KDELibs4Support/KDE/KEditListBox +include/KF5/KDELibs4Support/KDE/KEditListWidget +include/KF5/KDELibs4Support/KDE/KEditToolBar +include/KF5/KDELibs4Support/KDE/KEmoticons +include/KF5/KDELibs4Support/KDE/KEmoticonsProvider +include/KF5/KDELibs4Support/KDE/KEmoticonsTheme +include/KF5/KDELibs4Support/KDE/KEncodingFileDialog +include/KF5/KDELibs4Support/KDE/KEncodingProber +include/KF5/KDELibs4Support/KDE/KExtendableItemDelegate +include/KF5/KDELibs4Support/KDE/KFadeWidgetEffect +include/KF5/KDELibs4Support/KDE/KFile +include/KF5/KDELibs4Support/KDE/KFileDialog +include/KF5/KDELibs4Support/KDE/KFileFilterCombo +include/KF5/KDELibs4Support/KDE/KFileItem +include/KF5/KDELibs4Support/KDE/KFileItemActions +include/KF5/KDELibs4Support/KDE/KFileItemDelegate +include/KF5/KDELibs4Support/KDE/KFileItemList +include/KF5/KDELibs4Support/KDE/KFileItemListProperties +include/KF5/KDELibs4Support/KDE/KFileMetaDataWidget +include/KF5/KDELibs4Support/KDE/KFileMetaInfo +include/KF5/KDELibs4Support/KDE/KFileMetaInfoGroup +include/KF5/KDELibs4Support/KDE/KFileMetaInfoItem +include/KF5/KDELibs4Support/KDE/KFilePlacesModel +include/KF5/KDELibs4Support/KDE/KFilePlacesView +include/KF5/KDELibs4Support/KDE/KFilePreviewGenerator +include/KF5/KDELibs4Support/KDE/KFileShare +include/KF5/KDELibs4Support/KDE/KFileSharePropsPlugin +include/KF5/KDELibs4Support/KDE/KFileTreeBranch +include/KF5/KDELibs4Support/KDE/KFileTreeView +include/KF5/KDELibs4Support/KDE/KFileWidget +include/KF5/KDELibs4Support/KDE/KFileWritePlugin +include/KF5/KDELibs4Support/KDE/KFilterBase +include/KF5/KDELibs4Support/KDE/KFilterDev +include/KF5/KDELibs4Support/KDE/KFilterProxySearchLine +include/KF5/KDELibs4Support/KDE/KFind +include/KF5/KDELibs4Support/KDE/KFindDialog +include/KF5/KDELibs4Support/KDE/KFontAction +include/KF5/KDELibs4Support/KDE/KFontChooser +include/KF5/KDELibs4Support/KDE/KFontComboBox +include/KF5/KDELibs4Support/KDE/KFontDialog +include/KF5/KDELibs4Support/KDE/KFontRequester +include/KF5/KDELibs4Support/KDE/KFontSizeAction +include/KF5/KDELibs4Support/KDE/KFontUtils +include/KF5/KDELibs4Support/KDE/KGenericFactory +include/KF5/KDELibs4Support/KDE/KGenericFactoryBase +include/KF5/KDELibs4Support/KDE/KGlobal +include/KF5/KDELibs4Support/KDE/KGlobalAccel +include/KF5/KDELibs4Support/KDE/KGlobalSettings +include/KF5/KDELibs4Support/KDE/KGlobalShortcutInfo +include/KF5/KDELibs4Support/KDE/KGradientSelector +include/KF5/KDELibs4Support/KDE/KGraphicsWebView +include/KF5/KDELibs4Support/KDE/KGuiItem +include/KF5/KDELibs4Support/KDE/KHBox +include/KF5/KDELibs4Support/KDE/KHTMLPart +include/KF5/KDELibs4Support/KDE/KHTMLSettings +include/KF5/KDELibs4Support/KDE/KHTMLView +include/KF5/KDELibs4Support/KDE/KHelpMenu +include/KF5/KDELibs4Support/KDE/KHistoryComboBox +include/KF5/KDELibs4Support/KDE/KHueSaturationSelector +include/KF5/KDELibs4Support/KDE/KIEBookmarkExporterImpl +include/KF5/KDELibs4Support/KDE/KIEBookmarkImporter +include/KF5/KDELibs4Support/KDE/KIEBookmarkImporterImpl +include/KF5/KDELibs4Support/KDE/KIMProxy +include/KF5/KDELibs4Support/KDE/KIO/AccessManager +include/KF5/KDELibs4Support/KDE/KIO/AuthInfo +include/KF5/KDELibs4Support/KDE/KIO/ChmodJob +include/KF5/KDELibs4Support/KDE/KIO/Connection +include/KF5/KDELibs4Support/KDE/KIO/CopyInfo +include/KF5/KDELibs4Support/KDE/KIO/CopyJob +include/KF5/KDELibs4Support/KDE/KIO/DavJob +include/KF5/KDELibs4Support/KDE/KIO/DeleteJob +include/KF5/KDELibs4Support/KDE/KIO/FileCopyJob +include/KF5/KDELibs4Support/KDE/KIO/FileJob +include/KF5/KDELibs4Support/KDE/KIO/ForwardingSlaveBase +include/KF5/KDELibs4Support/KDE/KIO/Job +include/KF5/KDELibs4Support/KDE/KIO/JobClasses +include/KF5/KDELibs4Support/KDE/KIO/JobUiDelegate +include/KF5/KDELibs4Support/KDE/KIO/ListJob +include/KF5/KDELibs4Support/KDE/KIO/MetaData +include/KF5/KDELibs4Support/KDE/KIO/MetaInfoJob +include/KF5/KDELibs4Support/KDE/KIO/MimetypeJob +include/KF5/KDELibs4Support/KDE/KIO/MultiGetJob +include/KF5/KDELibs4Support/KDE/KIO/NetAccess +include/KF5/KDELibs4Support/KDE/KIO/NetRC +include/KF5/KDELibs4Support/KDE/KIO/PasswordDialog +include/KF5/KDELibs4Support/KDE/KIO/PreviewJob +include/KF5/KDELibs4Support/KDE/KIO/RenameDialog +include/KF5/KDELibs4Support/KDE/KIO/Scheduler +include/KF5/KDELibs4Support/KDE/KIO/SessionData +include/KF5/KDELibs4Support/KDE/KIO/SimpleJob +include/KF5/KDELibs4Support/KDE/KIO/SkipDialog +include/KF5/KDELibs4Support/KDE/KIO/Slave +include/KF5/KDELibs4Support/KDE/KIO/SlaveBase +include/KF5/KDELibs4Support/KDE/KIO/SlaveConfig +include/KF5/KDELibs4Support/KDE/KIO/SlaveInterface +include/KF5/KDELibs4Support/KDE/KIO/StatJob +include/KF5/KDELibs4Support/KDE/KIO/StoredTransferJob +include/KF5/KDELibs4Support/KDE/KIO/TCPSlaveBase +include/KF5/KDELibs4Support/KDE/KIO/Task +include/KF5/KDELibs4Support/KDE/KIO/TransferJob +include/KF5/KDELibs4Support/KDE/KIcon +include/KF5/KDELibs4Support/KDE/KIconButton +include/KF5/KDELibs4Support/KDE/KIconDialog +include/KF5/KDELibs4Support/KDE/KIconEffect +include/KF5/KDELibs4Support/KDE/KIconLoader +include/KF5/KDELibs4Support/KDE/KIconTheme +include/KF5/KDELibs4Support/KDE/KIdentityProxyModel +include/KF5/KDELibs4Support/KDE/KIdleTime +include/KF5/KDELibs4Support/KDE/KImageCache +include/KF5/KDELibs4Support/KDE/KImageFilePreview +include/KF5/KDELibs4Support/KDE/KImageIO +include/KF5/KDELibs4Support/KDE/KInputDialog +include/KF5/KDELibs4Support/KDE/KIntNumInput +include/KF5/KDELibs4Support/KDE/KIntSpinBox +include/KF5/KDELibs4Support/KDE/KIntValidator +include/KF5/KDELibs4Support/KDE/KJob +include/KF5/KDELibs4Support/KDE/KJobTrackerInterface +include/KF5/KDELibs4Support/KDE/KJobUiDelegate +include/KF5/KDELibs4Support/KDE/KKeySequenceWidget +include/KF5/KDELibs4Support/KDE/KLanguageButton +include/KF5/KDELibs4Support/KDE/KLed +include/KF5/KDELibs4Support/KDE/KLibLoader +include/KF5/KDELibs4Support/KDE/KLibrary +include/KF5/KDELibs4Support/KDE/KLineEdit +include/KF5/KDELibs4Support/KDE/KLinkItemSelectionModel +include/KF5/KDELibs4Support/KDE/KListWidget +include/KF5/KDELibs4Support/KDE/KListWidgetSearchLine +include/KF5/KDELibs4Support/KDE/KLocale +include/KF5/KDELibs4Support/KDE/KLocalizedDate +include/KF5/KDELibs4Support/KDE/KLocalizedString +include/KF5/KDELibs4Support/KDE/KLockFile +include/KF5/KDELibs4Support/KDE/KMD5 +include/KF5/KDELibs4Support/KDE/KMacroExpanderBase +include/KF5/KDELibs4Support/KDE/KMainWindow +include/KF5/KDELibs4Support/KDE/KMakeTypeList +include/KF5/KDELibs4Support/KDE/KMediaPlayer/Player +include/KF5/KDELibs4Support/KDE/KMediaPlayer/View +include/KF5/KDELibs4Support/KDE/KMenu +include/KF5/KDELibs4Support/KDE/KMenuBar +include/KF5/KDELibs4Support/KDE/KMessage +include/KF5/KDELibs4Support/KDE/KMessageBox +include/KF5/KDELibs4Support/KDE/KMessageBoxMessageHandler +include/KF5/KDELibs4Support/KDE/KMessageHandler +include/KF5/KDELibs4Support/KDE/KMessageWidget +include/KF5/KDELibs4Support/KDE/KMimeType +include/KF5/KDELibs4Support/KDE/KMimeTypeChooser +include/KF5/KDELibs4Support/KDE/KMimeTypeChooserDialog +include/KF5/KDELibs4Support/KDE/KMimeTypeResolver +include/KF5/KDELibs4Support/KDE/KMimeTypeTrader +include/KF5/KDELibs4Support/KDE/KModelIndexProxyMapper +include/KF5/KDELibs4Support/KDE/KModifierKeyInfo +include/KF5/KDELibs4Support/KDE/KMountPoint +include/KF5/KDELibs4Support/KDE/KMozillaBookmarkImporterImpl +include/KF5/KDELibs4Support/KDE/KMultiTabBar +include/KF5/KDELibs4Support/KDE/KMultiTabBarButton +include/KF5/KDELibs4Support/KDE/KMultiTabBarTab +include/KF5/KDELibs4Support/KDE/KNFSShare +include/KF5/KDELibs4Support/KDE/KNS/Author +include/KF5/KDELibs4Support/KDE/KNS/Category +include/KF5/KDELibs4Support/KDE/KNS/Engine +include/KF5/KDELibs4Support/KDE/KNS/Entry +include/KF5/KDELibs4Support/KDE/KNS/Installation +include/KF5/KDELibs4Support/KDE/KNS/KTranslatable +include/KF5/KDELibs4Support/KDE/KNS3/DownloadDialog +include/KF5/KDELibs4Support/KDE/KNS3/Entry +include/KF5/KDELibs4Support/KDE/KNS3/KNewStuffAction +include/KF5/KDELibs4Support/KDE/KNS3/KNewStuffButton +include/KF5/KDELibs4Support/KDE/KNSBookmarkExporter +include/KF5/KDELibs4Support/KDE/KNSBookmarkExporterImpl +include/KF5/KDELibs4Support/KDE/KNSBookmarkImporter +include/KF5/KDELibs4Support/KDE/KNSBookmarkImporterImpl +include/KF5/KDELibs4Support/KDE/KNTLM +include/KF5/KDELibs4Support/KDE/KNameAndUrlInputDialog +include/KF5/KDELibs4Support/KDE/KNetwork/KActiveSocketBase +include/KF5/KDELibs4Support/KDE/KNetwork/KBufferedSocket +include/KF5/KDELibs4Support/KDE/KNetwork/KClientSocketBase +include/KF5/KDELibs4Support/KDE/KNetwork/KInetSocketAddress +include/KF5/KDELibs4Support/KDE/KNetwork/KIpAddress +include/KF5/KDELibs4Support/KDE/KNetwork/KPassiveSocketBase +include/KF5/KDELibs4Support/KDE/KNetwork/KResolver +include/KF5/KDELibs4Support/KDE/KNetwork/KResolverEntry +include/KF5/KDELibs4Support/KDE/KNetwork/KResolverResults +include/KF5/KDELibs4Support/KDE/KNetwork/KReverseResolver +include/KF5/KDELibs4Support/KDE/KNetwork/KServerSocket +include/KF5/KDELibs4Support/KDE/KNetwork/KSocketAddress +include/KF5/KDELibs4Support/KDE/KNetwork/KSocketBase +include/KF5/KDELibs4Support/KDE/KNetwork/KSocketDevice +include/KF5/KDELibs4Support/KDE/KNetwork/KSocketDeviceFactory +include/KF5/KDELibs4Support/KDE/KNetwork/KStreamSocket +include/KF5/KDELibs4Support/KDE/KNetwork/KUnixSocketAddress +include/KF5/KDELibs4Support/KDE/KNewFileMenu +include/KF5/KDELibs4Support/KDE/KNewPasswordDialog +include/KF5/KDELibs4Support/KDE/KNotification +include/KF5/KDELibs4Support/KDE/KNotificationRestrictions +include/KF5/KDELibs4Support/KDE/KNotifyConfigWidget +include/KF5/KDELibs4Support/KDE/KNumInput +include/KF5/KDELibs4Support/KDE/KOCRDialog +include/KF5/KDELibs4Support/KDE/KOpenWithDialog +include/KF5/KDELibs4Support/KDE/KOperaBookmarkExporterImpl +include/KF5/KDELibs4Support/KDE/KOperaBookmarkImporter +include/KF5/KDELibs4Support/KDE/KOperaBookmarkImporterImpl +include/KF5/KDELibs4Support/KDE/KPageDialog +include/KF5/KDELibs4Support/KDE/KPageModel +include/KF5/KDELibs4Support/KDE/KPageView +include/KF5/KDELibs4Support/KDE/KPageWidget +include/KF5/KDELibs4Support/KDE/KPageWidgetItem +include/KF5/KDELibs4Support/KDE/KPageWidgetModel +include/KF5/KDELibs4Support/KDE/KParts/BrowserExtension +include/KF5/KDELibs4Support/KDE/KParts/BrowserHostExtension +include/KF5/KDELibs4Support/KDE/KParts/BrowserInterface +include/KF5/KDELibs4Support/KDE/KParts/BrowserRun +include/KF5/KDELibs4Support/KDE/KParts/DockMainWindow3 +include/KF5/KDELibs4Support/KDE/KParts/Event +include/KF5/KDELibs4Support/KDE/KParts/Factory +include/KF5/KDELibs4Support/KDE/KParts/FileInfoExtension +include/KF5/KDELibs4Support/KDE/KParts/GUIActivateEvent +include/KF5/KDELibs4Support/KDE/KParts/GenericFactory +include/KF5/KDELibs4Support/KDE/KParts/GenericFactoryBase +include/KF5/KDELibs4Support/KDE/KParts/HistoryProvider +include/KF5/KDELibs4Support/KDE/KParts/HtmlExtension +include/KF5/KDELibs4Support/KDE/KParts/ListingExtension +include/KF5/KDELibs4Support/KDE/KParts/LiveConnectExtension +include/KF5/KDELibs4Support/KDE/KParts/MainWindow +include/KF5/KDELibs4Support/KDE/KParts/OpenUrlEvent +include/KF5/KDELibs4Support/KDE/KParts/Part +include/KF5/KDELibs4Support/KDE/KParts/PartActivateEvent +include/KF5/KDELibs4Support/KDE/KParts/PartBase +include/KF5/KDELibs4Support/KDE/KParts/PartManager +include/KF5/KDELibs4Support/KDE/KParts/PartSelectEvent +include/KF5/KDELibs4Support/KDE/KParts/Plugin +include/KF5/KDELibs4Support/KDE/KParts/ReadOnlyPart +include/KF5/KDELibs4Support/KDE/KParts/ReadWritePart +include/KF5/KDELibs4Support/KDE/KParts/StatusBarExtension +include/KF5/KDELibs4Support/KDE/KParts/TextExtension +include/KF5/KDELibs4Support/KDE/KParts/WindowArgs +include/KF5/KDELibs4Support/KDE/KPassivePopup +include/KF5/KDELibs4Support/KDE/KPassivePopupMessageHandler +include/KF5/KDELibs4Support/KDE/KPasswordDialog +include/KF5/KDELibs4Support/KDE/KPasteTextAction +include/KF5/KDELibs4Support/KDE/KPixmapCache +include/KF5/KDELibs4Support/KDE/KPixmapProvider +include/KF5/KDELibs4Support/KDE/KPixmapRegionSelectorDialog +include/KF5/KDELibs4Support/KDE/KPixmapRegionSelectorWidget +include/KF5/KDELibs4Support/KDE/KPixmapSequence +include/KF5/KDELibs4Support/KDE/KPixmapSequenceOverlayPainter +include/KF5/KDELibs4Support/KDE/KPixmapSequenceWidget +include/KF5/KDELibs4Support/KDE/KPlotAxis +include/KF5/KDELibs4Support/KDE/KPlotObject +include/KF5/KDELibs4Support/KDE/KPlotPoint +include/KF5/KDELibs4Support/KDE/KPlotWidget +include/KF5/KDELibs4Support/KDE/KPluginFactory +include/KF5/KDELibs4Support/KDE/KPluginInfo +include/KF5/KDELibs4Support/KDE/KPluginLoader +include/KF5/KDELibs4Support/KDE/KPluginSelector +include/KF5/KDELibs4Support/KDE/KPopupFrame +include/KF5/KDELibs4Support/KDE/KPreviewWidgetBase +include/KF5/KDELibs4Support/KDE/KPrintPreview +include/KF5/KDELibs4Support/KDE/KProcess +include/KF5/KDELibs4Support/KDE/KProgressDialog +include/KF5/KDELibs4Support/KDE/KPropertiesDialog +include/KF5/KDELibs4Support/KDE/KProtocolInfo +include/KF5/KDELibs4Support/KDE/KProtocolManager +include/KF5/KDELibs4Support/KDE/KPty +include/KF5/KDELibs4Support/KDE/KPtyDevice +include/KF5/KDELibs4Support/KDE/KPtyProcess +include/KF5/KDELibs4Support/KDE/KPushButton +include/KF5/KDELibs4Support/KDE/KRandom +include/KF5/KDELibs4Support/KDE/KRandomSequence +include/KF5/KDELibs4Support/KDE/KRatingPainter +include/KF5/KDELibs4Support/KDE/KRatingWidget +include/KF5/KDELibs4Support/KDE/KRecentDocument +include/KF5/KDELibs4Support/KDE/KRecentFilesAction +include/KF5/KDELibs4Support/KDE/KRecursiveFilterProxyModel +include/KF5/KDELibs4Support/KDE/KRegExpEditorInterface +include/KF5/KDELibs4Support/KDE/KRemoteEncoding +include/KF5/KDELibs4Support/KDE/KReplace +include/KF5/KDELibs4Support/KDE/KReplaceDialog +include/KF5/KDELibs4Support/KDE/KRestrictedLine +include/KF5/KDELibs4Support/KDE/KRichTextEdit +include/KF5/KDELibs4Support/KDE/KRichTextWidget +include/KF5/KDELibs4Support/KDE/KRuler +include/KF5/KDELibs4Support/KDE/KRun +include/KF5/KDELibs4Support/KDE/KSambaShare +include/KF5/KDELibs4Support/KDE/KSambaShareData +include/KF5/KDELibs4Support/KDE/KSaveFile +include/KF5/KDELibs4Support/KDE/KScanDialog +include/KF5/KDELibs4Support/KDE/KSelectAction +include/KF5/KDELibs4Support/KDE/KSelectionOwner +include/KF5/KDELibs4Support/KDE/KSelectionProxyModel +include/KF5/KDELibs4Support/KDE/KSelectionWatcher +include/KF5/KDELibs4Support/KDE/KSelector +include/KF5/KDELibs4Support/KDE/KSeparator +include/KF5/KDELibs4Support/KDE/KService +include/KF5/KDELibs4Support/KDE/KServiceAction +include/KF5/KDELibs4Support/KDE/KServiceGroup +include/KF5/KDELibs4Support/KDE/KServiceType +include/KF5/KDELibs4Support/KDE/KServiceTypeProfile +include/KF5/KDELibs4Support/KDE/KServiceTypeTrader +include/KF5/KDELibs4Support/KDE/KSessionManager +include/KF5/KDELibs4Support/KDE/KSettings/Dialog +include/KF5/KDELibs4Support/KDE/KSettings/Dispatcher +include/KF5/KDELibs4Support/KDE/KSettings/PluginPage +include/KF5/KDELibs4Support/KDE/KSharedConfig +include/KF5/KDELibs4Support/KDE/KSharedConfigPtr +include/KF5/KDELibs4Support/KDE/KSharedDataCache +include/KF5/KDELibs4Support/KDE/KSharedPtr +include/KF5/KDELibs4Support/KDE/KShell +include/KF5/KDELibs4Support/KDE/KShellCompletion +include/KF5/KDELibs4Support/KDE/KShortcut +include/KF5/KDELibs4Support/KDE/KShortcutWidget +include/KF5/KDELibs4Support/KDE/KShortcutsDialog +include/KF5/KDELibs4Support/KDE/KShortcutsEditor +include/KF5/KDELibs4Support/KDE/KSortableItem +include/KF5/KDELibs4Support/KDE/KSortableList +include/KF5/KDELibs4Support/KDE/KSplashScreen +include/KF5/KDELibs4Support/KDE/KSqueezedTextLabel +include/KF5/KDELibs4Support/KDE/KStandardAction +include/KF5/KDELibs4Support/KDE/KStandardDirs +include/KF5/KDELibs4Support/KDE/KStandardGuiItem +include/KF5/KDELibs4Support/KDE/KStandardShortcut +include/KF5/KDELibs4Support/KDE/KStartupInfo +include/KF5/KDELibs4Support/KDE/KStartupInfoData +include/KF5/KDELibs4Support/KDE/KStartupInfoId +include/KF5/KDELibs4Support/KDE/KStatusBar +include/KF5/KDELibs4Support/KDE/KStatusBarJobTracker +include/KF5/KDELibs4Support/KDE/KStatusBarOfflineIndicator +include/KF5/KDELibs4Support/KDE/KStatusNotifierItem +include/KF5/KDELibs4Support/KDE/KStringHandler +include/KF5/KDELibs4Support/KDE/KStringListValidator +include/KF5/KDELibs4Support/KDE/KStyle +include/KF5/KDELibs4Support/KDE/KStyleFactory +include/KF5/KDELibs4Support/KDE/KSycoca +include/KF5/KDELibs4Support/KDE/KSycocaEntry +include/KF5/KDELibs4Support/KDE/KSystemEventFilter +include/KF5/KDELibs4Support/KDE/KSystemTimeZone +include/KF5/KDELibs4Support/KDE/KSystemTimeZoneSource +include/KF5/KDELibs4Support/KDE/KSystemTimeZones +include/KF5/KDELibs4Support/KDE/KSystemTrayIcon +include/KF5/KDELibs4Support/KDE/KTabBar +include/KF5/KDELibs4Support/KDE/KTabWidget +include/KF5/KDELibs4Support/KDE/KTar +include/KF5/KDELibs4Support/KDE/KTempDir +include/KF5/KDELibs4Support/KDE/KTemporaryFile +include/KF5/KDELibs4Support/KDE/KTextBrowser +include/KF5/KDELibs4Support/KDE/KTextEdit +include/KF5/KDELibs4Support/KDE/KTimeComboBox +include/KF5/KDELibs4Support/KDE/KTimeZone +include/KF5/KDELibs4Support/KDE/KTimeZoneData +include/KF5/KDELibs4Support/KDE/KTimeZoneSource +include/KF5/KDELibs4Support/KDE/KTimeZoneWidget +include/KF5/KDELibs4Support/KDE/KTimeZones +include/KF5/KDELibs4Support/KDE/KTipDatabase +include/KF5/KDELibs4Support/KDE/KTipDialog +include/KF5/KDELibs4Support/KDE/KTitleWidget +include/KF5/KDELibs4Support/KDE/KToggleAction +include/KF5/KDELibs4Support/KDE/KToggleFullScreenAction +include/KF5/KDELibs4Support/KDE/KToggleToolBarAction +include/KF5/KDELibs4Support/KDE/KToolBar +include/KF5/KDELibs4Support/KDE/KToolBarLabelAction +include/KF5/KDELibs4Support/KDE/KToolBarPopupAction +include/KF5/KDELibs4Support/KDE/KToolBarSpacerAction +include/KF5/KDELibs4Support/KDE/KToolInvocation +include/KF5/KDELibs4Support/KDE/KTreeWidgetSearchLine +include/KF5/KDELibs4Support/KDE/KTreeWidgetSearchLineWidget +include/KF5/KDELibs4Support/KDE/KTypeList +include/KF5/KDELibs4Support/KDE/KTypeListIndexOf +include/KF5/KDELibs4Support/KDE/KTypeListLength +include/KF5/KDELibs4Support/KDE/KTzfileTimeZone +include/KF5/KDELibs4Support/KDE/KTzfileTimeZoneSource +include/KF5/KDELibs4Support/KDE/KUndoActions +include/KF5/KDELibs4Support/KDE/KUniqueApplication +include/KF5/KDELibs4Support/KDE/KUnitConversion/Converter +include/KF5/KDELibs4Support/KDE/KUnitConversion/Unit +include/KF5/KDELibs4Support/KDE/KUnitConversion/UnitCategory +include/KF5/KDELibs4Support/KDE/KUnitConversion/Value +include/KF5/KDELibs4Support/KDE/KUnitTest/Runner +include/KF5/KDELibs4Support/KDE/KUnitTest/SlotTester +include/KF5/KDELibs4Support/KDE/KUnitTest/TestResults +include/KF5/KDELibs4Support/KDE/KUnitTest/Tester +include/KF5/KDELibs4Support/KDE/KUriFilter +include/KF5/KDELibs4Support/KDE/KUriFilterData +include/KF5/KDELibs4Support/KDE/KUriFilterPlugin +include/KF5/KDELibs4Support/KDE/KUrl +include/KF5/KDELibs4Support/KDE/KUrlAuthorized +include/KF5/KDELibs4Support/KDE/KUrlComboBox +include/KF5/KDELibs4Support/KDE/KUrlComboRequester +include/KF5/KDELibs4Support/KDE/KUrlCompletion +include/KF5/KDELibs4Support/KDE/KUrlLabel +include/KF5/KDELibs4Support/KDE/KUrlNavigator +include/KF5/KDELibs4Support/KDE/KUrlPixmapProvider +include/KF5/KDELibs4Support/KDE/KUrlRequester +include/KF5/KDELibs4Support/KDE/KUrlRequesterDialog +include/KF5/KDELibs4Support/KDE/KUser +include/KF5/KDELibs4Support/KDE/KUserGroup +include/KF5/KDELibs4Support/KDE/KVBox +include/KF5/KDELibs4Support/KDE/KViewStateMaintainer +include/KF5/KDELibs4Support/KDE/KViewStateSaver +include/KF5/KDELibs4Support/KDE/KWallet/Wallet +include/KF5/KDELibs4Support/KDE/KWebPage +include/KF5/KDELibs4Support/KDE/KWebPluginFactory +include/KF5/KDELibs4Support/KDE/KWebView +include/KF5/KDELibs4Support/KDE/KWebWallet +include/KF5/KDELibs4Support/KDE/KWidgetItemDelegate +include/KF5/KDELibs4Support/KDE/KWidgetJobTracker +include/KF5/KDELibs4Support/KDE/KWindowInfo +include/KF5/KDELibs4Support/KDE/KWindowSystem +include/KF5/KDELibs4Support/KDE/KWordMacroExpander +include/KF5/KDELibs4Support/KDE/KWordWrap +include/KF5/KDELibs4Support/KDE/KXBELBookmarkImporterImpl +include/KF5/KDELibs4Support/KDE/KXErrorHandler +include/KF5/KDELibs4Support/KDE/KXMLGUIBuilder +include/KF5/KDELibs4Support/KDE/KXMLGUIClient +include/KF5/KDELibs4Support/KDE/KXMLGUIFactory +include/KF5/KDELibs4Support/KDE/KXMessages +include/KF5/KDELibs4Support/KDE/KXYSelector +include/KF5/KDELibs4Support/KDE/KXmlGuiWindow +include/KF5/KDELibs4Support/KDE/KZip +include/KF5/KDELibs4Support/KDE/KZipFileEntry +include/KF5/KDELibs4Support/KDE/KonqBookmarkMenu +include/KF5/KDELibs4Support/KDE/KonqBookmarkOwner +include/KF5/KDELibs4Support/KDE/Kross/Action +include/KF5/KDELibs4Support/KDE/Kross/ActionCollection +include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionEditor +include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionModel +include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionProxyModel +include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionView +include/KF5/KDELibs4Support/KDE/Kross/ChildrenInterface +include/KF5/KDELibs4Support/KDE/Kross/ErrorInterface +include/KF5/KDELibs4Support/KDE/Kross/Interpreter +include/KF5/KDELibs4Support/KDE/Kross/InterpreterInfo +include/KF5/KDELibs4Support/KDE/Kross/Manager +include/KF5/KDELibs4Support/KDE/Kross/MetaFunction +include/KF5/KDELibs4Support/KDE/Kross/MetaType +include/KF5/KDELibs4Support/KDE/Kross/MetaTypeHandler +include/KF5/KDELibs4Support/KDE/Kross/MetaTypeImpl +include/KF5/KDELibs4Support/KDE/Kross/MetaTypeVariant +include/KF5/KDELibs4Support/KDE/Kross/MetaTypeVoidStar +include/KF5/KDELibs4Support/KDE/Kross/Object +include/KF5/KDELibs4Support/KDE/Kross/Script +include/KF5/KDELibs4Support/KDE/Kross/ScriptingPlugin +include/KF5/KDELibs4Support/KDE/Kross/WrapperInterface +include/KF5/KDELibs4Support/KDE/NET +include/KF5/KDELibs4Support/KDE/NETRootInfo +include/KF5/KDELibs4Support/KDE/NETWinInfo +include/KF5/KDELibs4Support/KDE/OrgKdeKDirNotifyInterface +include/KF5/KDELibs4Support/KDE/PtyProcess +include/KF5/KDELibs4Support/KDE/Solid/Battery +include/KF5/KDELibs4Support/KDE/Solid/Block +include/KF5/KDELibs4Support/KDE/Solid/Camera +include/KF5/KDELibs4Support/KDE/Solid/Device +include/KF5/KDELibs4Support/KDE/Solid/DeviceInterface +include/KF5/KDELibs4Support/KDE/Solid/DeviceNotifier +include/KF5/KDELibs4Support/KDE/Solid/GenericInterface +include/KF5/KDELibs4Support/KDE/Solid/NetworkShare +include/KF5/KDELibs4Support/KDE/Solid/Networking +include/KF5/KDELibs4Support/KDE/Solid/OpticalDisc +include/KF5/KDELibs4Support/KDE/Solid/OpticalDrive +include/KF5/KDELibs4Support/KDE/Solid/PortableMediaPlayer +include/KF5/KDELibs4Support/KDE/Solid/PowerManagement +include/KF5/KDELibs4Support/KDE/Solid/Predicate +include/KF5/KDELibs4Support/KDE/Solid/Processor +include/KF5/KDELibs4Support/KDE/Solid/StorageAccess +include/KF5/KDELibs4Support/KDE/Solid/StorageDrive +include/KF5/KDELibs4Support/KDE/Solid/StorageVolume +include/KF5/KDELibs4Support/KDE/Sonnet/ConfigDialog +include/KF5/KDELibs4Support/KDE/Sonnet/ConfigWidget +include/KF5/KDELibs4Support/KDE/Sonnet/Dialog +include/KF5/KDELibs4Support/KDE/Sonnet/DictionaryComboBox +include/KF5/KDELibs4Support/KDE/Sonnet/Highlighter +include/KF5/KDELibs4Support/KDE/SshProcess +include/KF5/KDELibs4Support/KDE/StubProcess +include/KF5/KDELibs4Support/KDE/SuProcess +include/KF5/KDELibs4Support/KDE/ThreadWeaver/DependencyPolicy +include/KF5/KDELibs4Support/KDE/ThreadWeaver/Job +include/KF5/KDELibs4Support/KDE/ThreadWeaver/JobCollection +include/KF5/KDELibs4Support/KDE/ThreadWeaver/JobSequence +include/KF5/KDELibs4Support/KDE/ThreadWeaver/QueuePolicy +include/KF5/KDELibs4Support/KDE/ThreadWeaver/ResourceRestrictionPolicy +include/KF5/KDELibs4Support/KDE/ThreadWeaver/State +include/KF5/KDELibs4Support/KDE/ThreadWeaver/Thread +include/KF5/KDELibs4Support/KDE/ThreadWeaver/Weaver +include/KF5/KDELibs4Support/KDE/ThreadWeaver/WeaverInterface +include/KF5/KDELibs4Support/KDE/ThreadWeaver/WeaverObserver +include/KF5/KDELibs4Support/KDE/ThumbCreator +include/KF5/KDELibs4Support/KDE/kdbgstream +include/KF5/KDELibs4Support/KDE/khtml/DrawContentsEvent +include/KF5/KDELibs4Support/KDE/khtml/MouseDoubleClickEvent +include/KF5/KDELibs4Support/KDE/khtml/MouseEvent +include/KF5/KDELibs4Support/KDE/khtml/MouseMoveEvent +include/KF5/KDELibs4Support/KDE/khtml/MousePressEvent +include/KF5/KDELibs4Support/KDE/khtml/MouseReleaseEvent +include/KF5/KDELibs4Support/KDE/kndbgstream +include/KF5/KDELibs4Support/k3bufferedsocket.h +include/KF5/KDELibs4Support/k3clientsocketbase.h +include/KF5/KDELibs4Support/k3resolver.h +include/KF5/KDELibs4Support/k3reverseresolver.h +include/KF5/KDELibs4Support/k3serversocket.h +include/KF5/KDELibs4Support/k3socketaddress.h +include/KF5/KDELibs4Support/k3socketbase.h +include/KF5/KDELibs4Support/k3socketdevice.h +include/KF5/KDELibs4Support/k3streamsocket.h +include/KF5/KDELibs4Support/k4aboutdata.h +include/KF5/KDELibs4Support/k4style.h +include/KF5/KDELibs4Support/k4timezonewidget.h +include/KF5/KDELibs4Support/kaccelgen.h +include/KF5/KDELibs4Support/kaction.h +include/KF5/KDELibs4Support/kapplication.h +include/KF5/KDELibs4Support/karrowbutton.h +include/KF5/KDELibs4Support/kascii.h +include/KF5/KDELibs4Support/kbuttongroup.h +include/KF5/KDELibs4Support/kcalendarsystem.h +include/KF5/KDELibs4Support/kcmdlineargs.h +include/KF5/KDELibs4Support/kcolorchoosermode.h +include/KF5/KDELibs4Support/kcolordialog.h +include/KF5/KDELibs4Support/kcolorvalueselector.h +include/KF5/KDELibs4Support/kcomponentdata.h +include/KF5/KDELibs4Support/kconfiggroup_kurl.h +include/KF5/KDELibs4Support/kcurrencycode.h +include/KF5/KDELibs4Support/kdatatool.h +include/KF5/KDELibs4Support/kdatetime.h +include/KF5/KDELibs4Support/kdatetimewidget.h +include/KF5/KDELibs4Support/kdatewidget.h +include/KF5/KDELibs4Support/kde_file.h +include/KF5/KDELibs4Support/kdebug.h +include/KF5/KDELibs4Support/kdefakes.h +include/KF5/KDELibs4Support/kdelibs4support_export.h +include/KF5/KDELibs4Support/kdelibs4support_export_internal.h +include/KF5/KDELibs4Support/kdemacros.h +include/KF5/KDELibs4Support/kdeprintdialog.h +include/KF5/KDELibs4Support/kdeversion.h +include/KF5/KDELibs4Support/kdevicelistmodel.h +include/KF5/KDELibs4Support/kdialog.h +include/KF5/KDELibs4Support/kdialogbuttonbox.h +include/KF5/KDELibs4Support/kdirselectdialog.h +include/KF5/KDELibs4Support/kdiskfreespace.h +include/KF5/KDELibs4Support/keditlistbox.h +include/KF5/KDELibs4Support/kfadewidgeteffect.h +include/KF5/KDELibs4Support/kfiledialog.h +include/KF5/KDELibs4Support/kfileitemactionplugin.h +include/KF5/KDELibs4Support/kfilemetadataconfigurationwidget.h +include/KF5/KDELibs4Support/kfilemetadatawidget.h +include/KF5/KDELibs4Support/kfilemetainfo.h +include/KF5/KDELibs4Support/kfilemetainfoitem.h +include/KF5/KDELibs4Support/kfilemetainfowidget.h +include/KF5/KDELibs4Support/kfileshare.h +include/KF5/KDELibs4Support/kfilewriteplugin.h +include/KF5/KDELibs4Support/kfontcombobox.h +include/KF5/KDELibs4Support/kfontdialog.h +include/KF5/KDELibs4Support/kgenericfactory.h +include/KF5/KDELibs4Support/kgenericfactory.tcc +include/KF5/KDELibs4Support/kglobal.h +include/KF5/KDELibs4Support/kglobalsettings.h +include/KF5/KDELibs4Support/khbox.h +include/KF5/KDELibs4Support/khuesaturationselect.h +include/KF5/KDELibs4Support/kicon.h +include/KF5/KDELibs4Support/kimageio.h +include/KF5/KDELibs4Support/kinputdialog.h +include/KF5/KDELibs4Support/kio/metainfojob.h +include/KF5/KDELibs4Support/kio/netaccess.h +include/KF5/KDELibs4Support/kio/passworddialog.h +include/KF5/KDELibs4Support/klibloader.h +include/KF5/KDELibs4Support/klibrary.h +include/KF5/KDELibs4Support/klistwidget.h +include/KF5/KDELibs4Support/klocale.h +include/KF5/KDELibs4Support/klocalizeddate.h +include/KF5/KDELibs4Support/klockfile.h +include/KF5/KDELibs4Support/kmd5.h +include/KF5/KDELibs4Support/kmenu.h +include/KF5/KDELibs4Support/kmenubar.h +include/KF5/KDELibs4Support/kmessagebox_queued.h +include/KF5/KDELibs4Support/kmessageboxmessagehandler.h +include/KF5/KDELibs4Support/kmimetype.h +include/KF5/KDELibs4Support/knewstuff3/downloaddialog.h +include/KF5/KDELibs4Support/knewstuff3/downloadmanager.h +include/KF5/KDELibs4Support/knewstuff3/downloadwidget.h +include/KF5/KDELibs4Support/knewstuff3/entry.h +include/KF5/KDELibs4Support/knewstuff3/knewstuffaction.h +include/KF5/KDELibs4Support/knewstuff3/knewstuffbutton.h +include/KF5/KDELibs4Support/knewstuff3/uploaddialog.h +include/KF5/KDELibs4Support/knuminput.h +include/KF5/KDELibs4Support/knumvalidator.h +include/KF5/KDELibs4Support/kparts/factory.h +include/KF5/KDELibs4Support/kparts/genericfactory.h +include/KF5/KDELibs4Support/kparts/listingextension.h +include/KF5/KDELibs4Support/kpassivepopupmessagehandler.h +include/KF5/KDELibs4Support/kpixmapcache.h +include/KF5/KDELibs4Support/kprintpreview.h +include/KF5/KDELibs4Support/kprogressdialog.h +include/KF5/KDELibs4Support/kpropsdialog.h +include/KF5/KDELibs4Support/kpushbutton.h +include/KF5/KDELibs4Support/krestrictedline.h +include/KF5/KDELibs4Support/ksavefile.h +include/KF5/KDELibs4Support/kscan.h +include/KF5/KDELibs4Support/ksessionmanager.h +include/KF5/KDELibs4Support/ksharedptr.h +include/KF5/KDELibs4Support/kshortcut.h +include/KF5/KDELibs4Support/ksocketfactory.h +include/KF5/KDELibs4Support/ksplashscreen.h +include/KF5/KDELibs4Support/kssl.h +include/KF5/KDELibs4Support/ksslcertchain.h +include/KF5/KDELibs4Support/ksslcertificate.h +include/KF5/KDELibs4Support/ksslconfig.h +include/KF5/KDELibs4Support/ksslutils.h +include/KF5/KDELibs4Support/ksslx509v3.h +include/KF5/KDELibs4Support/kstandarddirs.h +include/KF5/KDELibs4Support/kstatusbar.h +include/KF5/KDELibs4Support/kstringhandler_deprecated.h +include/KF5/KDELibs4Support/kstringvalidator.h +include/KF5/KDELibs4Support/ksystemtimezone.h +include/KF5/KDELibs4Support/ksystemtrayicon.h +include/KF5/KDELibs4Support/ktabbar.h +include/KF5/KDELibs4Support/ktabwidget.h +include/KF5/KDELibs4Support/ktempdir.h +include/KF5/KDELibs4Support/ktemporaryfile.h +include/KF5/KDELibs4Support/ktextbrowser.h +include/KF5/KDELibs4Support/ktimezone.h +include/KF5/KDELibs4Support/ktypelist.h +include/KF5/KDELibs4Support/ktzfiletimezone.h +include/KF5/KDELibs4Support/kundostack.h +include/KF5/KDELibs4Support/kuniqueapplication.h +include/KF5/KDELibs4Support/kurl.h +include/KF5/KDELibs4Support/kvbox.h +include/KF5/KDELibs4Support/kviewstatesaver.h +include/KF5/KDELibs4Support/kxerrorhandler.h +include/KF5/KDELibs4Support/predicateproperties.h +include/KF5/KDELibs4Support/qtest_kde.h +include/KF5/KDELibs4Support/solid/networking.h +include/KF5/KDELibs4Support/solid/powermanagement.h +include/KF5/kdelibs4support_version.h +lib/cmake/KDELibs4/KDELibsDependencies.cmake +lib/cmake/KDELibs4/KF5KDELibs4LibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDELibs4/KF5KDELibs4LibraryTargets.cmake +lib/cmake/KDELibs4/Win32.Manifest.in +lib/cmake/KDELibs4/kde4_cmake_uninstall.cmake.in +lib/cmake/KF5KDE4Support/KF5KDE4SupportConfig.cmake +lib/cmake/KF5KDE4Support/KF5KDE4SupportConfigVersion.cmake +lib/cmake/KF5KDELibs4Support/BasicFindPackageVersion.cmake.in +lib/cmake/KF5KDELibs4Support/CheckPointerMember.cmake +lib/cmake/KF5KDELibs4Support/CheckPrototypeExists.cmake +lib/cmake/KF5KDELibs4Support/CheckStructMember.cmake +lib/cmake/KF5KDELibs4Support/ECMQt4To5Porting.cmake +lib/cmake/KF5KDELibs4Support/FindACL.cmake +lib/cmake/KF5KDELibs4Support/FindAGG.cmake +lib/cmake/KF5KDELibs4Support/FindAkode.cmake +lib/cmake/KF5KDELibs4Support/FindAlsa.cmake +lib/cmake/KF5KDELibs4Support/FindBerkeleyDB.cmake +lib/cmake/KF5KDELibs4Support/FindBlitz.cmake +lib/cmake/KF5KDELibs4Support/FindBlueZ.cmake +lib/cmake/KF5KDELibs4Support/FindCarbon.cmake +lib/cmake/KF5KDELibs4Support/FindENCHANT.cmake +lib/cmake/KF5KDELibs4Support/FindEigen.cmake +lib/cmake/KF5KDELibs4Support/FindEigen2.cmake +lib/cmake/KF5KDELibs4Support/FindExiv2.cmake +lib/cmake/KF5KDELibs4Support/FindFFmpeg.cmake +lib/cmake/KF5KDELibs4Support/FindFlac.cmake +lib/cmake/KF5KDELibs4Support/FindFontconfig.cmake +lib/cmake/KF5KDELibs4Support/FindGLIB2.cmake +lib/cmake/KF5KDELibs4Support/FindGMP.cmake +lib/cmake/KF5KDELibs4Support/FindGObject.cmake +lib/cmake/KF5KDELibs4Support/FindGStreamer.cmake +lib/cmake/KF5KDELibs4Support/FindGettext.cmake +lib/cmake/KF5KDELibs4Support/FindGphoto2.cmake +lib/cmake/KF5KDELibs4Support/FindIOKit.cmake +lib/cmake/KF5KDELibs4Support/FindKDE4Workspace.cmake +lib/cmake/KF5KDELibs4Support/FindKDevPlatform.cmake +lib/cmake/KF5KDELibs4Support/FindKF5Transitional.cmake +lib/cmake/KF5KDELibs4Support/FindKdcraw.cmake +lib/cmake/KF5KDELibs4Support/FindKdeMultimedia.cmake +lib/cmake/KF5KDELibs4Support/FindKexiv2.cmake +lib/cmake/KF5KDELibs4Support/FindKipi.cmake +lib/cmake/KF5KDELibs4Support/FindKopete.cmake +lib/cmake/KF5KDELibs4Support/FindKorundum.cmake +lib/cmake/KF5KDELibs4Support/FindLCMS.cmake +lib/cmake/KF5KDELibs4Support/FindLibArt.cmake +lib/cmake/KF5KDELibs4Support/FindLibKonq.cmake +lib/cmake/KF5KDELibs4Support/FindLibLZMA.cmake +lib/cmake/KF5KDELibs4Support/FindLibPython.py +lib/cmake/KF5KDELibs4Support/FindLibraryWithDebug.cmake +lib/cmake/KF5KDELibs4Support/FindLinuxWirelesstools.cmake +lib/cmake/KF5KDELibs4Support/FindMusicBrainz.cmake +lib/cmake/KF5KDELibs4Support/FindMySQL.cmake +lib/cmake/KF5KDELibs4Support/FindNepomuk.cmake +lib/cmake/KF5KDELibs4Support/FindNetworkManager.cmake +lib/cmake/KF5KDELibs4Support/FindOggVorbis.cmake +lib/cmake/KF5KDELibs4Support/FindPlasma.cmake +lib/cmake/KF5KDELibs4Support/FindPopplerQt4.cmake +lib/cmake/KF5KDELibs4Support/FindPulseAudio.cmake +lib/cmake/KF5KDELibs4Support/FindPythonLibrary.cmake +lib/cmake/KF5KDELibs4Support/FindQImageBlitz.cmake +lib/cmake/KF5KDELibs4Support/FindQt5Transitional.cmake +lib/cmake/KF5KDELibs4Support/FindSIP.cmake +lib/cmake/KF5KDELibs4Support/FindSIP.py +lib/cmake/KF5KDELibs4Support/FindSamba.cmake +lib/cmake/KF5KDELibs4Support/FindSane.cmake +lib/cmake/KF5KDELibs4Support/FindSasl2.cmake +lib/cmake/KF5KDELibs4Support/FindSharedDesktopOntologies.cmake +lib/cmake/KF5KDELibs4Support/FindSqlite.cmake +lib/cmake/KF5KDELibs4Support/FindTaglib.cmake +lib/cmake/KF5KDELibs4Support/FindUSB.cmake +lib/cmake/KF5KDELibs4Support/FindWcecompat.cmake +lib/cmake/KF5KDELibs4Support/FindXKB.cmake +lib/cmake/KF5KDELibs4Support/FindXine.cmake +lib/cmake/KF5KDELibs4Support/FindXmms.cmake +lib/cmake/KF5KDELibs4Support/HandleImportedTargetsInCMakeRequiredLibraries.cmake +lib/cmake/KF5KDELibs4Support/KDE4Defaults.cmake +lib/cmake/KF5KDELibs4Support/KDE4Macros.cmake +lib/cmake/KF5KDELibs4Support/KDECoreMacros.cmake +lib/cmake/KF5KDELibs4Support/KDEUIMacros.cmake +lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake +lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfigVersion.cmake +lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportTargets.cmake +lib/cmake/KF5KDELibs4Support/MacroAppendIf.cmake +lib/cmake/KF5KDELibs4Support/MacroBoolTo01.cmake +lib/cmake/KF5KDELibs4Support/MacroEnsureOutOfSourceBuild.cmake +lib/cmake/KF5KDELibs4Support/MacroKAuth.cmake +lib/cmake/KF5KDELibs4Support/MacroLibrary.cmake +lib/cmake/KF5KDELibs4Support/NepomukAddOntologyClasses.cmake +lib/cmake/KF5KDELibs4Support/NepomukMacros.cmake +lib/cmake/KF5KDELibs4Support/PythonCompile.py +lib/cmake/KF5KDELibs4Support/PythonMacros.cmake +lib/cmake/KF5KDELibs4Support/SIPMacros.cmake +lib/cmake/KF5KDELibs4Support/Win32Macros.cmake +lib/cmake/KF5KDELibs4Support/check_installed_exports_file.cmake +lib/cmake/KF5KDELibs4Support/cmake-modules-styleguide.txt +lib/cmake/KF5KDELibs4Support/config-alsa.h.cmake +lib/cmake/KF5KDELibs4Support/create_exe_symlink.cmake +lib/cmake/KF5KDELibs4Support/kde4_exec_via_sh.cmake +lib/cmake/KF5KDELibs4Support/kde4uic.cmake +lib/libKF5KDELibs4Support.so +lib/libKF5KDELibs4Support.so.5 +lib/libKF5KDELibs4Support.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kf5/filesharelist +lib/libexec/kf5/fileshareset +%%QT_PLUGINDIR%%/designer/kf5deprecatedwidgets.so +%%QT_PLUGINDIR%%/kcm_ssl.so +%%QT_PLUGINDIR%%/kf5/kded/networkstatus.so +%%QT_PLUGINDIR%%/kf5/kio/metainfo.so +man/ca/man1/kf5-config.1.gz +man/de/man1/kf5-config.1.gz +man/it/man1/kf5-config.1.gz +man/man1/kf5-config.1.gz +man/nl/man1/kf5-config.1.gz +man/pt_BR/man1/kf5-config.1.gz +man/sv/man1/kf5-config.1.gz +man/uk/man1/kf5-config.1.gz +share/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.Inhibit.xml +share/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.xml +share/dbus-1/interfaces/kf5_org.kde.Solid.Networking.Client.xml +share/dbus-1/interfaces/kf5_org.kde.Solid.PowerManagement.PolicyAgent.xml +share/doc/HTML/ca/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/ca/kdebugdialog5/index.cache.bz2 +share/doc/HTML/ca/kdebugdialog5/index.docbook +share/doc/HTML/de/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/de/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/de/kdebugdialog5/index.cache.bz2 +share/doc/HTML/de/kdebugdialog5/index.docbook +share/doc/HTML/en/kcontrol/kcm_ssl/details.png +share/doc/HTML/en/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/en/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/en/kcontrol/kcm_ssl/module.png +share/doc/HTML/en/kdebugdialog5/index.cache.bz2 +share/doc/HTML/en/kdebugdialog5/index.docbook +share/doc/HTML/it/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/it/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/it/kdebugdialog5/index.cache.bz2 +share/doc/HTML/it/kdebugdialog5/index.docbook +share/doc/HTML/nl/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/nl/kdebugdialog5/index.cache.bz2 +share/doc/HTML/nl/kdebugdialog5/index.docbook +share/doc/HTML/pt_BR/kcontrol/kcm_ssl/details.png +share/doc/HTML/pt_BR/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/pt_BR/kcontrol/kcm_ssl/module.png +share/doc/HTML/pt_BR/kdebugdialog5/index.cache.bz2 +share/doc/HTML/pt_BR/kdebugdialog5/index.docbook +share/doc/HTML/sr/kdebugdialog5/index.cache.bz2 +share/doc/HTML/sr/kdebugdialog5/index.docbook +share/doc/HTML/sr@latin/kdebugdialog5/index.cache.bz2 +share/doc/HTML/sr@latin/kdebugdialog5/index.docbook +share/doc/HTML/sv/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/sv/kdebugdialog5/index.cache.bz2 +share/doc/HTML/sv/kdebugdialog5/index.docbook +share/doc/HTML/uk/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/uk/kdebugdialog5/index.cache.bz2 +share/doc/HTML/uk/kdebugdialog5/index.docbook +share/kf5/kdoctools/customization/catalog4.xml +share/kf5/kdoctools/customization/dtd/kdex.dtd +share/kf5/kssl/ca-bundle.crt +share/kf5/locale/countries/C/country.desktop +share/kf5/locale/countries/C/flag.png +share/kf5/locale/countries/ad/country.desktop +share/kf5/locale/countries/ad/flag.png +share/kf5/locale/countries/ae/country.desktop +share/kf5/locale/countries/ae/flag.png +share/kf5/locale/countries/af/country.desktop +share/kf5/locale/countries/af/flag.png +share/kf5/locale/countries/ag/country.desktop +share/kf5/locale/countries/ag/flag.png +share/kf5/locale/countries/ai/country.desktop +share/kf5/locale/countries/ai/flag.png +share/kf5/locale/countries/al/country.desktop +share/kf5/locale/countries/al/flag.png +share/kf5/locale/countries/am/country.desktop +share/kf5/locale/countries/am/flag.png +share/kf5/locale/countries/an/country.desktop +share/kf5/locale/countries/an/flag.png +share/kf5/locale/countries/ao/country.desktop +share/kf5/locale/countries/ao/flag.png +share/kf5/locale/countries/ar/country.desktop +share/kf5/locale/countries/ar/flag.png +share/kf5/locale/countries/as/country.desktop +share/kf5/locale/countries/as/flag.png +share/kf5/locale/countries/at/country.desktop +share/kf5/locale/countries/at/flag.png +share/kf5/locale/countries/au/country.desktop +share/kf5/locale/countries/au/flag.png +share/kf5/locale/countries/aw/country.desktop +share/kf5/locale/countries/aw/flag.png +share/kf5/locale/countries/ax/country.desktop +share/kf5/locale/countries/ax/flag.png +share/kf5/locale/countries/az/country.desktop +share/kf5/locale/countries/az/flag.png +share/kf5/locale/countries/ba/country.desktop +share/kf5/locale/countries/ba/flag.png +share/kf5/locale/countries/bb/country.desktop +share/kf5/locale/countries/bb/flag.png +share/kf5/locale/countries/bd/country.desktop +share/kf5/locale/countries/bd/flag.png +share/kf5/locale/countries/be/country.desktop +share/kf5/locale/countries/be/flag.png +share/kf5/locale/countries/bf/country.desktop +share/kf5/locale/countries/bf/flag.png +share/kf5/locale/countries/bg/country.desktop +share/kf5/locale/countries/bg/flag.png +share/kf5/locale/countries/bh/country.desktop +share/kf5/locale/countries/bh/flag.png +share/kf5/locale/countries/bi/country.desktop +share/kf5/locale/countries/bi/flag.png +share/kf5/locale/countries/bj/country.desktop +share/kf5/locale/countries/bj/flag.png +share/kf5/locale/countries/bl/country.desktop +share/kf5/locale/countries/bl/flag.png +share/kf5/locale/countries/bm/country.desktop +share/kf5/locale/countries/bm/flag.png +share/kf5/locale/countries/bn/country.desktop +share/kf5/locale/countries/bn/flag.png +share/kf5/locale/countries/bo/country.desktop +share/kf5/locale/countries/bo/flag.png +share/kf5/locale/countries/br/country.desktop +share/kf5/locale/countries/br/flag.png +share/kf5/locale/countries/bs/country.desktop +share/kf5/locale/countries/bs/flag.png +share/kf5/locale/countries/bt/country.desktop +share/kf5/locale/countries/bt/flag.png +share/kf5/locale/countries/bw/country.desktop +share/kf5/locale/countries/bw/flag.png +share/kf5/locale/countries/by/country.desktop +share/kf5/locale/countries/by/flag.png +share/kf5/locale/countries/bz/country.desktop +share/kf5/locale/countries/bz/flag.png +share/kf5/locale/countries/ca/country.desktop +share/kf5/locale/countries/ca/flag.png +share/kf5/locale/countries/caribbean.desktop +share/kf5/locale/countries/cc/country.desktop +share/kf5/locale/countries/cc/flag.png +share/kf5/locale/countries/cd/country.desktop +share/kf5/locale/countries/cd/flag.png +share/kf5/locale/countries/centralafrica.desktop +share/kf5/locale/countries/centralamerica.desktop +share/kf5/locale/countries/centralasia.desktop +share/kf5/locale/countries/centraleurope.desktop +share/kf5/locale/countries/cf/country.desktop +share/kf5/locale/countries/cf/flag.png +share/kf5/locale/countries/cg/country.desktop +share/kf5/locale/countries/cg/flag.png +share/kf5/locale/countries/ch/country.desktop +share/kf5/locale/countries/ch/flag.png +share/kf5/locale/countries/ci/country.desktop +share/kf5/locale/countries/ci/flag.png +share/kf5/locale/countries/ck/country.desktop +share/kf5/locale/countries/ck/flag.png +share/kf5/locale/countries/cl/country.desktop +share/kf5/locale/countries/cl/flag.png +share/kf5/locale/countries/cm/country.desktop +share/kf5/locale/countries/cm/flag.png +share/kf5/locale/countries/cn/country.desktop +share/kf5/locale/countries/cn/flag.png +share/kf5/locale/countries/co/country.desktop +share/kf5/locale/countries/co/flag.png +share/kf5/locale/countries/cr/country.desktop +share/kf5/locale/countries/cr/flag.png +share/kf5/locale/countries/cu/country.desktop +share/kf5/locale/countries/cu/flag.png +share/kf5/locale/countries/cv/country.desktop +share/kf5/locale/countries/cv/flag.png +share/kf5/locale/countries/cx/country.desktop +share/kf5/locale/countries/cx/flag.png +share/kf5/locale/countries/cy/country.desktop +share/kf5/locale/countries/cy/flag.png +share/kf5/locale/countries/cz/country.desktop +share/kf5/locale/countries/cz/flag.png +share/kf5/locale/countries/de/country.desktop +share/kf5/locale/countries/de/flag.png +share/kf5/locale/countries/dj/country.desktop +share/kf5/locale/countries/dj/flag.png +share/kf5/locale/countries/dk/country.desktop +share/kf5/locale/countries/dk/flag.png +share/kf5/locale/countries/dm/country.desktop +share/kf5/locale/countries/dm/flag.png +share/kf5/locale/countries/do/country.desktop +share/kf5/locale/countries/do/flag.png +share/kf5/locale/countries/dz/country.desktop +share/kf5/locale/countries/dz/flag.png +share/kf5/locale/countries/eastafrica.desktop +share/kf5/locale/countries/eastasia.desktop +share/kf5/locale/countries/easteurope.desktop +share/kf5/locale/countries/ec/country.desktop +share/kf5/locale/countries/ec/flag.png +share/kf5/locale/countries/ee/country.desktop +share/kf5/locale/countries/ee/flag.png +share/kf5/locale/countries/eg/country.desktop +share/kf5/locale/countries/eg/flag.png +share/kf5/locale/countries/eh/country.desktop +share/kf5/locale/countries/eh/flag.png +share/kf5/locale/countries/er/country.desktop +share/kf5/locale/countries/er/flag.png +share/kf5/locale/countries/es/country.desktop +share/kf5/locale/countries/es/flag.png +share/kf5/locale/countries/et/country.desktop +share/kf5/locale/countries/et/flag.png +share/kf5/locale/countries/fi/country.desktop +share/kf5/locale/countries/fi/flag.png +share/kf5/locale/countries/fj/country.desktop +share/kf5/locale/countries/fj/flag.png +share/kf5/locale/countries/fk/country.desktop +share/kf5/locale/countries/fk/flag.png +share/kf5/locale/countries/fm/country.desktop +share/kf5/locale/countries/fm/flag.png +share/kf5/locale/countries/fo/country.desktop +share/kf5/locale/countries/fo/flag.png +share/kf5/locale/countries/fr/country.desktop +share/kf5/locale/countries/fr/flag.png +share/kf5/locale/countries/ga/country.desktop +share/kf5/locale/countries/ga/flag.png +share/kf5/locale/countries/gb/country.desktop +share/kf5/locale/countries/gb/flag.png +share/kf5/locale/countries/gd/country.desktop +share/kf5/locale/countries/gd/flag.png +share/kf5/locale/countries/ge/country.desktop +share/kf5/locale/countries/ge/flag.png +share/kf5/locale/countries/gf/country.desktop +share/kf5/locale/countries/gf/flag.png +share/kf5/locale/countries/gg/country.desktop +share/kf5/locale/countries/gg/flag.png +share/kf5/locale/countries/gh/country.desktop +share/kf5/locale/countries/gh/flag.png +share/kf5/locale/countries/gi/country.desktop +share/kf5/locale/countries/gi/flag.png +share/kf5/locale/countries/gl/country.desktop +share/kf5/locale/countries/gl/flag.png +share/kf5/locale/countries/gm/country.desktop +share/kf5/locale/countries/gm/flag.png +share/kf5/locale/countries/gn/country.desktop +share/kf5/locale/countries/gn/flag.png +share/kf5/locale/countries/gp/country.desktop +share/kf5/locale/countries/gp/flag.png +share/kf5/locale/countries/gq/country.desktop +share/kf5/locale/countries/gq/flag.png +share/kf5/locale/countries/gr/country.desktop +share/kf5/locale/countries/gr/flag.png +share/kf5/locale/countries/gt/country.desktop +share/kf5/locale/countries/gt/flag.png +share/kf5/locale/countries/gu/country.desktop +share/kf5/locale/countries/gu/flag.png +share/kf5/locale/countries/gw/country.desktop +share/kf5/locale/countries/gw/flag.png +share/kf5/locale/countries/gy/country.desktop +share/kf5/locale/countries/gy/flag.png +share/kf5/locale/countries/hk/country.desktop +share/kf5/locale/countries/hk/flag.png +share/kf5/locale/countries/hn/country.desktop +share/kf5/locale/countries/hn/flag.png +share/kf5/locale/countries/hr/country.desktop +share/kf5/locale/countries/hr/flag.png +share/kf5/locale/countries/ht/country.desktop +share/kf5/locale/countries/ht/flag.png +share/kf5/locale/countries/hu/country.desktop +share/kf5/locale/countries/hu/flag.png +share/kf5/locale/countries/id/country.desktop +share/kf5/locale/countries/id/flag.png +share/kf5/locale/countries/ie/country.desktop +share/kf5/locale/countries/ie/flag.png +share/kf5/locale/countries/il/country.desktop +share/kf5/locale/countries/il/flag.png +share/kf5/locale/countries/im/country.desktop +share/kf5/locale/countries/im/flag.png +share/kf5/locale/countries/in/country.desktop +share/kf5/locale/countries/in/flag.png +share/kf5/locale/countries/iq/country.desktop +share/kf5/locale/countries/iq/flag.png +share/kf5/locale/countries/ir/country.desktop +share/kf5/locale/countries/ir/flag.png +share/kf5/locale/countries/is/country.desktop +share/kf5/locale/countries/is/flag.png +share/kf5/locale/countries/it/country.desktop +share/kf5/locale/countries/it/flag.png +share/kf5/locale/countries/je/country.desktop +share/kf5/locale/countries/je/flag.png +share/kf5/locale/countries/jm/country.desktop +share/kf5/locale/countries/jm/flag.png +share/kf5/locale/countries/jo/country.desktop +share/kf5/locale/countries/jo/flag.png +share/kf5/locale/countries/jp/country.desktop +share/kf5/locale/countries/jp/flag.png +share/kf5/locale/countries/ke/country.desktop +share/kf5/locale/countries/ke/flag.png +share/kf5/locale/countries/kg/country.desktop +share/kf5/locale/countries/kg/flag.png +share/kf5/locale/countries/kh/country.desktop +share/kf5/locale/countries/kh/flag.png +share/kf5/locale/countries/ki/country.desktop +share/kf5/locale/countries/ki/flag.png +share/kf5/locale/countries/km/country.desktop +share/kf5/locale/countries/km/flag.png +share/kf5/locale/countries/kn/country.desktop +share/kf5/locale/countries/kn/flag.png +share/kf5/locale/countries/kp/country.desktop +share/kf5/locale/countries/kp/flag.png +share/kf5/locale/countries/kr/country.desktop +share/kf5/locale/countries/kr/flag.png +share/kf5/locale/countries/kw/country.desktop +share/kf5/locale/countries/kw/flag.png +share/kf5/locale/countries/ky/country.desktop +share/kf5/locale/countries/ky/flag.png +share/kf5/locale/countries/kz/country.desktop +share/kf5/locale/countries/kz/flag.png +share/kf5/locale/countries/la/country.desktop +share/kf5/locale/countries/la/flag.png +share/kf5/locale/countries/lb/country.desktop +share/kf5/locale/countries/lb/flag.png +share/kf5/locale/countries/lc/country.desktop +share/kf5/locale/countries/lc/flag.png +share/kf5/locale/countries/li/country.desktop +share/kf5/locale/countries/li/flag.png +share/kf5/locale/countries/lk/country.desktop +share/kf5/locale/countries/lk/flag.png +share/kf5/locale/countries/lr/country.desktop +share/kf5/locale/countries/lr/flag.png +share/kf5/locale/countries/ls/country.desktop +share/kf5/locale/countries/ls/flag.png +share/kf5/locale/countries/lt/country.desktop +share/kf5/locale/countries/lt/flag.png +share/kf5/locale/countries/lu/country.desktop +share/kf5/locale/countries/lu/flag.png +share/kf5/locale/countries/lv/country.desktop +share/kf5/locale/countries/lv/flag.png +share/kf5/locale/countries/ly/country.desktop +share/kf5/locale/countries/ly/flag.png +share/kf5/locale/countries/ma/country.desktop +share/kf5/locale/countries/ma/flag.png +share/kf5/locale/countries/mc/country.desktop +share/kf5/locale/countries/mc/flag.png +share/kf5/locale/countries/md/country.desktop +share/kf5/locale/countries/md/flag.png +share/kf5/locale/countries/me/country.desktop +share/kf5/locale/countries/me/flag.png +share/kf5/locale/countries/mf/country.desktop +share/kf5/locale/countries/mf/flag.png +share/kf5/locale/countries/mg/country.desktop +share/kf5/locale/countries/mg/flag.png +share/kf5/locale/countries/mh/country.desktop +share/kf5/locale/countries/mh/flag.png +share/kf5/locale/countries/middleeast.desktop +share/kf5/locale/countries/mk/country.desktop +share/kf5/locale/countries/mk/flag.png +share/kf5/locale/countries/ml/country.desktop +share/kf5/locale/countries/ml/flag.png +share/kf5/locale/countries/mm/country.desktop +share/kf5/locale/countries/mm/flag.png +share/kf5/locale/countries/mn/country.desktop +share/kf5/locale/countries/mn/flag.png +share/kf5/locale/countries/mo/country.desktop +share/kf5/locale/countries/mo/flag.png +share/kf5/locale/countries/mp/country.desktop +share/kf5/locale/countries/mp/flag.png +share/kf5/locale/countries/mq/country.desktop +share/kf5/locale/countries/mq/flag.png +share/kf5/locale/countries/mr/country.desktop +share/kf5/locale/countries/mr/flag.png +share/kf5/locale/countries/ms/country.desktop +share/kf5/locale/countries/ms/flag.png +share/kf5/locale/countries/mt/country.desktop +share/kf5/locale/countries/mt/flag.png +share/kf5/locale/countries/mu/country.desktop +share/kf5/locale/countries/mu/flag.png +share/kf5/locale/countries/mv/country.desktop +share/kf5/locale/countries/mv/flag.png +share/kf5/locale/countries/mw/country.desktop +share/kf5/locale/countries/mw/flag.png +share/kf5/locale/countries/mx/country.desktop +share/kf5/locale/countries/mx/flag.png +share/kf5/locale/countries/my/country.desktop +share/kf5/locale/countries/my/flag.png +share/kf5/locale/countries/mz/country.desktop +share/kf5/locale/countries/mz/flag.png +share/kf5/locale/countries/na/country.desktop +share/kf5/locale/countries/na/flag.png +share/kf5/locale/countries/nc/country.desktop +share/kf5/locale/countries/nc/flag.png +share/kf5/locale/countries/ne/country.desktop +share/kf5/locale/countries/ne/flag.png +share/kf5/locale/countries/nf/country.desktop +share/kf5/locale/countries/nf/flag.png +share/kf5/locale/countries/ng/country.desktop +share/kf5/locale/countries/ng/flag.png +share/kf5/locale/countries/ni/country.desktop +share/kf5/locale/countries/ni/flag.png +share/kf5/locale/countries/nl/country.desktop +share/kf5/locale/countries/nl/flag.png +share/kf5/locale/countries/no/country.desktop +share/kf5/locale/countries/no/flag.png +share/kf5/locale/countries/northafrica.desktop +share/kf5/locale/countries/northamerica.desktop +share/kf5/locale/countries/northeurope.desktop +share/kf5/locale/countries/np/country.desktop +share/kf5/locale/countries/np/flag.png +share/kf5/locale/countries/nr/country.desktop +share/kf5/locale/countries/nr/flag.png +share/kf5/locale/countries/nu/country.desktop +share/kf5/locale/countries/nu/flag.png +share/kf5/locale/countries/nz/country.desktop +share/kf5/locale/countries/nz/flag.png +share/kf5/locale/countries/oceania.desktop +share/kf5/locale/countries/om/country.desktop +share/kf5/locale/countries/om/flag.png +share/kf5/locale/countries/pa/country.desktop +share/kf5/locale/countries/pa/flag.png +share/kf5/locale/countries/pe/country.desktop +share/kf5/locale/countries/pe/flag.png +share/kf5/locale/countries/pf/country.desktop +share/kf5/locale/countries/pf/flag.png +share/kf5/locale/countries/pg/country.desktop +share/kf5/locale/countries/pg/flag.png +share/kf5/locale/countries/ph/country.desktop +share/kf5/locale/countries/ph/flag.png +share/kf5/locale/countries/pk/country.desktop +share/kf5/locale/countries/pk/flag.png +share/kf5/locale/countries/pl/country.desktop +share/kf5/locale/countries/pl/flag.png +share/kf5/locale/countries/pm/country.desktop +share/kf5/locale/countries/pm/flag.png +share/kf5/locale/countries/pn/country.desktop +share/kf5/locale/countries/pn/flag.png +share/kf5/locale/countries/pr/country.desktop +share/kf5/locale/countries/pr/flag.png +share/kf5/locale/countries/ps/country.desktop +share/kf5/locale/countries/ps/flag.png +share/kf5/locale/countries/pt/country.desktop +share/kf5/locale/countries/pt/flag.png +share/kf5/locale/countries/pw/country.desktop +share/kf5/locale/countries/pw/flag.png +share/kf5/locale/countries/py/country.desktop +share/kf5/locale/countries/py/flag.png +share/kf5/locale/countries/qa/country.desktop +share/kf5/locale/countries/qa/flag.png +share/kf5/locale/countries/re/country.desktop +share/kf5/locale/countries/re/flag.png +share/kf5/locale/countries/ro/country.desktop +share/kf5/locale/countries/ro/flag.png +share/kf5/locale/countries/rs/country.desktop +share/kf5/locale/countries/rs/flag.png +share/kf5/locale/countries/ru/country.desktop +share/kf5/locale/countries/ru/flag.png +share/kf5/locale/countries/rw/country.desktop +share/kf5/locale/countries/rw/flag.png +share/kf5/locale/countries/sa/country.desktop +share/kf5/locale/countries/sa/flag.png +share/kf5/locale/countries/sb/country.desktop +share/kf5/locale/countries/sb/flag.png +share/kf5/locale/countries/sc/country.desktop +share/kf5/locale/countries/sc/flag.png +share/kf5/locale/countries/sd/country.desktop +share/kf5/locale/countries/sd/flag.png +share/kf5/locale/countries/se/country.desktop +share/kf5/locale/countries/se/flag.png +share/kf5/locale/countries/sg/country.desktop +share/kf5/locale/countries/sg/flag.png +share/kf5/locale/countries/sh/country.desktop +share/kf5/locale/countries/sh/flag.png +share/kf5/locale/countries/si/country.desktop +share/kf5/locale/countries/si/flag.png +share/kf5/locale/countries/sk/country.desktop +share/kf5/locale/countries/sk/flag.png +share/kf5/locale/countries/sl/country.desktop +share/kf5/locale/countries/sl/flag.png +share/kf5/locale/countries/sm/country.desktop +share/kf5/locale/countries/sm/flag.png +share/kf5/locale/countries/sn/country.desktop +share/kf5/locale/countries/sn/flag.png +share/kf5/locale/countries/so/country.desktop +share/kf5/locale/countries/so/flag.png +share/kf5/locale/countries/southafrica.desktop +share/kf5/locale/countries/southamerica.desktop +share/kf5/locale/countries/southasia.desktop +share/kf5/locale/countries/southeastasia.desktop +share/kf5/locale/countries/southeurope.desktop +share/kf5/locale/countries/sr/country.desktop +share/kf5/locale/countries/sr/flag.png +share/kf5/locale/countries/ss/country.desktop +share/kf5/locale/countries/ss/flag.png +share/kf5/locale/countries/st/country.desktop +share/kf5/locale/countries/st/flag.png +share/kf5/locale/countries/sv/country.desktop +share/kf5/locale/countries/sv/flag.png +share/kf5/locale/countries/sy/country.desktop +share/kf5/locale/countries/sy/flag.png +share/kf5/locale/countries/sz/country.desktop +share/kf5/locale/countries/sz/flag.png +share/kf5/locale/countries/tc/country.desktop +share/kf5/locale/countries/tc/flag.png +share/kf5/locale/countries/td/country.desktop +share/kf5/locale/countries/td/flag.png +share/kf5/locale/countries/tg/country.desktop +share/kf5/locale/countries/tg/flag.png +share/kf5/locale/countries/th/country.desktop +share/kf5/locale/countries/th/flag.png +share/kf5/locale/countries/tj/country.desktop +share/kf5/locale/countries/tj/flag.png +share/kf5/locale/countries/tk/country.desktop +share/kf5/locale/countries/tk/flag.png +share/kf5/locale/countries/tl/country.desktop +share/kf5/locale/countries/tl/flag.png +share/kf5/locale/countries/tm/country.desktop +share/kf5/locale/countries/tm/flag.png +share/kf5/locale/countries/tn/country.desktop +share/kf5/locale/countries/tn/flag.png +share/kf5/locale/countries/to/country.desktop +share/kf5/locale/countries/to/flag.png +share/kf5/locale/countries/tp/country.desktop +share/kf5/locale/countries/tp/flag.png +share/kf5/locale/countries/tr/country.desktop +share/kf5/locale/countries/tr/flag.png +share/kf5/locale/countries/tt/country.desktop +share/kf5/locale/countries/tt/flag.png +share/kf5/locale/countries/tv/country.desktop +share/kf5/locale/countries/tv/flag.png +share/kf5/locale/countries/tw/country.desktop +share/kf5/locale/countries/tw/flag.png +share/kf5/locale/countries/tz/country.desktop +share/kf5/locale/countries/tz/flag.png +share/kf5/locale/countries/ua/country.desktop +share/kf5/locale/countries/ua/flag.png +share/kf5/locale/countries/ug/country.desktop +share/kf5/locale/countries/ug/flag.png +share/kf5/locale/countries/us/country.desktop +share/kf5/locale/countries/us/flag.png +share/kf5/locale/countries/uy/country.desktop +share/kf5/locale/countries/uy/flag.png +share/kf5/locale/countries/uz/country.desktop +share/kf5/locale/countries/uz/flag.png +share/kf5/locale/countries/va/country.desktop +share/kf5/locale/countries/va/flag.png +share/kf5/locale/countries/vc/country.desktop +share/kf5/locale/countries/vc/flag.png +share/kf5/locale/countries/ve/country.desktop +share/kf5/locale/countries/ve/flag.png +share/kf5/locale/countries/vg/country.desktop +share/kf5/locale/countries/vg/flag.png +share/kf5/locale/countries/vi/country.desktop +share/kf5/locale/countries/vi/flag.png +share/kf5/locale/countries/vn/country.desktop +share/kf5/locale/countries/vn/flag.png +share/kf5/locale/countries/vu/country.desktop +share/kf5/locale/countries/vu/flag.png +share/kf5/locale/countries/westafrica.desktop +share/kf5/locale/countries/westeurope.desktop +share/kf5/locale/countries/wf/country.desktop +share/kf5/locale/countries/wf/flag.png +share/kf5/locale/countries/ws/country.desktop +share/kf5/locale/countries/ws/flag.png +share/kf5/locale/countries/ye/country.desktop +share/kf5/locale/countries/ye/flag.png +share/kf5/locale/countries/yt/country.desktop +share/kf5/locale/countries/yt/flag.png +share/kf5/locale/countries/za/country.desktop +share/kf5/locale/countries/za/flag.png +share/kf5/locale/countries/zm/country.desktop +share/kf5/locale/countries/zm/flag.png +share/kf5/locale/countries/zw/country.desktop +share/kf5/locale/countries/zw/flag.png +share/kf5/locale/currency/adf.desktop +share/kf5/locale/currency/adp.desktop +share/kf5/locale/currency/aed.desktop +share/kf5/locale/currency/afa.desktop +share/kf5/locale/currency/afn.desktop +share/kf5/locale/currency/all.desktop +share/kf5/locale/currency/amd.desktop +share/kf5/locale/currency/ang.desktop +share/kf5/locale/currency/aoa.desktop +share/kf5/locale/currency/aon.desktop +share/kf5/locale/currency/ars.desktop +share/kf5/locale/currency/ats.desktop +share/kf5/locale/currency/aud.desktop +share/kf5/locale/currency/awg.desktop +share/kf5/locale/currency/azm.desktop +share/kf5/locale/currency/azn.desktop +share/kf5/locale/currency/bam.desktop +share/kf5/locale/currency/bbd.desktop +share/kf5/locale/currency/bdt.desktop +share/kf5/locale/currency/bef.desktop +share/kf5/locale/currency/bgl.desktop +share/kf5/locale/currency/bgn.desktop +share/kf5/locale/currency/bhd.desktop +share/kf5/locale/currency/bif.desktop +share/kf5/locale/currency/bmd.desktop +share/kf5/locale/currency/bnd.desktop +share/kf5/locale/currency/bob.desktop +share/kf5/locale/currency/bov.desktop +share/kf5/locale/currency/brl.desktop +share/kf5/locale/currency/bsd.desktop +share/kf5/locale/currency/btn.desktop +share/kf5/locale/currency/bwp.desktop +share/kf5/locale/currency/byr.desktop +share/kf5/locale/currency/bzd.desktop +share/kf5/locale/currency/cad.desktop +share/kf5/locale/currency/cdf.desktop +share/kf5/locale/currency/chf.desktop +share/kf5/locale/currency/clf.desktop +share/kf5/locale/currency/clp.desktop +share/kf5/locale/currency/cny.desktop +share/kf5/locale/currency/cop.desktop +share/kf5/locale/currency/cou.desktop +share/kf5/locale/currency/crc.desktop +share/kf5/locale/currency/cuc.desktop +share/kf5/locale/currency/cup.desktop +share/kf5/locale/currency/cve.desktop +share/kf5/locale/currency/cyp.desktop +share/kf5/locale/currency/czk.desktop +share/kf5/locale/currency/dem.desktop +share/kf5/locale/currency/djf.desktop +share/kf5/locale/currency/dkk.desktop +share/kf5/locale/currency/dop.desktop +share/kf5/locale/currency/dzd.desktop +share/kf5/locale/currency/eek.desktop +share/kf5/locale/currency/egp.desktop +share/kf5/locale/currency/ern.desktop +share/kf5/locale/currency/esp.desktop +share/kf5/locale/currency/etb.desktop +share/kf5/locale/currency/eur.desktop +share/kf5/locale/currency/fim.desktop +share/kf5/locale/currency/fjd.desktop +share/kf5/locale/currency/fkp.desktop +share/kf5/locale/currency/frf.desktop +share/kf5/locale/currency/gbp.desktop +share/kf5/locale/currency/gel.desktop +share/kf5/locale/currency/ghc.desktop +share/kf5/locale/currency/ghs.desktop +share/kf5/locale/currency/gip.desktop +share/kf5/locale/currency/gmd.desktop +share/kf5/locale/currency/gnf.desktop +share/kf5/locale/currency/grd.desktop +share/kf5/locale/currency/gtq.desktop +share/kf5/locale/currency/gwp.desktop +share/kf5/locale/currency/gyd.desktop +share/kf5/locale/currency/hkd.desktop +share/kf5/locale/currency/hnl.desktop +share/kf5/locale/currency/hrk.desktop +share/kf5/locale/currency/htg.desktop +share/kf5/locale/currency/huf.desktop +share/kf5/locale/currency/idr.desktop +share/kf5/locale/currency/iep.desktop +share/kf5/locale/currency/ils.desktop +share/kf5/locale/currency/inr.desktop +share/kf5/locale/currency/iqd.desktop +share/kf5/locale/currency/irr.desktop +share/kf5/locale/currency/isk.desktop +share/kf5/locale/currency/itl.desktop +share/kf5/locale/currency/jmd.desktop +share/kf5/locale/currency/jod.desktop +share/kf5/locale/currency/jpy.desktop +share/kf5/locale/currency/kes.desktop +share/kf5/locale/currency/kgs.desktop +share/kf5/locale/currency/khr.desktop +share/kf5/locale/currency/kmf.desktop +share/kf5/locale/currency/kpw.desktop +share/kf5/locale/currency/krw.desktop +share/kf5/locale/currency/kwd.desktop +share/kf5/locale/currency/kyd.desktop +share/kf5/locale/currency/kzt.desktop +share/kf5/locale/currency/lak.desktop +share/kf5/locale/currency/lbp.desktop +share/kf5/locale/currency/lkr.desktop +share/kf5/locale/currency/lrd.desktop +share/kf5/locale/currency/lsl.desktop +share/kf5/locale/currency/ltl.desktop +share/kf5/locale/currency/luf.desktop +share/kf5/locale/currency/lvl.desktop +share/kf5/locale/currency/lyd.desktop +share/kf5/locale/currency/mad.desktop +share/kf5/locale/currency/mdl.desktop +share/kf5/locale/currency/mga.desktop +share/kf5/locale/currency/mgf.desktop +share/kf5/locale/currency/mkd.desktop +share/kf5/locale/currency/mlf.desktop +share/kf5/locale/currency/mmk.desktop +share/kf5/locale/currency/mnt.desktop +share/kf5/locale/currency/mop.desktop +share/kf5/locale/currency/mro.desktop +share/kf5/locale/currency/mtl.desktop +share/kf5/locale/currency/mur.desktop +share/kf5/locale/currency/mvr.desktop +share/kf5/locale/currency/mwk.desktop +share/kf5/locale/currency/mxn.desktop +share/kf5/locale/currency/mxv.desktop +share/kf5/locale/currency/myr.desktop +share/kf5/locale/currency/mzm.desktop +share/kf5/locale/currency/mzn.desktop +share/kf5/locale/currency/nad.desktop +share/kf5/locale/currency/ngn.desktop +share/kf5/locale/currency/nio.desktop +share/kf5/locale/currency/nlg.desktop +share/kf5/locale/currency/nok.desktop +share/kf5/locale/currency/npr.desktop +share/kf5/locale/currency/nzd.desktop +share/kf5/locale/currency/omr.desktop +share/kf5/locale/currency/pab.desktop +share/kf5/locale/currency/pen.desktop +share/kf5/locale/currency/pgk.desktop +share/kf5/locale/currency/php.desktop +share/kf5/locale/currency/pkr.desktop +share/kf5/locale/currency/pln.desktop +share/kf5/locale/currency/pte.desktop +share/kf5/locale/currency/pyg.desktop +share/kf5/locale/currency/qar.desktop +share/kf5/locale/currency/rol.desktop +share/kf5/locale/currency/ron.desktop +share/kf5/locale/currency/rsd.desktop +share/kf5/locale/currency/rub.desktop +share/kf5/locale/currency/rur.desktop +share/kf5/locale/currency/rwf.desktop +share/kf5/locale/currency/sar.desktop +share/kf5/locale/currency/sbd.desktop +share/kf5/locale/currency/scr.desktop +share/kf5/locale/currency/sdd.desktop +share/kf5/locale/currency/sdg.desktop +share/kf5/locale/currency/sek.desktop +share/kf5/locale/currency/sgd.desktop +share/kf5/locale/currency/shp.desktop +share/kf5/locale/currency/sit.desktop +share/kf5/locale/currency/skk.desktop +share/kf5/locale/currency/sll.desktop +share/kf5/locale/currency/sos.desktop +share/kf5/locale/currency/srd.desktop +share/kf5/locale/currency/srg.desktop +share/kf5/locale/currency/ssp.desktop +share/kf5/locale/currency/std.desktop +share/kf5/locale/currency/svc.desktop +share/kf5/locale/currency/syp.desktop +share/kf5/locale/currency/szl.desktop +share/kf5/locale/currency/thb.desktop +share/kf5/locale/currency/tjs.desktop +share/kf5/locale/currency/tmm.desktop +share/kf5/locale/currency/tmt.desktop +share/kf5/locale/currency/tnd.desktop +share/kf5/locale/currency/top.desktop +share/kf5/locale/currency/tpe.desktop +share/kf5/locale/currency/trl.desktop +share/kf5/locale/currency/try.desktop +share/kf5/locale/currency/ttd.desktop +share/kf5/locale/currency/twd.desktop +share/kf5/locale/currency/tzs.desktop +share/kf5/locale/currency/uah.desktop +share/kf5/locale/currency/ugx.desktop +share/kf5/locale/currency/usd.desktop +share/kf5/locale/currency/usn.desktop +share/kf5/locale/currency/uss.desktop +share/kf5/locale/currency/uyu.desktop +share/kf5/locale/currency/uzs.desktop +share/kf5/locale/currency/veb.desktop +share/kf5/locale/currency/vnd.desktop +share/kf5/locale/currency/vuv.desktop +share/kf5/locale/currency/wst.desktop +share/kf5/locale/currency/xaf.desktop +share/kf5/locale/currency/xag.desktop +share/kf5/locale/currency/xau.desktop +share/kf5/locale/currency/xcd.desktop +share/kf5/locale/currency/xof.desktop +share/kf5/locale/currency/xpd.desktop +share/kf5/locale/currency/xpf.desktop +share/kf5/locale/currency/xpt.desktop +share/kf5/locale/currency/yer.desktop +share/kf5/locale/currency/yum.desktop +share/kf5/locale/currency/zar.desktop +share/kf5/locale/currency/zmk.desktop +share/kf5/locale/currency/zwd.desktop +share/kf5/locale/currency/zwl.desktop +share/kf5/widgets/pics/kdatetimewidget.png +share/kf5/widgets/pics/kdatewidget.png +share/kf5/widgets/pics/kdialog.png +share/kf5/widgets/pics/kdoublenuminput.png +share/kf5/widgets/pics/keditlistbox.png +share/kf5/widgets/pics/kintnuminput.png +share/kf5/widgets/pics/kintspinbox.png +share/kf5/widgets/pics/kpushbutton.png +share/kf5/widgets/pics/krestrictedline.png +share/kf5/widgets/pics/ktextbrowser.png +share/kservices5/kcm_ssl.desktop +share/kservices5/metainfo.protocol +share/kservices5/qimageioplugins/bmp.desktop +share/kservices5/qimageioplugins/gif.desktop +share/kservices5/qimageioplugins/ico.desktop +share/kservices5/qimageioplugins/jpeg.desktop +share/kservices5/qimageioplugins/mng.desktop +share/kservices5/qimageioplugins/pbm.desktop +share/kservices5/qimageioplugins/pgm.desktop +share/kservices5/qimageioplugins/png.desktop +share/kservices5/qimageioplugins/ppm.desktop +share/kservices5/qimageioplugins/svg+xml-compressed.desktop +share/kservices5/qimageioplugins/svg+xml.desktop +share/kservices5/qimageioplugins/tiff.desktop +share/kservices5/qimageioplugins/wbmp.desktop +share/kservices5/qimageioplugins/webp.desktop +share/kservices5/qimageioplugins/xbm.desktop +share/kservices5/qimageioplugins/xpm.desktop +share/kservicetypes5/kdatatool.desktop +share/kservicetypes5/kfilewrite.desktop +share/kservicetypes5/kscan.desktop +share/kservicetypes5/qimageio_plugin.desktop +share/locale/af/LC_MESSAGES/kdelibs4support.mo +share/locale/ar/LC_MESSAGES/kdelibs4support.mo +share/locale/as/LC_MESSAGES/kdelibs4support.mo +share/locale/ast/LC_MESSAGES/kdelibs4support.mo +share/locale/be/LC_MESSAGES/kdelibs4support.mo +share/locale/be@latin/LC_MESSAGES/kdelibs4support.mo +share/locale/bg/LC_MESSAGES/kdelibs4support.mo +share/locale/bn/LC_MESSAGES/kdelibs4support.mo +share/locale/bn_IN/LC_MESSAGES/kdelibs4support.mo +share/locale/br/LC_MESSAGES/kdelibs4support.mo +share/locale/bs/LC_MESSAGES/kdelibs4support.mo +share/locale/ca/LC_MESSAGES/kdelibs4support.mo +share/locale/ca@valencia/LC_MESSAGES/kdelibs4support.mo +share/locale/crh/LC_MESSAGES/kdelibs4support.mo +share/locale/cs/LC_MESSAGES/kdelibs4support.mo +share/locale/csb/LC_MESSAGES/kdelibs4support.mo +share/locale/cy/LC_MESSAGES/kdelibs4support.mo +share/locale/da/LC_MESSAGES/kdelibs4support.mo +share/locale/de/LC_MESSAGES/kdelibs4support.mo +share/locale/el/LC_MESSAGES/kdelibs4support.mo +share/locale/en_GB/LC_MESSAGES/kdelibs4support.mo +share/locale/eo/LC_MESSAGES/kdelibs4support.mo +share/locale/es/LC_MESSAGES/kdelibs4support.mo +share/locale/et/LC_MESSAGES/kdelibs4support.mo +share/locale/eu/LC_MESSAGES/kdelibs4support.mo +share/locale/fa/LC_MESSAGES/kdelibs4support.mo +share/locale/fi/LC_MESSAGES/kdelibs4support.mo +share/locale/fr/LC_MESSAGES/kdelibs4support.mo +share/locale/fy/LC_MESSAGES/kdelibs4support.mo +share/locale/ga/LC_MESSAGES/kdelibs4support.mo +share/locale/gd/LC_MESSAGES/kdelibs4support.mo +share/locale/gl/LC_MESSAGES/kdelibs4support.mo +share/locale/gu/LC_MESSAGES/kdelibs4support.mo +share/locale/ha/LC_MESSAGES/kdelibs4support.mo +share/locale/he/LC_MESSAGES/kdelibs4support.mo +share/locale/hi/LC_MESSAGES/kdelibs4support.mo +share/locale/hne/LC_MESSAGES/kdelibs4support.mo +share/locale/hr/LC_MESSAGES/kdelibs4support.mo +share/locale/hsb/LC_MESSAGES/kdelibs4support.mo +share/locale/hu/LC_MESSAGES/kdelibs4support.mo +share/locale/hy/LC_MESSAGES/kdelibs4support.mo +share/locale/ia/LC_MESSAGES/kdelibs4support.mo +share/locale/id/LC_MESSAGES/kdelibs4support.mo +share/locale/is/LC_MESSAGES/kdelibs4support.mo +share/locale/it/LC_MESSAGES/kdelibs4support.mo +share/locale/ja/LC_MESSAGES/kdelibs4support.mo +share/locale/ka/LC_MESSAGES/kdelibs4support.mo +share/locale/kf5_all_languages +share/locale/kk/LC_MESSAGES/kdelibs4support.mo +share/locale/km/LC_MESSAGES/kdelibs4support.mo +share/locale/kn/LC_MESSAGES/kdelibs4support.mo +share/locale/ko/LC_MESSAGES/kdelibs4support.mo +share/locale/ku/LC_MESSAGES/kdelibs4support.mo +share/locale/lb/LC_MESSAGES/kdelibs4support.mo +share/locale/lt/LC_MESSAGES/kdelibs4support.mo +share/locale/lv/LC_MESSAGES/kdelibs4support.mo +share/locale/mai/LC_MESSAGES/kdelibs4support.mo +share/locale/mk/LC_MESSAGES/kdelibs4support.mo +share/locale/ml/LC_MESSAGES/kdelibs4support.mo +share/locale/mr/LC_MESSAGES/kdelibs4support.mo +share/locale/ms/LC_MESSAGES/kdelibs4support.mo +share/locale/nb/LC_MESSAGES/kdelibs4support.mo +share/locale/nds/LC_MESSAGES/kdelibs4support.mo +share/locale/ne/LC_MESSAGES/kdelibs4support.mo +share/locale/nl/LC_MESSAGES/kdelibs4support.mo +share/locale/nn/LC_MESSAGES/kdelibs4support.mo +share/locale/oc/LC_MESSAGES/kdelibs4support.mo +share/locale/or/LC_MESSAGES/kdelibs4support.mo +share/locale/pa/LC_MESSAGES/kdelibs4support.mo +share/locale/pl/LC_MESSAGES/kdelibs4support.mo +share/locale/ps/LC_MESSAGES/kdelibs4support.mo +share/locale/pt/LC_MESSAGES/kdelibs4support.mo +share/locale/pt_BR/LC_MESSAGES/kdelibs4support.mo +share/locale/ro/LC_MESSAGES/kdelibs4support.mo +share/locale/ru/LC_MESSAGES/kdelibs4support.mo +share/locale/se/LC_MESSAGES/kdelibs4support.mo +share/locale/si/LC_MESSAGES/kdelibs4support.mo +share/locale/sk/LC_MESSAGES/kdelibs4support.mo +share/locale/sl/LC_MESSAGES/kdelibs4support.mo +share/locale/sq/LC_MESSAGES/kdelibs4support.mo +share/locale/sr/LC_MESSAGES/kdelibs4support.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdelibs4support.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelibs4support.mo +share/locale/sr@latin/LC_MESSAGES/kdelibs4support.mo +share/locale/sv/LC_MESSAGES/kdelibs4support.mo +share/locale/ta/LC_MESSAGES/kdelibs4support.mo +share/locale/te/LC_MESSAGES/kdelibs4support.mo +share/locale/tg/LC_MESSAGES/kdelibs4support.mo +share/locale/th/LC_MESSAGES/kdelibs4support.mo +share/locale/tr/LC_MESSAGES/kdelibs4support.mo +share/locale/tt/LC_MESSAGES/kdelibs4support.mo +share/locale/ug/LC_MESSAGES/kdelibs4support.mo +share/locale/uk/LC_MESSAGES/kdelibs4support.mo +share/locale/uz/LC_MESSAGES/kdelibs4support.mo +share/locale/uz@cyrillic/LC_MESSAGES/kdelibs4support.mo +share/locale/vi/LC_MESSAGES/kdelibs4support.mo +share/locale/wa/LC_MESSAGES/kdelibs4support.mo +share/locale/xh/LC_MESSAGES/kdelibs4support.mo +share/locale/zh_CN/LC_MESSAGES/kdelibs4support.mo +share/locale/zh_HK/LC_MESSAGES/kdelibs4support.mo +share/locale/zh_TW/LC_MESSAGES/kdelibs4support.mo Index: head/x11/kf5-kglobalaccel/Makefile =================================================================== --- head/x11/kf5-kglobalaccel/Makefile +++ head/x11/kf5-kglobalaccel/Makefile @@ -0,0 +1,20 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kglobalaccel +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library to add support for global workspace shortcuts + +LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm config coreaddons crash dbusaddons i18n service \ + windowsystem +USE_QT5= buildtools_build core dbus gui linguisttools qmake_build \ + testlib widgets x11extras +USE_XORG= xcb + +.include Index: head/x11/kf5-kglobalaccel/distinfo =================================================================== --- head/x11/kf5-kglobalaccel/distinfo +++ head/x11/kf5-kglobalaccel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424088 +SHA256 (KDE/frameworks/5.27.0/kglobalaccel-5.27.0.tar.xz) = b22e11cd336c56edb0ca5d62d3bd396021c4bf0b32bac8420a2e28cabab353fc +SIZE (KDE/frameworks/5.27.0/kglobalaccel-5.27.0.tar.xz) = 2576916 Index: head/x11/kf5-kglobalaccel/pkg-descr =================================================================== --- head/x11/kf5-kglobalaccel/pkg-descr +++ head/x11/kf5-kglobalaccel/pkg-descr @@ -0,0 +1,5 @@ +KGlobalAccel allows you to have global accelerators that are independent of the +focused window. Unlike regular shortcuts, the application's window does not need +focus for them to be activated. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html Index: head/x11/kf5-kglobalaccel/pkg-plist =================================================================== --- head/x11/kf5-kglobalaccel/pkg-plist +++ head/x11/kf5-kglobalaccel/pkg-plist @@ -0,0 +1,125 @@ +bin/kglobalaccel5 +include/KF5/KGlobalAccel/KGlobalAccel +include/KF5/KGlobalAccel/KGlobalShortcutInfo +include/KF5/KGlobalAccel/kglobalaccel.h +include/KF5/KGlobalAccel/kglobalaccel_export.h +include/KF5/KGlobalAccel/kglobalshortcutinfo.h +include/KF5/KGlobalAccel/private/kf5globalaccelprivate_export.h +include/KF5/KGlobalAccel/private/kglobalaccel_interface.h +include/KF5/KGlobalAccel/private/kglobalacceld.h +include/KF5/kglobalaccel_version.h +lib/cmake/KF5GlobalAccel/KF5GlobalAccelConfig.cmake +lib/cmake/KF5GlobalAccel/KF5GlobalAccelConfigVersion.cmake +lib/cmake/KF5GlobalAccel/KF5GlobalAccelTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5GlobalAccel/KF5GlobalAccelTargets.cmake +lib/libKF5GlobalAccel.so +lib/libKF5GlobalAccel.so.5 +lib/libKF5GlobalAccel.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5GlobalAccelPrivate.so.5 +lib/libKF5GlobalAccelPrivate.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateXcb.so +%%QT_MKSPECDIR%%/modules/qt_KGlobalAccel.pri +share/dbus-1/interfaces/kf5_org.kde.KGlobalAccel.xml +share/dbus-1/interfaces/kf5_org.kde.kglobalaccel.Component.xml +share/dbus-1/services/org.kde.kglobalaccel.service +share/kservices5/kglobalaccel5.desktop +share/locale/af/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ar/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/as/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ast/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/be/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/be@latin/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/bg/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/bn/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/br/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/bs/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ca/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/crh/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/cs/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/csb/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/cy/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/da/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/de/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/el/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/en_GB/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/eo/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/es/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/et/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/eu/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/fa/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/fi/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/fr/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/fy/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ga/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/gd/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/gl/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/gu/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ha/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/he/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/hi/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/hne/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/hr/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/hsb/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/hu/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/hy/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ia/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/id/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/is/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/it/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ja/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ka/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/kk/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/km/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/kn/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ko/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ku/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/lb/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/lt/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/lv/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/mai/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/mk/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ml/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/mr/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ms/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/nb/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/nds/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ne/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/nl/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/nn/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/oc/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/or/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/pa/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/pl/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ps/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/pt/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ro/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ru/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/se/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/si/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sk/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sl/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sq/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sr/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/sv/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ta/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/te/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/tg/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/th/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/tr/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/tt/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/ug/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/uk/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/uz/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/vi/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/wa/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/xh/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kglobalaccel5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kglobalaccel5_qt.qm Index: head/x11/kf5-kinit/Makefile =================================================================== --- head/x11/kf5-kinit/Makefile +++ head/x11/kf5-kinit/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kinit +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 process launcher to speed up launching KDE applications + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= completion config coreaddons crash doctools ecm i18n \ + jobwidgets kio service widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui network qmake_build widgets +USE_XORG= x11 xcb + +.include Index: head/x11/kf5-kinit/distinfo =================================================================== --- head/x11/kf5-kinit/distinfo +++ head/x11/kf5-kinit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424088 +SHA256 (KDE/frameworks/5.27.0/kinit-5.27.0.tar.xz) = 377e0e6ba6a466a63c715adc898457daa904721b54f46dabcc4aaa7075a07769 +SIZE (KDE/frameworks/5.27.0/kinit-5.27.0.tar.xz) = 2658832 Index: head/x11/kf5-kinit/pkg-descr =================================================================== --- head/x11/kf5-kinit/pkg-descr +++ head/x11/kf5-kinit/pkg-descr @@ -0,0 +1,4 @@ +kdeinit is a process launcher somewhat similar to the famous init used for +booting UNIX. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html Index: head/x11/kf5-kinit/pkg-plist =================================================================== --- head/x11/kf5-kinit/pkg-plist +++ head/x11/kf5-kinit/pkg-plist @@ -0,0 +1,122 @@ +bin/kdeinit5 +bin/kdeinit5_shutdown +bin/kdeinit5_wrapper +bin/kshell5 +bin/kwrapper5 +lib/cmake/KF5Init/KF5InitConfig.cmake +lib/cmake/KF5Init/KF5InitConfigVersion.cmake +lib/cmake/KF5Init/KF5InitMacros.cmake +lib/cmake/KF5Init/kde5init_dummy.cpp.in +lib/libexec/kf5/klauncher +lib/libexec/kf5/start_kdeinit +lib/libexec/kf5/start_kdeinit_wrapper +lib/libkdeinit5_klauncher.so +man/ca/man8/kdeinit5.8.gz +man/de/man8/kdeinit5.8.gz +man/it/man8/kdeinit5.8.gz +man/man8/kdeinit5.8.gz +man/nl/man8/kdeinit5.8.gz +man/pt_BR/man8/kdeinit5.8.gz +man/sv/man8/kdeinit5.8.gz +man/uk/man8/kdeinit5.8.gz +share/dbus-1/interfaces/kf5_org.kde.KLauncher.xml +share/locale/af/LC_MESSAGES/kinit5.mo +share/locale/ar/LC_MESSAGES/kinit5.mo +share/locale/as/LC_MESSAGES/kinit5.mo +share/locale/ast/LC_MESSAGES/kinit5.mo +share/locale/be/LC_MESSAGES/kinit5.mo +share/locale/be@latin/LC_MESSAGES/kinit5.mo +share/locale/bg/LC_MESSAGES/kinit5.mo +share/locale/bn/LC_MESSAGES/kinit5.mo +share/locale/bn_IN/LC_MESSAGES/kinit5.mo +share/locale/br/LC_MESSAGES/kinit5.mo +share/locale/bs/LC_MESSAGES/kinit5.mo +share/locale/ca/LC_MESSAGES/kinit5.mo +share/locale/ca@valencia/LC_MESSAGES/kinit5.mo +share/locale/crh/LC_MESSAGES/kinit5.mo +share/locale/cs/LC_MESSAGES/kinit5.mo +share/locale/csb/LC_MESSAGES/kinit5.mo +share/locale/cy/LC_MESSAGES/kinit5.mo +share/locale/da/LC_MESSAGES/kinit5.mo +share/locale/de/LC_MESSAGES/kinit5.mo +share/locale/el/LC_MESSAGES/kinit5.mo +share/locale/en_GB/LC_MESSAGES/kinit5.mo +share/locale/eo/LC_MESSAGES/kinit5.mo +share/locale/es/LC_MESSAGES/kinit5.mo +share/locale/et/LC_MESSAGES/kinit5.mo +share/locale/eu/LC_MESSAGES/kinit5.mo +share/locale/fa/LC_MESSAGES/kinit5.mo +share/locale/fi/LC_MESSAGES/kinit5.mo +share/locale/fr/LC_MESSAGES/kinit5.mo +share/locale/fy/LC_MESSAGES/kinit5.mo +share/locale/ga/LC_MESSAGES/kinit5.mo +share/locale/gd/LC_MESSAGES/kinit5.mo +share/locale/gl/LC_MESSAGES/kinit5.mo +share/locale/gu/LC_MESSAGES/kinit5.mo +share/locale/ha/LC_MESSAGES/kinit5.mo +share/locale/he/LC_MESSAGES/kinit5.mo +share/locale/hi/LC_MESSAGES/kinit5.mo +share/locale/hne/LC_MESSAGES/kinit5.mo +share/locale/hr/LC_MESSAGES/kinit5.mo +share/locale/hsb/LC_MESSAGES/kinit5.mo +share/locale/hu/LC_MESSAGES/kinit5.mo +share/locale/hy/LC_MESSAGES/kinit5.mo +share/locale/ia/LC_MESSAGES/kinit5.mo +share/locale/id/LC_MESSAGES/kinit5.mo +share/locale/is/LC_MESSAGES/kinit5.mo +share/locale/it/LC_MESSAGES/kinit5.mo +share/locale/ja/LC_MESSAGES/kinit5.mo +share/locale/ka/LC_MESSAGES/kinit5.mo +share/locale/kk/LC_MESSAGES/kinit5.mo +share/locale/km/LC_MESSAGES/kinit5.mo +share/locale/kn/LC_MESSAGES/kinit5.mo +share/locale/ko/LC_MESSAGES/kinit5.mo +share/locale/ku/LC_MESSAGES/kinit5.mo +share/locale/lb/LC_MESSAGES/kinit5.mo +share/locale/lt/LC_MESSAGES/kinit5.mo +share/locale/lv/LC_MESSAGES/kinit5.mo +share/locale/mai/LC_MESSAGES/kinit5.mo +share/locale/mk/LC_MESSAGES/kinit5.mo +share/locale/ml/LC_MESSAGES/kinit5.mo +share/locale/mr/LC_MESSAGES/kinit5.mo +share/locale/ms/LC_MESSAGES/kinit5.mo +share/locale/nb/LC_MESSAGES/kinit5.mo +share/locale/nds/LC_MESSAGES/kinit5.mo +share/locale/ne/LC_MESSAGES/kinit5.mo +share/locale/nl/LC_MESSAGES/kinit5.mo +share/locale/nn/LC_MESSAGES/kinit5.mo +share/locale/oc/LC_MESSAGES/kinit5.mo +share/locale/or/LC_MESSAGES/kinit5.mo +share/locale/pa/LC_MESSAGES/kinit5.mo +share/locale/pl/LC_MESSAGES/kinit5.mo +share/locale/ps/LC_MESSAGES/kinit5.mo +share/locale/pt/LC_MESSAGES/kinit5.mo +share/locale/pt_BR/LC_MESSAGES/kinit5.mo +share/locale/ro/LC_MESSAGES/kinit5.mo +share/locale/ru/LC_MESSAGES/kinit5.mo +share/locale/se/LC_MESSAGES/kinit5.mo +share/locale/si/LC_MESSAGES/kinit5.mo +share/locale/sk/LC_MESSAGES/kinit5.mo +share/locale/sl/LC_MESSAGES/kinit5.mo +share/locale/sq/LC_MESSAGES/kinit5.mo +share/locale/sr/LC_MESSAGES/kinit5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kinit5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kinit5.mo +share/locale/sr@latin/LC_MESSAGES/kinit5.mo +share/locale/sv/LC_MESSAGES/kinit5.mo +share/locale/ta/LC_MESSAGES/kinit5.mo +share/locale/te/LC_MESSAGES/kinit5.mo +share/locale/tg/LC_MESSAGES/kinit5.mo +share/locale/th/LC_MESSAGES/kinit5.mo +share/locale/tr/LC_MESSAGES/kinit5.mo +share/locale/tt/LC_MESSAGES/kinit5.mo +share/locale/ug/LC_MESSAGES/kinit5.mo +share/locale/uk/LC_MESSAGES/kinit5.mo +share/locale/uz/LC_MESSAGES/kinit5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kinit5.mo +share/locale/vi/LC_MESSAGES/kinit5.mo +share/locale/wa/LC_MESSAGES/kinit5.mo +share/locale/xh/LC_MESSAGES/kinit5.mo +share/locale/zh_CN/LC_MESSAGES/kinit5.mo +share/locale/zh_HK/LC_MESSAGES/kinit5.mo +share/locale/zh_TW/LC_MESSAGES/kinit5.mo Index: head/x11/kf5-krunner/Makefile =================================================================== --- head/x11/kf5-krunner/Makefile +++ head/x11/kf5-krunner/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= krunner +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 parallelized query system + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons ecm i18n kio package plasma-framework \ + service solid threadweaver +USE_QT5= buildtools_build core gui network qmake_build qml \ + quick widgets + +.include Index: head/x11/kf5-krunner/distinfo =================================================================== --- head/x11/kf5-krunner/distinfo +++ head/x11/kf5-krunner/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424088 +SHA256 (KDE/frameworks/5.27.0/krunner-5.27.0.tar.xz) = 495297b26b0f6d242bff4925f478f761b41f28dcb2c120994f0dd87a6ff4ddfb +SIZE (KDE/frameworks/5.27.0/krunner-5.27.0.tar.xz) = 67440 Index: head/x11/kf5-krunner/pkg-descr =================================================================== --- head/x11/kf5-krunner/pkg-descr +++ head/x11/kf5-krunner/pkg-descr @@ -0,0 +1,5 @@ +The Plasma workspace provides an application called KRunner which, among other +things, allows one to type into a text area which causes various actions and +information that match the text appear as the text is being typed. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html Index: head/x11/kf5-krunner/pkg-plist =================================================================== --- head/x11/kf5-krunner/pkg-plist +++ head/x11/kf5-krunner/pkg-plist @@ -0,0 +1,24 @@ +include/KF5/KRunner/KRunner/AbstractRunner +include/KF5/KRunner/KRunner/QueryMatch +include/KF5/KRunner/KRunner/RunnerContext +include/KF5/KRunner/KRunner/RunnerManager +include/KF5/KRunner/KRunner/RunnerSyntax +include/KF5/KRunner/krunner/abstractrunner.h +include/KF5/KRunner/krunner/krunner_export.h +include/KF5/KRunner/krunner/querymatch.h +include/KF5/KRunner/krunner/runnercontext.h +include/KF5/KRunner/krunner/runnermanager.h +include/KF5/KRunner/krunner/runnersyntax.h +include/KF5/krunner_version.h +lib/cmake/KF5Runner/KF5RunnerConfig.cmake +lib/cmake/KF5Runner/KF5RunnerConfigVersion.cmake +lib/cmake/KF5Runner/KF5RunnerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Runner/KF5RunnerTargets.cmake +lib/libKF5Runner.so +lib/libKF5Runner.so.5 +lib/libKF5Runner.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_QMLDIR%%/org/kde/runnermodel/librunnermodelplugin.so +%%QT_QMLDIR%%/org/kde/runnermodel/qmldir +%%QT_MKSPECDIR%%/modules/qt_KRunner.pri +share/kdevappwizard/templates/runner.tar.bz2 +share/kservicetypes5/plasma-runner.desktop Index: head/x11/kf5-kwindowsystem/Makefile =================================================================== --- head/x11/kf5-kwindowsystem/Makefile +++ head/x11/kf5-kwindowsystem/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwindowsystem +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library for access to the windowing system + +LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui linguisttools qmake_build \ + testlib widgets x11extras +USE_XORG= ice sm x11 xcb xext xfixes xrender + +.include Index: head/x11/kf5-kwindowsystem/distinfo =================================================================== --- head/x11/kf5-kwindowsystem/distinfo +++ head/x11/kf5-kwindowsystem/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424088 +SHA256 (KDE/frameworks/5.27.0/kwindowsystem-5.27.0.tar.xz) = 1d5609a3e45e01780551a45f9c031f54ee2b5ddd3a2ae1bc7fe15016f9a58970 +SIZE (KDE/frameworks/5.27.0/kwindowsystem-5.27.0.tar.xz) = 2642136 Index: head/x11/kf5-kwindowsystem/pkg-descr =================================================================== --- head/x11/kf5-kwindowsystem/pkg-descr +++ head/x11/kf5-kwindowsystem/pkg-descr @@ -0,0 +1,5 @@ +KWindowSystem provides information about the windowing system and allows +interaction with the windowing system. It provides an high level API which +is windowing system independent and has platform specific implementations. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwindowsystem/html/index.html Index: head/x11/kf5-kwindowsystem/pkg-plist =================================================================== --- head/x11/kf5-kwindowsystem/pkg-plist +++ head/x11/kf5-kwindowsystem/pkg-plist @@ -0,0 +1,141 @@ +include/KF5/KWindowSystem/KKeyServer +include/KF5/KWindowSystem/KSelectionOwner +include/KF5/KWindowSystem/KSelectionWatcher +include/KF5/KWindowSystem/KStartupInfo +include/KF5/KWindowSystem/KUserTimestamp +include/KF5/KWindowSystem/KWindowEffects +include/KF5/KWindowSystem/KWindowInfo +include/KF5/KWindowSystem/KWindowSystem +include/KF5/KWindowSystem/KXMessages +include/KF5/KWindowSystem/NETWM +include/KF5/KWindowSystem/config-kwindowsystem.h +include/KF5/KWindowSystem/fixx11h.h +include/KF5/KWindowSystem/kkeyserver.h +include/KF5/KWindowSystem/kkeyserver_x11.h +include/KF5/KWindowSystem/kmanagerselection.h +include/KF5/KWindowSystem/kselectionowner.h +include/KF5/KWindowSystem/kselectionwatcher.h +include/KF5/KWindowSystem/kstartupinfo.h +include/KF5/KWindowSystem/kusertimestamp.h +include/KF5/KWindowSystem/kwindoweffects.h +include/KF5/KWindowSystem/kwindowinfo.h +include/KF5/KWindowSystem/kwindowsystem.h +include/KF5/KWindowSystem/kwindowsystem_export.h +include/KF5/KWindowSystem/kxmessages.h +include/KF5/KWindowSystem/netwm.h +include/KF5/KWindowSystem/netwm_def.h +include/KF5/KWindowSystem/private/kwindoweffects_p.h +include/KF5/KWindowSystem/private/kwindowinfo_p.h +include/KF5/KWindowSystem/private/kwindowsystem_p.h +include/KF5/KWindowSystem/private/kwindowsystemplugininterface_p.h +include/KF5/kwindowsystem_version.h +lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake +lib/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake +lib/cmake/KF5WindowSystem/KF5WindowSystemTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake +lib/libKF5WindowSystem.so +lib/libKF5WindowSystem.so.5 +lib/libKF5WindowSystem.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so +%%QT_PLUGINDIR%%/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so +%%QT_MKSPECDIR%%/modules/qt_KWindowSystem.pri +share/locale/af/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ar/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/as/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ast/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/be/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/be@latin/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/bg/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/bn/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/bn_IN/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/br/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/bs/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ca/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/crh/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/cs/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/csb/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/cy/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/da/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/de/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/el/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/en_GB/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/eo/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/es/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/et/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/eu/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/fa/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/fi/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/fr/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/fy/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ga/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/gd/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/gl/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/gu/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ha/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/he/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/hi/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/hne/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/hr/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/hsb/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/hu/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/hy/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ia/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/id/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/is/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/it/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ja/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ka/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/kk/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/km/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/kn/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ko/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ku/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/lb/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/lt/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/lv/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/mai/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/mk/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ml/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/mr/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ms/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/nb/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/nds/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ne/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/nl/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/nn/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/oc/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/or/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/pa/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/pl/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ps/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/pt/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/pt_BR/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ro/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ru/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/se/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/si/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sk/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sl/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sq/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sr/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sr@latin/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/sv/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ta/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/te/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/tg/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/th/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/tr/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/tt/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/ug/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/uk/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/uz/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/vi/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/wa/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/xh/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/zh_CN/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/zh_HK/LC_MESSAGES/kwindowsystem5_qt.qm +share/locale/zh_TW/LC_MESSAGES/kwindowsystem5_qt.qm Index: head/x11/kf5-plasma-framework/Makefile =================================================================== --- head/x11/kf5-plasma-framework/Makefile +++ head/x11/kf5-plasma-framework/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-framework +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11 kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 plugin based UI runtime used to write user interfaces + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz +USE_GL= egl gl +USE_KDE= activities archive auth codecs completion config \ + configwidgets coreaddons dbusaddons doctools globalaccel \ + guiaddons i18n iconthemes jobwidgets kio package \ + notifications service windowsystem xmlgui kdeclarative \ + widgetsaddons +USE_QT5= buildtools_build core dbus gui network qmake_build qml \ + quick script sql svg widgets x11extras xml +USE_XORG= ice sm x11 xcb xext xrandr + +.include Index: head/x11/kf5-plasma-framework/distinfo =================================================================== --- head/x11/kf5-plasma-framework/distinfo +++ head/x11/kf5-plasma-framework/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424089 +SHA256 (KDE/frameworks/5.27.0/plasma-framework-5.27.0.tar.xz) = b16801d0f50bf444f43ef3902f25fe11edab2606ffca19b986ba9961e0795785 +SIZE (KDE/frameworks/5.27.0/plasma-framework-5.27.0.tar.xz) = 4495980 Index: head/x11/kf5-plasma-framework/pkg-descr =================================================================== --- head/x11/kf5-plasma-framework/pkg-descr +++ head/x11/kf5-plasma-framework/pkg-descr @@ -0,0 +1,4 @@ +The plasma framework provides the foundations that can be used to build a +primary user interface, from graphical to logical components. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html Index: head/x11/kf5-plasma-framework/pkg-plist =================================================================== --- head/x11/kf5-plasma-framework/pkg-plist +++ head/x11/kf5-plasma-framework/pkg-plist @@ -0,0 +1,517 @@ +bin/plasmapkg2 +include/KF5/Plasma/Applet +include/KF5/Plasma/Containment +include/KF5/Plasma/ContainmentActions +include/KF5/Plasma/Corona +include/KF5/Plasma/DataContainer +include/KF5/Plasma/DataEngine +include/KF5/Plasma/DataEngineConsumer +include/KF5/Plasma/FrameSvg +include/KF5/Plasma/Package +include/KF5/Plasma/PackageStructure +include/KF5/Plasma/Plasma +include/KF5/Plasma/PluginLoader +include/KF5/Plasma/Service +include/KF5/Plasma/ServiceJob +include/KF5/Plasma/Svg +include/KF5/Plasma/Theme +include/KF5/PlasmaQuick/AppletQuickItem +include/KF5/PlasmaQuick/ConfigModel +include/KF5/PlasmaQuick/ConfigView +include/KF5/PlasmaQuick/ContainmentView +include/KF5/PlasmaQuick/Dialog +include/KF5/plasma/applet.h +include/KF5/plasma/containment.h +include/KF5/plasma/containmentactions.h +include/KF5/plasma/corona.h +include/KF5/plasma/datacontainer.h +include/KF5/plasma/dataengine.h +include/KF5/plasma/dataengineconsumer.h +include/KF5/plasma/framesvg.h +include/KF5/plasma/package.h +include/KF5/plasma/packagestructure.h +include/KF5/plasma/plasma.h +include/KF5/plasma/plasma_export.h +include/KF5/plasma/pluginloader.h +include/KF5/plasma/scripting/appletscript.h +include/KF5/plasma/scripting/dataenginescript.h +include/KF5/plasma/scripting/scriptengine.h +include/KF5/plasma/service.h +include/KF5/plasma/servicejob.h +include/KF5/plasma/svg.h +include/KF5/plasma/theme.h +include/KF5/plasma/version.h +include/KF5/plasma_version.h +include/KF5/plasmaquick/appletquickitem.h +include/KF5/plasmaquick/configmodel.h +include/KF5/plasmaquick/configview.h +include/KF5/plasmaquick/containmentview.h +include/KF5/plasmaquick/dialog.h +include/KF5/plasmaquick/packageurlinterceptor.h +include/KF5/plasmaquick/plasmaquick_export.h +lib/cmake/KF5Plasma/KF5PlasmaConfig.cmake +lib/cmake/KF5Plasma/KF5PlasmaConfigVersion.cmake +lib/cmake/KF5Plasma/KF5PlasmaMacros.cmake +lib/cmake/KF5Plasma/KF5PlasmaTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Plasma/KF5PlasmaTargets.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfigVersion.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickTargets.cmake +lib/libKF5Plasma.so +lib/libKF5Plasma.so.5 +lib/libKF5Plasma.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libKF5PlasmaQuick.so +lib/libKF5PlasmaQuick.so.5 +lib/libKF5PlasmaQuick.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_PLUGINDIR%%/kpackage/packagestructure/containmentactions_packagestructure.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/dataengine_packagestructure.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasmageneric_packagestructure.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasmatheme_packagestructure.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasmoid_packagestructure.so +%%QT_PLUGINDIR%%/plasma/scriptengines/plasma_appletscript_declarative.so +%%QT_PLUGINDIR%%/plasma_engine_testengine.so +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ApplicationWindowStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ButtonStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CalendarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CheckBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ComboBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CursorDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CursorHandleStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/EditMenuTouch.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/FocusFrameStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/GroupBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/MenuBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/MenuStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ProgressBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/RadioButtonStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SelectionHandleStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SliderStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SpinBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/StatusBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SwitchStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TabViewStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TableViewStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TextAreaStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ToolBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/private/ButtonShadow.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/private/RoundShadow.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/private/TextFieldFocus.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/qmldir +%%QT_QMLDIR%%/org/kde/plasma/accessdenied/qmldir +%%QT_QMLDIR%%/org/kde/plasma/calendar/CalendarToolbar.qml +%%QT_QMLDIR%%/org/kde/plasma/calendar/DayDelegate.qml +%%QT_QMLDIR%%/org/kde/plasma/calendar/DaysCalendar.qml +%%QT_QMLDIR%%/org/kde/plasma/calendar/MonthMenu.qml +%%QT_QMLDIR%%/org/kde/plasma/calendar/MonthView.qml +%%QT_QMLDIR%%/org/kde/plasma/calendar/libcalendarplugin.so +%%QT_QMLDIR%%/org/kde/plasma/calendar/qmldir +%%QT_QMLDIR%%/org/kde/plasma/components/BusyIndicator.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Button.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ButtonColumn.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ButtonGroup.js +%%QT_QMLDIR%%/org/kde/plasma/components/ButtonRow.qml +%%QT_QMLDIR%%/org/kde/plasma/components/CheckBox.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ComboBox.qml +%%QT_QMLDIR%%/org/kde/plasma/components/CommonDialog.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ContextMenu.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Dialog.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Highlight.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Label.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ListItem.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ModelContextMenu.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Page.qml +%%QT_QMLDIR%%/org/kde/plasma/components/PageStack.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ProgressBar.qml +%%QT_QMLDIR%%/org/kde/plasma/components/QueryDialog.qml +%%QT_QMLDIR%%/org/kde/plasma/components/RadioButton.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ScrollBar.qml +%%QT_QMLDIR%%/org/kde/plasma/components/SectionScroller.qml +%%QT_QMLDIR%%/org/kde/plasma/components/SelectionDialog.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Sheet.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Slider.qml +%%QT_QMLDIR%%/org/kde/plasma/components/Switch.qml +%%QT_QMLDIR%%/org/kde/plasma/components/TabBar.qml +%%QT_QMLDIR%%/org/kde/plasma/components/TabButton.qml +%%QT_QMLDIR%%/org/kde/plasma/components/TabGroup.qml +%%QT_QMLDIR%%/org/kde/plasma/components/TextArea.qml +%%QT_QMLDIR%%/org/kde/plasma/components/TextField.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ToolBar.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ToolBarLayout.qml +%%QT_QMLDIR%%/org/kde/plasma/components/ToolButton.qml +%%QT_QMLDIR%%/org/kde/plasma/components/libplasmacomponentsplugin.so +%%QT_QMLDIR%%/org/kde/plasma/components/private/AppManager.js +%%QT_QMLDIR%%/org/kde/plasma/components/private/Config.js +%%QT_QMLDIR%%/org/kde/plasma/components/private/DualStateButton.qml +%%QT_QMLDIR%%/org/kde/plasma/components/private/InlineDialog.qml +%%QT_QMLDIR%%/org/kde/plasma/components/private/PageStack.js +%%QT_QMLDIR%%/org/kde/plasma/components/private/ScrollBarDelegate.qml +%%QT_QMLDIR%%/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml +%%QT_QMLDIR%%/org/kde/plasma/components/private/SectionScroller.js +%%QT_QMLDIR%%/org/kde/plasma/components/private/TabBarLayout.qml +%%QT_QMLDIR%%/org/kde/plasma/components/private/TabGroup.js +%%QT_QMLDIR%%/org/kde/plasma/components/qmldir +%%QT_QMLDIR%%/org/kde/plasma/core/libcorebindingsplugin.so +%%QT_QMLDIR%%/org/kde/plasma/core/private/DefaultToolTip.qml +%%QT_QMLDIR%%/org/kde/plasma/core/qmldir +%%QT_QMLDIR%%/org/kde/plasma/extras/App.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/ConditionalLoader.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/Heading.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/PageRow.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/Paragraph.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/ScrollArea.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/Title.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/animations/ActivateAnimation.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/animations/AppearAnimation.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/animations/DisappearAnimation.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/animations/PressedAnimation.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/animations/ReleasedAnimation.qml +%%QT_QMLDIR%%/org/kde/plasma/extras/libplasmaextracomponentsplugin.so +%%QT_QMLDIR%%/org/kde/plasma/extras/qmldir +%%QT_QMLDIR%%/org/kde/plasma/platformcomponents/libplatformcomponentsplugin.so +%%QT_QMLDIR%%/org/kde/plasma/platformcomponents/qmldir +man/ca/man1/plasmapkg2.1.gz +man/de/man1/plasmapkg2.1.gz +man/it/man1/plasmapkg2.1.gz +man/man1/plasmapkg2.1.gz +man/nl/man1/plasmapkg2.1.gz +man/pt_BR/man1/plasmapkg2.1.gz +man/sv/man1/plasmapkg2.1.gz +man/uk/man1/plasmapkg2.1.gz +share/kdevappwizard/templates/cpp-plasmoid.tar.bz2 +share/kdevappwizard/templates/plasma-wallpaper.tar.bz2 +share/kdevappwizard/templates/qml-plasmoid.tar.bz2 +share/kservices5/plasma-dataengine-testengine.desktop +share/kservices5/plasma-scriptengine-applet-declarative.desktop +share/kservicetypes5/plasma-applet.desktop +share/kservicetypes5/plasma-containment.desktop +share/kservicetypes5/plasma-containmentactions.desktop +share/kservicetypes5/plasma-dataengine.desktop +share/kservicetypes5/plasma-generic.desktop +share/kservicetypes5/plasma-lookandfeel.desktop +share/kservicetypes5/plasma-packagestructure.desktop +share/kservicetypes5/plasma-scriptengine.desktop +share/kservicetypes5/plasma-service.desktop +share/kservicetypes5/plasma-shell.desktop +share/kservicetypes5/plasma-wallpaper.desktop +share/locale/ar/LC_MESSAGES/libplasma5.mo +share/locale/ast/LC_MESSAGES/libplasma5.mo +share/locale/bs/LC_MESSAGES/libplasma5.mo +share/locale/ca/LC_MESSAGES/libplasma5.mo +share/locale/ca@valencia/LC_MESSAGES/libplasma5.mo +share/locale/cs/LC_MESSAGES/libplasma5.mo +share/locale/da/LC_MESSAGES/libplasma5.mo +share/locale/de/LC_MESSAGES/libplasma5.mo +share/locale/el/LC_MESSAGES/libplasma5.mo +share/locale/en_GB/LC_MESSAGES/libplasma5.mo +share/locale/es/LC_MESSAGES/libplasma5.mo +share/locale/et/LC_MESSAGES/libplasma5.mo +share/locale/fi/LC_MESSAGES/libplasma5.mo +share/locale/fr/LC_MESSAGES/libplasma5.mo +share/locale/gd/LC_MESSAGES/libplasma5.mo +share/locale/gl/LC_MESSAGES/libplasma5.mo +share/locale/he/LC_MESSAGES/libplasma5.mo +share/locale/hu/LC_MESSAGES/libplasma5.mo +share/locale/ia/LC_MESSAGES/libplasma5.mo +share/locale/it/LC_MESSAGES/libplasma5.mo +share/locale/ja/LC_MESSAGES/libplasma5.mo +share/locale/ko/LC_MESSAGES/libplasma5.mo +share/locale/lt/LC_MESSAGES/libplasma5.mo +share/locale/lt/LC_SCRIPTS/libplasma5/libplasma5.js +share/locale/lt/LC_SCRIPTS/libplasma5/plasmoids.js +share/locale/mr/LC_MESSAGES/libplasma5.mo +share/locale/nb/LC_MESSAGES/libplasma5.mo +share/locale/nds/LC_MESSAGES/libplasma5.mo +share/locale/nl/LC_MESSAGES/libplasma5.mo +share/locale/nn/LC_MESSAGES/libplasma5.mo +share/locale/pa/LC_MESSAGES/libplasma5.mo +share/locale/pl/LC_MESSAGES/libplasma5.mo +share/locale/pt/LC_MESSAGES/libplasma5.mo +share/locale/pt_BR/LC_MESSAGES/libplasma5.mo +share/locale/ro/LC_MESSAGES/libplasma5.mo +share/locale/ru/LC_MESSAGES/libplasma5.mo +share/locale/sk/LC_MESSAGES/libplasma5.mo +share/locale/sl/LC_MESSAGES/libplasma5.mo +share/locale/sr/LC_MESSAGES/libplasma5.mo +share/locale/sr@ijekavian/LC_MESSAGES/libplasma5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma5.mo +share/locale/sr@latin/LC_MESSAGES/libplasma5.mo +share/locale/sv/LC_MESSAGES/libplasma5.mo +share/locale/tr/LC_MESSAGES/libplasma5.mo +share/locale/ug/LC_MESSAGES/libplasma5.mo +share/locale/uk/LC_MESSAGES/libplasma5.mo +share/locale/zh_CN/LC_MESSAGES/libplasma5.mo +share/locale/zh_TW/LC_MESSAGES/libplasma5.mo +share/plasma/desktoptheme/air/colors +share/plasma/desktoptheme/air/dialogs/background.svgz +share/plasma/desktoptheme/air/dialogs/kickoff.svgz +share/plasma/desktoptheme/air/dialogs/krunner.svgz +share/plasma/desktoptheme/air/icons/akonadi.svgz +share/plasma/desktoptheme/air/icons/akregator.svgz +share/plasma/desktoptheme/air/icons/amarok.svgz +share/plasma/desktoptheme/air/icons/applications.svgz +share/plasma/desktoptheme/air/icons/apport.svgz +share/plasma/desktoptheme/air/icons/audio.svgz +share/plasma/desktoptheme/air/icons/battery.svgz +share/plasma/desktoptheme/air/icons/bookmarks.svgz +share/plasma/desktoptheme/air/icons/computer.svgz +share/plasma/desktoptheme/air/icons/configure.svgz +share/plasma/desktoptheme/air/icons/device.svgz +share/plasma/desktoptheme/air/icons/edit.svgz +share/plasma/desktoptheme/air/icons/kdeconnect.svgz +share/plasma/desktoptheme/air/icons/keyboard.svgz +share/plasma/desktoptheme/air/icons/kget.svgz +share/plasma/desktoptheme/air/icons/klipper.svgz +share/plasma/desktoptheme/air/icons/konv_message.svgz +share/plasma/desktoptheme/air/icons/konversation.svgz +share/plasma/desktoptheme/air/icons/kopete.svgz +share/plasma/desktoptheme/air/icons/korgac.svgz +share/plasma/desktoptheme/air/icons/kpackagekit.svgz +share/plasma/desktoptheme/air/icons/ktorrent.svgz +share/plasma/desktoptheme/air/icons/nepomuk.svgz +share/plasma/desktoptheme/air/icons/network.svgz +share/plasma/desktoptheme/air/icons/notification.svgz +share/plasma/desktoptheme/air/icons/preferences.svgz +share/plasma/desktoptheme/air/icons/printer.svgz +share/plasma/desktoptheme/air/icons/quassel.svgz +share/plasma/desktoptheme/air/icons/slc.svgz +share/plasma/desktoptheme/air/icons/start.svgz +share/plasma/desktoptheme/air/icons/system.svgz +share/plasma/desktoptheme/air/icons/view.svgz +share/plasma/desktoptheme/air/icons/wallet.svgz +share/plasma/desktoptheme/air/metadata.desktop +share/plasma/desktoptheme/air/opaque/dialogs/background.svgz +share/plasma/desktoptheme/air/opaque/dialogs/krunner.svgz +share/plasma/desktoptheme/air/opaque/widgets/extender-background.svgz +share/plasma/desktoptheme/air/opaque/widgets/panel-background.svgz +share/plasma/desktoptheme/air/opaque/widgets/tooltip.svgz +share/plasma/desktoptheme/air/translucent/dialogs/background.svgz +share/plasma/desktoptheme/air/translucent/dialogs/krunner.svgz +share/plasma/desktoptheme/air/translucent/widgets/extender-background.svgz +share/plasma/desktoptheme/air/translucent/widgets/panel-background.svgz +share/plasma/desktoptheme/air/translucent/widgets/tooltip.svgz +share/plasma/desktoptheme/air/widgets/action-overlays.svgz +share/plasma/desktoptheme/air/widgets/actionbutton.svgz +share/plasma/desktoptheme/air/widgets/analog_meter.svgz +share/plasma/desktoptheme/air/widgets/arrows.svgz +share/plasma/desktoptheme/air/widgets/background.svgz +share/plasma/desktoptheme/air/widgets/bar_meter_horizontal.svgz +share/plasma/desktoptheme/air/widgets/bar_meter_vertical.svgz +share/plasma/desktoptheme/air/widgets/branding.svgz +share/plasma/desktoptheme/air/widgets/busywidget.svgz +share/plasma/desktoptheme/air/widgets/button.svgz +share/plasma/desktoptheme/air/widgets/calendar.svgz +share/plasma/desktoptheme/air/widgets/checkmarks.svgz +share/plasma/desktoptheme/air/widgets/clock.svgz +share/plasma/desktoptheme/air/widgets/containment-controls.svgz +share/plasma/desktoptheme/air/widgets/dragger.svgz +share/plasma/desktoptheme/air/widgets/frame.svgz +share/plasma/desktoptheme/air/widgets/glowbar.svgz +share/plasma/desktoptheme/air/widgets/identiconshapes.svgz +share/plasma/desktoptheme/air/widgets/identicontheme.svgz +share/plasma/desktoptheme/air/widgets/labeltexture.svgz +share/plasma/desktoptheme/air/widgets/line.svgz +share/plasma/desktoptheme/air/widgets/lineedit.svgz +share/plasma/desktoptheme/air/widgets/listitem.svgz +share/plasma/desktoptheme/air/widgets/media-delegate.svgz +share/plasma/desktoptheme/air/widgets/monitor.svgz +share/plasma/desktoptheme/air/widgets/pager.svgz +share/plasma/desktoptheme/air/widgets/panel-background.svgz +share/plasma/desktoptheme/air/widgets/picker.svgz +share/plasma/desktoptheme/air/widgets/plot-background.svgz +share/plasma/desktoptheme/air/widgets/scrollbar.svgz +share/plasma/desktoptheme/air/widgets/scrollwidget.svgz +share/plasma/desktoptheme/air/widgets/slider.svgz +share/plasma/desktoptheme/air/widgets/systemtray.svgz +share/plasma/desktoptheme/air/widgets/tabbar.svgz +share/plasma/desktoptheme/air/widgets/tasks.svgz +share/plasma/desktoptheme/air/widgets/toolbar.svgz +share/plasma/desktoptheme/air/widgets/toolbox.svgz +share/plasma/desktoptheme/air/widgets/tooltip.svgz +share/plasma/desktoptheme/air/widgets/translucentbackground.svgz +share/plasma/desktoptheme/air/widgets/viewitem.svgz +share/plasma/desktoptheme/breeze-dark/colors +share/plasma/desktoptheme/breeze-dark/metadata.desktop +share/plasma/desktoptheme/breeze-light/colors +share/plasma/desktoptheme/breeze-light/metadata.desktop +share/plasma/desktoptheme/default/dialogs/background.svgz +share/plasma/desktoptheme/default/icons/akonadi.svgz +share/plasma/desktoptheme/default/icons/akregator.svgz +share/plasma/desktoptheme/default/icons/amarok.svgz +share/plasma/desktoptheme/default/icons/applications.svgz +share/plasma/desktoptheme/default/icons/apport.svgz +share/plasma/desktoptheme/default/icons/audio.svgz +share/plasma/desktoptheme/default/icons/battery.svgz +share/plasma/desktoptheme/default/icons/bookmarks.svgz +share/plasma/desktoptheme/default/icons/cantata.svgz +share/plasma/desktoptheme/default/icons/computer.svgz +share/plasma/desktoptheme/default/icons/configure.svgz +share/plasma/desktoptheme/default/icons/device.svgz +share/plasma/desktoptheme/default/icons/distribute.svgz +share/plasma/desktoptheme/default/icons/document.svgz +share/plasma/desktoptheme/default/icons/drive.svgz +share/plasma/desktoptheme/default/icons/edit.svgz +share/plasma/desktoptheme/default/icons/go.svgz +share/plasma/desktoptheme/default/icons/input.svgz +share/plasma/desktoptheme/default/icons/kalarm.svgz +share/plasma/desktoptheme/default/icons/kdeconnect.svgz +share/plasma/desktoptheme/default/icons/keyboard.svgz +share/plasma/desktoptheme/default/icons/kget.svgz +share/plasma/desktoptheme/default/icons/kgpg.svgz +share/plasma/desktoptheme/default/icons/klipper.svgz +share/plasma/desktoptheme/default/icons/kmail.svgz +share/plasma/desktoptheme/default/icons/konv_message.svgz +share/plasma/desktoptheme/default/icons/konversation.svgz +share/plasma/desktoptheme/default/icons/kopete.svgz +share/plasma/desktoptheme/default/icons/korgac.svgz +share/plasma/desktoptheme/default/icons/kpackagekit.svgz +share/plasma/desktoptheme/default/icons/kruler.svgz +share/plasma/desktoptheme/default/icons/kteatime.svgz +share/plasma/desktoptheme/default/icons/ktorrent.svgz +share/plasma/desktoptheme/default/icons/list.svgz +share/plasma/desktoptheme/default/icons/mail.svgz +share/plasma/desktoptheme/default/icons/media.svgz +share/plasma/desktoptheme/default/icons/nepomuk.svgz +share/plasma/desktoptheme/default/icons/network.svgz +share/plasma/desktoptheme/default/icons/notification.svgz +share/plasma/desktoptheme/default/icons/phone.svgz +share/plasma/desktoptheme/default/icons/preferences.svgz +share/plasma/desktoptheme/default/icons/printer.svgz +share/plasma/desktoptheme/default/icons/quassel.svgz +share/plasma/desktoptheme/default/icons/slc.svgz +share/plasma/desktoptheme/default/icons/software.svgz +share/plasma/desktoptheme/default/icons/start.svgz +share/plasma/desktoptheme/default/icons/system.svgz +share/plasma/desktoptheme/default/icons/touchpad.svgz +share/plasma/desktoptheme/default/icons/user.svgz +share/plasma/desktoptheme/default/icons/video.svgz +share/plasma/desktoptheme/default/icons/view.svgz +share/plasma/desktoptheme/default/icons/wallet.svgz +share/plasma/desktoptheme/default/icons/window.svgz +share/plasma/desktoptheme/default/icons/zoom.svgz +share/plasma/desktoptheme/default/metadata.desktop +share/plasma/desktoptheme/default/opaque/dialogs/background.svgz +share/plasma/desktoptheme/default/opaque/widgets/panel-background.svgz +share/plasma/desktoptheme/default/opaque/widgets/tooltip.svgz +share/plasma/desktoptheme/default/translucent/dialogs/background.svgz +share/plasma/desktoptheme/default/translucent/widgets/panel-background.svgz +share/plasma/desktoptheme/default/translucent/widgets/tooltip.svgz +share/plasma/desktoptheme/default/widgets/action-overlays.svgz +share/plasma/desktoptheme/default/widgets/actionbutton.svgz +share/plasma/desktoptheme/default/widgets/analog_meter.svgz +share/plasma/desktoptheme/default/widgets/arrows.svgz +share/plasma/desktoptheme/default/widgets/background.svgz +share/plasma/desktoptheme/default/widgets/bar_meter_horizontal.svgz +share/plasma/desktoptheme/default/widgets/bar_meter_vertical.svgz +share/plasma/desktoptheme/default/widgets/branding.svgz +share/plasma/desktoptheme/default/widgets/busywidget.svgz +share/plasma/desktoptheme/default/widgets/button.svgz +share/plasma/desktoptheme/default/widgets/calendar.svgz +share/plasma/desktoptheme/default/widgets/checkmarks.svgz +share/plasma/desktoptheme/default/widgets/clock.svgz +share/plasma/desktoptheme/default/widgets/configuration-icons.svgz +share/plasma/desktoptheme/default/widgets/containment-controls.svgz +share/plasma/desktoptheme/default/widgets/dragger.svgz +share/plasma/desktoptheme/default/widgets/frame.svgz +share/plasma/desktoptheme/default/widgets/glowbar.svgz +share/plasma/desktoptheme/default/widgets/line.svgz +share/plasma/desktoptheme/default/widgets/lineedit.svgz +share/plasma/desktoptheme/default/widgets/listitem.svgz +share/plasma/desktoptheme/default/widgets/media-delegate.svgz +share/plasma/desktoptheme/default/widgets/monitor.svgz +share/plasma/desktoptheme/default/widgets/notes.svgz +share/plasma/desktoptheme/default/widgets/pager.svgz +share/plasma/desktoptheme/default/widgets/panel-background.svgz +share/plasma/desktoptheme/default/widgets/picker.svgz +share/plasma/desktoptheme/default/widgets/plot-background.svgz +share/plasma/desktoptheme/default/widgets/scrollbar.svgz +share/plasma/desktoptheme/default/widgets/scrollwidget.svgz +share/plasma/desktoptheme/default/widgets/slider.svgz +share/plasma/desktoptheme/default/widgets/tabbar.svgz +share/plasma/desktoptheme/default/widgets/tasks.svgz +share/plasma/desktoptheme/default/widgets/toolbar.svgz +share/plasma/desktoptheme/default/widgets/tooltip.svgz +share/plasma/desktoptheme/default/widgets/translucentbackground.svgz +share/plasma/desktoptheme/default/widgets/viewitem.svgz +share/plasma/desktoptheme/oxygen/colors +share/plasma/desktoptheme/oxygen/dialogs/background.svgz +share/plasma/desktoptheme/oxygen/icons/akonadi.svgz +share/plasma/desktoptheme/oxygen/icons/akregator.svgz +share/plasma/desktoptheme/oxygen/icons/amarok.svgz +share/plasma/desktoptheme/oxygen/icons/applications.svgz +share/plasma/desktoptheme/oxygen/icons/apport.svgz +share/plasma/desktoptheme/oxygen/icons/audio.svgz +share/plasma/desktoptheme/oxygen/icons/battery.svgz +share/plasma/desktoptheme/oxygen/icons/bookmarks.svgz +share/plasma/desktoptheme/oxygen/icons/computer.svgz +share/plasma/desktoptheme/oxygen/icons/configure.svgz +share/plasma/desktoptheme/oxygen/icons/device.svgz +share/plasma/desktoptheme/oxygen/icons/edit.svgz +share/plasma/desktoptheme/oxygen/icons/kdeconnect.svgz +share/plasma/desktoptheme/oxygen/icons/keyboard.svgz +share/plasma/desktoptheme/oxygen/icons/kget.svgz +share/plasma/desktoptheme/oxygen/icons/klipper.svgz +share/plasma/desktoptheme/oxygen/icons/konv_message.svgz +share/plasma/desktoptheme/oxygen/icons/konversation.svgz +share/plasma/desktoptheme/oxygen/icons/kopete.svgz +share/plasma/desktoptheme/oxygen/icons/korgac.svgz +share/plasma/desktoptheme/oxygen/icons/kpackagekit.svgz +share/plasma/desktoptheme/oxygen/icons/ktorrent.svgz +share/plasma/desktoptheme/oxygen/icons/nepomuk.svgz +share/plasma/desktoptheme/oxygen/icons/network.svgz +share/plasma/desktoptheme/oxygen/icons/notification.svgz +share/plasma/desktoptheme/oxygen/icons/preferences.svgz +share/plasma/desktoptheme/oxygen/icons/printer.svgz +share/plasma/desktoptheme/oxygen/icons/quassel.svgz +share/plasma/desktoptheme/oxygen/icons/slc.svgz +share/plasma/desktoptheme/oxygen/icons/start.svgz +share/plasma/desktoptheme/oxygen/icons/system.svgz +share/plasma/desktoptheme/oxygen/icons/view.svgz +share/plasma/desktoptheme/oxygen/icons/wallet.svgz +share/plasma/desktoptheme/oxygen/metadata.desktop +share/plasma/desktoptheme/oxygen/opaque/dialogs/background.svgz +share/plasma/desktoptheme/oxygen/opaque/dialogs/krunner.svgz +share/plasma/desktoptheme/oxygen/opaque/widgets/extender-background.svgz +share/plasma/desktoptheme/oxygen/opaque/widgets/panel-background.svgz +share/plasma/desktoptheme/oxygen/opaque/widgets/tooltip.svgz +share/plasma/desktoptheme/oxygen/widgets/action-overlays.svgz +share/plasma/desktoptheme/oxygen/widgets/actionbutton.svgz +share/plasma/desktoptheme/oxygen/widgets/analog_meter.svgz +share/plasma/desktoptheme/oxygen/widgets/arrows.svgz +share/plasma/desktoptheme/oxygen/widgets/background.svgz +share/plasma/desktoptheme/oxygen/widgets/bar_meter_horizontal.svgz +share/plasma/desktoptheme/oxygen/widgets/bar_meter_vertical.svgz +share/plasma/desktoptheme/oxygen/widgets/branding.svgz +share/plasma/desktoptheme/oxygen/widgets/busywidget.svgz +share/plasma/desktoptheme/oxygen/widgets/button.svgz +share/plasma/desktoptheme/oxygen/widgets/calendar.svgz +share/plasma/desktoptheme/oxygen/widgets/clock.svgz +share/plasma/desktoptheme/oxygen/widgets/containment-controls.svgz +share/plasma/desktoptheme/oxygen/widgets/dragger.svgz +share/plasma/desktoptheme/oxygen/widgets/extender-background.svgz +share/plasma/desktoptheme/oxygen/widgets/extender-dragger.svgz +share/plasma/desktoptheme/oxygen/widgets/frame.svgz +share/plasma/desktoptheme/oxygen/widgets/glowbar.svgz +share/plasma/desktoptheme/oxygen/widgets/line.svgz +share/plasma/desktoptheme/oxygen/widgets/lineedit.svgz +share/plasma/desktoptheme/oxygen/widgets/media-delegate.svgz +share/plasma/desktoptheme/oxygen/widgets/monitor.svgz +share/plasma/desktoptheme/oxygen/widgets/pager.svgz +share/plasma/desktoptheme/oxygen/widgets/panel-background.svgz +share/plasma/desktoptheme/oxygen/widgets/plot-background.svgz +share/plasma/desktoptheme/oxygen/widgets/scrollbar.svgz +share/plasma/desktoptheme/oxygen/widgets/scrollwidget.svgz +share/plasma/desktoptheme/oxygen/widgets/slider.svgz +share/plasma/desktoptheme/oxygen/widgets/tabbar.svgz +share/plasma/desktoptheme/oxygen/widgets/tasks.svgz +share/plasma/desktoptheme/oxygen/widgets/timer.svgz +share/plasma/desktoptheme/oxygen/widgets/tooltip.svgz +share/plasma/desktoptheme/oxygen/widgets/translucentbackground.svgz +share/plasma/desktoptheme/oxygen/widgets/viewitem.svgz +share/plasma/services/dataengineservice.operations +share/plasma/services/plasmoidservice.operations +share/plasma/services/storage.operations